/**
 * A simple sample carousel skin.
 *
 * This skin includes a sample arrows.svg file that may be edited with the free
 * illustration application InkScape (http://inkscape.org).
 *
 * CSS and icons by Nathan Haug.
 */

.jcarousel-wrapper.jcarousel-horizontal {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    padding: 0 !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin: 0 auto !important;
}

.jcarousel-wrapper.jcarousel-horizontal li {
    margin: 0 15px 0 0 !important;
    padding: 0;
    width: 315px !important;
    height: auto !important;
    overflow: hidden;
    border: 0;
    background: none;
}

.jcarousel-wrapper.jcarousel-horizontal .jcarousel-control-prev,.jcarousel-wrapper.jcarousel-horizontal .jcarousel-control-next {
    z-index: 200;
    position: absolute;
    top: 0;
    bottom: 0;
    cursor: pointer;
    width: 40px;
    height: 210px;
    text-decoration: none !important;
    background-color: rgba(0,0,0,0.25);
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    opacity: 0;
    color: #b0bec5;
    font-size: 0;
    display: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.jcarousel-wrapper.jcarousel-horizontal .jcarousel-control-prev:after,.jcarousel-wrapper.jcarousel-horizontal .jcarousel-control-next:after {
    opacity: 1;
    content: '\f104';
    color: #b0bec5;
    cursor: pointer;
    display: block;
    font-size: 50px;
    line-height: 1em;
    padding: 75px 0 0 0;
    speak: none;
    text-align: center;
    text-decoration: none !important;
    -webkit-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s;
    z-index: 101;
    font-weight: bold;
}

.jcarousel-wrapper.jcarousel-horizontal .jcarousel-control-prev:hover,.jcarousel-wrapper.jcarousel-horizontal .jcarousel-control-prev:focus,.jcarousel-wrapper.jcarousel-horizontal .jcarousel-control-next:hover,.jcarousel-wrapper.jcarousel-horizontal .jcarousel-control-next:focus {
    background-color: rgba(0,0,0,0.35);
}

.jcarousel-wrapper.jcarousel-horizontal .jcarousel-control-prev {
    left: 0;
}

.jcarousel-wrapper.jcarousel-horizontal .jcarousel-control-next {
    right: 0;
}

.jcarousel-wrapper.jcarousel-horizontal .jcarousel-control-next:after {
    content: '\f105';
}

.jcarousel-wrapper.jcarousel-horizontal:hover .jcarousel-control-prev,.jcarousel-wrapper.jcarousel-horizontal:hover .jcarousel-control-next {
    display: block !important;
    opacity: 1;
}

.jcarousel-skin-default {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    padding: 0 !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin: 0 auto !important;
    position: relative !important;
}

.jcarousel-skin-default > .jcarousel div > img {
    height: 210px !important;
}

.jcarousel-skin-default .click-region.play-icon:after {
    top: 40%;
}

.jcarousel-skin-default li {
    margin: 0 15px 0 0 !important;
    padding: 0;
    width: 315px !important;
    height: auto !important;
    overflow: hidden;
    border: 0;
    background: none;
}

.jcarousel-skin-default .jcarousel-control-prev,.jcarousel-skin-default .jcarousel-control-next {
    z-index: 200 !important;
    position: absolute;
    top: 0 !important;
    bottom: 0 !important;
    cursor: pointer;
    width: 40px !important;
    height: 210px !important;
    text-decoration: none !important;
    background-color: rgba(0,0,0,0.25) !important;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    opacity: 0 !important;
    color: #b0bec5 !important;
    font-size: 0 !important;
    display: none;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.jcarousel-skin-default .jcarousel-control-prev:after,.jcarousel-skin-default .jcarousel-control-next:after {
    opacity: 1 !important;
    content: '\f104' !important;
    color: #b0bec5;
    cursor: pointer;
    display: block;
    font-size: 50px !important;
    line-height: 1em;
    padding: 75px 0 0 0;
    speak: none;
    text-align: center;
    text-decoration: none !important;
    -webkit-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s;
    z-index: 101;
    font-weight: bold !important;
}

.jcarousel-skin-default .jcarousel-control-prev:hover,.jcarousel-skin-default .jcarousel-control-prev:focus,.jcarousel-skin-default .jcarousel-control-next:hover,.jcarousel-skin-default .jcarousel-control-next:focus {
    background-color: rgba(0,0,0,0.35) !important;
}

.jcarousel-skin-default .jcarousel-control-prev {
    left: 0 !important;
}

.jcarousel-skin-default .jcarousel-control-next {
    right: 0 !important;
}

.jcarousel-skin-default .jcarousel-control-next:after {
    content: '\f105' !important;
}

.jcarousel-skin-default:hover .jcarousel-control-prev,.jcarousel-skin-default:hover .jcarousel-control-next {
    display: block !important;
    opacity: 1 !important;
}

.region-mars-footer .contextual-links a {
    color: #353535 !important;
}