/* Gallery 2 2.7.1 */

#stacks_in_107_page8_loading_indicator {
  display: block;
  text-align: center;
}

/*************************
 * Captions
 *************************/


div#stacks_in_107_page8_gallerystack_album_wrapper p.thumbnail-caption {
	display: none;
}
div#stacks_in_107_page8_gallerystack_custom_gallery .caption {
  display: none !important;
}



div#stacks_in_107_page8_gallerystack_album_description {
  display: none;
}


/*
"False"

#Choco_container_title {
  display: none !important;
}
#fancybox-title-float-wrap {
  display: none !important;
}
#mfp-title{
  display: none !important;
}
#pbCaption .title{
  display: none !important;
}
#stacks_in_107_page8_swipebox-caption {
  display: none !important;  
}

*/

/*************************
 * Libraries
 *************************/




/*!
 * Justified Gallery - v3.6.0
 * http://miromannino.github.io/Justified-Gallery/
 * Copyright (c) 2015 Miro Mannino
 * Licensed under the MIT license.
 */
@-webkit-keyframes justified-gallery-show-caption-animation{from{opacity:0}to{opacity:.7}}@-moz-keyframes justified-gallery-show-caption-animation{from{opacity:0}to{opacity:.7}}@-o-keyframes justified-gallery-show-caption-animation{from{opacity:0}to{opacity:.7}}@keyframes justified-gallery-show-caption-animation{from{opacity:0}to{opacity:.7}}@-webkit-keyframes justified-gallery-show-entry-animation{from{opacity:0}to{opacity:1}}@-moz-keyframes justified-gallery-show-entry-animation{from{opacity:0}to{opacity:1}}@-o-keyframes justified-gallery-show-entry-animation{from{opacity:0}to{opacity:1}}@keyframes justified-gallery-show-entry-animation{from{opacity:0}to{opacity:1}}.justified-gallery{width:100%;position:relative;overflow:hidden}.justified-gallery>a,.justified-gallery>div{position:absolute;display:inline-block;overflow:hidden;opacity:0;filter:alpha(opacity=0)}.justified-gallery>a>img,.justified-gallery>div>img,.justified-gallery>a>a>img,.justified-gallery>div>a>img{position:absolute;top:50%;left:50%;margin:0;padding:0;border:0}.justified-gallery>a>.caption,.justified-gallery>div>.caption{display:none;position:absolute;bottom:0;padding:5px;background-color:#000;left:0;right:0;margin:0;color:#fff;font-size:12px;font-weight:300;font-family:sans-serif}.justified-gallery>a>.caption.caption-visible,.justified-gallery>div>.caption.caption-visible{display:initial;opacity:.7;filter:"alpha(opacity=70)";-webkit-animation:justified-gallery-show-caption-animation 500ms 0 ease;-moz-animation:justified-gallery-show-caption-animation 500ms 0 ease;-ms-animation:justified-gallery-show-caption-animation 500ms 0 ease}.justified-gallery>.entry-visible{opacity:1;filter:alpha(opacity=100);-webkit-animation:justified-gallery-show-entry-animation 500ms 0 ease;-moz-animation:justified-gallery-show-entry-animation 500ms 0 ease;-ms-animation:justified-gallery-show-entry-animation 500ms 0 ease}.justified-gallery>.jg-filtered{display:none}.justified-gallery>.spinner{position:absolute;bottom:0;margin-left:-24px;padding:10px 0;left:50%;opacity:initial;filter:initial;overflow:initial}.justified-gallery>.spinner>span{display:inline-block;opacity:0;filter:alpha(opacity=0);width:8px;height:8px;margin:0 4px;background-color:#000;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px}













/* Normilizes box-sizing  */
#pbOverlay *,
#pbOverlay *:before,
#pbOverlay *:after {
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}


#pbOverlay.show{ opacity:1; pointer-events:auto; }
#pbOverlay{
  opacity:0; overflow:hidden; width:100%; height:100%; position:fixed; z-index:9999; left:0; top:0; text-align:center; pointer-events:none;
  -moz-user-select:none;
  background:rgba(0,0,0,.90);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2000000', endColorstr='#e2000000');
  /* background:radial-gradient(rgba(0,0,0,.6) 0%, rgba(0,0,0,.9) 100%); */
  -webkit-transform:translate3d(0);
  transition:opacity 300ms ease;
}
#pbOverlay.msie{ background-color:rgba(0,0,0,.6); }
.msie.pbLoading .pbWrapper{ background:url('../images/loading.gif') no-repeat center center; }

@keyframes pbLoaderFrames{ 50%{ height:5px; } }
@-webkit-keyframes pbLoaderFrames{ 50%{ height:5px; } }

.pbLoader{ display:none; width:100px; height:100px; position:absolute; z-index:999; top:0; left:0; right:0; bottom:0; margin:auto; text-align:center; border-radius:100%; box-shadow:15px 32px 60px -20px #FFF inset, 1px 1px 3px 1px #FFF inset, 0 0 20px; transition:.3s; }
.thumbs .pbLoader{ -webkit-transform:translateY(-50px); transform:translateY(-50px); }
.pbLoading:not(.msie):not(.error) .pbLoader{ display:block; }
  .pbLoader b{ display:inline-block; vertical-align:middle; margin:0 2px; width:8px; height:60px; border-radius:5px; background:rgba(255,255,255,.8); box-shadow:0 0 10px rgba(0,0,0,.5); -webkit-animation:.9s pbLoaderFrames infinite linear; animation:.9s pbLoaderFrames infinite linear; }
  .pbLoader b:nth-child(2){ -webkit-animation-delay:.3s; animation-delay:.3s; }
  .pbLoader b:nth-child(3){ -webkit-animation-delay:.6s; animation-delay:.6s; }

.mobile.pbLoading .pbLoader{ transform:none; transition:0s; }

.pbWrapper:after,
#pbCaption .pbThumbs ul:after,
#pbOverlay .prevNext:after,
#pbOverlay .pbLoader:before{ content:""; display:inline-block; height:100%; margin-right:-.25em; vertical-align:middle; }

/* Animation when image was not loaded */
@keyframes deadImage{ 50%{ text-shadow:0 0 25px rgba(255,255,255,.5); transform:scale(.85); } }
@-webkit-keyframes deadImage{ 50%{ text-shadow:0 0 25px rgba(255,255,255,.5); -webkit-transform:scale(.85); } }

.pbWrapper{ -moz-box-sizing:border-box; box-sizing:border-box; transform:rotate(0deg); vertical-align:middle; height:100%; perspective:1200px; position:relative;  }
.video > .pbWrapper{ z-index:11; display:inline-block; }
  /*#pbOverlay.error .pbWrapper{ display:inline-block; width:100%; }*/
  .pbLoading .pbWrapper{ display:inline-block\9; width:100%; } /* ie8+9 hack */
  .pbWrapper:before{ content:'\2716'; color:transparent; text-shadow:0 2px 35px rgba(255,255,255,0); font-size:0; vertical-align:middle; cursor:default; transition:text-shadow .7s ease-out; }
  .error .pbWrapper:before{ font-size:22em; text-shadow:0 0 0 #FFF; -webkit-animation:2s 1s deadImage infinite linear; animation:2s 1s deadImage infinite linear; }
  .thumbs .pbWrapper{ padding:0; margin:0; }
  .error .pbWrapperr img{ width:0; }

  .pbWrapper > div{ display:none; width:624px; height:351px; vertical-align:middle; border-radius:5px; background:rgba(0,0,0,.5); }
  .video > .pbWrapper > div{ display:inline-block; }

  #pbOverlay iframe,
  #pbOverlay embed,
  #pbOverlay object{ display:block; width:100%; height:100%; opacity:1; transition:.5s; }

  .pbWrapper .pbHide iframe{ opacity:0; }

  .pbWrapper > div,
  .pbWrapper > img{
    transition:.8s .5s cubic-bezier(.1, .87, .48, 1);

    -webkit-transform:none;
    -ms-transform:none;
    transform:none;

    -webkit-backface-visibility:hidden;
    box-shadow:0 0 20px #000;
  }

  /* FOR MOBILE */
  .mobile.show .pbWrapper > div,
  .mobile.show .pbWrapper > img{
    transition:30ms;
  }

  /* Content effects */
  .pbWrapper > *,
  .pbHide .pbWrapper > .prepare{ opacity:1; vertical-align:middle; transform:scale(0) rotateX(80deg); -webkit-transform:scale(0) rotateX(80deg); -ms-transform:scale(0) rotateX(80deg); border-radius:6px; border:none; max-height:95%; max-width:100%; }
  .on .pbWrapper > *{ transition-delay:0s; }
  .pbWrapper .zoomable{ -webkit-transition:0s; transition:0s; position:relative; z-index:9; }
  .pbHide .pbWrapper > *{ -webkit-transform:scale(1.2); transform:scale(1.2); transform:none\9; opacity:0; transition:.4s ease-out; }



/*-- close button --*/
#pbCloseBtn,
#pbAutoplayBtn{ position:absolute; top:-50px; right:-50px; z-index:999; display:block; padding:0 0 20px 20px; text-align:center; cursor:pointer; color:#FFF; transition:.3s .3s ease-out; }
.pbHide #pbCloseBtn{ top:-50px; right:-50px; }
.on #pbCloseBtn{ top:-2px; right:-2px; }

#pbCloseBtn:before{ content:'\00D7'; font:bold 1em/1 arial; }
#pbCloseBtn:before, #pbAutoplayBtn:before{ display:inline-block; height:35px; width:35px; padding:8px 8px 12px 12px; font-size:2em; opacity:.8; vertical-align:middle; background:rgba(255,255,255,.2); border-radius:0 0 0 70px; transition:.1s ease-out; }
#pbCloseBtn:hover:before{ padding:15px 10px 24px 24px; background:rgba(255,100,100,.4); }

/*-- autoplay controller --*/
#pbAutoplayBtn{ display:none; right:auto; left:-50px; padding:0; width:50px; height:50px; font-size:13px; }
.hasAutoplay #pbAutoplayBtn{ display:block; }
#pbAutoplayBtn:hover{ width:60px; height:60px; }
.on #pbAutoplayBtn{ top:0px; left:0px; transition:.1s ease-out; }
  #pbAutoplayBtn:before{ content:'\2016'; width:100%; height:100%; border-radius:0 0 70px 0; font-weight:bold; padding:0; text-indent:-6px; line-height:1.6; }
  #pbAutoplayBtn:active:before{ text-shadow:0 0 3px #FFF, 0 0 6px #FFF; }
  #pbAutoplayBtn.play:before{ content:'\25BA'; }

  #pbAutoplayBtn .pbProgress{ display:none\9; width:100%; height:100%; overflow:hidden; position:absolute; padding:6px; top:0; left:0; opacity:.2; transform:rotateZ(0deg); -webkit-transform:rotateZ(0deg); -ms-transform:rotateZ(0deg); -webkit-transform-origin:0 0; -ms-transform-origin:0 0; transform-origin:0 0; -webkit-transition:.3s; transition:.3s; }
  .mobile #pbAutoplayBtn .pbProgress{ -webkit-transition:0s; transition:0s; }
  #pbAutoplayBtn.playing .pbProgress{ -webkit-transform:rotateZ(90deg); -ms-transform:rotateZ(90deg); transform:rotateZ(90deg); }
  #pbAutoplayBtn .pbProgress:before{ content:''; position:absolute; right:0; bottom:0; width:200%; height:200%; border-radius:50%; box-shadow:0 0 0 8px #FFF inset; }

#pbCaption,
.pbHide #pbCaption{ position:absolute; z-index:999; margin-bottom:5px; bottom:-120px; width:100%; overflow:hidden; transition:.4s; }
.show.on #pbCaption{ bottom:0; transition-delay:.5s; }
  #pbOverlay.thumbs #pbCaption label{ display:block; }
  #pbCaption label{ display:none; position:relative; z-index:1; top:-5px; float:right; width:60px; margin-right:10px; color:#FFF; opacity:.3; transition:.2s; cursor:pointer; }
  #pbCaption label:after{ background:#FFF; box-shadow:12px 0 #FFF, -12px 0 #FFF; content:""; display:inline-block; height:0; padding:10px 5px; text-align:right; vertical-align:top; width:0; }
  #pbCaption label:hover{ opacity:1; }
  #pbCaption .title,
  #pbCaption .counter{ display:inline-block; color:#FFF; margin:0 6px; }
  #pbCaption .counter{ display:none; opacity:.55; }
  .hasCounter #pbCaption .counter{ display:inline-block; }
  .pbCaptionText{ transition:.3s; opacity:.9; font-weight:bold; font-size:.9em; text-shadow:1px 1px 1px rgba(0,0,0,.5); padding-left:60px; } /* padding-left from <label> */
  .pbCaptionText.change{ -webkit-transform:translateY(25px); transform:translateY(25px); opacity:0; }

.mobile #pbCaption label{ display:none; z-index:-1; color:red; }
.mobile .pbCaptionText{ padding:0; }

/* hide thumbnails */
#pbThumbsToggler:checked ~ #pbCaption .pbThumbs{ margin:0; }
#pbThumbsToggler:checked ~ .pbWrapper{ margin-top:-50px; padding:50px 0; }

.pbThumbs{ display:none; transition:.35s; -webkit-overflow-scrolling:touch; }
.thumbs .pbThumbs{ display:block; width:100%; padding:5px 0 2px; margin-bottom:-100px; overflow:hidden; }
.mobile .pbThumbs{ overflow:auto; }
.pbThumbs:hover{ clear:both; }
  .pbThumbs ul{ display:inline-block; position:relative; list-style:none; height:80px; padding:0 5px; margin:0; white-space:pre; transition:.2s; }
  .pbThumbs ul:after{ vertical-align:bottom; }
    .pbThumbs li{ display:inline-block; vertical-align:bottom; height:70%; opacity:.6; text-align:center; position:relative; transition:.15s; }
    .pbThumbs li.active{ height:100%; opacity:1; }
    .pbThumbs li:hover{ height:100%; opacity:1; }
    .pbThumbs li.video::before{ content:'\25BA'; color:#FFF; font-size:20px; height:20px; width:20px; line-height:.9; position:absolute; bottom:4px; left:7px; background:rgba(0,0,0,.4); box-shadow:0 0 0 3px rgba(0,0,0,.4); border-radius:0 3px 0 0; pointer-events:none; }
      .pbThumbs a{ height:100%; padding:0 2px; display:block; -moz-user-select:none; }
      .pbThumbs li:hover a{  }
        .pbThumbs img{ height:96%; min-height:95.9%; border:2px solid #FFF; max-width:none; border-radius:0; transition:.15s; }
        .pbThumbs li:hover img{ min-height:96%; } /* fix a bug in Chrome and Opera */
        .pbThumbs li.fast a img{ transition:none; }
        .pbThumbs li.active a img{ border-color:#D8FF16; min-height:96%; }

#pbOverlay .prevNext{ display:none; background:rgba(0,0,0,0); position:absolute; z-index:10; height:100%; width:35%; padding:80px 0; opacity:0; box-sizing:border-box; -moz-box-sizing:border-box; top:0; transition:.2s ease-out; text-shadow:0 0 12px #000, 0 0 10px #FFF; user-select:none; filter:alpha(opacity=0); cursor:pointer; }
#pbOverlay.hasArrows .prevNext{ display:block; }
#pbOverlay .prevNext.pbHide{ display:none; }
#pbOverlay.on .prevNext:hover{ opacity:.5; filter:alpha(opacity=50); }
#pbOverlay.on .prevNext:hover:active{ transition:80ms; opacity:1; filter:alpha(opacity=100); text-shadow:0 0 16px #FFF, 0 0 10px #000; }
  .prevNext b{ display:inline-block; vertical-align:middle; transition:.2s ease-in; }
  .prevNext:hover b{ transition:.2s cubic-bezier(.095, .870, .485, .985); }
  #pbPrevBtn b{ transform:scale(.4) translateX(350px); -webkit-transform:scale(.4) translateX(350px); }
  #pbNextBtn b{ transform:scale(.4) translateX(-350px); -webkit-transform:scale(.4) translateX(-350px); }
  /* */
  #pbPrevBtn b:before,
  #pbNextBtn b:after{ display:inline; line-height:.3; font-size:18em; font-weight:normal; color:#FFF; font-family:Arial; }

  #pbPrevBtn b:before{ content:'\2039'; }
  #pbNextBtn b:after{ content:'\203A'; }
  /* */
  .on #pbPrevBtn:hover b{ transform:scale(1) translateX(20px); -webkit-transform:scale(1) translateX(20px); }
  .on #pbNextBtn:hover b{ transform:scale(1) translateX(-20px); -webkit-transform:scale(1) translateX(-20px); }

.show #pbPrevBtn, #pbOverlay.show #pbNextBtn{  }
.show #pbPrevBtn{ left:0; text-align:left; }
.show #pbNextBtn{ right:0; text-align:right; }

/*------- media queries (for small screens) -----------*/
@media all and (max-width:700px){
  .pbWrapper img,
  .pbHide .pbWrapper img.prepare{ max-height:100%; }

  .thumbs .pbWrapper{ padding:0; margin:0; }
  .pbThumbs{ margin-bottom:-60px; }
  .pbThumbs.show{ margin:0; }

  .pbThumbs ul{ height:50px; }
    .pbThumbs li{ height:100%; opacity:1; }
    .pbThumbs li img{ min-height:96.5%; }
}
/* fix for Chrome */
@media all and (max-width:710px){
  .pbThumbs li.active a img{ min-height:96%; }
}





/* PanelSlider stack 1.1.2 */

body {
	width: auto;
}

.stacks_in_p280_n267_page8-panel, .stacks_in_p280_n267_page8-panel * {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.stacks_in_p280_n267_page8-panel {
	display: none;
	overflow: auto;
}



#stacks_in_p280_n267_page8 #right-panel {
	
	background-color: #EAEAEA;
	
	
	width: 265px;
	border-left: 2px solid #AB5692;
	
	padding: 100px 0px 0px 10px;
	box-shadow: inset 6px 0px 6px -5px rgba(0,0,0,0.5);
	text-align: left;
}



/* End of PanelSlider stack */
#stacks_in_p280_n267_page8 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width: 1px 1px 1px 1px;
	margin: 300px 0px 0px 0px;
	padding: 20px 20px 20px 20px;
}
/* PanelSliderTrigger stack v1.1.2 */





@font-face {
 	font-family: 'PSTicomoon';
	src:url('../files/PSTicomoon/PSTicomoon.eot');
	src:url('../files/PSTicomoon/PSTicomoon.eot?#iefix') format('embedded-opentype'),
		url('../files/PSTicomoon/PSTicomoon.woff') format('woff'),
		url('../files/PSTicomoon/PSTicomoon.ttf') format('truetype'),
		url('../files/PSTicomoon/PSTicomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

#stacks_in_p280_n266_page8 [class^="PSTicon-"], #stacks_in_p280_n266_page8 [class*=" PSTicon-"],
#stacks_in_p280_n266_page8 {
	font-family: 'PSTicomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#stacks_in_p280_n266_page8 .PSTicon-home:before {content: "\e600";}
#stacks_in_p280_n266_page8 .PSTicon-home2:before {content: "\e601";}
#stacks_in_p280_n266_page8 .PSTicon-home3:before {content: "\e602";}
#stacks_in_p280_n266_page8 .PSTicon-office:before {content: "\e603";}
#stacks_in_p280_n266_page8 .PSTicon-newspaper:before {content: "\e604";}
#stacks_in_p280_n266_page8 .PSTicon-pencil:before {content: "\e605";}
#stacks_in_p280_n266_page8 .PSTicon-pencil2:before {content: "\e606";}
#stacks_in_p280_n266_page8 .PSTicon-quill:before {content: "\e607";}
#stacks_in_p280_n266_page8 .PSTicon-pen:before {content: "\e608";}
#stacks_in_p280_n266_page8 .PSTicon-blog:before {content: "\e609";}
#stacks_in_p280_n266_page8 .PSTicon-droplet:before {content: "\e60a";}
#stacks_in_p280_n266_page8 .PSTicon-paint-format:before {content: "\e60b";}
#stacks_in_p280_n266_page8 .PSTicon-image:before {content: "\e60c";}
#stacks_in_p280_n266_page8 .PSTicon-image2:before {content: "\e60d";}
#stacks_in_p280_n266_page8 .PSTicon-images:before {content: "\e60e";}
#stacks_in_p280_n266_page8 .PSTicon-camera:before {content: "\e60f";}
#stacks_in_p280_n266_page8 .PSTicon-music:before {content: "\e610";}
#stacks_in_p280_n266_page8 .PSTicon-headphones:before {content: "\e611";}
#stacks_in_p280_n266_page8 .PSTicon-play:before {content: "\e612";}
#stacks_in_p280_n266_page8 .PSTicon-film:before {content: "\e613";}
#stacks_in_p280_n266_page8 .PSTicon-camera2:before {content: "\e614";}
#stacks_in_p280_n266_page8 .PSTicon-dice:before {content: "\e615";}
#stacks_in_p280_n266_page8 .PSTicon-pacman:before {content: "\e616";}
#stacks_in_p280_n266_page8 .PSTicon-spades:before {content: "\e617";}
#stacks_in_p280_n266_page8 .PSTicon-clubs:before {content: "\e618";}
#stacks_in_p280_n266_page8 .PSTicon-diamonds:before {content: "\e619";}
#stacks_in_p280_n266_page8 .PSTicon-pawn:before {content: "\e61a";}
#stacks_in_p280_n266_page8 .PSTicon-bullhorn:before {content: "\e61b";}
#stacks_in_p280_n266_page8 .PSTicon-connection:before {content: "\e61c";}
#stacks_in_p280_n266_page8 .PSTicon-podcast:before {content: "\e61d";}
#stacks_in_p280_n266_page8 .PSTicon-feed:before {content: "\e61e";}
#stacks_in_p280_n266_page8 .PSTicon-book:before {content: "\e61f";}
#stacks_in_p280_n266_page8 .PSTicon-books:before {content: "\e620";}
#stacks_in_p280_n266_page8 .PSTicon-library:before {content: "\e621";}
#stacks_in_p280_n266_page8 .PSTicon-file:before {content: "\e622";}
#stacks_in_p280_n266_page8 .PSTicon-profile:before {content: "\e623";}
#stacks_in_p280_n266_page8 .PSTicon-file2:before {content: "\e624";}
#stacks_in_p280_n266_page8 .PSTicon-file3:before {content: "\e625";}
#stacks_in_p280_n266_page8 .PSTicon-file4:before {content: "\e626";}
#stacks_in_p280_n266_page8 .PSTicon-copy:before {content: "\e627";}
#stacks_in_p280_n266_page8 .PSTicon-copy2:before {content: "\e628";}
#stacks_in_p280_n266_page8 .PSTicon-copy3:before {content: "\e629";}
#stacks_in_p280_n266_page8 .PSTicon-paste:before {content: "\e62a";}
#stacks_in_p280_n266_page8 .PSTicon-paste2:before {content: "\e62b";}
#stacks_in_p280_n266_page8 .PSTicon-paste3:before {content: "\e62c";}
#stacks_in_p280_n266_page8 .PSTicon-stack:before {content: "\e62d";}
#stacks_in_p280_n266_page8 .PSTicon-folder:before {content: "\e62e";}
#stacks_in_p280_n266_page8 .PSTicon-folder-open:before {content: "\e62f";}
#stacks_in_p280_n266_page8 .PSTicon-tag:before {content: "\e630";}
#stacks_in_p280_n266_page8 .PSTicon-tags:before {content: "\e631";}
#stacks_in_p280_n266_page8 .PSTicon-barcode:before {content: "\e632";}
#stacks_in_p280_n266_page8 .PSTicon-qrcode:before {content: "\e633";}
#stacks_in_p280_n266_page8 .PSTicon-ticket:before {content: "\e634";}
#stacks_in_p280_n266_page8 .PSTicon-cart:before {content: "\e635";}
#stacks_in_p280_n266_page8 .PSTicon-cart2:before {content: "\e636";}
#stacks_in_p280_n266_page8 .PSTicon-cart3:before {content: "\e637";}
#stacks_in_p280_n266_page8 .PSTicon-coin:before {content: "\e638";}
#stacks_in_p280_n266_page8 .PSTicon-credit:before {content: "\e639";}
#stacks_in_p280_n266_page8 .PSTicon-calculate:before {content: "\e63a";}
#stacks_in_p280_n266_page8 .PSTicon-support:before {content: "\e63b";}
#stacks_in_p280_n266_page8 .PSTicon-phone:before {content: "\e63c";}
#stacks_in_p280_n266_page8 .PSTicon-phone-hang-up:before {content: "\e63d";}
#stacks_in_p280_n266_page8 .PSTicon-address-book:before {content: "\e63e";}
#stacks_in_p280_n266_page8 .PSTicon-notebook:before {content: "\e63f";}
#stacks_in_p280_n266_page8 .PSTicon-envelope:before {content: "\e640";}
#stacks_in_p280_n266_page8 .PSTicon-pushpin:before {content: "\e641";}
#stacks_in_p280_n266_page8 .PSTicon-location:before {content: "\e642";}
#stacks_in_p280_n266_page8 .PSTicon-location2:before {content: "\e643";}
#stacks_in_p280_n266_page8 .PSTicon-compass:before {content: "\e644";}
#stacks_in_p280_n266_page8 .PSTicon-map:before {content: "\e645";}
#stacks_in_p280_n266_page8 .PSTicon-map2:before {content: "\e646";}
#stacks_in_p280_n266_page8 .PSTicon-history:before {content: "\e647";}
#stacks_in_p280_n266_page8 .PSTicon-clock:before {content: "\e648";}
#stacks_in_p280_n266_page8 .PSTicon-clock2:before {content: "\e649";}
#stacks_in_p280_n266_page8 .PSTicon-alarm:before {content: "\e64a";}
#stacks_in_p280_n266_page8 .PSTicon-alarm2:before {content: "\e64b";}
#stacks_in_p280_n266_page8 .PSTicon-bell:before {content: "\e64c";}
#stacks_in_p280_n266_page8 .PSTicon-stopwatch:before {content: "\e64d";}
#stacks_in_p280_n266_page8 .PSTicon-calendar:before {content: "\e64e";}
#stacks_in_p280_n266_page8 .PSTicon-calendar2:before {content: "\e64f";}
#stacks_in_p280_n266_page8 .PSTicon-print:before {content: "\e650";}
#stacks_in_p280_n266_page8 .PSTicon-keyboard:before {content: "\e651";}
#stacks_in_p280_n266_page8 .PSTicon-screen:before {content: "\e652";}
#stacks_in_p280_n266_page8 .PSTicon-laptop:before {content: "\e653";}
#stacks_in_p280_n266_page8 .PSTicon-mobile:before {content: "\e654";}
#stacks_in_p280_n266_page8 .PSTicon-mobile2:before {content: "\e655";}
#stacks_in_p280_n266_page8 .PSTicon-tablet:before {content: "\e656";}
#stacks_in_p280_n266_page8 .PSTicon-tv:before {content: "\e657";}
#stacks_in_p280_n266_page8 .PSTicon-cabinet:before {content: "\e658";}
#stacks_in_p280_n266_page8 .PSTicon-drawer:before {content: "\e659";}
#stacks_in_p280_n266_page8 .PSTicon-drawer2:before {content: "\e65a";}
#stacks_in_p280_n266_page8 .PSTicon-drawer3:before {content: "\e65b";}
#stacks_in_p280_n266_page8 .PSTicon-box-add:before {content: "\e65c";}
#stacks_in_p280_n266_page8 .PSTicon-box-remove:before {content: "\e65d";}
#stacks_in_p280_n266_page8 .PSTicon-download:before {content: "\e65e";}
#stacks_in_p280_n266_page8 .PSTicon-upload:before {content: "\e65f";}
#stacks_in_p280_n266_page8 .PSTicon-disk:before {content: "\e660";}
#stacks_in_p280_n266_page8 .PSTicon-storage:before {content: "\e661";}
#stacks_in_p280_n266_page8 .PSTicon-undo:before {content: "\e662";}
#stacks_in_p280_n266_page8 .PSTicon-redo:before {content: "\e663";}
#stacks_in_p280_n266_page8 .PSTicon-flip:before {content: "\e664";}
#stacks_in_p280_n266_page8 .PSTicon-flip2:before {content: "\e665";}
#stacks_in_p280_n266_page8 .PSTicon-undo2:before {content: "\e666";}
#stacks_in_p280_n266_page8 .PSTicon-redo2:before {content: "\e667";}
#stacks_in_p280_n266_page8 .PSTicon-forward:before {content: "\e668";}
#stacks_in_p280_n266_page8 .PSTicon-reply:before {content: "\e669";}
#stacks_in_p280_n266_page8 .PSTicon-bubble:before {content: "\e66a";}
#stacks_in_p280_n266_page8 .PSTicon-bubbles:before {content: "\e66b";}
#stacks_in_p280_n266_page8 .PSTicon-bubbles2:before {content: "\e66c";}
#stacks_in_p280_n266_page8 .PSTicon-bubble2:before {content: "\e66d";}
#stacks_in_p280_n266_page8 .PSTicon-bubbles3:before {content: "\e66e";}
#stacks_in_p280_n266_page8 .PSTicon-bubbles4:before {content: "\e66f";}
#stacks_in_p280_n266_page8 .PSTicon-user:before {content: "\e670";}
#stacks_in_p280_n266_page8 .PSTicon-users:before {content: "\e671";}
#stacks_in_p280_n266_page8 .PSTicon-user2:before {content: "\e672";}
#stacks_in_p280_n266_page8 .PSTicon-users2:before {content: "\e673";}
#stacks_in_p280_n266_page8 .PSTicon-user3:before {content: "\e674";}
#stacks_in_p280_n266_page8 .PSTicon-user4:before {content: "\e675";}
#stacks_in_p280_n266_page8 .PSTicon-quotes-left:before {content: "\e676";}
#stacks_in_p280_n266_page8 .PSTicon-busy:before {content: "\e677";}
#stacks_in_p280_n266_page8 .PSTicon-spinner:before {content: "\e678";}
#stacks_in_p280_n266_page8 .PSTicon-spinner2:before {content: "\e679";}
#stacks_in_p280_n266_page8 .PSTicon-spinner3:before {content: "\e67a";}
#stacks_in_p280_n266_page8 .PSTicon-spinner4:before {content: "\e67b";}
#stacks_in_p280_n266_page8 .PSTicon-spinner5:before {content: "\e67c";}
#stacks_in_p280_n266_page8 .PSTicon-spinner6:before {content: "\e67d";}
#stacks_in_p280_n266_page8 .PSTicon-binoculars:before {content: "\e67e";}
#stacks_in_p280_n266_page8 .PSTicon-search:before {content: "\e67f";}
#stacks_in_p280_n266_page8 .PSTicon-zoomin:before {content: "\e680";}
#stacks_in_p280_n266_page8 .PSTicon-zoomout:before {content: "\e681";}
#stacks_in_p280_n266_page8 .PSTicon-expand:before {content: "\e682";}
#stacks_in_p280_n266_page8 .PSTicon-contract:before {content: "\e683";}
#stacks_in_p280_n266_page8 .PSTicon-expand2:before {content: "\e684";}
#stacks_in_p280_n266_page8 .PSTicon-contract2:before {content: "\e685";}
#stacks_in_p280_n266_page8 .PSTicon-key:before {content: "\e686";}
#stacks_in_p280_n266_page8 .PSTicon-key2:before {content: "\e687";}
#stacks_in_p280_n266_page8 .PSTicon-lock:before {content: "\e688";}
#stacks_in_p280_n266_page8 .PSTicon-lock2:before {content: "\e689";}
#stacks_in_p280_n266_page8 .PSTicon-unlocked:before {content: "\e68a";}
#stacks_in_p280_n266_page8 .PSTicon-wrench:before {content: "\e68b";}
#stacks_in_p280_n266_page8 .PSTicon-settings:before {content: "\e68c";}
#stacks_in_p280_n266_page8 .PSTicon-equalizer:before {content: "\e68d";}
#stacks_in_p280_n266_page8 .PSTicon-cog:before {content: "\e68e";}
#stacks_in_p280_n266_page8 .PSTicon-cogs:before {content: "\e68f";}
#stacks_in_p280_n266_page8 .PSTicon-cog2:before {content: "\e690";}
#stacks_in_p280_n266_page8 .PSTicon-hammer:before {content: "\e691";}
#stacks_in_p280_n266_page8 .PSTicon-wand:before {content: "\e692";}
#stacks_in_p280_n266_page8 .PSTicon-aid:before {content: "\e693";}
#stacks_in_p280_n266_page8 .PSTicon-bug:before {content: "\e694";}
#stacks_in_p280_n266_page8 .PSTicon-pie:before {content: "\e695";}
#stacks_in_p280_n266_page8 .PSTicon-stats:before {content: "\e696";}
#stacks_in_p280_n266_page8 .PSTicon-bars:before {content: "\e697";}
#stacks_in_p280_n266_page8 .PSTicon-bars2:before {content: "\e698";}
#stacks_in_p280_n266_page8 .PSTicon-gift:before {content: "\e699";}
#stacks_in_p280_n266_page8 .PSTicon-trophy:before {content: "\e69a";}
#stacks_in_p280_n266_page8 .PSTicon-glass:before {content: "\e69b";}
#stacks_in_p280_n266_page8 .PSTicon-mug:before {content: "\e69c";}
#stacks_in_p280_n266_page8 .PSTicon-food:before {content: "\e69d";}
#stacks_in_p280_n266_page8 .PSTicon-leaf:before {content: "\e69e";}
#stacks_in_p280_n266_page8 .PSTicon-rocket:before {content: "\e69f";}
#stacks_in_p280_n266_page8 .PSTicon-meter:before {content: "\e6a0";}
#stacks_in_p280_n266_page8 .PSTicon-meter2:before {content: "\e6a1";}
#stacks_in_p280_n266_page8 .PSTicon-dashboard:before {content: "\e6a2";}
#stacks_in_p280_n266_page8 .PSTicon-hammer2:before {content: "\e6a3";}
#stacks_in_p280_n266_page8 .PSTicon-fire:before {content: "\e6a4";}
#stacks_in_p280_n266_page8 .PSTicon-lab:before {content: "\e6a5";}
#stacks_in_p280_n266_page8 .PSTicon-magnet:before {content: "\e6a6";}
#stacks_in_p280_n266_page8 .PSTicon-remove:before {content: "\e6a7";}
#stacks_in_p280_n266_page8 .PSTicon-remove2:before {content: "\e6a8";}
#stacks_in_p280_n266_page8 .PSTicon-briefcase:before {content: "\e6a9";}
#stacks_in_p280_n266_page8 .PSTicon-airplane:before {content: "\e6aa";}
#stacks_in_p280_n266_page8 .PSTicon-truck:before {content: "\e6ab";}
#stacks_in_p280_n266_page8 .PSTicon-road:before {content: "\e6ac";}
#stacks_in_p280_n266_page8 .PSTicon-accessibility:before {content: "\e6ad";}
#stacks_in_p280_n266_page8 .PSTicon-target:before {content: "\e6ae";}
#stacks_in_p280_n266_page8 .PSTicon-shield:before {content: "\e6af";}
#stacks_in_p280_n266_page8 .PSTicon-lightning:before {content: "\e6b0";}
#stacks_in_p280_n266_page8 .PSTicon-switch:before {content: "\e6b1";}
#stacks_in_p280_n266_page8 .PSTicon-powercord:before {content: "\e6b2";}
#stacks_in_p280_n266_page8 .PSTicon-signup:before {content: "\e6b3";}
#stacks_in_p280_n266_page8 .PSTicon-list:before {content: "\e6b4";}
#stacks_in_p280_n266_page8 .PSTicon-list2:before {content: "\e6b5";}
#stacks_in_p280_n266_page8 .PSTicon-numbered-list:before {content: "\e6b6";}
#stacks_in_p280_n266_page8 .PSTicon-menu:before {content: "\e6b7";}
#stacks_in_p280_n266_page8 .PSTicon-menu2:before {content: "\e6b8";}
#stacks_in_p280_n266_page8 .PSTicon-tree:before {content: "\e6b9";}
#stacks_in_p280_n266_page8 .PSTicon-cloud:before {content: "\e6ba";}
#stacks_in_p280_n266_page8 .PSTicon-cloud-download:before {content: "\e6bb";}
#stacks_in_p280_n266_page8 .PSTicon-cloud-upload:before {content: "\e6bc";}
#stacks_in_p280_n266_page8 .PSTicon-download2:before {content: "\e6bd";}
#stacks_in_p280_n266_page8 .PSTicon-upload2:before {content: "\e6be";}
#stacks_in_p280_n266_page8 .PSTicon-download3:before {content: "\e6bf";}
#stacks_in_p280_n266_page8 .PSTicon-upload3:before {content: "\e6c0";}
#stacks_in_p280_n266_page8 .PSTicon-globe:before {content: "\e6c1";}
#stacks_in_p280_n266_page8 .PSTicon-earth:before {content: "\e6c2";}
#stacks_in_p280_n266_page8 .PSTicon-link:before {content: "\e6c3";}
#stacks_in_p280_n266_page8 .PSTicon-flag:before {content: "\e6c4";}
#stacks_in_p280_n266_page8 .PSTicon-attachment:before {content: "\e6c5";}
#stacks_in_p280_n266_page8 .PSTicon-eye:before {content: "\e6c6";}
#stacks_in_p280_n266_page8 .PSTicon-eye-blocked:before {content: "\e6c7";}
#stacks_in_p280_n266_page8 .PSTicon-eye2:before {content: "\e6c8";}
#stacks_in_p280_n266_page8 .PSTicon-bookmark:before {content: "\e6c9";}
#stacks_in_p280_n266_page8 .PSTicon-bookmarks:before {content: "\e6ca";}
#stacks_in_p280_n266_page8 .PSTicon-brightness-medium:before {content: "\e6cb";}
#stacks_in_p280_n266_page8 .PSTicon-brightness-contrast:before {content: "\e6cc";}
#stacks_in_p280_n266_page8 .PSTicon-contrast:before {content: "\e6cd";}
#stacks_in_p280_n266_page8 .PSTicon-star:before {content: "\e6ce";}
#stacks_in_p280_n266_page8 .PSTicon-star2:before {content: "\e6cf";}
#stacks_in_p280_n266_page8 .PSTicon-star3:before {content: "\e6d0";}
#stacks_in_p280_n266_page8 .PSTicon-heart:before {content: "\e6d1";}
#stacks_in_p280_n266_page8 .PSTicon-heart2:before {content: "\e6d2";}
#stacks_in_p280_n266_page8 .PSTicon-heart-broken:before {content: "\e6d3";}
#stacks_in_p280_n266_page8 .PSTicon-thumbs-up:before {content: "\e6d4";}
#stacks_in_p280_n266_page8 .PSTicon-thumbs-up2:before {content: "\e6d5";}
#stacks_in_p280_n266_page8 .PSTicon-happy:before {content: "\e6d6";}
#stacks_in_p280_n266_page8 .PSTicon-happy2:before {content: "\e6d7";}
#stacks_in_p280_n266_page8 .PSTicon-smiley:before {content: "\e6d8";}
#stacks_in_p280_n266_page8 .PSTicon-smiley2:before {content: "\e6d9";}
#stacks_in_p280_n266_page8 .PSTicon-tongue:before {content: "\e6da";}
#stacks_in_p280_n266_page8 .PSTicon-tongue2:before {content: "\e6db";}
#stacks_in_p280_n266_page8 .PSTicon-sad:before {content: "\e6dc";}
#stacks_in_p280_n266_page8 .PSTicon-sad2:before {content: "\e6dd";}
#stacks_in_p280_n266_page8 .PSTicon-wink:before {content: "\e6de";}
#stacks_in_p280_n266_page8 .PSTicon-wink2:before {content: "\e6df";}
#stacks_in_p280_n266_page8 .PSTicon-grin:before {content: "\e6e0";}
#stacks_in_p280_n266_page8 .PSTicon-grin2:before {content: "\e6e1";}
#stacks_in_p280_n266_page8 .PSTicon-cool:before {content: "\e6e2";}
#stacks_in_p280_n266_page8 .PSTicon-cool2:before {content: "\e6e3";}
#stacks_in_p280_n266_page8 .PSTicon-angry:before {content: "\e6e4";}
#stacks_in_p280_n266_page8 .PSTicon-angry2:before {content: "\e6e5";}
#stacks_in_p280_n266_page8 .PSTicon-evil:before {content: "\e6e6";}
#stacks_in_p280_n266_page8 .PSTicon-evil2:before {content: "\e6e7";}
#stacks_in_p280_n266_page8 .PSTicon-shocked:before {content: "\e6e8";}
#stacks_in_p280_n266_page8 .PSTicon-shocked2:before {content: "\e6e9";}
#stacks_in_p280_n266_page8 .PSTicon-confused:before {content: "\e6ea";}
#stacks_in_p280_n266_page8 .PSTicon-confused2:before {content: "\e6eb";}
#stacks_in_p280_n266_page8 .PSTicon-neutral:before {content: "\e6ec";}
#stacks_in_p280_n266_page8 .PSTicon-neutral2:before {content: "\e6ed";}
#stacks_in_p280_n266_page8 .PSTicon-wondering:before {content: "\e6ee";}
#stacks_in_p280_n266_page8 .PSTicon-wondering2:before {content: "\e6ef";}
#stacks_in_p280_n266_page8 .PSTicon-point-up:before {content: "\e6f0";}
#stacks_in_p280_n266_page8 .PSTicon-point-right:before {content: "\e6f1";}
#stacks_in_p280_n266_page8 .PSTicon-point-down:before {content: "\e6f2";}
#stacks_in_p280_n266_page8 .PSTicon-point-left:before {content: "\e6f3";}
#stacks_in_p280_n266_page8 .PSTicon-warning:before {content: "\e6f4";}
#stacks_in_p280_n266_page8 .PSTicon-notification:before {content: "\e6f5";}
#stacks_in_p280_n266_page8 .PSTicon-question:before {content: "\e6f6";}
#stacks_in_p280_n266_page8 .PSTicon-info:before {content: "\e6f7";}
#stacks_in_p280_n266_page8 .PSTicon-info2:before {content: "\e6f8";}
#stacks_in_p280_n266_page8 .PSTicon-blocked:before {content: "\e6f9";}
#stacks_in_p280_n266_page8 .PSTicon-cancel-circle:before {content: "\e6fa";}
#stacks_in_p280_n266_page8 .PSTicon-checkmark-circle:before {content: "\e6fb";}
#stacks_in_p280_n266_page8 .PSTicon-spam:before {content: "\e6fc";}
#stacks_in_p280_n266_page8 .PSTicon-close:before {content: "\e6fd";}
#stacks_in_p280_n266_page8 .PSTicon-checkmark:before {content: "\e6fe";}
#stacks_in_p280_n266_page8 .PSTicon-checkmark2:before {content: "\e6ff";}
#stacks_in_p280_n266_page8 .PSTicon-spell-check:before {content: "\e700";}
#stacks_in_p280_n266_page8 .PSTicon-minus:before {content: "\e701";}
#stacks_in_p280_n266_page8 .PSTicon-plus:before {content: "\e702";}
#stacks_in_p280_n266_page8 .PSTicon-enter:before {content: "\e703";}
#stacks_in_p280_n266_page8 .PSTicon-exit:before {content: "\e704";}
#stacks_in_p280_n266_page8 .PSTicon-play2:before {content: "\e705";}
#stacks_in_p280_n266_page8 .PSTicon-pause:before {content: "\e706";}
#stacks_in_p280_n266_page8 .PSTicon-stop:before {content: "\e707";}
#stacks_in_p280_n266_page8 .PSTicon-backward:before {content: "\e708";}
#stacks_in_p280_n266_page8 .PSTicon-forward2:before {content: "\e709";}
#stacks_in_p280_n266_page8 .PSTicon-play3:before {content: "\e70a";}
#stacks_in_p280_n266_page8 .PSTicon-pause2:before {content: "\e70b";}
#stacks_in_p280_n266_page8 .PSTicon-stop2:before {content: "\e70c";}
#stacks_in_p280_n266_page8 .PSTicon-backward2:before {content: "\e70d";}
#stacks_in_p280_n266_page8 .PSTicon-forward3:before {content: "\e70e";}
#stacks_in_p280_n266_page8 .PSTicon-first:before {content: "\e70f";}
#stacks_in_p280_n266_page8 .PSTicon-last:before {content: "\e710";}
#stacks_in_p280_n266_page8 .PSTicon-previous:before {content: "\e711";}
#stacks_in_p280_n266_page8 .PSTicon-next:before {content: "\e712";}
#stacks_in_p280_n266_page8 .PSTicon-eject:before {content: "\e713";}
#stacks_in_p280_n266_page8 .PSTicon-volume-high:before {content: "\e714";}
#stacks_in_p280_n266_page8 .PSTicon-volume-medium:before {content: "\e715";}
#stacks_in_p280_n266_page8 .PSTicon-volume-low:before {content: "\e716";}
#stacks_in_p280_n266_page8 .PSTicon-volume-mute:before {content: "\e717";}
#stacks_in_p280_n266_page8 .PSTicon-volume-mute2:before {content: "\e718";}
#stacks_in_p280_n266_page8 .PSTicon-volume-increase:before {content: "\e719";}
#stacks_in_p280_n266_page8 .PSTicon-volume-decrease:before {content: "\e71a";}
#stacks_in_p280_n266_page8 .PSTicon-loop:before {content: "\e71b";}
#stacks_in_p280_n266_page8 .PSTicon-loop2:before {content: "\e71c";}
#stacks_in_p280_n266_page8 .PSTicon-loop3:before {content: "\e71d";}
#stacks_in_p280_n266_page8 .PSTicon-shuffle:before {content: "\e71e";}
#stacks_in_p280_n266_page8 .PSTicon-arrow-up-left:before {content: "\e71f";}
#stacks_in_p280_n266_page8 .PSTicon-arrow-up:before {content: "\e720";}
#stacks_in_p280_n266_page8 .PSTicon-arrow-up-right:before {content: "\e721";}
#stacks_in_p280_n266_page8 .PSTicon-arrow-right:before {content: "\e722";}
#stacks_in_p280_n266_page8 .PSTicon-arrow-down-right:before {content: "\e723";}
#stacks_in_p280_n266_page8 .PSTicon-arrow-down:before {content: "\e724";}
#stacks_in_p280_n266_page8 .PSTicon-arrow-down-left:before {content: "\e725";}
#stacks_in_p280_n266_page8 .PSTicon-arrow-left:before {content: "\e726";}
#stacks_in_p280_n266_page8 .PSTicon-arrow-up-left2:before {content: "\e727";}
#stacks_in_p280_n266_page8 .PSTicon-arrow-up2:before {content: "\e728";}
#stacks_in_p280_n266_page8 .PSTicon-arrow-up-right2:before {content: "\e729";}
#stacks_in_p280_n266_page8 .PSTicon-arrow-right2:before {content: "\e72a";}
#stacks_in_p280_n266_page8 .PSTicon-arrow-down-right2:before {content: "\e72b";}
#stacks_in_p280_n266_page8 .PSTicon-arrow-down2:before {content: "\e72c";}
#stacks_in_p280_n266_page8 .PSTicon-arrow-down-left2:before {content: "\e72d";}
#stacks_in_p280_n266_page8 .PSTicon-arrow-left2:before {content: "\e72e";}
#stacks_in_p280_n266_page8 .PSTicon-arrow-up-left3:before {content: "\e72f";}
#stacks_in_p280_n266_page8 .PSTicon-arrow-up3:before {content: "\e730";}
#stacks_in_p280_n266_page8 .PSTicon-arrow-up-right3:before {content: "\e731";}
#stacks_in_p280_n266_page8 .PSTicon-arrow-right3:before {content: "\e732";}
#stacks_in_p280_n266_page8 .PSTicon-arrow-down-right3:before {content: "\e733";}
#stacks_in_p280_n266_page8 .PSTicon-arrow-down3:before {content: "\e734";}
#stacks_in_p280_n266_page8 .PSTicon-arrow-down-left3:before {content: "\e735";}
#stacks_in_p280_n266_page8 .PSTicon-arrow-left3:before {content: "\e736";}
#stacks_in_p280_n266_page8 .PSTicon-tab:before {content: "\e737";}
#stacks_in_p280_n266_page8 .PSTicon-checkbox-checked:before {content: "\e738";}
#stacks_in_p280_n266_page8 .PSTicon-checkbox-unchecked:before {content: "\e739";}
#stacks_in_p280_n266_page8 .PSTicon-checkbox-partial:before {content: "\e73a";}
#stacks_in_p280_n266_page8 .PSTicon-radio-checked:before {content: "\e73b";}
#stacks_in_p280_n266_page8 .PSTicon-radio-unchecked:before {content: "\e73c";}
#stacks_in_p280_n266_page8 .PSTicon-crop:before {content: "\e73d";}
#stacks_in_p280_n266_page8 .PSTicon-scissors:before {content: "\e73e";}
#stacks_in_p280_n266_page8 .PSTicon-filter:before {content: "\e73f";}
#stacks_in_p280_n266_page8 .PSTicon-filter2:before {content: "\e740";}
#stacks_in_p280_n266_page8 .PSTicon-font:before {content: "\e741";}
#stacks_in_p280_n266_page8 .PSTicon-text-height:before {content: "\e742";}
#stacks_in_p280_n266_page8 .PSTicon-text-width:before {content: "\e743";}
#stacks_in_p280_n266_page8 .PSTicon-bold:before {content: "\e744";}
#stacks_in_p280_n266_page8 .PSTicon-underline:before {content: "\e745";}
#stacks_in_p280_n266_page8 .PSTicon-italic:before {content: "\e746";}
#stacks_in_p280_n266_page8 .PSTicon-strikethrough:before {content: "\e747";}
#stacks_in_p280_n266_page8 .PSTicon-omega:before {content: "\e748";}
#stacks_in_p280_n266_page8 .PSTicon-sigma:before {content: "\e749";}
#stacks_in_p280_n266_page8 .PSTicon-table:before {content: "\e74a";}
#stacks_in_p280_n266_page8 .PSTicon-table2:before {content: "\e74b";}
#stacks_in_p280_n266_page8 .PSTicon-insert-template:before {content: "\e74c";}
#stacks_in_p280_n266_page8 .PSTicon-pilcrow:before {content: "\e74d";}
#stacks_in_p280_n266_page8 .PSTicon-lefttoright:before {content: "\e74e";}
#stacks_in_p280_n266_page8 .PSTicon-righttoleft:before {content: "\e74f";}
#stacks_in_p280_n266_page8 .PSTicon-paragraph-left:before {content: "\e750";}
#stacks_in_p280_n266_page8 .PSTicon-paragraph-center:before {content: "\e751";}
#stacks_in_p280_n266_page8 .PSTicon-paragraph-right:before {content: "\e752";}
#stacks_in_p280_n266_page8 .PSTicon-paragraph-justify:before {content: "\e753";}
#stacks_in_p280_n266_page8 .PSTicon-paragraph-left2:before {content: "\e754";}
#stacks_in_p280_n266_page8 .PSTicon-paragraph-center2:before {content: "\e755";}
#stacks_in_p280_n266_page8 .PSTicon-paragraph-right2:before {content: "\e756";}
#stacks_in_p280_n266_page8 .PSTicon-paragraph-justify2:before {content: "\e757";}
#stacks_in_p280_n266_page8 .PSTicon-indent-increase:before {content: "\e758";}
#stacks_in_p280_n266_page8 .PSTicon-indent-decrease:before {content: "\e759";}
#stacks_in_p280_n266_page8 .PSTicon-newtab:before {content: "\e75a";}
#stacks_in_p280_n266_page8 .PSTicon-embed:before {content: "\e75b";}
#stacks_in_p280_n266_page8 .PSTicon-code:before {content: "\e75c";}
#stacks_in_p280_n266_page8 .PSTicon-console:before {content: "\e75d";}
#stacks_in_p280_n266_page8 .PSTicon-share:before {content: "\e75e";}
#stacks_in_p280_n266_page8 .PSTicon-mail:before {content: "\e75f";}
#stacks_in_p280_n266_page8 .PSTicon-mail2:before {content: "\e760";}
#stacks_in_p280_n266_page8 .PSTicon-mail3:before {content: "\e761";}
#stacks_in_p280_n266_page8 .PSTicon-mail4:before {content: "\e762";}
#stacks_in_p280_n266_page8 .PSTicon-google:before {content: "\e763";}
#stacks_in_p280_n266_page8 .PSTicon-googleplus:before {content: "\e764";}
#stacks_in_p280_n266_page8 .PSTicon-googleplus2:before {content: "\e765";}
#stacks_in_p280_n266_page8 .PSTicon-googleplus3:before {content: "\e766";}
#stacks_in_p280_n266_page8 .PSTicon-googleplus4:before {content: "\e767";}
#stacks_in_p280_n266_page8 .PSTicon-google-drive:before {content: "\e768";}
#stacks_in_p280_n266_page8 .PSTicon-facebook:before {content: "\e769";}
#stacks_in_p280_n266_page8 .PSTicon-facebook2:before {content: "\e76a";}
#stacks_in_p280_n266_page8 .PSTicon-facebook3:before {content: "\e76b";}
#stacks_in_p280_n266_page8 .PSTicon-instagram:before {content: "\e76c";}
#stacks_in_p280_n266_page8 .PSTicon-twitter:before {content: "\e76d";}
#stacks_in_p280_n266_page8 .PSTicon-twitter2:before {content: "\e76e";}
#stacks_in_p280_n266_page8 .PSTicon-twitter3:before {content: "\e76f";}
#stacks_in_p280_n266_page8 .PSTicon-feed2:before {content: "\e770";}
#stacks_in_p280_n266_page8 .PSTicon-feed3:before {content: "\e771";}
#stacks_in_p280_n266_page8 .PSTicon-feed4:before {content: "\e772";}
#stacks_in_p280_n266_page8 .PSTicon-youtube:before {content: "\e773";}
#stacks_in_p280_n266_page8 .PSTicon-youtube2:before {content: "\e774";}
#stacks_in_p280_n266_page8 .PSTicon-vimeo:before {content: "\e775";}
#stacks_in_p280_n266_page8 .PSTicon-vimeo2:before {content: "\e776";}
#stacks_in_p280_n266_page8 .PSTicon-vimeo3:before {content: "\e777";}
#stacks_in_p280_n266_page8 .PSTicon-lanyrd:before {content: "\e778";}
#stacks_in_p280_n266_page8 .PSTicon-flickr:before {content: "\e779";}
#stacks_in_p280_n266_page8 .PSTicon-flickr2:before {content: "\e77a";}
#stacks_in_p280_n266_page8 .PSTicon-flickr3:before {content: "\e77b";}
#stacks_in_p280_n266_page8 .PSTicon-flickr4:before {content: "\e77c";}
#stacks_in_p280_n266_page8 .PSTicon-picassa:before {content: "\e77d";}
#stacks_in_p280_n266_page8 .PSTicon-picassa2:before {content: "\e77e";}
#stacks_in_p280_n266_page8 .PSTicon-dribbble:before {content: "\e77f";}
#stacks_in_p280_n266_page8 .PSTicon-dribbble2:before {content: "\e780";}
#stacks_in_p280_n266_page8 .PSTicon-dribbble3:before {content: "\e781";}
#stacks_in_p280_n266_page8 .PSTicon-forrst:before {content: "\e782";}
#stacks_in_p280_n266_page8 .PSTicon-forrst2:before {content: "\e783";}
#stacks_in_p280_n266_page8 .PSTicon-deviantart:before {content: "\e784";}
#stacks_in_p280_n266_page8 .PSTicon-deviantart2:before {content: "\e785";}
#stacks_in_p280_n266_page8 .PSTicon-steam:before {content: "\e786";}
#stacks_in_p280_n266_page8 .PSTicon-steam2:before {content: "\e787";}
#stacks_in_p280_n266_page8 .PSTicon-github:before {content: "\e788";}
#stacks_in_p280_n266_page8 .PSTicon-github2:before {content: "\e789";}
#stacks_in_p280_n266_page8 .PSTicon-github3:before {content: "\e78a";}
#stacks_in_p280_n266_page8 .PSTicon-github4:before {content: "\e78b";}
#stacks_in_p280_n266_page8 .PSTicon-github5:before {content: "\e78c";}
#stacks_in_p280_n266_page8 .PSTicon-wordpress:before {content: "\e78d";}
#stacks_in_p280_n266_page8 .PSTicon-wordpress2:before {content: "\e78e";}
#stacks_in_p280_n266_page8 .PSTicon-joomla:before {content: "\e78f";}
#stacks_in_p280_n266_page8 .PSTicon-blogger:before {content: "\e790";}
#stacks_in_p280_n266_page8 .PSTicon-blogger2:before {content: "\e791";}
#stacks_in_p280_n266_page8 .PSTicon-tumblr:before {content: "\e792";}
#stacks_in_p280_n266_page8 .PSTicon-tumblr2:before {content: "\e793";}
#stacks_in_p280_n266_page8 .PSTicon-yahoo:before {content: "\e794";}
#stacks_in_p280_n266_page8 .PSTicon-tux:before {content: "\e795";}
#stacks_in_p280_n266_page8 .PSTicon-apple:before {content: "\e796";}
#stacks_in_p280_n266_page8 .PSTicon-finder:before {content: "\e797";}
#stacks_in_p280_n266_page8 .PSTicon-android:before {content: "\e798";}
#stacks_in_p280_n266_page8 .PSTicon-windows:before {content: "\e799";}
#stacks_in_p280_n266_page8 .PSTicon-windows8:before {content: "\e79a";}
#stacks_in_p280_n266_page8 .PSTicon-soundcloud:before {content: "\e79b";}
#stacks_in_p280_n266_page8 .PSTicon-soundcloud2:before {content: "\e79c";}
#stacks_in_p280_n266_page8 .PSTicon-skype:before {content: "\e79d";}
#stacks_in_p280_n266_page8 .PSTicon-reddit:before {content: "\e79e";}
#stacks_in_p280_n266_page8 .PSTicon-linkedin:before {content: "\e79f";}
#stacks_in_p280_n266_page8 .PSTicon-lastfm:before {content: "\e7a0";}
#stacks_in_p280_n266_page8 .PSTicon-lastfm2:before {content: "\e7a1";}
#stacks_in_p280_n266_page8 .PSTicon-delicious:before {content: "\e7a2";}
#stacks_in_p280_n266_page8 .PSTicon-stumbleupon:before {content: "\e7a3";}
#stacks_in_p280_n266_page8 .PSTicon-stumbleupon2:before {content: "\e7a4";}
#stacks_in_p280_n266_page8 .PSTicon-stackoverflow:before {content: "\e7a5";}
#stacks_in_p280_n266_page8 .PSTicon-pinterest:before {content: "\e7a6";}
#stacks_in_p280_n266_page8 .PSTicon-pinterest2:before {content: "\e7a7";}
#stacks_in_p280_n266_page8 .PSTicon-xing:before {content: "\e7a8";}
#stacks_in_p280_n266_page8 .PSTicon-xing2:before {content: "\e7a9";}
#stacks_in_p280_n266_page8 .PSTicon-flattr:before {content: "\e7aa";}
#stacks_in_p280_n266_page8 .PSTicon-foursquare:before {content: "\e7ab";}
#stacks_in_p280_n266_page8 .PSTicon-foursquare2:before {content: "\e7ac";}
#stacks_in_p280_n266_page8 .PSTicon-paypal:before {content: "\e7ad";}
#stacks_in_p280_n266_page8 .PSTicon-paypal2:before {content: "\e7ae";}
#stacks_in_p280_n266_page8 .PSTicon-paypal3:before {content: "\e7af";}
#stacks_in_p280_n266_page8 .PSTicon-yelp:before {content: "\e7b0";}
#stacks_in_p280_n266_page8 .PSTicon-libreoffice:before {content: "\e7b1";}
#stacks_in_p280_n266_page8 .PSTicon-file-pdf:before {content: "\e7b2";}
#stacks_in_p280_n266_page8 .PSTicon-file-openoffice:before {content: "\e7b3";}
#stacks_in_p280_n266_page8 .PSTicon-file-word:before {content: "\e7b4";}
#stacks_in_p280_n266_page8 .PSTicon-file-excel:before {content: "\e7b5";}
#stacks_in_p280_n266_page8 .PSTicon-file-zip:before {content: "\e7b6";}
#stacks_in_p280_n266_page8 .PSTicon-file-powerpoint:before {content: "\e7b7";}
#stacks_in_p280_n266_page8 .PSTicon-file-xml:before {content: "\e7b8";}
#stacks_in_p280_n266_page8 .PSTicon-file-css:before {content: "\e7b9";}
#stacks_in_p280_n266_page8 .PSTicon-html5:before {content: "\e7ba";}
#stacks_in_p280_n266_page8 .PSTicon-html52:before {content: "\e7bb";}
#stacks_in_p280_n266_page8 .PSTicon-css3:before {content: "\e7bc";}
#stacks_in_p280_n266_page8 .PSTicon-chrome:before {content: "\e7bd";}
#stacks_in_p280_n266_page8 .PSTicon-firefox:before {content: "\e7be";}
#stacks_in_p280_n266_page8 .PSTicon-IE:before {content: "\e7bf";}
#stacks_in_p280_n266_page8 .PSTicon-opera:before {content: "\e7c0";}
#stacks_in_p280_n266_page8 .PSTicon-safari:before {content: "\e7c1";}
#stacks_in_p280_n266_page8 .PSTicon-IcoMoon:before {content: "\e7c2";}



#stacks_in_p280_n266_page8 .PSTtab {
	display: inline-block;
	position: fixed;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	z-index: 999;
}

#stacks_in_p280_n266_page8 #right-panel-tab {
	font-size: 30px;
	color: #AB5692;
	width: 50px;
	
		
	
	height: 50px;
	text-align: center;
	line-height: 50px !important;
	border-radius: 50px 0 0 50px;
	top: 50%;
	right: 0px;
	margin-top: -25px;
	
	border-right-width: 0;
}

#stacks_in_p280_n266_page8 a#right-panel-tab:link {
	text-decoration: none;
	color: #AB5692;
}

#stacks_in_p280_n266_page8 a#right-panel-tab:hover,
#stacks_in_p280_n266_page8 #right-panel-tab span[class^="PSTicon-"]:hover {
	text-decoration: none;
	color: #DF6FBE !important;
}



#stacks_in_p280_n266_page8 #left-panel-tab {
	font-size: 30px;
	color: #AB5692;
	width: 50px;
	
		
	
	height: 50px;
	text-align: center;
	line-height: 50px !important;
	border-radius: 0 50px 50px 0;
	top: 50%;
	left: 0px;
	margin-top: -25px;
	
	

}

#stacks_in_p280_n266_page8 a#left-panel-tab:link {
	text-decoration: none;
	color: #AB5692;
}

#stacks_in_p280_n266_page8 a#left-panel-tab:hover,
#stacks_in_p280_n266_page8 #left-panel-tab span[class^="PSTicon-"]:hover {
	text-decoration: none;
	color: #D269B3 !important;
}


#stacks_in_p280_n266_page8 #left-panel-tab:active {
	margin-top: -24px;
}
/* End of PanelSliderTrigger stack */

