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

/* Slideshow container */
.slideshow-container {
    border-radius: 0px;
    padding: 0px;
    margin: 0px;
    width: 100%;
    /*max-width: 100%;*/
    /*height: 90%;*/
    height: 100%;
    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;
    z-index: 100;
}


@-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: 12%;
    right: 6% !important;
    width: auto;
    height: 63%;
    z-index: 1;
}

.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: 40%;
    width: 30%;
    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 {
    position: absolute;
    bottom: -50px;
    width: 100%;
    padding: 8px 0px 8px 0px;
    text-align: center;
    left: 0px;
    color: #fff;
    font-size: 11px;
    background: rgb(7,74,114);
    background: linear-gradient(30deg, rgba(7,74,114,0.7) 0%, rgba(7,170,162,0.5) 70%);
    border-radius: 3px;
    letter-spacing: 1px;
    border-width: 0px 0px 1px 0px;
    border-color: rgba(255,255,255,0.5);
    border-style: solid;
}

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

.slideId {
    position: absolute;
    bottom: 10%;
    right: 9.4%;
    font-size: 60px;
    color: #fff;
    z-index: 2;
}

.slideId span {
    position: absolute;
    width: 100%;
    margin-top: 47px;
    margin-left: 20px;
    height: 2px;
    font-size: 8px;
    background: #fff;
}

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

.homeNewsDetailsImage {
    display: none;
}


@media only screen and (max-width: 600px) {

    .mySlides {
        width: 100%;
        text-align: center !important;
    }
    .mySlides .text {
        position: absolute;
        bottom: 28%;
        width: 90%;
        font-size: 15px;
        padding-left: 10px;
        color: #fff;
        text-align: left !important;
        z-index: 1 !important;
    }

    .slideshow-containerss {
        position: absolute;
        width: 1px;
        top: 50%;
        right: 6%;
        opacity: 0.1;
    }

    .homeNewsDetailsImage {
        position: absolute;
        display: block;
        width: 100%;
        top: 0px;
        height: 100%;
        z-index: 0 !important;
    }

    .homeNewsDetailsImage .cover {
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgb(7, 74, 114);
        background: linear-gradient(30deg, rgba(7, 74, 114, 0.7) 0%, rgba(210, 34, 40, 0.6) 70%);
    }

    .slideMask {
        position: absolute;
        z-index: 5 !important;
        top: 0px;
        float: right !important;;
        right: -30px !important;
        height: 100% !important;
        /*width: 50%;*/
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
    }

    .slideId {
        position: absolute;
        bottom: 32%;
        left: 10px;
        font-size: 60px;
        color: #fff;
        z-index: 2;
        text-align: left;
        opacity: 0.1;
    }

    .slideId span {
        display: none;
        position: absolute;
        width: 100%;
        margin-top: 47px;
        margin-left: 20px;
        height: 2px;
        font-size: 8px;
        background: #fff;
    }

}