/* 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_55 .bx-wrapper {
	position: relative;
	
	margin: 0 auto;
	
	padding: 0;
	*zoom: 1;
}

#stacks_in_55 .bx-wrapper img {
	

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

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

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

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

/* LOADER */

#stacks_in_55 .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_55 .bx-wrapper .bx-pager,
#stacks_in_55 .bx-wrapper .bx-pager-item,
#stacks_in_55 .bx-wrapper .bx-pager-item a {
	opacity: 0;
	transition-property: opacity;
	transition-duration: 500ms;
}

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


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

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

#stacks_in_55 .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_55 .bx-wrapper .bx-pager.bx-default-pager a:hover,
#stacks_in_55 .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_55 .bx-wrapper .bx-prev,
#stacks_in_55 .bx-wrapper .bx-next,
#stacks_in_55 .bx-wrapper .bx-pager,
#stacks_in_55 .bx-wrapper .bx-pager-item,
#stacks_in_55 .bx-wrapper .bx-pager-item a {
	border: none;
}


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

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


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

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

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

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

#stacks_in_55 .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_55 .bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}



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


/* AUTO CONTROLS (START / STOP) */

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

#stacks_in_55 .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_55 .bx-wrapper .bx-controls-auto .bx-start:hover,
#stacks_in_55 .bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

#stacks_in_55 .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_55 .bx-wrapper .bx-controls-auto .bx-stop:hover,
#stacks_in_55 .bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

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

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

/* IMAGE CAPTIONS */

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

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

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






/* Styling for Edit Mode within Stacks */




/* Start doobox Chauffeur css */

.stacks_in_81wrapper{
width: 300px;
padding: 15px;
margin: 8px auto 8px auto;
border: 3px solid #FFFFFF;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;

background: #FD8008; /* Old browsers */
 
background: -moz-linear-gradient(top,  #FF9921 0%, #FD8008 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FF9921), color-stop(100%,#FD8008)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #FF9921 0%,#FD8008 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #FF9921 0%,#FD8008 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #FF9921 0%,#FD8008 100%); /* IE10+ */
background: linear-gradient(top,  #FF9921 0%,#FD8008 100%); /* W3C */


 
-webkit-box-shadow: 0px 1px 8px 0px rgba(00, 00, 00, .4);
-moz-box-shadow: 0px 1px 8px 0px rgba(00, 00, 00, .4);
box-shadow: 0px 1px 8px 0px rgba(00, 00, 00, .4);  

z-index: 1000001;
}
 

.stacks_in_81inner{
text-align: left;
font-size: 13px;
font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
line-height: normal;
}


.stacks_in_81icon{
float: left;
}

.stacks_in_81text{
margin-left: 60px;
}

.stacks_in_81thex{
position: absolute;
top: -15px;
left: -15px;
width: 28px;
height: 28px;
cursor: pointer;
background: url(../files/roar_files/thex2.png); 
}

#stacks_in_81{

display:none;
padding-top:10px;


}

.stacks_in_81breaker{
padding: 0;
margin: 0;
clear:both;
}

#stacks_in_81 a{
color: #FFFFFF;
text-decoration: underline;
}
#stacks_in_81 a:hover{
color: #FFFFFF;
text-decoration: underline;
}
#stacks_in_81 a:visited{
color: #FFFFFF;
text-decoration: underline;
}



/* end doobox Chauffeur css */

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

#stacks_in_84>.s3_row>.s3_column_left {
	width: 43.47%;
}

#stacks_in_84>.s3_row>.s3_column_right {
	width: 56.529999%;
}




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










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



}



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


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


}





/*  */
#article-list-stacks_in_121 {
  /*  */
  background: rgba(17, 63, 168, 1.00);
  /*  */
  /*  */
  /*  */
  font-family: "Ubuntu";
  /*  */
  padding: 5px 0px;
  max-width: 600px;
  border-radius: 4px;
  margin: 0 auto;
  box-sizing: border-box; }
  #article-list-stacks_in_121 * {
    box-sizing: border-box; }
  #article-list-stacks_in_121 .article-list-grid {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    #article-list-stacks_in_121 .article-list-grid-item {
      overflow: hidden; }
      #article-list-stacks_in_121 .article-list-grid-item:last-child .article-outer {
        border-bottom: none; }
  #article-list-stacks_in_121 .article-outer {
    padding: 20px 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    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_121 .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_121 .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_121 .article-title {
      /*  */
      font-family: "Ubuntu";
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-weight: bold;
      font-size: 18px;
      line-height: 29.124001px; }
    #article-list-stacks_in_121 .article-description {
      color: rgba(255, 255, 255, 0.50);
      /*  */
      font-family: "Ubuntu";
      /*  */
      font-size: 14px;
      line-height: 22.652000px; }
    #article-list-stacks_in_121 .article-info {
      margin-top: 5px;
      display: inline-block;
      color: rgba(255, 255, 255, 0.50);
      /*  */
      font-family: "Ubuntu";
      /*  */
      font-size: 13px;
      line-height: 21.034000px; }
      #article-list-stacks_in_121 .article-info .info-highlight {
        color: rgba(255, 255, 255, 1.00); }
      #article-list-stacks_in_121 .article-info.info-1::before {
        content: 'By';
        display: inline-block; }
      #article-list-stacks_in_121 .article-info.info-2::before {
        content: 'Posted';
        display: inline-block; }
      #article-list-stacks_in_121 .article-info span {
        margin-left: 3px; }
    #article-list-stacks_in_121 .article-header {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      padding-right: 10px;
      max-width: calc(100% - 80px); }
    #article-list-stacks_in_121 .article-thumbnail {
      /*  */
      background: rgba(240, 245, 249, 1.00);
      /*  */
      /*  */
      width: 80px;
      height: 80px;
      border-radius: 40px;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      overflow: hidden;
      position: relative; }
      #article-list-stacks_in_121 .article-thumbnail::before, #article-list-stacks_in_121 .article-thumbnail::after {
        content: '';
        top: 0;
        left: 0;
        z-index: 2;
        opacity: 0;
        width: 100%;
        height: 100%;
        position: absolute; }
      #article-list-stacks_in_121 .article-thumbnail::before {
        z-index: 4;
        opacity: 0.5;
        transition: all 0.3s ease; }
      #article-list-stacks_in_121 .article-thumbnail::after {
        opacity: 1;
        color: rgba(81, 102, 240, 0.80);
        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: 40.000000px; }
      #article-list-stacks_in_121 .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: 40px; }
    #article-list-stacks_in_121 .article-content {
      /*  */
      font-family: "Ubuntu";
      /*  */
      font-size: 16px;
      line-height: 25.888000px;
      margin-top: 40px;
      padding: 20px 0;
      border-top: 1px solid rgba(255, 255, 255, 0.20);
      color: rgba(255, 255, 255, 1.00);
      display: none; }
      #article-list-stacks_in_121 .article-content h1, #article-list-stacks_in_121 .article-content h2, #article-list-stacks_in_121 .article-content h3, #article-list-stacks_in_121 .article-content h4, #article-list-stacks_in_121 .article-content h5, #article-list-stacks_in_121 .article-content h6 {
        color: rgba(255, 255, 255, 1.00); }
      #article-list-stacks_in_121 .article-content a, #article-list-stacks_in_121 .article-content a:visited {
        color: rgba(255, 255, 255, 1.00); }
    #article-list-stacks_in_121 .article-close {
      color: rgba(255, 255, 255, 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_121 .article-close i {
        margin-right: 10px;
        font-size: 28px; }
  #article-list-stacks_in_121 .article-list-grid-item:not(.active):hover {
    cursor: pointer; }
    #article-list-stacks_in_121 .article-list-grid-item:not(.active):hover .article-title, #article-list-stacks_in_121 .article-list-grid-item:not(.active):hover .article-description {
      /*  */
      text-decoration: underline;
      /*  */ }
    #article-list-stacks_in_121 .article-list-grid-item:not(.active):hover .article-thumbnail {
      overflow: hidden; }
      #article-list-stacks_in_121 .article-list-grid-item:not(.active):hover .article-thumbnail::before {
        opacity: 0.5;
        /*  */
        background: rgba(240, 245, 249, 1.00);
        /*  */
        /*  */ }
      #article-list-stacks_in_121 .article-list-grid-item:not(.active):hover .article-thumbnail::after {
        opacity: 1;
        z-index: 4;
        color: rgba(81, 102, 240, 1.00);
        content: '\f10b'; }
  #article-list-stacks_in_121 .article-list-grid-item.active .article-outer::before {
    /*  */
    background: rgba(17, 63, 168, 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_121 .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_121 .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 60px; }
  #article-list-stacks_in_121 .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: 600px; }
    #article-list-stacks_in_121 .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_121 .article-list-grid-item.active-expand .article-info.info-2::before {
      margin-left: 0; }
    #article-list-stacks_in_121 .article-list-grid-item.active-expand .article-title {
      font-size: 20px;
      line-height: 32.360001px; }
    #article-list-stacks_in_121 .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_121 .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_121 .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_121 .article-list-grid-item.active-expand .article-thumbnail {
      width: 200px;
      height: 200px;
      border-radius: 100px; }
      #article-list-stacks_in_121 .article-list-grid-item.active-expand .article-thumbnail img {
        transition: none; }
      #article-list-stacks_in_121 .article-list-grid-item.active-expand .article-thumbnail::after {
        font-size: 100.000000px; }
    #article-list-stacks_in_121 .article-list-grid-item.active-expand .article-close {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  #article-list-stacks_in_121 .article-list-grid-item.active-close .article-outer {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  #article-list-stacks_in_121.ellipsed .article-description {
    /*  */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    /*  */ }
  #article-list-stacks_in_121.info-1-hide .article-info.info-1 {
    display: none !important; }
  #article-list-stacks_in_121.info-2-hide .article-info.info-2 {
    display: none !important; }

@media (max-width: 600px) {
  #article-list-stacks_in_121 .article-list-grid-item.active-expand .article .article-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  #article-list-stacks_in_121 .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_121 .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_85>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}





/* 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_110 .bx-wrapper {
	position: relative;
	
	margin: 0 auto;
	
	padding: 0;
	*zoom: 1;
}

#stacks_in_110 .bx-wrapper img {
	
	max-width: 100%;
	height: auto;
	

	
	display: block;
}

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

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

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

/* LOADER */

#stacks_in_110 .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_110 .bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

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

#stacks_in_110 .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_110 .bx-wrapper .bx-pager.bx-default-pager a:hover,
#stacks_in_110 .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_110 .bx-wrapper .bx-prev,
#stacks_in_110 .bx-wrapper .bx-next,
#stacks_in_110 .bx-wrapper .bx-pager,
#stacks_in_110 .bx-wrapper .bx-pager-item,
#stacks_in_110 .bx-wrapper .bx-pager-item a {
	border: none;
}



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

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

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

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

#stacks_in_110 .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_110 .bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}



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


/* AUTO CONTROLS (START / STOP) */

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

#stacks_in_110 .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_110 .bx-wrapper .bx-controls-auto .bx-start:hover,
#stacks_in_110 .bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

#stacks_in_110 .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_110 .bx-wrapper .bx-controls-auto .bx-stop:hover,
#stacks_in_110 .bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

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

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

/* IMAGE CAPTIONS */

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

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

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






/* Styling for Edit Mode within Stacks */


/* 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_87 .bx-wrapper {
	position: relative;
	
	margin: 0 auto;
	
	padding: 0;
	*zoom: 1;
}

#stacks_in_87 .bx-wrapper img {
	
	max-width: 100%;
	height: auto;
	

	
	display: block;
}

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

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

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

/* LOADER */

#stacks_in_87 .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_87 .bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

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

#stacks_in_87 .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_87 .bx-wrapper .bx-pager.bx-default-pager a:hover,
#stacks_in_87 .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_87 .bx-wrapper .bx-prev,
#stacks_in_87 .bx-wrapper .bx-next,
#stacks_in_87 .bx-wrapper .bx-pager,
#stacks_in_87 .bx-wrapper .bx-pager-item,
#stacks_in_87 .bx-wrapper .bx-pager-item a {
	border: none;
}



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

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

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

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

#stacks_in_87 .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_87 .bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}



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


/* AUTO CONTROLS (START / STOP) */

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

#stacks_in_87 .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_87 .bx-wrapper .bx-controls-auto .bx-start:hover,
#stacks_in_87 .bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

#stacks_in_87 .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_87 .bx-wrapper .bx-controls-auto .bx-stop:hover,
#stacks_in_87 .bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

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

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

/* IMAGE CAPTIONS */

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

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

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






/* Styling for Edit Mode within Stacks */


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

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

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




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










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



}



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


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


}





/* 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_520 .bx-wrapper {
	position: relative;
	
	margin: 0 auto;
	
	padding: 0;
	*zoom: 1;
}

#stacks_in_520 .bx-wrapper img {
	
	max-width: 100%;
	height: auto;
	

	
	display: block;
}

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

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

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

/* LOADER */

#stacks_in_520 .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_520 .bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

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

#stacks_in_520 .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_520 .bx-wrapper .bx-pager.bx-default-pager a:hover,
#stacks_in_520 .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_520 .bx-wrapper .bx-prev,
#stacks_in_520 .bx-wrapper .bx-next,
#stacks_in_520 .bx-wrapper .bx-pager,
#stacks_in_520 .bx-wrapper .bx-pager-item,
#stacks_in_520 .bx-wrapper .bx-pager-item a {
	border: none;
}



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

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

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

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

#stacks_in_520 .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_520 .bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}



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


/* AUTO CONTROLS (START / STOP) */

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

#stacks_in_520 .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_520 .bx-wrapper .bx-controls-auto .bx-start:hover,
#stacks_in_520 .bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

#stacks_in_520 .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_520 .bx-wrapper .bx-controls-auto .bx-stop:hover,
#stacks_in_520 .bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

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

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

/* IMAGE CAPTIONS */

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

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

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






/* Styling for Edit Mode within Stacks */


/* 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_524 .bx-wrapper {
	position: relative;
	
	margin: 0 auto;
	
	padding: 0;
	*zoom: 1;
}

#stacks_in_524 .bx-wrapper img {
	
	max-width: 100%;
	height: auto;
	

	
	display: block;
}

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

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

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

/* LOADER */

#stacks_in_524 .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_524 .bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

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

#stacks_in_524 .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_524 .bx-wrapper .bx-pager.bx-default-pager a:hover,
#stacks_in_524 .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_524 .bx-wrapper .bx-prev,
#stacks_in_524 .bx-wrapper .bx-next,
#stacks_in_524 .bx-wrapper .bx-pager,
#stacks_in_524 .bx-wrapper .bx-pager-item,
#stacks_in_524 .bx-wrapper .bx-pager-item a {
	border: none;
}



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

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

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

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

#stacks_in_524 .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_524 .bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}



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


/* AUTO CONTROLS (START / STOP) */

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

#stacks_in_524 .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_524 .bx-wrapper .bx-controls-auto .bx-start:hover,
#stacks_in_524 .bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

#stacks_in_524 .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_524 .bx-wrapper .bx-controls-auto .bx-stop:hover,
#stacks_in_524 .bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

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

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

/* IMAGE CAPTIONS */

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

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

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






/* Styling for Edit Mode within Stacks */


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

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

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




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










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



}



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


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


}





#stacks_in_205>.s3_row {
	margin: 0 -6px;
}

#stacks_in_205>.s3_row>.s3_column_left {
	width: 30.85%;
}

#stacks_in_205>.s3_row>.s3_column_center {
	width: 29.150002%;
}

#stacks_in_205>.s3_row>.s3_column_right {
	width: 40.00%;
}

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








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



}



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


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


}




#stacks_in_205 {
	padding:  17px;
}

#stacks_out_205 {
	width: 250px;
}
#stacks_in_182>.s3_row {
	margin: 0 -0px;
}

#stacks_in_182>.s3_row>.s3_column_left {
	width: 29.47%;
}

#stacks_in_182>.s3_row>.s3_column_center {
	width: 37.279999%;
}

#stacks_in_182>.s3_row>.s3_column_right {
	width: 33.25%;
}

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








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



}



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


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


}




#stacks_in_182 {
	padding:  20px;
}

#stacks_out_182 {
	width: 250px;
}

#stacks_in_189 {
	padding:  4px;
}

#stacks_out_189 {
	margin-right:0;
}

#stacks_in_183 {
	padding:  6px;
}
#stacks_in_192>.s3_row {
	margin: 0 -0px;
}

#stacks_in_192>.s3_row>.s3_column_left {
	width: 29.85%;
}

#stacks_in_192>.s3_row>.s3_column_center {
	width: 47.810001%;
}

#stacks_in_192>.s3_row>.s3_column_right {
	width: 22.34%;
}

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








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



}



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


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


}




#stacks_out_192 {
	width: 250px;
}

#stacks_in_199 {
	padding:  7px;
}

#stacks_in_196 {
	padding:  8px;
}

#stacks_out_193 {
	margin-right:0;
}
