
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
    border-radius: 0px;
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    background-size: 400% 400%;
    z-index: -1;
    opacity: 0.31;
}


@-webkit-keyframes background-ease {
    0%{background-position:0% 99%}
    50%{background-position:100% 2%}
    100%{background-position:0% 99%}
}
@-moz-keyframes background-ease {
    0%{background-position:0% 99%}
    50%{background-position:100% 2%}
    100%{background-position:0% 99%}
}
@-o-keyframes background-ease {
    0%{background-position:0% 99%}
    50%{background-position:100% 2%}
    100%{background-position:0% 99%}
}
@keyframes background-ease {
    0%{background-position:0% 99%}
    50%{background-position:100% 2%}
    100%{background-position:0% 99%}
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.elementToFadeInAndOut {
    animation: fadeinout 9s linear 1 forwards;
}

@keyframes fadeinout {
    0% { opacity: 0; }
    10% { opacity: 1; }
    90% { opacity: 1; }
    100% { opacity: 0; }
}


/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .text {font-size: 11px}
}

.slideBg {
    position: absolute;
    bottom: 0%;
    left: 0% !important;
    /*width: auto;*/
    /*height: 63%;*/
    height: 100%;
    width: 100%;
    z-index: 0;
}



.mySlides .text {
    position: absolute;
    bottom: 10%;
    width: auto;
    left: 1%;
    height: auto;
    text-align: left;
    font-size: 27px;
    font-weight: bolder;
    z-index: 5;
    color: rgba(0,0,0,1);
    /*-webkit-box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.3);*/
    /*-moz-box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.3);*/
    /*box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.3);*/
}

.mySlides a {

    font-family:"BPG Arial Caps" !important;
    position: absolute;
    left: 1%;
    bottom: 14px;
    width: 50%;
    padding: 4px 0px 4px 0px;
    text-align: center;
    color: rgba(0,0,0,0.5);
    font-size: 10px;
    /*background: rgba(164, 165, 166, 0.58);*/
    /*background: linear-gradient(30deg, rgba(245, 159, 0, 0.6) 0%, rgba(147, 147, 144, 0.26) 70%);*/
    border-radius: 3px;
    letter-spacing: 1px;
    border-width: 0px 0px 1px 1px;
    border-color: rgba(0,0,0,0.3);
    border-style: solid;
    text-decoration: none;
    transition: 0.5s;
    z-index: 9999999999 !important;
}

.mySlides a:hover {
    color: rgba(0,0,0,0.8);
    background: rgb(245,245,245);
    /*background: linear-gradient(90deg, rgba(0, 0, 0, 0.1) 0%, rgba(245,245,245,0) 100%);*/
}

.slideReadMore a {
    position: absolute;
    bottom: 27%;
    width: 300px;
    left: 9%;
    padding: 10px 20px 10px 20px;
    background: red;
}

.slideId {
    position: absolute;
    bottom: 8.5%;
    font-size: 40px;
    right: 5%;
    color: rgba(0,0,0,0.1);
    z-index: 9999;
}

.slideId span {
    position: absolute;
    width: 100%;
    margin-top: 30px;
    margin-left: 10px;
    height: 2px;
    font-size: 8px;
    background: rgba(0,0,0,0.1);
}

.slideshow-container .dots {
    position: absolute;
    width: 1px;
    top: 40%;
    right: 6%;
    opacity: 0.1;
}

.slideshow-container .dots i {
    left: 8px;
    top: 1px;
    font-size: 3px;
    color: rgba(30,179,166,0.7);
}

.slideshow-container .dots .dot {
    /*background: rgba(255,255,255,0.5);*/
    /*background: rgba(30,179,166,0.5);*/
    background: transparent;
    width: 20px;
    height: 20px;
    /*border-width: 0px 0px 1px 0px;*/
    /*border-style: solid;*/
    color: rgba(30,179,166,0.7);
    margin-bottom: 50px !important;
    /*border: 2px solid red;*/
    border-radius: 0px 0px 10px 0px;
    /*border-bottom-right-radius: 5px;*/
}

.slideshow-container .dots .dotTitle {
    position: relative;
    top: -20px;
    left: 15px;
    padding-left: 5px;
    padding-right: 5px;
    border-width: 0px;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: rgba(30,179,166,0.7);
    text-align: center;
    font-weight: bold !important;
    font-size: 11px;
    color: rgba(30,179,166,0.7);
    letter-spacing: 2px;
}

.slideshow-container .dots .dotTitle:hover {
    color: grey;
    cursor: pointer;
}

.slideshow-container .dots .active {
    /*background: red !important;*/
}