/*@pierrealexaline.github pure js version of http://responsiveslides.com v1.55 by @arielsalminen */

/* Mobile */
.light-theme .home-info-wrapper div,
.light-theme #slider-wrapper{
    background: #f8f8f8;
}
.light-theme .home-info-wrapper h3 a{
    color: #000 !important;
}
#slider-wrapper h3 a {
    color: #fff !important;
}
.home-info-wrapper{
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1%;
}
.home-info-wrapper div{
    background: #13191e;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: stretch;
    width: 90%;
    margin-top:1%;
    border-radius: 4px;
}
@media (min-width: 960px) {
    .home-info-wrapper div{
        width: calc(98% / 3);
    }
}
.home-info-wrapper div div p{
    font-size: 0.8rem;
}
.home-info-wrapper div div:first-of-type{
    width: 100%;
    height: 160px;
    overflow: hidden;
}
.home-info-wrapper div div:last-of-type{
    width: 100%
}
.home-info-wrapper h3 a{
    color: #fff;
    margin: 0;
    font-size: 1.3rem;
}
.home-videos {
    padding: 20px;
    display: flex;
    text-align: center;
    border-radius: 4px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.home-videos div{
    margin-top: 10px;
}
.home-videos div h3{
    font-size: 1.4rem;
    margin-top:20px;
}
.home-videos div div{
    font-size: 0.8rem;
}

#slider-wrapper {
    background: #001c32;
    border-radius: 4px;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.slider {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}
.slider li {
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    height: 300px;
    left: 0;
    top: 0;
}
.slider li:first-child {
    top: -40px;
    position: relative;
    display: block;
    float: left;
}
.slides {
    margin: 0 auto;
}
.centered-btns_nav {
    z-index: 999999;
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 50%;
    left: 0;
    opacity: 0.7;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 61px;
    width: 38px;
    background: transparent url("../images/slider/themes-1Lw7Fc7.gif") no-repeat left top;
    margin-top: -45px;
}
.centered-btns_nav:active {
    opacity: 1.0;
}
.centered-btns_nav.next {
    left: auto;
    background-position: right top;
    right: 0;
}
.transparent-btns_nav {
    z-index: 3;
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 0;
    left: 0;
    display: block;
    background: #fff; /* Fix for IE6-9 */
    opacity: 0;
    filter: alpha(opacity=1);
    width: 48%;
    text-indent: -9999px;
    overflow: hidden;
    height: 91%;
}
.transparent-btns_nav.next {
    left: auto;
    right: 0;
}
.large-btns_nav {
    z-index: 3;
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    opacity: 0.5;
    text-indent: -9999px;
    overflow: hidden;
    top: 54%;
    transform: translateY(-80%); /*TODO: 50%*/
    bottom: 0;
    left: 0;
    background: #000 url("../images/slider/themes-1Lw7Fc7.gif") no-repeat left 50%;
    width: 38px;
    height: 61px;
}
.large-btns_nav:active {
    opacity: 1.0;
}
.large-btns_nav.next {
    left: auto;
    background-position: right 50%;
    right: 0;
}
.centered-btns_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
    outline: none;
}
.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
    margin-top: 10px;
    text-align: center;
}
.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
    display: inline;
    float: none;
    margin-right: 5px;
}
.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
    text-indent: -9999px;
    overflow: hidden;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: rgba(0,0,0, .2);
    display: inline-block;
    -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
    -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
    box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
    width: 9px;
    height: 9px;
}
.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
    background: rgba(0,0,0, .8);
}

/* PC/Tablet */

@media (min-width: 768px) {
}
