*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    font-size: 100%;
}

body {
    background: white;
    color: #222222;
    padding: 0;
    margin: 0;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    position: relative;
}

a:focus {
    outline: none;
}

img,
object,
embed {
    max-width: 100%;
    height: auto;
}

object,
embed {
    height: 100%;
}

img {
    -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
    max-width: none !important;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

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

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

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

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

.hide {
    display: none;
}

.antialiased {
    -webkit-font-smoothing: antialiased;
}

img {
    display: inline-block;
    vertical-align: middle;
}

textarea {
    height: auto;
    min-height: 50px;
}

select {
    width: 100%;
}

.orbit-container {
    overflow: hidden;
    width: 100%;
    position: relative;
    background: whitesmoke;
}

.orbit-container .orbit-slides-container {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.orbit-slides-container > li:first-child {
    display: block;
}
.orbit-slides-container > li {
    display: block;
}

.orbit-container .orbit-slides-container img {
    display: block;
    max-width: 100%;
}

.orbit-container .orbit-slides-container > * {
    position: absolute;
    top: 0;
    width: 100%;
    margin-left: 100%;
}
.orbit-container .orbit-slides-container > *:first-child {
    margin-left: 0;
}
.orbit-container .orbit-slides-container > * .orbit-caption {
    position: absolute;
    bottom: 0;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    width: 100%;
    padding: 10px 14px;
    font-size: 0.875em;
}

.orbit-container .orbit-slides-container > * .orbit-caption * {
    color: white;
}

.orbit-container .orbit-slide-number {
    display: none;
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;
    color: white;
    background: rgba(0, 0, 0, 0);
    z-index: 10;
}

.orbit-container .orbit-slide-number span {
    font-weight: 700;
    padding: 0.3125em;
}

.orbit-container .orbit-timer {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    height: 6px;
    width: 100px;
    z-index: 10;
}

.orbit-container .orbit-timer .orbit-progress {
    height: 100%;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.6);
    display: block;
    width: 0%; }

.orbit-container .orbit-timer > span {
    display: none;
    position: absolute;
    top: 10px;
    right: 0;
    width: 11px;
    height: 14px;
    border: solid 4px black;
    border-top: none;
    border-bottom: none;
}

.orbit-container .orbit-timer.paused > span {
    right: -6px;
    top: 9px;
    width: 11px;
    height: 14px;
    border: inset 8px;
    border-right-style: solid;
    border-color: transparent transparent transparent black;
}

.orbit-container:hover .orbit-timer > span {
    display: block;
}

.orbit-container .orbit-prev,
.orbit-container .orbit-next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    background-color: rgba(0, 0, 0, 0.6);
    width: 50px;
    height: 60px;
    line-height: 50px;
    color: white;
    text-indent: -9999px !important;
    z-index: 10;
}

.orbit-container .orbit-prev > span,
.orbit-container .orbit-next > span {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    display: none;
    width: 0;
    height: 0;
    border: inset 16px;
}

.orbit-container .orbit-prev {
    background: url('../images/foundation/orbit/left-arrow.png');
    width: 28px;
    height: 28px;
    left: 10px;
}

.orbit-container .orbit-prev > span {
    border-right-style: solid;
    border-color: transparent;
    border-right-color: #fff;
}

.orbit-container .orbit-prev:hover > span {
}

.orbit-container .orbit-next {
    background: url('../images/foundation/orbit/right-arrow.png');
    width: 28px;
    height: 28px;
    right: 10px;
}

.orbit-container .orbit-next > span {
    border-color: transparent;
    border-left-style: solid;
    border-left-color: #fff;
    left: 50%;
    margin-left: -8px;
}

.orbit-container .orbit-next:hover > span {
}

.orbit-bullets {
    margin: 0 auto 30px auto;
    overflow: hidden;
    position: relative;
    top: 10px;
}

.orbit-bullets li {
    cursor: pointer;
    display: block;
    width: 18px;
    height: 18px;
    background: #999999;
    float: left;
    margin-right: 6px;
    border: solid 2px #222222;
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
}

.orbit-bullets li.active {
    background: #222222;
}

.orbit-bullets li:last-child {
    margin-right: 0;
}

.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
    display: none;
}

.touch .orbit-bullets, .touch .sliderHome .orbit-bullets {
    display: none;
}

@media only screen and (min-width: 48em) {
    .touch .orbit-container .orbit-prev,
    .touch .orbit-container .orbit-next {
        display: inherit;
    }

    .touch .orbit-bullets, .touch .sliderHome .orbit-bullets {
        display: block;
    }
}
