/* -- Start Swell Page css Template -- */

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }


@-webkit-keyframes swellswing
{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
       transform: translateX(-5px);
    } 
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes swellswing
{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}




/* -- End Swell Page css Template -- *//* 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_280_page1hidden-image{	width: 48px;	height: 48px;	overflow: hidden;}.stacks_in_280_page1hidden-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_280_page1clear{	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_page1 div{	display: none;	height: 0;	margin: 0;	padding: 0;}/* End Notify stack CSS code */.mdtc-clnplrv-main-player * {
  background-color: transparent;
  border: 0 none;
  color: inherit;
  direction: ltr;
  float: none;
  font-family: 'PT Sans', Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-stretch: inherit;
  font-variant: inherit;
  line-height: 1em;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
  vertical-align: baseline;
  outline: none !important;
  box-sizing: content-box !important;
}
.mdtc-clnplrv-main-player a {
  border: none !important;
}
@font-face {
  font-family: 'icons';
  src: url(data:font/truetype;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SAuAAAAC8AAAAYGNtYXAaVsyOAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZsRb5loAAAF4AAACLGhlYWQHZCGtAAADpAAAADZoaGVhB6kEpgAAA9wAAAAkaG10eCUjAo8AAAQAAAAAMGxvY2EDJAKWAAAEMAAAABptYXhwABEAIQAABEwAAAAgbmFtZZlKCfsAAARsAAABhnBvc3QAAwAAAAAF9AAAACAAAwOvAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADmBwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg5gf//f//AAAAAAAg5gD//f//AAH/4xoEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAADAPIAiAPnAvgABwAKAA8AAAEVITUjESERJRc3JTMVIzUDYv4VhQL1/a/f3v7OqqoBt6ur/tEBL3Hf39DQ0AAABACQALQDdQLHAAYADgAWAB4AABMjFSE1IzUnMzUzNSEVIwUjFSE1IxUzAxUzFTM1ITX5aQEHnml5k/75BQJnkwEHeQWOk3n+9AGL0nlZal500sh50lkBmnlf0gYAAAAAAgBAAIoDIQL2AAcADwAAExEhNRcHNSEFESEVJzcVIUACMLGx/iYCi/3RsrIB2gGTAQBjoJBXMP8AY6CQVwAAAAIAJf/AAukDwAAEAAkAAAEhESERASERIREB2wEO/vL+SgEN/vMDwPwABAD8AAQA/AAAAAABACX/wANJA8AAAwAAExEJASUDJPzcA8D8AAIAAgAAAAIAJQDFA1cCuwADAAcAABMRLQEhES0BJQGJ/ncBqQGJ/ncCu/4K+/v+Cvv7AAAAAAMAOQB+AxQDDwAKABQAGwAAJSM1MxMzNRcHNSMXFSMnBxczFTcnASMVMxc3JwEQ16jvkrKyZ2dnLT0/krKy/q7XqDFAQt56AVZhoZBXhldAXlthoZABAHpGYGAAAgAlAMUDVwK7AAMABwAAAQURBSEFEQUBzgGJ/nf+VwGJ/ncBwPsB9vv7Afb7AAAAAQAAAAEAAMFIOmVfDzz1AAsEAAAAAADSLu6YAAAAANIu7pgAAP/AA+cDwAAAAAgAAgAAAAAAAAABAAADwP/AAAAE2QAAAAAD5wABAAAAAAAAAAAAAAAAAAAADAQAAAAAAAAAAAAAAAIAAAAE2QDyBAAAkAO3AEADtwAlA7cAJQO3ACUDtwA5A7cAJQAAAAAACgAUAB4APgBuAI4AqAC4ANAA/gEWAAAAAQAAAAwAHwAEAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAcAAAABAAAAAAACAAcAYAABAAAAAAADAAcANgABAAAAAAAEAAcAdQABAAAAAAAFAAsAFQABAAAAAAAGAAcASwABAAAAAAAKABoAigADAAEECQABAA4ABwADAAEECQACAA4AZwADAAEECQADAA4APQADAAEECQAEAA4AfAADAAEECQAFABYAIAADAAEECQAGAA4AUgADAAEECQAKADQApGljb21vb24AaQBjAG8AbQBvAG8AblZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGljb21vb24AaQBjAG8AbQBvAG8Abmljb21vb24AaQBjAG8AbQBvAG8AblJlZ3VsYXIAUgBlAGcAdQBsAGEAcmljb21vb24AaQBjAG8AbQBvAG8AbkZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format('truetype'), url(data:font/woff;charset=utf-8;base64,d09GRgABAAAAAAZgAAsAAAAABhQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABCAAAAGAAAABgDxIC4GNtYXAAAAFoAAAAVAAAAFQaVsyOZ2FzcAAAAbwAAAAIAAAACAAAABBnbHlmAAABxAAAAiwAAAIsxFvmWmhlYWQAAAPwAAAANgAAADYHZCGtaGhlYQAABCgAAAAkAAAAJAepBKZobXR4AAAETAAAADAAAAAwJSMCj2xvY2EAAAR8AAAAGgAAABoDJAKWbWF4cAAABJgAAAAgAAAAIAARACFuYW1lAAAEuAAAAYYAAAGGmUoJ+3Bvc3QAAAZAAAAAIAAAACAAAwAAAAMDrwGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA5gcDwP/AAEADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAwAAAAMAAAAcAAEAAwAAABwAAwABAAAAHAAEADgAAAAKAAgAAgACAAEAIOYH//3//wAAAAAAIOYA//3//wAB/+MaBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAwDyAIgD5wL4AAcACgAPAAABFSE1IxEhESUXNyUzFSM1A2L+FYUC9f2v397+zqqqAberq/7RAS9x39/Q0NAAAAQAkAC0A3UCxwAGAA4AFgAeAAATIxUhNSM1JzM1MzUhFSMFIxUhNSMVMwMVMxUzNSE1+WkBB55peZP++QUCZ5MBB3kFjpN5/vQBi9J5WWpedNLIedJZAZp5X9IGAAAAAAIAQACKAyEC9gAHAA8AABMRITUXBzUhBREhFSc3FSFAAjCxsf4mAov90bKyAdoBkwEAY6CQVzD/AGOgkFcAAAACACX/wALpA8AABAAJAAABIREhEQEhESERAdsBDv7y/koBDf7zA8D8AAQA/AAEAPwAAAAAAQAl/8ADSQPAAAMAABMRCQElAyT83APA/AACAAIAAAACACUAxQNXArsAAwAHAAATES0BIREtASUBif53AakBif53Arv+Cvv7/gr7+wAAAAADADkAfgMUAw8ACgAUABsAACUjNTMTMzUXBzUjFxUjJwcXMxU3JwEjFTMXNycBENeo75KysmdnZy09P5Kysv6u16gxQELeegFWYaGQV4ZXQF5bYaGQAQB6RmBgAAIAJQDFA1cCuwADAAcAAAEFEQUhBREFAc4Bif53/lcBif53AcD7Afb7+wH2+wAAAAEAAAABAADBSDplXw889QALBAAAAAAA0i7umAAAAADSLu6YAAD/wAPnA8AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABNkAAAAAA+cAAQAAAAAAAAAAAAAAAAAAAAwEAAAAAAAAAAAAAAACAAAABNkA8gQAAJADtwBAA7cAJQO3ACUDtwAlA7cAOQO3ACUAAAAAAAoAFAAeAD4AbgCOAKgAuADQAP4BFgAAAAEAAAAMAB8ABAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAHAAAAAQAAAAAAAgAHAGAAAQAAAAAAAwAHADYAAQAAAAAABAAHAHUAAQAAAAAABQALABUAAQAAAAAABgAHAEsAAQAAAAAACgAaAIoAAwABBAkAAQAOAAcAAwABBAkAAgAOAGcAAwABBAkAAwAOAD0AAwABBAkABAAOAHwAAwABBAkABQAWACAAAwABBAkABgAOAFIAAwABBAkACgA0AKRpY29tb29uAGkAYwBvAG0AbwBvAG5WZXJzaW9uIDEuMABWAGUAcgBzAGkAbwBuACAAMQAuADBpY29tb29uAGkAYwBvAG0AbwBvAG5pY29tb29uAGkAYwBvAG0AbwBvAG5SZWd1bGFyAFIAZQBnAHUAbABhAHJpY29tb29uAGkAYwBvAG0AbwBvAG5Gb250IGdlbmVyYXRlZCBieSBJY29Nb29uLgBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('woff');
  font-weight: normal;
  font-style: normal;
}
[class^="mdtc-clnplrv-icon-"],
[class*=" mdtc-clnplrv-icon-"] {
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mdtc-clnplrv-icon-repeat:before {
  content: "\e602";
}
.mdtc-clnplrv-icon-pause:before {
  content: "\e603";
}
.mdtc-clnplrv-icon-play:before {
  content: "\e604";
}
.mdtc-clnplrv-icon-next:before {
  content: "\e605";
}
.mdtc-clnplrv-icon-shuffle:before {
  content: "\e606";
}
.mdtc-clnplrv-icon-prev:before {
  content: "\e607";
}
.mdtc-clnplrv-icon-download:before {
  content: "\e600";
}
.mdtc-clnplrv-icon-fullscreen:before {
  content: "\e601";
}
.mdtc-clnplrv-main-player {
  font-family: 'PT Sans', sans-serif;
  font-size: 12px;
  color: #222222;
}
.mdtc-clnplrv-main-player .youtube-player:after {
  display: none !important;
}
.mdtc-clnplrv-main-player * {
  outline: none !important;
}
.mdtc-clnplrv-main-player ul {
  margin: 0px;
}
.mdtc-clnplrv-main-player ul li {
  display: block;
  list-style: none;
}
.mdtc-clnplrv-main-player .mdtc-clnplrv-type-playlist {
  background: #ffffff;
  border-radius: 0px 0px 3px 3px;
  overflow: hidden;
}
.mdtc-clnplrv-main-player .mdtc-clnplrv-video-container {
  background-color: #f3f5f7;
  border-radius: 3px 3px 0px 0px;
  display: block !important;
  position: relative;
  overflow: hidden;
  background-image: url('data:image/gif;base64,R0lGODlhKwALAPEAAP///4yMjMbGxoyMjCH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAKwALAAACMoSOCMuW2diD88UKG95W88uF4DaGWFmhZid93pq+pwxnLUnXh8ou+sSz+T64oCAyTBUAACH5BAkKAAAALAAAAAArAAsAAAI9xI4IyyAPYWOxmoTHrHzzmGHe94xkmJifyqFKQ0pwLLgHa82xrekkDrIBZRQab1jyfY7KTtPimixiUsevAAAh+QQJCgAAACwAAAAAKwALAAACPYSOCMswD2FjqZpqW9xv4g8KE7d54XmMpNSgqLoOpgvC60xjNonnyc7p+VKamKw1zDCMR8rp8pksYlKorgAAIfkECQoAAAAsAAAAACsACwAAAkCEjgjLltnYmJS6Bxt+sfq5ZUyoNJ9HHlEqdCfFrqn7DrE2m7Wdj/2y45FkQ13t5itKdshFExC8YCLOEBX6AhQAADsAAAAAAAAAAAA=');
  background-position: center 53%;
  background-repeat: no-repeat;
  height: 0px !important;
}
.mdtc-clnplrv-main-player .mdtc-clnplrv-video-container video {
  display: block;
  width: 100% !important;
  height: 100% !important;
}
.mdtc-clnplrv-main-player .mdtc-clnplrv-video-container img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  z-index: 2;
}
.mdtc-clnplrv-main-player .mdtc-clnplrv-video-container:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 35px;
  border-color: transparent transparent transparent #f3f5f7;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0px 0px -12px;
  cursor: pointer;
  transition: opacity 0.1s;
}
.mdtc-clnplrv-main-player .mdtc-clnplrv-video-container:hover:after {
  opacity: 0.7;
  transition: opacity 0.1s ;
}
.mdtc-clnplrv-main-player.mdtc-clnplrv-state-playing .mdtc-clnplrv-jplayer:after {
  display: none;
}
.mdtc-clnplrv-main-player .mdtc-clnplrv-playlist ul {
  padding: 0px;
  margin: 0px !important;
}
.mdtc-clnplrv-main-player .mdtc-clnplrv-playlist ul li {
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  color: #222222;
  margin: 0px !important;
  cursor: pointer;
}
.mdtc-clnplrv-main-player .mdtc-clnplrv-playlist ul li.mdtc-clnplrv-playlist-current {
  background: #5687e1 !important;
  color: #ffffff;
}
.mdtc-clnplrv-main-player .mdtc-clnplrv-playlist ul li:nth-child(even) {
  background: #f3f5f7;
}
.mdtc-clnplrv-main-player .mdtc-clnplrv-playlist ul li:hover {
  background: #d1d1d1;
}
.mdtc-clnplrv-main-player .mdtc-clnplrv-playlist ul li .mdtc-clnplrv-playlist-item {
  text-decoration: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  padding: 9px 19px 8px;
}
.mdtc-clnplrv-main-player .mdtc-clnplrv-playlist ul li:last-child {
  margin-bottom: 3px !important;
}
.mdtc-clnplrv-main-player .mdtc-clnplrv-playlist ul li .mdtc-clnplrv-free-media {
  float: right;
  opacity: 0.4;
  margin: 8px 20px 0px 0px;
}
.mdtc-clnplrv-main-player .mdtc-clnplrv-playlist ul li .mdtc-clnplrv-free-media:hover {
  opacity: 0.6;
}
.mdtc-clnplrv-main-player .mdtc-clnplrv-playlist ul li .mdtc-clnplrv-free-media a {
  padding: 0px !important;
  text-decoration: none;
}
.mdtc-clnplrv-main-player .mdtc-clnplrv-playlist ul li .mdtc-clnplrv-free-media a:hover {
  text-decoration: underline;
}
.mdtc-clnplrv-main-player .mdtc-clnplrv-playlist .mdtc-clnplrv-artist {
  opacity: .6;
}
.mdtc-clnplrv-main-player .mdtc-clnplrv-interface {
  min-height: 68px;
  background: #f3f5f7;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: stretch;
}
.mdtc-clnplrv-main-player .mdtc-clnplrv-interface li a {
  display: inline-block;
  text-decoration: none;
}
.mdtc-clnplrv-main-player .mdtc-clnplrv-interface .mdtc-clnplrv-controls {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  height: 44px;
  padding: 24px 20px 0px 18px;
  white-space: nowrap !important;
}
.mdtc-clnplrv-main-player .mdtc-clnplrv-interface .mdtc-clnplrv-controls li {
  display: inline-block;
}
.mdtc-clnplrv-main-player .mdtc-clnplrv-interface .mdtc-clnplrv-controls .mdtc-clnplrv-previous {
  width: 18px;
  height: 23px;
  display: inline-block;
  opacity: 0.4;
  font-size: 21px;
  color: #919191;
  position: relative;
  top: -2px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mdtc-clnplrv-main-player .mdtc-clnplrv-interface .mdtc-clnplrv-controls .mdtc-clnplrv-next {
  width: 18px;
  height: 23px;
  display: inline-block;
  opacity: 0.4;
  font-size: 21px;
  color: #919191;
  position: relative;
  top: -2px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mdtc-clnplrv-main-player .mdtc-clnplrv-interface .mdtc-clnplrv-controls .mdtc-clnplrv-play {
  width: 19px;
  height: 23px;
  display: inline-block;
  margin: 0px 16px 0px 18px;
  opacity: 0.9;
  font-size: 23px;
  color: #919191;
  position: relative;
  top: -1px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mdtc-clnplrv-main-player .mdtc-clnplrv-interface .mdtc-clnplrv-controls .mdtc-clnplrv-pause {
  width: 19px;
  height: 23px;
  display: inline-block;
  margin: 0px 16px 0px 18px;
  opacity: 0.9;
  font-size: 23px;
  color: #919191;
  position: relative;
  top: -1px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mdtc-clnplrv-main-player .mdtc-clnplrv-interface .mdtc-clnplrv-seek-container {
  -webkit-flex-grow: 1000;
  flex-grow: 1000;
  padding: 20px 0px 0px 0px;
  overflow: hidden;
  position: relative;
}
.mdtc-clnplrv-main-player .mdtc-clnplrv-interface .mdtc-clnplrv-seek-container .mdtc-clnplrv-seek-container-inner {
  position: absolute;
  left: 0px;
  right: 25px;
}
.mdtc-clnplrv-main-player .mdtc-clnplrv-interface .mdtc-clnplrv-seek-container .mdtc-clnplrv-seek-container-inner .mdtc-clnplrv-song-title {
  margin-right: 40px;
  height: 16px;
  overflow: hidden;
}
.mdtc-clnplrv-main-player .mdtc-clnplrv-interface .mdtc-clnplrv-seek-container .mdtc-clnplrv-seek-container-inner .mdtc-clnplrv-song-title .mdtc-clnplrv-song-title-inner {
  white-space: nowrap;
  display: inline-block;
  color: #222222;
}
.mdtc-clnplrv-main-player .mdtc-clnplrv-interface .mdtc-clnplrv-seek-container .mdtc-clnplrv-seek-container-inner .mdtc-clnplrv-song-title .mdtc-clnplrv-song-title-inner > strong {
  padding-right: 10px;
}
.mdtc-clnplrv-main-player .mdtc-clnplrv-interface .mdtc-clnplrv-seek-container .mdtc-clnplrv-seek-container-inner .mdtc-clnplrv-time {
  float: right;
  color: #919191;
  cursor: pointer;
}
.mdtc-clnplrv-main-player .mdtc-clnplrv-interface .mdtc-clnplrv-seek-container .mdtc-clnplrv-seek-container-inner .mdtc-clnplrv-progress {
  width: 100%;
  height: 4px;
  background: #d1d1d1;
  display: block;
  border-radius: 2px;
  margin-top: 8px;
  cursor: pointer;
}
.mdtc-clnplrv-main-player .mdtc-clnplrv-interface .mdtc-clnplrv-seek-container .mdtc-clnplrv-seek-container-inner .mdtc-clnplrv-progress .mdtc-clnplrv-seek-bar {
  display: block;
  height: 4px;
  border-radius: 2px;
  background: #c2c2c2;
}
.mdtc-clnplrv-main-player .mdtc-clnplrv-interface .mdtc-clnplrv-seek-container .mdtc-clnplrv-seek-container-inner .mdtc-clnplrv-progress .mdtc-clnplrv-seek-bar .mdtc-clnplrv-play-bar {
  display: block;
  height: 4px;
  border-radius: 2px;
  background: #919191;
}
.mdtc-clnplrv-main-player .mdtc-clnplrv-interface .mdtc-clnplrv-volume-bar {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  height: 9px;
  min-width: 70px;
  max-width: 70px;
  background: #c2c2c2;
  border-radius: 9px;
  display: inline-block;
  position: relative;
  margin: 32px 22px 0px 0px;
  float: right;
  cursor: pointer;
}
.mdtc-clnplrv-main-player .mdtc-clnplrv-interface .mdtc-clnplrv-volume-bar .mdtc-clnplrv-volume-bar-value {
  display: inline-block;
  height: 7px;
  border-radius: 9px;
  background: #f3f5f7;
  border: 1px solid #d1d1d1;
  position: absolute;
  top: 0px;
  left: 0px;
}
.mdtc-clnplrv-main-player .mdtc-clnplrv-interface .mdtc-clnplrv-volume-bar .mdtc-clnplrv-volume-bar-value i {
  display: inline-block;
  float: right;
  width: 13px;
  height: 13px;
  border-radius: 15px;
  background: #f3f5f7;
  border: 1px solid #c2c2c2;
  margin: -4px -8px 0px 0px;
  box-shadow: 0px 1px 1px #d4d4d4;
}
.mdtc-clnplrv-main-player .mdtc-clnplrv-interface .mdtc-clnplrv-toggles {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  padding: 30px 0px 0px;
  white-space: nowrap;
}
.mdtc-clnplrv-main-player .mdtc-clnplrv-interface .mdtc-clnplrv-toggles li {
  display: inline-block;
}
.mdtc-clnplrv-main-player .mdtc-clnplrv-interface .mdtc-clnplrv-toggles li.mdtc-clnplrv-fullscreen-li {
  display: inline-block !important;
}
.mdtc-clnplrv-main-player .mdtc-clnplrv-interface .mdtc-clnplrv-toggles li .mdtc-clnplrv-fullscreen-btn {
  display: inline-block;
  width: 17px;
  height: 14px;
  opacity: 0.4;
  margin-right: 20px;
  margin-left: -2px;
  font-size: 20px;
  color: #919191;
  position: relative;
  top: -3px;
  left: 0px;
}
.mdtc-clnplrv-main-player .mdtc-clnplrv-interface .mdtc-clnplrv-toggles li .mdtc-clnplrv-shuffle {
  display: inline-block;
  width: 17px;
  height: 14px;
  opacity: 0.4;
  margin-right: 10px;
  font-size: 20px;
  color: #919191;
  position: relative;
  top: -3px;
  left: 0px;
}
.mdtc-clnplrv-main-player .mdtc-clnplrv-interface .mdtc-clnplrv-toggles li .mdtc-clnplrv-shuffle-off {
  display: inline-block;
  width: 17px;
  height: 14px;
  opacity: 1;
  margin-right: 10px;
  font-size: 20px;
  color: #919191;
  position: relative;
  top: -3px;
  left: 0px;
}
.mdtc-clnplrv-main-player .mdtc-clnplrv-interface .mdtc-clnplrv-toggles li .mdtc-clnplrv-repeat {
  display: inline-block;
  width: 17px;
  height: 14px;
  opacity: 0.4;
  margin-right: 10px;
  font-size: 21px;
  color: #919191;
  position: relative;
  top: -3px;
  left: 0px;
}
.mdtc-clnplrv-main-player .mdtc-clnplrv-interface .mdtc-clnplrv-toggles li .mdtc-clnplrv-repeat-off {
  display: inline-block;
  width: 17px;
  height: 14px;
  opacity: 1;
  margin-right: 10px;
  font-size: 21px;
  color: #919191;
  position: relative;
  top: -3px;
  left: 0px;
}
.mdtc-clnplrv-main-player .mdtc-clnplrv-interface .mdtc-clnplrv-toggles li .mdtc-clnplrv-download-one {
  opacity: 0.4;
  width: 17px;
  height: 14px;
  margin-right: 35px;
  margin-left: -20px;
  font-size: 21px;
  color: #919191;
  position: relative;
  top: -3px;
  left: 0px;
}
.mdtc-clnplrv-main-player .mdtc-clnplrv-previous:hover,
.mdtc-clnplrv-main-player .mdtc-clnplrv-next:hover,
.mdtc-clnplrv-main-player .mdtc-clnplrv-play:hover,
.mdtc-clnplrv-main-player .mdtc-clnplrv-pause:hover,
.mdtc-clnplrv-main-player .mdtc-clnplrv-volume-bar:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mdtc-clnplrv-no-solution {
  display: block;
  padding: 15px;
}
.mdtc-clnplrv-no-solution span {
  display: block;
  font-weight: bold;
}
.mdtc-clnplrv-disabled-controls.mdtc-clnplrv-main-player .mdtc-clnplrv-previous,
.mdtc-clnplrv-disabled-controls.mdtc-clnplrv-main-player .mdtc-clnplrv-next,
.mdtc-clnplrv-disabled-controls.mdtc-clnplrv-main-player .mdtc-clnplrv-toggles li .mdtc-clnplrv-shuffle,
.mdtc-clnplrv-disabled-controls.mdtc-clnplrv-main-player .mdtc-clnplrv-toggles li .mdtc-clnplrv-repeat {
  display: none !important;
}
.mdtc-clnplrv-disabled-controls .mdtc-clnplrv-fullscreen-btn {
  margin-right: 30px !important;
}
.mdtc-clnplrv-responsive:not(.mdtc-clnplrv-solo-player) .mdtc-clnplrv-interface {
  position: relative;
  min-height: 108px;
}
.mdtc-clnplrv-responsive:not(.mdtc-clnplrv-solo-player) .mdtc-clnplrv-interface .mdtc-clnplrv-controls {
  -webkit-flex-grow: 100;
  flex-grow: 100;
}
.mdtc-clnplrv-responsive:not(.mdtc-clnplrv-solo-player) .mdtc-clnplrv-interface .mdtc-clnplrv-seek-container {
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0px;
  right: 0px;
  height: 30px;
  padding: 0px 0px 15px 0px;
}
.mdtc-clnplrv-responsive:not(.mdtc-clnplrv-solo-player) .mdtc-clnplrv-interface .mdtc-clnplrv-seek-container .mdtc-clnplrv-seek-container-inner {
  right: 20px;
  left: 20px;
}
.mdtc-clnplrv-main-player.mdtc-clnplrv-dark-theme {
  color: #dddddd;
}
.mdtc-clnplrv-main-player.mdtc-clnplrv-dark-theme .mdtc-clnplrv-type-playlist {
  background: #3f3f3f;
}
.mdtc-clnplrv-main-player.mdtc-clnplrv-dark-theme .mdtc-clnplrv-video-container {
  background-color: #373737;
}
.mdtc-clnplrv-main-player.mdtc-clnplrv-dark-theme .mdtc-clnplrv-playlist ul li {
  color: #dddddd;
}
.mdtc-clnplrv-main-player.mdtc-clnplrv-dark-theme .mdtc-clnplrv-playlist ul li.mdtc-clnplrv-playlist-current {
  background: #80b05d !important;
  color: #dddddd;
}
.mdtc-clnplrv-main-player.mdtc-clnplrv-dark-theme .mdtc-clnplrv-playlist ul li:nth-child(even) {
  background: #373737;
}
.mdtc-clnplrv-main-player.mdtc-clnplrv-dark-theme .mdtc-clnplrv-playlist ul li:hover {
  background: #606060;
}
.mdtc-clnplrv-main-player.mdtc-clnplrv-dark-theme .mdtc-clnplrv-interface {
  background: #373737;
}
.mdtc-clnplrv-main-player.mdtc-clnplrv-dark-theme .mdtc-clnplrv-interface .mdtc-clnplrv-previous {
  color: #888888;
}
.mdtc-clnplrv-main-player.mdtc-clnplrv-dark-theme .mdtc-clnplrv-interface .mdtc-clnplrv-next {
  color: #888888;
}
.mdtc-clnplrv-main-player.mdtc-clnplrv-dark-theme .mdtc-clnplrv-interface .mdtc-clnplrv-play {
  color: #888888;
}
.mdtc-clnplrv-main-player.mdtc-clnplrv-dark-theme .mdtc-clnplrv-interface .mdtc-clnplrv-pause {
  color: #888888;
}
.mdtc-clnplrv-main-player.mdtc-clnplrv-dark-theme .mdtc-clnplrv-interface .mdtc-clnplrv-volume-bar {
  background: #606060;
}
.mdtc-clnplrv-main-player.mdtc-clnplrv-dark-theme .mdtc-clnplrv-interface .mdtc-clnplrv-volume-bar .mdtc-clnplrv-volume-bar-value {
  background: #373737;
  border: 1px solid #606060;
}
.mdtc-clnplrv-main-player.mdtc-clnplrv-dark-theme .mdtc-clnplrv-interface .mdtc-clnplrv-volume-bar .mdtc-clnplrv-volume-bar-value i {
  background: #373737;
  border: 1px solid #606060;
  box-shadow: 0px 1px 1px #1e1e1e;
}
.mdtc-clnplrv-main-player.mdtc-clnplrv-dark-theme .mdtc-clnplrv-interface .mdtc-clnplrv-seek-container .mdtc-clnplrv-song-title .mdtc-clnplrv-song-title-inner {
  color: #dddddd;
}
.mdtc-clnplrv-main-player.mdtc-clnplrv-dark-theme .mdtc-clnplrv-interface .mdtc-clnplrv-seek-container .mdtc-clnplrv-time {
  color: #888888;
}
.mdtc-clnplrv-main-player.mdtc-clnplrv-dark-theme .mdtc-clnplrv-interface .mdtc-clnplrv-seek-container .mdtc-clnplrv-progress {
  background: #888888;
}
.mdtc-clnplrv-main-player.mdtc-clnplrv-dark-theme .mdtc-clnplrv-interface .mdtc-clnplrv-seek-container .mdtc-clnplrv-progress .mdtc-clnplrv-seek-bar {
  background: #606060;
}
.mdtc-clnplrv-main-player.mdtc-clnplrv-dark-theme .mdtc-clnplrv-interface .mdtc-clnplrv-seek-container .mdtc-clnplrv-progress .mdtc-clnplrv-seek-bar .mdtc-clnplrv-play-bar {
  background: #888888;
}
.mdtc-clnplrv-main-player.mdtc-clnplrv-dark-theme .mdtc-clnplrv-interface .mdtc-clnplrv-toggles li .mdtc-clnplrv-shuffle {
  color: #888888;
}
.mdtc-clnplrv-main-player.mdtc-clnplrv-dark-theme .mdtc-clnplrv-interface .mdtc-clnplrv-toggles li .mdtc-clnplrv-shuffle-off {
  color: #888888;
}
.mdtc-clnplrv-main-player.mdtc-clnplrv-dark-theme .mdtc-clnplrv-interface .mdtc-clnplrv-toggles li .mdtc-clnplrv-repeat {
  color: #888888;
}
.mdtc-clnplrv-main-player.mdtc-clnplrv-dark-theme .mdtc-clnplrv-interface .mdtc-clnplrv-toggles li .mdtc-clnplrv-repeat-off {
  color: #888888;
}
.mdtc-clnplrv-state-full-screen {
  width: 100%;
  height: 100%;
}
.mdtc-clnplrv-state-full-screen .mdtc-clnplrv-gui {
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0px;
}
.mdtc-clnplrv-state-full-screen .mdtc-clnplrv-fullscreen-btn {
  opacity: 1 !important;
}
.mediatec-cleanvideoplayer > ul {
  display: none;
}
.mdtc-clnplrv-solo-download .mdtc-clnplrv-download-one {
  display: inline-block !important;
}
.spacerStack {
	height: 50px;
}

#spacerStackstacks_in_112_page1 {
	height: 50px;
}#freeStyleWrapperstacks_in_113_page1 .rslidesstacks_in_113_page1 {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

#freeStyleWrapperstacks_in_113_page1 .rslidesstacks_in_113_page1 ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#freeStyleWrapperstacks_in_113_page1 .rslidesstacks_in_113_page1 li {
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

#freeStyleWrapperstacks_in_113_page1 .rslidesstacks_in_113_page1 li:first-child {
	position: relative;
	display: block;
	float: left;
}

#freeStyleWrapperstacks_in_113_page1 .rslidesstacks_in_113_page1 img {
	display: block;
	height: auto;
	float: left;
	max-width: 100%;
	border: 0;
}

#freeStyleWrapperstacks_in_113_page1 .rslidesstacks_in_113_page1_tabs {
	background: rgba(0,0,0,.25);
	box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	-moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	-webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	font-size: 18px;
	list-style: none;
	margin: 0 auto 50px;
	max-width: 5000px;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}

#freeStyleWrapperstacks_in_113_page1 .rslidesstacks_in_113_page1_tabs li {
	display: inline;
	float: none;
	margin-right: 1px;
}

#freeStyleWrapperstacks_in_113_page1 .rslidesstacks_in_113_page1_tabs a {
	width: auto;
	line-height: 20px;
	padding: 9px 20px;
	height: auto;
	background: transparent;
	display: inline;
}

#freeStyleWrapperstacks_in_113_page1 .rslidesstacks_in_113_page1_tabs a:hover {
	border: 0;
}

#freeStyleWrapperstacks_in_113_page1 .rslidesstacks_in_113_page1_tabs li:first-child {
	margin-left: 0;
}

#freeStyleWrapperstacks_in_113_page1 .rslidesstacks_in_113_page1_tabs .rslidesstacks_in_113_page1_here a {
	background: rgba(255,255,255,.1);
	color: #fff;
	font-weight: bold;
}

#freeStyleWrapperstacks_in_113_page1 .rslidesstacks_in_113_page1_nav {
	position: absolute;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	top: 50%;
	left: 0;
	opacity: 0.7;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 61px;
	width: 38px;
	background: transparent url("../files/navigation.gif") no-repeat left top;
	margin-top: -45px;
}

#freeStyleWrapperstacks_in_113_page1 .rslidesstacks_in_113_page1_nav.next {
	left: auto;
	background-position: right top;
	right: 0;
}.spacerStack {
	height: 50px;
}

#spacerStackstacks_in_119_page1 {
	height: 50px;
}#work {
	padding: 0 39px 0 39px;
	margin-top: 76px;
}

#work img {
	max-width: 100%;
	width: 100%;
	height: auto;
}

#work > :last-child {
	margin-bottom: 65px;
}

.portfolioitem {
	position: relative;
	float: left;
	margin-bottom: 15px;
	-o-transition:all .2s ease-out, background 0.5s ease-in;
	-ms-transition:all .2s ease-out, background 0.5s ease-in;
	-moz-transition:all .2s ease-out, background 0.5s ease-in;
	-webkit-transition:all .2s ease-out, background 0.5s ease-in;
	transition:all .2s ease-out, background 0.5s ease-in;
}

.portfolioitem a {
	opacity: 1;
}

.portfolioitem img {
	opacity: 1;
}

.portfolioitem:hover .overlay {
	opacity: 0.94;
}

.overlay {
	cursor: pointer;
	position: absolute;
	background: rgba(255, 255, 255, 1);
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	-o-transition:opacity .3s ease-out, background 0.5s ease-in;
	-ms-transition:opacity .3s ease-out, background 0.5s ease-in;
	-moz-transition:opacity .3s ease-out, background 0.5s ease-in;
	-webkit-transition:opacity .3s ease-out, background 0.5s ease-in;
	transition:opacity .3s ease-out, background 0.5s ease-in;
}

.overlay span {
	width: 100%;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	opacity: 1;
	text-align: center;
	color: #9099A3;
	font-weight: 600;
	text-transform: uppercase;
}

#cta {
	width: 100%;
	text-align: center;
	margin: 0 0 75px 0;
}



#cta a {
	font-weight: 700;
	font-size: 13px;
	color: #BC0013;
	border: 2px solid #BC0013;
	border-radius: 60px;
	padding: 11px 19px 12px 19px;
	-o-transition:all .2s ease-out, background 0.5s ease-in;
	-ms-transition:all .2s ease-out, background 0.5s ease-in;
	-moz-transition:all .2s ease-out, background 0.5s ease-in;
	-webkit-transition:all .2s ease-out, background 0.5s ease-in;
	transition:all .2s ease-out, background 0.5s ease-in;
	text-shadow: 0 1px 0 #eee;
	text-decoration: none;
}

#cta a:hover {
	border: 2px solid #118002;
	color: #118002;
}


/*------ MEDIA QUERIES ------*/

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

  #work a img {
	width: 100%;
  }  
        
}

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

  .overlay span {
  	width: 100%;
  	padding: 0 5%;
  }

  #work > :last-child {
	margin-bottom: 50px;
  }

  #cta {
	margin: 0 0 60px 0;
  }

}




.typography.stacks_in_276_page1 {
  	font-size: 2em;
  	color:#000000;
  	line-height: 1.5;
}

@media screen and (max-width: 667px) {
	
	.typography.stacks_in_276_page1 {
		font-size: 2em;
	}
}




/* Hidden for now.....
*/










 

section[id="clean stacks_in_276_page1"] {
        font-family: Oswald;
        font-weight: 400;
        text-transform: uppercase;
        text-shadow: 0.05em 0.05em 0 rgba(0, 0, 0, 0.2);
        text-align: center;
}









































#stacks_in_125_page1>.s3_row {
	margin: 0 -10px;
}

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

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

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




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










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




}



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


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


}





/* -- Start Swell Each css Template -- */

#stacks_in_129_page1{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center !important;
}

.stacks_in_129_page1swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_129_page1swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}


	.stacks_in_129_page1swell{
		max-width: 800px;
	}
	.stacks_in_129_page1swell img{
		width: 100%;
		max-width: 800px;
		height: auto;
	}


.stacks_in_129_page1swell-with-zoom .mfp-container,.stacks_in_129_page1swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 198.000015ms ease-out;
	-moz-transition: all 198.000015ms ease-out;
	-o-transition: all 198.000015ms ease-out;
	transition: all 198.000015ms ease-out;
}

.stacks_in_129_page1swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_129_page1swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_129_page1swell-with-zoom.mfp-removing .mfp-container,.stacks_in_129_page1swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_129_page1 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_129_page1 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_129_page1 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_129_page1 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




@media all and (min-width: 480px) {
	#stacks_in_129_page1 .swellzoomeffect img:hover{
		-webkit-transform:scale(1.1);
	    -moz-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	    -o-transform:scale(1.1);
	     transform:scale(1.1);
	}
	
	#stacks_in_129_page1 .swellshrinkeffect img:hover{
		-webkit-transform:scale(0.9);
	    -moz-transform:scale(0.9);
	    -ms-transform:scale(0.9);
	    -o-transform:scale(0.9);
	     transform:scale(0.9);
	}
	
	#stacks_in_129_page1 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_129_page1 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_129_page1 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_129_page1 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_129_page1 .swellthreedeffect:hover{
    	box-shadow:
            1px 1px rgba(242, 88, 95, 1.00),
            2px 2px rgba(242, 88, 95, 1.00),
            3px 3px rgba(242, 88, 95, 1.00);
	    -webkit-transform: translateX(-3px);
	    transform: translateX(-3px);
	}
}




/* -- End Swell Each css Template -- *//* -- Start Rateit Each css Template -- */

#stacks_in_199_page1{
	text-align: center;
}

#stacks_in_199_page1doorateit{
	font-size: 100% !important;
}

#stacks_in_199_page1doorateit .fa{
	color: rgba(188, 0, 19, 1.00) !important; 
}

#stacks_in_199_page1doorateit .fallenstar{
	color: rgba(129, 138, 145, 1.00) !important;
}

.stacks_in_199_page1text{
	display: inline;
	color: rgba(85, 85, 85, 1.00) !important; 
	font-size: 80% !important;
	padding-left: 5px;
	margin-right: 5px;
}

/* -- End Rateit Each css Template -- *//* -- Start Swell Each css Template -- */

#stacks_in_131_page1{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center !important;
}

.stacks_in_131_page1swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_131_page1swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}


	.stacks_in_131_page1swell{
		max-width: 800px;
	}
	.stacks_in_131_page1swell img{
		width: 100%;
		max-width: 800px;
		height: auto;
	}


.stacks_in_131_page1swell-with-zoom .mfp-container,.stacks_in_131_page1swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 198.000015ms ease-out;
	-moz-transition: all 198.000015ms ease-out;
	-o-transition: all 198.000015ms ease-out;
	transition: all 198.000015ms ease-out;
}

.stacks_in_131_page1swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_131_page1swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_131_page1swell-with-zoom.mfp-removing .mfp-container,.stacks_in_131_page1swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_131_page1 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_131_page1 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_131_page1 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_131_page1 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




@media all and (min-width: 480px) {
	#stacks_in_131_page1 .swellzoomeffect img:hover{
		-webkit-transform:scale(1.1);
	    -moz-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	    -o-transform:scale(1.1);
	     transform:scale(1.1);
	}
	
	#stacks_in_131_page1 .swellshrinkeffect img:hover{
		-webkit-transform:scale(0.9);
	    -moz-transform:scale(0.9);
	    -ms-transform:scale(0.9);
	    -o-transform:scale(0.9);
	     transform:scale(0.9);
	}
	
	#stacks_in_131_page1 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_131_page1 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_131_page1 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_131_page1 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_131_page1 .swellthreedeffect:hover{
    	box-shadow:
            1px 1px rgba(242, 88, 95, 1.00),
            2px 2px rgba(242, 88, 95, 1.00),
            3px 3px rgba(242, 88, 95, 1.00);
	    -webkit-transform: translateX(-3px);
	    transform: translateX(-3px);
	}
}




/* -- End Swell Each css Template -- *//* -- Start Rateit Each css Template -- */

#stacks_in_198_page1{
	text-align: center;
}

#stacks_in_198_page1doorateit{
	font-size: 100% !important;
}

#stacks_in_198_page1doorateit .fa{
	color: rgba(188, 0, 19, 1.00) !important; 
}

#stacks_in_198_page1doorateit .fallenstar{
	color: rgba(129, 138, 145, 1.00) !important;
}

.stacks_in_198_page1text{
	display: inline;
	color: rgba(85, 85, 85, 1.00) !important; 
	font-size: 80% !important;
	padding-left: 5px;
	margin-right: 5px;
}

/* -- End Rateit Each css Template -- *//* -- Start Swell Each css Template -- */

#stacks_in_133_page1{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center !important;
}

.stacks_in_133_page1swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_133_page1swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}


	.stacks_in_133_page1swell{
		max-width: 800px;
	}
	.stacks_in_133_page1swell img{
		width: 100%;
		max-width: 800px;
		height: auto;
	}


.stacks_in_133_page1swell-with-zoom .mfp-container,.stacks_in_133_page1swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 198.000015ms ease-out;
	-moz-transition: all 198.000015ms ease-out;
	-o-transition: all 198.000015ms ease-out;
	transition: all 198.000015ms ease-out;
}

.stacks_in_133_page1swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_133_page1swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_133_page1swell-with-zoom.mfp-removing .mfp-container,.stacks_in_133_page1swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_133_page1 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_133_page1 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_133_page1 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_133_page1 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




@media all and (min-width: 480px) {
	#stacks_in_133_page1 .swellzoomeffect img:hover{
		-webkit-transform:scale(1.1);
	    -moz-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	    -o-transform:scale(1.1);
	     transform:scale(1.1);
	}
	
	#stacks_in_133_page1 .swellshrinkeffect img:hover{
		-webkit-transform:scale(0.9);
	    -moz-transform:scale(0.9);
	    -ms-transform:scale(0.9);
	    -o-transform:scale(0.9);
	     transform:scale(0.9);
	}
	
	#stacks_in_133_page1 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_133_page1 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_133_page1 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_133_page1 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_133_page1 .swellthreedeffect:hover{
    	box-shadow:
            1px 1px rgba(242, 88, 95, 1.00),
            2px 2px rgba(242, 88, 95, 1.00),
            3px 3px rgba(242, 88, 95, 1.00);
	    -webkit-transform: translateX(-3px);
	    transform: translateX(-3px);
	}
}




/* -- End Swell Each css Template -- *//* -- Start Rateit Each css Template -- */

#stacks_in_200_page1{
	text-align: center;
}

#stacks_in_200_page1doorateit{
	font-size: 100% !important;
}

#stacks_in_200_page1doorateit .fa{
	color: rgba(188, 0, 19, 1.00) !important; 
}

#stacks_in_200_page1doorateit .fallenstar{
	color: rgba(129, 138, 145, 1.00) !important;
}

.stacks_in_200_page1text{
	display: inline;
	color: rgba(85, 85, 85, 1.00) !important; 
	font-size: 80% !important;
	padding-left: 5px;
	margin-right: 5px;
}

/* -- End Rateit Each css Template -- */.spacerStack {
	height: 40px;
}

#spacerStackstacks_in_213_page1 {
	height: 40px;
}#stacks_in_143_page1>.s3_row {
	margin: 0 -10px;
}

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

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

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




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










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




}



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


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


}





/* -- Start Swell Each css Template -- */

#stacks_in_164_page1{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center !important;
}

.stacks_in_164_page1swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_164_page1swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}


	.stacks_in_164_page1swell{
		max-width: 800px;
	}
	.stacks_in_164_page1swell img{
		width: 100%;
		max-width: 800px;
		height: auto;
	}


.stacks_in_164_page1swell-with-zoom .mfp-container,.stacks_in_164_page1swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 198.000015ms ease-out;
	-moz-transition: all 198.000015ms ease-out;
	-o-transition: all 198.000015ms ease-out;
	transition: all 198.000015ms ease-out;
}

.stacks_in_164_page1swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_164_page1swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_164_page1swell-with-zoom.mfp-removing .mfp-container,.stacks_in_164_page1swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_164_page1 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_164_page1 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_164_page1 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_164_page1 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




@media all and (min-width: 480px) {
	#stacks_in_164_page1 .swellzoomeffect img:hover{
		-webkit-transform:scale(1.1);
	    -moz-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	    -o-transform:scale(1.1);
	     transform:scale(1.1);
	}
	
	#stacks_in_164_page1 .swellshrinkeffect img:hover{
		-webkit-transform:scale(0.9);
	    -moz-transform:scale(0.9);
	    -ms-transform:scale(0.9);
	    -o-transform:scale(0.9);
	     transform:scale(0.9);
	}
	
	#stacks_in_164_page1 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_164_page1 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_164_page1 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_164_page1 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_164_page1 .swellthreedeffect:hover{
    	box-shadow:
            1px 1px rgba(242, 88, 95, 1.00),
            2px 2px rgba(242, 88, 95, 1.00),
            3px 3px rgba(242, 88, 95, 1.00);
	    -webkit-transform: translateX(-3px);
	    transform: translateX(-3px);
	}
}




/* -- End Swell Each css Template -- *//* -- Start Rateit Each css Template -- */

#stacks_in_201_page1{
	text-align: center;
}

#stacks_in_201_page1doorateit{
	font-size: 100% !important;
}

#stacks_in_201_page1doorateit .fa{
	color: rgba(188, 0, 19, 1.00) !important; 
}

#stacks_in_201_page1doorateit .fallenstar{
	color: rgba(129, 138, 145, 1.00) !important;
}

.stacks_in_201_page1text{
	display: inline;
	color: rgba(85, 85, 85, 1.00) !important; 
	font-size: 80% !important;
	padding-left: 5px;
	margin-right: 5px;
}

/* -- End Rateit Each css Template -- *//* -- Start Swell Each css Template -- */

#stacks_in_166_page1{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center !important;
}

.stacks_in_166_page1swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_166_page1swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}


	.stacks_in_166_page1swell{
		max-width: 800px;
	}
	.stacks_in_166_page1swell img{
		width: 100%;
		max-width: 800px;
		height: auto;
	}


.stacks_in_166_page1swell-with-zoom .mfp-container,.stacks_in_166_page1swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 198.000015ms ease-out;
	-moz-transition: all 198.000015ms ease-out;
	-o-transition: all 198.000015ms ease-out;
	transition: all 198.000015ms ease-out;
}

.stacks_in_166_page1swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_166_page1swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_166_page1swell-with-zoom.mfp-removing .mfp-container,.stacks_in_166_page1swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_166_page1 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_166_page1 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_166_page1 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_166_page1 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




@media all and (min-width: 480px) {
	#stacks_in_166_page1 .swellzoomeffect img:hover{
		-webkit-transform:scale(1.1);
	    -moz-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	    -o-transform:scale(1.1);
	     transform:scale(1.1);
	}
	
	#stacks_in_166_page1 .swellshrinkeffect img:hover{
		-webkit-transform:scale(0.9);
	    -moz-transform:scale(0.9);
	    -ms-transform:scale(0.9);
	    -o-transform:scale(0.9);
	     transform:scale(0.9);
	}
	
	#stacks_in_166_page1 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_166_page1 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_166_page1 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_166_page1 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_166_page1 .swellthreedeffect:hover{
    	box-shadow:
            1px 1px rgba(242, 88, 95, 1.00),
            2px 2px rgba(242, 88, 95, 1.00),
            3px 3px rgba(242, 88, 95, 1.00);
	    -webkit-transform: translateX(-3px);
	    transform: translateX(-3px);
	}
}




/* -- End Swell Each css Template -- *//* -- Start Rateit Each css Template -- */

#stacks_in_202_page1{
	text-align: center;
}

#stacks_in_202_page1doorateit{
	font-size: 100% !important;
}

#stacks_in_202_page1doorateit .fa{
	color: rgba(188, 0, 19, 1.00) !important; 
}

#stacks_in_202_page1doorateit .fallenstar{
	color: rgba(129, 138, 145, 1.00) !important;
}

.stacks_in_202_page1text{
	display: inline;
	color: rgba(85, 85, 85, 1.00) !important; 
	font-size: 80% !important;
	padding-left: 5px;
	margin-right: 5px;
}

/* -- End Rateit Each css Template -- *//* -- Start Swell Each css Template -- */

#stacks_in_168_page1{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center !important;
}

.stacks_in_168_page1swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_168_page1swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}


	.stacks_in_168_page1swell{
		max-width: 800px;
	}
	.stacks_in_168_page1swell img{
		width: 100%;
		max-width: 800px;
		height: auto;
	}


.stacks_in_168_page1swell-with-zoom .mfp-container,.stacks_in_168_page1swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 198.000015ms ease-out;
	-moz-transition: all 198.000015ms ease-out;
	-o-transition: all 198.000015ms ease-out;
	transition: all 198.000015ms ease-out;
}

.stacks_in_168_page1swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_168_page1swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_168_page1swell-with-zoom.mfp-removing .mfp-container,.stacks_in_168_page1swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_168_page1 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_168_page1 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_168_page1 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_168_page1 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




@media all and (min-width: 480px) {
	#stacks_in_168_page1 .swellzoomeffect img:hover{
		-webkit-transform:scale(1.1);
	    -moz-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	    -o-transform:scale(1.1);
	     transform:scale(1.1);
	}
	
	#stacks_in_168_page1 .swellshrinkeffect img:hover{
		-webkit-transform:scale(0.9);
	    -moz-transform:scale(0.9);
	    -ms-transform:scale(0.9);
	    -o-transform:scale(0.9);
	     transform:scale(0.9);
	}
	
	#stacks_in_168_page1 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_168_page1 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_168_page1 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_168_page1 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_168_page1 .swellthreedeffect:hover{
    	box-shadow:
            1px 1px rgba(242, 88, 95, 1.00),
            2px 2px rgba(242, 88, 95, 1.00),
            3px 3px rgba(242, 88, 95, 1.00);
	    -webkit-transform: translateX(-3px);
	    transform: translateX(-3px);
	}
}




/* -- End Swell Each css Template -- *//* -- Start Rateit Each css Template -- */

#stacks_in_203_page1{
	text-align: center;
}

#stacks_in_203_page1doorateit{
	font-size: 100% !important;
}

#stacks_in_203_page1doorateit .fa{
	color: rgba(188, 0, 19, 1.00) !important; 
}

#stacks_in_203_page1doorateit .fallenstar{
	color: rgba(129, 138, 145, 1.00) !important;
}

.stacks_in_203_page1text{
	display: inline;
	color: rgba(85, 85, 85, 1.00) !important; 
	font-size: 80% !important;
	padding-left: 5px;
	margin-right: 5px;
}

/* -- End Rateit Each css Template -- */.spacerStack {
	height: 40px;
}

#spacerStackstacks_in_214_page1 {
	height: 40px;
}#stacks_in_147_page1>.s3_row {
	margin: 0 -10px;
}

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

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

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




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










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




}



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


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


}





/* -- Start Swell Each css Template -- */

#stacks_in_170_page1{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center !important;
}

.stacks_in_170_page1swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_170_page1swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}


	.stacks_in_170_page1swell{
		max-width: 800px;
	}
	.stacks_in_170_page1swell img{
		width: 100%;
		max-width: 800px;
		height: auto;
	}


.stacks_in_170_page1swell-with-zoom .mfp-container,.stacks_in_170_page1swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 198.000015ms ease-out;
	-moz-transition: all 198.000015ms ease-out;
	-o-transition: all 198.000015ms ease-out;
	transition: all 198.000015ms ease-out;
}

.stacks_in_170_page1swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_170_page1swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_170_page1swell-with-zoom.mfp-removing .mfp-container,.stacks_in_170_page1swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_170_page1 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_170_page1 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_170_page1 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_170_page1 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




@media all and (min-width: 480px) {
	#stacks_in_170_page1 .swellzoomeffect img:hover{
		-webkit-transform:scale(1.1);
	    -moz-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	    -o-transform:scale(1.1);
	     transform:scale(1.1);
	}
	
	#stacks_in_170_page1 .swellshrinkeffect img:hover{
		-webkit-transform:scale(0.9);
	    -moz-transform:scale(0.9);
	    -ms-transform:scale(0.9);
	    -o-transform:scale(0.9);
	     transform:scale(0.9);
	}
	
	#stacks_in_170_page1 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_170_page1 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_170_page1 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_170_page1 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_170_page1 .swellthreedeffect:hover{
    	box-shadow:
            1px 1px rgba(242, 88, 95, 1.00),
            2px 2px rgba(242, 88, 95, 1.00),
            3px 3px rgba(242, 88, 95, 1.00);
	    -webkit-transform: translateX(-3px);
	    transform: translateX(-3px);
	}
}




/* -- End Swell Each css Template -- *//* -- Start Rateit Each css Template -- */

#stacks_in_204_page1{
	text-align: center;
}

#stacks_in_204_page1doorateit{
	font-size: 100% !important;
}

#stacks_in_204_page1doorateit .fa{
	color: rgba(188, 0, 19, 1.00) !important; 
}

#stacks_in_204_page1doorateit .fallenstar{
	color: rgba(129, 138, 145, 1.00) !important;
}

.stacks_in_204_page1text{
	display: inline;
	color: rgba(85, 85, 85, 1.00) !important; 
	font-size: 80% !important;
	padding-left: 5px;
	margin-right: 5px;
}

/* -- End Rateit Each css Template -- *//* -- Start Swell Each css Template -- */

#stacks_in_172_page1{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center !important;
}

.stacks_in_172_page1swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_172_page1swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}


	.stacks_in_172_page1swell{
		max-width: 800px;
	}
	.stacks_in_172_page1swell img{
		width: 100%;
		max-width: 800px;
		height: auto;
	}


.stacks_in_172_page1swell-with-zoom .mfp-container,.stacks_in_172_page1swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 198.000015ms ease-out;
	-moz-transition: all 198.000015ms ease-out;
	-o-transition: all 198.000015ms ease-out;
	transition: all 198.000015ms ease-out;
}

.stacks_in_172_page1swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_172_page1swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_172_page1swell-with-zoom.mfp-removing .mfp-container,.stacks_in_172_page1swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_172_page1 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_172_page1 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_172_page1 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_172_page1 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




@media all and (min-width: 480px) {
	#stacks_in_172_page1 .swellzoomeffect img:hover{
		-webkit-transform:scale(1.1);
	    -moz-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	    -o-transform:scale(1.1);
	     transform:scale(1.1);
	}
	
	#stacks_in_172_page1 .swellshrinkeffect img:hover{
		-webkit-transform:scale(0.9);
	    -moz-transform:scale(0.9);
	    -ms-transform:scale(0.9);
	    -o-transform:scale(0.9);
	     transform:scale(0.9);
	}
	
	#stacks_in_172_page1 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_172_page1 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_172_page1 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_172_page1 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_172_page1 .swellthreedeffect:hover{
    	box-shadow:
            1px 1px rgba(242, 88, 95, 1.00),
            2px 2px rgba(242, 88, 95, 1.00),
            3px 3px rgba(242, 88, 95, 1.00);
	    -webkit-transform: translateX(-3px);
	    transform: translateX(-3px);
	}
}




/* -- End Swell Each css Template -- *//* -- Start Rateit Each css Template -- */

#stacks_in_205_page1{
	text-align: center;
}

#stacks_in_205_page1doorateit{
	font-size: 100% !important;
}

#stacks_in_205_page1doorateit .fa{
	color: rgba(188, 0, 19, 1.00) !important; 
}

#stacks_in_205_page1doorateit .fallenstar{
	color: rgba(129, 138, 145, 1.00) !important;
}

.stacks_in_205_page1text{
	display: inline;
	color: rgba(85, 85, 85, 1.00) !important; 
	font-size: 90% !important;
	padding-left: 5px;
	margin-right: 5px;
}

/* -- End Rateit Each css Template -- *//* -- Start Swell Each css Template -- */

#stacks_in_174_page1{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center !important;
}

.stacks_in_174_page1swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_174_page1swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}


	.stacks_in_174_page1swell{
		max-width: 800px;
	}
	.stacks_in_174_page1swell img{
		width: 100%;
		max-width: 800px;
		height: auto;
	}


.stacks_in_174_page1swell-with-zoom .mfp-container,.stacks_in_174_page1swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 198.000015ms ease-out;
	-moz-transition: all 198.000015ms ease-out;
	-o-transition: all 198.000015ms ease-out;
	transition: all 198.000015ms ease-out;
}

.stacks_in_174_page1swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_174_page1swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_174_page1swell-with-zoom.mfp-removing .mfp-container,.stacks_in_174_page1swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_174_page1 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_174_page1 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_174_page1 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_174_page1 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




@media all and (min-width: 480px) {
	#stacks_in_174_page1 .swellzoomeffect img:hover{
		-webkit-transform:scale(1.1);
	    -moz-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	    -o-transform:scale(1.1);
	     transform:scale(1.1);
	}
	
	#stacks_in_174_page1 .swellshrinkeffect img:hover{
		-webkit-transform:scale(0.9);
	    -moz-transform:scale(0.9);
	    -ms-transform:scale(0.9);
	    -o-transform:scale(0.9);
	     transform:scale(0.9);
	}
	
	#stacks_in_174_page1 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_174_page1 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_174_page1 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_174_page1 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_174_page1 .swellthreedeffect:hover{
    	box-shadow:
            1px 1px rgba(242, 88, 95, 1.00),
            2px 2px rgba(242, 88, 95, 1.00),
            3px 3px rgba(242, 88, 95, 1.00);
	    -webkit-transform: translateX(-3px);
	    transform: translateX(-3px);
	}
}




/* -- End Swell Each css Template -- *//* -- Start Rateit Each css Template -- */

#stacks_in_206_page1{
	text-align: center;
}

#stacks_in_206_page1doorateit{
	font-size: 100% !important;
}

#stacks_in_206_page1doorateit .fa{
	color: rgba(188, 0, 19, 1.00) !important; 
}

#stacks_in_206_page1doorateit .fallenstar{
	color: rgba(129, 138, 145, 1.00) !important;
}

.stacks_in_206_page1text{
	display: inline;
	color: rgba(85, 85, 85, 1.00) !important; 
	font-size: 80% !important;
	padding-left: 5px;
	margin-right: 5px;
}

/* -- End Rateit Each css Template -- */.spacerStack {
	height: 40px;
}

#spacerStackstacks_in_215_page1 {
	height: 40px;
}#stacks_in_176_page1>.s3_row {
	margin: 0 -10px;
}

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

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

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




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










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




}



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


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


}





/* -- Start Swell Each css Template -- */

#stacks_in_177_page1{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center !important;
}

.stacks_in_177_page1swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_177_page1swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}


	.stacks_in_177_page1swell{
		max-width: 800px;
	}
	.stacks_in_177_page1swell img{
		width: 100%;
		max-width: 800px;
		height: auto;
	}


.stacks_in_177_page1swell-with-zoom .mfp-container,.stacks_in_177_page1swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 198.000015ms ease-out;
	-moz-transition: all 198.000015ms ease-out;
	-o-transition: all 198.000015ms ease-out;
	transition: all 198.000015ms ease-out;
}

.stacks_in_177_page1swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_177_page1swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_177_page1swell-with-zoom.mfp-removing .mfp-container,.stacks_in_177_page1swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_177_page1 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_177_page1 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_177_page1 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_177_page1 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




@media all and (min-width: 480px) {
	#stacks_in_177_page1 .swellzoomeffect img:hover{
		-webkit-transform:scale(1.1);
	    -moz-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	    -o-transform:scale(1.1);
	     transform:scale(1.1);
	}
	
	#stacks_in_177_page1 .swellshrinkeffect img:hover{
		-webkit-transform:scale(0.9);
	    -moz-transform:scale(0.9);
	    -ms-transform:scale(0.9);
	    -o-transform:scale(0.9);
	     transform:scale(0.9);
	}
	
	#stacks_in_177_page1 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_177_page1 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_177_page1 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_177_page1 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_177_page1 .swellthreedeffect:hover{
    	box-shadow:
            1px 1px rgba(242, 88, 95, 1.00),
            2px 2px rgba(242, 88, 95, 1.00),
            3px 3px rgba(242, 88, 95, 1.00);
	    -webkit-transform: translateX(-3px);
	    transform: translateX(-3px);
	}
}




/* -- End Swell Each css Template -- *//* -- Start Rateit Each css Template -- */

#stacks_in_207_page1{
	text-align: center;
}

#stacks_in_207_page1doorateit{
	font-size: 100% !important;
}

#stacks_in_207_page1doorateit .fa{
	color: rgba(188, 0, 19, 1.00) !important; 
}

#stacks_in_207_page1doorateit .fallenstar{
	color: rgba(129, 138, 145, 1.00) !important;
}

.stacks_in_207_page1text{
	display: inline;
	color: rgba(85, 85, 85, 1.00) !important; 
	font-size: 80% !important;
	padding-left: 5px;
	margin-right: 5px;
}

/* -- End Rateit Each css Template -- *//* -- Start Swell Each css Template -- */

#stacks_in_180_page1{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center !important;
}

.stacks_in_180_page1swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_180_page1swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}


	.stacks_in_180_page1swell{
		max-width: 800px;
	}
	.stacks_in_180_page1swell img{
		width: 100%;
		max-width: 800px;
		height: auto;
	}


.stacks_in_180_page1swell-with-zoom .mfp-container,.stacks_in_180_page1swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 198.000015ms ease-out;
	-moz-transition: all 198.000015ms ease-out;
	-o-transition: all 198.000015ms ease-out;
	transition: all 198.000015ms ease-out;
}

.stacks_in_180_page1swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_180_page1swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_180_page1swell-with-zoom.mfp-removing .mfp-container,.stacks_in_180_page1swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_180_page1 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_180_page1 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_180_page1 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_180_page1 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




@media all and (min-width: 480px) {
	#stacks_in_180_page1 .swellzoomeffect img:hover{
		-webkit-transform:scale(1.1);
	    -moz-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	    -o-transform:scale(1.1);
	     transform:scale(1.1);
	}
	
	#stacks_in_180_page1 .swellshrinkeffect img:hover{
		-webkit-transform:scale(0.9);
	    -moz-transform:scale(0.9);
	    -ms-transform:scale(0.9);
	    -o-transform:scale(0.9);
	     transform:scale(0.9);
	}
	
	#stacks_in_180_page1 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_180_page1 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_180_page1 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_180_page1 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_180_page1 .swellthreedeffect:hover{
    	box-shadow:
            1px 1px rgba(242, 88, 95, 1.00),
            2px 2px rgba(242, 88, 95, 1.00),
            3px 3px rgba(242, 88, 95, 1.00);
	    -webkit-transform: translateX(-3px);
	    transform: translateX(-3px);
	}
}




/* -- End Swell Each css Template -- *//* -- Start Rateit Each css Template -- */

#stacks_in_208_page1{
	text-align: center;
}

#stacks_in_208_page1doorateit{
	font-size: 100% !important;
}

#stacks_in_208_page1doorateit .fa{
	color: rgba(188, 0, 19, 1.00) !important; 
}

#stacks_in_208_page1doorateit .fallenstar{
	color: rgba(129, 138, 145, 1.00) !important;
}

.stacks_in_208_page1text{
	display: inline;
	color: rgba(85, 85, 85, 1.00) !important; 
	font-size: 80% !important;
	padding-left: 5px;
	margin-right: 5px;
}

/* -- End Rateit Each css Template -- *//* -- Start Swell Each css Template -- */

#stacks_in_183_page1{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center !important;
}

.stacks_in_183_page1swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_183_page1swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}


	.stacks_in_183_page1swell{
		max-width: 800px;
	}
	.stacks_in_183_page1swell img{
		width: 100%;
		max-width: 800px;
		height: auto;
	}


.stacks_in_183_page1swell-with-zoom .mfp-container,.stacks_in_183_page1swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 198.000015ms ease-out;
	-moz-transition: all 198.000015ms ease-out;
	-o-transition: all 198.000015ms ease-out;
	transition: all 198.000015ms ease-out;
}

.stacks_in_183_page1swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_183_page1swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_183_page1swell-with-zoom.mfp-removing .mfp-container,.stacks_in_183_page1swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_183_page1 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_183_page1 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_183_page1 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_183_page1 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




@media all and (min-width: 480px) {
	#stacks_in_183_page1 .swellzoomeffect img:hover{
		-webkit-transform:scale(1.1);
	    -moz-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	    -o-transform:scale(1.1);
	     transform:scale(1.1);
	}
	
	#stacks_in_183_page1 .swellshrinkeffect img:hover{
		-webkit-transform:scale(0.9);
	    -moz-transform:scale(0.9);
	    -ms-transform:scale(0.9);
	    -o-transform:scale(0.9);
	     transform:scale(0.9);
	}
	
	#stacks_in_183_page1 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_183_page1 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_183_page1 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_183_page1 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_183_page1 .swellthreedeffect:hover{
    	box-shadow:
            1px 1px rgba(242, 88, 95, 1.00),
            2px 2px rgba(242, 88, 95, 1.00),
            3px 3px rgba(242, 88, 95, 1.00);
	    -webkit-transform: translateX(-3px);
	    transform: translateX(-3px);
	}
}




/* -- End Swell Each css Template -- *//* -- Start Rateit Each css Template -- */

#stacks_in_209_page1{
	text-align: center;
}

#stacks_in_209_page1doorateit{
	font-size: 100% !important;
}

#stacks_in_209_page1doorateit .fa{
	color: rgba(188, 0, 19, 1.00) !important; 
}

#stacks_in_209_page1doorateit .fallenstar{
	color: rgba(129, 138, 145, 1.00) !important;
}

.stacks_in_209_page1text{
	display: inline;
	color: rgba(85, 85, 85, 1.00) !important; 
	font-size: 80% !important;
	padding-left: 5px;
	margin-right: 5px;
}

/* -- End Rateit Each css Template -- */.spacerStack {
	height: 40px;
}

#spacerStackstacks_in_216_page1 {
	height: 40px;
}#stacks_in_188_page1>.s3_row {
	margin: 0 -10px;
}

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

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

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




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










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




}



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


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


}





/* -- Start Swell Each css Template -- */

#stacks_in_189_page1{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center !important;
}

.stacks_in_189_page1swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_189_page1swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}


	.stacks_in_189_page1swell{
		max-width: 800px;
	}
	.stacks_in_189_page1swell img{
		width: 100%;
		max-width: 800px;
		height: auto;
	}


.stacks_in_189_page1swell-with-zoom .mfp-container,.stacks_in_189_page1swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 198.000015ms ease-out;
	-moz-transition: all 198.000015ms ease-out;
	-o-transition: all 198.000015ms ease-out;
	transition: all 198.000015ms ease-out;
}

.stacks_in_189_page1swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_189_page1swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_189_page1swell-with-zoom.mfp-removing .mfp-container,.stacks_in_189_page1swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_189_page1 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_189_page1 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_189_page1 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_189_page1 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




@media all and (min-width: 480px) {
	#stacks_in_189_page1 .swellzoomeffect img:hover{
		-webkit-transform:scale(1.1);
	    -moz-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	    -o-transform:scale(1.1);
	     transform:scale(1.1);
	}
	
	#stacks_in_189_page1 .swellshrinkeffect img:hover{
		-webkit-transform:scale(0.9);
	    -moz-transform:scale(0.9);
	    -ms-transform:scale(0.9);
	    -o-transform:scale(0.9);
	     transform:scale(0.9);
	}
	
	#stacks_in_189_page1 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_189_page1 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_189_page1 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_189_page1 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_189_page1 .swellthreedeffect:hover{
    	box-shadow:
            1px 1px rgba(242, 88, 95, 1.00),
            2px 2px rgba(242, 88, 95, 1.00),
            3px 3px rgba(242, 88, 95, 1.00);
	    -webkit-transform: translateX(-3px);
	    transform: translateX(-3px);
	}
}




/* -- End Swell Each css Template -- *//* -- Start Rateit Each css Template -- */

#stacks_in_210_page1{
	text-align: center;
}

#stacks_in_210_page1doorateit{
	font-size: 100% !important;
}

#stacks_in_210_page1doorateit .fa{
	color: rgba(188, 0, 19, 1.00) !important; 
}

#stacks_in_210_page1doorateit .fallenstar{
	color: rgba(129, 138, 145, 1.00) !important;
}

.stacks_in_210_page1text{
	display: inline;
	color: rgba(85, 85, 85, 1.00) !important; 
	font-size: 80% !important;
	padding-left: 5px;
	margin-right: 5px;
}

/* -- End Rateit Each css Template -- *//* -- Start Swell Each css Template -- */

#stacks_in_192_page1{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center !important;
}

.stacks_in_192_page1swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_192_page1swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}


	.stacks_in_192_page1swell{
		max-width: 800px;
	}
	.stacks_in_192_page1swell img{
		width: 100%;
		max-width: 800px;
		height: auto;
	}


.stacks_in_192_page1swell-with-zoom .mfp-container,.stacks_in_192_page1swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 198.000015ms ease-out;
	-moz-transition: all 198.000015ms ease-out;
	-o-transition: all 198.000015ms ease-out;
	transition: all 198.000015ms ease-out;
}

.stacks_in_192_page1swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_192_page1swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_192_page1swell-with-zoom.mfp-removing .mfp-container,.stacks_in_192_page1swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_192_page1 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_192_page1 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_192_page1 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_192_page1 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




@media all and (min-width: 480px) {
	#stacks_in_192_page1 .swellzoomeffect img:hover{
		-webkit-transform:scale(1.1);
	    -moz-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	    -o-transform:scale(1.1);
	     transform:scale(1.1);
	}
	
	#stacks_in_192_page1 .swellshrinkeffect img:hover{
		-webkit-transform:scale(0.9);
	    -moz-transform:scale(0.9);
	    -ms-transform:scale(0.9);
	    -o-transform:scale(0.9);
	     transform:scale(0.9);
	}
	
	#stacks_in_192_page1 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_192_page1 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_192_page1 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_192_page1 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_192_page1 .swellthreedeffect:hover{
    	box-shadow:
            1px 1px rgba(242, 88, 95, 1.00),
            2px 2px rgba(242, 88, 95, 1.00),
            3px 3px rgba(242, 88, 95, 1.00);
	    -webkit-transform: translateX(-3px);
	    transform: translateX(-3px);
	}
}




/* -- End Swell Each css Template -- *//* -- Start Rateit Each css Template -- */

#stacks_in_211_page1{
	text-align: center;
}

#stacks_in_211_page1doorateit{
	font-size: 120% !important;
}

#stacks_in_211_page1doorateit .fa{
	color: rgba(188, 0, 19, 1.00) !important; 
}

#stacks_in_211_page1doorateit .fallenstar{
	color: rgba(129, 138, 145, 1.00) !important;
}

.stacks_in_211_page1text{
	display: inline;
	color: rgba(85, 85, 85, 1.00) !important; 
	font-size: 80% !important;
	padding-left: 5px;
	margin-right: 5px;
}

/* -- End Rateit Each css Template -- *//* -- Start Swell Each css Template -- */

#stacks_in_195_page1{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center !important;
}

.stacks_in_195_page1swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_195_page1swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}


	.stacks_in_195_page1swell{
		max-width: 800px;
	}
	.stacks_in_195_page1swell img{
		width: 100%;
		max-width: 800px;
		height: auto;
	}


.stacks_in_195_page1swell-with-zoom .mfp-container,.stacks_in_195_page1swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 198.000015ms ease-out;
	-moz-transition: all 198.000015ms ease-out;
	-o-transition: all 198.000015ms ease-out;
	transition: all 198.000015ms ease-out;
}

.stacks_in_195_page1swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_195_page1swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_195_page1swell-with-zoom.mfp-removing .mfp-container,.stacks_in_195_page1swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_195_page1 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_195_page1 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_195_page1 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_195_page1 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




@media all and (min-width: 480px) {
	#stacks_in_195_page1 .swellzoomeffect img:hover{
		-webkit-transform:scale(1.1);
	    -moz-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	    -o-transform:scale(1.1);
	     transform:scale(1.1);
	}
	
	#stacks_in_195_page1 .swellshrinkeffect img:hover{
		-webkit-transform:scale(0.9);
	    -moz-transform:scale(0.9);
	    -ms-transform:scale(0.9);
	    -o-transform:scale(0.9);
	     transform:scale(0.9);
	}
	
	#stacks_in_195_page1 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_195_page1 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_195_page1 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_195_page1 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_195_page1 .swellthreedeffect:hover{
    	box-shadow:
            1px 1px rgba(242, 88, 95, 1.00),
            2px 2px rgba(242, 88, 95, 1.00),
            3px 3px rgba(242, 88, 95, 1.00);
	    -webkit-transform: translateX(-3px);
	    transform: translateX(-3px);
	}
}




/* -- End Swell Each css Template -- *//* -- Start Rateit Each css Template -- */

#stacks_in_212_page1{
	text-align: center;
}

#stacks_in_212_page1doorateit{
	font-size: 120% !important;
}

#stacks_in_212_page1doorateit .fa{
	color: rgba(188, 0, 19, 1.00) !important; 
}

#stacks_in_212_page1doorateit .fallenstar{
	color: rgba(129, 138, 145, 1.00) !important;
}

.stacks_in_212_page1text{
	display: inline;
	color: rgba(85, 85, 85, 1.00) !important; 
	font-size: 80% !important;
	padding-left: 5px;
	margin-right: 5px;
}

/* -- End Rateit Each css Template -- */.spacerStack {
	height: 40px;
}

#spacerStackstacks_in_230_page1 {
	height: 40px;
}#stacks_in_217_page1>.s3_row {
	margin: 0 -10px;
}

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

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

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




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










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




}



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


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


}





/* -- Start Swell Each css Template -- */

#stacks_in_218_page1{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center !important;
}

.stacks_in_218_page1swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_218_page1swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}


	.stacks_in_218_page1swell{
		max-width: 800px;
	}
	.stacks_in_218_page1swell img{
		width: 100%;
		max-width: 800px;
		height: auto;
	}


.stacks_in_218_page1swell-with-zoom .mfp-container,.stacks_in_218_page1swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 198.000015ms ease-out;
	-moz-transition: all 198.000015ms ease-out;
	-o-transition: all 198.000015ms ease-out;
	transition: all 198.000015ms ease-out;
}

.stacks_in_218_page1swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_218_page1swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_218_page1swell-with-zoom.mfp-removing .mfp-container,.stacks_in_218_page1swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_218_page1 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_218_page1 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_218_page1 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_218_page1 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




@media all and (min-width: 480px) {
	#stacks_in_218_page1 .swellzoomeffect img:hover{
		-webkit-transform:scale(1.1);
	    -moz-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	    -o-transform:scale(1.1);
	     transform:scale(1.1);
	}
	
	#stacks_in_218_page1 .swellshrinkeffect img:hover{
		-webkit-transform:scale(0.9);
	    -moz-transform:scale(0.9);
	    -ms-transform:scale(0.9);
	    -o-transform:scale(0.9);
	     transform:scale(0.9);
	}
	
	#stacks_in_218_page1 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_218_page1 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_218_page1 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_218_page1 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_218_page1 .swellthreedeffect:hover{
    	box-shadow:
            1px 1px rgba(242, 88, 95, 1.00),
            2px 2px rgba(242, 88, 95, 1.00),
            3px 3px rgba(242, 88, 95, 1.00);
	    -webkit-transform: translateX(-3px);
	    transform: translateX(-3px);
	}
}




/* -- End Swell Each css Template -- *//* -- Start Rateit Each css Template -- */

#stacks_in_220_page1{
	text-align: center;
}

#stacks_in_220_page1doorateit{
	font-size: 100% !important;
}

#stacks_in_220_page1doorateit .fa{
	color: rgba(188, 0, 19, 1.00) !important; 
}

#stacks_in_220_page1doorateit .fallenstar{
	color: rgba(129, 138, 145, 1.00) !important;
}

.stacks_in_220_page1text{
	display: inline;
	color: rgba(85, 85, 85, 1.00) !important; 
	font-size: 80% !important;
	padding-left: 5px;
	margin-right: 5px;
}

/* -- End Rateit Each css Template -- *//* -- Start Swell Each css Template -- */

#stacks_in_222_page1{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center !important;
}

.stacks_in_222_page1swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_222_page1swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}


	.stacks_in_222_page1swell{
		max-width: 800px;
	}
	.stacks_in_222_page1swell img{
		width: 100%;
		max-width: 800px;
		height: auto;
	}


.stacks_in_222_page1swell-with-zoom .mfp-container,.stacks_in_222_page1swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 198.000015ms ease-out;
	-moz-transition: all 198.000015ms ease-out;
	-o-transition: all 198.000015ms ease-out;
	transition: all 198.000015ms ease-out;
}

.stacks_in_222_page1swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_222_page1swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_222_page1swell-with-zoom.mfp-removing .mfp-container,.stacks_in_222_page1swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_222_page1 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_222_page1 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_222_page1 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_222_page1 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




@media all and (min-width: 480px) {
	#stacks_in_222_page1 .swellzoomeffect img:hover{
		-webkit-transform:scale(1.1);
	    -moz-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	    -o-transform:scale(1.1);
	     transform:scale(1.1);
	}
	
	#stacks_in_222_page1 .swellshrinkeffect img:hover{
		-webkit-transform:scale(0.9);
	    -moz-transform:scale(0.9);
	    -ms-transform:scale(0.9);
	    -o-transform:scale(0.9);
	     transform:scale(0.9);
	}
	
	#stacks_in_222_page1 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_222_page1 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_222_page1 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_222_page1 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_222_page1 .swellthreedeffect:hover{
    	box-shadow:
            1px 1px rgba(242, 88, 95, 1.00),
            2px 2px rgba(242, 88, 95, 1.00),
            3px 3px rgba(242, 88, 95, 1.00);
	    -webkit-transform: translateX(-3px);
	    transform: translateX(-3px);
	}
}




/* -- End Swell Each css Template -- *//* -- Start Rateit Each css Template -- */

#stacks_in_224_page1{
	text-align: center;
}

#stacks_in_224_page1doorateit{
	font-size: 100% !important;
}

#stacks_in_224_page1doorateit .fa{
	color: rgba(188, 0, 19, 1.00) !important; 
}

#stacks_in_224_page1doorateit .fallenstar{
	color: rgba(129, 138, 145, 1.00) !important;
}

.stacks_in_224_page1text{
	display: inline;
	color: rgba(85, 85, 85, 1.00) !important; 
	font-size: 100% !important;
	padding-left: 5px;
	margin-right: 5px;
}

/* -- End Rateit Each css Template -- *//* -- Start Swell Each css Template -- */

#stacks_in_226_page1{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center !important;
}

.stacks_in_226_page1swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_226_page1swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}


	.stacks_in_226_page1swell{
		max-width: 800px;
	}
	.stacks_in_226_page1swell img{
		width: 100%;
		max-width: 800px;
		height: auto;
	}


.stacks_in_226_page1swell-with-zoom .mfp-container,.stacks_in_226_page1swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 198.000015ms ease-out;
	-moz-transition: all 198.000015ms ease-out;
	-o-transition: all 198.000015ms ease-out;
	transition: all 198.000015ms ease-out;
}

.stacks_in_226_page1swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_226_page1swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_226_page1swell-with-zoom.mfp-removing .mfp-container,.stacks_in_226_page1swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_226_page1 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_226_page1 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_226_page1 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_226_page1 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




@media all and (min-width: 480px) {
	#stacks_in_226_page1 .swellzoomeffect img:hover{
		-webkit-transform:scale(1.1);
	    -moz-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	    -o-transform:scale(1.1);
	     transform:scale(1.1);
	}
	
	#stacks_in_226_page1 .swellshrinkeffect img:hover{
		-webkit-transform:scale(0.9);
	    -moz-transform:scale(0.9);
	    -ms-transform:scale(0.9);
	    -o-transform:scale(0.9);
	     transform:scale(0.9);
	}
	
	#stacks_in_226_page1 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_226_page1 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_226_page1 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_226_page1 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_226_page1 .swellthreedeffect:hover{
    	box-shadow:
            1px 1px rgba(242, 88, 95, 1.00),
            2px 2px rgba(242, 88, 95, 1.00),
            3px 3px rgba(242, 88, 95, 1.00);
	    -webkit-transform: translateX(-3px);
	    transform: translateX(-3px);
	}
}




/* -- End Swell Each css Template -- *//* -- Start Rateit Each css Template -- */

#stacks_in_228_page1{
	text-align: center;
}

#stacks_in_228_page1doorateit{
	font-size: 100% !important;
}

#stacks_in_228_page1doorateit .fa{
	color: rgba(188, 0, 19, 1.00) !important; 
}

#stacks_in_228_page1doorateit .fallenstar{
	color: rgba(129, 138, 145, 1.00) !important;
}

.stacks_in_228_page1text{
	display: inline;
	color: rgba(85, 85, 85, 1.00) !important; 
	font-size: 80% !important;
	padding-left: 5px;
	margin-right: 5px;
}

/* -- End Rateit Each css Template -- */.spacerStack {
	height: 40px;
}

#spacerStackstacks_in_246_page1 {
	height: 40px;
}#stacks_in_231_page1>.s3_row {
	margin: 0 -10px;
}

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

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

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




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










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




}



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


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


}





/* -- Start Swell Each css Template -- */

#stacks_in_232_page1{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center !important;
}

.stacks_in_232_page1swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_232_page1swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}


	.stacks_in_232_page1swell{
		max-width: 800px;
	}
	.stacks_in_232_page1swell img{
		width: 100%;
		max-width: 800px;
		height: auto;
	}


.stacks_in_232_page1swell-with-zoom .mfp-container,.stacks_in_232_page1swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 198.000015ms ease-out;
	-moz-transition: all 198.000015ms ease-out;
	-o-transition: all 198.000015ms ease-out;
	transition: all 198.000015ms ease-out;
}

.stacks_in_232_page1swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_232_page1swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_232_page1swell-with-zoom.mfp-removing .mfp-container,.stacks_in_232_page1swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_232_page1 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_232_page1 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_232_page1 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_232_page1 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




@media all and (min-width: 480px) {
	#stacks_in_232_page1 .swellzoomeffect img:hover{
		-webkit-transform:scale(1.1);
	    -moz-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	    -o-transform:scale(1.1);
	     transform:scale(1.1);
	}
	
	#stacks_in_232_page1 .swellshrinkeffect img:hover{
		-webkit-transform:scale(0.9);
	    -moz-transform:scale(0.9);
	    -ms-transform:scale(0.9);
	    -o-transform:scale(0.9);
	     transform:scale(0.9);
	}
	
	#stacks_in_232_page1 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_232_page1 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_232_page1 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_232_page1 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_232_page1 .swellthreedeffect:hover{
    	box-shadow:
            1px 1px rgba(242, 88, 95, 1.00),
            2px 2px rgba(242, 88, 95, 1.00),
            3px 3px rgba(242, 88, 95, 1.00);
	    -webkit-transform: translateX(-3px);
	    transform: translateX(-3px);
	}
}




/* -- End Swell Each css Template -- *//* -- Start Rateit Each css Template -- */

#stacks_in_234_page1{
	text-align: center;
}

#stacks_in_234_page1doorateit{
	font-size: 100% !important;
}

#stacks_in_234_page1doorateit .fa{
	color: rgba(188, 0, 19, 1.00) !important; 
}

#stacks_in_234_page1doorateit .fallenstar{
	color: rgba(129, 138, 145, 1.00) !important;
}

.stacks_in_234_page1text{
	display: inline;
	color: rgba(85, 85, 85, 1.00) !important; 
	font-size: 70% !important;
	padding-left: 5px;
	margin-right: 5px;
}

/* -- End Rateit Each css Template -- *//* -- Start Swell Each css Template -- */

#stacks_in_236_page1{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center !important;
}

.stacks_in_236_page1swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_236_page1swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}


	.stacks_in_236_page1swell{
		max-width: 800px;
	}
	.stacks_in_236_page1swell img{
		width: 100%;
		max-width: 800px;
		height: auto;
	}


.stacks_in_236_page1swell-with-zoom .mfp-container,.stacks_in_236_page1swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 198.000015ms ease-out;
	-moz-transition: all 198.000015ms ease-out;
	-o-transition: all 198.000015ms ease-out;
	transition: all 198.000015ms ease-out;
}

.stacks_in_236_page1swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_236_page1swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_236_page1swell-with-zoom.mfp-removing .mfp-container,.stacks_in_236_page1swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_236_page1 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_236_page1 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_236_page1 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_236_page1 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




@media all and (min-width: 480px) {
	#stacks_in_236_page1 .swellzoomeffect img:hover{
		-webkit-transform:scale(1.1);
	    -moz-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	    -o-transform:scale(1.1);
	     transform:scale(1.1);
	}
	
	#stacks_in_236_page1 .swellshrinkeffect img:hover{
		-webkit-transform:scale(0.9);
	    -moz-transform:scale(0.9);
	    -ms-transform:scale(0.9);
	    -o-transform:scale(0.9);
	     transform:scale(0.9);
	}
	
	#stacks_in_236_page1 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_236_page1 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_236_page1 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_236_page1 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_236_page1 .swellthreedeffect:hover{
    	box-shadow:
            1px 1px rgba(242, 88, 95, 1.00),
            2px 2px rgba(242, 88, 95, 1.00),
            3px 3px rgba(242, 88, 95, 1.00);
	    -webkit-transform: translateX(-3px);
	    transform: translateX(-3px);
	}
}




/* -- End Swell Each css Template -- *//* -- Start Rateit Each css Template -- */

#stacks_in_238_page1{
	text-align: center;
}

#stacks_in_238_page1doorateit{
	font-size: 100% !important;
}

#stacks_in_238_page1doorateit .fa{
	color: rgba(188, 0, 19, 1.00) !important; 
}

#stacks_in_238_page1doorateit .fallenstar{
	color: rgba(129, 138, 145, 1.00) !important;
}

.stacks_in_238_page1text{
	display: inline;
	color: rgba(85, 85, 85, 1.00) !important; 
	font-size: 80% !important;
	padding-left: 5px;
	margin-right: 5px;
}

/* -- End Rateit Each css Template -- *//* -- Start Swell Each css Template -- */

#stacks_in_240_page1{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center !important;
}

.stacks_in_240_page1swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_240_page1swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}


	.stacks_in_240_page1swell{
		max-width: 800px;
	}
	.stacks_in_240_page1swell img{
		width: 100%;
		max-width: 800px;
		height: auto;
	}


.stacks_in_240_page1swell-with-zoom .mfp-container,.stacks_in_240_page1swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 198.000015ms ease-out;
	-moz-transition: all 198.000015ms ease-out;
	-o-transition: all 198.000015ms ease-out;
	transition: all 198.000015ms ease-out;
}

.stacks_in_240_page1swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_240_page1swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_240_page1swell-with-zoom.mfp-removing .mfp-container,.stacks_in_240_page1swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_240_page1 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_240_page1 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_240_page1 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_240_page1 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




@media all and (min-width: 480px) {
	#stacks_in_240_page1 .swellzoomeffect img:hover{
		-webkit-transform:scale(1.1);
	    -moz-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	    -o-transform:scale(1.1);
	     transform:scale(1.1);
	}
	
	#stacks_in_240_page1 .swellshrinkeffect img:hover{
		-webkit-transform:scale(0.9);
	    -moz-transform:scale(0.9);
	    -ms-transform:scale(0.9);
	    -o-transform:scale(0.9);
	     transform:scale(0.9);
	}
	
	#stacks_in_240_page1 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_240_page1 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_240_page1 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_240_page1 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_240_page1 .swellthreedeffect:hover{
    	box-shadow:
            1px 1px rgba(242, 88, 95, 1.00),
            2px 2px rgba(242, 88, 95, 1.00),
            3px 3px rgba(242, 88, 95, 1.00);
	    -webkit-transform: translateX(-3px);
	    transform: translateX(-3px);
	}
}




/* -- End Swell Each css Template -- *//* -- Start Rateit Each css Template -- */

#stacks_in_242_page1{
	text-align: center;
}

#stacks_in_242_page1doorateit{
	font-size: 100% !important;
}

#stacks_in_242_page1doorateit .fa{
	color: rgba(188, 0, 19, 1.00) !important; 
}

#stacks_in_242_page1doorateit .fallenstar{
	color: rgba(129, 138, 145, 1.00) !important;
}

.stacks_in_242_page1text{
	display: inline;
	color: rgba(85, 85, 85, 1.00) !important; 
	font-size: 80% !important;
	padding-left: 5px;
	margin-right: 5px;
}

/* -- End Rateit Each css Template -- */.spacerStack {
	height: 40px;
}

#spacerStackstacks_in_247_page1 {
	height: 40px;
}#stacks_in_248_page1>.s3_row {
	margin: 0 -10px;
}

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

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

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




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










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




}



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


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


}





/* -- Start Swell Each css Template -- */

#stacks_in_249_page1{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center !important;
}

.stacks_in_249_page1swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_249_page1swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}


	.stacks_in_249_page1swell{
		max-width: 800px;
	}
	.stacks_in_249_page1swell img{
		width: 100%;
		max-width: 800px;
		height: auto;
	}


.stacks_in_249_page1swell-with-zoom .mfp-container,.stacks_in_249_page1swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 198.000015ms ease-out;
	-moz-transition: all 198.000015ms ease-out;
	-o-transition: all 198.000015ms ease-out;
	transition: all 198.000015ms ease-out;
}

.stacks_in_249_page1swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_249_page1swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_249_page1swell-with-zoom.mfp-removing .mfp-container,.stacks_in_249_page1swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_249_page1 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_249_page1 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_249_page1 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_249_page1 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




@media all and (min-width: 480px) {
	#stacks_in_249_page1 .swellzoomeffect img:hover{
		-webkit-transform:scale(1.1);
	    -moz-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	    -o-transform:scale(1.1);
	     transform:scale(1.1);
	}
	
	#stacks_in_249_page1 .swellshrinkeffect img:hover{
		-webkit-transform:scale(0.9);
	    -moz-transform:scale(0.9);
	    -ms-transform:scale(0.9);
	    -o-transform:scale(0.9);
	     transform:scale(0.9);
	}
	
	#stacks_in_249_page1 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_249_page1 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_249_page1 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_249_page1 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_249_page1 .swellthreedeffect:hover{
    	box-shadow:
            1px 1px rgba(242, 88, 95, 1.00),
            2px 2px rgba(242, 88, 95, 1.00),
            3px 3px rgba(242, 88, 95, 1.00);
	    -webkit-transform: translateX(-3px);
	    transform: translateX(-3px);
	}
}




/* -- End Swell Each css Template -- *//* -- Start Rateit Each css Template -- */

#stacks_in_251_page1{
	text-align: center;
}

#stacks_in_251_page1doorateit{
	font-size: 100% !important;
}

#stacks_in_251_page1doorateit .fa{
	color: rgba(188, 0, 19, 1.00) !important; 
}

#stacks_in_251_page1doorateit .fallenstar{
	color: rgba(129, 138, 145, 1.00) !important;
}

.stacks_in_251_page1text{
	display: inline;
	color: rgba(85, 85, 85, 1.00) !important; 
	font-size: 80% !important;
	padding-left: 5px;
	margin-right: 5px;
}

/* -- End Rateit Each css Template -- *//* -- Start Swell Each css Template -- */

#stacks_in_253_page1{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center !important;
}

.stacks_in_253_page1swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_253_page1swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}


	.stacks_in_253_page1swell{
		max-width: 800px;
	}
	.stacks_in_253_page1swell img{
		width: 100%;
		max-width: 800px;
		height: auto;
	}


.stacks_in_253_page1swell-with-zoom .mfp-container,.stacks_in_253_page1swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 198.000015ms ease-out;
	-moz-transition: all 198.000015ms ease-out;
	-o-transition: all 198.000015ms ease-out;
	transition: all 198.000015ms ease-out;
}

.stacks_in_253_page1swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_253_page1swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_253_page1swell-with-zoom.mfp-removing .mfp-container,.stacks_in_253_page1swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_253_page1 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_253_page1 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_253_page1 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_253_page1 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




@media all and (min-width: 480px) {
	#stacks_in_253_page1 .swellzoomeffect img:hover{
		-webkit-transform:scale(1.1);
	    -moz-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	    -o-transform:scale(1.1);
	     transform:scale(1.1);
	}
	
	#stacks_in_253_page1 .swellshrinkeffect img:hover{
		-webkit-transform:scale(0.9);
	    -moz-transform:scale(0.9);
	    -ms-transform:scale(0.9);
	    -o-transform:scale(0.9);
	     transform:scale(0.9);
	}
	
	#stacks_in_253_page1 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_253_page1 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_253_page1 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_253_page1 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_253_page1 .swellthreedeffect:hover{
    	box-shadow:
            1px 1px rgba(242, 88, 95, 1.00),
            2px 2px rgba(242, 88, 95, 1.00),
            3px 3px rgba(242, 88, 95, 1.00);
	    -webkit-transform: translateX(-3px);
	    transform: translateX(-3px);
	}
}




/* -- End Swell Each css Template -- *//* -- Start Rateit Each css Template -- */

#stacks_in_255_page1{
	text-align: center;
}

#stacks_in_255_page1doorateit{
	font-size: 100% !important;
}

#stacks_in_255_page1doorateit .fa{
	color: rgba(188, 0, 19, 1.00) !important; 
}

#stacks_in_255_page1doorateit .fallenstar{
	color: rgba(129, 138, 145, 1.00) !important;
}

.stacks_in_255_page1text{
	display: inline;
	color: rgba(85, 85, 85, 1.00) !important; 
	font-size: 80% !important;
	padding-left: 5px;
	margin-right: 5px;
}

/* -- End Rateit Each css Template -- *//* -- Start Swell Each css Template -- */

#stacks_in_257_page1{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center !important;
}

.stacks_in_257_page1swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_257_page1swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}


	.stacks_in_257_page1swell{
		max-width: 800px;
	}
	.stacks_in_257_page1swell img{
		width: 100%;
		max-width: 800px;
		height: auto;
	}


.stacks_in_257_page1swell-with-zoom .mfp-container,.stacks_in_257_page1swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 198.000015ms ease-out;
	-moz-transition: all 198.000015ms ease-out;
	-o-transition: all 198.000015ms ease-out;
	transition: all 198.000015ms ease-out;
}

.stacks_in_257_page1swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_257_page1swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_257_page1swell-with-zoom.mfp-removing .mfp-container,.stacks_in_257_page1swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_257_page1 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_257_page1 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_257_page1 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_257_page1 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




@media all and (min-width: 480px) {
	#stacks_in_257_page1 .swellzoomeffect img:hover{
		-webkit-transform:scale(1.1);
	    -moz-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	    -o-transform:scale(1.1);
	     transform:scale(1.1);
	}
	
	#stacks_in_257_page1 .swellshrinkeffect img:hover{
		-webkit-transform:scale(0.9);
	    -moz-transform:scale(0.9);
	    -ms-transform:scale(0.9);
	    -o-transform:scale(0.9);
	     transform:scale(0.9);
	}
	
	#stacks_in_257_page1 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_257_page1 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_257_page1 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_257_page1 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_257_page1 .swellthreedeffect:hover{
    	box-shadow:
            1px 1px rgba(242, 88, 95, 1.00),
            2px 2px rgba(242, 88, 95, 1.00),
            3px 3px rgba(242, 88, 95, 1.00);
	    -webkit-transform: translateX(-3px);
	    transform: translateX(-3px);
	}
}




/* -- End Swell Each css Template -- *//* -- Start Rateit Each css Template -- */

#stacks_in_259_page1{
	text-align: center;
}

#stacks_in_259_page1doorateit{
	font-size: 100% !important;
}

#stacks_in_259_page1doorateit .fa{
	color: rgba(188, 0, 19, 1.00) !important; 
}

#stacks_in_259_page1doorateit .fallenstar{
	color: rgba(129, 138, 145, 1.00) !important;
}

.stacks_in_259_page1text{
	display: inline;
	color: rgba(85, 85, 85, 1.00) !important; 
	font-size: 80% !important;
	padding-left: 5px;
	margin-right: 5px;
}

/* -- End Rateit Each css Template -- */.spacerStack {
	height: 40px;
}

#spacerStackstacks_in_274_page1 {
	height: 40px;
}#stacks_in_261_page1>.s3_row {
	margin: 0 -10px;
}

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

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

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




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










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




}



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


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


}





/* -- Start Swell Each css Template -- */

#stacks_in_262_page1{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center !important;
}

.stacks_in_262_page1swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_262_page1swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}


	.stacks_in_262_page1swell{
		max-width: 800px;
	}
	.stacks_in_262_page1swell img{
		width: 100%;
		max-width: 800px;
		height: auto;
	}


.stacks_in_262_page1swell-with-zoom .mfp-container,.stacks_in_262_page1swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 198.000015ms ease-out;
	-moz-transition: all 198.000015ms ease-out;
	-o-transition: all 198.000015ms ease-out;
	transition: all 198.000015ms ease-out;
}

.stacks_in_262_page1swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_262_page1swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_262_page1swell-with-zoom.mfp-removing .mfp-container,.stacks_in_262_page1swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_262_page1 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_262_page1 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_262_page1 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_262_page1 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




@media all and (min-width: 480px) {
	#stacks_in_262_page1 .swellzoomeffect img:hover{
		-webkit-transform:scale(1.1);
	    -moz-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	    -o-transform:scale(1.1);
	     transform:scale(1.1);
	}
	
	#stacks_in_262_page1 .swellshrinkeffect img:hover{
		-webkit-transform:scale(0.9);
	    -moz-transform:scale(0.9);
	    -ms-transform:scale(0.9);
	    -o-transform:scale(0.9);
	     transform:scale(0.9);
	}
	
	#stacks_in_262_page1 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_262_page1 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_262_page1 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_262_page1 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_262_page1 .swellthreedeffect:hover{
    	box-shadow:
            1px 1px rgba(242, 88, 95, 1.00),
            2px 2px rgba(242, 88, 95, 1.00),
            3px 3px rgba(242, 88, 95, 1.00);
	    -webkit-transform: translateX(-3px);
	    transform: translateX(-3px);
	}
}




/* -- End Swell Each css Template -- *//* -- Start Rateit Each css Template -- */

#stacks_in_264_page1{
	text-align: center;
}

#stacks_in_264_page1doorateit{
	font-size: 100% !important;
}

#stacks_in_264_page1doorateit .fa{
	color: rgba(188, 0, 19, 1.00) !important; 
}

#stacks_in_264_page1doorateit .fallenstar{
	color: rgba(129, 138, 145, 1.00) !important;
}

.stacks_in_264_page1text{
	display: inline;
	color: rgba(85, 85, 85, 1.00) !important; 
	font-size: 80% !important;
	padding-left: 5px;
	margin-right: 5px;
}

/* -- End Rateit Each css Template -- *//* -- Start Swell Each css Template -- */

#stacks_in_266_page1{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center !important;
}

.stacks_in_266_page1swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_266_page1swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}


	.stacks_in_266_page1swell{
		max-width: 800px;
	}
	.stacks_in_266_page1swell img{
		width: 100%;
		max-width: 800px;
		height: auto;
	}


.stacks_in_266_page1swell-with-zoom .mfp-container,.stacks_in_266_page1swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 198.000015ms ease-out;
	-moz-transition: all 198.000015ms ease-out;
	-o-transition: all 198.000015ms ease-out;
	transition: all 198.000015ms ease-out;
}

.stacks_in_266_page1swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_266_page1swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_266_page1swell-with-zoom.mfp-removing .mfp-container,.stacks_in_266_page1swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_266_page1 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_266_page1 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_266_page1 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_266_page1 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




@media all and (min-width: 480px) {
	#stacks_in_266_page1 .swellzoomeffect img:hover{
		-webkit-transform:scale(1.1);
	    -moz-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	    -o-transform:scale(1.1);
	     transform:scale(1.1);
	}
	
	#stacks_in_266_page1 .swellshrinkeffect img:hover{
		-webkit-transform:scale(0.9);
	    -moz-transform:scale(0.9);
	    -ms-transform:scale(0.9);
	    -o-transform:scale(0.9);
	     transform:scale(0.9);
	}
	
	#stacks_in_266_page1 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_266_page1 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_266_page1 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_266_page1 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_266_page1 .swellthreedeffect:hover{
    	box-shadow:
            1px 1px rgba(242, 88, 95, 1.00),
            2px 2px rgba(242, 88, 95, 1.00),
            3px 3px rgba(242, 88, 95, 1.00);
	    -webkit-transform: translateX(-3px);
	    transform: translateX(-3px);
	}
}




/* -- End Swell Each css Template -- *//* -- Start Rateit Each css Template -- */

#stacks_in_268_page1{
	text-align: center;
}

#stacks_in_268_page1doorateit{
	font-size: 100% !important;
}

#stacks_in_268_page1doorateit .fa{
	color: rgba(188, 0, 19, 1.00) !important; 
}

#stacks_in_268_page1doorateit .fallenstar{
	color: rgba(129, 138, 145, 1.00) !important;
}

.stacks_in_268_page1text{
	display: inline;
	color: rgba(85, 85, 85, 1.00) !important; 
	font-size: 100% !important;
	padding-left: 5px;
	margin-right: 5px;
}

/* -- End Rateit Each css Template -- *//* -- Start Swell Each css Template -- */

#stacks_in_270_page1{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center !important;
}

.stacks_in_270_page1swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_270_page1swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}


	.stacks_in_270_page1swell{
		max-width: 800px;
	}
	.stacks_in_270_page1swell img{
		width: 100%;
		max-width: 800px;
		height: auto;
	}


.stacks_in_270_page1swell-with-zoom .mfp-container,.stacks_in_270_page1swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 198.000015ms ease-out;
	-moz-transition: all 198.000015ms ease-out;
	-o-transition: all 198.000015ms ease-out;
	transition: all 198.000015ms ease-out;
}

.stacks_in_270_page1swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_270_page1swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_270_page1swell-with-zoom.mfp-removing .mfp-container,.stacks_in_270_page1swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_270_page1 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_270_page1 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_270_page1 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_270_page1 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




@media all and (min-width: 480px) {
	#stacks_in_270_page1 .swellzoomeffect img:hover{
		-webkit-transform:scale(1.1);
	    -moz-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	    -o-transform:scale(1.1);
	     transform:scale(1.1);
	}
	
	#stacks_in_270_page1 .swellshrinkeffect img:hover{
		-webkit-transform:scale(0.9);
	    -moz-transform:scale(0.9);
	    -ms-transform:scale(0.9);
	    -o-transform:scale(0.9);
	     transform:scale(0.9);
	}
	
	#stacks_in_270_page1 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_270_page1 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_270_page1 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_270_page1 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_270_page1 .swellthreedeffect:hover{
    	box-shadow:
            1px 1px rgba(242, 88, 95, 1.00),
            2px 2px rgba(242, 88, 95, 1.00),
            3px 3px rgba(242, 88, 95, 1.00);
	    -webkit-transform: translateX(-3px);
	    transform: translateX(-3px);
	}
}




/* -- End Swell Each css Template -- *//* -- Start Rateit Each css Template -- */

#stacks_in_272_page1{
	text-align: center;
}

#stacks_in_272_page1doorateit{
	font-size: 100% !important;
}

#stacks_in_272_page1doorateit .fa{
	color: rgba(188, 0, 19, 1.00) !important; 
}

#stacks_in_272_page1doorateit .fallenstar{
	color: rgba(129, 138, 145, 1.00) !important;
}

.stacks_in_272_page1text{
	display: inline;
	color: rgba(85, 85, 85, 1.00) !important; 
	font-size: 80% !important;
	padding-left: 5px;
	margin-right: 5px;
}

/* -- End Rateit Each css Template -- */.spacerStack {
	height: 40px;
}

#spacerStackstacks_in_275_page1 {
	height: 40px;
}
#stacks_in_244_page1 {
	margin: 30px 0px 0px 0px;
}
