﻿.tourbus-next span {
    color: green;
}

.tourbus-prev span {
    color: orange;
    margin-left: -3px;
}

.tourbus-stop span {
    color: red;
    margin-left: -3px;
}

.tourbus-container {
    font-family: arial, Georgia;
}

.tourbus-leg {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #900;
    background: -webkit-radial-gradient(center, circle farthest-side, #BA0000 0%, #770000 100%);
    background: -webkit-gradient(radial, center center, 0, center center, 487, color-stop(0, #BA0000), color-stop(1, #770000));
    background: -o-radial-gradient(center, circle farthest-side, #BA0000 0%, #770000 100%);
    background: -moz-radial-gradient(center, circle farthest-side, #BA0000 0%, #770000 100%);
    background: -ms-radial-gradient(center, circle farthest-side, #BA0000 0%, #770000 100%);
    background:radial-gradient(circle farthest-side at center, #BA0000 0%, #770000 100%);
    color: #fff;
    border: solid 1px #ffcc00;
    -webkit-box-shadow: 3px 3px 6px rgba(0,0,0,0.36);
    -moz-box-shadow: 3px 3px 6px rgba(0,0,0,0.36);
    box-shadow: 3px 3px 6px rgba(0,0,0,0.36);
    text-shadow: 1px 1px 1px #330000;
}

    .tourbus-leg a {
        color: #ffcc00;
        text-decoration: underline;
    }
    .tourbus-leg a:hover {
            text-decoration: none;
        }

    .tourbus-leg h2 {
        padding: 0 0 10px 0;
        font-size: 1.3em;
    }
    .tourbus-leg-inner {
        text-align: left;
    }

.tourbus-arrow-right:after {
    border-right-color: #990000;
}

.tourbus-arrow-left:after {
    border-left-color: #990000;
}

.tourbus-arrow-bottom:after {
    border-bottom-color: #990000;
}

.tourbus-arrow-top:after {
    border-top-color: #990000;
}
.tourbus-arrow-right:before {
    border-right-color: #ffcc00;
}

.tourbus-arrow-left:before {
    border-left-color: #ffcc00;
}

.tourbus-arrow-bottom:before {
    border-bottom-color: #ffcc00;
}

.tourbus-arrow-top:before {
    border-top-color: #ffcc00;
}

.nav .tourbus-next, .nav .tourbus-prev {
    background: #ffffff;
    color: #900;
    border: solid 1px #999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 3px 8px;
    display: inline-block;
    text-shadow: none;
}



.tourbus-leg .nav {
    padding: 20px 0 0 0;
    clear: both;
}
.nav .tourbus-next {
    float: right;
}

.tourbus-leg .close {
    position: absolute;
    top: -13px;
    right: -13px;
    background: url(../../images/dialog-close.png);
    display: inline-block;
    height: 27px;
    width: 27px;
}

.tourbus-leg p {
    padding: 5px 0;
}

.tourbus-overlay {
  display: none;
  background: #666;
  opacity: 0.5;
  z-index: 9997;
  min-height: 100%;
  height: 100%;
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
}
.tourbus-highlight {
  background: white;
  position: relative;
  border-radius: 4px;
  box-shadow: inset 0 0 2px rgba( 0, 0, 0, 0.2 );
  z-index: 9998;
}