/*


    NOTE: Copy and paste this entire stylesheet into the profile CSS


*/

section {
    margin-bottom: 75px;
}

.container-for-media,
.row-with-columns,
.content-is-metrics,
.content-is-facts {
    margin-bottom: 10px;
}

.row-with-columns {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-grow: 1;
    box-sizing: border-box;
    margin-right: -5px;
    margin-left: -5px;
}

.row-with-columns > div {
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
    position: relative;
}

.row-with-columns > div:last-of-type {
    padding-bottom: 0 !important;
}

.row-with-columns.two-columns,
.row-with-columns.three-columns,
.row-with-columns.four-columns,
.row-with-columns.five-columns,
.row-with-columns.six-columns,
.row-with-columns.seven-columns,
.row-with-columns.eight-columns {
    flex-wrap: wrap;
}

.row-with-columns.two-columns > div {
    width: 50%;
}

.row-with-columns.three-columns > div  {
    width: 33.33%;
}

.row-with-columns.four-columns > div  {
    width: 25%;
}

.row-with-columns.five-columns > div  {
    width: 20%;
}

.row-with-columns.six-columns > div  {
    width: 16.66%;
}

.row-with-columns.seven-columns > div  {
    width: 14.285%;
}

.row-with-columns.eight-columns > div  {
    width: 12.5%;
}

.row-with-columns > div > img, .row-with-columns > div > video {
    width: 100%;
    height: auto;
    display: block;
}

.row-with-columns + .row-with-columns {
    margin-top: 10px;
}

.image-with-aspect-ratio,
.image-with-aspect-ratio-4x3,
.image-with-aspect-ratio-16x9,
.image-with-aspect-ratio-3x2,
.image-with-aspect-ratio-8x5,
.image-with-aspect-ratio-5x2,
.image-with-aspect-ratio-1x1,
.image-with-aspect-ratio-3x4,
.image-with-aspect-ratio-9x16,
.image-with-aspect-ratio-2x3,
.image-with-aspect-ratio-5x8,
.image-with-aspect-ratio-2x5 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.aspect-ratio-for-images-4x3 .image-with-aspect-ratio, .image-with-aspect-ratio-4x3 {
    padding-bottom: 75%;
}

.aspect-ratio-for-images-16x9 .image-with-aspect-ratio, .image-with-aspect-ratio-16x9 {
    padding-bottom: 56.25%;
}

.aspect-ratio-for-images-3x2 .image-with-aspect-ratio, .image-with-aspect-ratio-3x2 {
    padding-bottom: 66.66%;
}

.aspect-ratio-for-images-8x5 .image-with-aspect-ratio, .image-with-aspect-ratio-8x5 {
    padding-bottom: 62.5%;
}

.aspect-ratio-for-images-5x2 .image-with-aspect-ratio, .image-with-aspect-ratio-5x2 {
    padding-bottom: 40%;
}

.aspect-ratio-for-images-1x1 .image-with-aspect-ratio, .image-with-aspect-ratio-1x1 {
    padding-bottom: 100%;
}

.aspect-ratio-for-images-3x4 .image-with-aspect-ratio, .image-with-aspect-ratio-3x4 {
    padding-bottom: 133.33%;
}

.aspect-ratio-for-images-9x16 .image-with-aspect-ratio, .image-with-aspect-ratio-9x16 {
    padding-bottom: 177.77%;
}

.aspect-ratio-for-images-2x3 .image-with-aspect-ratio, .image-with-aspect-ratio-2x3 {
    padding-bottom: 150%;
}

.aspect-ratio-for-images-5x8 .image-with-aspect-ratio, .image-with-aspect-ratio-5x8 {
    padding-bottom: 160%;
}

.aspect-ratio-for-images-2x5 .image-with-aspect-ratio, .image-with-aspect-ratio-2x5 {
    padding-bottom: 250%;
}

.container-for-media img, .container-for-media video {
    width: 100%;
    display: block;
}

.videoPopup {
    display: block;
    position: relative;
    outline: none !important;
}

.videoPopup > .fa-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 30px;
    border-radius: 80px;
    border: 4px solid #fff;
    text-align: center;
    color: #fff;
    background: rgba(0,0,0,0.3);
    box-shadow: 0 0 200px #000, 0 2px 0 rgab(0,0,0,0.5);
}

.videoPopup:hover > .fa-play {
    background: rgba(0,0,0,0.6);
}

.side-scroll-on-small-screen, .side-scroll-row-wrapper {
    overflow-x: scroll;
    position: relative;
}

.side-scroll-on-small-screen img, .side-scroll-on-small-screen video {
    min-width: 580px;
}

.side-scroll-row-wrapper .row-with-columns {
    min-width: 800px;
}

.tip-for-side-scrolling {
    z-index: 100;
    display: none;
    background: -moz-linear-gradient(left, rgba(204,204,204,0) 0%, rgba(50,50,50,0.5) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(204,204,204,0) 0%, rgba(50,50,50,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(204,204,204,0) 0%, rgba(50,50,50,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    position: absolute;
    width: 200px;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
}

.tip-for-side-scrolling::before {
    content: '';
    display: block;
    width: 149px;
    height: 92px;
    background-size: 149px 92px;
    background-position: center;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -46px;
    background-image: url('https://wefunder-production.s3.amazonaws.com/static/swipingfinger.png');
    background-repeat: no-repeat;
}

@media (max-width: 600px) {
    .container-for-media .tip-for-side-scrolling {
        display: block;
    }
}

@media (max-width: 820px) {
    .side-scroll-row-wrapper .tip-for-side-scrolling {
        display: block;
    }
}

@media (min-width: 1200px) {
    .side-scroll-row-wrapper {
        overflow-x: visible;
    }
}

.content-is-metrics, .content-is-facts {
    align-items: stretch;
}


.content-is-metrics > div, .content-is-facts > div {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.content-is-metrics > div::before {
    content: '';
    border: 1px solid #ddd;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    left: 5px;
}

.content-is-metrics.huge-metrics > div {
    justify-content: flex-start;
}

.content-is-metrics.huge-metrics > div::before {
    border-width: 0;
}

.content-is-metrics .number {
    margin: 30px 15px 0 !important;
    font-size: 28px;
    font-weight: 600;
}

.content-is-metrics .label {
    margin: 0 15px 30px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
}

.content-is-metrics.huge-metrics .number {
    font-size: 78px;
    margin: 30px 10px 0;
}

.content-is-metrics.huge-metrics .label {
    font-size: 32px;
    margin: 0 10px 30px;
}

@media (max-width: 700px) {
    .content-is-metrics .number {
        font-size: 20px !important;
    }

    .content-is-metrics.huge-metrics .number {
        font-size: 26px !important;
    }

    .content-is-metrics.huge-metrics .label {
        font-size: 20px !important;
    }
}

.content-is-facts > div::before {
    content: '';
    border: 5px solid #000;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    left: 5px;
}

.content-is-facts > div p {
    color: #000;
    font-weight: 500;
    font-size: 24px;
    margin: 30px 20px;
    line-height: 1.2;
}

@media (max-width: 850px) {
    .content-is-facts > div p {
        font-size: 16px;
    }
}

.timeline-wrapper {
    position: relative;
    min-height: 250px;
}

.timeline-wrapper::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 100%;
    height: 4px;
    margin-top: -2px;
    background: #d8d8d8;
}

.timeline-event {
    max-width: 140px;
    position: absolute;
    margin: 0;
    font-size: 11px;
    transition: background 0.3s;
    cursor: default;
}

.timeline-event:hover .timeline-content {
    background: #e7f9e7;
}

.timeline-content {
    transition: transform 0.3s;
    padding: 8px;
    background: #f3f3f3;
}

.timeline-event .timeline-content:hover {
    transform: scale(1.1);
}

.timeline-event.top {
    bottom: 50%;
    transform: translate(0, -50px);
}

.timeline-event.bottom {
    top: 50%;
    transform: translate(0, 50px);
}

.timeline-event.top .timeline-content {
    transform-origin: bottom center;
}

.timeline-event.bottom .timeline-content {
    transform-origin: top center;
}

.timeline-content {
    position: relative;
}

@media (max-width: 860px) {
    .timeline-wrapper {
        height: auto !important;
    }

    .timeline-wrapper::before {
        top: 0;
        bottom: 0;
        left: 0;
        width: 4px;
        height: 100%;
    }   

    .timeline-event {
        width: 400px;
        max-width: 80%;
        position: static;
        margin-bottom: 15px;
        transform: translate(50px, 0) !important;
    }

    .timeline-content {
        transform: none !important;
        margin: 0 !important;
    }
}

/* the circle on the line */
.timeline-event::before {
    content: "";
    width: 16px;
    height: 16px;
    background: #458940;
    border-radius: 12px;
    border: 4px solid white;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    transition: width 0.15s, height 0.15s, border-width 0.15s;
}

.timeline-future-event.timeline-event::before {
    background: #bddcbb;
}

.timeline-event.top::before {
    top: 100%;
    margin-top: 38px;
}

.timeline-event.bottom::before {
    bottom: 100%;
    margin-bottom: 38px;
}

.timeline-event:hover::before {
    border-width: 8px;
    width: 8px;
    height: 8px;
}

@media (max-width: 860px) {
    .timeline-event::before {
        top: 50% !important;
        left: -60px !important;
        bottom: auto !important;
        transform: translate(0, -50%);
        margin: 0 !important;
    }
}

/* the arrow on the event callout */
.timeline-content::after {
    left: 50%;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-style: solid;
    border-color: transparent;
    border-width: 10px;
    margin-left: -10px;
}

.timeline-event.top .timeline-content::after {
    top: 100%;
    border-top-color: #f3f3f3;
}

.timeline-event.bottom .timeline-content::after {
    bottom: 100%;
    border-bottom-color: #f3f3f3;
}

.timeline-event.top:hover .timeline-content::after {
    border-top-color: #e7f9e7;
}

.timeline-event.bottom:hover .timeline-content::after {
    border-bottom-color: #e7f9e7;
}

@media (max-width: 860px) {
    .timeline-event .timeline-content::after {
        right: 100% !important;
        top: 50% !important;
        bottom: auto !important;
        left: auto !important;
        border-color: transparent !important;
        border-right-color: #f3f3f3 !important;
        margin: -10px 0 0 0 !important;
    }

    .timeline-event:hover .timeline-content::after {
        border-color: transparent !important;
        border-right-color: #e7f9e7 !important;
    }
}

/* the connector line if elements overlap */
.timeline-connector {
    content: '';
    position: absolute;
    width: 2px;
    left: 50%;
    margin-left: -1px;
    background: #f3f3f3;
    display: none;
    z-index: 90;
}

@media (max-width: 860px) {
    .timeline-connector {
        display: none !important;
    }
}

.timeline-event.top .timeline-connector {
    top: 100%;
}

.timeline-event.bottom .timeline-connector {
    bottom: 100%;
}

/* the date and inner content */
.timeline-event-date {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    white-space: nowrap;
    font-weight: bold;
    color: #458940;
    z-index: 100;
}

.timeline-event.top .timeline-event-date {
    top: 100%;
    margin-top: 22px;
}

.timeline-event.bottom .timeline-event-date {
    bottom: 100%;
    margin-bottom: 22px;
}

.timeline-event > img, .timeline-event div[class^="image-with-aspect-ratio"] {
    width: 100%;
    margin-bottom: 5px;
}

.timeline-event-head {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 13px;
}

.timeline-event-subhead {
    margin-top: 0 !important;
}

.timeline-future-event .timeline-event-date {
    color: #9ec39b;
}

@media (max-width: 860px) {
    .timeline-event-date {
        transform: translate(50%, -50%) rotate(-90deg) translate(0, -25px) !important;
        left: auto !important;
        right: 100% !important;
        top: 50% !important;
        bottom: auto !important;
        margin: 0 !important;
        display: block;
        text-align: center;
        margin-left: -20px !important;
    }
}

.audio-controls {
    display: none;
    position: fixed;
    bottom: -50px;
    left: 0;
    right: 0;
    height: 50px;
    background: #f8f8f8;
    line-height: 50px;
    font-size: 14px;
    border-top: 1px solid #dadada;
    z-index: 9999;
}

.audio-controls .container {
    display: flex;
    justify-content: space-between;
    max-width: 1002px;
    margin: 0 auto;
}

.audio-title {
    font-weight: bold;
    margin-right: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 600px;
}

.audio-title b {
    font-size: 12px;
    font-weight: normal;
    color: #969696;
}

.audio-title a {
    font-size: 12px;
    margin-right: 15px;
    color: #0277bd;
    transition: color 0.25s, background 0.25s;
    font-weight: normal;
    border: 1px solid #dadada;
    border-width: 0 1px;
    line-height: 52px;
    display: inline-block;
    padding: 0 15px;
}

.audio-title > a {
    font-weight: bold;
}

.audio-title a:hover {
    text-decoration: none;
    background: #ececec;
}

.audio-title a .fa {
    margin-right: 5px;
}

.audio-play-pause {
    color: #0277bd;
    font-size: 20px;
    width: 22px;
    display: inline-block;
    margin: 0 10px 0 15px;
    transition: color 0.25s;
    text-align: center;
}

.audio-play-pause .fa-pause {
    font-size: 24px;
}

.audio-play-pause:hover {
    color: #004E7D;
}

.audio-progress {
    border: 1px solid #dadada;
    border-width: 0 1px;
}

.audio-progress > div {
    float: left;
}

.audio-progress-played, .audio-progress-remaining {
    width: 50px;
    font-size: 16px;
    font-family: Courier, monospace;
    color: #969696;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;  
}

.audio-progress-played {
    text-align: right;
}

.audio-progress-bar {
    width: 200px;
    height: 4px;
    margin-top: 23px;
    margin-left: 10px;
    margin-right: 10px;
    background: #fff;
    border: 1px solid #e8e8e8;
    position: relative;
    border-radius: 2px;
}

.audio-progress-bar-played {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    background: #0276bc;
    border-radius: 2px 0 0 2px;
}

.audio-progress-playhead {
    position: absolute;
    left: 0;
    margin-left: -3px;
    top: -4px;
    width: 8px;
    height: 12px;
    border-radius: 4px;
    background-color: #0276bc;
    cursor: pointer;
}

.playlist-on-page {
    margin-left: 0 !important;
}

.playlist-on-page li {
    margin-bottom: 5px !important;
}

.playlist-on-page li a.active {
    font-weight: bold;
}

.playlist-on-page li:before {
    content: '' !important;
}

.audio-playlist {
    display: none;
    position: absolute;
    bottom: 100%;
    background: #f8f8f8;
    width: 250px;
    border: 1px solid #dadada;
}

.audio-playlist a {
    display: block;
    border: 0;
    margin: 0;
    padding: 0 10px;
    line-height: 40px;
    color: #4e4e4e;
}

.audio-playlist a.active {
    font-weight: bold;
    background: #f1f1f1;
}

@media (max-width: 1050px) {
    .audio-title {
        max-width: 50%;
    }
}

@media (max-width: 850px) {
    .audio-progress-bar {
        width: 125px;
    }

    .audio-title {
        max-width: 55%;
    }
}

@media (max-width: 760px) {
    .audio-controls {
        height: 100px;
    }

    .audio-controls .container {
        display: block;
    }

    .audio-title {
        max-width: 100%;
        border-right: 1px solid #dadada;
        margin-right: 0;
    }

    .audio-progress {
        overflow: auto;
        border: 1px solid #dadada;
        border-width: 1px 1px 0 1px;
        margin: 0 auto;
    }

    .audio-progress-bar {
        width: 50%;
    }
}

@media (max-width: 480px) {
    .audio-title {
        padding-right: 10px;
    }

    .audio-title b {
        display: none;
    }

    .audio-controls .container {
        margin: 0 -20px;
    }
}

.play-track .fa {
    margin-right: 0.3em;
    transition: transform 0.2s;
}

.play-track:hover .fa {
    transform: scale(1.1);
    color: #004e7d;
}

.toggle-container {
    display: none;
}

.toggle-link {
    display: inline-block;
    margin: 0 auto;
    border-radius: 50px;
    border: 2px solid #777777;
    color: #777777 !important;
    text-decoration: none;
    padding: 5px 8px;
    font-weight: 700;
    transition: all 0.15s;
    text-transform: uppercase;
    font-size: 75%;
    margin-top: 10px;
}

.toggle-link:hover {
    text-decoration: none;
    color: #4a4a4a;
    border-color: #4a4a4a;
}

.center-text {
    text-align: center !important;
}

.right-text {
    text-align: right !important;
}

.justify-text {
    text-align: justify !important;
}

.serif-text {
    font-family: "Archer SSm A","Archer SSm B", "Archer", serif !important;
    font-weight: 500;
    line-height: 1.7em !important;
}

.bold-text {
    font-weight: bold !important;
}

.italic-text {
    font-style: italic !important;
}

.gray-text {
    color: #ADADAD !important;
}

.quote-text {
    position: relative;
    z-index: 100;
}

.quote-text:before {
    content: "\201c";
    position: absolute;
    top: 0px;
    left: -15px;
    color: #e2e2e2;
    font-size: 150px;
    line-height: 150px;
    font-family: Georgia;
    z-index: -1;
}

.no-margin {
    margin: 0;
}

.some-top-margin {
    margin-top: 20px !important;
}

.some-bottom-margin {
    margin-bottom: 20px !important;
}

.wide-width {
    margin-left: -250px;
    margin-right: -250px;
}

.narrow-width {
    max-width: 800px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.very-narrow-width {
    max-width: 625px;
    margin-left: auto !important;
    margin-right: auto !important;
}

@media (max-width: 1499px) {
    .wide-width {
        margin-left: -100px;
        margin-right: -100px;
    }
}

@media (max-width: 1199px) {
    .wide-width {
        margin-left: 0;
        margin-right: 0;
    }

    .wide-width.row-with-columns {
        margin-left: -5px;
        margin-right: -5px;
    }
}

@media (max-width: 830px) {
    .narrow-width {
        margin-left: 0;
        margin-right: 0;
    }

    .narrow-width.row-with-columns {
        margin-left: -5px;
        margin-right: -5px;
    }
}

@media (max-width: 655px) {
    .very-narrow-width {
        margin-left: 0;
        margin-right: 0;
    }

    .very-narrow-width.row-with-columns {
        margin-left: -5px;
        margin-right: -5px;
    }
}

@media (max-width: 699px) {
    .row-with-columns > div, .row-with-columns > div:last-of-type {
        padding-bottom: 10px !important;
    }

    .row-with-columns.content-is-facts > div, .row-with-columns.content-is-facts > div:last-of-type,
    .row-with-columns.content-is-metrics > div, .row-with-columns.content-is-metrics > div:last-of-type {
        margin-bottom: 10px;
        padding-bottom: 0 !important;
    }
}

@media (max-width: 699px) and (min-width: 450px) {
    .row-with-columns.wrap-content-on-small-screen.four-columns > div  {
        width: 50% !important;
    }

    .row-with-columns.wrap-content-on-small-screen.five-columns > div  {
        width: 50% !important;
    }

    .row-with-columns.wrap-content-on-small-screen.six-columns > div  {
        width: 33.33% !important;
    }

    .row-with-columns.wrap-content-on-small-screen.seven-columns > div  {
        width: 33.33% !important;
    }

    .row-with-columns.wrap-content-on-small-screen.eight-columns > div  {
        width: 25% !important;
    }
}

@media (max-width: 449px) {
    .row-with-columns.wrap-content-on-small-screen {
        margin-left: 0;
        margin-right: 0;
        flex-wrap: wrap;
    }

    .row-with-columns.wrap-content-on-small-screen.content-is-metrics,
    .row-with-columns.wrap-content-on-small-screen.content-is-facts {
        margin-left: -5px;
        margin-right: -5px;
    }

    .row-with-columns.wrap-content-on-small-screen > div {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        flex-grow: 1;
        padding-bottom: 10px !important;
    }

    .row-with-columns.wrap-content-on-small-screen.content-is-facts > div,
    .row-with-columns.wrap-content-on-small-screen.content-is-metrics > div {
        padding-bottom: 0 !important;
    }
}

/*  CSS for Looper.js which does the carousel magic */
.looper {
  position: relative;
  z-index: 1;
  line-height: 1;
  width: auto;
  height: auto;

}
.looper:focus {
  outline: 0;
}
.looper .looper-inner {
  height: auto;
  position: relative;
  z-index: 2;
  margin: 0 100px;
}
@media (max-width: 700px) {
    .looper .looper-inner {
        margin: 0 40px;
    }
}
.looper .item {
  display: none;
  position: relative;
  z-index: 3;
}
.looper .item.active,
.looper .item.next,
.looper .item.prev {
  display: block;
}
.looper .item.active {
  top: 0;
  left: 0;
  z-index: 4;
}
.looper .item > img {
  display: block;
  line-height: 1;
}
.looper.xfade .looper-inner {
  height: 100%;
}
.looper.xfade .item {
  -webkit-transition: 0.5s ease-in opacity;
  -moz-transition: 0.5s ease-in opacity;
  -o-transition: 0.5s ease-in opacity;
  transition: 0.5s ease-in opacity;
  position: absolute;
  width: 100%;
  opacity: 0;
}
.looper.xfade .item.go {
  opacity: 1;
}
.looper.xfade .item.active {
  opacity: 1;
}
.looper.xfade .item.active.go {
  opacity: 0;
}
.looper.slide.xfade .item {
  -webkit-transition: 0.5s ease-in-out left, 0.5s ease-in opacity;
  -moz-transition: 0.5s ease-in-out left, 0.5s ease-in opacity;
  -o-transition: 0.5s ease-in-out left, 0.5s ease-in opacity;
  transition: 0.5s ease-in-out left, 0.5s ease-in opacity;
}
.looper.slide .item {
  -webkit-transition: 0.5s ease-in-out left;
  -moz-transition: 0.5s ease-in-out left;
  -o-transition: 0.5s ease-in-out left;
  transition: 0.5s ease-in-out left;
}
.looper.slide .item.next,
.looper.slide .item.prev {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.looper.slide .item.next {
  left: 100%;
}
.looper.slide .item.prev {
  left: -100%;
}
.looper.slide .item.active.prev,
.looper.slide .item.active.next {
  position: relative;
  left: 0;
}
.looper.slide .item.go {
  left: 0;
}
.looper.slide .item.go.active {
  left: -100%;
}
.looper.slide .item.go.active.prev {
  left: 100%;
}
.looper.slide.right .item.next {
  left: -100%;
}
.looper.slide.right .item.prev {
  left: 100%;
}
.looper.slide.right .item.go {
  left: 0;
}
.looper.slide.right .item.go.active {
  left: 100%;
}
.looper.slide.right .item.go.active.prev {
  left: -100%;
}
.looper.slide.down .looper-inner {
  height: 100%;
}
.looper.slide.down .item {
  -webkit-transition: 0.5s ease-in-out top;
  -moz-transition: 0.5s ease-in-out top;
  -o-transition: 0.5s ease-in-out top;
  transition: 0.5s ease-in-out top;
}
.looper.slide.down .item.next,
.looper.slide.down .item.prev {
  left: 0;
}
.looper.slide.down .item.next {
  top: -100%;
}
.looper.slide.down .item.prev {
  top: 100%;
}
.looper.slide.down .item.go {
  top: 0;
}
.looper.slide.down .item.go.active {
  top: 100%;
  left: 0;
}
.looper.slide.down .item.go.active.prev {
  top: -100%;
}
.looper.slide.down.xfade .item {
  -webkit-transition: 0.5s ease-in-out top, 0.5s ease-in opacity;
  -moz-transition: 0.5s ease-in-out top, 0.5s ease-in opacity;
  -o-transition: 0.5s ease-in-out top, 0.5s ease-in opacity;
  transition: 0.5s ease-in-out top, 0.5s ease-in opacity;
}
.looper.slide.up .looper-inner {
  height: 100%;
}
.looper.slide.up .item {
  -webkit-transition: 0.5s ease-in-out top;
  -moz-transition: 0.5s ease-in-out top;
  -o-transition: 0.5s ease-in-out top;
  transition: 0.5s ease-in-out top;
}
.looper.slide.up .item.next,
.looper.slide.up .item.prev {
  left: 0;
}
.looper.slide.up .item.next {
  top: 100%;
}
.looper.slide.up .item.prev {
  top: -100%;
}
.looper.slide.up .item.go {
  top: 0;
}
.looper.slide.up .item.go.active {
  top: -100%;
  left: 0;
}
.looper.slide.up .item.go.active.prev {
  top: 100%;
}
.looper.slide.up.xfade .item {
  -webkit-transition: 0.5s ease-in-out top, 0.5s ease-in opacity;
  -moz-transition: 0.5s ease-in-out top, 0.5s ease-in opacity;
  -o-transition: 0.5s ease-in-out top, 0.5s ease-in opacity;
  transition: 0.5s ease-in-out top, 0.5s ease-in opacity;
}
.looper-control {
  position: absolute;
  z-index: 5;
  top: 20px;
  left: 0;
  height: 40px;
  margin-top: -20px;
  font-size: 30px;
  line-height: 40px;
  color: #666;
  text-align: center;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.looper-control.right {
  left: auto;
  right: 0;
}
.looper-control:hover {
  color: #444;
  text-decoration: none;
  text-shadow: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.looper-nav {
  background: transparent;
  text-align: center;
  list-style-type: none;
  margin: 0;
}
.looper-nav > li {
  display: inline-block;
  font-size: 36px;
}
.looper-nav > li a {
  color: #049cdb;
}
.looper-nav > li a:hover {
  color: #036690;
}
.looper-nav > li.active a,
.looper-nav > li.active a:hover {
  color: #036690;
}