/*	Default Layout
	92px columns, 24 px gutters, 72 px margins, 1234px total (extra space for scrollbars)
	-------------------------------------------------------------------------------
cols    1    2     3     4     5     6     7     8     9     10     11     12     13
px      68   160   252   344   436   528   620   712   804   896	988    1050   1142 */



/*img.frame-shadow {
	border: 3px solid #fff;
	-webkit-box-shadow: 0 1px 2px #777;
	-moz-box-shadow: 0 1px 2px #777;
	box-shadow: 0 1px 2px #777;
}*/

.about-area {
    padding-right: 15px;
}

/*-----------Timeline-------------*/

.timeline {
	/*float: left;
	width: 750px;
	margin-right: 10px;	*/
}

.timeline ul {
    margin-left: 0;
}




.cbp_tmtimeline {
    margin: 0 0 0 0;
    padding: 0;
   	list-style: none;
	list-style-image: none;
    position: relative;
}

.cbp_tmtimeline a {
    color: darkorange;
}

.cbp_tmtimeline li {
	list-style: none;
	list-style-image: none;
}
 
/* The line */
.cbp_tmtimeline:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 10px;
    background: #acc5ed;
    left: 23.5%;
    margin-left: -10px;
}
 
.cbp_tmtimeline > li {
    position: relative;
}
 
/* The date/time */
.cbp_tmtimeline > li .cbp_tmtime {
    display: block;
	width: 15%;
    position: absolute;
}
 
.cbp_tmtimeline > li .cbp_tmtime span {
    display: block;
    text-align: right;
}
 
.cbp_tmtimeline > li .cbp_tmtime span:first-child {
    font-size: 22px;
    /*color: #acc5ed;*/
    color: #591479;
}
 
.cbp_tmtimeline > li .cbp_tmtime span:last-child {
    font-size: 22px;
	font-weight: bold;
    color: #346ABD;
    /*color: #6689cc;
    color: #591479;*/
	line-height:normal;
    
}
 
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span:last-child {
    /*color: #335799;*/
    color: #346ABD;
   /* color: #591479;*/
}
 
/* Right content */
.cbp_tmtimeline > li .cbp_tmlabel {
    margin: 0 0 15px 27%;
    /*background: #6689CC;*/
    position: relative;
    border-radius: 5px;
	/*color: #fff;*/
	font-weight: bold;
    padding: 15px;
    font-size: 1.2em;
    line-height: 1.4;
    border: medium solid #346ABD;
    /*border: medium solid #591479;*/
    background: #d5e2f6;
	
}


.cbp_tmlabel > p {
	/*color: #fff;*/
	/*font-weight: bold;*/
    font-size: inherit;
    line-height: 1.4;
	
}
.cbp_tmlabel > .tmheader {
    font-size: 24px;
    font-weight: bold;
    /*color: #591479;*/
    color: #346ABD;
}

.cbp_tmlabel > .text-desc {
     font-size: 16px;
    font-weight: normal;
}

.cbp_tmlabel > blockquote p {
	/*padding: 0 15px;*/
	color: #fff;
	font-weight: bold;
    line-height: 1.4;
	font-size: .85em;
	
}

 
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel {
    /*background: #335799;
	background: #346ABD;*/
    background: #d5e2f6;
}
 
.cbp_tmtimeline > li .cbp_tmlabel h2 { 
    margin-top: 0px;
    padding: 0 0 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.4);
}
 
/* The triangle */
.cbp_tmtimeline > li .cbp_tmlabel:after {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    /*border-right-color: #6689CC;*/
    border-right-color: #346ABD;
    /*border-right-color: #591479;*/
    border-width: 10px;
    top: 10px;
}
 
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
    /*border-right-color: #335799;*/
	border-right-color: #346ABD;
    /*border-right-color: #591479;*/
}
 
/* The icons */
.cbp_tmtimeline > li .cbp_tmicon {
    width: 20px;
    height: 20px;
    position: absolute;
    color: #fff;
    background: #346ABD;
    /*background: #591479;*/
    border-radius: 50%;
    box-shadow: 0 0 0 8px #d5e2f6;
    text-align: center;
    left: 24%;
    top: 7px;
    margin: 0 0 0 -25px;
}
 

/* Example Media Queries */
@media screen and (max-width: 65.375em) {
 
    .cbp_tmtimeline > li .cbp_tmtime span:last-child {
        font-size: 1.5em;
    
	}
}
 
@media screen and (max-width: 47.2em) {
    .cbp_tmtimeline:before {
        display: none;
    }
 
    .cbp_tmtimeline > li .cbp_tmtime {
        width: 100%;
        position: relative;
        padding: 0 0 20px 0;
    }
 
    .cbp_tmtimeline > li .cbp_tmtime span {
        text-align: left;
    }
 
    .cbp_tmtimeline > li .cbp_tmlabel {
        margin: 0 0 30px 0;
        padding: 1em;
    }
 
    .cbp_tmtimeline > li .cbp_tmlabel:after {
        right: auto;
        left: 20px;
        border-right-color: transparent;
        border-bottom-color: #6689CC;
        top: -20px;
    }
 
    .cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
        border-right-color: transparent;
        border-bottom-color: #acc5ed;
    }
 
    .cbp_tmtimeline > li .cbp_tmicon {
        position: relative;
        float: right;
        left: auto;
        margin: -55px 5px 0 0px;
    }   
}



/*		10 Column Layout: 992px. 
		Gutters: 24px.
		Outer margins: 28px.
		Inherits styles from: Default Layout.
-------------------------------------------------------------------------------
cols    1     2      3      4      5      6      7      8      9      10
px      68    160    252    344    436    528    620    712    804    896    */

@media only screen and (min-width: 992px) and (max-width: 1221px) {
	


}

/*		Wide Mobile Layout: 480px.
		Gutters: 24px.
		Outer margins: 22px.
		Inherits styles from: Default Layout, Mobile Layout.
------------------------------------------------------------
cols    1     2      3      4      5
px      68    160    252    344    436   */

@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	/* The icons */
.cbp_tmtimeline > li .cbp_tmicon {
	display: none;
 
}


}

/*		Tablet Layout: 768px.
		Gutters: 24px.
		Outer margins: 28px.
		Inherits styles from: Default Layout.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    */

@media only screen and (min-width: 768px) and (max-width: 991px) {


/*-----------Timeline-------------*/


}

/*		Mobile Layout: 320px.
		Gutters: 24px.
		Outer margins: 34px.
		Inherits styles from: Default Layout.
---------------------------------------------
cols    1     2      3
px      68    160    252    */

@media only screen and (max-width: 479px) {
	
/*-----------Timeline-------------*/
	
	/* The icons */
.cbp_tmtimeline > li .cbp_tmicon {
	display: none;
   
}


}


