@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,300,700,800&subset=latin,latin-ext);

#slideshow_bar {
    z-index: 1;
}

#slideshow_bar .bx-viewport {
    overflow: visible !important;
}

#slideshow_bar #slideshow {
    width: 1000px;
    height: 100%;
    margin: 0px auto;

    position: relative;
}

/*#slideshow_bar #slideshow .slideshow_image {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    text-align: center;
    z-index: 0;
}*/

/* IE Hack */
#slideshow_bar #slideshow .slideshow_image {
    position: absolute;
    left: 50%;
    top: 0px;
    right: 0px;
    bottom: 0px;
    /*text-align: center;*/
    z-index: 0;
    margin-left: -960px;
}

/*#slideshow_bar #slideshow .slideshow_image img {
    max-width: none;
    position: absolute;
    -ms-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    bottom: 0px;
}*/

/* IE Hack */
#slideshow_bar #slideshow .slideshow_image img {
    max-width: none;
    position: absolute;
    bottom: 0px;
}

#slideshow_bar #slideshow .slideshow_image.fixed {
    width: 1920px !important;
    display: block;
    margin-left: -960px;
    left: 50%;
}

#slideshow_bar #slideshow .slideshow_inner {
    max-width: 1200px;
    height: 370px;
    margin: 0px auto;
    position: relative;
    z-index: 2;
}

#slideshow_bar #slideshow .slideshow_inner .slideshow_link {
    width: 100%;
    height: 100%;

    z-index: 99999;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}

#slideshow_bar #slideshow .slideshow_inner .slideshow_link a {
    width: 100%;
    height: 100%;
    display: block;
}

#slideshow_bar #slideshow .slide {
    width: 100% !important;
}

#slideshow_bar .bx-wrapper {
    width: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
}

#slideshow_bar .slideshow_navigation {
    max-width: 1200px;
    height: 370px;;
    margin: 0px auto;
    position: relative;
    background-color: transparent;
}

#slideshow_bar .slideshow_pager {
    width: 100%;
    height: 9px;
    position: absolute;
    bottom: 20px;
    z-index: 100;
    text-align: center;
}

#slideshow_bar .slideshow_pager .bx-pager-item {
    display: inline-block;
}

#slideshow_bar .slideshow_pager a {
    background: #dedede;
    text-indent: -9999px;
    display: block;
    width: 9px;
    height: 9px;
    margin: 0 7px;
    outline: 0;
    opacity: 0.5;
    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
}

#slideshow_bar .slideshow_pager a:hover,
#slideshow_bar .slideshow_pager a.active {
    opacity: 1;
    background: #e31f27;
}

#slideshow_bar .slideshow_navigation .slideshow_nav_prev,
#slideshow_bar .slideshow_navigation .slideshow_nav_next {
    width: 26px;
    height: 168px;

    z-index: 100;

    position: absolute;
    top: 90px;
}

#slideshow_bar .slideshow_navigation .slideshow_nav_prev {
    left: -35px;
}

#slideshow_bar .slideshow_navigation .slideshow_nav_next {
    right: -35px;
}

#slideshow_bar .slideshow_navigation .slideshow_nav_prev a,
#slideshow_bar .slideshow_navigation .slideshow_nav_next a {
    width: 100%;
    height: 100%;
    font-size: 0px;
    display: block;
    cursor: pointer;
    opacity: 0;

    transition: all 1000ms;
    -moz-transition: all 1000ms;
    -webkit-transition: all 1000ms;
}

#slideshow_bar .slideshow_navigation .slideshow_nav_prev a:hover,
#slideshow_bar .slideshow_navigation .slideshow_nav_next a:hover {
    /*    transition: all 1000ms;
        -moz-transition: all 1000ms;
        -webkit-transition: all 1000ms;*/
}

#slideshow_bar .slideshow_navigation .slideshow_nav_prev a {
    background: transparent center center no-repeat url(../images/slideshow/nav_prev.png);
}

#slideshow_bar .slideshow_navigation .slideshow_nav_prev a:hover {
    /*opacity: 1;*/
    background: transparent center center no-repeat url(../images/slideshow/nav_prev_h.png);
}

#slideshow_bar .slideshow_navigation .slideshow_nav_next a {
    background: transparent center center no-repeat url(../images/slideshow/nav_next.png);
}

#slideshow_bar .slideshow_navigation .slideshow_nav_next a:hover {
    /*opacity: 1;*/
    background: transparent center center no-repeat url(../images/slideshow/nav_next_h.png);
}

#slideshow_bar:hover .slideshow_navigation .slideshow_nav_prev a,
#slideshow_bar:hover .slideshow_navigation .slideshow_nav_next a {
    opacity: 1;
}

.sst h1,
.sst h2,
.sst h3,
.sst h4,
.sst h5,
.sst h6 {
    font-family: 'Open Sans', 'Arial', 'Helvetica', sans-serif;
    text-align: center;
    font-size: 45px !important;
    color: #fff;
    font-weight: 500;
    margin-top: 80px;
    margin-bottom: 50px;
    text-shadow: 3px 3px 15px rgba(0, 0, 0, 0.75);
}

.sst.dark h1,
.sst.dark h2,
.sst.dark h3,
.sst.dark h4,
.sst.dark h5,
.sst.dark h6,
.sst.dark p {
    color: #363334;
}

.sst {
    width: 100%;
    height: 100%;

    padding: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

    position: absolute;
}

.black_text .sst * {
    color: #000 !important;
}

.sst p {
    width: 60%;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 20px;

    margin: 0px auto;

    text-shadow: 3px 3px 15px rgba(0, 0, 0, 0.75);
}

.navbar {
    height: 37px;
    margin: 0px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.navbar .readmore {
    padding: 9px 18px;
    margin: 0px;

    position: absolute;
    right: -30px;

    background-color: #e30059;
}

.navbar .readmore a {
    font-family: 'Open Sans', 'Arial', 'Helvetica', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #fff;

    padding-right: 24px;

    background: transparent right center no-repeat url(../images/system/white_arrow.png);
}

#slideshow .paginate {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 3px;
    line-height: 12px;
}

#slideshow .paginate img {
    margin-right: 5px;
    margin-top: 15px;
}

.slide_over {
    width: 100%;
    height: 500px;
    position: absolute;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 1;
}