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

/* Slideshow container */
.slideshow-container {
    border-radius: 0px;
    padding: 0px;
    margin: 0px;
    width: 74.5%;
    right: -0.5%;
    /*max-width: 100%;*/
    /*height: 90%;*/
    height: 97.6%;
    position: fixed;
    top: 0px;
    /*background: red;*/
    background: linear-gradient(46deg, #ffffff, #ffffff);
    background-size: 400% 400%;
    /*-webkit-animation: background-ease 20s ease infinite;*/
    /*-moz-animation: background-ease 20s ease infinite ;*/
    /*-o-animation: background-ease 20s ease infinite ;*/
    /*animation: background-ease 20s ease infinite ;*/
    opacity: 1;
}


@-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;
    right: 1%;
    top: 2%;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 0px 0px 0px 0px;

    -webkit-mask-image: linear-gradient(to bottom, transparent 8%, black 30%);
    /*mask-image: linear-gradient(to bottom, transparent 0%, black 5%);*/
    /*-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));*/
    /*background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);*/
}

.slideBgs {
    border: 3px solid red;
    -webkit-box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 1);
    box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 1);
}
.mySlides .text {
    position: absolute;
    bottom: 5%;
    width: 80%;
    left: 10%;
    height: auto;
    padding: 15px 0px 15px 0px;
    text-align: center;
    font-size: 25px;
    color: rgba(30,179,166,0.5);
    z-index: 5;
    background: linear-gradient(90deg, rgba(0, 189, 200, 0) 5%,rgba(0, 189, 200, 0.5) 25%, rgba(0, 213, 195, 0.5) 75%, rgba(0, 213, 195, 0) 95%);
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: rgba(255,255,255,0.5);
    border-radius: 0px;
    color: #fff;
    /*-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);*/


}

.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;*/
}