.lines{border:0;height:0;width:100%;margin:0;padding:0}.lines-wrapper{position:relative}.lines-wrapper.vertical{height:100%}
/* Start Owl stack page CSS code *//*  * 	Core Owl Carousel CSS File *	v1.3.2 *//* clearfix */.owl-carousel .owl-wrapper:after {	content: ".";	display: block;	clear: both;	visibility: hidden;	line-height: 0;	height: 0;}/* display none until init */.owl-carousel{	display: none;	position: relative;	width: 100%;	-ms-touch-action: pan-y;}.owl-carousel .owl-wrapper{	display: none;	position: relative;	-webkit-transform: translate3d(0px, 0px, 0px);}.owl-carousel .owl-wrapper-outer{	overflow: hidden;	position: relative;	width: 100%;}.owl-carousel .owl-wrapper-outer.autoHeight{	-webkit-transition: height 500ms ease-in-out;	-moz-transition: height 500ms ease-in-out;	-ms-transition: height 500ms ease-in-out;	-o-transition: height 500ms ease-in-out;	transition: height 500ms ease-in-out;}	.owl-carousel .owl-item{	float: left;}.owl-controls .owl-page,.owl-controls .owl-buttons div{	cursor: pointer;}.owl-controls {	-webkit-user-select: none;	-khtml-user-select: none;	-moz-user-select: none;	-ms-user-select: none;	user-select: none;	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}/* mouse grab icon */.grabbing {     cursor:url(grabbing.png) 8 8, move;}/* fix */.owl-carousel  .owl-wrapper,.owl-carousel  .owl-item{	-webkit-backface-visibility: hidden;	-moz-backface-visibility:    hidden;	-ms-backface-visibility:     hidden;  -webkit-transform: translate3d(0,0,0);  -moz-transform: translate3d(0,0,0);  -ms-transform: translate3d(0,0,0);}/*  *  Owl Carousel CSS3 Transitions  *  v1.3.2 */.owl-origin {	-webkit-perspective: 1200px;	-webkit-perspective-origin-x : 50%;	-webkit-perspective-origin-y : 50%;	-moz-perspective : 1200px;	-moz-perspective-origin-x : 50%;	-moz-perspective-origin-y : 50%;	perspective : 1200px;}/* fade */.owl-fade-out {  z-index: 10;  -webkit-animation: fadeOut .7s both ease;  -moz-animation: fadeOut .7s both ease;  animation: fadeOut .7s both ease;}.owl-fade-in {  -webkit-animation: fadeIn .7s both ease;  -moz-animation: fadeIn .7s both ease;  animation: fadeIn .7s both ease;}/* backSlide */.owl-backSlide-out {  -webkit-animation: backSlideOut 1s both ease;  -moz-animation: backSlideOut 1s both ease;  animation: backSlideOut 1s both ease;}.owl-backSlide-in {  -webkit-animation: backSlideIn 1s both ease;  -moz-animation: backSlideIn 1s both ease;  animation: backSlideIn 1s both ease;}/* goDown */.owl-goDown-out {  -webkit-animation: scaleToFade .7s ease both;  -moz-animation: scaleToFade .7s ease both;  animation: scaleToFade .7s ease both;}.owl-goDown-in {  -webkit-animation: goDown .6s ease both;  -moz-animation: goDown .6s ease both;  animation: goDown .6s ease both;}/* scaleUp */.owl-fadeUp-in {  -webkit-animation: scaleUpFrom .5s ease both;  -moz-animation: scaleUpFrom .5s ease both;  animation: scaleUpFrom .5s ease both;}.owl-fadeUp-out {  -webkit-animation: scaleUpTo .5s ease both;  -moz-animation: scaleUpTo .5s ease both;  animation: scaleUpTo .5s ease both;}/* Keyframes *//*empty*/@-webkit-keyframes empty {  0% {opacity: 1}}@-moz-keyframes empty {  0% {opacity: 1}}@keyframes empty {  0% {opacity: 1}}@-webkit-keyframes fadeIn {  0% { opacity:0; }  100% { opacity:1; }}@-moz-keyframes fadeIn {  0% { opacity:0; }  100% { opacity:1; }}@keyframes fadeIn {  0% { opacity:0; }  100% { opacity:1; }}@-webkit-keyframes fadeOut {  0% { opacity:1; }  100% { opacity:0; }}@-moz-keyframes fadeOut {  0% { opacity:1; }  100% { opacity:0; }}@keyframes fadeOut {  0% { opacity:1; }  100% { opacity:0; }}@-webkit-keyframes backSlideOut {  25% { opacity: .5; -webkit-transform: translateZ(-500px); }  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }}@-moz-keyframes backSlideOut {  25% { opacity: .5; -moz-transform: translateZ(-500px); }  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }}@keyframes backSlideOut {  25% { opacity: .5; transform: translateZ(-500px); }  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }}@-webkit-keyframes backSlideIn {  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }  75% { opacity: .5; -webkit-transform: translateZ(-500px); }  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }}@-moz-keyframes backSlideIn {  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }  75% { opacity: .5; -moz-transform: translateZ(-500px); }  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }}@keyframes backSlideIn {  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }  75% { opacity: .5; transform: translateZ(-500px); }  100% { opacity: 1; transform: translateZ(0) translateX(0); }}@-webkit-keyframes scaleToFade {  to { opacity: 0; -webkit-transform: scale(.8); }}@-moz-keyframes scaleToFade {  to { opacity: 0; -moz-transform: scale(.8); }}@keyframes scaleToFade {  to { opacity: 0; transform: scale(.8); }}@-webkit-keyframes goDown {  from { -webkit-transform: translateY(-100%); }}@-moz-keyframes goDown {  from { -moz-transform: translateY(-100%); }}@keyframes goDown {  from { transform: translateY(-100%); }}@-webkit-keyframes scaleUpFrom {  from { opacity: 0; -webkit-transform: scale(1.5); }}@-moz-keyframes scaleUpFrom {  from { opacity: 0; -moz-transform: scale(1.5); }}@keyframes scaleUpFrom {  from { opacity: 0; transform: scale(1.5); }}@-webkit-keyframes scaleUpTo {  to { opacity: 0; -webkit-transform: scale(1.5); }}@-moz-keyframes scaleUpTo {  to { opacity: 0; -moz-transform: scale(1.5); }}@keyframes scaleUpTo {  to { opacity: 0; transform: scale(1.5); }}/* End Owl stack page CSS code */#stacks_in_5809>.s3_row {
	margin: 0 -10px;
}

#stacks_in_5809>.s3_row>.s3_column_left {
	width: 70.00%;
}

#stacks_in_5809>.s3_row>.s3_column_right {
	width: 30.000000%;
}




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










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



}



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


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


}





.lines.stacks_in_10074{width:90%;margin:calc(16rem/16) auto calc(16rem/16) auto;border-bottom:1px solid rgba(34, 34, 34, 1.00);background:rgba(0, 0, 0, 0.00);-webkit-transform:rotate(0deg);transform:rotate(0deg)}.lines.stacks_in_10074.vertical{border-left:1px solid rgba(34, 34, 34, 1.00);border-bottom:none;width:0;height:90%;margin:0 auto;margin-top:calc((90% - 100%)/-2)}

#stacks_in_9980_2 {
	margin: 0px 0px 10px 0px;
}
.lines.stacks_in_10075{width:90%;margin:calc(16rem/16) auto calc(16rem/16) auto;border-bottom:1px solid rgba(34, 34, 34, 1.00);background:rgba(0, 0, 0, 0.00);-webkit-transform:rotate(0deg);transform:rotate(0deg)}.lines.stacks_in_10075.vertical{border-left:1px solid rgba(34, 34, 34, 1.00);border-bottom:none;width:0;height:90%;margin:0 auto;margin-top:calc((90% - 100%)/-2)}
/*  */
#article-list-stacks_in_108 {
  /*  */
  background: rgba(255, 255, 255, 1.00);
  /*  */
  /*  */
  /*  */
  font-family: "Nunito";
  /*  */
  padding: 10px 10px;
  max-width: 600px;
  border-radius: 5px;
  margin: 0 auto;
  box-sizing: border-box; }
  #article-list-stacks_in_108 * {
    box-sizing: border-box; }
  #article-list-stacks_in_108 .article-list-grid {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    #article-list-stacks_in_108 .article-list-grid-item {
      overflow: hidden; }
      #article-list-stacks_in_108 .article-list-grid-item:last-child .article-outer {
        border-bottom: none; }
  #article-list-stacks_in_108 .article-outer {
    padding: 20px 10px;
    border-bottom: 1px solid rgba(35, 66, 149, 1.00);
    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_108 .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_108 .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_108 .article-title {
      /*  */
      font-family: "Nunito";
      /*  */
      color: rgba(57, 57, 57, 1.00);
      font-weight: bold;
      font-size: 20px;
      line-height: 32.360001px; }
    #article-list-stacks_in_108 .article-description {
      color: rgba(110, 109, 110, 1.00);
      /*  */
      font-family: "Nunito";
      /*  */
      font-size: 16px;
      line-height: 25.888000px; }
    #article-list-stacks_in_108 .article-info {
      margin-top: 5px;
      display: inline-block;
      color: rgba(57, 57, 57, 1.00);
      /*  */
      font-family: "Nunito";
      /*  */
      font-size: 14px;
      line-height: 22.652000px; }
      #article-list-stacks_in_108 .article-info .info-highlight {
        color: rgba(110, 109, 110, 1.00); }
      #article-list-stacks_in_108 .article-info.info-1::before {
        content: 'Von';
        display: inline-block; }
      #article-list-stacks_in_108 .article-info.info-2::before {
        content: 'Erstellt';
        display: inline-block; }
      #article-list-stacks_in_108 .article-info span {
        margin-left: 3px; }
    #article-list-stacks_in_108 .article-header {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      padding-right: 30px;
      max-width: calc(100% - 100px); }
    #article-list-stacks_in_108 .article-thumbnail {
      /*  */
      background: rgba(52, 52, 52, 1.00);
      /*  */
      /*  */
      width: 100px;
      height: 100px;
      border-radius: 100px;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      overflow: hidden;
      position: relative; }
      #article-list-stacks_in_108 .article-thumbnail::before, #article-list-stacks_in_108 .article-thumbnail::after {
        content: '';
        top: 0;
        left: 0;
        z-index: 2;
        opacity: 0;
        width: 100%;
        height: 100%;
        position: absolute; }
      #article-list-stacks_in_108 .article-thumbnail::before {
        z-index: 4;
        opacity: 0.5;
        transition: all 0.3s ease; }
      #article-list-stacks_in_108 .article-thumbnail::after {
        opacity: 1;
        color: rgba(255, 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: 50.000000px; }
      #article-list-stacks_in_108 .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: 100px; }
    #article-list-stacks_in_108 .article-content {
      /*  */
      font-family: "Nunito";
      /*  */
      font-size: 14px;
      line-height: 22.652000px;
      margin-top: 40px;
      padding: 20px 0;
      border-top: 1px solid rgba(35, 66, 149, 1.00);
      color: rgba(153, 153, 153, 1.00);
      display: none; }
      #article-list-stacks_in_108 .article-content h1, #article-list-stacks_in_108 .article-content h2, #article-list-stacks_in_108 .article-content h3, #article-list-stacks_in_108 .article-content h4, #article-list-stacks_in_108 .article-content h5, #article-list-stacks_in_108 .article-content h6 {
        color: rgba(251, 150, 26, 1.00); }
      #article-list-stacks_in_108 .article-content a, #article-list-stacks_in_108 .article-content a:visited {
        color: rgba(251, 150, 26, 1.00); }
    #article-list-stacks_in_108 .article-close {
      color: rgba(35, 66, 149, 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_108 .article-close i {
        margin-right: 10px;
        font-size: 20px; }
  #article-list-stacks_in_108 .article-list-grid-item:not(.active):hover {
    cursor: pointer; }
    #article-list-stacks_in_108 .article-list-grid-item:not(.active):hover .article-title, #article-list-stacks_in_108 .article-list-grid-item:not(.active):hover .article-description {
      /*  */
      text-decoration: underline;
      /*  */ }
    #article-list-stacks_in_108 .article-list-grid-item:not(.active):hover .article-thumbnail {
      overflow: hidden; }
      #article-list-stacks_in_108 .article-list-grid-item:not(.active):hover .article-thumbnail::before {
        opacity: 0.5;
        /*  */
        background: rgba(52, 52, 52, 1.00);
        /*  */
        /*  */ }
      #article-list-stacks_in_108 .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_108 .article-list-grid-item.active .article-outer::before {
    /*  */
    background: rgba(255, 255, 255, 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_108 .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_108 .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_108 .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_108 .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_108 .article-list-grid-item.active-expand .article-info.info-2::before {
      margin-left: 0; }
    #article-list-stacks_in_108 .article-list-grid-item.active-expand .article-title {
      font-size: 16px;
      line-height: 25.888000px; }
    #article-list-stacks_in_108 .article-list-grid-item.active-expand .article-description {
      font-size: 14px;
      line-height: 22.652000px;
      overflow: hidden;
      white-space: normal;
      text-overflow: clip; }
    #article-list-stacks_in_108 .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_108 .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_108 .article-list-grid-item.active-expand .article-thumbnail {
      width: 200px;
      height: 200px;
      border-radius: 100px; }
      #article-list-stacks_in_108 .article-list-grid-item.active-expand .article-thumbnail img {
        transition: none; }
      #article-list-stacks_in_108 .article-list-grid-item.active-expand .article-thumbnail::after {
        font-size: 100.000000px; }
    #article-list-stacks_in_108 .article-list-grid-item.active-expand .article-close {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  #article-list-stacks_in_108 .article-list-grid-item.active-close .article-outer {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  #article-list-stacks_in_108.ellipsed .article-description {
    /*  */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    /*  */ }
  #article-list-stacks_in_108.info-1-hide .article-info.info-1 {
    display: none !important; }
  #article-list-stacks_in_108.info-2-hide .article-info.info-2 {
    display: none !important; }

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

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

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




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










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



}



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


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


}






/*!
 * Bootstrap v3.0.2 by @fat and @mdo
 * Copyright 2013 Twitter, Inc.
 * Licensed under http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */

#stacks_in_9949 .carousel {
  position: relative;
}

#stacks_in_9949 .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#stacks_in_9949 .carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
          transition: 0.6s ease-in-out left;
}

#stacks_in_9949 .carousel-inner > .item > img,
#stacks_in_9949 .carousel-inner > .item > a > img {
  display: block;
  height: auto;
  max-width: 100%;
  line-height: 1;
}

#stacks_in_9949 .carousel-inner > .active,
#stacks_in_9949 .carousel-inner > .next,
#stacks_in_9949 .carousel-inner > .prev {
  display: block;
}

#stacks_in_9949 .carousel-inner > .active {
  left: 0;
}

#stacks_in_9949 .carousel-inner > .next,
#stacks_in_9949 .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

#stacks_in_9949 .carousel-inner > .next {
  left: 100%;
}

#stacks_in_9949 .carousel-inner > .prev {
  left: -100%;
}

#stacks_in_9949 .carousel-inner > .next.left,
#stacks_in_9949 .carousel-inner > .prev.right {
  left: 0;
}

#stacks_in_9949 .carousel-inner > .active.left {
  left: -100%;
}

#stacks_in_9949 .carousel-inner > .active.right {
  left: 100%;
}

#stacks_in_9949 .carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5;
  filter: alpha(opacity=50);
}

#stacks_in_9949 .carousel-control.left {
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

#stacks_in_9949 .carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

#stacks_in_9949 .carousel-control:hover,
#stacks_in_9949 .carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#stacks_in_9949 .carousel-control .icon-prev,
#stacks_in_9949 .carousel-control .icon-next,
#stacks_in_9949 .carousel-control .glyphicon-chevron-left,
#stacks_in_9949 .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

#stacks_in_9949 .carousel-control .icon-prev,
#stacks_in_9949 .carousel-control .glyphicon-chevron-left {
  left: 50%;
}

#stacks_in_9949 .carousel-control .icon-next,
#stacks_in_9949 .carousel-control .glyphicon-chevron-right {
  right: 50%;
}

#stacks_in_9949 .carousel-control .icon-prev,
#stacks_in_9949 .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}

#stacks_in_9949 .carousel-control .icon-prev:before {
  content: '\2039';
}

#stacks_in_9949 .carousel-control .icon-next:before {
  content: '\203a';
}

#stacks_in_9949 .carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

#stacks_in_9949 .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ffffff;
  border-radius: 10px;
}

#stacks_in_9949 .carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #ffffff;
}

#stacks_in_9949 .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

#stacks_in_9949 .carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  #stacks_in_9949 .carousel-control .glyphicons-chevron-left,
  #stacks_in_9949 .carousel-control .glyphicons-chevron-right,
  #stacks_in_9949 .carousel-control .icon-prev,
  #stacks_in_9949 .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  #stacks_in_9949 .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  #stacks_in_9949 .carousel-indicators {
    bottom: 20px;
  }
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../files/glyphicons-halflings-regular.eot');
  src: url('../files/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../files/glyphicons-halflings-regular.woff') format('woff'), url('../files/glyphicons-halflings-regular.ttf') format('truetype'), url('../files/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

#stacks_in_9949 .glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
}

#stacks_in_9949 .glyphicon-chevron-left:before {
  content: "\e079";
}

#stacks_in_9949 .glyphicon-chevron-right:before {
  content: "\e080";
}


#stacks_in_9949 .item img {
	width: 100%;
}




#stacks_in_9949 .row {
	background-image: -webkit-linear-gradient(#eee 40%, #aaa 100%);
	border-bottom: 1px solid #555;
	margin-bottom: 10px;
	padding: 10px;
	font-family: Georgia;
}

#stacks_in_9949 .container {
  padding:0;
  position:static;
}

#stacks_in_9949 ol, #stacks_in_9949 ul {
  padding-top: 0;
  padding-bottom: 0;
}
#stacks_out_9949 {
	width: 400px;
}

#stacks_out_5900 {
	width: 400px;
}

/*!
 * Bootstrap v3.0.2 by @fat and @mdo
 * Copyright 2013 Twitter, Inc.
 * Licensed under http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */

#stacks_in_5856 .carousel {
  position: relative;
}

#stacks_in_5856 .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#stacks_in_5856 .carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
          transition: 0.6s ease-in-out left;
}

#stacks_in_5856 .carousel-inner > .item > img,
#stacks_in_5856 .carousel-inner > .item > a > img {
  display: block;
  height: auto;
  max-width: 100%;
  line-height: 1;
}

#stacks_in_5856 .carousel-inner > .active,
#stacks_in_5856 .carousel-inner > .next,
#stacks_in_5856 .carousel-inner > .prev {
  display: block;
}

#stacks_in_5856 .carousel-inner > .active {
  left: 0;
}

#stacks_in_5856 .carousel-inner > .next,
#stacks_in_5856 .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

#stacks_in_5856 .carousel-inner > .next {
  left: 100%;
}

#stacks_in_5856 .carousel-inner > .prev {
  left: -100%;
}

#stacks_in_5856 .carousel-inner > .next.left,
#stacks_in_5856 .carousel-inner > .prev.right {
  left: 0;
}

#stacks_in_5856 .carousel-inner > .active.left {
  left: -100%;
}

#stacks_in_5856 .carousel-inner > .active.right {
  left: 100%;
}

#stacks_in_5856 .carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5;
  filter: alpha(opacity=50);
}

#stacks_in_5856 .carousel-control.left {
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

#stacks_in_5856 .carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

#stacks_in_5856 .carousel-control:hover,
#stacks_in_5856 .carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#stacks_in_5856 .carousel-control .icon-prev,
#stacks_in_5856 .carousel-control .icon-next,
#stacks_in_5856 .carousel-control .glyphicon-chevron-left,
#stacks_in_5856 .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

#stacks_in_5856 .carousel-control .icon-prev,
#stacks_in_5856 .carousel-control .glyphicon-chevron-left {
  left: 50%;
}

#stacks_in_5856 .carousel-control .icon-next,
#stacks_in_5856 .carousel-control .glyphicon-chevron-right {
  right: 50%;
}

#stacks_in_5856 .carousel-control .icon-prev,
#stacks_in_5856 .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}

#stacks_in_5856 .carousel-control .icon-prev:before {
  content: '\2039';
}

#stacks_in_5856 .carousel-control .icon-next:before {
  content: '\203a';
}

#stacks_in_5856 .carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

#stacks_in_5856 .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ffffff;
  border-radius: 10px;
}

#stacks_in_5856 .carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #ffffff;
}

#stacks_in_5856 .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

#stacks_in_5856 .carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  #stacks_in_5856 .carousel-control .glyphicons-chevron-left,
  #stacks_in_5856 .carousel-control .glyphicons-chevron-right,
  #stacks_in_5856 .carousel-control .icon-prev,
  #stacks_in_5856 .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  #stacks_in_5856 .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  #stacks_in_5856 .carousel-indicators {
    bottom: 20px;
  }
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../files/glyphicons-halflings-regular.eot');
  src: url('../files/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../files/glyphicons-halflings-regular.woff') format('woff'), url('../files/glyphicons-halflings-regular.ttf') format('truetype'), url('../files/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

#stacks_in_5856 .glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
}

#stacks_in_5856 .glyphicon-chevron-left:before {
  content: "\e079";
}

#stacks_in_5856 .glyphicon-chevron-right:before {
  content: "\e080";
}


#stacks_in_5856 .item img {
	width: 100%;
}




#stacks_in_5856 .row {
	background-image: -webkit-linear-gradient(#eee 40%, #aaa 100%);
	border-bottom: 1px solid #555;
	margin-bottom: 10px;
	padding: 10px;
	font-family: Georgia;
}

#stacks_in_5856 .container {
  padding:0;
  position:static;
}

#stacks_in_5856 ol, #stacks_in_5856 ul {
  padding-top: 0;
  padding-bottom: 0;
}
#stacks_out_5856 {
	width: 600px;
}
/* Start Owl stack CSS code *//** 	Owl Carousel Owl Demo Theme *	v1.3.2div{	-webkit-backface-visibility: hidden;}*/#stacks_in_3133 .owl-theme .owl-controls{	margin-top: 10px;	text-align: center;}/* Styling Next and Prev buttons */#stacks_in_3133 .owl-theme .owl-controls .owl-buttons div{	color: #FFF;	display: inline-block;	zoom: 1;	*display: inline;/*IE7 life-saver */	margin: 5px;	padding: 3px 10px;	font-size: 12px;	-webkit-border-radius: 30px;	-moz-border-radius: 30px;	border-radius: 30px;	background: #666666;	filter: Alpha(Opacity=50);/*IE7 fix*/	opacity: 0.5;}/* Clickable class fix problem with hover on touch devices *//* Use it for non-touch hover action */#stacks_in_3133 .owl-theme .owl-controls.clickable .owl-buttons div:hover{	filter: Alpha(Opacity=100);/*IE7 fix*/	opacity: 1;	text-decoration: none;}/* Styling Pagination*/#stacks_in_3133 .owl-theme .owl-controls .owl-page{	display: inline-block;	zoom: 1;	*display: inline;/*IE7 life-saver */}#stacks_in_3133 .owl-theme .owl-controls .owl-page span{	display: block;	width: 12px;	height: 12px;	margin: 5px 7px;	filter: Alpha(Opacity=50);/*IE7 fix*/	opacity: 0.5;	-webkit-border-radius: 20px;	-moz-border-radius: 20px;	border-radius: 20px;	background: #666666;}#stacks_in_3133 .owl-theme .owl-controls .owl-page.active span,#stacks_in_3133 .owl-theme .owl-controls.clickable .owl-page:hover span{	filter: Alpha(Opacity=100);/*IE7 fix*/	opacity: 1;}/* If PaginationNumbers is true */#stacks_in_3133 .owl-theme .owl-controls .owl-page span.owl-numbers{	height: auto;	width: auto;	color: #FFF;	padding: 2px 10px;	font-size: 12px;	-webkit-border-radius: 30px;	-moz-border-radius: 30px;	border-radius: 30px;}/* preloading images */#stacks_in_3133 .owl-item.loading{	min-height: 150px;	background: url("../files/AjaxLoader.gif") no-repeat center center}#stacks_in_3133outerwrapper{	max-width: 1000px;	margin: 0 auto 0 auto;}/* Preview Mode */#stacks_in_3133owl-stack{	height:0px;}#stacks_in_3133owl-stack .stacks_in_3133item img{display: block;width: 100%;height: auto;}#stacks_in_3133imagewell{height: 0px;}/* End Owl stack CSS code *//* Start Owl stack CSS code *//** 	Owl Carousel Owl Demo Theme *	v1.3.2div{	-webkit-backface-visibility: hidden;}*/#stacks_in_3115 .owl-theme .owl-controls{	margin-top: 10px;	text-align: center;}/* Styling Next and Prev buttons */#stacks_in_3115 .owl-theme .owl-controls .owl-buttons div{	color: #FFF;	display: inline-block;	zoom: 1;	*display: inline;/*IE7 life-saver */	margin: 5px;	padding: 3px 10px;	font-size: 12px;	-webkit-border-radius: 30px;	-moz-border-radius: 30px;	border-radius: 30px;	background: #666666;	filter: Alpha(Opacity=50);/*IE7 fix*/	opacity: 0.5;}/* Clickable class fix problem with hover on touch devices *//* Use it for non-touch hover action */#stacks_in_3115 .owl-theme .owl-controls.clickable .owl-buttons div:hover{	filter: Alpha(Opacity=100);/*IE7 fix*/	opacity: 1;	text-decoration: none;}/* Styling Pagination*/#stacks_in_3115 .owl-theme .owl-controls .owl-page{	display: inline-block;	zoom: 1;	*display: inline;/*IE7 life-saver */}#stacks_in_3115 .owl-theme .owl-controls .owl-page span{	display: block;	width: 12px;	height: 12px;	margin: 5px 7px;	filter: Alpha(Opacity=50);/*IE7 fix*/	opacity: 0.5;	-webkit-border-radius: 20px;	-moz-border-radius: 20px;	border-radius: 20px;	background: #666666;}#stacks_in_3115 .owl-theme .owl-controls .owl-page.active span,#stacks_in_3115 .owl-theme .owl-controls.clickable .owl-page:hover span{	filter: Alpha(Opacity=100);/*IE7 fix*/	opacity: 1;}/* If PaginationNumbers is true */#stacks_in_3115 .owl-theme .owl-controls .owl-page span.owl-numbers{	height: auto;	width: auto;	color: #FFF;	padding: 2px 10px;	font-size: 12px;	-webkit-border-radius: 30px;	-moz-border-radius: 30px;	border-radius: 30px;}/* preloading images */#stacks_in_3115 .owl-item.loading{	min-height: 150px;	background: url("../files/AjaxLoader.gif") no-repeat center center}#stacks_in_3115outerwrapper{	max-width: 1000px;	margin: 0 auto 0 auto;}/* Preview Mode */#stacks_in_3115owl-stack{	height:0px;}#stacks_in_3115owl-stack .stacks_in_3115item img{display: block;width: 100%;height: auto;}#stacks_in_3115imagewell{height: 0px;}/* End Owl stack CSS code *//* Start Owl stack CSS code *//** 	Owl Carousel Owl Demo Theme *	v1.3.2div{	-webkit-backface-visibility: hidden;}*/#stacks_in_1215 .owl-theme .owl-controls{	margin-top: 10px;	text-align: center;}/* Styling Next and Prev buttons */#stacks_in_1215 .owl-theme .owl-controls .owl-buttons div{	color: #FFF;	display: inline-block;	zoom: 1;	*display: inline;/*IE7 life-saver */	margin: 5px;	padding: 3px 10px;	font-size: 12px;	-webkit-border-radius: 30px;	-moz-border-radius: 30px;	border-radius: 30px;	background: #666666;	filter: Alpha(Opacity=50);/*IE7 fix*/	opacity: 0.5;}/* Clickable class fix problem with hover on touch devices *//* Use it for non-touch hover action */#stacks_in_1215 .owl-theme .owl-controls.clickable .owl-buttons div:hover{	filter: Alpha(Opacity=100);/*IE7 fix*/	opacity: 1;	text-decoration: none;}/* Styling Pagination*/#stacks_in_1215 .owl-theme .owl-controls .owl-page{	display: inline-block;	zoom: 1;	*display: inline;/*IE7 life-saver */}#stacks_in_1215 .owl-theme .owl-controls .owl-page span{	display: block;	width: 12px;	height: 12px;	margin: 5px 7px;	filter: Alpha(Opacity=50);/*IE7 fix*/	opacity: 0.5;	-webkit-border-radius: 20px;	-moz-border-radius: 20px;	border-radius: 20px;	background: #666666;}#stacks_in_1215 .owl-theme .owl-controls .owl-page.active span,#stacks_in_1215 .owl-theme .owl-controls.clickable .owl-page:hover span{	filter: Alpha(Opacity=100);/*IE7 fix*/	opacity: 1;}/* If PaginationNumbers is true */#stacks_in_1215 .owl-theme .owl-controls .owl-page span.owl-numbers{	height: auto;	width: auto;	color: #FFF;	padding: 2px 10px;	font-size: 12px;	-webkit-border-radius: 30px;	-moz-border-radius: 30px;	border-radius: 30px;}/* preloading images */#stacks_in_1215 .owl-item.loading{	min-height: 150px;	background: url("../files/AjaxLoader.gif") no-repeat center center}#stacks_in_1215outerwrapper{	max-width: 1000px;	margin: 0 auto 0 auto;}/* Preview Mode */#stacks_in_1215owl-stack{	height:0px;}#stacks_in_1215owl-stack .stacks_in_1215item img{display: block;width: 100%;height: auto;}#stacks_in_1215imagewell{height: 0px;}/* End Owl stack CSS code */
#stacks_out_1215 {
	width: 350px;
}

#stacks_in_825 {
	padding: 0px 0px 10px 0px;
}

#stacks_in_5812 {
	padding:  5px;
}

#stacks_out_5812 {
	width: 320px;
}

#stacks_in_10103 {
	margin: 0px 0px 10px 0px;
}

#stacks_in_10105 {
	margin:  10px;
}

#stacks_in_9831 {
	background-color: rgba(204, 204, 204, 1.00);
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	margin: 0px 0px 10px 0px;
	padding:  10px;
}

/*!
 * Bootstrap v3.0.2 by @fat and @mdo
 * Copyright 2013 Twitter, Inc.
 * Licensed under http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */

#stacks_in_5911 .carousel {
  position: relative;
}

#stacks_in_5911 .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#stacks_in_5911 .carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
          transition: 0.6s ease-in-out left;
}

#stacks_in_5911 .carousel-inner > .item > img,
#stacks_in_5911 .carousel-inner > .item > a > img {
  display: block;
  height: auto;
  max-width: 100%;
  line-height: 1;
}

#stacks_in_5911 .carousel-inner > .active,
#stacks_in_5911 .carousel-inner > .next,
#stacks_in_5911 .carousel-inner > .prev {
  display: block;
}

#stacks_in_5911 .carousel-inner > .active {
  left: 0;
}

#stacks_in_5911 .carousel-inner > .next,
#stacks_in_5911 .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

#stacks_in_5911 .carousel-inner > .next {
  left: 100%;
}

#stacks_in_5911 .carousel-inner > .prev {
  left: -100%;
}

#stacks_in_5911 .carousel-inner > .next.left,
#stacks_in_5911 .carousel-inner > .prev.right {
  left: 0;
}

#stacks_in_5911 .carousel-inner > .active.left {
  left: -100%;
}

#stacks_in_5911 .carousel-inner > .active.right {
  left: 100%;
}

#stacks_in_5911 .carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5;
  filter: alpha(opacity=50);
}

#stacks_in_5911 .carousel-control.left {
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

#stacks_in_5911 .carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

#stacks_in_5911 .carousel-control:hover,
#stacks_in_5911 .carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#stacks_in_5911 .carousel-control .icon-prev,
#stacks_in_5911 .carousel-control .icon-next,
#stacks_in_5911 .carousel-control .glyphicon-chevron-left,
#stacks_in_5911 .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

#stacks_in_5911 .carousel-control .icon-prev,
#stacks_in_5911 .carousel-control .glyphicon-chevron-left {
  left: 50%;
}

#stacks_in_5911 .carousel-control .icon-next,
#stacks_in_5911 .carousel-control .glyphicon-chevron-right {
  right: 50%;
}

#stacks_in_5911 .carousel-control .icon-prev,
#stacks_in_5911 .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}

#stacks_in_5911 .carousel-control .icon-prev:before {
  content: '\2039';
}

#stacks_in_5911 .carousel-control .icon-next:before {
  content: '\203a';
}

#stacks_in_5911 .carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

#stacks_in_5911 .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ffffff;
  border-radius: 10px;
}

#stacks_in_5911 .carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #ffffff;
}

#stacks_in_5911 .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

#stacks_in_5911 .carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  #stacks_in_5911 .carousel-control .glyphicons-chevron-left,
  #stacks_in_5911 .carousel-control .glyphicons-chevron-right,
  #stacks_in_5911 .carousel-control .icon-prev,
  #stacks_in_5911 .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  #stacks_in_5911 .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  #stacks_in_5911 .carousel-indicators {
    bottom: 20px;
  }
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../files/glyphicons-halflings-regular.eot');
  src: url('../files/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../files/glyphicons-halflings-regular.woff') format('woff'), url('../files/glyphicons-halflings-regular.ttf') format('truetype'), url('../files/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

#stacks_in_5911 .glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
}

#stacks_in_5911 .glyphicon-chevron-left:before {
  content: "\e079";
}

#stacks_in_5911 .glyphicon-chevron-right:before {
  content: "\e080";
}


#stacks_in_5911 .item img {
	width: 100%;
}




#stacks_in_5911 .row {
	background-image: -webkit-linear-gradient(#eee 40%, #aaa 100%);
	border-bottom: 1px solid #555;
	margin-bottom: 10px;
	padding: 10px;
	font-family: Georgia;
}

#stacks_in_5911 .container {
  padding:0;
  position:static;
}

#stacks_in_5911 ol, #stacks_in_5911 ul {
  padding-top: 0;
  padding-bottom: 0;
}
#stacks_in_5911 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width: 0px 0px 10px 0px;
}

#stacks_in_5650 {
	background-color: rgba(242, 242, 242, 1.00);
	margin: 0px 0px 10px 0px;
	padding:  20px;
}

#stacks_in_3286 {
	margin: 0px 0px 10px 0px;
}

/*!
 * Bootstrap v3.0.2 by @fat and @mdo
 * Copyright 2013 Twitter, Inc.
 * Licensed under http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */

#stacks_in_5774 .carousel {
  position: relative;
}

#stacks_in_5774 .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#stacks_in_5774 .carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
          transition: 0.6s ease-in-out left;
}

#stacks_in_5774 .carousel-inner > .item > img,
#stacks_in_5774 .carousel-inner > .item > a > img {
  display: block;
  height: auto;
  max-width: 100%;
  line-height: 1;
}

#stacks_in_5774 .carousel-inner > .active,
#stacks_in_5774 .carousel-inner > .next,
#stacks_in_5774 .carousel-inner > .prev {
  display: block;
}

#stacks_in_5774 .carousel-inner > .active {
  left: 0;
}

#stacks_in_5774 .carousel-inner > .next,
#stacks_in_5774 .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

#stacks_in_5774 .carousel-inner > .next {
  left: 100%;
}

#stacks_in_5774 .carousel-inner > .prev {
  left: -100%;
}

#stacks_in_5774 .carousel-inner > .next.left,
#stacks_in_5774 .carousel-inner > .prev.right {
  left: 0;
}

#stacks_in_5774 .carousel-inner > .active.left {
  left: -100%;
}

#stacks_in_5774 .carousel-inner > .active.right {
  left: 100%;
}

#stacks_in_5774 .carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5;
  filter: alpha(opacity=50);
}

#stacks_in_5774 .carousel-control.left {
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

#stacks_in_5774 .carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

#stacks_in_5774 .carousel-control:hover,
#stacks_in_5774 .carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#stacks_in_5774 .carousel-control .icon-prev,
#stacks_in_5774 .carousel-control .icon-next,
#stacks_in_5774 .carousel-control .glyphicon-chevron-left,
#stacks_in_5774 .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

#stacks_in_5774 .carousel-control .icon-prev,
#stacks_in_5774 .carousel-control .glyphicon-chevron-left {
  left: 50%;
}

#stacks_in_5774 .carousel-control .icon-next,
#stacks_in_5774 .carousel-control .glyphicon-chevron-right {
  right: 50%;
}

#stacks_in_5774 .carousel-control .icon-prev,
#stacks_in_5774 .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}

#stacks_in_5774 .carousel-control .icon-prev:before {
  content: '\2039';
}

#stacks_in_5774 .carousel-control .icon-next:before {
  content: '\203a';
}

#stacks_in_5774 .carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

#stacks_in_5774 .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ffffff;
  border-radius: 10px;
}

#stacks_in_5774 .carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #ffffff;
}

#stacks_in_5774 .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

#stacks_in_5774 .carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  #stacks_in_5774 .carousel-control .glyphicons-chevron-left,
  #stacks_in_5774 .carousel-control .glyphicons-chevron-right,
  #stacks_in_5774 .carousel-control .icon-prev,
  #stacks_in_5774 .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  #stacks_in_5774 .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  #stacks_in_5774 .carousel-indicators {
    bottom: 20px;
  }
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../files/glyphicons-halflings-regular.eot');
  src: url('../files/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../files/glyphicons-halflings-regular.woff') format('woff'), url('../files/glyphicons-halflings-regular.ttf') format('truetype'), url('../files/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

#stacks_in_5774 .glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
}

#stacks_in_5774 .glyphicon-chevron-left:before {
  content: "\e079";
}

#stacks_in_5774 .glyphicon-chevron-right:before {
  content: "\e080";
}


#stacks_in_5774 .item img {
	width: 100%;
}




#stacks_in_5774 .row {
	background-image: -webkit-linear-gradient(#eee 40%, #aaa 100%);
	border-bottom: 1px solid #555;
	margin-bottom: 10px;
	padding: 10px;
	font-family: Georgia;
}

#stacks_in_5774 .container {
  padding:0;
  position:static;
}

#stacks_in_5774 ol, #stacks_in_5774 ul {
  padding-top: 0;
  padding-bottom: 0;
}
#stacks_in_5774 {
	margin: 0px 0px 10px 0px;
}
