﻿.white
{
    color: white;
}

#history .header
{
    margin: auto;
    font-size: 35px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    width: 100%;
    text-align: center;
}



.inner
{
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 40px 0;
    position: relative;
    z-index: 2;
}

.inner .page-desc
{
    line-height: 28px;
    font-size: 16px;
    margin-top: 10px;
    letter-spacing: .5px;
    text-align: justify;
}

/* History */

#history
{
    margin: 60px auto 0;
    min-height: 1000px;
    background: url(bg/i2.jpg) top center repeat fixed;
}

/* Timeline */

ul.timeline
{
    margin: 40px auto 0;
    width: 100%;
    background: url(bg/timeline-bg.jpg) center center repeat-y;
    height: auto;
    position: relative;
    padding: 0 0 80px;
}

/* Year icon */

.timeline .year
{
    width: 75px;
    height: 75px;
    border: 3px solid #919191;
    border-radius: 300px;
    background: white;
    clear: both;
    padding: 21px 0;
    text-align: center;
    font-weight: 300;
    color: #3c3d3d;
    font-size: 20px;
    margin: 31px auto;
}

/* Notes */

.timeline .note
{
    float: left;
    padding: 20px;
    width: 47.5%;
    background: rgba(242,242,242,0.1);
    border-radius: 12px;
    margin: 25px 0;
    cursor: pointer;
    position: relative;
    z-index: 550;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.timeline .year + .note
{
    margin-top: -20px;
}

/* Start Icon */

.timeline .start
{
    width: 64px;
    height: 64px;
    border: 3px solid #919191;
    border-radius: 300px;
    background: white;
    position: absolute;
    clear: both;
    padding: 19px 0;
    text-align: center;
    color: #868586;
    font-size: 24px;
    bottom: 0px;
    left: 50%;
    margin-left: -32px;
}

/* Note inners */

.timeline .note h4
{
    font-weight: 300;
    font-size: 19px;
    color: white;
    text-transform: uppercase;
    font-weight: 300;
    color: #999999;
    margin: 5px 0;
}

.timeline .note p
{
    font-size: 16px;
    color: #767676;
    margin: 8px 0;
    text-align: justify;
}

.timeline .note span.date
{
    font-size: 14px;
    text-transform: uppercase;
    color: #a5a5a5;
    line-height: 12px;
}

.timeline .note .arrow
{
    color: rgba(242,242,242,0.1);
    position: absolute;
    right: -1.6%;
    left: auto;
    top: 20px;
    font-size: 12px;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.timeline .note:after
{
    content: '';
    position: absolute;
    right: -6.8%;
    display: block;
    width: 18px;
    height: 18px;
    background: #343434;
    border: 2px solid #d6d6d6;
    border-radius: 100px;
    top: 18px;
    z-index: 20;
}
/*
.timeline .note:nth-of-type(2n)
{
    float: right;
    clear: right;
}*/
.timeline .note:nth-of-type(odd)
{
    float: right;
    clear: right;
}
.timeline .note:nth-of-type(even)
{
    float: left;
    clear: left;
}
.timeline .note:nth-of-type(odd):after
{
    left: -6.8%;
}

.timeline .note:nth-of-type(odd) .arrow
{
    left: -1.6%;
    right: auto;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* Notes Rollover */

.timeline .note:hover
{
    background: #f2f2f2;
}

.timeline .note:hover h4
{
    color: #707070;
}

.timeline .note:hover p
{
    color: #767676;
}

.timeline .note:hover:after
{
    background: #f02d2d;
    border: 2px solid #f02d2d;
}

.timeline .note:hover .arrow
{
    color: #f2f2f2;
}


@media only screen and (max-width: 768px)
{
    
    .inner
    {
        padding: 40px 15px!important;
    }
    
    .timeline .note
    {
        float: left;
        padding: 20px;
        width: 85%;
        background: rgba(242,242,242,0.1);
        border-radius: 12px;
        margin: 25px 5px;
        cursor: pointer;
        position: relative;
        z-index: 550;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .timeline .note:nth-of-type(even), .timeline .note:nth-of-type(odd)
    {
        float: right;
        clear: right;
    }
    .timeline .note:nth-of-type(odd) .arrow, .timeline .note:nth-of-type(even) .arrow
    {
        left: -1.6%;
        right: auto;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .timeline .note:nth-of-type(odd):after, .timeline .note:nth-of-type(even):after
    {
        left: -6.8%;
    }
    .timeline .year {
    width: 120px;
    height: 58px;
    border: 3px solid #d6d6d6;
    border-radius: 0;
    background: white;
    clear: both;
    padding: 15px 0;
    text-align: center;
    font-weight: 500;
    color: #464646;
    font-size: 20px;
    margin: 30px 0;
    border-radius: 0px 5px 5px 0;
}

.footerWidget {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

.timeline .start {
    width: 64px;
    height: 64px;
    border: 3px solid #d6d6d6;
    border-radius: 300px;
    background: white;
    position: absolute;
    clear: both;
    padding: 19px 0;
    text-align: center;
    color: #868586;
    font-size: 24px;
    bottom: -30px;
    left: 0;
    margin-left: 0px;
}

ul.timeline
{
    margin: 40px auto 0;
    width: 100%;
    background: url(bg/timeline-bg.jpg) left center repeat-y;
    height: auto;
    position: relative;
    padding: 0 0 80px;
}

}



.admission_div_img {
    width: 205px;
    padding-top: 14px;
    margin: 0 auto;
}

#myCarousel_pop a.left, #myCarousel_pop a.right 
{
    display: flex;
    align-items: center;
    justify-content: space-around;
} 