﻿.pluscontainer {
    text-align: center;
    margin-top: 30px;
}


/*.roundedimage{
    border-radius: 50%;
}*/

.vertical-line {
    height: 50px;
    background-color: grey;
    width: 0;
    text-align: center;
    margin: auto;
    border: 1px inset;
}

.mainSlide > .DivImageBackground:nth-child(odd) > .divFixFullWidth > .particularcontainer > .vertical-line {
    height: 200px;
}
/*.vertical-line:nth-child(even){
            height: 100px;*/


/*.particularcontainer:nth-child(even) > .vertical-line{
            height: 100px;
        }*/



#SlideshowFixHeight, #SlideshowFixHeightResponsive {
    /*height: 835px;*/
    height: 800px;
}

#SlideshowFixWidth, #SlideshowFixWidthResponsive {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    height: 230px;
}

.arrowRight, .arrowLeft {
    top: 50%;
}

#line {
    /*top: 425px;*/
    /*top: 343px;*/
    top: 331px;
    position: absolute;
    z-index: -1;
    width: 100%;
    left: 0;
    right: 0;
}


.dotimage {
    text-align: center;
}

.TitleMainContainer {
    color: #77CA4E;
    text-align: center;
    /*font-size: 38px;*/
    font-size: 34px;
    margin: 10px;
    font-family: 'Neo Sans Medium';
    /*font-family: 'Neo Sans Regular';*/
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
}

.TextMainContainer {
    text-align: center;
    /*font-family: 'Neo Sans Medium';*/
    font-family: 'Neo Sans Regular';
    /*font-size: 28px;*/
    font-size: 24px;
    color: #0A5B79;
    font-style: italic;
    margin: 30px;
    margin-left: auto;
    margin-right: auto;
}

.circle {
    width: 15px;
    height: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #77CA4E;
    margin-left: auto;
    margin-right: auto;
}

.particularcontainer {
    overflow: hidden;
    /*position:absolute;*/
    width: 100%;
}

.mainSlide {
    width: 100%;
    /*padding-right: 5%;
    padding-left: 5%;*/
    /*top: 0;*/
    margin-left: auto;
    margin-right: auto;
}

.DivImageBackground {
    max-height: 500px;
}

.divFixFullWidth {
    width: 100%;
}

.imagecontainer {
    width: 200px;
    /*height: 264px;*/
    height: 180px;
    margin-left: auto;
    margin-right: auto;
    background-size: contain;
    background-repeat: no-repeat;
}

.yearcontainer {
    color: #77CA4E;
    text-align: center;
    font-size: 44px;
    margin: 10px;
    font-family: 'Neo Sans Medium';
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
}

.titlecontainer {
    text-align: center;
    font-size: 20px;
    padding-left: 5%;
    padding-right: 5%;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .titlecontainer span {
        font-family: 'Neo Sans Medium';
        font-size: 24px;
        color: #0A5B79;
    }

.textcontainer {
    text-align: left;
    /*padding-left: 5%;
    padding-right: 5%;*/
    line-height: 1.5em;
    max-height: 6em;
    overflow: hidden;
}

    .textcontainer span {
        /*font-size: 18px;*/
        font-size: 16px;
    }



.opacityimage {
    display: none;
}

.historyArrow {
    float: right;
    margin-top: 22px;
}



/* The Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 0%;
    width: 100%;
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 25%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
}

    /* When you mouse over the navigation links, change their color */
    .overlay a:hover, .overlay a:focus {
        color: #f1f1f1;
    }

/* Position the close button (top right corner) */
.closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px !important; /* Override the font-size specified earlier (36px) for all navigation links */
}

.plus {
    width: 40px;
    margin-top: 25px;
    position: relative;
    bottom: 0;
}

    .plus > line {
        stroke: #8DC560;
        stroke-width: 0.75px;
    }


.overlayimage {
    display: none;
}

#cross {
    padding-left: 540px;
}


@media (max-width : 1024px) {
    .margined {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .plus{
        margin-left:5%;
    }
}


@media (max-width: 992px) {

    .particularcontainer {
        position: relative;
    }

    #line {
        display: none;
    }

    #SlideshowFixHeight {
        display: none;
    }

    #SlideshowFixHeightResponsive {
        display: block !important;
    }

    #generalcontainerResponsive {
        padding-right: 10%;
        padding-left: 10%;
    }

    #cross {
        padding-left: 0px;
    }

    .TitleMainContainer {
        font-size: 18px;
    }


    .TextMainContainer {
        font-size: 16px;
    }

    .titlecontainer span {
        font-size: 16px;
    }

    .textcontainer span {
        font-size: 14px;
    }
}
