
#stacks_in_2080 {
	margin:  10px;
	padding:  10px;
}
/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/byscuits
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('https://netdna.bootstrapcdn.com/font-awesome/3.2.1/font/fontawesome-webfont.eot?v=3.2.1');
  src: url('https://netdna.bootstrapcdn.com/font-awesome/3.2.1/font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('https://netdna.bootstrapcdn.com/font-awesome/3.2.1/font/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('https://netdna.bootstrapcdn.com/font-awesome/3.2.1/font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('https://netdna.bootstrapcdn.com/font-awesome/3.2.1/font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* FONT AWESOME CORE
 * -------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}
/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline;
}
/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.1428571428571428em;
  text-align: right;
  padding-right: 0.2857142857142857em;
}
[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.4285714285714286em;
}
.icons-ul {
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.icons-ul > li {
  position: relative;
}
.icons-ul .icon-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  text-align: center;
  line-height: inherit;
}
[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none;
}
.icon-muted {
  color: #eeeeee;
}
.icon-light {
  color: #ffffff;
}
.icon-dark {
  color: #333333;
}
.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.icon-5x {
  font-size: 5em;
}
.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}
/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}
/* keeps Bootstrap styles with and without icons the same */
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em;
}
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}
/* Fixes alignment in nav lists */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  line-height: inherit;
}
/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}
.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em;
}
.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em;
}
/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Icon rotations and mirroring */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before,
a .icon-rotate-180:before,
a .icon-rotate-270:before,
a .icon-flip-horizontal:before,
a .icon-flip-vertical:before {
  display: inline-block;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope-alt:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-power-off:before,
.icon-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-gear:before,
.icon-cog:before {
  content: "\f013";
}
.icon-trash:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file-alt:before {
  content: "\f016";
}
.icon-time:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download-alt:before {
  content: "\f019";
}
.icon-download:before {
  content: "\f01a";
}
.icon-upload:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle:before {
  content: "\f01d";
}
.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e";
}
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-indent-left:before {
  content: "\f03b";
}
.icon-indent-right:before {
  content: "\f03c";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before {
  content: "\f044";
}
.icon-share:before {
  content: "\f045";
}
.icon-check:before {
  content: "\f046";
}
.icon-move:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-screenshot:before {
  content: "\f05b";
}
.icon-remove-circle:before {
  content: "\f05c";
}
.icon-ok-circle:before {
  content: "\f05d";
}
.icon-ban-circle:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-mail-forward:before,
.icon-share-alt:before {
  content: "\f064";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-resize-small:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-sign:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye-open:before {
  content: "\f06e";
}
.icon-eye-close:before {
  content: "\f070";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder-close:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-resize-vertical:before {
  content: "\f07d";
}
.icon-resize-horizontal:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-sign:before {
  content: "\f081";
}
.icon-facebook-sign:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-gears:before,
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-up-alt:before {
  content: "\f087";
}
.icon-thumbs-down-alt:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-empty:before {
  content: "\f08a";
}
.icon-signout:before {
  content: "\f08b";
}
.icon-linkedin-sign:before {
  content: "\f08c";
}
.icon-pushpin:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-signin:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-sign:before {
  content: "\f092";
}
.icon-upload-alt:before {
  content: "\f093";
}
.icon-lemon:before {
  content: "\f094";
}
.icon-phone:before {
  content: "\f095";
}
.icon-unchecked:before,
.icon-check-empty:before {
  content: "\f096";
}
.icon-bookmark-empty:before {
  content: "\f097";
}
.icon-phone-sign:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0a2";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-right:before {
  content: "\f0a4";
}
.icon-hand-left:before {
  content: "\f0a5";
}
.icon-hand-up:before {
  content: "\f0a6";
}
.icon-hand-down:before {
  content: "\f0a7";
}
.icon-circle-arrow-left:before {
  content: "\f0a8";
}
.icon-circle-arrow-right:before {
  content: "\f0a9";
}
.icon-circle-arrow-up:before {
  content: "\f0aa";
}
.icon-circle-arrow-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-fullscreen:before {
  content: "\f0b2";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-beaker:before {
  content: "\f0c3";
}
.icon-cut:before {
  content: "\f0c4";
}
.icon-copy:before {
  content: "\f0c5";
}
.icon-paperclip:before,
.icon-paper-clip:before {
  content: "\f0c6";
}
.icon-save:before {
  content: "\f0c7";
}
.icon-sign-blank:before {
  content: "\f0c8";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-sign:before {
  content: "\f0d3";
}
.icon-google-plus-sign:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before {
  content: "\f0dd";
}
.icon-sort-up:before {
  content: "\f0de";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2";
}
.icon-legal:before {
  content: "\f0e3";
}
.icon-dashboard:before {
  content: "\f0e4";
}
.icon-comment-alt:before {
  content: "\f0e5";
}
.icon-comments-alt:before {
  content: "\f0e6";
}
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before {
  content: "\f0ea";
}
.icon-lightbulb:before {
  content: "\f0eb";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-cloud-download:before {
  content: "\f0ed";
}
.icon-cloud-upload:before {
  content: "\f0ee";
}
.icon-user-md:before {
  content: "\f0f0";
}
.icon-stethoscope:before {
  content: "\f0f1";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-bell-alt:before {
  content: "\f0f3";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-food:before {
  content: "\f0f5";
}
.icon-file-text-alt:before {
  content: "\f0f6";
}
.icon-building:before {
  content: "\f0f7";
}
.icon-hospital:before {
  content: "\f0f8";
}
.icon-ambulance:before {
  content: "\f0f9";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-fighter-jet:before {
  content: "\f0fb";
}
.icon-beer:before {
  content: "\f0fc";
}
.icon-h-sign:before {
  content: "\f0fd";
}
.icon-plus-sign-alt:before {
  content: "\f0fe";
}
.icon-double-angle-left:before {
  content: "\f100";
}
.icon-double-angle-right:before {
  content: "\f101";
}
.icon-double-angle-up:before {
  content: "\f102";
}
.icon-double-angle-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-desktop:before {
  content: "\f108";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-tablet:before {
  content: "\f10a";
}
.icon-mobile-phone:before {
  content: "\f10b";
}
.icon-circle-blank:before {
  content: "\f10c";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-circle:before {
  content: "\f111";
}
.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112";
}
.icon-github-alt:before {
  content: "\f113";
}
.icon-folder-close-alt:before {
  content: "\f114";
}
.icon-folder-open-alt:before {
  content: "\f115";
}
.icon-expand-alt:before {
  content: "\f116";
}
.icon-collapse-alt:before {
  content: "\f117";
}
.icon-smile:before {
  content: "\f118";
}
.icon-frown:before {
  content: "\f119";
}
.icon-meh:before {
  content: "\f11a";
}
.icon-gamepad:before {
  content: "\f11b";
}
.icon-keyboard:before {
  content: "\f11c";
}
.icon-flag-alt:before {
  content: "\f11d";
}
.icon-flag-checkered:before {
  content: "\f11e";
}
.icon-terminal:before {
  content: "\f120";
}
.icon-code:before {
  content: "\f121";
}
.icon-reply-all:before {
  content: "\f122";
}
.icon-mail-reply-all:before {
  content: "\f122";
}
.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123";
}
.icon-location-arrow:before {
  content: "\f124";
}
.icon-crop:before {
  content: "\f125";
}
.icon-code-fork:before {
  content: "\f126";
}
.icon-unlink:before {
  content: "\f127";
}
.icon-question:before {
  content: "\f128";
}
.icon-info:before {
  content: "\f129";
}
.icon-exclamation:before {
  content: "\f12a";
}
.icon-superscript:before {
  content: "\f12b";
}
.icon-subscript:before {
  content: "\f12c";
}
.icon-eraser:before {
  content: "\f12d";
}
.icon-puzzle-piece:before {
  content: "\f12e";
}
.icon-microphone:before {
  content: "\f130";
}
.icon-microphone-off:before {
  content: "\f131";
}
.icon-shield:before {
  content: "\f132";
}
.icon-calendar-empty:before {
  content: "\f133";
}
.icon-fire-extinguisher:before {
  content: "\f134";
}
.icon-rocket:before {
  content: "\f135";
}
.icon-maxcdn:before {
  content: "\f136";
}
.icon-chevron-sign-left:before {
  content: "\f137";
}
.icon-chevron-sign-right:before {
  content: "\f138";
}
.icon-chevron-sign-up:before {
  content: "\f139";
}
.icon-chevron-sign-down:before {
  content: "\f13a";
}
.icon-html5:before {
  content: "\f13b";
}
.icon-css3:before {
  content: "\f13c";
}
.icon-anchor:before {
  content: "\f13d";
}
.icon-unlock-alt:before {
  content: "\f13e";
}
.icon-bullseye:before {
  content: "\f140";
}
.icon-ellipsis-horizontal:before {
  content: "\f141";
}
.icon-ellipsis-vertical:before {
  content: "\f142";
}
.icon-rss-sign:before {
  content: "\f143";
}
.icon-play-sign:before {
  content: "\f144";
}
.icon-ticket:before {
  content: "\f145";
}
.icon-minus-sign-alt:before {
  content: "\f146";
}
.icon-check-minus:before {
  content: "\f147";
}
.icon-level-up:before {
  content: "\f148";
}
.icon-level-down:before {
  content: "\f149";
}
.icon-check-sign:before {
  content: "\f14a";
}
.icon-edit-sign:before {
  content: "\f14b";
}
.icon-external-link-sign:before {
  content: "\f14c";
}
.icon-share-sign:before {
  content: "\f14d";
}
.icon-compass:before {
  content: "\f14e";
}
.icon-collapse:before {
  content: "\f150";
}
.icon-collapse-top:before {
  content: "\f151";
}
.icon-expand:before {
  content: "\f152";
}
.icon-euro:before,
.icon-eur:before {
  content: "\f153";
}
.icon-gbp:before {
  content: "\f154";
}
.icon-dollar:before,
.icon-usd:before {
  content: "\f155";
}
.icon-rupee:before,
.icon-inr:before {
  content: "\f156";
}
.icon-yen:before,
.icon-jpy:before {
  content: "\f157";
}
.icon-renminbi:before,
.icon-cny:before {
  content: "\f158";
}
.icon-won:before,
.icon-krw:before {
  content: "\f159";
}
.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a";
}
.icon-file:before {
  content: "\f15b";
}
.icon-file-text:before {
  content: "\f15c";
}
.icon-sort-by-alphabet:before {
  content: "\f15d";
}
.icon-sort-by-alphabet-alt:before {
  content: "\f15e";
}
.icon-sort-by-attributes:before {
  content: "\f160";
}
.icon-sort-by-attributes-alt:before {
  content: "\f161";
}
.icon-sort-by-order:before {
  content: "\f162";
}
.icon-sort-by-order-alt:before {
  content: "\f163";
}
.icon-thumbs-up:before {
  content: "\f164";
}
.icon-thumbs-down:before {
  content: "\f165";
}
.icon-youtube-sign:before {
  content: "\f166";
}
.icon-youtube:before {
  content: "\f167";
}
.icon-xing:before {
  content: "\f168";
}
.icon-xing-sign:before {
  content: "\f169";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-dropbox:before {
  content: "\f16b";
}
.icon-stackexchange:before {
  content: "\f16c";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-flickr:before {
  content: "\f16e";
}
.icon-adn:before {
  content: "\f170";
}
.icon-bitbucket:before {
  content: "\f171";
}
.icon-bitbucket-sign:before {
  content: "\f172";
}
.icon-tumblr:before {
  content: "\f173";
}
.icon-tumblr-sign:before {
  content: "\f174";
}
.icon-long-arrow-down:before {
  content: "\f175";
}
.icon-long-arrow-up:before {
  content: "\f176";
}
.icon-long-arrow-left:before {
  content: "\f177";
}
.icon-long-arrow-right:before {
  content: "\f178";
}
.icon-apple:before {
  content: "\f179";
}
.icon-windows:before {
  content: "\f17a";
}
.icon-android:before {
  content: "\f17b";
}
.icon-linux:before {
  content: "\f17c";
}
.icon-dribbble:before {
  content: "\f17d";
}
.icon-skype:before {
  content: "\f17e";
}
.icon-foursquare:before {
  content: "\f180";
}
.icon-trello:before {
  content: "\f181";
}
.icon-female:before {
  content: "\f182";
}
.icon-male:before {
  content: "\f183";
}
.icon-gittip:before {
  content: "\f184";
}
.icon-sun:before {
  content: "\f185";
}
.icon-moon:before {
  content: "\f186";
}
.icon-archive:before {
  content: "\f187";
}
.icon-bug:before {
  content: "\f188";
}
.icon-vk:before {
  content: "\f189";
}
.icon-weibo:before {
  content: "\f18a";
}
.icon-renren:before {
  content: "\f18b";
}



/* Back To Top */
#easy_scroller_stacks_in_2791 {
  position: fixed;
  : ;
  : ;
  text-decoration: none;
  color: ;
  background-color: ;
  opacity: ;
  font-size: ;
  padding: 0.1em 0.3em 0.1em;
  display: none;
  border-radius: 3px;
  z-index: ;
}

#easy_scroller_stacks_in_2791:hover {
  color: ;
  background-color: ;
  opacity: ;
}

/*
 * AUTHOR: JEREMY HAWES
 * STICKY NAVS
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/sticky_navs/
 * Support: support@1littledesigner.com
 * Version 1.2.0
 * Description: Fixed position navigation panels
 */

/* =========================
 * EDIT MODE - ALL THEMES
 ========================= */

/* =========================
 * ACTIVE - ALL THEMES
 ========================= */

	#sideMenu_stacks_in_2754 {
		position: fixed;
		top: 100px;
		z-index: 1410065408;
	}

/* =========================
 * GENERAL STYLES - ALL THEMES
 ========================= */
#sideMenu_stacks_in_2754 .sideMenuInner li.sideNavListItem,
#sideMenu_stacks_in_2754 .sideMenuInner li.sideNavListItem i,
#sideMenu_stacks_in_2754 .sideMenuInner li.sideNavListItem span,
#sideMenu_stacks_in_2754 .sideMenuInner li.sideNavListItem span.sideNavLink {
	font-size: 18px;
	line-height: 18px;
	opacity: 1;
}
#sideMenu_stacks_in_2754 .sideMenuInner li.sideNavListItem img {
	max-width: 18px;
	height: auto;
}
#sideMenu_stacks_in_2754.menuPositionLeft {
	left: 0;
}
#sideMenu_stacks_in_2754.menuPositionRight {
	right: 0;
}
#sideMenu_stacks_in_2754 .sideMenuInner ul,
#sideMenu_stacks_in_2754 .sideMenuInner li {
	padding: 0;
	margin: 0;
}
#sideMenu_stacks_in_2754 .sideMenuInner ul li {
	list-style: none !important;
	list-style-type: none !important;
	padding: 12px 15px;
	display: block;
}
#sideMenu_stacks_in_2754 * {
	cursor: default;
}
#sideMenu_stacks_in_2754 .sideMenuInner ul li:hover * {
	cursor: default;
}
#sideMenu_stacks_in_2754 .sideMenuInner ul.sideManuListCont li.sideNavListItem span.sideNavLink a {
	color: #0198E1;
	text-decoration: none;
}
#sideMenu_stacks_in_2754 .sideMenuInner ul.sideManuListCont li.sideNavListItem span.sideNavLink:hover a {
	color: #0D4F8B;
}
#sideMenu_stacks_in_2754 .sideMenuInner ul.sideManuListCont li.sideNavListItem span.sideNavLink {
	color: #999999 !important;
	transition: all ease-in-out 200ms;
	-webkit-transition: all ease-in-out 200ms;
	-moz-transition: all ease-in-out 200ms;
	-ms-transition: all ease-in-out 200ms;
	-o-transition: all ease-in-out 200ms;
}
#sideMenu_stacks_in_2754 .sideMenuInner ul.sideManuListCont li.sideNavListItem span.sideNavLink:hover {
	color: #999999 !important;
}
#sideMenu_stacks_in_2754 .sideMenuInner ul.sideManuListCont li.sideNavListItem i {
	color: #333333;
	transition: all ease-in-out 200ms;
	-webkit-transition: all ease-in-out 200ms;
	-moz-transition: all ease-in-out 200ms;
	-ms-transition: all ease-in-out 200ms;
	-o-transition: all ease-in-out 200ms;
}
#sideMenu_stacks_in_2754 .sideMenuInner ul.sideManuListCont li.sideNavListItem:hover span.sideNavLink {
	transition: all ease-in-out 200ms;
	-webkit-transition: all ease-in-out 200ms;
	-moz-transition: all ease-in-out 200ms;
	-ms-transition: all ease-in-out 200ms;
	-o-transition: all ease-in-out 200ms;
}
#sideMenu_stacks_in_2754 .sideMenuInner ul.sideManuListCont li.sideNavListItem:hover i {
	color: #333333;
	transition: all ease-in-out 200ms;
	-webkit-transition: all ease-in-out 200ms;
	-moz-transition: all ease-in-out 200ms;
	-ms-transition: all ease-in-out 200ms;
	-o-transition: all ease-in-out 200ms;
}
#sideMenu_stacks_in_2754.midBordersOn .sideMenuInner ul li.sideNavListItem {
	border-bottom: solid 1px #CCCCCC;
	border-top: solid 1px #FFFFFF;
}
#sideMenu_stacks_in_2754.midBordersOn .sideMenuInner ul li.sideNavListItem:first-child {
	border-top: none;
}
#sideMenu_stacks_in_2754.midBordersOn .sideMenuInner ul li.sideNavListItem:last-child {
	border-bottom: none;
}
#sideMenu_stacks_in_2754 .sideMenuInner ul li.sideNavListItem span.sideMenuText {
	overflow: visible;
	background: transparent;
	white-space: nowrap;
}
#sideMenu_stacks_in_2754 .sideMenuInner ul li.sideNavListItem span.sideMenuText i {
	float: none !important;
	color: inherit;
}
#sideMenu_stacks_in_2754.menuPositionLeft .sideMenuInner ul.sideManuListCont {
	border-top: solid 1px #999999;
	border-bottom: solid 1px #999999;
	border-right: solid 1px #999999;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
#sideMenu_stacks_in_2754.menuPositionRight .sideMenuInner ul.sideManuListCont {
	border-top: solid 1px #999999;
	border-bottom: solid 1px #999999;
	border-left: solid 1px #999999;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
/* =========================
 * THEME 1 - TOOLTIPS
 ========================= */
#sideMenu_stacks_in_2754.sideMenuTheme1 .sideMenuInner ul li.sideNavListItem span.sideMenuText span.sideNavLink {
	position: relative;
	text-align: left;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

	#sideMenu_stacks_in_2754.sideMenuTheme1 .sideMenuInner ul li.sideNavListItem span.sideMenuText {
		position: absolute;
		top: 0;
	}
	#sideMenu_stacks_in_2754.sideMenuTheme1.menuPositionLeft .sideMenuInner ul li.sideNavListItem span.sideMenuText {
		left: -150px;
	}
	#sideMenu_stacks_in_2754.sideMenuTheme1.menuPositionRight .sideMenuInner ul li.sideNavListItem span.sideMenuText {
		right: -150px;
	}
	#sideMenu_stacks_in_2754.sideMenuTheme1.menuPositionLeft .sideMenuInner ul li.sideNavListItem span.sideMenuText span.sideNavLink:before {
		right: 100%;
		margin-top: -5px;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-right: 5px solid #333333;
		border-right-color: #333333;
	}
	#sideMenu_stacks_in_2754.sideMenuTheme1.menuPositionRight .sideMenuInner ul li.sideNavListItem span.sideMenuText span.sideNavLink:after {
		left: 100%;
		margin-top: -5px;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-left: 5px solid #333333;
		border-left-color: #333333;
	}

#sideMenu_stacks_in_2754.sideMenuTheme1 .sideMenuInner ul li.sideNavListItem {
	position: relative;
	background: #EFEFEF;
}

#sideMenu_stacks_in_2754.sideMenuTheme1 .sideMenuInner ul li.sideNavListItem:hover {
	background: #FFFF00 !important;
}
#sideMenu_stacks_in_2754.sideMenuTheme1.menuPositionLeft .sideMenuInner ul li.sideNavListItem:first-child {
	border-top-right-radius: 5px;
}
#sideMenu_stacks_in_2754.sideMenuTheme1.menuPositionLeft .sideMenuInner ul li.sideNavListItem:last-child {
	border-bottom-right-radius: 5px;
}
#sideMenu_stacks_in_2754.sideMenuTheme1.menuPositionRight .sideMenuInner ul li.sideNavListItem:first-child {
	border-top-left-radius: 5px;
}
#sideMenu_stacks_in_2754.sideMenuTheme1.menuPositionRight .sideMenuInner ul li.sideNavListItem:last-child {
	border-bottom-left-radius: 5px;
}
#sideMenu_stacks_in_2754.sideMenuTheme1 .sideMenuInner ul li.sideNavListItem span.sideMenuText {
	z-index: -1;
	opacity: 0;
}
#sideMenu_stacks_in_2754.sideMenuTheme1 .sideMenuInner ul li.sideNavListItem span.sideMenuText span.sideNavLink {
	width: 150px;
	background: #333333;
	display: inline-block;
}
#sideMenu_stacks_in_2754.sideMenuTheme1.menuPositionLeft .sideMenuInner ul li.sideNavListItem span.sideMenuText span.sideNavLink:before,
#sideMenu_stacks_in_2754.sideMenuTheme1.menuPositionRight .sideMenuInner ul li.sideNavListItem span.sideMenuText span.sideNavLink:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
}
/* =========================
 * THEME 1 - INNER UL
 ========================= */
#sideMenu_stacks_in_2754.sideMenuTheme1 .sideMenuInner ul li.sideNavListItem ul,
#sideMenu_stacks_in_2754.sideMenuTheme1 .sideMenuInner ul li.sideNavListItem ol {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	overflow: hidden;
}
#sideMenu_stacks_in_2754.sideMenuTheme1.borderInnerOn .sideMenuInner ul li.sideNavListItem ul,
#sideMenu_stacks_in_2754.sideMenuTheme1.borderInnerOn .sideMenuInner ul li.sideNavListItem ol {
	border: solid 1px #111111;
}
#sideMenu_stacks_in_2754.sideMenuTheme1 .sideMenuInner ul li.sideNavListItem ul li,
#sideMenu_stacks_in_2754.sideMenuTheme1 .sideMenuInner ul li.sideNavListItem ol li {
	background: #666666;
	transition: all ease-in-out 200ms;
	-webkit-transition: all ease-in-out 200ms;
	-moz-transition: all ease-in-out 200ms;
	-ms-transition: all ease-in-out 200ms;
	-o-transition: all ease-in-out 200ms;
}
#sideMenu_stacks_in_2754.sideMenuTheme1 .sideMenuInner ul li.sideNavListItem ul li:hover,
#sideMenu_stacks_in_2754.sideMenuTheme1 .sideMenuInner ul li.sideNavListItem ol li:hover {
	background: #999999;
	transition: all ease-in-out 200ms;
	-webkit-transition: all ease-in-out 200ms;
	-moz-transition: all ease-in-out 200ms;
	-ms-transition: all ease-in-out 200ms;
	-o-transition: all ease-in-out 200ms;
}
#sideMenu_stacks_in_2754.sideMenuTheme1.midBordersInnerOn .sideMenuInner ul li.sideNavListItem ul li,
#sideMenu_stacks_in_2754.sideMenuTheme1.midBordersInnerOn .sideMenuInner ul li.sideNavListItem ol li {
	border-top: solid 1px #555555;
	border-bottom: solid 1px #111111;
}
#sideMenu_stacks_in_2754.sideMenuTheme1.midBordersInnerOn .sideMenuInner ul li.sideNavListItem ul li:first-child,
#sideMenu_stacks_in_2754.sideMenuTheme1.midBordersInnerOn .sideMenuInner ul li.sideNavListItem ol li:first-child {
	border-top: none;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
}
#sideMenu_stacks_in_2754.sideMenuTheme1.midBordersInnerOn .sideMenuInner ul li.sideNavListItem ul li:last-child,
#sideMenu_stacks_in_2754.sideMenuTheme1.midBordersInnerOn .sideMenuInner ul li.sideNavListItem ol li:last-child {
	border-bottom: none;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
}
/* =========================
 * THEME 2
 ========================= */
#sideMenu_stacks_in_2754.sideMenuTheme2 .sideMenuInner ul {
	background: #EFEFEF;
	overflow: hidden;
}
#sideMenu_stacks_in_2754.sideMenuTheme2 .sideMenuInner ul li.sideNavListItem {
	overflow: hidden;
	white-space: nowrap;
	/*position: relative;*/
}
#sideMenu_stacks_in_2754.sideMenuTheme2 .sideMenuInner ul li.sideNavListItem:hover {
	background: #FFFF00;
}
#sideMenu_stacks_in_2754.sideMenuTheme2.menuPositionLeft .sideMenuInner ul li.sideNavListItem i,
#sideMenu_stacks_in_2754.sideMenuTheme2.menuPositionLeft .sideMenuInner ul li.sideNavListItem span.sideMenuText {
	float: left;
}
#sideMenu_stacks_in_2754.sideMenuTheme2.menuPositionLeft .sideMenuInner ul li.sideNavListItem i i {
	float: none;
}
#sideMenu_stacks_in_2754.sideMenuTheme2.menuPositionRight .sideMenuInner ul li.sideNavListItem i,
#sideMenu_stacks_in_2754.sideMenuTheme2.menuPositionRight .sideMenuInner ul li.sideNavListItem span.sideMenuText {
	float: right;
}
#sideMenu_stacks_in_2754.sideMenuTheme2.menuPositionRight .sideMenuInner ul li.sideNavListItem i i {
	float: none;
}
#sideMenu_stacks_in_2754.sideMenuTheme2 .sideMenuInner ul li.sideNavListItem span.sideMenuText {
	width: 1px;
	display: block;
	text-align: left;
	opacity: 0;
}
#sideMenu_stacks_in_2754.sideMenuTheme2 ul.menuAnimOff li.sideNavListItem span.sideMenuText {
	width: 150px;
	opacity: 1;
}
#sideMenu_stacks_in_2754.sideMenuTheme2.menuPositionLeft ul.menuAnimOff li.sideNavListItem span.sideMenuText {
	padding-left: 20px;
}
#sideMenu_stacks_in_2754.sideMenuTheme2.menuPositionRight ul.menuAnimOff li.sideNavListItem span.sideMenuText {
	padding-right: 20px;
}
/* =========================
 * THEME 2 - INNER UL
 ========================= */
#sideMenu_stacks_in_2754.sideMenuTheme2 .sideMenuInner ul li * {
	padding: 0;
}
#sideMenu_stacks_in_2754.sideMenuTheme2 .sideMenuInner ul li ul.sideMenuInnerMenu {
	margin: 0;
	padding: 0;
	opacity: 0;
	height: 0;
	border: none;
	display: block;
	background: none;
	background: transparent;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}
#sideMenu_stacks_in_2754.sideMenuTheme2 .sideMenuInner ul li ul.sideMenuInnerMenu li {
	margin: 0;
	padding: 10px;
	background: #666666;
}
#sideMenu_stacks_in_2754.sideMenuTheme2 .sideMenuInner ul li ul.sideMenuInnerMenu li:hover {
	background: #999999;
}
#sideMenu_stacks_in_2754.sideMenuTheme2 .sideMenuInner ul li ul.sideMenuInnerMenu li:first-child {
	margin-top: 10px;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}
#sideMenu_stacks_in_2754.sideMenuTheme2 .sideMenuInner ul li ul.sideMenuInnerMenu li:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

/* iPhone Landscape */
@media (max-width : 480px) {
	#sideMenu_stacks_in_2754.stickyMobileOn {
		display: none;
	}
}
/*
 * Sticky Navs Inner
 * Version 1.2.0
 */

.navInner_stacks_in_2755.menuIconFA img {
	display: none;
}
.navInner_stacks_in_2755.menuIconIMG .fa {
	display: none;
}
li.navInner_stacks_in_2755 span.sideMenuText span.sideNavLink {
	padding: 12px 10px 12px 10px;
}
/* =========================
 * THEME 1 - TOOLTIPS
 ========================= */
	li.navInner_stacks_in_2755 span.sideMenuText span.sideNavLink:before,
	li.navInner_stacks_in_2755 span.sideMenuText span.sideNavLink:after {
		top: 50%;
	}
/*
 * Sticky Navs Inner
 * Version 1.2.0
 */

.navInner_stacks_in_2757.menuIconFA img {
	display: none;
}
.navInner_stacks_in_2757.menuIconIMG .fa {
	display: none;
}
li.navInner_stacks_in_2757 span.sideMenuText span.sideNavLink {
	padding: 12px 10px 12px 10px;
}
/* =========================
 * THEME 1 - TOOLTIPS
 ========================= */
	li.navInner_stacks_in_2757 span.sideMenuText span.sideNavLink:before,
	li.navInner_stacks_in_2757 span.sideMenuText span.sideNavLink:after {
		top: 50%;
	}
/*
 * Sticky Navs Inner
 * Version 1.2.0
 */

.navInner_stacks_in_2759.menuIconFA img {
	display: none;
}
.navInner_stacks_in_2759.menuIconIMG .fa {
	display: none;
}
li.navInner_stacks_in_2759 span.sideMenuText span.sideNavLink {
	padding: 12px 10px 12px 10px;
}
/* =========================
 * THEME 1 - TOOLTIPS
 ========================= */
	li.navInner_stacks_in_2759 span.sideMenuText span.sideNavLink:before,
	li.navInner_stacks_in_2759 span.sideMenuText span.sideNavLink:after {
		top: 50%;
	}
/*
 * Sticky Navs Inner
 * Version 1.2.0
 */

.navInner_stacks_in_2761.menuIconFA img {
	display: none;
}
.navInner_stacks_in_2761.menuIconIMG .fa {
	display: none;
}
li.navInner_stacks_in_2761 span.sideMenuText span.sideNavLink {
	padding: 12px 10px 12px 10px;
}
/* =========================
 * THEME 1 - TOOLTIPS
 ========================= */
	li.navInner_stacks_in_2761 span.sideMenuText span.sideNavLink:before,
	li.navInner_stacks_in_2761 span.sideMenuText span.sideNavLink:after {
		top: 50%;
	}
/*
 * Sticky Navs Inner
 * Version 1.2.0
 */

.navInner_stacks_in_2763.menuIconFA img {
	display: none;
}
.navInner_stacks_in_2763.menuIconIMG .fa {
	display: none;
}
li.navInner_stacks_in_2763 span.sideMenuText span.sideNavLink {
	padding: 12px 10px 12px 10px;
}
/* =========================
 * THEME 1 - TOOLTIPS
 ========================= */
	li.navInner_stacks_in_2763 span.sideMenuText span.sideNavLink:before,
	li.navInner_stacks_in_2763 span.sideMenuText span.sideNavLink:after {
		top: 50%;
	}
/*
 * Sticky Navs Inner
 * Version 1.2.0
 */

.navInner_stacks_in_2765.menuIconFA img {
	display: none;
}
.navInner_stacks_in_2765.menuIconIMG .fa {
	display: none;
}
li.navInner_stacks_in_2765 span.sideMenuText span.sideNavLink {
	padding: 12px 10px 12px 10px;
}
/* =========================
 * THEME 1 - TOOLTIPS
 ========================= */
	li.navInner_stacks_in_2765 span.sideMenuText span.sideNavLink:before,
	li.navInner_stacks_in_2765 span.sideMenuText span.sideNavLink:after {
		top: 50%;
	}
/*
 * Sticky Navs Inner
 * Version 1.2.0
 */

.navInner_stacks_in_2767.menuIconFA img {
	display: none;
}
.navInner_stacks_in_2767.menuIconIMG .fa {
	display: none;
}
li.navInner_stacks_in_2767 span.sideMenuText span.sideNavLink {
	padding: 12px 10px 12px 10px;
}
/* =========================
 * THEME 1 - TOOLTIPS
 ========================= */
	li.navInner_stacks_in_2767 span.sideMenuText span.sideNavLink:before,
	li.navInner_stacks_in_2767 span.sideMenuText span.sideNavLink:after {
		top: 50%;
	}
/*
 * Sticky Navs Inner
 * Version 1.2.0
 */

.navInner_stacks_in_2769.menuIconFA img {
	display: none;
}
.navInner_stacks_in_2769.menuIconIMG .fa {
	display: none;
}
li.navInner_stacks_in_2769 span.sideMenuText span.sideNavLink {
	padding: 12px 10px 12px 10px;
}
/* =========================
 * THEME 1 - TOOLTIPS
 ========================= */
	li.navInner_stacks_in_2769 span.sideMenuText span.sideNavLink:before,
	li.navInner_stacks_in_2769 span.sideMenuText span.sideNavLink:after {
		top: 50%;
	}
/*
 * Sticky Navs Inner
 * Version 1.2.0
 */

.navInner_stacks_in_2771.menuIconFA img {
	display: none;
}
.navInner_stacks_in_2771.menuIconIMG .fa {
	display: none;
}
li.navInner_stacks_in_2771 span.sideMenuText span.sideNavLink {
	padding: 12px 10px 12px 10px;
}
/* =========================
 * THEME 1 - TOOLTIPS
 ========================= */
	li.navInner_stacks_in_2771 span.sideMenuText span.sideNavLink:before,
	li.navInner_stacks_in_2771 span.sideMenuText span.sideNavLink:after {
		top: 50%;
	}
/*
 * Sticky Navs Inner
 * Version 1.2.0
 */

.navInner_stacks_in_2773.menuIconFA img {
	display: none;
}
.navInner_stacks_in_2773.menuIconIMG .fa {
	display: none;
}
li.navInner_stacks_in_2773 span.sideMenuText span.sideNavLink {
	padding: 12px 10px 12px 10px;
}
/* =========================
 * THEME 1 - TOOLTIPS
 ========================= */
	li.navInner_stacks_in_2773 span.sideMenuText span.sideNavLink:before,
	li.navInner_stacks_in_2773 span.sideMenuText span.sideNavLink:after {
		top: 50%;
	}
/*
 * Sticky Navs Inner
 * Version 1.2.0
 */

.navInner_stacks_in_2775.menuIconFA img {
	display: none;
}
.navInner_stacks_in_2775.menuIconIMG .fa {
	display: none;
}
li.navInner_stacks_in_2775 span.sideMenuText span.sideNavLink {
	padding: 12px 10px 12px 10px;
}
/* =========================
 * THEME 1 - TOOLTIPS
 ========================= */
	li.navInner_stacks_in_2775 span.sideMenuText span.sideNavLink:before,
	li.navInner_stacks_in_2775 span.sideMenuText span.sideNavLink:after {
		top: 50%;
	}
/*
 * Sticky Navs Inner
 * Version 1.2.0
 */

.navInner_stacks_in_2777.menuIconFA img {
	display: none;
}
.navInner_stacks_in_2777.menuIconIMG .fa {
	display: none;
}
li.navInner_stacks_in_2777 span.sideMenuText span.sideNavLink {
	padding: 12px 10px 12px 10px;
}
/* =========================
 * THEME 1 - TOOLTIPS
 ========================= */
	li.navInner_stacks_in_2777 span.sideMenuText span.sideNavLink:before,
	li.navInner_stacks_in_2777 span.sideMenuText span.sideNavLink:after {
		top: 50%;
	}
/*
 * Sticky Navs Inner
 * Version 1.2.0
 */

.navInner_stacks_in_2779.menuIconFA img {
	display: none;
}
.navInner_stacks_in_2779.menuIconIMG .fa {
	display: none;
}
li.navInner_stacks_in_2779 span.sideMenuText span.sideNavLink {
	padding: 12px 10px 12px 10px;
}
/* =========================
 * THEME 1 - TOOLTIPS
 ========================= */
	li.navInner_stacks_in_2779 span.sideMenuText span.sideNavLink:before,
	li.navInner_stacks_in_2779 span.sideMenuText span.sideNavLink:after {
		top: 50%;
	}
/*
 * Sticky Navs Inner
 * Version 1.2.0
 */

.navInner_stacks_in_2781.menuIconFA img {
	display: none;
}
.navInner_stacks_in_2781.menuIconIMG .fa {
	display: none;
}
li.navInner_stacks_in_2781 span.sideMenuText span.sideNavLink {
	padding: 12px 10px 12px 10px;
}
/* =========================
 * THEME 1 - TOOLTIPS
 ========================= */
	li.navInner_stacks_in_2781 span.sideMenuText span.sideNavLink:before,
	li.navInner_stacks_in_2781 span.sideMenuText span.sideNavLink:after {
		top: 50%;
	}

#spopupClose_stacks_in_2532 {
}

/* Adapted from http://www.codexworld.com/ */
#spopup_stacks_in_2532 {
    background: rgba(255, 255, 10, 1.00);
    border-radius: 9;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-box-shadow:inset 0 0 3px #333;
    -webkit-box-shadow:inset 0 0 3px #333;
    box-shadow:inner 0 0 3px #333;
    padding:12px 14px 12px 14px;
    width: 300px;
    position:fixed;
    bottom:13px;
    right:2px;
    display:none;
    z-index: 1250;
}

#stacks_in_2082 {
	margin:  10px;
	padding:  10px;
}
/* LinkThing by RapidWeaver Central  */



/* 1 Slinky  
====================== */

.link_effect1stacks_in_2086 a:before, .link_effect1stacks_in_2086 a:after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 0;
  height: 1px;  
  background: #0000FF !important;  
  -webkit-transition: width 300ms ease;
	transition: width 300ms ease;
}

.link_effect1stacks_in_2086 a:after {
  right: 50%;
  left: auto;
}

.link_effect1stacks_in_2086 a:hover:before, .link_effect1stacks_in_2086 a:hover:after {
  width: 50%;
}

.link_effect1stacks_in_2086 a   {
	
	color: #0000FF !important;
		
	font-weight:normal;;
	position: relative;
	text-decoration: none;
}

.link_effect1stacks_in_2086 a:visited {
	text-decoration: none;
}



/* 2 Stretchy 
====================== */

#stacks_in_2086 .link_effect2stacks_in_2086 a {
	
	color: #0000FF !important;
		
	font-weight:normal;;
  	letter-spacing: 0;
  	opacity: .5;
  	-webkit-transition: all .25s ease-out;
	
}

#stacks_in_2086 .link_effect2stacks_in_2086 a:hover {
   	opacity: 1;
  	letter-spacing: 10px;	
}

/* 3 Fade In  
====================== */

#stacks_in_2086 .link_effect3stacks_in_2086 {
  	text-decoration: none;
}

#stacks_in_2086 .link_effect3stacks_in_2086 a {
	
	color: #0000FF !important;
		
	font-weight:normal;;
	border-bottom: 1px solid #DA4453;
	font-weight: 500;
	-webkit-transition: background-color 0.3s, border-color 0.3s;
	transition: background-color 0.3s, border-color 0.3s;
}

#stacks_in_2086 .link_effect3stacks_in_2086 a:hover,
#stacks_in_2086 .link_effect3stacks_in_2086 a:focus {
	color: #DA4453 !important;
	border-color: #DA4453*0.8%;
	background-color: #DA4453;
}



/* 4 Bubble
====================== */

#stacks_in_2086 .link_effect4stacks_in_2086 {	
  	position: relative;
	z-index: 1; 
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#stacks_in_2086 .link_effect4stacks_in_2086 a {
	position: relative;
	display: inline-block;
	outline: none;
	
	color: #0000FF !important;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_2086 .link_effect4stacks_in_2086 a::before,
#stacks_in_2086 .link_effect%stacks_in_2086 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

#stacks_in_2086 .link_effect4stacks_in_2086 {
}

#stacks_in_2086 .link_effect4stacks_in_2086 a {
	font-weight:normal;;
}

#stacks_in_2086 .link_effect4stacks_in_2086 a::before {
	position: absolute;
	top: 0;
	left: -5px;
	z-index: -1;
	box-sizing: content-box;
	padding: 0 5px;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background-color: #DA4453;
	content: '';
	opacity: 0;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s;
	-webkit-transform: scale(0);
	transform: scale(0);
}

#stacks_in_2086 .link_effect4stacks_in_2086 a:hover::before,
#stacks_in_2086 .link_effect4stacks_in_2086 a:focus::before {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}




/* 5  UpSlider 
====================== */


#stacks_in_2086 .link_effect5stacks_in_2086 {	
  	position: relative;
	z-index: 1; 
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#stacks_in_2086 .link_effect5stacks_in_2086 a {
	
	color: #0000FF !important;
		
	font-weight:normal;;
	position: relative;
	display: inline-block;
	outline: none;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_2086 .link_effect5stacks_in_2086 a::before,
#stacks_in_2086 .link_effect5stacks_in_2086 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

#stacks_in_2086 .link_effect5stacks_in_2086 a {
	overflow: hidden;
	font-weight: 500;
}

#stacks_in_2086 .link_effect5stacks_in_2086 a::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-color: #DA4453;
	content: '';
	-webkit-transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	-webkit-transform: translateY(95%);
	transform: translateY(95%);
}

#stacks_in_2086 .link_effect5stacks_in_2086 a:hover::before,
#stacks_in_2086 .link_effect5stacks_in_2086 a:focus::before {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}





/* 6 RightSlider RightSlider_color
====================== */

#stacks_in_2086 .link_effect6stacks_in_2086 {	
  	position: relative;
	z-index: 1; 
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#stacks_in_2086 .link_effect6stacks_in_2086 a {
	position: relative;
	display: inline-block;
	outline: none;
	
	color: #0000FF !important;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_2086 .link_effect6stacks_in_2086 a::before,
#stacks_in_2086 .link_effect6stacks_in_2086 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}


#stacks_in_2086 .link_effect6stacks_in_2086 a {
	overflow: hidden;
	font-weight:normal;;
}

#stacks_in_2086 .link_effect6stacks_in_2086 a::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #DA4453;
	content: '';
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform: scaleY(0.618) translateX(-100%);
	transform: scaleY(0.618) translateX(-100%);
}

#stacks_in_2086 .link_effect6stacks_in_2086 a:hover::before,
#stacks_in_2086 .link_effect6stacks_in_2086 a:focus::before {
	-webkit-transform: scaleY(0.618) translateX(0);
	transform: scaleY(0.618) translateX(0);
}




/* 7 InBouncer InBouncer_color
====================== */

#stacks_in_2086 .link_effect7stacks_in_2086 {	
  	position: relative;
	z-index: 1; /* needed for setting pseudo-element z-index */
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#stacks_in_2086 .link_effect7stacks_in_2086 a {
	position: relative;
	display: inline-block;
	outline: none;
	
	color: #0000FF !important;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_2086 .link_effect7stacks_in_2086 a::before,
#stacks_in_2086 .link_effect7stacks_in_2086 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

#stacks_in_2086 .link_effect7stacks_in_2086 {
	position: relative;
}

#stacks_in_2086 .link_effect7stacks_in_2086 a {
	vertical-align: bottom;
	font-weight:normal;;
}


#stacks_in_2086 .link_effect7stacks_in_2086 a::before {
	position: absolute;
	top: 0;
	left: -5px;
	z-index: -1;
	box-sizing: content-box;
	padding: 0 5px;
	width: 100%;
	height: 100%;
	background-color: #DA4453;
	content: '';
	opacity: 0;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s;
	-webkit-transition-timing-function: cubic-bezier(0.25,0.25,0.325,1.39);
	transition-timing-function: cubic-bezier(0.25,0.25,0.325,1.39);
	-webkit-transform: scale(0);
	transform: scale(0);
}

#stacks_in_2086 .link_effect7stacks_in_2086 a:hover::before,
#stacks_in_2086 .link_effect7stacks_in_2086 a:focus::before {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}





/* 8 Dissipater   
====================== */

#stacks_in_2086 .link_effect8stacks_in_2086 {	
  	position: relative;
	z-index: 1; /* needed for setting pseudo-element z-index */
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#stacks_in_2086 .link_effect8stacks_in_2086 a {
	position: relative;
	display: inline-block;
	outline: none;
	
	color: #0000FF !important;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_2086 .link_effect8stacks_in_2086 a::before,
#stacks_in_2086 .link_effect8stacks_in_2086 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}



#stacks_in_2086 .link_effect8stacks_in_2086 a {
	
	color: #0000FF !important;
		
	font-weight:normal;;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

#stacks_in_2086 .link_effect8stacks_in_2086 a:hover,
#stacks_in_2086 .link_effect8stacks_in_2086 a:focus {
	color: #DA4453 !important;
}

#stacks_in_2086 .link_effect8stacks_in_2086 a::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	background-color: #DA4453;
	content: '';
	opacity: 0;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.3s, background-color 0.2s;
	transition: transform 0.2s, opacity 0.2s, background-color 0.2s;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

#stacks_in_2086 .link_effect8stacks_in_2086 a:hover::before,
#stacks_in_2086 .link_effect8stacks_in_2086 a:focus::before {
	background-color: rgba(255,255,255,0);
	opacity: 1;
	-webkit-transform: scaleX(1) scaleY(0.618);
	transform: scaleX(1) scaleY(0.618);
}

/* 9 Flipper 
====================== */



#stacks_in_2086 .link_effect9stacks_in_2086 {	
  	position: relative;
	z-index: 1; /* needed for setting pseudo-element z-index */
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#stacks_in_2086 .link_effect9stacks_in_2086 a {
	position: relative;
	display: inline-block;
	outline: none;
	
	color: #0000FF !important;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_2086 .link_effect9stacks_in_2086 a::before,
#stacks_in_2086 .link_effect9stacks_in_2086 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}


#stacks_in_2086 .link_effect9stacks_in_2086 a {
	font-weight:normal;;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	-webkit-perspective: 600px;
	perspective: 600px;
	-webkit-perspective-origin: 50% 100%;
	perspective-origin: 50% 100%;
}

#stacks_in_2086 .link_effect9stacks_in_2086 a:hover,
#stacks_in_2086 .link_effect9stacks_in_2086 a:focus {
	color: #DA4453 !important;
}

#stacks_in_2086 .link_effect9stacks_in_2086 a::before,
#stacks_in_2086 .link_effect9stacks_in_2086 a::after {
	position: absolute;
	top: 0;
	left: -4px;
	z-index: -1;
	box-sizing: content-box;
	padding: 0 4px;
	width: 100%;
	height: 100%;
	content: '';
}

#stacks_in_2086 .link_effect9stacks_in_2086 a::before {
	background-color: #DA4453;
	-webkit-transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}

#stacks_in_2086 .link_effect9stacks_in_2086 a:hover::before,
#stacks_in_2086 .link_effect9stacks_in_2086 a:focus::before {
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

#stacks_in_2086 .link_effect9stacks_in_2086 a::after {
	border-bottom: 2px solid  #DA4453;
}



/* 10 Borderer 
====================== */

#stacks_in_2086 .link_effect10stacks_in_2086 {	
  	position: relative;
	z-index: 1; /* needed for setting pseudo-element z-index */
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#stacks_in_2086 .link_effect10stacks_in_2086 a {
	position: relative;
	display: inline-block;
	outline: none;
	
	color: #0000FF !important;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_2086 .link_effect10stacks_in_2086 a::before,
#stacks_in_2086 .link_effect10stacks_in_2086 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

#stacks_in_2086 .link_effect10stacks_in_2086 a {
	
	color: #0000FF !important;
		
	font-weight:normal;;
	-webkit-transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
}

#stacks_in_2086 .link_effect10stacks_in_2086 a:hover,
#stacks_in_2086 .link_effect10stacks_in_2086 a:focus {
	-webkit-transform: scale(0.8333);
	transform: scale(0.8333);
}

#stacks_in_2086 .link_effect10stacks_in_2086 a::before {
	position: absolute;
	top: -2px;
	left: -7px;
	box-sizing: content-box;
	padding: 0 5px;
	width: 100%;
	height: 100%;
	border: 2px solid #DA4453;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
	transition: opacity 0.2s, transform 0.2s;
	-webkit-transform: scale(0.8333);
	transform: scale(0.8333);
}

#stacks_in_2086 .link_effect10stacks_in_2086 a:hover::before,
#stacks_in_2086 .link_effect10stacks_in_2086 a:focus::before {
	opacity: 1;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}



/* 11 Squiffy 
====================== */

#stacks_in_2086 .link_effect11stacks_in_2086 {	
  	position: relative;
	z-index: 1; /* needed for setting pseudo-element z-index */
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#stacks_in_2086 .link_effect11stacks_in_2086 a {
	position: relative;
	display: inline-block;
	outline: none;
	
	color: #0000FF !important;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_2086 .link_effect11stacks_in_2086 a::before,
#stacks_in_2086 .link_effect11stacks_in_2086 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}


#stacks_in_2086 .link_effect11stacks_in_2086 a {
	font-weight:normal;;
	-webkit-transition: color 0.4s;
	transition: color 0.4s;
}

#stacks_in_2086 .link_effect11stacks_in_2086 a:hover,
#stacks_in_2086 .link_effect11stacks_in_2086 a:focus {
	color: #DA4453 !important;
}

#stacks_in_2086 .link_effect11stacks_in_2086 a::before {
	position: absolute;
	top: 0px;
	left: -5px;
	z-index: -1;
	box-sizing: content-box;
	padding: 0 5px;
	width: 100%;
	height: 100%;
	background: #DA4453;
	content: '';
	opacity: 0;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
		transition: transform 0.4s, opacity 0.2s;
	-webkit-transform: skewY(-3deg) skewX(-11deg);
		transform: skewY(-3deg) skewX(-11deg);
}

#stacks_in_2086 .link_effect11stacks_in_2086 a:hover::before,
#stacks_in_2086 .link_effect11stacks_in_2086 a:focus::before {
	opacity: 1;
	-webkit-transform: skewY(0) skewX(0);
			transform: skewY(0) skewX(0);
}




/* 12 UpLiner 
====================== */

#stacks_in_2086 .link_effect12stacks_in_2086 {	
  	position: relative;
	z-index: 1; 
	overflow: hidden;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}

#stacks_in_2086 .link_effect12stacks_in_2086 a {
	position: relative;
	display: inline-block;
	outline: none;
	
	color: #0000FF !important;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_2086 .link_effect12stacks_in_2086 a::before,
#stacks_in_2086 .link_effect12stacks_in_2086 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
			font-smoothing: antialiased;
}

#stacks_in_2086 .link_effect12stacks_in_2086 a {
	overflow: hidden;
	font-weight:normal;;
	-webkit-transition: -webkit-transform 0.3s;
			transition: transform 0.3s;
}

#stacks_in_2086 .link_effect12stacks_in_2086 a:hover,
#stacks_in_2086 .link_effect12stacks_in_2086 a:focus {
	-webkit-transform: translateY(10%);
			transform: translateY(10%);
}

#stacks_in_2086 .link_effect12stacks_in_2086 a::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #DA4453;
	content: '';
	-webkit-transition: -webkit-transform 0.3s;
			transition: transform 0.3s;
	-webkit-transform: translateY(100%) translateY(-2px);
			transform: translateY(100%) translateY(-2px);
}

#stacks_in_2086 .link_effect12stacks_in_2086 a,
#stacks_in_2086 .link_effect12stacks_in_2086 a::before {
	-webkit-transition-timing-function: cubic-bezier(0.6,0,0.4,1);
			transition-timing-function: cubic-bezier(0.6,0,0.4,1);
}

#stacks_in_2086 .link_effect12stacks_in_2086 a:hover::before,
#stacks_in_2086 .link_effect12stacks_in_2086 a:focus::before {
	-webkit-transform: translateY(-100%) translateY(2px);
			transform: translateY(-100%) translateY(2px);
} 


/* 13 Tooltipper 
====================== */

#stacks_in_2086 .link_effect13stacks_in_2086 {	
  	position: relative;
	z-index: 1; 
	overflow: hidden;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}

#stacks_in_2086 .link_effect13stacks_in_2086 a {
	position: relative;
	display: inline-block;
	outline: none;
	
	color: #0000FF !important;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_2086 .link_effect13stacks_in_2086 a::before,
#stacks_in_2086 .link_effect13stacks_in_2086 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
			font-smoothing: antialiased;
}

#stacks_in_2086 .link_effect13stacks_in_2086 {
}

#stacks_in_2086 .link_effect13stacks_in_2086 a {
	
	color: #0000FF !important;
		
	font-weight:normal;;
}

#stacks_in_2086 .link_effect13stacks_in_2086 a::before {
	display:table;
  	position:absolute;
  	top:1.8em;
  	left:1.8em;
  	padding:.2em .5em .5em 3.7em;
	width: 200pxpx;
	height: 100%;
	background: #DA4453 url(../agile_files/link.svg) no-repeat -3em 50%;
	background-size: auto 40%;
	color: transparent;
	content: attr(href);
	white-space: pre-wrap;
	word-break: break-all;
	font-weight:normal;;
	font-size: 80%;
	font-style: italic;
	opacity: 0;
	line-height: 1.6;
	pointer-events: auto;
	-webkit-transition: opacity 0.3s, color 0.3s, -webkit-transform 0.3s, background-position 0.2s;
			transition: opacity 0.3s, color 0.3s, transform 0.3s, background-position 0.2s;
	-webkit-transform: scale(0.5);
			transform: scale(0.5);
	-webkit-border-radius: 5pxpx;
	   -moz-border-radius: 5pxpx;
			border-radius: 5pxpx;
}	

#stacks_in_2086 .link_effect13stacks_in_2086 a:hover::before,
#stacks_in_2086 .link_effect13stacks_in_2086 a:focus::before {
	background-position: 1em 50%;
	color: #DA4453;
	opacity: 1;
	-webkit-transition-delay: 0s, 0s, 0s, 0.1s;
			transition-delay: 0s, 0s, 0s, 0.1s;
	-webkit-transform: scale(1) translateY(-75%);
			transform: scale(1) translateY(-75%);
}


/* 14 Arrow arrow_color
====================== */

#stacks_in_2086 .link_effect14stacks_in_2086 {	
  	position: relative;
	z-index: 1; 
	overflow: hidden;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}

#stacks_in_2086 .link_effect14stacks_in_2086 a {
	position: relative;
	display: inline-block;
	outline: none;
	
	color: #0000FF !important;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_2086 .link_effect14stacks_in_2086 a::before,
#stacks_in_2086 .link_effect14stacks_in_2086 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
			font-smoothing: antialiased;
}


#stacks_in_2086 .link_effect14stacks_in_2086 a {
	padding: 0 0.25em;
	font-weight:normal;;
	-webkit-transition: -webkit-transform 0.3s;
			transition: transform 0.3s;
	-webkit-transform: translateX(0);
			transform: translateX(0);
}

#stacks_in_2086 .link_effect14stacks_in_2086 a:hover,
#stacks_in_2086 .link_effect14stacks_in_2086 a::after {
	-webkit-transform: translateX(-1em);
			transform: translateX(-1em);
}

#stacks_in_2086 .link_effect14stacks_in_2086 a::before,
#stacks_in_2086 .link_effect14stacks_in_2086 a::after {
	position: absolute;
	height: 100%;
	content: '';
}

#stacks_in_2086 .link_effect14stacks_in_2086 a::before {
	left: 0;
	z-index: -1;
	width: 100%;
	background: #4A89DC;
}

#stacks_in_2086 .link_effect14stacks_in_2086 a::after {
	left: 100%;
	z-index: -2;
	width: 1em;
	background: #3766A4 url(../agile_files/arrow_right.svg) no-repeat 50% 50%;
	background-size: 60% auto;
	text-align: center;
	pointer-events: auto;
	-webkit-transition: -webkit-transform 0.3s;
			transition: transform 0.3s;
}

#stacks_in_2086 .link_effect14stacks_in_2086 a:hover::after,
#stacks_in_2086 .link_effect14stacks_in_2086 a:focus::after {
	-webkit-transform: translateX(0);
			transform: translateX(0);
}


/* 15 Curtains 
====================== */

#stacks_in_2086 .link_effect15stacks_in_2086 {	
  	position: relative;
	z-index: 1; 
	overflow: hidden;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}

#stacks_in_2086 .link_effect15stacks_in_2086 a {
	position: relative;
	display: inline-block;
	outline: none;
	
	color: #0000FF !important;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_2086 .link_effect15stacks_in_2086 a::before,
#stacks_in_2086 .link_effect15stacks_in_2086 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
			font-smoothing: antialiased;
}


#stacks_in_2086 .link_effect15stacks_in_2086 a {
	overflow: hidden;
	font-weight:normal;;
}

#stacks_in_2086 .link_effect15stacks_in_2086 a::before,
#stacks_in_2086 .link_effect15stacks_in_2086 a::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transition: -webkit-transform 0.3s;
		transition: transform 0.3s;
}

#stacks_in_2086 .link_effect15stacks_in_2086 a::before {
	border-top: 2px solid #DA4453;
	background: transparent;
	-webkit-transition-delay: 0.3s;
			transition-delay: 0.3s;
	-webkit-transform: translateY( calc(100% - 2px) );
			transform: translateY( calc(100% - 2px) );
}

#stacks_in_2086 .link_effect15stacks_in_2086 a:hover::before,
#stacks_in_2086 .link_effect15stacks_in_2086 a:focus::before {
	-webkit-transition-delay: 0s;
			transition-delay: 0s;
}

#stacks_in_2086 .link_effect15stacks_in_2086 a:hover::before,
#stacks_in_2086 .link_effect15stacks_in_2086 a:focus::before,
#stacks_in_2086 .link_effect15stacks_in_2086 a:hover::after,
#stacks_in_2086 .link_effect15stacks_in_2086 a:focus::after {
	-webkit-transform: translateX(0);
			transform: translateX(0);
}

#stacks_in_2086 .link_effect15stacks_in_2086 a::after {
	z-index: -1;
	background: #DA4453;
	-webkit-transform: translateY(-100%);
			transform: translateY(-100%);
}

#stacks_in_2086 .link_effect15stacks_in_2086 a:hover::after,
#stacks_in_2086 .link_effect15stacks_in_2086 a:focus::after {
	-webkit-transition-delay: 0.3s;
			transition-delay: 0.3s;
}



/* 16 Brackets 
====================== */

#stacks_in_2086 .link_effect16stacks_in_2086 {	
  	position: relative;
	z-index: 1;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}

#stacks_in_2086 .link_effect16stacks_in_2086 a {
	position: relative;
	display: inline-block;
	outline: none;
	
	color: #0000FF !important;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_2086 .link_effect16stacks_in_2086 a::before,
#stacks_in_2086 .link_effect16stacks_in_2086 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
			font-smoothing: antialiased;
}

#stacks_in_2086 .link_effect16stacks_in_2086 a {
	padding: 0 0.35em;
	font-weight:normal;;
	-webkit-transition: color 0.2s;
			transition: color 0.2s;
}

#stacks_in_2086 .link_effect16stacks_in_2086 a:hover {
	color: #d04c3f;
}

#stacks_in_2086 .link_effect16stacks_in_2086 a::before,
#stacks_in_2086 .link_effect16stacks_in_2086 a::after {
	position: absolute;
	top: 0;
	font-weight: 100;
	font-size: 150%;
	line-height: 1;
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
			transition: opacity 0.2s, transform 0.2s;
}

#stacks_in_2086 .link_effect16stacks_in_2086 a::before {
	left: -0.1em;
	content: '[';
	-webkit-transform: translateX(-100%);
			transform: translateX(-100%);
}

#stacks_in_2086 .link_effect16stacks_in_2086 a::after {
	right: -0.1em;
	content: ']';
	-webkit-transform: translateX(100%);
			transform: translateX(100%);
}

#stacks_in_2086 .link_effect16stacks_in_2086 a:hover::before,
#stacks_in_2086 .link_effect16stacks_in_2086 a:hover::after {
	opacity: 1;
	-webkit-transform: translateX(0);
			transform: translateX(0);
}



/* 17 Javelinky 
====================== */

#stacks_in_2086 .link_effect17stacks_in_2086 a {
  	position: relative;
  	padding: 0 5px;
	
	color: #0000FF !important;
		
	font-weight:normal;;
  	text-decoration: none;
}

#stacks_in_2086 .link_effect17stacks_in_2086 a:after {
  	content: '';
  	position: absolute;
  	left: 0;
  	right: 0;
  	bottom: 0;
  	width: 100%;
  	height: 1px;
  	margin: auto;
  	background-image: linear-gradient(90deg, transparent 0%, #0000FF 50%, transparent 100%);
  	-webkit-transition: width .15s ease;
  	   -moz-transition: width .15s ease;
  			transition: width .15s ease;
}

#stacks_in_2086 .link_effect17stacks_in_2086 a:hover:after {
  	width: 0;
}


/* 18 Sandwich  
====================== */

#stacks_in_2086 .link_effect18stacks_in_2086 {	
  	position: relative;
	z-index: 1; 
	overflow: hidden;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}

#stacks_in_2086 .link_effect18stacks_in_2086 a {
	position: relative;
	display: inline-block;
	outline: none;
	
	color: #0000FF !important;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_2086 .link_effect18stacks_in_2086 a::before,
#stacks_in_2086 .link_effect18stacks_in_2086 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
			font-smoothing: antialiased;
}


#stacks_in_2086 .link_effect18stacks_in_2086 {
}

#stacks_in_2086 .link_effect18stacks_in_2086 a {
	padding: 0 ;
	color: #0000FF;
	text-shadow: none;
	-webkit-transition: color 0.3s;
	   -moz-transition: color 0.3s;
			transition: color 0.3s;
}

#stacks_in_2086 .link_effect18stacks_in_2086 a::before,
#stacks_in_2086 .link_effect18stacks_in_2086 a::after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background: #0000FF;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	   -moz-transition: opacity 0.3s, -moz-transform 0.3s;
			transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	   -moz-transform: translateY(-10px);
			transform: translateY(-10px);
}

#stacks_in_2086 .link_effect18stacks_in_2086 a::before {
	top: 0;
	-webkit-transform: translateY(-10px);
	   -moz-transform: translateY(-10px);
			transform: translateY(-10px);
}

#stacks_in_2086 .link_effect18stacks_in_2086 a::after {
	bottom: 0;
	-webkit-transform: translateY(10px);
	   -moz-transform: translateY(10px);
			transform: translateY(10px);
}

#stacks_in_2086 .link_effect18stacks_in_2086 a:hover,
#stacks_in_2086 .link_effect18stacks_in_2086 a:focus {
	color: #fff;
}

#stacks_in_2086 .link_effect18stacks_in_2086 a:hover::before,
#stacks_in_2086 .link_effect18stacks_in_2086 a:focus::before,
#stacks_in_2086 .link_effect18stacks_in_2086 a:hover::after,
#stacks_in_2086 .link_effect18stacks_in_2086 a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	   -moz-transform: translateY(0px);
			transform: translateY(0px);
}





/* 19 Fade Up 
====================== */


#stacks_in_2086 .link_effect19stacks_in_2086 {	
  	position: relative;
	z-index: 1; 
	overflow: hidden;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}

#stacks_in_2086 .link_effect19stacks_in_2086 a {
	position: relative;
	display: inline-block;
	outline: none;
	
	color: #0000FF !important;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_2086 .link_effect19stacks_in_2086 a::before,
#stacks_in_2086 .link_effect19stacks_in_2086 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
			font-smoothing: antialiased;
}

.link_effect19stacks_in_2086 a {
}

.link_effect19stacks_in_2086 a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 2px;
	background: #DA4453;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	   -moz-transition: opacity 0.3s, -moz-transform 0.3s;
			transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(10px);
	   -moz-transform: translateY(10px);
			transform: translateY(10px);
}

.link_effect19stacks_in_2086 a:hover::after,
.link_effect19stacks_in_2086 a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	   -moz-transform: translateY(0px);
			transform: translateY(0px);
}



/* 20 Fade Down 
====================== */

#stacks_in_2086 .link_effect20stacks_in_2086 {	
  	position: relative;
	z-index: 1; 
	overflow: hidden;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}

#stacks_in_2086 .link_effect20stacks_in_2086 a {
	position: relative;
	display: inline-block;
	outline: none;
	
	color: #0000FF !important;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_2086 .link_effect20stacks_in_2086 a::before,
#stacks_in_2086 .link_effect20stacks_in_2086 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
			font-smoothing: antialiased;
}

.link_effect20stacks_in_2086 a {
}

.link_effect20stacks_in_2086 a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background:  #DA4453;
	content: '';
	opacity: 0;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	   -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
			transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	   -moz-transform: translateY(-10px);
			transform: translateY(-10px);
}

.link_effect20stacks_in_2086 a:hover::after,
.link_effect20stacks_in_2086 a:focus::after {
	height: 2px;
	opacity: 1;
	-webkit-transform: translateY(0px);
	   -moz-transform: translateY(0px);
			transform: translateY(0px);
}


































#stacks_in_2084 {
	background-color: rgba(255, 255, 10, 1.00);
	margin:  10px;
	padding:  10px;
}
/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_1267 {
	width: 100%;
	clear: both;
	padding-top: 30px;
	padding-bottom: 30px;
}
#simpleDivider_stacks_in_1267 .theDivider1,
#simpleDivider_stacks_in_1267 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_1267 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_1267.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #000000;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_1267.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1267 .theDivider2 {
	height: 7px;
}
#simpleDivider_stacks_in_1267.transparentOff .theDivider2 {
	background-color: #CCCCCC;
}
#simpleDivider_stacks_in_1267.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_1267.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1267.bgImageOn .theDivider1 img {
	display: block;
}


#stacks_in_1267 {
	padding:  20px;
}
/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_1274 {
	width: 100%;
	clear: both;
	padding-top: 30px;
	padding-bottom: 30px;
}
#simpleDivider_stacks_in_1274 .theDivider1,
#simpleDivider_stacks_in_1274 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_1274 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_1274.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #000000;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_1274.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1274 .theDivider2 {
	height: 7px;
}
#simpleDivider_stacks_in_1274.transparentOff .theDivider2 {
	background-color: #CCCCCC;
}
#simpleDivider_stacks_in_1274.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_1274.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1274.bgImageOn .theDivider1 img {
	display: block;
}


#stacks_in_1274 {
	padding:  20px;
}
/* @group CSS Reset */

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

#shareStackWrapperstacks_in_2034 ul#shareStackArraystacks_in_2034 {
	padding: 0;
	margin: 0;
	list-style: none;
	height: auto;
	overflow: auto;
	text-align: center;
}

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

/* @end */

/* @group Positioning */

/* @group Absolute Positioning */

/*  */

/* @end */

/* @group Fixed Positioning */

/*  */

/* @end */

/*  */

/* @group Relative Positioning */

#shareStackWrapperstacks_in_2034 {
	position: relative;
	width: 100%;
}

/*  */

/* @end */





/* @end */

/* @group Buttons */

#shareStackWrapperstacks_in_2034 ul#shareStackArraystacks_in_2034 li.shareStackItem {
	padding: 0;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	display: inline-block;
	text-align: center;
	font-size: 28px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	cursor: pointer;
	position: relative;
	transition: opacity 300ms ease-in-out;
	border-radius: 37px;
	opacity: 0.99;
	list-style: none;
	overflow: hidden;
}

#shareStackWrapperstacks_in_2034 ul#shareStackArraystacks_in_2034 li.shareStackItem:hover {
	opacity: 0.85;
}

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

/* @end */

/* @group Responsive */

#shareStackWrapperstacks_in_2034 ul#shareStackArraystacks_in_2034 {
	display: none;
}

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

/* @end */

/* @group Icons */

#shareStackWrapperstacks_in_2034 #shareStackItem-baidustacks_in_2034 {
	background: #FF4749;
	color: #0000ff;
}

#shareStackWrapperstacks_in_2034 #shareStackItem-bloggerstacks_in_2034 {
	background: #F3881F;
	color: #ffffff;
}

#shareStackWrapperstacks_in_2034 #shareStackItem-deliciousstacks_in_2034 {
	background: #0c83e8;
	color: #ffffff;
}

#shareStackWrapperstacks_in_2034 #shareStackItem-diggstacks_in_2034 {
	background: #000000;
	color: #ffffff;
}

#shareStackWrapperstacks_in_2034 #shareStackItem-facebookstacks_in_2034 {
	background: #406fac;
	color: #ffffff;
}

#shareStackWrapperstacks_in_2034 #shareStackItem-googleplusstacks_in_2034 {
	background: #e15540;
	color: #ffffff;
}

#shareStackWrapperstacks_in_2034 #shareStackItem-linkedinstacks_in_2034 {
	background: #0182bd;
	color: #ffffff;
}

#shareStackWrapperstacks_in_2034 #shareStackItem-livejournalstacks_in_2034 {
	background: #083B51;
	color: #9AECFF;
}

#shareStackWrapperstacks_in_2034 #shareStackItem-myspacestacks_in_2034 {
	background: #032087;
	color: #ffffff;
}

#shareStackWrapperstacks_in_2034 #shareStackItem-odnoklassnikistacks_in_2034 {
	background: #E76E23;
	color: #ffffff;
}

#shareStackWrapperstacks_in_2034 #shareStackItem-pocketstacks_in_2034 {
	background: #DC2447;
	color: #ffffff;
}

#shareStackWrapperstacks_in_2034 #shareStackItem-redditstacks_in_2034 {
	background: #d3e6f8;
	color: #000000;
}

#shareStackWrapperstacks_in_2034 #shareStackItem-renrenstacks_in_2034 {
	background: #f5f5f5;
	color: #0164b4;
}

#shareStackWrapperstacks_in_2034 #shareStackItem-stumbleuponstacks_in_2034 {
	background: #ed5328;
	color: #ffffff;
}

#shareStackWrapperstacks_in_2034 #shareStackItem-telegramstacks_in_2034 {
	background: #32afed;
	color: #ffffff;
}

#shareStackWrapperstacks_in_2034 #shareStackItem-tumblrstacks_in_2034 {
	background: #3c4f67;
	color: #ffffff;
}

#shareStackWrapperstacks_in_2034 #shareStackItem-twitterstacks_in_2034 {
	background: #44A6FD;
	color: #ffffff;
}

#shareStackWrapperstacks_in_2034 #shareStackItem-viadeostacks_in_2034 {
	background: #333333;
	color: #E88B25;
}

#shareStackWrapperstacks_in_2034 #shareStackItem-vkontaktestacks_in_2034 {
	background: #557fab;
	color: #ffffff;
}

#shareStackWrapperstacks_in_2034 #shareStackItem-weibostacks_in_2034 {
	background: #db2f2d;
	color: #ffffff;
}

#shareStackWrapperstacks_in_2034 #shareStackItem-xingstacks_in_2034 {
	background: #D0D607;
	color: #0A5256;
}

/* Utility icons */

#shareStackWrapperstacks_in_2034 #shareStackItem-emailstacks_in_2034 {
	background: #cdcdcd;
	color: #333333;
}

#shareStackWrapperstacks_in_2034 #shareStackItem-printstacks_in_2034 {
	background: #808080;
	color: #ffffff;
}

/* Custom Icons */

#shareStackWrapperstacks_in_2034 #shareStackItem-customonestacks_in_2034 {
	background: #FF8000;
	color: #333333;
}

#shareStackWrapperstacks_in_2034 #shareStackItem-customtwostacks_in_2034 {
	background: #FF8000;
	color: #333333;
}

#shareStackWrapperstacks_in_2034 #shareStackItem-customthreestacks_in_2034 {
	background: #FF8000;
	color: #333333;
}

#shareStackWrapperstacks_in_2034 #shareStackItem-customfourstacks_in_2034 {
	background: #FF8000;
	color: #333333;
}

#shareStackWrapperstacks_in_2034 #shareStackItem-customfivestacks_in_2034 {
	background: #FF8000;
	color: #333333;
}

/* @end */

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

/* @group Edit Mode Styling */

/*  */

/* @end */
/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_1922 {
	width: 100%;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
}
#simpleDivider_stacks_in_1922 .theDivider1,
#simpleDivider_stacks_in_1922 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_1922 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_1922.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_1922.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1922 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_1922.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_1922.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_1922.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1922.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_1385>.s3_row {
	margin: 0 -10px;
}

#stacks_in_1385>.s3_row>.s3_column_left {
	width: 25.00%;
}

#stacks_in_1385>.s3_row>.s3_column_right {
	width: 75.000000%;
}




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










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



}



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


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


}





/* -- Start Buttonpress2 Each css Template -- */

.stacks_in_1390buttonPressWrapper{
	position: relative !important;
}

#stacks_in_1390 a, #stacks_in_1390 a:hover, #stacks_in_1390 a:visited, #stacks_in_1390 a:active{
	text-decoration: none !important;
}

/* -- TYPE BASE STYLES -- */
.stacks_in_1390button{
	position: relative !important;
	display: inline-block !important;
	width: 100% !important;
	padding: 6px 12px 6px 12px !important;
	margin: 0 !important;
	font-size: 14px !important;
	font-weight: normal !important;
	line-height: 18px !important;
	text-align: center !important;
	vertical-align: middle !important;
	-ms-touch-action: manipulation !important;
	touch-action: manipulation !important;
	cursor: pointer !important;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
	background-image: none !important;
	border: 1px solid transparent !important;
	border-radius: 4px !important;
	color: #FFFFFF !important;
	background-color: #FB0007 !important;
	border-color: #D50005 !important;
	box-sizing: border-box !important;
}

.stacks_in_1390button:hover{
	color: #FFFFFF !important;
	background-color: #D50605 !important;
	border-color: #B50504 !important;
}

#stacks_in_1390 a, #stacks_in_1390 a:visited, #stacks_in_1390 a:active{
	color: #FFFFFF !important;
}

#stacks_in_1390 a:hover{
	color: #FFFFFF !important;
}




































	/* -- TYPE MODENA EXTRA LARGE OVERRIDE -- */
	.stacks_in_1390button{
		padding: 10px 22px 10px 22px !important;
		font-size: 18px !important;
		line-height: 22px !important;
		border-bottom-color: #A30004 !important;
		background: #FB0007 !important;
		background: -moz-linear-gradient(top, #FB0007 0%, #C80005 100%) !important;
		background: -webkit-gradient(left top, left bottom, color-stop(0%, #FB0007), color-stop(100%, #C80005)) !important;
		background: -webkit-linear-gradient(top, #FB0007 0%, #C80005 100%) !important;
		background: -o-linear-gradient(top, #FB0007 0%, #C80005 100%) !important;
		background: -ms-linear-gradient(top, #FB0007 0%, #C80005 100%) !important;
		background: linear-gradient(to bottom, #FB0007 0%, #C80005 100%) !important;
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FB0007', endColorstr='#C80005', GradientType=0 ) !important;
	}
	.stacks_in_1390button:hover{
		border-bottom-color: #8A0303 !important;
		background: #D50605 !important;
		background: -moz-linear-gradient(top, #D50605 0%, #AA0404 100%) !important;
		background: -webkit-gradient(left top, left bottom, color-stop(0%, #D50605), color-stop(100%, #AA0404)) !important;
		background: -webkit-linear-gradient(top, #D50605 0%, #AA0404 100%) !important;
		background: -o-linear-gradient(top, #D50605 0%, #AA0404 100%) !important;
		background: -ms-linear-gradient(top, #D50605 0%, #AA0404 100%) !important;
		background: linear-gradient(to bottom, #D50605 0%, #AA0404 100%) !important;
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D50605', endColorstr='#AA0404', GradientType=0 ) !important;
	}
	



.stacks_in_1390buttonPressWrapper *{
	
	
}


/* -- BUTTON ALIGNMENT -- */
.stacks_in_1390buttonPressWrapper{
	position: relative !important;
	text-align: center !important;
}

@media only screen and (max-width: 768px) {
	.stacks_in_1390buttonPressWrapper{
		text-align: center !important;
	}
}

@media only screen and (max-width: 480px) {
	.stacks_in_1390buttonPressWrapper{
		text-align: center !important;
	}
}

/* -- End Buttonpress2 Each css Template -- */
#stacks_in_1390 {
	padding:  8px;
}
/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_1923 {
	width: 100%;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
}
#simpleDivider_stacks_in_1923 .theDivider1,
#simpleDivider_stacks_in_1923 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_1923 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_1923.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_1923.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1923 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_1923.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_1923.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_1923.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1923.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_1391>.s3_row {
	margin: 0 -10px;
}

#stacks_in_1391>.s3_row>.s3_column_left {
	width: 25.00%;
}

#stacks_in_1391>.s3_row>.s3_column_right {
	width: 75.000000%;
}




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










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



}



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


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


}





/* -- Start Buttonpress2 Each css Template -- */

.stacks_in_1394buttonPressWrapper{
	position: relative !important;
}

#stacks_in_1394 a, #stacks_in_1394 a:hover, #stacks_in_1394 a:visited, #stacks_in_1394 a:active{
	text-decoration: none !important;
}

/* -- TYPE BASE STYLES -- */
.stacks_in_1394button{
	position: relative !important;
	display: inline-block !important;
	width: 100% !important;
	padding: 6px 12px 6px 12px !important;
	margin: 0 !important;
	font-size: 14px !important;
	font-weight: normal !important;
	line-height: 18px !important;
	text-align: center !important;
	vertical-align: middle !important;
	-ms-touch-action: manipulation !important;
	touch-action: manipulation !important;
	cursor: pointer !important;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
	background-image: none !important;
	border: 1px solid transparent !important;
	border-radius: 4px !important;
	color: #FFFFFF !important;
	background-color: #FDBB0A !important;
	border-color: #D79E08 !important;
	box-sizing: border-box !important;
}

.stacks_in_1394button:hover{
	color: #FFFFFF !important;
	background-color: #D09A07 !important;
	border-color: #B08205 !important;
}

#stacks_in_1394 a, #stacks_in_1394 a:visited, #stacks_in_1394 a:active{
	color: #FFFFFF !important;
}

#stacks_in_1394 a:hover{
	color: #FFFFFF !important;
}




































	/* -- TYPE MODENA EXTRA LARGE OVERRIDE -- */
	.stacks_in_1394button{
		padding: 10px 22px 10px 22px !important;
		font-size: 18px !important;
		line-height: 22px !important;
		border-bottom-color: #A47906 !important;
		background: #FDBB0A !important;
		background: -moz-linear-gradient(top, #FDBB0A 0%, #CA9508 100%) !important;
		background: -webkit-gradient(left top, left bottom, color-stop(0%, #FDBB0A), color-stop(100%, #CA9508)) !important;
		background: -webkit-linear-gradient(top, #FDBB0A 0%, #CA9508 100%) !important;
		background: -o-linear-gradient(top, #FDBB0A 0%, #CA9508 100%) !important;
		background: -ms-linear-gradient(top, #FDBB0A 0%, #CA9508 100%) !important;
		background: linear-gradient(to bottom, #FDBB0A 0%, #CA9508 100%) !important;
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FDBB0A', endColorstr='#CA9508', GradientType=0 ) !important;
	}
	.stacks_in_1394button:hover{
		border-bottom-color: #876404 !important;
		background: #D09A07 !important;
		background: -moz-linear-gradient(top, #D09A07 0%, #A67B05 100%) !important;
		background: -webkit-gradient(left top, left bottom, color-stop(0%, #D09A07), color-stop(100%, #A67B05)) !important;
		background: -webkit-linear-gradient(top, #D09A07 0%, #A67B05 100%) !important;
		background: -o-linear-gradient(top, #D09A07 0%, #A67B05 100%) !important;
		background: -ms-linear-gradient(top, #D09A07 0%, #A67B05 100%) !important;
		background: linear-gradient(to bottom, #D09A07 0%, #A67B05 100%) !important;
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D09A07', endColorstr='#A67B05', GradientType=0 ) !important;
	}
	



.stacks_in_1394buttonPressWrapper *{
	
	
}


/* -- BUTTON ALIGNMENT -- */
.stacks_in_1394buttonPressWrapper{
	position: relative !important;
	text-align: center !important;
}

@media only screen and (max-width: 768px) {
	.stacks_in_1394buttonPressWrapper{
		text-align: center !important;
	}
}

@media only screen and (max-width: 480px) {
	.stacks_in_1394buttonPressWrapper{
		text-align: center !important;
	}
}

/* -- End Buttonpress2 Each css Template -- */
#stacks_in_1394 {
	padding:  8px;
}
/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_1924 {
	width: 100%;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
}
#simpleDivider_stacks_in_1924 .theDivider1,
#simpleDivider_stacks_in_1924 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_1924 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_1924.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_1924.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1924 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_1924.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_1924.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_1924.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1924.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_1397>.s3_row {
	margin: 0 -10px;
}

#stacks_in_1397>.s3_row>.s3_column_left {
	width: 25.00%;
}

#stacks_in_1397>.s3_row>.s3_column_right {
	width: 75.000000%;
}




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










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



}



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


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


}





/* -- Start Buttonpress2 Each css Template -- */

.stacks_in_1400buttonPressWrapper{
	position: relative !important;
}

#stacks_in_1400 a, #stacks_in_1400 a:hover, #stacks_in_1400 a:visited, #stacks_in_1400 a:active{
	text-decoration: none !important;
}

/* -- TYPE BASE STYLES -- */
.stacks_in_1400button{
	position: relative !important;
	display: inline-block !important;
	width: 100% !important;
	padding: 6px 12px 6px 12px !important;
	margin: 0 !important;
	font-size: 14px !important;
	font-weight: normal !important;
	line-height: 18px !important;
	text-align: center !important;
	vertical-align: middle !important;
	-ms-touch-action: manipulation !important;
	touch-action: manipulation !important;
	cursor: pointer !important;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
	background-image: none !important;
	border: 1px solid transparent !important;
	border-radius: 4px !important;
	color: #FFFFFF !important;
	background-color: #19A103 !important;
	border-color: #158802 !important;
	box-sizing: border-box !important;
}

.stacks_in_1400button:hover{
	color: #FFFFFF !important;
	background-color: #158102 !important;
	border-color: #116D01 !important;
}

#stacks_in_1400 a, #stacks_in_1400 a:visited, #stacks_in_1400 a:active{
	color: #FFFFFF !important;
}

#stacks_in_1400 a:hover{
	color: #FFFFFF !important;
}




































	/* -- TYPE MODENA EXTRA LARGE OVERRIDE -- */
	.stacks_in_1400button{
		padding: 10px 22px 10px 22px !important;
		font-size: 18px !important;
		line-height: 22px !important;
		border-bottom-color: #106801 !important;
		background: #19A103 !important;
		background: -moz-linear-gradient(top, #19A103 0%, #148002 100%) !important;
		background: -webkit-gradient(left top, left bottom, color-stop(0%, #19A103), color-stop(100%, #148002)) !important;
		background: -webkit-linear-gradient(top, #19A103 0%, #148002 100%) !important;
		background: -o-linear-gradient(top, #19A103 0%, #148002 100%) !important;
		background: -ms-linear-gradient(top, #19A103 0%, #148002 100%) !important;
		background: linear-gradient(to bottom, #19A103 0%, #148002 100%) !important;
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19A103', endColorstr='#148002', GradientType=0 ) !important;
	}
	.stacks_in_1400button:hover{
		border-bottom-color: #0D5301 !important;
		background: #158102 !important;
		background: -moz-linear-gradient(top, #158102 0%, #106701 100%) !important;
		background: -webkit-gradient(left top, left bottom, color-stop(0%, #158102), color-stop(100%, #106701)) !important;
		background: -webkit-linear-gradient(top, #158102 0%, #106701 100%) !important;
		background: -o-linear-gradient(top, #158102 0%, #106701 100%) !important;
		background: -ms-linear-gradient(top, #158102 0%, #106701 100%) !important;
		background: linear-gradient(to bottom, #158102 0%, #106701 100%) !important;
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#158102', endColorstr='#106701', GradientType=0 ) !important;
	}
	



.stacks_in_1400buttonPressWrapper *{
	
	
}


/* -- BUTTON ALIGNMENT -- */
.stacks_in_1400buttonPressWrapper{
	position: relative !important;
	text-align: center !important;
}

@media only screen and (max-width: 768px) {
	.stacks_in_1400buttonPressWrapper{
		text-align: center !important;
	}
}

@media only screen and (max-width: 480px) {
	.stacks_in_1400buttonPressWrapper{
		text-align: center !important;
	}
}

/* -- End Buttonpress2 Each css Template -- */
#stacks_in_1400 {
	padding:  8px;
}
/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_1925 {
	width: 100%;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
}
#simpleDivider_stacks_in_1925 .theDivider1,
#simpleDivider_stacks_in_1925 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_1925 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_1925.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_1925.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1925 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_1925.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_1925.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_1925.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1925.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_1516>.s3_row {
	margin: 0 -10px;
}

#stacks_in_1516>.s3_row>.s3_column_left {
	width: 25.00%;
}

#stacks_in_1516>.s3_row>.s3_column_right {
	width: 75.000000%;
}




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










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



}



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


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


}





/* -- Start Buttonpress2 Each css Template -- */

.stacks_in_1517buttonPressWrapper{
	position: relative !important;
}

#stacks_in_1517 a, #stacks_in_1517 a:hover, #stacks_in_1517 a:visited, #stacks_in_1517 a:active{
	text-decoration: none !important;
}

/* -- TYPE BASE STYLES -- */
.stacks_in_1517button{
	position: relative !important;
	display: inline-block !important;
	width: 100% !important;
	padding: 6px 12px 6px 12px !important;
	margin: 0 !important;
	font-size: 14px !important;
	font-weight: normal !important;
	line-height: 18px !important;
	text-align: center !important;
	vertical-align: middle !important;
	-ms-touch-action: manipulation !important;
	touch-action: manipulation !important;
	cursor: pointer !important;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
	background-image: none !important;
	border: 1px solid transparent !important;
	border-radius: 4px !important;
	color: #FFFFFF !important;
	background-color: #0600DC !important;
	border-color: #0500BB !important;
	box-sizing: border-box !important;
}

.stacks_in_1517button:hover{
	color: #FFFFFF !important;
	background-color: #000893 !important;
	border-color: #00067C !important;
}

#stacks_in_1517 a, #stacks_in_1517 a:visited, #stacks_in_1517 a:active{
	color: #FFFFFF !important;
}

#stacks_in_1517 a:hover{
	color: #FFFFFF !important;
}




































	/* -- TYPE MODENA EXTRA LARGE OVERRIDE -- */
	.stacks_in_1517button{
		padding: 10px 22px 10px 22px !important;
		font-size: 18px !important;
		line-height: 22px !important;
		border-bottom-color: #03008F !important;
		background: #0600DC !important;
		background: -moz-linear-gradient(top, #0600DC 0%, #0400B0 100%) !important;
		background: -webkit-gradient(left top, left bottom, color-stop(0%, #0600DC), color-stop(100%, #0400B0)) !important;
		background: -webkit-linear-gradient(top, #0600DC 0%, #0400B0 100%) !important;
		background: -o-linear-gradient(top, #0600DC 0%, #0400B0 100%) !important;
		background: -ms-linear-gradient(top, #0600DC 0%, #0400B0 100%) !important;
		background: linear-gradient(to bottom, #0600DC 0%, #0400B0 100%) !important;
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0600DC', endColorstr='#0400B0', GradientType=0 ) !important;
	}
	.stacks_in_1517button:hover{
		border-bottom-color: #00055F !important;
		background: #000893 !important;
		background: -moz-linear-gradient(top, #000893 0%, #000675 100%) !important;
		background: -webkit-gradient(left top, left bottom, color-stop(0%, #000893), color-stop(100%, #000675)) !important;
		background: -webkit-linear-gradient(top, #000893 0%, #000675 100%) !important;
		background: -o-linear-gradient(top, #000893 0%, #000675 100%) !important;
		background: -ms-linear-gradient(top, #000893 0%, #000675 100%) !important;
		background: linear-gradient(to bottom, #000893 0%, #000675 100%) !important;
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000893', endColorstr='#000675', GradientType=0 ) !important;
	}
	



.stacks_in_1517buttonPressWrapper *{
	
	
}


/* -- BUTTON ALIGNMENT -- */
.stacks_in_1517buttonPressWrapper{
	position: relative !important;
	text-align: center !important;
}

@media only screen and (max-width: 768px) {
	.stacks_in_1517buttonPressWrapper{
		text-align: center !important;
	}
}

@media only screen and (max-width: 480px) {
	.stacks_in_1517buttonPressWrapper{
		text-align: center !important;
	}
}

/* -- End Buttonpress2 Each css Template -- */
#stacks_in_1517 {
	padding:  8px;
}
/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_1926 {
	width: 100%;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
}
#simpleDivider_stacks_in_1926 .theDivider1,
#simpleDivider_stacks_in_1926 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_1926 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_1926.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_1926.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1926 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_1926.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_1926.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_1926.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1926.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_2244>.s3_row {
	margin: 0 -10px;
}

#stacks_in_2244>.s3_row>.s3_column_left {
	width: 40.00%;
}

#stacks_in_2244>.s3_row>.s3_column_right {
	width: 60.000000%;
}




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










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



}



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


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


}





#stacks_in_2245>.s3_row {
	margin: 0 -20px;
}

#stacks_in_2245>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_2245>.s3_row>.s3_column_right {
	width: 70.000000%;
}




#stacks_in_2245>.s3_row>.s3_column {
	padding: 0 20px;
}










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



}



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


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


}





/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_1989 {
	width: 100%;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
}
#simpleDivider_stacks_in_1989 .theDivider1,
#simpleDivider_stacks_in_1989 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_1989 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_1989.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_1989.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1989 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_1989.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_1989.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_1989.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1989.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_2268>.s3_row {
	margin: 0 -10px;
}

#stacks_in_2268>.s3_row>.s3_column_left {
	width: 40.00%;
}

#stacks_in_2268>.s3_row>.s3_column_right {
	width: 60.000000%;
}




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










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



}



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


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


}





#stacks_in_2269>.s3_row {
	margin: 0 -20px;
}

#stacks_in_2269>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_2269>.s3_row>.s3_column_right {
	width: 70.000000%;
}




#stacks_in_2269>.s3_row>.s3_column {
	padding: 0 20px;
}










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



}



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


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


}





/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_2063 {
	width: 100%;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
}
#simpleDivider_stacks_in_2063 .theDivider1,
#simpleDivider_stacks_in_2063 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_2063 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_2063.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_2063.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_2063 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_2063.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_2063.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_2063.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_2063.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_2280>.s3_row {
	margin: 0 -10px;
}

#stacks_in_2280>.s3_row>.s3_column_left {
	width: 40.00%;
}

#stacks_in_2280>.s3_row>.s3_column_right {
	width: 60.000000%;
}




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










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



}



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


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


}





#stacks_in_2281>.s3_row {
	margin: 0 -20px;
}

#stacks_in_2281>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_2281>.s3_row>.s3_column_right {
	width: 70.000000%;
}




#stacks_in_2281>.s3_row>.s3_column {
	padding: 0 20px;
}










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



}



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


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


}





/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_2384 {
	width: 100%;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
}
#simpleDivider_stacks_in_2384 .theDivider1,
#simpleDivider_stacks_in_2384 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_2384 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_2384.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_2384.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_2384 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_2384.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_2384.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_2384.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_2384.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_2372>.s3_row {
	margin: 0 -10px;
}

#stacks_in_2372>.s3_row>.s3_column_left {
	width: 40.00%;
}

#stacks_in_2372>.s3_row>.s3_column_right {
	width: 60.000000%;
}




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










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



}



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


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


}





#stacks_in_2373>.s3_row {
	margin: 0 -20px;
}

#stacks_in_2373>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_2373>.s3_row>.s3_column_right {
	width: 70.000000%;
}




#stacks_in_2373>.s3_row>.s3_column {
	padding: 0 20px;
}










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



}



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


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


}





/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_2035 {
	width: 100%;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
}
#simpleDivider_stacks_in_2035 .theDivider1,
#simpleDivider_stacks_in_2035 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_2035 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_2035.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_2035.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_2035 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_2035.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_2035.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_2035.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_2035.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_2292>.s3_row {
	margin: 0 -10px;
}

#stacks_in_2292>.s3_row>.s3_column_left {
	width: 40.00%;
}

#stacks_in_2292>.s3_row>.s3_column_right {
	width: 60.000000%;
}




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










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



}



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


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


}





#stacks_in_2293>.s3_row {
	margin: 0 -20px;
}

#stacks_in_2293>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_2293>.s3_row>.s3_column_right {
	width: 70.000000%;
}




#stacks_in_2293>.s3_row>.s3_column {
	padding: 0 20px;
}










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



}



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


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


}





/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_2611 {
	width: 100%;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
}
#simpleDivider_stacks_in_2611 .theDivider1,
#simpleDivider_stacks_in_2611 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_2611 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_2611.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_2611.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_2611 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_2611.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_2611.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_2611.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_2611.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_2599>.s3_row {
	margin: 0 -10px;
}

#stacks_in_2599>.s3_row>.s3_column_left {
	width: 40.00%;
}

#stacks_in_2599>.s3_row>.s3_column_right {
	width: 60.000000%;
}




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










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



}



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


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


}





#stacks_in_2600>.s3_row {
	margin: 0 -20px;
}

#stacks_in_2600>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_2600>.s3_row>.s3_column_right {
	width: 70.000000%;
}




#stacks_in_2600>.s3_row>.s3_column {
	padding: 0 20px;
}










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



}



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


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


}





/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_1281 {
	width: 100%;
	clear: both;
	padding-top: 30px;
	padding-bottom: 30px;
}
#simpleDivider_stacks_in_1281 .theDivider1,
#simpleDivider_stacks_in_1281 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_1281 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_1281.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #000000;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_1281.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1281 .theDivider2 {
	height: 7px;
}
#simpleDivider_stacks_in_1281.transparentOff .theDivider2 {
	background-color: #CCCCCC;
}
#simpleDivider_stacks_in_1281.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_1281.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1281.bgImageOn .theDivider1 img {
	display: block;
}


#stacks_in_1281 {
	padding:  20px;
}
/* @group CSS Reset */

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

#shareStackWrapperstacks_in_2036 ul#shareStackArraystacks_in_2036 {
	padding: 0;
	margin: 0;
	list-style: none;
	height: auto;
	overflow: auto;
	text-align: center;
}

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

/* @end */

/* @group Positioning */

/* @group Absolute Positioning */

/*  */

/* @end */

/* @group Fixed Positioning */

/*  */

/* @end */

/*  */

/* @group Relative Positioning */

#shareStackWrapperstacks_in_2036 {
	position: relative;
	width: 100%;
}

/*  */

/* @end */





/* @end */

/* @group Buttons */

#shareStackWrapperstacks_in_2036 ul#shareStackArraystacks_in_2036 li.shareStackItem {
	padding: 0;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	display: inline-block;
	text-align: center;
	font-size: 28px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	cursor: pointer;
	position: relative;
	transition: opacity 300ms ease-in-out;
	border-radius: 37px;
	opacity: 0.99;
	list-style: none;
	overflow: hidden;
}

#shareStackWrapperstacks_in_2036 ul#shareStackArraystacks_in_2036 li.shareStackItem:hover {
	opacity: 0.85;
}

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

/* @end */

/* @group Responsive */

#shareStackWrapperstacks_in_2036 ul#shareStackArraystacks_in_2036 {
	display: none;
}

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

/* @end */

/* @group Icons */

#shareStackWrapperstacks_in_2036 #shareStackItem-baidustacks_in_2036 {
	background: #FF4749;
	color: #0000ff;
}

#shareStackWrapperstacks_in_2036 #shareStackItem-bloggerstacks_in_2036 {
	background: #F3881F;
	color: #ffffff;
}

#shareStackWrapperstacks_in_2036 #shareStackItem-deliciousstacks_in_2036 {
	background: #0c83e8;
	color: #ffffff;
}

#shareStackWrapperstacks_in_2036 #shareStackItem-diggstacks_in_2036 {
	background: #000000;
	color: #ffffff;
}

#shareStackWrapperstacks_in_2036 #shareStackItem-facebookstacks_in_2036 {
	background: #406fac;
	color: #ffffff;
}

#shareStackWrapperstacks_in_2036 #shareStackItem-googleplusstacks_in_2036 {
	background: #e15540;
	color: #ffffff;
}

#shareStackWrapperstacks_in_2036 #shareStackItem-linkedinstacks_in_2036 {
	background: #0182bd;
	color: #ffffff;
}

#shareStackWrapperstacks_in_2036 #shareStackItem-livejournalstacks_in_2036 {
	background: #083B51;
	color: #9AECFF;
}

#shareStackWrapperstacks_in_2036 #shareStackItem-myspacestacks_in_2036 {
	background: #032087;
	color: #ffffff;
}

#shareStackWrapperstacks_in_2036 #shareStackItem-odnoklassnikistacks_in_2036 {
	background: #E76E23;
	color: #ffffff;
}

#shareStackWrapperstacks_in_2036 #shareStackItem-pocketstacks_in_2036 {
	background: #DC2447;
	color: #ffffff;
}

#shareStackWrapperstacks_in_2036 #shareStackItem-redditstacks_in_2036 {
	background: #d3e6f8;
	color: #000000;
}

#shareStackWrapperstacks_in_2036 #shareStackItem-renrenstacks_in_2036 {
	background: #f5f5f5;
	color: #0164b4;
}

#shareStackWrapperstacks_in_2036 #shareStackItem-stumbleuponstacks_in_2036 {
	background: #ed5328;
	color: #ffffff;
}

#shareStackWrapperstacks_in_2036 #shareStackItem-telegramstacks_in_2036 {
	background: #32afed;
	color: #ffffff;
}

#shareStackWrapperstacks_in_2036 #shareStackItem-tumblrstacks_in_2036 {
	background: #3c4f67;
	color: #ffffff;
}

#shareStackWrapperstacks_in_2036 #shareStackItem-twitterstacks_in_2036 {
	background: #44A6FD;
	color: #ffffff;
}

#shareStackWrapperstacks_in_2036 #shareStackItem-viadeostacks_in_2036 {
	background: #333333;
	color: #E88B25;
}

#shareStackWrapperstacks_in_2036 #shareStackItem-vkontaktestacks_in_2036 {
	background: #557fab;
	color: #ffffff;
}

#shareStackWrapperstacks_in_2036 #shareStackItem-weibostacks_in_2036 {
	background: #db2f2d;
	color: #ffffff;
}

#shareStackWrapperstacks_in_2036 #shareStackItem-xingstacks_in_2036 {
	background: #D0D607;
	color: #0A5256;
}

/* Utility icons */

#shareStackWrapperstacks_in_2036 #shareStackItem-emailstacks_in_2036 {
	background: #cdcdcd;
	color: #333333;
}

#shareStackWrapperstacks_in_2036 #shareStackItem-printstacks_in_2036 {
	background: #808080;
	color: #ffffff;
}

/* Custom Icons */

#shareStackWrapperstacks_in_2036 #shareStackItem-customonestacks_in_2036 {
	background: #FF8000;
	color: #333333;
}

#shareStackWrapperstacks_in_2036 #shareStackItem-customtwostacks_in_2036 {
	background: #FF8000;
	color: #333333;
}

#shareStackWrapperstacks_in_2036 #shareStackItem-customthreestacks_in_2036 {
	background: #FF8000;
	color: #333333;
}

#shareStackWrapperstacks_in_2036 #shareStackItem-customfourstacks_in_2036 {
	background: #FF8000;
	color: #333333;
}

#shareStackWrapperstacks_in_2036 #shareStackItem-customfivestacks_in_2036 {
	background: #FF8000;
	color: #333333;
}

/* @end */

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

/* @group Edit Mode Styling */

/*  */

/* @end */
/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_1927 {
	width: 100%;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
}
#simpleDivider_stacks_in_1927 .theDivider1,
#simpleDivider_stacks_in_1927 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_1927 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_1927.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_1927.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1927 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_1927.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_1927.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_1927.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1927.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_1424>.s3_row {
	margin: 0 -10px;
}

#stacks_in_1424>.s3_row>.s3_column_left {
	width: 25.00%;
}

#stacks_in_1424>.s3_row>.s3_column_right {
	width: 75.000000%;
}




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










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



}



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


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


}





/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_2590 {
	width: 100%;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
}
#simpleDivider_stacks_in_2590 .theDivider1,
#simpleDivider_stacks_in_2590 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_2590 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_2590.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_2590.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_2590 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_2590.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_2590.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_2590.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_2590.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_2583>.s3_row {
	margin: 0 -10px;
}

#stacks_in_2583>.s3_row>.s3_column_left {
	width: 25.00%;
}

#stacks_in_2583>.s3_row>.s3_column_right {
	width: 75.000000%;
}




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










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



}



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


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


}





/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_1912 {
	width: 100%;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
}
#simpleDivider_stacks_in_1912 .theDivider1,
#simpleDivider_stacks_in_1912 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_1912 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_1912.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_1912.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1912 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_1912.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_1912.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_1912.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1912.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_1431>.s3_row {
	margin: 0 -10px;
}

#stacks_in_1431>.s3_row>.s3_column_left {
	width: 25.00%;
}

#stacks_in_1431>.s3_row>.s3_column_right {
	width: 75.000000%;
}




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










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



}



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


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


}





/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_1914 {
	width: 100%;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
}
#simpleDivider_stacks_in_1914 .theDivider1,
#simpleDivider_stacks_in_1914 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_1914 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_1914.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_1914.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1914 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_1914.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_1914.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_1914.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1914.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_1725>.s3_row {
	margin: 0 -10px;
}

#stacks_in_1725>.s3_row>.s3_column_left {
	width: 25.00%;
}

#stacks_in_1725>.s3_row>.s3_column_right {
	width: 75.000000%;
}




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










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



}



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


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


}





/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_1913 {
	width: 100%;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
}
#simpleDivider_stacks_in_1913 .theDivider1,
#simpleDivider_stacks_in_1913 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_1913 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_1913.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_1913.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1913 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_1913.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_1913.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_1913.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1913.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_2575>.s3_row {
	margin: 0 -10px;
}

#stacks_in_2575>.s3_row>.s3_column_left {
	width: 25.00%;
}

#stacks_in_2575>.s3_row>.s3_column_right {
	width: 75.000000%;
}




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










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



}



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


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


}





/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_1915 {
	width: 100%;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
}
#simpleDivider_stacks_in_1915 .theDivider1,
#simpleDivider_stacks_in_1915 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_1915 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_1915.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_1915.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1915 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_1915.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_1915.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_1915.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1915.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_1470>.s3_row {
	margin: 0 -10px;
}

#stacks_in_1470>.s3_row>.s3_column_left {
	width: 25.00%;
}

#stacks_in_1470>.s3_row>.s3_column_right {
	width: 75.000000%;
}




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










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



}



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


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


}





/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_1916 {
	width: 100%;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
}
#simpleDivider_stacks_in_1916 .theDivider1,
#simpleDivider_stacks_in_1916 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_1916 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_1916.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_1916.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1916 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_1916.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_1916.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_1916.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1916.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_1479>.s3_row {
	margin: 0 -10px;
}

#stacks_in_1479>.s3_row>.s3_column_left {
	width: 25.00%;
}

#stacks_in_1479>.s3_row>.s3_column_right {
	width: 75.000000%;
}




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










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



}



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


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


}





/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_1917 {
	width: 100%;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
}
#simpleDivider_stacks_in_1917 .theDivider1,
#simpleDivider_stacks_in_1917 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_1917 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_1917.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_1917.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1917 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_1917.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_1917.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_1917.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1917.bgImageOn .theDivider1 img {
	display: block;
}

/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_1928 {
	width: 100%;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
}
#simpleDivider_stacks_in_1928 .theDivider1,
#simpleDivider_stacks_in_1928 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_1928 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_1928.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_1928.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1928 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_1928.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_1928.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_1928.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1928.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_1486>.s3_row {
	margin: 0 -10px;
}

#stacks_in_1486>.s3_row>.s3_column_left {
	width: 25.00%;
}

#stacks_in_1486>.s3_row>.s3_column_right {
	width: 75.000000%;
}




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










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



}



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


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


}





/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_1930 {
	width: 100%;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
}
#simpleDivider_stacks_in_1930 .theDivider1,
#simpleDivider_stacks_in_1930 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_1930 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_1930.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_1930.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1930 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_1930.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_1930.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_1930.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1930.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_1495>.s3_row {
	margin: 0 -10px;
}

#stacks_in_1495>.s3_row>.s3_column_left {
	width: 25.00%;
}

#stacks_in_1495>.s3_row>.s3_column_right {
	width: 75.000000%;
}




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










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



}



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


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


}





/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_1929 {
	width: 100%;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
}
#simpleDivider_stacks_in_1929 .theDivider1,
#simpleDivider_stacks_in_1929 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_1929 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_1929.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_1929.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1929 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_1929.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_1929.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_1929.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1929.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_1502>.s3_row {
	margin: 0 -10px;
}

#stacks_in_1502>.s3_row>.s3_column_left {
	width: 25.00%;
}

#stacks_in_1502>.s3_row>.s3_column_right {
	width: 75.000000%;
}




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










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



}



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


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


}





/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_1918 {
	width: 100%;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
}
#simpleDivider_stacks_in_1918 .theDivider1,
#simpleDivider_stacks_in_1918 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_1918 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_1918.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_1918.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1918 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_1918.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_1918.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_1918.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1918.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_2671>.s3_row {
	margin: 0 -10px;
}

#stacks_in_2671>.s3_row>.s3_column_left {
	width: 25.00%;
}

#stacks_in_2671>.s3_row>.s3_column_right {
	width: 75.000000%;
}




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










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



}



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


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


}





/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_2678 {
	width: 100%;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
}
#simpleDivider_stacks_in_2678 .theDivider1,
#simpleDivider_stacks_in_2678 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_2678 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_2678.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_2678.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_2678 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_2678.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_2678.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_2678.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_2678.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_2072>.s3_row {
	margin: 0 -10px;
}

#stacks_in_2072>.s3_row>.s3_column_left {
	width: 25.00%;
}

#stacks_in_2072>.s3_row>.s3_column_right {
	width: 75.000000%;
}




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










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



}



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


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


}





/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_2064 {
	width: 100%;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
}
#simpleDivider_stacks_in_2064 .theDivider1,
#simpleDivider_stacks_in_2064 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_2064 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_2064.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_2064.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_2064 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_2064.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_2064.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_2064.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_2064.bgImageOn .theDivider1 img {
	display: block;
}

/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-videos/
 * Support: support@1littledesigner.com
 * Version 2.4.1
 * Description: cleanVideo uses Chris Coyier's FitVids and tailors it for use in RapidWeaver
 */

#cleanVids_stacks_in_1354.maxWidthOn {
	max-width: 100px !important;
}
#cleanVids_stacks_in_1354 video {
    width: 100% !important;
    height: auto !important;
}

#stacks_in_1354 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	-moz-border-radius:  8px;
	-webkit-border-radius:  8px;
	border-radius:  8px;
	padding:  8px;
}
/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_1288 {
	width: 100%;
	clear: both;
	padding-top: 30px;
	padding-bottom: 30px;
}
#simpleDivider_stacks_in_1288 .theDivider1,
#simpleDivider_stacks_in_1288 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_1288 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_1288.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #000000;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_1288.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1288 .theDivider2 {
	height: 7px;
}
#simpleDivider_stacks_in_1288.transparentOff .theDivider2 {
	background-color: #CCCCCC;
}
#simpleDivider_stacks_in_1288.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_1288.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1288.bgImageOn .theDivider1 img {
	display: block;
}


#stacks_in_1288 {
	padding:  20px;
}
/* @group CSS Reset */

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

#shareStackWrapperstacks_in_2037 ul#shareStackArraystacks_in_2037 {
	padding: 0;
	margin: 0;
	list-style: none;
	height: auto;
	overflow: auto;
	text-align: center;
}

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

/* @end */

/* @group Positioning */

/* @group Absolute Positioning */

/*  */

/* @end */

/* @group Fixed Positioning */

/*  */

/* @end */

/*  */

/* @group Relative Positioning */

#shareStackWrapperstacks_in_2037 {
	position: relative;
	width: 100%;
}

/*  */

/* @end */





/* @end */

/* @group Buttons */

#shareStackWrapperstacks_in_2037 ul#shareStackArraystacks_in_2037 li.shareStackItem {
	padding: 0;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	display: inline-block;
	text-align: center;
	font-size: 28px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	cursor: pointer;
	position: relative;
	transition: opacity 300ms ease-in-out;
	border-radius: 37px;
	opacity: 0.99;
	list-style: none;
	overflow: hidden;
}

#shareStackWrapperstacks_in_2037 ul#shareStackArraystacks_in_2037 li.shareStackItem:hover {
	opacity: 0.85;
}

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

/* @end */

/* @group Responsive */

#shareStackWrapperstacks_in_2037 ul#shareStackArraystacks_in_2037 {
	display: none;
}

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

/* @end */

/* @group Icons */

#shareStackWrapperstacks_in_2037 #shareStackItem-baidustacks_in_2037 {
	background: #FF4749;
	color: #0000ff;
}

#shareStackWrapperstacks_in_2037 #shareStackItem-bloggerstacks_in_2037 {
	background: #F3881F;
	color: #ffffff;
}

#shareStackWrapperstacks_in_2037 #shareStackItem-deliciousstacks_in_2037 {
	background: #0c83e8;
	color: #ffffff;
}

#shareStackWrapperstacks_in_2037 #shareStackItem-diggstacks_in_2037 {
	background: #000000;
	color: #ffffff;
}

#shareStackWrapperstacks_in_2037 #shareStackItem-facebookstacks_in_2037 {
	background: #406fac;
	color: #ffffff;
}

#shareStackWrapperstacks_in_2037 #shareStackItem-googleplusstacks_in_2037 {
	background: #e15540;
	color: #ffffff;
}

#shareStackWrapperstacks_in_2037 #shareStackItem-linkedinstacks_in_2037 {
	background: #0182bd;
	color: #ffffff;
}

#shareStackWrapperstacks_in_2037 #shareStackItem-livejournalstacks_in_2037 {
	background: #083B51;
	color: #9AECFF;
}

#shareStackWrapperstacks_in_2037 #shareStackItem-myspacestacks_in_2037 {
	background: #032087;
	color: #ffffff;
}

#shareStackWrapperstacks_in_2037 #shareStackItem-odnoklassnikistacks_in_2037 {
	background: #E76E23;
	color: #ffffff;
}

#shareStackWrapperstacks_in_2037 #shareStackItem-pocketstacks_in_2037 {
	background: #DC2447;
	color: #ffffff;
}

#shareStackWrapperstacks_in_2037 #shareStackItem-redditstacks_in_2037 {
	background: #d3e6f8;
	color: #000000;
}

#shareStackWrapperstacks_in_2037 #shareStackItem-renrenstacks_in_2037 {
	background: #f5f5f5;
	color: #0164b4;
}

#shareStackWrapperstacks_in_2037 #shareStackItem-stumbleuponstacks_in_2037 {
	background: #ed5328;
	color: #ffffff;
}

#shareStackWrapperstacks_in_2037 #shareStackItem-telegramstacks_in_2037 {
	background: #32afed;
	color: #ffffff;
}

#shareStackWrapperstacks_in_2037 #shareStackItem-tumblrstacks_in_2037 {
	background: #3c4f67;
	color: #ffffff;
}

#shareStackWrapperstacks_in_2037 #shareStackItem-twitterstacks_in_2037 {
	background: #44A6FD;
	color: #ffffff;
}

#shareStackWrapperstacks_in_2037 #shareStackItem-viadeostacks_in_2037 {
	background: #333333;
	color: #E88B25;
}

#shareStackWrapperstacks_in_2037 #shareStackItem-vkontaktestacks_in_2037 {
	background: #557fab;
	color: #ffffff;
}

#shareStackWrapperstacks_in_2037 #shareStackItem-weibostacks_in_2037 {
	background: #db2f2d;
	color: #ffffff;
}

#shareStackWrapperstacks_in_2037 #shareStackItem-xingstacks_in_2037 {
	background: #D0D607;
	color: #0A5256;
}

/* Utility icons */

#shareStackWrapperstacks_in_2037 #shareStackItem-emailstacks_in_2037 {
	background: #cdcdcd;
	color: #333333;
}

#shareStackWrapperstacks_in_2037 #shareStackItem-printstacks_in_2037 {
	background: #808080;
	color: #ffffff;
}

/* Custom Icons */

#shareStackWrapperstacks_in_2037 #shareStackItem-customonestacks_in_2037 {
	background: #FF8000;
	color: #333333;
}

#shareStackWrapperstacks_in_2037 #shareStackItem-customtwostacks_in_2037 {
	background: #FF8000;
	color: #333333;
}

#shareStackWrapperstacks_in_2037 #shareStackItem-customthreestacks_in_2037 {
	background: #FF8000;
	color: #333333;
}

#shareStackWrapperstacks_in_2037 #shareStackItem-customfourstacks_in_2037 {
	background: #FF8000;
	color: #333333;
}

#shareStackWrapperstacks_in_2037 #shareStackItem-customfivestacks_in_2037 {
	background: #FF8000;
	color: #333333;
}

/* @end */

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

/* @group Edit Mode Styling */

/*  */

/* @end */
/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_1932 {
	width: 100%;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
}
#simpleDivider_stacks_in_1932 .theDivider1,
#simpleDivider_stacks_in_1932 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_1932 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_1932.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_1932.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1932 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_1932.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_1932.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_1932.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1932.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_1534>.s3_row {
	margin: 0 -10px;
}

#stacks_in_1534>.s3_row>.s3_column_left {
	width: 25.00%;
}

#stacks_in_1534>.s3_row>.s3_column_right {
	width: 75.000000%;
}




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










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



}



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


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


}





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

#stacks_in_1558>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_1558>.s3_row>.s3_column_right {
	width: 50.000000%;
}




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










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



}



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


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


}






#stacks_in_1558 {
	background-color: rgba(14, 0, 255, 1.00);
}

#stacks_in_1559 {
	margin:  5px;
	padding:  5px;
}

#stacks_in_1562 {
	margin:  5px;
	padding:  5px;
}

#stacks_out_1562 {
	margin-left:0;
}
#stacks_in_2014>.s3_row {
	margin: 0 -10px;
}

#stacks_in_2014>.s3_row>.s3_column_left {
	width: 40.00%;
}

#stacks_in_2014>.s3_row>.s3_column_right {
	width: 60.000000%;
}




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










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



}



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


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


}






#stacks_in_2014 {
	background-color: rgba(215, 232, 246, 1.00);
}

#stacks_in_2015 {
	margin:  5px;
	padding:  5px;
}

#stacks_in_2017 {
	margin:  5px;
	padding:  10px;
}

#stacks_in_2020 {
	margin:  5px;
	padding:  5px;
}
#stacks_in_2703>.s3_row {
	margin: 0 -10px;
}

#stacks_in_2703>.s3_row>.s3_column_left {
	width: 40.00%;
}

#stacks_in_2703>.s3_row>.s3_column_right {
	width: 60.000000%;
}




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










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



}



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


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


}






#stacks_in_2703 {
	background-color: rgba(215, 232, 246, 1.00);
}

#stacks_in_2704 {
	margin:  5px;
	padding:  5px;
}

#stacks_in_2706 {
	margin:  5px;
	padding:  10px;
}

#stacks_in_2709 {
	margin:  5px;
	padding:  5px;
}
#stacks_in_2681>.s3_row {
	margin: 0 -10px;
}

#stacks_in_2681>.s3_row>.s3_column_left {
	width: 40.00%;
}

#stacks_in_2681>.s3_row>.s3_column_right {
	width: 60.000000%;
}




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










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



}



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


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


}






#stacks_in_2681 {
	background-color: rgba(215, 232, 246, 1.00);
}

#stacks_in_2682 {
	margin:  5px;
	padding:  5px;
}

#stacks_in_2684 {
	margin:  5px;
	padding:  10px;
}

#stacks_in_2687 {
	margin:  5px;
	padding:  5px;
}
#stacks_in_2651>.s3_row {
	margin: 0 -10px;
}

#stacks_in_2651>.s3_row>.s3_column_left {
	width: 40.00%;
}

#stacks_in_2651>.s3_row>.s3_column_right {
	width: 60.000000%;
}




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










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



}



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


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


}






#stacks_in_2651 {
	background-color: rgba(215, 232, 246, 1.00);
}

#stacks_in_2652 {
	margin:  5px;
	padding:  5px;
}

#stacks_in_2654 {
	margin:  5px;
	padding:  10px;
}

#stacks_in_2657 {
	margin:  5px;
	padding:  5px;
}
#stacks_in_2634>.s3_row {
	margin: 0 -10px;
}

#stacks_in_2634>.s3_row>.s3_column_left {
	width: 40.00%;
}

#stacks_in_2634>.s3_row>.s3_column_right {
	width: 60.000000%;
}




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










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



}



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


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


}






#stacks_in_2634 {
	background-color: rgba(215, 232, 246, 1.00);
}

#stacks_in_2635 {
	margin:  5px;
	padding:  5px;
}

#stacks_in_2637 {
	margin:  5px;
	padding:  10px;
}

#stacks_in_2640 {
	margin:  5px;
	padding:  5px;
}
#stacks_in_2614>.s3_row {
	margin: 0 -10px;
}

#stacks_in_2614>.s3_row>.s3_column_left {
	width: 40.00%;
}

#stacks_in_2614>.s3_row>.s3_column_right {
	width: 60.000000%;
}




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










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



}



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


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


}






#stacks_in_2614 {
	background-color: rgba(215, 232, 246, 1.00);
}

#stacks_in_2615 {
	margin:  5px;
	padding:  5px;
}

#stacks_in_2617 {
	margin:  5px;
	padding:  10px;
}

#stacks_in_2620 {
	margin:  5px;
	padding:  5px;
}
#stacks_in_2564>.s3_row {
	margin: 0 -10px;
}

#stacks_in_2564>.s3_row>.s3_column_left {
	width: 40.00%;
}

#stacks_in_2564>.s3_row>.s3_column_right {
	width: 60.000000%;
}




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










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



}



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


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


}






#stacks_in_2564 {
	background-color: rgba(215, 232, 246, 1.00);
}

#stacks_in_2565 {
	margin:  5px;
	padding:  5px;
}

#stacks_in_2567 {
	margin:  5px;
	padding:  10px;
}

#stacks_in_2570 {
	margin:  5px;
	padding:  5px;
}
#stacks_in_2537>.s3_row {
	margin: 0 -10px;
}

#stacks_in_2537>.s3_row>.s3_column_left {
	width: 40.00%;
}

#stacks_in_2537>.s3_row>.s3_column_right {
	width: 60.000000%;
}




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










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



}



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


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


}






#stacks_in_2537 {
	background-color: rgba(215, 232, 246, 1.00);
}

#stacks_in_2538 {
	margin:  5px;
	padding:  5px;
}

#stacks_in_2540 {
	margin:  5px;
	padding:  10px;
}

#stacks_in_2543 {
	margin:  5px;
	padding:  5px;
}
#stacks_in_2498>.s3_row {
	margin: 0 -10px;
}

#stacks_in_2498>.s3_row>.s3_column_left {
	width: 40.00%;
}

#stacks_in_2498>.s3_row>.s3_column_right {
	width: 60.000000%;
}




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










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



}



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


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


}






#stacks_in_2498 {
	background-color: rgba(215, 232, 246, 1.00);
}

#stacks_in_2499 {
	margin:  5px;
	padding:  5px;
}

#stacks_in_2501 {
	margin:  5px;
	padding:  10px;
}

#stacks_in_2504 {
	margin:  5px;
	padding:  5px;
}
#stacks_in_2474>.s3_row {
	margin: 0 -10px;
}

#stacks_in_2474>.s3_row>.s3_column_left {
	width: 40.00%;
}

#stacks_in_2474>.s3_row>.s3_column_right {
	width: 60.000000%;
}




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










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



}



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


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


}






#stacks_in_2474 {
	background-color: rgba(215, 232, 246, 1.00);
}

#stacks_in_2475 {
	margin:  5px;
	padding:  5px;
}

#stacks_in_2477 {
	margin:  5px;
	padding:  10px;
}

#stacks_in_2480 {
	margin:  5px;
	padding:  5px;
}
#stacks_in_2441>.s3_row {
	margin: 0 -10px;
}

#stacks_in_2441>.s3_row>.s3_column_left {
	width: 40.00%;
}

#stacks_in_2441>.s3_row>.s3_column_right {
	width: 60.000000%;
}




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










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



}



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


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


}






#stacks_in_2441 {
	background-color: rgba(215, 232, 246, 1.00);
}

#stacks_in_2442 {
	margin:  5px;
	padding:  5px;
}

#stacks_in_2444 {
	margin:  5px;
	padding:  10px;
}

#stacks_in_2447 {
	margin:  5px;
	padding:  5px;
}
#stacks_in_2419>.s3_row {
	margin: 0 -10px;
}

#stacks_in_2419>.s3_row>.s3_column_left {
	width: 40.00%;
}

#stacks_in_2419>.s3_row>.s3_column_right {
	width: 60.000000%;
}




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










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



}



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


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


}






#stacks_in_2419 {
	background-color: rgba(215, 232, 246, 1.00);
}

#stacks_in_2420 {
	margin:  5px;
	padding:  5px;
}

#stacks_in_2422 {
	margin:  5px;
	padding:  10px;
}

#stacks_in_2425 {
	margin:  5px;
	padding:  5px;
}
#stacks_in_2408>.s3_row {
	margin: 0 -10px;
}

#stacks_in_2408>.s3_row>.s3_column_left {
	width: 40.00%;
}

#stacks_in_2408>.s3_row>.s3_column_right {
	width: 60.000000%;
}




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










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



}



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


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


}






#stacks_in_2408 {
	background-color: rgba(215, 232, 246, 1.00);
}

#stacks_in_2409 {
	margin:  5px;
	padding:  5px;
}

#stacks_in_2411 {
	margin:  5px;
	padding:  10px;
}

#stacks_in_2414 {
	margin:  5px;
	padding:  5px;
}
#stacks_in_2387>.s3_row {
	margin: 0 -10px;
}

#stacks_in_2387>.s3_row>.s3_column_left {
	width: 40.00%;
}

#stacks_in_2387>.s3_row>.s3_column_right {
	width: 60.000000%;
}




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










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



}



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


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


}






#stacks_in_2387 {
	background-color: rgba(215, 232, 246, 1.00);
}

#stacks_in_2388 {
	margin:  5px;
	padding:  5px;
}

#stacks_in_2390 {
	margin:  5px;
	padding:  10px;
}

#stacks_in_2393 {
	margin:  5px;
	padding:  5px;
}
#stacks_in_2348>.s3_row {
	margin: 0 -10px;
}

#stacks_in_2348>.s3_row>.s3_column_left {
	width: 40.00%;
}

#stacks_in_2348>.s3_row>.s3_column_right {
	width: 60.000000%;
}




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










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



}



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


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


}






#stacks_in_2348 {
	background-color: rgba(215, 232, 246, 1.00);
}

#stacks_in_2349 {
	margin:  5px;
	padding:  5px;
}

#stacks_in_2351 {
	margin:  5px;
	padding:  10px;
}

#stacks_in_2354 {
	margin:  5px;
	padding:  5px;
}
#stacks_in_2326>.s3_row {
	margin: 0 -10px;
}

#stacks_in_2326>.s3_row>.s3_column_left {
	width: 40.00%;
}

#stacks_in_2326>.s3_row>.s3_column_right {
	width: 60.000000%;
}




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










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



}



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


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


}






#stacks_in_2326 {
	background-color: rgba(215, 232, 246, 1.00);
}

#stacks_in_2327 {
	margin:  5px;
	padding:  5px;
}

#stacks_in_2329 {
	margin:  5px;
	padding:  10px;
}

#stacks_in_2332 {
	margin:  5px;
	padding:  5px;
}
#stacks_in_2187>.s3_row {
	margin: 0 -10px;
}

#stacks_in_2187>.s3_row>.s3_column_left {
	width: 40.00%;
}

#stacks_in_2187>.s3_row>.s3_column_right {
	width: 60.000000%;
}




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










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



}



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


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


}






#stacks_in_2187 {
	background-color: rgba(215, 232, 246, 1.00);
}

#stacks_in_2188 {
	margin:  5px;
	padding:  5px;
}

#stacks_in_2190 {
	margin:  5px;
	padding:  10px;
}

#stacks_in_2193 {
	margin:  5px;
	padding:  5px;
}
#stacks_in_2154>.s3_row {
	margin: 0 -10px;
}

#stacks_in_2154>.s3_row>.s3_column_left {
	width: 40.00%;
}

#stacks_in_2154>.s3_row>.s3_column_right {
	width: 60.000000%;
}




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










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



}



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


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


}






#stacks_in_2154 {
	background-color: rgba(215, 232, 246, 1.00);
}

#stacks_in_2155 {
	margin:  5px;
	padding:  5px;
}

#stacks_in_2157 {
	margin:  5px;
	padding:  10px;
}

#stacks_in_2160 {
	margin:  5px;
	padding:  5px;
}
#stacks_in_2304>.s3_row {
	margin: 0 -10px;
}

#stacks_in_2304>.s3_row>.s3_column_left {
	width: 40.00%;
}

#stacks_in_2304>.s3_row>.s3_column_right {
	width: 60.000000%;
}




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










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



}



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


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


}






#stacks_in_2304 {
	background-color: rgba(215, 232, 246, 1.00);
}

#stacks_in_2305 {
	margin:  5px;
	padding:  5px;
}

#stacks_in_2307 {
	margin:  5px;
	padding:  10px;
}

#stacks_in_2310 {
	margin:  5px;
	padding:  5px;
}
#stacks_in_2092>.s3_row {
	margin: 0 -10px;
}

#stacks_in_2092>.s3_row>.s3_column_left {
	width: 40.00%;
}

#stacks_in_2092>.s3_row>.s3_column_right {
	width: 60.000000%;
}




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










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



}



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


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


}






#stacks_in_2092 {
	background-color: rgba(215, 232, 246, 1.00);
}

#stacks_in_2093 {
	margin:  5px;
	padding:  5px;
}

#stacks_in_2095 {
	margin:  5px;
	padding:  10px;
}

#stacks_in_2098 {
	margin:  5px;
	padding:  5px;
}
#stacks_in_2143>.s3_row {
	margin: 0 -10px;
}

#stacks_in_2143>.s3_row>.s3_column_left {
	width: 40.00%;
}

#stacks_in_2143>.s3_row>.s3_column_right {
	width: 60.000000%;
}




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










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



}



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


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


}






#stacks_in_2143 {
	background-color: rgba(215, 232, 246, 1.00);
}

#stacks_in_2144 {
	margin:  5px;
	padding:  5px;
}

#stacks_in_2146 {
	margin:  5px;
	padding:  10px;
}

#stacks_in_2149 {
	margin:  5px;
	padding:  5px;
}
#stacks_in_2003>.s3_row {
	margin: 0 -10px;
}

#stacks_in_2003>.s3_row>.s3_column_left {
	width: 40.00%;
}

#stacks_in_2003>.s3_row>.s3_column_right {
	width: 60.000000%;
}




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










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



}



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


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


}






#stacks_in_2003 {
	background-color: rgba(215, 232, 246, 1.00);
}

#stacks_in_2004 {
	margin:  5px;
	padding:  5px;
}

#stacks_in_2006 {
	margin:  5px;
	padding:  10px;
}

#stacks_in_2009 {
	margin:  5px;
	padding:  5px;
}
#stacks_in_1855>.s3_row {
	margin: 0 -10px;
}

#stacks_in_1855>.s3_row>.s3_column_left {
	width: 40.00%;
}

#stacks_in_1855>.s3_row>.s3_column_right {
	width: 60.000000%;
}




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










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



}



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


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


}






#stacks_in_1855 {
	background-color: rgba(215, 232, 246, 1.00);
}

#stacks_in_1856 {
	margin:  5px;
	padding:  5px;
}

#stacks_in_1858 {
	margin:  5px;
	padding:  10px;
}

#stacks_in_1861 {
	margin:  5px;
	padding:  5px;
}
#stacks_in_1844>.s3_row {
	margin: 0 -10px;
}

#stacks_in_1844>.s3_row>.s3_column_left {
	width: 40.00%;
}

#stacks_in_1844>.s3_row>.s3_column_right {
	width: 60.000000%;
}




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










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



}



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


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


}






#stacks_in_1844 {
	background-color: rgba(215, 232, 246, 1.00);
}

#stacks_in_1845 {
	margin:  5px;
	padding:  5px;
}

#stacks_in_1847 {
	margin:  5px;
	padding:  10px;
}

#stacks_in_1850 {
	margin:  5px;
	padding:  5px;
}
#stacks_in_1812>.s3_row {
	margin: 0 -10px;
}

#stacks_in_1812>.s3_row>.s3_column_left {
	width: 40.00%;
}

#stacks_in_1812>.s3_row>.s3_column_right {
	width: 60.000000%;
}




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










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



}



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


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


}






#stacks_in_1812 {
	background-color: rgba(215, 232, 246, 1.00);
}

#stacks_in_1813 {
	margin:  5px;
	padding:  5px;
}

#stacks_in_1815 {
	margin:  5px;
	padding:  10px;
}

#stacks_in_1818 {
	margin:  5px;
	padding:  5px;
}
#stacks_in_2220>.s3_row {
	margin: 0 -10px;
}

#stacks_in_2220>.s3_row>.s3_column_left {
	width: 40.00%;
}

#stacks_in_2220>.s3_row>.s3_column_right {
	width: 60.000000%;
}




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










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



}



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


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


}






#stacks_in_2220 {
	background-color: rgba(215, 232, 246, 1.00);
}

#stacks_in_2221 {
	margin:  5px;
	padding:  5px;
}

#stacks_in_2223 {
	margin:  5px;
	padding:  10px;
}

#stacks_in_2226 {
	margin:  5px;
	padding:  5px;
}
#stacks_in_1778>.s3_row {
	margin: 0 -10px;
}

#stacks_in_1778>.s3_row>.s3_column_left {
	width: 40.00%;
}

#stacks_in_1778>.s3_row>.s3_column_right {
	width: 60.000000%;
}




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










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



}



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


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


}






#stacks_in_1778 {
	background-color: rgba(215, 232, 246, 1.00);
}

#stacks_in_1779 {
	margin:  5px;
	padding:  5px;
}

#stacks_in_1781 {
	margin:  5px;
	padding:  10px;
}

#stacks_in_1784 {
	margin:  5px;
	padding:  5px;
}
#stacks_in_1756>.s3_row {
	margin: 0 -10px;
}

#stacks_in_1756>.s3_row>.s3_column_left {
	width: 40.00%;
}

#stacks_in_1756>.s3_row>.s3_column_right {
	width: 60.000000%;
}




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










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



}



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


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


}






#stacks_in_1756 {
	background-color: rgba(215, 232, 246, 1.00);
}

#stacks_in_1757 {
	margin:  5px;
	padding:  5px;
}

#stacks_in_1759 {
	margin:  5px;
	padding:  10px;
}

#stacks_in_1762 {
	margin:  5px;
	padding:  5px;
}
#stacks_in_1743>.s3_row {
	margin: 0 -10px;
}

#stacks_in_1743>.s3_row>.s3_column_left {
	width: 40.00%;
}

#stacks_in_1743>.s3_row>.s3_column_right {
	width: 60.000000%;
}




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










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



}



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


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


}






#stacks_in_1743 {
	background-color: rgba(215, 232, 246, 1.00);
}

#stacks_in_1744 {
	margin:  5px;
	padding:  5px;
}

#stacks_in_1746 {
	margin:  5px;
	padding:  10px;
}

#stacks_in_1749 {
	margin:  5px;
	padding:  5px;
}
#stacks_in_1694>.s3_row {
	margin: 0 -10px;
}

#stacks_in_1694>.s3_row>.s3_column_left {
	width: 40.00%;
}

#stacks_in_1694>.s3_row>.s3_column_right {
	width: 60.000000%;
}




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










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



}



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


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


}






#stacks_in_1694 {
	background-color: rgba(215, 232, 246, 1.00);
}

#stacks_in_1695 {
	margin:  5px;
	padding:  5px;
}

#stacks_in_1697 {
	margin:  5px;
	padding:  10px;
}

#stacks_in_1700 {
	margin:  5px;
	padding:  5px;
}
#stacks_in_1648>.s3_row {
	margin: 0 -10px;
}

#stacks_in_1648>.s3_row>.s3_column_left {
	width: 40.00%;
}

#stacks_in_1648>.s3_row>.s3_column_right {
	width: 60.000000%;
}




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










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



}



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


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


}






#stacks_in_1648 {
	background-color: rgba(215, 232, 246, 1.00);
}

#stacks_in_1649 {
	margin:  5px;
	padding:  5px;
}

#stacks_in_1651 {
	margin:  5px;
	padding:  10px;
}

#stacks_in_1654 {
	margin:  5px;
	padding:  5px;
}
#stacks_in_1637>.s3_row {
	margin: 0 -10px;
}

#stacks_in_1637>.s3_row>.s3_column_left {
	width: 40.00%;
}

#stacks_in_1637>.s3_row>.s3_column_right {
	width: 60.000000%;
}




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










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



}



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


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


}






#stacks_in_1637 {
	background-color: rgba(215, 232, 246, 1.00);
}

#stacks_in_1638 {
	margin:  5px;
	padding:  5px;
}

#stacks_in_1640 {
	margin:  5px;
	padding:  10px;
}

#stacks_in_1643 {
	margin:  5px;
	padding:  5px;
}
#stacks_in_1576>.s3_row {
	margin: 0 -10px;
}

#stacks_in_1576>.s3_row>.s3_column_left {
	width: 40.00%;
}

#stacks_in_1576>.s3_row>.s3_column_right {
	width: 60.000000%;
}




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










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



}



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


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


}






#stacks_in_1576 {
	background-color: rgba(215, 232, 246, 1.00);
}

#stacks_in_1577 {
	margin:  5px;
	padding:  5px;
}

#stacks_in_1628 {
	margin:  5px;
	padding:  10px;
}

#stacks_in_1580 {
	margin:  5px;
	padding:  5px;
}
#stacks_in_1803>.s3_row {
	margin: 0 -10px;
}

#stacks_in_1803>.s3_row>.s3_column_left {
	width: 40.00%;
}

#stacks_in_1803>.s3_row>.s3_column_right {
	width: 60.000000%;
}




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










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



}



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


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


}






#stacks_in_1803 {
	background-color: rgba(215, 232, 246, 1.00);
}

#stacks_in_1804 {
	margin:  5px;
	padding:  5px;
}

#stacks_in_1806 {
	margin:  5px;
	padding:  10px;
}

#stacks_in_1809 {
	margin:  5px;
	padding:  5px;
}
#stacks_in_1585>.s3_row {
	margin: 0 -10px;
}

#stacks_in_1585>.s3_row>.s3_column_left {
	width: 40.00%;
}

#stacks_in_1585>.s3_row>.s3_column_right {
	width: 60.000000%;
}




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










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



}



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


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


}






#stacks_in_1585 {
	background-color: rgba(215, 232, 246, 1.00);
}

#stacks_in_1586 {
	margin:  5px;
	padding:  5px;
}

#stacks_in_1630 {
	margin:  5px;
	padding:  10px;
}

#stacks_in_1589 {
	margin:  5px;
	padding:  5px;
}
/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_1919 {
	width: 100%;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
}
#simpleDivider_stacks_in_1919 .theDivider1,
#simpleDivider_stacks_in_1919 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_1919 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_1919.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_1919.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1919 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_1919.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_1919.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_1919.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1919.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_1541>.s3_row {
	margin: 0 -10px;
}

#stacks_in_1541>.s3_row>.s3_column_left {
	width: 25.00%;
}

#stacks_in_1541>.s3_row>.s3_column_right {
	width: 75.000000%;
}




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










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



}



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


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


}





/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_2528 {
	width: 100%;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
}
#simpleDivider_stacks_in_2528 .theDivider1,
#simpleDivider_stacks_in_2528 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_2528 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_2528.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_2528.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_2528 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_2528.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_2528.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_2528.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_2528.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_2521>.s3_row {
	margin: 0 -10px;
}

#stacks_in_2521>.s3_row>.s3_column_left {
	width: 25.00%;
}

#stacks_in_2521>.s3_row>.s3_column_right {
	width: 75.000000%;
}




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










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



}



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


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


}





/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_1295 {
	width: 100%;
	clear: both;
	padding-top: 30px;
	padding-bottom: 30px;
}
#simpleDivider_stacks_in_1295 .theDivider1,
#simpleDivider_stacks_in_1295 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_1295 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_1295.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #000000;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_1295.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1295 .theDivider2 {
	height: 7px;
}
#simpleDivider_stacks_in_1295.transparentOff .theDivider2 {
	background-color: #CCCCCC;
}
#simpleDivider_stacks_in_1295.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_1295.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1295.bgImageOn .theDivider1 img {
	display: block;
}


#stacks_in_1295 {
	padding:  20px;
}
/* @group CSS Reset */

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

#shareStackWrapperstacks_in_2038 ul#shareStackArraystacks_in_2038 {
	padding: 0;
	margin: 0;
	list-style: none;
	height: auto;
	overflow: auto;
	text-align: center;
}

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

/* @end */

/* @group Positioning */

/* @group Absolute Positioning */

/*  */

/* @end */

/* @group Fixed Positioning */

/*  */

/* @end */

/*  */

/* @group Relative Positioning */

#shareStackWrapperstacks_in_2038 {
	position: relative;
	width: 100%;
}

/*  */

/* @end */





/* @end */

/* @group Buttons */

#shareStackWrapperstacks_in_2038 ul#shareStackArraystacks_in_2038 li.shareStackItem {
	padding: 0;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	display: inline-block;
	text-align: center;
	font-size: 28px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	cursor: pointer;
	position: relative;
	transition: opacity 300ms ease-in-out;
	border-radius: 37px;
	opacity: 0.99;
	list-style: none;
	overflow: hidden;
}

#shareStackWrapperstacks_in_2038 ul#shareStackArraystacks_in_2038 li.shareStackItem:hover {
	opacity: 0.85;
}

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

/* @end */

/* @group Responsive */

#shareStackWrapperstacks_in_2038 ul#shareStackArraystacks_in_2038 {
	display: none;
}

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

/* @end */

/* @group Icons */

#shareStackWrapperstacks_in_2038 #shareStackItem-baidustacks_in_2038 {
	background: #FF4749;
	color: #0000ff;
}

#shareStackWrapperstacks_in_2038 #shareStackItem-bloggerstacks_in_2038 {
	background: #F3881F;
	color: #ffffff;
}

#shareStackWrapperstacks_in_2038 #shareStackItem-deliciousstacks_in_2038 {
	background: #0c83e8;
	color: #ffffff;
}

#shareStackWrapperstacks_in_2038 #shareStackItem-diggstacks_in_2038 {
	background: #000000;
	color: #ffffff;
}

#shareStackWrapperstacks_in_2038 #shareStackItem-facebookstacks_in_2038 {
	background: #406fac;
	color: #ffffff;
}

#shareStackWrapperstacks_in_2038 #shareStackItem-googleplusstacks_in_2038 {
	background: #e15540;
	color: #ffffff;
}

#shareStackWrapperstacks_in_2038 #shareStackItem-linkedinstacks_in_2038 {
	background: #0182bd;
	color: #ffffff;
}

#shareStackWrapperstacks_in_2038 #shareStackItem-livejournalstacks_in_2038 {
	background: #083B51;
	color: #9AECFF;
}

#shareStackWrapperstacks_in_2038 #shareStackItem-myspacestacks_in_2038 {
	background: #032087;
	color: #ffffff;
}

#shareStackWrapperstacks_in_2038 #shareStackItem-odnoklassnikistacks_in_2038 {
	background: #E76E23;
	color: #ffffff;
}

#shareStackWrapperstacks_in_2038 #shareStackItem-pocketstacks_in_2038 {
	background: #DC2447;
	color: #ffffff;
}

#shareStackWrapperstacks_in_2038 #shareStackItem-redditstacks_in_2038 {
	background: #d3e6f8;
	color: #000000;
}

#shareStackWrapperstacks_in_2038 #shareStackItem-renrenstacks_in_2038 {
	background: #f5f5f5;
	color: #0164b4;
}

#shareStackWrapperstacks_in_2038 #shareStackItem-stumbleuponstacks_in_2038 {
	background: #ed5328;
	color: #ffffff;
}

#shareStackWrapperstacks_in_2038 #shareStackItem-telegramstacks_in_2038 {
	background: #32afed;
	color: #ffffff;
}

#shareStackWrapperstacks_in_2038 #shareStackItem-tumblrstacks_in_2038 {
	background: #3c4f67;
	color: #ffffff;
}

#shareStackWrapperstacks_in_2038 #shareStackItem-twitterstacks_in_2038 {
	background: #44A6FD;
	color: #ffffff;
}

#shareStackWrapperstacks_in_2038 #shareStackItem-viadeostacks_in_2038 {
	background: #333333;
	color: #E88B25;
}

#shareStackWrapperstacks_in_2038 #shareStackItem-vkontaktestacks_in_2038 {
	background: #557fab;
	color: #ffffff;
}

#shareStackWrapperstacks_in_2038 #shareStackItem-weibostacks_in_2038 {
	background: #db2f2d;
	color: #ffffff;
}

#shareStackWrapperstacks_in_2038 #shareStackItem-xingstacks_in_2038 {
	background: #D0D607;
	color: #0A5256;
}

/* Utility icons */

#shareStackWrapperstacks_in_2038 #shareStackItem-emailstacks_in_2038 {
	background: #cdcdcd;
	color: #333333;
}

#shareStackWrapperstacks_in_2038 #shareStackItem-printstacks_in_2038 {
	background: #808080;
	color: #ffffff;
}

/* Custom Icons */

#shareStackWrapperstacks_in_2038 #shareStackItem-customonestacks_in_2038 {
	background: #FF8000;
	color: #333333;
}

#shareStackWrapperstacks_in_2038 #shareStackItem-customtwostacks_in_2038 {
	background: #FF8000;
	color: #333333;
}

#shareStackWrapperstacks_in_2038 #shareStackItem-customthreestacks_in_2038 {
	background: #FF8000;
	color: #333333;
}

#shareStackWrapperstacks_in_2038 #shareStackItem-customfourstacks_in_2038 {
	background: #FF8000;
	color: #333333;
}

#shareStackWrapperstacks_in_2038 #shareStackItem-customfivestacks_in_2038 {
	background: #FF8000;
	color: #333333;
}

/* @end */

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

/* @group Edit Mode Styling */

/*  */

/* @end */
/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_1933 {
	width: 100%;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
}
#simpleDivider_stacks_in_1933 .theDivider1,
#simpleDivider_stacks_in_1933 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_1933 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_1933.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_1933.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1933 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_1933.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_1933.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_1933.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1933.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_1447>.s3_row {
	margin: 0 -10px;
}

#stacks_in_1447>.s3_row>.s3_column_left {
	width: 25.00%;
}

#stacks_in_1447>.s3_row>.s3_column_right {
	width: 75.000000%;
}




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










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



}



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


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


}





/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_2470 {
	width: 100%;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
}
#simpleDivider_stacks_in_2470 .theDivider1,
#simpleDivider_stacks_in_2470 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_2470 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_2470.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_2470.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_2470 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_2470.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_2470.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_2470.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_2470.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_2463>.s3_row {
	margin: 0 -10px;
}

#stacks_in_2463>.s3_row>.s3_column_left {
	width: 25.00%;
}

#stacks_in_2463>.s3_row>.s3_column_right {
	width: 75.000000%;
}




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










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



}



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


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


}





/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_1921 {
	width: 100%;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
}
#simpleDivider_stacks_in_1921 .theDivider1,
#simpleDivider_stacks_in_1921 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_1921 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_1921.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_1921.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1921 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_1921.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_1921.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_1921.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1921.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_2591>.s3_row {
	margin: 0 -10px;
}

#stacks_in_2591>.s3_row>.s3_column_left {
	width: 25.00%;
}

#stacks_in_2591>.s3_row>.s3_column_right {
	width: 75.000000%;
}




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










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



}



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


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


}





/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_2598 {
	width: 100%;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
}
#simpleDivider_stacks_in_2598 .theDivider1,
#simpleDivider_stacks_in_2598 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_2598 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_2598.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_2598.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_2598 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_2598.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_2598.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_2598.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_2598.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_1509>.s3_row {
	margin: 0 -10px;
}

#stacks_in_1509>.s3_row>.s3_column_left {
	width: 25.00%;
}

#stacks_in_1509>.s3_row>.s3_column_right {
	width: 75.000000%;
}




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










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



}



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


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


}





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

#stacks_in_2729>.s3_row>.s3_column_left {
	width: 25.00%;
}

#stacks_in_2729>.s3_row>.s3_column_right {
	width: 75.000000%;
}




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










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



}



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


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


}





/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_1302 {
	width: 100%;
	clear: both;
	padding-top: 30px;
	padding-bottom: 30px;
}
#simpleDivider_stacks_in_1302 .theDivider1,
#simpleDivider_stacks_in_1302 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_1302 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_1302.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #000000;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_1302.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1302 .theDivider2 {
	height: 7px;
}
#simpleDivider_stacks_in_1302.transparentOff .theDivider2 {
	background-color: #CCCCCC;
}
#simpleDivider_stacks_in_1302.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_1302.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1302.bgImageOn .theDivider1 img {
	display: block;
}


#stacks_in_1302 {
	padding:  20px;
}
/* @group CSS Reset */

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

#shareStackWrapperstacks_in_2039 ul#shareStackArraystacks_in_2039 {
	padding: 0;
	margin: 0;
	list-style: none;
	height: auto;
	overflow: auto;
	text-align: center;
}

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

/* @end */

/* @group Positioning */

/* @group Absolute Positioning */

/*  */

/* @end */

/* @group Fixed Positioning */

/*  */

/* @end */

/*  */

/* @group Relative Positioning */

#shareStackWrapperstacks_in_2039 {
	position: relative;
	width: 100%;
}

/*  */

/* @end */





/* @end */

/* @group Buttons */

#shareStackWrapperstacks_in_2039 ul#shareStackArraystacks_in_2039 li.shareStackItem {
	padding: 0;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	display: inline-block;
	text-align: center;
	font-size: 28px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	cursor: pointer;
	position: relative;
	transition: opacity 300ms ease-in-out;
	border-radius: 37px;
	opacity: 0.99;
	list-style: none;
	overflow: hidden;
}

#shareStackWrapperstacks_in_2039 ul#shareStackArraystacks_in_2039 li.shareStackItem:hover {
	opacity: 0.85;
}

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

/* @end */

/* @group Responsive */

#shareStackWrapperstacks_in_2039 ul#shareStackArraystacks_in_2039 {
	display: none;
}

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

/* @end */

/* @group Icons */

#shareStackWrapperstacks_in_2039 #shareStackItem-baidustacks_in_2039 {
	background: #FF4749;
	color: #0000ff;
}

#shareStackWrapperstacks_in_2039 #shareStackItem-bloggerstacks_in_2039 {
	background: #F3881F;
	color: #ffffff;
}

#shareStackWrapperstacks_in_2039 #shareStackItem-deliciousstacks_in_2039 {
	background: #0c83e8;
	color: #ffffff;
}

#shareStackWrapperstacks_in_2039 #shareStackItem-diggstacks_in_2039 {
	background: #000000;
	color: #ffffff;
}

#shareStackWrapperstacks_in_2039 #shareStackItem-facebookstacks_in_2039 {
	background: #406fac;
	color: #ffffff;
}

#shareStackWrapperstacks_in_2039 #shareStackItem-googleplusstacks_in_2039 {
	background: #e15540;
	color: #ffffff;
}

#shareStackWrapperstacks_in_2039 #shareStackItem-linkedinstacks_in_2039 {
	background: #0182bd;
	color: #ffffff;
}

#shareStackWrapperstacks_in_2039 #shareStackItem-livejournalstacks_in_2039 {
	background: #083B51;
	color: #9AECFF;
}

#shareStackWrapperstacks_in_2039 #shareStackItem-myspacestacks_in_2039 {
	background: #032087;
	color: #ffffff;
}

#shareStackWrapperstacks_in_2039 #shareStackItem-odnoklassnikistacks_in_2039 {
	background: #E76E23;
	color: #ffffff;
}

#shareStackWrapperstacks_in_2039 #shareStackItem-pocketstacks_in_2039 {
	background: #DC2447;
	color: #ffffff;
}

#shareStackWrapperstacks_in_2039 #shareStackItem-redditstacks_in_2039 {
	background: #d3e6f8;
	color: #000000;
}

#shareStackWrapperstacks_in_2039 #shareStackItem-renrenstacks_in_2039 {
	background: #f5f5f5;
	color: #0164b4;
}

#shareStackWrapperstacks_in_2039 #shareStackItem-stumbleuponstacks_in_2039 {
	background: #ed5328;
	color: #ffffff;
}

#shareStackWrapperstacks_in_2039 #shareStackItem-telegramstacks_in_2039 {
	background: #32afed;
	color: #ffffff;
}

#shareStackWrapperstacks_in_2039 #shareStackItem-tumblrstacks_in_2039 {
	background: #3c4f67;
	color: #ffffff;
}

#shareStackWrapperstacks_in_2039 #shareStackItem-twitterstacks_in_2039 {
	background: #44A6FD;
	color: #ffffff;
}

#shareStackWrapperstacks_in_2039 #shareStackItem-viadeostacks_in_2039 {
	background: #333333;
	color: #E88B25;
}

#shareStackWrapperstacks_in_2039 #shareStackItem-vkontaktestacks_in_2039 {
	background: #557fab;
	color: #ffffff;
}

#shareStackWrapperstacks_in_2039 #shareStackItem-weibostacks_in_2039 {
	background: #db2f2d;
	color: #ffffff;
}

#shareStackWrapperstacks_in_2039 #shareStackItem-xingstacks_in_2039 {
	background: #D0D607;
	color: #0A5256;
}

/* Utility icons */

#shareStackWrapperstacks_in_2039 #shareStackItem-emailstacks_in_2039 {
	background: #cdcdcd;
	color: #333333;
}

#shareStackWrapperstacks_in_2039 #shareStackItem-printstacks_in_2039 {
	background: #808080;
	color: #ffffff;
}

/* Custom Icons */

#shareStackWrapperstacks_in_2039 #shareStackItem-customonestacks_in_2039 {
	background: #FF8000;
	color: #333333;
}

#shareStackWrapperstacks_in_2039 #shareStackItem-customtwostacks_in_2039 {
	background: #FF8000;
	color: #333333;
}

#shareStackWrapperstacks_in_2039 #shareStackItem-customthreestacks_in_2039 {
	background: #FF8000;
	color: #333333;
}

#shareStackWrapperstacks_in_2039 #shareStackItem-customfourstacks_in_2039 {
	background: #FF8000;
	color: #333333;
}

#shareStackWrapperstacks_in_2039 #shareStackItem-customfivestacks_in_2039 {
	background: #FF8000;
	color: #333333;
}

/* @end */

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

/* @group Edit Mode Styling */

/*  */

/* @end */
/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_1674 {
	width: 100%;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
}
#simpleDivider_stacks_in_1674 .theDivider1,
#simpleDivider_stacks_in_1674 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_1674 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_1674.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_1674.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1674 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_1674.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_1674.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_1674.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1674.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_1867>.s3_row {
	margin: 0 -10px;
}

#stacks_in_1867>.s3_row>.s3_column_left {
	width: 25.00%;
}

#stacks_in_1867>.s3_row>.s3_column_right {
	width: 75.000000%;
}




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










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



}



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


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


}





/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_2396 {
	width: 100%;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
}
#simpleDivider_stacks_in_2396 .theDivider1,
#simpleDivider_stacks_in_2396 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_2396 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_2396.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_2396.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_2396 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_2396.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_2396.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_2396.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_2396.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_1602>.s3_row {
	margin: 0 -25px;
}

#stacks_in_1602>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_1602>.s3_row>.s3_column_center {
	width: 30.000000%;
}

#stacks_in_1602>.s3_row>.s3_column_right {
	width: 40.00%;
}

#stacks_in_1602>.s3_row>.s3_column {
	padding: 0 25px;
}








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



}



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


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


}



/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_1866 {
	width: 100%;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
}
#simpleDivider_stacks_in_1866 .theDivider1,
#simpleDivider_stacks_in_1866 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_1866 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_1866.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_1866.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1866 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_1866.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_1866.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_1866.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1866.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_1612>.s3_row {
	margin: 0 -25px;
}

#stacks_in_1612>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_1612>.s3_row>.s3_column_center {
	width: 30.000000%;
}

#stacks_in_1612>.s3_row>.s3_column_right {
	width: 40.00%;
}

#stacks_in_1612>.s3_row>.s3_column {
	padding: 0 25px;
}








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



}



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


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


}



/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_1675 {
	width: 100%;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
}
#simpleDivider_stacks_in_1675 .theDivider1,
#simpleDivider_stacks_in_1675 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_1675 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_1675.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_1675.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1675 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_1675.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_1675.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_1675.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1675.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_1715>.s3_row {
	margin: 0 -25px;
}

#stacks_in_1715>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_1715>.s3_row>.s3_column_center {
	width: 30.000000%;
}

#stacks_in_1715>.s3_row>.s3_column_right {
	width: 40.00%;
}

#stacks_in_1715>.s3_row>.s3_column {
	padding: 0 25px;
}








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



}



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


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


}



/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_1676 {
	width: 100%;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
}
#simpleDivider_stacks_in_1676 .theDivider1,
#simpleDivider_stacks_in_1676 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_1676 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_1676.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_1676.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1676 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_1676.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_1676.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_1676.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1676.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_1680>.s3_row {
	margin: 0 -25px;
}

#stacks_in_1680>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_1680>.s3_row>.s3_column_center {
	width: 30.000000%;
}

#stacks_in_1680>.s3_row>.s3_column_right {
	width: 40.00%;
}

#stacks_in_1680>.s3_row>.s3_column {
	padding: 0 25px;
}








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



}



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


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


}



/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_1677 {
	width: 100%;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
}
#simpleDivider_stacks_in_1677 .theDivider1,
#simpleDivider_stacks_in_1677 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_1677 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_1677.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_1677.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1677 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_1677.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_1677.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_1677.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1677.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_1705>.s3_row {
	margin: 0 -25px;
}

#stacks_in_1705>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_1705>.s3_row>.s3_column_center {
	width: 30.000000%;
}

#stacks_in_1705>.s3_row>.s3_column_right {
	width: 40.00%;
}

#stacks_in_1705>.s3_row>.s3_column {
	padding: 0 25px;
}








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



}



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


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


}



/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_1693 {
	width: 100%;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
}
#simpleDivider_stacks_in_1693 .theDivider1,
#simpleDivider_stacks_in_1693 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_1693 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_1693.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_1693.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1693 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_1693.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_1693.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_1693.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1693.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_1732>.s3_row {
	margin: 0 -25px;
}

#stacks_in_1732>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_1732>.s3_row>.s3_column_center {
	width: 30.000000%;
}

#stacks_in_1732>.s3_row>.s3_column_right {
	width: 40.00%;
}

#stacks_in_1732>.s3_row>.s3_column {
	padding: 0 25px;
}








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



}



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


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


}



/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_1742 {
	width: 100%;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
}
#simpleDivider_stacks_in_1742 .theDivider1,
#simpleDivider_stacks_in_1742 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_1742 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_1742.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_1742.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1742 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_1742.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_1742.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_1742.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1742.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_1834>.s3_row {
	margin: 0 -25px;
}

#stacks_in_1834>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_1834>.s3_row>.s3_column_center {
	width: 30.000000%;
}

#stacks_in_1834>.s3_row>.s3_column_right {
	width: 40.00%;
}

#stacks_in_1834>.s3_row>.s3_column {
	padding: 0 25px;
}








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



}



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


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


}



/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_1787 {
	width: 100%;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
}
#simpleDivider_stacks_in_1787 .theDivider1,
#simpleDivider_stacks_in_1787 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_1787 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_1787.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_1787.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1787 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_1787.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_1787.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_1787.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1787.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_1788>.s3_row {
	margin: 0 -25px;
}

#stacks_in_1788>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_1788>.s3_row>.s3_column_center {
	width: 30.000000%;
}

#stacks_in_1788>.s3_row>.s3_column_right {
	width: 40.00%;
}

#stacks_in_1788>.s3_row>.s3_column {
	padding: 0 25px;
}








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



}



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


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


}



/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_2241 {
	width: 100%;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
}
#simpleDivider_stacks_in_2241 .theDivider1,
#simpleDivider_stacks_in_2241 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_2241 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_2241.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_2241.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_2241 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_2241.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_2241.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_2241.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_2241.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_2231>.s3_row {
	margin: 0 -25px;
}

#stacks_in_2231>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_2231>.s3_row>.s3_column_center {
	width: 30.000000%;
}

#stacks_in_2231>.s3_row>.s3_column_right {
	width: 40.00%;
}

#stacks_in_2231>.s3_row>.s3_column {
	padding: 0 25px;
}








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



}



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


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


}



/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_2002 {
	width: 100%;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
}
#simpleDivider_stacks_in_2002 .theDivider1,
#simpleDivider_stacks_in_2002 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_2002 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_2002.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_2002.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_2002 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_2002.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_2002.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_2002.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_2002.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_1823>.s3_row {
	margin: 0 -25px;
}

#stacks_in_1823>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_1823>.s3_row>.s3_column_center {
	width: 30.000000%;
}

#stacks_in_1823>.s3_row>.s3_column_right {
	width: 40.00%;
}

#stacks_in_1823>.s3_row>.s3_column {
	padding: 0 25px;
}








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



}



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


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


}



/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_2325 {
	width: 100%;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
}
#simpleDivider_stacks_in_2325 .theDivider1,
#simpleDivider_stacks_in_2325 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_2325 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_2325.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_2325.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_2325 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_2325.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_2325.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_2325.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_2325.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_2165>.s3_row {
	margin: 0 -25px;
}

#stacks_in_2165>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_2165>.s3_row>.s3_column_center {
	width: 30.000000%;
}

#stacks_in_2165>.s3_row>.s3_column_right {
	width: 40.00%;
}

#stacks_in_2165>.s3_row>.s3_column {
	padding: 0 25px;
}








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



}



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


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


}



/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_1833 {
	width: 100%;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
}
#simpleDivider_stacks_in_1833 .theDivider1,
#simpleDivider_stacks_in_1833 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_1833 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_1833.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_1833.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1833 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_1833.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_1833.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_1833.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1833.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_2315>.s3_row {
	margin: 0 -25px;
}

#stacks_in_2315>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_2315>.s3_row>.s3_column_center {
	width: 30.000000%;
}

#stacks_in_2315>.s3_row>.s3_column_right {
	width: 40.00%;
}

#stacks_in_2315>.s3_row>.s3_column {
	padding: 0 25px;
}








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



}



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


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


}



/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_2175 {
	width: 100%;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
}
#simpleDivider_stacks_in_2175 .theDivider1,
#simpleDivider_stacks_in_2175 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_2175 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_2175.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_2175.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_2175 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_2175.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_2175.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_2175.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_2175.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_2198>.s3_row {
	margin: 0 -25px;
}

#stacks_in_2198>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_2198>.s3_row>.s3_column_center {
	width: 30.000000%;
}

#stacks_in_2198>.s3_row>.s3_column_right {
	width: 40.00%;
}

#stacks_in_2198>.s3_row>.s3_column {
	padding: 0 25px;
}








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



}



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


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


}



/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_2208 {
	width: 100%;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
}
#simpleDivider_stacks_in_2208 .theDivider1,
#simpleDivider_stacks_in_2208 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_2208 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_2208.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_2208.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_2208 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_2208.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_2208.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_2208.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_2208.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_2209>.s3_row {
	margin: 0 -25px;
}

#stacks_in_2209>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_2209>.s3_row>.s3_column_center {
	width: 30.000000%;
}

#stacks_in_2209>.s3_row>.s3_column_right {
	width: 40.00%;
}

#stacks_in_2209>.s3_row>.s3_column {
	padding: 0 25px;
}








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



}



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


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


}



/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_2219 {
	width: 100%;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
}
#simpleDivider_stacks_in_2219 .theDivider1,
#simpleDivider_stacks_in_2219 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_2219 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_2219.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_2219.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_2219 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_2219.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_2219.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_2219.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_2219.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_2176>.s3_row {
	margin: 0 -25px;
}

#stacks_in_2176>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_2176>.s3_row>.s3_column_center {
	width: 30.000000%;
}

#stacks_in_2176>.s3_row>.s3_column_right {
	width: 40.00%;
}

#stacks_in_2176>.s3_row>.s3_column {
	padding: 0 25px;
}








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



}



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


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


}



/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_2347 {
	width: 100%;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
}
#simpleDivider_stacks_in_2347 .theDivider1,
#simpleDivider_stacks_in_2347 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_2347 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_2347.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_2347.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_2347 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_2347.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_2347.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_2347.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_2347.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_2337>.s3_row {
	margin: 0 -25px;
}

#stacks_in_2337>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_2337>.s3_row>.s3_column_center {
	width: 30.000000%;
}

#stacks_in_2337>.s3_row>.s3_column_right {
	width: 40.00%;
}

#stacks_in_2337>.s3_row>.s3_column {
	padding: 0 25px;
}








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



}



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


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


}



/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_2397 {
	width: 100%;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
}
#simpleDivider_stacks_in_2397 .theDivider1,
#simpleDivider_stacks_in_2397 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_2397 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_2397.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_2397.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_2397 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_2397.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_2397.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_2397.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_2397.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_2359>.s3_row {
	margin: 0 -25px;
}

#stacks_in_2359>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_2359>.s3_row>.s3_column_center {
	width: 30.000000%;
}

#stacks_in_2359>.s3_row>.s3_column_right {
	width: 40.00%;
}

#stacks_in_2359>.s3_row>.s3_column {
	padding: 0 25px;
}








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



}



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


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


}



/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_2369 {
	width: 100%;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
}
#simpleDivider_stacks_in_2369 .theDivider1,
#simpleDivider_stacks_in_2369 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_2369 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_2369.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_2369.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_2369 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_2369.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_2369.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_2369.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_2369.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_2398>.s3_row {
	margin: 0 -25px;
}

#stacks_in_2398>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_2398>.s3_row>.s3_column_center {
	width: 30.000000%;
}

#stacks_in_2398>.s3_row>.s3_column_right {
	width: 40.00%;
}

#stacks_in_2398>.s3_row>.s3_column {
	padding: 0 25px;
}








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



}



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


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


}



/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_2440 {
	width: 100%;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
}
#simpleDivider_stacks_in_2440 .theDivider1,
#simpleDivider_stacks_in_2440 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_2440 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_2440.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_2440.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_2440 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_2440.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_2440.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_2440.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_2440.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_2430>.s3_row {
	margin: 0 -25px;
}

#stacks_in_2430>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_2430>.s3_row>.s3_column_center {
	width: 30.000000%;
}

#stacks_in_2430>.s3_row>.s3_column_right {
	width: 40.00%;
}

#stacks_in_2430>.s3_row>.s3_column {
	padding: 0 25px;
}








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



}



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


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


}



/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_2495 {
	width: 100%;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
}
#simpleDivider_stacks_in_2495 .theDivider1,
#simpleDivider_stacks_in_2495 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_2495 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_2495.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_2495.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_2495 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_2495.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_2495.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_2495.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_2495.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_2452>.s3_row {
	margin: 0 -25px;
}

#stacks_in_2452>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_2452>.s3_row>.s3_column_center {
	width: 30.000000%;
}

#stacks_in_2452>.s3_row>.s3_column_right {
	width: 40.00%;
}

#stacks_in_2452>.s3_row>.s3_column {
	padding: 0 25px;
}








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



}



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


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


}



/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_2462 {
	width: 100%;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
}
#simpleDivider_stacks_in_2462 .theDivider1,
#simpleDivider_stacks_in_2462 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_2462 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_2462.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_2462.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_2462 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_2462.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_2462.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_2462.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_2462.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_2485>.s3_row {
	margin: 0 -25px;
}

#stacks_in_2485>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_2485>.s3_row>.s3_column_center {
	width: 30.000000%;
}

#stacks_in_2485>.s3_row>.s3_column_right {
	width: 40.00%;
}

#stacks_in_2485>.s3_row>.s3_column {
	padding: 0 25px;
}








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



}



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


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


}



/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_2186 {
	width: 100%;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
}
#simpleDivider_stacks_in_2186 .theDivider1,
#simpleDivider_stacks_in_2186 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_2186 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_2186.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_2186.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_2186 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_2186.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_2186.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_2186.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_2186.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_2508>.s3_row {
	margin: 0 -25px;
}

#stacks_in_2508>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_2508>.s3_row>.s3_column_center {
	width: 30.000000%;
}

#stacks_in_2508>.s3_row>.s3_column_right {
	width: 40.00%;
}

#stacks_in_2508>.s3_row>.s3_column {
	padding: 0 25px;
}








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



}



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


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


}



/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_2507 {
	width: 100%;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
}
#simpleDivider_stacks_in_2507 .theDivider1,
#simpleDivider_stacks_in_2507 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_2507 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_2507.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_2507.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_2507 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_2507.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_2507.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_2507.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_2507.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_2547>.s3_row {
	margin: 0 -25px;
}

#stacks_in_2547>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_2547>.s3_row>.s3_column_center {
	width: 30.000000%;
}

#stacks_in_2547>.s3_row>.s3_column_right {
	width: 40.00%;
}

#stacks_in_2547>.s3_row>.s3_column {
	padding: 0 25px;
}








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



}



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


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


}



/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_2546 {
	width: 100%;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
}
#simpleDivider_stacks_in_2546 .theDivider1,
#simpleDivider_stacks_in_2546 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_2546 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_2546.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_2546.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_2546 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_2546.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_2546.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_2546.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_2546.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_2624>.s3_row {
	margin: 0 -25px;
}

#stacks_in_2624>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_2624>.s3_row>.s3_column_center {
	width: 30.000000%;
}

#stacks_in_2624>.s3_row>.s3_column_right {
	width: 40.00%;
}

#stacks_in_2624>.s3_row>.s3_column {
	padding: 0 25px;
}








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



}



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


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


}



/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_2623 {
	width: 100%;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
}
#simpleDivider_stacks_in_2623 .theDivider1,
#simpleDivider_stacks_in_2623 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_2623 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_2623.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_2623.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_2623 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_2623.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_2623.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_2623.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_2623.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_2661>.s3_row {
	margin: 0 -25px;
}

#stacks_in_2661>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_2661>.s3_row>.s3_column_center {
	width: 30.000000%;
}

#stacks_in_2661>.s3_row>.s3_column_right {
	width: 40.00%;
}

#stacks_in_2661>.s3_row>.s3_column {
	padding: 0 25px;
}








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



}



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


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


}



/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_2660 {
	width: 100%;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
}
#simpleDivider_stacks_in_2660 .theDivider1,
#simpleDivider_stacks_in_2660 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_2660 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_2660.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_2660.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_2660 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_2660.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_2660.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_2660.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_2660.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_2713>.s3_row {
	margin: 0 -25px;
}

#stacks_in_2713>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_2713>.s3_row>.s3_column_center {
	width: 30.000000%;
}

#stacks_in_2713>.s3_row>.s3_column_right {
	width: 40.00%;
}

#stacks_in_2713>.s3_row>.s3_column {
	padding: 0 25px;
}








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



}



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


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


}



/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_2712 {
	width: 100%;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
}
#simpleDivider_stacks_in_2712 .theDivider1,
#simpleDivider_stacks_in_2712 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_2712 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_2712.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_2712.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_2712 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_2712.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_2712.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_2712.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_2712.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_2691>.s3_row {
	margin: 0 -25px;
}

#stacks_in_2691>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_2691>.s3_row>.s3_column_center {
	width: 30.000000%;
}

#stacks_in_2691>.s3_row>.s3_column_right {
	width: 40.00%;
}

#stacks_in_2691>.s3_row>.s3_column {
	padding: 0 25px;
}








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



}



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


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


}



/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_2690 {
	width: 100%;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
}
#simpleDivider_stacks_in_2690 .theDivider1,
#simpleDivider_stacks_in_2690 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_2690 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_2690.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_2690.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_2690 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_2690.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_2690.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_2690.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_2690.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_1875>.s3_row {
	margin: 0 -10px;
}

#stacks_in_1875>.s3_row>.s3_column_left {
	width: 56.40%;
}

#stacks_in_1875>.s3_row>.s3_column_right {
	width: 43.599998%;
}




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










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



}



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


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


}





/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_2752 {
	width: 100%;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
}
#simpleDivider_stacks_in_2752 .theDivider1,
#simpleDivider_stacks_in_2752 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_2752 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_2752.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_2752.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_2752 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_2752.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_2752.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_2752.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_2752.bgImageOn .theDivider1 img {
	display: block;
}


#stacks_in_1634 {
	margin:  5px;
	padding:  5px;
}
/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_2753 {
	width: 100%;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
}
#simpleDivider_stacks_in_2753 .theDivider1,
#simpleDivider_stacks_in_2753 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_2753 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_2753.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_2753.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_2753 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_2753.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_2753.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_2753.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_2753.bgImageOn .theDivider1 img {
	display: block;
}


#stacks_in_2746 {
	margin:  5px;
	padding:  5px;
}
/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_2751 {
	width: 100%;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
}
#simpleDivider_stacks_in_2751 .theDivider1,
#simpleDivider_stacks_in_2751 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_2751 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_2751.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_2751.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_2751 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_2751.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_2751.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_2751.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_2751.bgImageOn .theDivider1 img {
	display: block;
}

/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_1843 {
	width: 100%;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
}
#simpleDivider_stacks_in_1843 .theDivider1,
#simpleDivider_stacks_in_1843 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_1843 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_1843.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_1843.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1843 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_1843.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_1843.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_1843.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1843.bgImageOn .theDivider1 img {
	display: block;
}


#stacks_in_2645 {
	margin:  5px;
	padding:  5px;
}
/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_2648 {
	width: 100%;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
}
#simpleDivider_stacks_in_2648 .theDivider1,
#simpleDivider_stacks_in_2648 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_2648 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_2648.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_2648.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_2648 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_2648.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_2648.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_2648.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_2648.bgImageOn .theDivider1 img {
	display: block;
}


#stacks_in_2560 {
	margin:  5px;
	padding:  5px;
}
/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_2563 {
	width: 100%;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
}
#simpleDivider_stacks_in_2563 .theDivider1,
#simpleDivider_stacks_in_2563 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_2563 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_2563.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_2563.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_2563 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_2563.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_2563.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_2563.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_2563.bgImageOn .theDivider1 img {
	display: block;
}


#stacks_in_2102 {
	margin:  5px;
	padding:  5px;
}
/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_2101 {
	width: 100%;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
}
#simpleDivider_stacks_in_2101 .theDivider1,
#simpleDivider_stacks_in_2101 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_2101 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_2101.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_2101.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_2101 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_2101.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_2101.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_2101.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_2101.bgImageOn .theDivider1 img {
	display: block;
}


#stacks_in_1840 {
	margin:  5px;
	padding:  5px;
}
/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_1679 {
	width: 100%;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
}
#simpleDivider_stacks_in_1679 .theDivider1,
#simpleDivider_stacks_in_1679 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_1679 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_1679.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_1679.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1679 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_1679.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_1679.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_1679.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1679.bgImageOn .theDivider1 img {
	display: block;
}


#stacks_in_1345 {
	margin:  5px;
	padding:  5px;
}
/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_1678 {
	width: 100%;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
}
#simpleDivider_stacks_in_1678 .theDivider1,
#simpleDivider_stacks_in_1678 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_1678 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_1678.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_1678.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1678 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_1678.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_1678.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_1678.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1678.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_1884>.s3_row {
	margin: 0 -10px;
}

#stacks_in_1884>.s3_row>.s3_column_left {
	width: 25.00%;
}

#stacks_in_1884>.s3_row>.s3_column_right {
	width: 75.000000%;
}




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










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



}



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


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


}





/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_1908 {
	width: 100%;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
}
#simpleDivider_stacks_in_1908 .theDivider1,
#simpleDivider_stacks_in_1908 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_1908 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_1908.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_1908.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1908 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_1908.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_1908.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_1908.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1908.bgImageOn .theDivider1 img {
	display: block;
}

/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_2473 {
	width: 100%;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
}
#simpleDivider_stacks_in_2473 .theDivider1,
#simpleDivider_stacks_in_2473 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_2473 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_2473.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_2473.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_2473 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_2473.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_2473.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_2473.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_2473.bgImageOn .theDivider1 img {
	display: block;
}

/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_1903 {
	width: 100%;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
}
#simpleDivider_stacks_in_1903 .theDivider1,
#simpleDivider_stacks_in_1903 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_1903 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_1903.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_1903.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1903 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_1903.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_1903.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_1903.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1903.bgImageOn .theDivider1 img {
	display: block;
}

/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_1911 {
	width: 100%;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
}
#simpleDivider_stacks_in_1911 .theDivider1,
#simpleDivider_stacks_in_1911 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_1911 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_1911.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_1911.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1911 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_1911.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_1911.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_1911.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1911.bgImageOn .theDivider1 img {
	display: block;
}

/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_1883 {
	width: 100%;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
}
#simpleDivider_stacks_in_1883 .theDivider1,
#simpleDivider_stacks_in_1883 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_1883 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_1883.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_1883.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1883 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_1883.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_1883.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_1883.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1883.bgImageOn .theDivider1 img {
	display: block;
}

/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_2025 {
	width: 100%;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
}
#simpleDivider_stacks_in_2025 .theDivider1,
#simpleDivider_stacks_in_2025 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_2025 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_2025.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_2025.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_2025 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_2025.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_2025.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_2025.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_2025.bgImageOn .theDivider1 img {
	display: block;
}

/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_2559 {
	width: 100%;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
}
#simpleDivider_stacks_in_2559 .theDivider1,
#simpleDivider_stacks_in_2559 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_2559 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_2559.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_2559.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_2559 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_2559.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_2559.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_2559.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_2559.bgImageOn .theDivider1 img {
	display: block;
}

/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_1905 {
	width: 100%;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
}
#simpleDivider_stacks_in_1905 .theDivider1,
#simpleDivider_stacks_in_1905 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_1905 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_1905.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_1905.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1905 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_1905.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_1905.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_1905.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1905.bgImageOn .theDivider1 img {
	display: block;
}

/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_1904 {
	width: 100%;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
}
#simpleDivider_stacks_in_1904 .theDivider1,
#simpleDivider_stacks_in_1904 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_1904 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_1904.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_1904.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1904 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_1904.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_1904.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_1904.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1904.bgImageOn .theDivider1 img {
	display: block;
}

/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_1907 {
	width: 100%;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
}
#simpleDivider_stacks_in_1907 .theDivider1,
#simpleDivider_stacks_in_1907 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_1907 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_1907.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_1907.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1907 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_1907.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_1907.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_1907.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1907.bgImageOn .theDivider1 img {
	display: block;
}

/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_1906 {
	width: 100%;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
}
#simpleDivider_stacks_in_1906 .theDivider1,
#simpleDivider_stacks_in_1906 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_1906 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_1906.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_1906.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1906 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_1906.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_1906.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_1906.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1906.bgImageOn .theDivider1 img {
	display: block;
}

/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_400 {
	width: 100%;
	clear: both;
	padding-top: 30px;
	padding-bottom: 30px;
}
#simpleDivider_stacks_in_400 .theDivider1,
#simpleDivider_stacks_in_400 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_400 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_400.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #000000;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_400.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_400 .theDivider2 {
	height: 7px;
}
#simpleDivider_stacks_in_400.transparentOff .theDivider2 {
	background-color: #CCCCCC;
}
#simpleDivider_stacks_in_400.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_400.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_400.bgImageOn .theDivider1 img {
	display: block;
}


#stacks_in_400 {
	padding:  20px;
}
/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_1958 {
	width: 100%;
	clear: both;
	padding-top: 30px;
	padding-bottom: 30px;
}
#simpleDivider_stacks_in_1958 .theDivider1,
#simpleDivider_stacks_in_1958 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_1958 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_1958.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #000000;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_1958.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1958 .theDivider2 {
	height: 7px;
}
#simpleDivider_stacks_in_1958.transparentOff .theDivider2 {
	background-color: #CCCCCC;
}
#simpleDivider_stacks_in_1958.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_1958.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1958.bgImageOn .theDivider1 img {
	display: block;
}


#stacks_in_1958 {
	padding:  20px;
}
/*
 * AUTHOR: JEREMY HAWES
 * STICKY NAVS
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/sticky_navs/
 * Support: support@1littledesigner.com
 * Version 1.2.0
 * Description: Fixed position navigation panels
 */

/* =========================
 * EDIT MODE - ALL THEMES
 ========================= */

/* =========================
 * ACTIVE - ALL THEMES
 ========================= */

	#sideMenu_stacks_in_2123 {
		position: fixed;
		top: 100px;
		z-index: 1410065408;
	}

/* =========================
 * GENERAL STYLES - ALL THEMES
 ========================= */
#sideMenu_stacks_in_2123 .sideMenuInner li.sideNavListItem,
#sideMenu_stacks_in_2123 .sideMenuInner li.sideNavListItem i,
#sideMenu_stacks_in_2123 .sideMenuInner li.sideNavListItem span,
#sideMenu_stacks_in_2123 .sideMenuInner li.sideNavListItem span.sideNavLink {
	font-size: 18px;
	line-height: 18px;
	opacity: 1;
}
#sideMenu_stacks_in_2123 .sideMenuInner li.sideNavListItem img {
	max-width: 18px;
	height: auto;
}
#sideMenu_stacks_in_2123.menuPositionLeft {
	left: 0;
}
#sideMenu_stacks_in_2123.menuPositionRight {
	right: 0;
}
#sideMenu_stacks_in_2123 .sideMenuInner ul,
#sideMenu_stacks_in_2123 .sideMenuInner li {
	padding: 0;
	margin: 0;
}
#sideMenu_stacks_in_2123 .sideMenuInner ul li {
	list-style: none !important;
	list-style-type: none !important;
	padding: 12px 15px;
	display: block;
}
#sideMenu_stacks_in_2123 * {
	cursor: default;
}
#sideMenu_stacks_in_2123 .sideMenuInner ul li:hover * {
	cursor: pointer;
}
#sideMenu_stacks_in_2123 .sideMenuInner ul.sideManuListCont li.sideNavListItem span.sideNavLink a {
	color: #0198E1;
	text-decoration: none;
}
#sideMenu_stacks_in_2123 .sideMenuInner ul.sideManuListCont li.sideNavListItem span.sideNavLink:hover a {
	color: #0D4F8B;
}
#sideMenu_stacks_in_2123 .sideMenuInner ul.sideManuListCont li.sideNavListItem span.sideNavLink {
	color: #999999 !important;
	transition: all ease-in-out 200ms;
	-webkit-transition: all ease-in-out 200ms;
	-moz-transition: all ease-in-out 200ms;
	-ms-transition: all ease-in-out 200ms;
	-o-transition: all ease-in-out 200ms;
}
#sideMenu_stacks_in_2123 .sideMenuInner ul.sideManuListCont li.sideNavListItem span.sideNavLink:hover {
	color: #999999 !important;
}
#sideMenu_stacks_in_2123 .sideMenuInner ul.sideManuListCont li.sideNavListItem i {
	color: #333333;
	transition: all ease-in-out 200ms;
	-webkit-transition: all ease-in-out 200ms;
	-moz-transition: all ease-in-out 200ms;
	-ms-transition: all ease-in-out 200ms;
	-o-transition: all ease-in-out 200ms;
}
#sideMenu_stacks_in_2123 .sideMenuInner ul.sideManuListCont li.sideNavListItem:hover span.sideNavLink {
	transition: all ease-in-out 200ms;
	-webkit-transition: all ease-in-out 200ms;
	-moz-transition: all ease-in-out 200ms;
	-ms-transition: all ease-in-out 200ms;
	-o-transition: all ease-in-out 200ms;
}
#sideMenu_stacks_in_2123 .sideMenuInner ul.sideManuListCont li.sideNavListItem:hover i {
	color: #333333;
	transition: all ease-in-out 200ms;
	-webkit-transition: all ease-in-out 200ms;
	-moz-transition: all ease-in-out 200ms;
	-ms-transition: all ease-in-out 200ms;
	-o-transition: all ease-in-out 200ms;
}
#sideMenu_stacks_in_2123.midBordersOn .sideMenuInner ul li.sideNavListItem {
	border-bottom: solid 1px #CCCCCC;
	border-top: solid 1px #FFFFFF;
}
#sideMenu_stacks_in_2123.midBordersOn .sideMenuInner ul li.sideNavListItem:first-child {
	border-top: none;
}
#sideMenu_stacks_in_2123.midBordersOn .sideMenuInner ul li.sideNavListItem:last-child {
	border-bottom: none;
}
#sideMenu_stacks_in_2123 .sideMenuInner ul li.sideNavListItem span.sideMenuText {
	overflow: visible;
	background: transparent;
	white-space: nowrap;
}
#sideMenu_stacks_in_2123 .sideMenuInner ul li.sideNavListItem span.sideMenuText i {
	float: none !important;
	color: inherit;
}
#sideMenu_stacks_in_2123.menuPositionLeft .sideMenuInner ul.sideManuListCont {
	border-top: solid 1px #999999;
	border-bottom: solid 1px #999999;
	border-right: solid 1px #999999;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
#sideMenu_stacks_in_2123.menuPositionRight .sideMenuInner ul.sideManuListCont {
	border-top: solid 1px #999999;
	border-bottom: solid 1px #999999;
	border-left: solid 1px #999999;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
/* =========================
 * THEME 1 - TOOLTIPS
 ========================= */
#sideMenu_stacks_in_2123.sideMenuTheme1 .sideMenuInner ul li.sideNavListItem span.sideMenuText span.sideNavLink {
	position: relative;
	text-align: left;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

	#sideMenu_stacks_in_2123.sideMenuTheme1 .sideMenuInner ul li.sideNavListItem span.sideMenuText {
		position: absolute;
		top: 0;
	}
	#sideMenu_stacks_in_2123.sideMenuTheme1.menuPositionLeft .sideMenuInner ul li.sideNavListItem span.sideMenuText {
		left: -120px;
	}
	#sideMenu_stacks_in_2123.sideMenuTheme1.menuPositionRight .sideMenuInner ul li.sideNavListItem span.sideMenuText {
		right: -120px;
	}
	#sideMenu_stacks_in_2123.sideMenuTheme1.menuPositionLeft .sideMenuInner ul li.sideNavListItem span.sideMenuText span.sideNavLink:before {
		right: 100%;
		margin-top: -5px;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-right: 5px solid #333333;
		border-right-color: #333333;
	}
	#sideMenu_stacks_in_2123.sideMenuTheme1.menuPositionRight .sideMenuInner ul li.sideNavListItem span.sideMenuText span.sideNavLink:after {
		left: 100%;
		margin-top: -5px;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-left: 5px solid #333333;
		border-left-color: #333333;
	}

#sideMenu_stacks_in_2123.sideMenuTheme1 .sideMenuInner ul li.sideNavListItem {
	position: relative;
	background: #EFEFEF;
}

#sideMenu_stacks_in_2123.sideMenuTheme1 .sideMenuInner ul li.sideNavListItem:hover {
	background: #FFFF00 !important;
}
#sideMenu_stacks_in_2123.sideMenuTheme1.menuPositionLeft .sideMenuInner ul li.sideNavListItem:first-child {
	border-top-right-radius: 5px;
}
#sideMenu_stacks_in_2123.sideMenuTheme1.menuPositionLeft .sideMenuInner ul li.sideNavListItem:last-child {
	border-bottom-right-radius: 5px;
}
#sideMenu_stacks_in_2123.sideMenuTheme1.menuPositionRight .sideMenuInner ul li.sideNavListItem:first-child {
	border-top-left-radius: 5px;
}
#sideMenu_stacks_in_2123.sideMenuTheme1.menuPositionRight .sideMenuInner ul li.sideNavListItem:last-child {
	border-bottom-left-radius: 5px;
}
#sideMenu_stacks_in_2123.sideMenuTheme1 .sideMenuInner ul li.sideNavListItem span.sideMenuText {
	z-index: -1;
	opacity: 0;
}
#sideMenu_stacks_in_2123.sideMenuTheme1 .sideMenuInner ul li.sideNavListItem span.sideMenuText span.sideNavLink {
	width: 120px;
	background: #333333;
	display: inline-block;
}
#sideMenu_stacks_in_2123.sideMenuTheme1.menuPositionLeft .sideMenuInner ul li.sideNavListItem span.sideMenuText span.sideNavLink:before,
#sideMenu_stacks_in_2123.sideMenuTheme1.menuPositionRight .sideMenuInner ul li.sideNavListItem span.sideMenuText span.sideNavLink:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
}
/* =========================
 * THEME 1 - INNER UL
 ========================= */
#sideMenu_stacks_in_2123.sideMenuTheme1 .sideMenuInner ul li.sideNavListItem ul,
#sideMenu_stacks_in_2123.sideMenuTheme1 .sideMenuInner ul li.sideNavListItem ol {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	overflow: hidden;
}
#sideMenu_stacks_in_2123.sideMenuTheme1.borderInnerOn .sideMenuInner ul li.sideNavListItem ul,
#sideMenu_stacks_in_2123.sideMenuTheme1.borderInnerOn .sideMenuInner ul li.sideNavListItem ol {
	border: solid 1px #111111;
}
#sideMenu_stacks_in_2123.sideMenuTheme1 .sideMenuInner ul li.sideNavListItem ul li,
#sideMenu_stacks_in_2123.sideMenuTheme1 .sideMenuInner ul li.sideNavListItem ol li {
	background: #666666;
	transition: all ease-in-out 200ms;
	-webkit-transition: all ease-in-out 200ms;
	-moz-transition: all ease-in-out 200ms;
	-ms-transition: all ease-in-out 200ms;
	-o-transition: all ease-in-out 200ms;
}
#sideMenu_stacks_in_2123.sideMenuTheme1 .sideMenuInner ul li.sideNavListItem ul li:hover,
#sideMenu_stacks_in_2123.sideMenuTheme1 .sideMenuInner ul li.sideNavListItem ol li:hover {
	background: #999999;
	transition: all ease-in-out 200ms;
	-webkit-transition: all ease-in-out 200ms;
	-moz-transition: all ease-in-out 200ms;
	-ms-transition: all ease-in-out 200ms;
	-o-transition: all ease-in-out 200ms;
}
#sideMenu_stacks_in_2123.sideMenuTheme1.midBordersInnerOn .sideMenuInner ul li.sideNavListItem ul li,
#sideMenu_stacks_in_2123.sideMenuTheme1.midBordersInnerOn .sideMenuInner ul li.sideNavListItem ol li {
	border-top: solid 1px #555555;
	border-bottom: solid 1px #111111;
}
#sideMenu_stacks_in_2123.sideMenuTheme1.midBordersInnerOn .sideMenuInner ul li.sideNavListItem ul li:first-child,
#sideMenu_stacks_in_2123.sideMenuTheme1.midBordersInnerOn .sideMenuInner ul li.sideNavListItem ol li:first-child {
	border-top: none;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
}
#sideMenu_stacks_in_2123.sideMenuTheme1.midBordersInnerOn .sideMenuInner ul li.sideNavListItem ul li:last-child,
#sideMenu_stacks_in_2123.sideMenuTheme1.midBordersInnerOn .sideMenuInner ul li.sideNavListItem ol li:last-child {
	border-bottom: none;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
}
/* =========================
 * THEME 2
 ========================= */
#sideMenu_stacks_in_2123.sideMenuTheme2 .sideMenuInner ul {
	background: #EFEFEF;
	overflow: hidden;
}
#sideMenu_stacks_in_2123.sideMenuTheme2 .sideMenuInner ul li.sideNavListItem {
	overflow: hidden;
	white-space: nowrap;
	/*position: relative;*/
}
#sideMenu_stacks_in_2123.sideMenuTheme2 .sideMenuInner ul li.sideNavListItem:hover {
	background: #FFFF00;
}
#sideMenu_stacks_in_2123.sideMenuTheme2.menuPositionLeft .sideMenuInner ul li.sideNavListItem i,
#sideMenu_stacks_in_2123.sideMenuTheme2.menuPositionLeft .sideMenuInner ul li.sideNavListItem span.sideMenuText {
	float: left;
}
#sideMenu_stacks_in_2123.sideMenuTheme2.menuPositionLeft .sideMenuInner ul li.sideNavListItem i i {
	float: none;
}
#sideMenu_stacks_in_2123.sideMenuTheme2.menuPositionRight .sideMenuInner ul li.sideNavListItem i,
#sideMenu_stacks_in_2123.sideMenuTheme2.menuPositionRight .sideMenuInner ul li.sideNavListItem span.sideMenuText {
	float: right;
}
#sideMenu_stacks_in_2123.sideMenuTheme2.menuPositionRight .sideMenuInner ul li.sideNavListItem i i {
	float: none;
}
#sideMenu_stacks_in_2123.sideMenuTheme2 .sideMenuInner ul li.sideNavListItem span.sideMenuText {
	width: 1px;
	display: block;
	text-align: left;
	opacity: 0;
}
#sideMenu_stacks_in_2123.sideMenuTheme2 ul.menuAnimOff li.sideNavListItem span.sideMenuText {
	width: 120px;
	opacity: 1;
}
#sideMenu_stacks_in_2123.sideMenuTheme2.menuPositionLeft ul.menuAnimOff li.sideNavListItem span.sideMenuText {
	padding-left: 20px;
}
#sideMenu_stacks_in_2123.sideMenuTheme2.menuPositionRight ul.menuAnimOff li.sideNavListItem span.sideMenuText {
	padding-right: 20px;
}
/* =========================
 * THEME 2 - INNER UL
 ========================= */
#sideMenu_stacks_in_2123.sideMenuTheme2 .sideMenuInner ul li * {
	padding: 0;
}
#sideMenu_stacks_in_2123.sideMenuTheme2 .sideMenuInner ul li ul.sideMenuInnerMenu {
	margin: 0;
	padding: 0;
	opacity: 0;
	height: 0;
	border: none;
	display: block;
	background: none;
	background: transparent;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}
#sideMenu_stacks_in_2123.sideMenuTheme2 .sideMenuInner ul li ul.sideMenuInnerMenu li {
	margin: 0;
	padding: 10px;
	background: #666666;
}
#sideMenu_stacks_in_2123.sideMenuTheme2 .sideMenuInner ul li ul.sideMenuInnerMenu li:hover {
	background: #999999;
}
#sideMenu_stacks_in_2123.sideMenuTheme2 .sideMenuInner ul li ul.sideMenuInnerMenu li:first-child {
	margin-top: 10px;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}
#sideMenu_stacks_in_2123.sideMenuTheme2 .sideMenuInner ul li ul.sideMenuInnerMenu li:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

/* iPhone Landscape */
@media (max-width : 480px) {
	#sideMenu_stacks_in_2123.stickyMobileOn {
		display: none;
	}
}
/*
 * Sticky Navs Inner
 * Version 1.2.0
 */

.navInner_stacks_in_2124.menuIconFA img {
	display: none;
}
.navInner_stacks_in_2124.menuIconIMG .fa {
	display: none;
}
li.navInner_stacks_in_2124 span.sideMenuText span.sideNavLink {
	padding: 12px 10px 12px 10px;
}
/* =========================
 * THEME 1 - TOOLTIPS
 ========================= */
	li.navInner_stacks_in_2124 span.sideMenuText span.sideNavLink:before,
	li.navInner_stacks_in_2124 span.sideMenuText span.sideNavLink:after {
		top: 50%;
	}
/*
 * Sticky Navs Inner
 * Version 1.2.0
 */

.navInner_stacks_in_2126.menuIconFA img {
	display: none;
}
.navInner_stacks_in_2126.menuIconIMG .fa {
	display: none;
}
li.navInner_stacks_in_2126 span.sideMenuText span.sideNavLink {
	padding: 12px 10px 12px 10px;
}
/* =========================
 * THEME 1 - TOOLTIPS
 ========================= */
	li.navInner_stacks_in_2126 span.sideMenuText span.sideNavLink:before,
	li.navInner_stacks_in_2126 span.sideMenuText span.sideNavLink:after {
		top: 50%;
	}
/*
 * Sticky Navs Inner
 * Version 1.2.0
 */

.navInner_stacks_in_2128.menuIconFA img {
	display: none;
}
.navInner_stacks_in_2128.menuIconIMG .fa {
	display: none;
}
li.navInner_stacks_in_2128 span.sideMenuText span.sideNavLink {
	padding: 12px 10px 12px 10px;
}
/* =========================
 * THEME 1 - TOOLTIPS
 ========================= */
	li.navInner_stacks_in_2128 span.sideMenuText span.sideNavLink:before,
	li.navInner_stacks_in_2128 span.sideMenuText span.sideNavLink:after {
		top: 50%;
	}
/*
 * Sticky Navs Inner
 * Version 1.2.0
 */

.navInner_stacks_in_2130.menuIconFA img {
	display: none;
}
.navInner_stacks_in_2130.menuIconIMG .fa {
	display: none;
}
li.navInner_stacks_in_2130 span.sideMenuText span.sideNavLink {
	padding: 12px 10px 12px 10px;
}
/* =========================
 * THEME 1 - TOOLTIPS
 ========================= */
	li.navInner_stacks_in_2130 span.sideMenuText span.sideNavLink:before,
	li.navInner_stacks_in_2130 span.sideMenuText span.sideNavLink:after {
		top: 50%;
	}
/*
 * Sticky Navs Inner
 * Version 1.2.0
 */

.navInner_stacks_in_2132.menuIconFA img {
	display: none;
}
.navInner_stacks_in_2132.menuIconIMG .fa {
	display: none;
}
li.navInner_stacks_in_2132 span.sideMenuText span.sideNavLink {
	padding: 12px 10px 12px 10px;
}
/* =========================
 * THEME 1 - TOOLTIPS
 ========================= */
	li.navInner_stacks_in_2132 span.sideMenuText span.sideNavLink:before,
	li.navInner_stacks_in_2132 span.sideMenuText span.sideNavLink:after {
		top: 50%;
	}
/*
 * Sticky Navs Inner
 * Version 1.2.0
 */

.navInner_stacks_in_2134.menuIconFA img {
	display: none;
}
.navInner_stacks_in_2134.menuIconIMG .fa {
	display: none;
}
li.navInner_stacks_in_2134 span.sideMenuText span.sideNavLink {
	padding: 12px 10px 12px 10px;
}
/* =========================
 * THEME 1 - TOOLTIPS
 ========================= */
	li.navInner_stacks_in_2134 span.sideMenuText span.sideNavLink:before,
	li.navInner_stacks_in_2134 span.sideMenuText span.sideNavLink:after {
		top: 50%;
	}
/*
 * Sticky Navs Inner
 * Version 1.2.0
 */

.navInner_stacks_in_2136.menuIconFA img {
	display: none;
}
.navInner_stacks_in_2136.menuIconIMG .fa {
	display: none;
}
li.navInner_stacks_in_2136 span.sideMenuText span.sideNavLink {
	padding: 12px 10px 12px 10px;
}
/* =========================
 * THEME 1 - TOOLTIPS
 ========================= */
	li.navInner_stacks_in_2136 span.sideMenuText span.sideNavLink:before,
	li.navInner_stacks_in_2136 span.sideMenuText span.sideNavLink:after {
		top: 50%;
	}
/*
 * Sticky Navs Inner
 * Version 1.2.0
 */

.navInner_stacks_in_2370.menuIconFA img {
	display: none;
}
.navInner_stacks_in_2370.menuIconIMG .fa {
	display: none;
}
li.navInner_stacks_in_2370 span.sideMenuText span.sideNavLink {
	padding: 12px 10px 12px 10px;
}
/* =========================
 * THEME 1 - TOOLTIPS
 ========================= */
	li.navInner_stacks_in_2370 span.sideMenuText span.sideNavLink:before,
	li.navInner_stacks_in_2370 span.sideMenuText span.sideNavLink:after {
		top: 50%;
	}
/*
 * Sticky Navs Inner
 * Version 1.2.0
 */

.navInner_stacks_in_2138.menuIconFA img {
	display: none;
}
.navInner_stacks_in_2138.menuIconIMG .fa {
	display: none;
}
li.navInner_stacks_in_2138 span.sideMenuText span.sideNavLink {
	padding: 12px 10px 12px 10px;
}
/* =========================
 * THEME 1 - TOOLTIPS
 ========================= */
	li.navInner_stacks_in_2138 span.sideMenuText span.sideNavLink:before,
	li.navInner_stacks_in_2138 span.sideMenuText span.sideNavLink:after {
		top: 50%;
	}
/*
 * Sticky Navs Inner
 * Version 1.2.0
 */

.navInner_stacks_in_2140.menuIconFA img {
	display: none;
}
.navInner_stacks_in_2140.menuIconIMG .fa {
	display: none;
}
li.navInner_stacks_in_2140 span.sideMenuText span.sideNavLink {
	padding: 12px 10px 12px 10px;
}
/* =========================
 * THEME 1 - TOOLTIPS
 ========================= */
	li.navInner_stacks_in_2140 span.sideMenuText span.sideNavLink:before,
	li.navInner_stacks_in_2140 span.sideMenuText span.sideNavLink:after {
		top: 50%;
	}
/* @group CSS Reset */

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

#shareStackWrapperstacks_in_2787 ul#shareStackArraystacks_in_2787 {
	padding: 0;
	margin: 0;
	list-style: none;
	height: auto;
	overflow: auto;
	text-align: center;
}

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

/* @end */

/* @group Positioning */

/* @group Absolute Positioning */

/*  */

/* @end */

/* @group Fixed Positioning */

/*  */

/* @end */

/*  */

/* @group Relative Positioning */

#shareStackWrapperstacks_in_2787 {
	position: relative;
	width: 100%;
}

/*  */

/* @end */





/* @end */

/* @group Buttons */

#shareStackWrapperstacks_in_2787 ul#shareStackArraystacks_in_2787 li.shareStackItem {
	padding: 0;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	display: inline-block;
	text-align: center;
	font-size: 28px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	cursor: pointer;
	position: relative;
	transition: opacity 300ms ease-in-out;
	border-radius: 37px;
	opacity: 0.99;
	list-style: none;
	overflow: hidden;
}

#shareStackWrapperstacks_in_2787 ul#shareStackArraystacks_in_2787 li.shareStackItem:hover {
	opacity: 0.85;
}

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

/* @end */

/* @group Responsive */

#shareStackWrapperstacks_in_2787 ul#shareStackArraystacks_in_2787 {
	display: none;
}

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

/* @end */

/* @group Icons */

#shareStackWrapperstacks_in_2787 #shareStackItem-baidustacks_in_2787 {
	background: #FF4749;
	color: #0000ff;
}

#shareStackWrapperstacks_in_2787 #shareStackItem-bloggerstacks_in_2787 {
	background: #F3881F;
	color: #ffffff;
}

#shareStackWrapperstacks_in_2787 #shareStackItem-deliciousstacks_in_2787 {
	background: #0c83e8;
	color: #ffffff;
}

#shareStackWrapperstacks_in_2787 #shareStackItem-diggstacks_in_2787 {
	background: #000000;
	color: #ffffff;
}

#shareStackWrapperstacks_in_2787 #shareStackItem-facebookstacks_in_2787 {
	background: #406fac;
	color: #ffffff;
}

#shareStackWrapperstacks_in_2787 #shareStackItem-googleplusstacks_in_2787 {
	background: #e15540;
	color: #ffffff;
}

#shareStackWrapperstacks_in_2787 #shareStackItem-linkedinstacks_in_2787 {
	background: #0182bd;
	color: #ffffff;
}

#shareStackWrapperstacks_in_2787 #shareStackItem-livejournalstacks_in_2787 {
	background: #083B51;
	color: #9AECFF;
}

#shareStackWrapperstacks_in_2787 #shareStackItem-myspacestacks_in_2787 {
	background: #032087;
	color: #ffffff;
}

#shareStackWrapperstacks_in_2787 #shareStackItem-odnoklassnikistacks_in_2787 {
	background: #E76E23;
	color: #ffffff;
}

#shareStackWrapperstacks_in_2787 #shareStackItem-pocketstacks_in_2787 {
	background: #DC2447;
	color: #ffffff;
}

#shareStackWrapperstacks_in_2787 #shareStackItem-redditstacks_in_2787 {
	background: #d3e6f8;
	color: #000000;
}

#shareStackWrapperstacks_in_2787 #shareStackItem-renrenstacks_in_2787 {
	background: #f5f5f5;
	color: #0164b4;
}

#shareStackWrapperstacks_in_2787 #shareStackItem-stumbleuponstacks_in_2787 {
	background: #ed5328;
	color: #ffffff;
}

#shareStackWrapperstacks_in_2787 #shareStackItem-telegramstacks_in_2787 {
	background: #32afed;
	color: #ffffff;
}

#shareStackWrapperstacks_in_2787 #shareStackItem-tumblrstacks_in_2787 {
	background: #3c4f67;
	color: #ffffff;
}

#shareStackWrapperstacks_in_2787 #shareStackItem-twitterstacks_in_2787 {
	background: #44A6FD;
	color: #ffffff;
}

#shareStackWrapperstacks_in_2787 #shareStackItem-viadeostacks_in_2787 {
	background: #333333;
	color: #E88B25;
}

#shareStackWrapperstacks_in_2787 #shareStackItem-vkontaktestacks_in_2787 {
	background: #557fab;
	color: #ffffff;
}

#shareStackWrapperstacks_in_2787 #shareStackItem-weibostacks_in_2787 {
	background: #db2f2d;
	color: #ffffff;
}

#shareStackWrapperstacks_in_2787 #shareStackItem-xingstacks_in_2787 {
	background: #D0D607;
	color: #0A5256;
}

/* Utility icons */

#shareStackWrapperstacks_in_2787 #shareStackItem-emailstacks_in_2787 {
	background: #cdcdcd;
	color: #333333;
}

#shareStackWrapperstacks_in_2787 #shareStackItem-printstacks_in_2787 {
	background: #808080;
	color: #ffffff;
}

/* Custom Icons */

#shareStackWrapperstacks_in_2787 #shareStackItem-customonestacks_in_2787 {
	background: #FF8000;
	color: #333333;
}

#shareStackWrapperstacks_in_2787 #shareStackItem-customtwostacks_in_2787 {
	background: #FF8000;
	color: #333333;
}

#shareStackWrapperstacks_in_2787 #shareStackItem-customthreestacks_in_2787 {
	background: #FF8000;
	color: #333333;
}

#shareStackWrapperstacks_in_2787 #shareStackItem-customfourstacks_in_2787 {
	background: #FF8000;
	color: #333333;
}

#shareStackWrapperstacks_in_2787 #shareStackItem-customfivestacks_in_2787 {
	background: #FF8000;
	color: #333333;
}

/* @end */

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

/* @group Edit Mode Styling */

/*  */

/* @end */
