/* Styling for Preview Mode & Publishing */


/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

#stacks_in_463 .bx-wrapper {
	position: relative;
	
	margin: 0 auto;
	
	padding: 0;
	*zoom: 1;
}

#stacks_in_463 .bx-wrapper img {
	

	
	width: 100%;
	height: auto;
	
	display: block;
}

/** THEME
===================================*/

#stacks_in_463 .bx-wrapper .bx-viewport {
}

#stacks_in_463 .bx-wrapper .bx-pager,
#stacks_in_463 .bx-wrapper .bx-controls-auto {
	position: absolute;
	
	bottom: 20px;
	
	width: 100%;
	z-index: 200;
}

/* LOADER */

#stacks_in_463 .bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../files/orbit-images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
}


/* Only add pagination CSS if toggled on in settings. */
/* PAGER */


#stacks_in_463 .bx-wrapper .bx-pager,
#stacks_in_463 .bx-wrapper .bx-pager-item,
#stacks_in_463 .bx-wrapper .bx-pager-item a {
	opacity: 0;
	transition-property: opacity;
	transition-duration: 500ms;
}

#stacks_in_463:hover .bx-wrapper .bx-pager,
#stacks_in_463:hover .bx-wrapper .bx-pager-item,
#stacks_in_463:hover .bx-wrapper .bx-pager-item a {
	opacity: 1;
}


#stacks_in_463 .bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

#stacks_in_463 .bx-wrapper .bx-pager .bx-pager-item,
#stacks_in_463 .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

#stacks_in_463 .bx-wrapper .bx-pager.bx-default-pager a {
	background: #E0E0E0;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#stacks_in_463 .bx-wrapper .bx-pager.bx-default-pager a:hover,
#stacks_in_463 .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #C3C3C3;
}






/* Only add arrow CSS if toggled on in settings. */
/* DIRECTION CONTROLS (NEXT / PREV) */

#stacks_in_463 .bx-wrapper .bx-prev,
#stacks_in_463 .bx-wrapper .bx-next,
#stacks_in_463 .bx-wrapper .bx-pager,
#stacks_in_463 .bx-wrapper .bx-pager-item,
#stacks_in_463 .bx-wrapper .bx-pager-item a {
	border: none;
}


#stacks_in_463 .bx-wrapper .bx-prev,
#stacks_in_463 .bx-wrapper .bx-next {
	opacity: 0;
	transition-property: opacity;
	transition-duration: 500ms;
}

#stacks_in_463:hover .bx-wrapper .bx-prev,
#stacks_in_463:hover .bx-wrapper .bx-next {
	opacity: 1;
}


#stacks_in_463 .bx-wrapper .bx-prev {
	left: 10px;
	background: url(../files/orbit-images/controls.png) no-repeat 0 -32px;
}

#stacks_in_463 .bx-wrapper .bx-next {
	right: 10px;
	background: url(../files/orbit-images/controls.png) no-repeat -43px -32px;
}

#stacks_in_463 .bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

#stacks_in_463 .bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

#stacks_in_463 .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 301;
}

#stacks_in_463 .bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}



/*  Hide navigation arrows if toggled off in settings. */


/* AUTO CONTROLS (START / STOP) */

#stacks_in_463 .bx-wrapper .bx-controls-auto {
	text-align: center;
}

#stacks_in_463 .bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../files/orbit-images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

#stacks_in_463 .bx-wrapper .bx-controls-auto .bx-start:hover,
#stacks_in_463 .bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

#stacks_in_463 .bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../files/orbit-images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

#stacks_in_463 .bx-wrapper .bx-controls-auto .bx-stop:hover,
#stacks_in_463 .bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

#stacks_in_463 .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

#stacks_in_463 .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

#stacks_in_463 .bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

#stacks_in_463 .bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

#stacks_in_463 ul.bxslider, #stacks_in_463 ul.bxslider li {
	list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
}






/* Styling for Edit Mode within Stacks */


/*  */
#article-list-stacks_in_154 {
  /*  */
  background: rgba(254, 196, 67, 1.00);
  /*  */
  /*  */
  /*  */
  font-family: "Ubuntu";
  /*  */
  padding: 10px 10px;
  max-width: 700px;
  border-radius: 4px;
  margin: 0 auto;
  box-sizing: border-box; }
  #article-list-stacks_in_154 * {
    box-sizing: border-box; }
  #article-list-stacks_in_154 .article-list-grid {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    #article-list-stacks_in_154 .article-list-grid-item {
      overflow: hidden; }
      #article-list-stacks_in_154 .article-list-grid-item:last-child .article-outer {
        border-bottom: none; }
  #article-list-stacks_in_154 .article-outer {
    padding: 15px 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    overflow: hidden;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
  #article-list-stacks_in_154 .article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    transition: all 0.3s ease;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    #article-list-stacks_in_154 .article .article-top {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
    #article-list-stacks_in_154 .article-title {
      /*  */
      font-family: "Nunito";
      /*  */
      color: rgba(0, 0, 0, 1.00);
      font-weight: bold;
      font-size: 20px;
      line-height: 32.360001px; }
    #article-list-stacks_in_154 .article-description {
      color: rgba(255, 255, 255, 1.00);
      /*  */
      font-family: "Nunito";
      /*  */
      font-size: 16px;
      line-height: 25.888000px; }
    #article-list-stacks_in_154 .article-info {
      margin-top: 5px;
      display: inline-block;
      color: rgba(255, 255, 255, 1.00);
      /*  */
      font-family: "Nunito";
      /*  */
      font-size: 13px;
      line-height: 21.034000px; }
      #article-list-stacks_in_154 .article-info .info-highlight {
        color: rgba(254, 100, 178, 1.00); }
      #article-list-stacks_in_154 .article-info.info-1::before {
        content: 'By';
        display: inline-block; }
      #article-list-stacks_in_154 .article-info.info-2::before {
        content: 'Posted';
        display: inline-block; }
      #article-list-stacks_in_154 .article-info span {
        margin-left: 3px; }
    #article-list-stacks_in_154 .article-header {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      padding-right: 24px;
      max-width: calc(100% - 156px); }
    #article-list-stacks_in_154 .article-thumbnail {
      /*  */
      background: rgba(52, 52, 52, 1.00);
      /*  */
      /*  */
      width: 156px;
      height: 156px;
      border-radius: 74px;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      overflow: hidden;
      position: relative; }
      #article-list-stacks_in_154 .article-thumbnail::before, #article-list-stacks_in_154 .article-thumbnail::after {
        content: '';
        top: 0;
        left: 0;
        z-index: 2;
        opacity: 0;
        width: 100%;
        height: 100%;
        position: absolute; }
      #article-list-stacks_in_154 .article-thumbnail::before {
        z-index: 4;
        opacity: 0.5;
        transition: all 0.3s ease; }
      #article-list-stacks_in_154 .article-thumbnail::after {
        opacity: 1;
        color: rgba(251, 255, 255, 0.50);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        content: '\f472';
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        font-family: "Ionicons";
        font-size: 78.000000px; }
      #article-list-stacks_in_154 .article-thumbnail img {
        width: 100%;
        z-index: 3;
        height: auto;
        position: relative;
        transition: -webkit-transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease;
        border-radius: 74px; }
    #article-list-stacks_in_154 .article-content {
      /*  */
      font-family: "Ubuntu";
      /*  */
      font-size: 16px;
      line-height: 25.888000px;
      margin-top: 40px;
      padding: 20px 0;
      border-top: 1px solid rgba(0, 0, 0, 0.10);
      color: rgba(0, 0, 0, 1.00);
      display: none; }
      #article-list-stacks_in_154 .article-content h1, #article-list-stacks_in_154 .article-content h2, #article-list-stacks_in_154 .article-content h3, #article-list-stacks_in_154 .article-content h4, #article-list-stacks_in_154 .article-content h5, #article-list-stacks_in_154 .article-content h6 {
        color: rgba(0, 0, 0, 1.00); }
      #article-list-stacks_in_154 .article-content a, #article-list-stacks_in_154 .article-content a:visited {
        color: rgba(0, 0, 0, 1.00); }
    #article-list-stacks_in_154 .article-close {
      color: rgba(251, 0, 7, 1.00);
      padding-bottom: 20px;
      width: 100%;
      display: none;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      cursor: pointer;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-transform: uppercase;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      #article-list-stacks_in_154 .article-close i {
        margin-right: 10px;
        font-size: 28px; }
  #article-list-stacks_in_154 .article-list-grid-item:not(.active):hover {
    cursor: pointer; }
    #article-list-stacks_in_154 .article-list-grid-item:not(.active):hover .article-title, #article-list-stacks_in_154 .article-list-grid-item:not(.active):hover .article-description {
      /*  */
      text-decoration: underline;
      /*  */ }
    #article-list-stacks_in_154 .article-list-grid-item:not(.active):hover .article-thumbnail {
      overflow: hidden; }
      #article-list-stacks_in_154 .article-list-grid-item:not(.active):hover .article-thumbnail::before {
        opacity: 0.5;
        /*  */
        background: rgba(52, 52, 52, 1.00);
        /*  */
        /*  */ }
      #article-list-stacks_in_154 .article-list-grid-item:not(.active):hover .article-thumbnail::after {
        opacity: 1;
        z-index: 4;
        color: rgba(255, 255, 255, 1.00);
        content: '\f10b'; }
  #article-list-stacks_in_154 .article-list-grid-item.active .article-outer::before {
    /*  */
    background: rgba(254, 196, 67, 1.00);
    /*  */
    /*  */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    z-index: -1;
    display: block;
    position: fixed;
    transition: all 0.3s ease;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    -webkit-animation: article-bg-expand 0.5s 0.5s;
            animation: article-bg-expand 0.5s 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
  #article-list-stacks_in_154 .article-list-grid-item.active .article {
    -webkit-animation: article-active 0.3s, article-open 0.5s 0.6s;
            animation: article-active 0.3s, article-open 0.5s 0.6s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
  #article-list-stacks_in_154 .article-list-grid-item.active-expand .article-outer {
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    overflow-y: scroll;
    z-index: 999999;
    padding: 20px 20px; }
  #article-list-stacks_in_154 .article-list-grid-item.active-expand .article {
    z-index: 3;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    max-width: 700px; }
    #article-list-stacks_in_154 .article-list-grid-item.active-expand .article .article-top {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
    #article-list-stacks_in_154 .article-list-grid-item.active-expand .article-info.info-2::before {
      margin-left: 0; }
    #article-list-stacks_in_154 .article-list-grid-item.active-expand .article-title {
      font-size: 20px;
      line-height: 32.360001px; }
    #article-list-stacks_in_154 .article-list-grid-item.active-expand .article-description {
      font-size: 16px;
      line-height: 25.888000px;
      overflow: hidden;
      white-space: normal;
      text-overflow: clip; }
    #article-list-stacks_in_154 .article-list-grid-item.active-expand .article-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      padding-right: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      padding-left: 20px;
      max-width: calc(100% - 200px); }
    #article-list-stacks_in_154 .article-list-grid-item.active-expand .article-content {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      display: block;
      height: 100%;
      width: 100%; }
    #article-list-stacks_in_154 .article-list-grid-item.active-expand .article-thumbnail {
      width: 200px;
      height: 200px;
      border-radius: 100px; }
      #article-list-stacks_in_154 .article-list-grid-item.active-expand .article-thumbnail img {
        transition: none; }
      #article-list-stacks_in_154 .article-list-grid-item.active-expand .article-thumbnail::after {
        font-size: 100.000000px; }
    #article-list-stacks_in_154 .article-list-grid-item.active-expand .article-close {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  #article-list-stacks_in_154 .article-list-grid-item.active-close .article-outer {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  #article-list-stacks_in_154.ellipsed .article-description {
    /*  */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    /*  */ }
  #article-list-stacks_in_154.info-1-hide .article-info.info-1 {
    display: none !important; }
  #article-list-stacks_in_154.info-2-hide .article-info.info-2 {
    display: none !important; }

@media (max-width: 600px) {
  #article-list-stacks_in_154 .article-list-grid-item.active-expand .article .article-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  #article-list-stacks_in_154 .article-list-grid-item.active-expand .article-thumbnail {
    width: 100%;
    margin: 0 auto;
    max-width: 200px;
    max-height: 200px;
    margin-bottom: 20px; }
  #article-list-stacks_in_154 .article-list-grid-item.active-expand .article-header {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    padding-left: 0;
    max-width: 100%; } }

@-webkit-keyframes article-active {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); } }

@keyframes article-active {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); } }

@-webkit-keyframes article-open {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes article-open {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes article-bg-expand {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }

@keyframes article-bg-expand {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }

@media (max-width: 600px) {
  /*  */
  /*  */ }
#stacks_in_280{text-align:justify}
#stacks_in_451{text-align:justify}
#stacks_in_447{text-align:justify}
/*
 * 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_513 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_513 .theDivider1,
#simpleDivider_stacks_in_513 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_513 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_513.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_513.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_513 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_513.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_513.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_513.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_513.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_404 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_404 .theDivider1,
#simpleDivider_stacks_in_404 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_404 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_404.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_404.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_404 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_404.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_404.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_404.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_404.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_407>.s3_row {
	margin: 0 -0px;
}

#stacks_in_407>.s3_row>.s3_column_left {
	width: 25.03%;
}

#stacks_in_407>.s3_row>.s3_column_center {
	width: 52.170002%;
}

#stacks_in_407>.s3_row>.s3_column_right {
	width: 22.80%;
}

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








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



}



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


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


}




#stacks_in_407 {
	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_417 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_417 .theDivider1,
#simpleDivider_stacks_in_417 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_417 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_417.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_417.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_417 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_417.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_417.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_417.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_417.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_420>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}





#stacks_in_421>.s3_row {
	margin: 0 -33px;
}

#stacks_in_421>.s3_row>.s3_column_left {
	width: 26.70%;
}

#stacks_in_421>.s3_row>.s3_column_center {
	width: 45.300003%;
}

#stacks_in_421>.s3_row>.s3_column_right {
	width: 28.00%;
}

#stacks_in_421>.s3_row>.s3_column {
	padding: 0 33px;
}








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



}



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


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


}




#stacks_in_422 {
	padding:  4px;
}

#stacks_out_422 {
	margin-right:0;
}

#stacks_out_425 {
	margin-right:0;
}

#stacks_in_428 {
	padding:  6px;
}
#stacks_in_432>.s3_row {
	margin: 0 -0px;
}

#stacks_in_432>.s3_row>.s3_column_left {
	width: 28.56%;
}

#stacks_in_432>.s3_row>.s3_column_center {
	width: 41.440002%;
}

#stacks_in_432>.s3_row>.s3_column_right {
	width: 30.00%;
}

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








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



}



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


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


}




#stacks_in_433 {
	padding:  7px;
}

#stacks_in_436 {
	padding:  8px;
}

#stacks_out_439 {
	margin-right:0;
}
/*
 * 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_443 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_443 .theDivider1,
#simpleDivider_stacks_in_443 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_443 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_443.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_443.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_443 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_443.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_443.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_443.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_443.bgImageOn .theDivider1 img {
	display: block;
}

