@charset "utf-8";
/* CSS Document */

.innerback{
	background:url(../img/innerback.jpg) no-repeat top/cover;
}
.cp{
	padding-left:0px;
	padding-right:0px;
}
.cp h2 {
    color: #333;
    font-size: 33px;
    line-height: 1.8em;
    margin-bottom: 25px;
	font-family: 'abelregular';
	font-weight:bold;
	text-align:left;
}

.cp p {
    color: #464646;
    font-size: 15px;
    line-height: 1.6em;
	margin: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-bottom:10px;
	text-align:justify;
}

.cp p span {
    color: #333;
    font-size: 14px;
    line-height: 1.5em;
	margin: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight:500;
}

.cp li{
	display:inline-block;
	list-style:none;
	padding-left:0px;
	padding-top:20px;
	-webkit-filter: grayscale(0);
}

.cp li:hover{
	-webkit-filter: grayscale(1);
}
h3.title, h2.title {
    color: #962e45;
    font-size: 37px;
    margin-bottom: 55px;
    text-align: center;
	font-family: 'abelregular';
}


.main-timeline span{
	padding-left:55px;
}


.main-timeline{
    overflow: hidden;
    position: relative;
	padding-left:0px;
}
.main-timeline .timeline{
    position: relative;
    margin-top: -79px;
}
.main-timeline .timeline:first-child{ margin-top: 0; }
.main-timeline .timeline:before,
.main-timeline .timeline:after{
    content: "";
    display: block;
    width: 100%;
    clear: both;
}
.main-timeline .timeline:before{
    content: "";
    width: 100%;
    height: 100%;
    box-shadow: -8px 0 5px -5px rgba(0, 0, 0, 0.5) inset;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}


.main-timeline .timeline-content{
    width: 100%;
    float: right;
    background: #01385e;
    padding: 30px 20px;
    margin: 50px 0;
    z-index: 1;
    position: relative;
}

.main-timeline .title{
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 10px 0;
	text-align:left;
}
.main-timeline .description{
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    margin: 0;
}
@media only screen and (max-width: 1199px){
    .main-timeline .timeline{ margin-top: -103px; }
    .main-timeline .timeline-content:before{ left: -18%; }
}
@media only screen and (max-width: 990px){
    .main-timeline .timeline{ margin-top: -127px; }
    .main-timeline .timeline-content:before{ left: -2%; }
}
@media only screen and (max-width: 767px){
    .main-timeline .timeline{
        margin-top: 0;
        overflow: hidden;
    }
    .main-timeline .timeline:before{
        box-shadow: none;
    }
    .main-timeline .timeline-icon{
        margin-top: -30px;
        margin-bottom: 20px;
        position: relative;
        transform: rotate(135deg);
    }
    .main-timeline .year,
    .main-timeline .timeline:nth-child(2n) .year{ transform: rotate(-135deg); }
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(2n) .timeline-content{
        width: 100%;
        float: none;
        border-radius: 0 0 20px 20px;
        text-align: center;
        padding: 25px 20px;
        margin: 0 auto;
    }
    .main-timeline .timeline-content:before,
    .main-timeline .timeline:nth-child(2n) .timeline-content:before{
        width: 15px;
        height: 25px;
        position: absolute;
        top: -22px;
        left: 50%;
        z-index: -1;
        transform: translate(-50%,0);
    }
}




