
/* timeline positioning */

.select.item.yearToday {
    float: right;
}

.select.item.year1896 {
    margin-left: 0px;
}
.select.item.year1903 {
    margin-left: 30px;
}
.select.item.year1916 {
    margin-left: 70px;
}
.select.item.year1929 {
    margin-left: 69px;
}
.select.item.year1950 {
    margin-left: 123px;
}

/* 1968 and after right align ul.timeline-content injected class in php my shortcodes  */

.alignTimelineRight li,
.select.item.yearToday ul li {
    position: relative;
    right: 327px;
}
.alignTimelineRight,
.select.item.yearToday ul {
	cursor: default;
}

.select.item.year1979 {
    margin-left: 176px;
}
.select.item.year1985 {
    margin-left: 17px;
}
.select.item.year1991 {
    margin-left: 23px;
}
.select.item.year1992 {
    margin-left: -8px;
}
.select.item.year1995 {
    margin-left: 3px;
}
.select.item.year1997 {
    margin-left: -3px;
}
.select.item.year2000 {
    margin-left: 3px;
}
/* minus 10 for today div floating right*/
.select.item.year2012 {
    margin-left: 56px;
}


/* General styles */
.timelineMobile {
	display: none;
}

.timeline_top {
	background-image: url(../stcorp/images/timelinebox_area_topBG.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 222px;
	width: 100%;
}
.timeline_grid {
	background-image: url(../stcorp/images/timelinebox_area_gridBG.gif);
	background-position: center top;
	background-repeat: no-repeat;
}
.timeline_bottom {
	background-image: url(../stcorp/images/timelinebox_area_bottomBG.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 278px;
	width: 100%;
}
.timeline_header_box {
	background-color: #cc6929;
	height: 175px;
	margin-left: 92px;
	opacity: 0.8;
	padding-left: 20px;
	padding-top: 45px;
	width: 285px;
}
.timeline_header_text {
    height: 175px;
    margin-left: 92px;
    margin-top: -175px;
    padding-left: 20px;
    padding-top: 35px;
    position: absolute;
    width: 285px;
}
.timeline_header_text .belo-style10 {
	display: block;
	line-height: 1.3;
}
.timeline_grid {
    margin: 0 auto;
    max-width: 812px;
    padding-top: 11px;
	white-space: nowrap;
    width: 812px;
}
.timeline_grid .select,
.timeline_grid .selected {
	cursor: pointer;
}
.timeline-content > li,
.timeline-content-active > li {
    cursor: auto;
}
.timeline_grid li {
	display: inline-block;
}

.timeline_grid .timeline-content-active li {
	background-color: #fff;
	border: 1px solid #cc6929;
	padding: 8px 12px;
	width: 340px;
}
.timeline_grid .timeline-content,
.timeline_grid .timeline-content-active {
	margin-left: 0;
	margin-top: 3px;
	position: absolute;
	white-space: normal;
}
.timeline_grid .timeline-content {
	display: none;
}
.timeline_grid .timeline-content-active {
	display: block;
}
.tYear {
	color: #cc6929;
    display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
    margin-right: 8px;
	margin-top: -1px;
    vertical-align: top;
}
.tTitle {
    color: #414141;
    display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.3;
    max-width: 265px;
	text-transform: uppercase;
	vertical-align: top;
}
.tContent {
    color: #414141;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4;
	margin-top: 4px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}
.tContent span {
    display: table;
}
.tContent img.alignleft,
.tContent img.alignnone {
	margin: 5px 11px 7px 0!important;
}
.tContent img.alignright {
	margin:5px 0 7px 11px!important;
}

/* Timeline Navigation */


.owl-theme .owl-controls {
	height: 1px;
	margin-top: 5px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
}


.owl-theme .owl-controls .owl-buttons div {
	color: #FFF;
	display: inline-block;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}

.owl-theme .owl-controls .owl-buttons .owl-next > div {
	background-image: url(../stcorp/images/Mobile_Swipe_R_on.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 18px;
}
.owl-theme .owl-controls .owl-buttons .owl-prev > div {
	background-image: url(../stcorp/images/Mobile_Swipe_L_on.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 18px;
}
.owl-theme .owl-controls .owl-buttons .owl-prev > div:hover {
	opacity: 1;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
	float: left;
	padding: 18px 40% 18px 8px; 
}
.owl-theme .owl-controls .owl-buttons .owl-next {
	float: right;
	padding: 18px 8px 18px 40%;
}
#timeline_mobile .owl-controls .owl-page.active span {
	background-color: #cc6929;
	height: 12px;
	width: 12px;
}
#timeline_mobile .owl-controls .owl-page span {
	background-color: #000;
	height: 10px;
	opacity: 1;
	width: 10px;
}

#timeline_mobile .owl-pagination {
    margin: 0 auto;
	min-width: 265px;
    padding-left: 3.4%;
    width: 89%;
}
#timeline_mobile .owl-controls .owl-page {
    position: relative;
    width: 7.1%;
}

.timeline_mobilegrid_wrap .tMobileline {
    background-image: url(../stcorp/images/timelinebox_mobile_grid_line.png);
    background-position: center top 33px;
    display: inline-block;
    height: 33px;
    left: 35px;
    position: absolute;
    width: 83%;
}
.timeline_mobilegrid_wrap .tMobile1896 {
    background-image: url(../stcorp/images/timelinebox_mobile_grid_1896.png);
    background-position: left 10px top;
    background-repeat: no-repeat;
    display: inline-block;
    height: 33px;
    margin-left: 3%;
    width: 44px;
}
.timeline_mobilegrid_wrap .tMobiletoday {
    background-image: url(../stcorp/images/timelinebox_mobile_grid_today.png);
    display: inline-block;
    float: right;
    height: 33px;
    margin-left: -14px;
    position: relative;
    right: 4%;
    width: 44px;
}
.timeline_mobilegrid_wrap {
    margin: 22px auto -60px;
	min-width: 270px;
    position: relative;
    width: 89%;
}
.timeline_mobilegrid_wrap {
	display: none;
}

@media only screen and (max-width : 1000px){
	
	.timeline_header_box,
	.timeline_header_text {
		margin-left: 9.5%;
	}
}
/* Timeline mobile carousel */

@media only screen and (max-width : 830px){

	.timeline_grid {
		background-image: url(../stcorp/images/timelinebox_area_gridBGx600.gif);
		background-position: left top;
		margin: 0 auto;
	    max-width: 612px;
    	padding-top: 11px;
    	white-space: nowrap;
    	width: 612px;
	}
	.timeline_grid img.tNotActive, 
	.timeline_grid img.tActive {
    	left: -8px;
    	position: relative;
	}
	
	.select.item.year1903 {
    	margin-left: 18px;
	}
	.select.item.year1916 {
		margin-left: 48px;
	}
	.select.item.year1929 {
		margin-left: 48px;
	}
	.select.item.year1950 {
		margin-left: 88px;
	}
	
	/* 1968 and after right align ul.timeline-content injected class in php my shortcodes  */
	
	.alignTimelineRight li,
	.select.item.yearToday ul li {
		position: relative;
		right: 327px;
	}
	.alignTimelineRight,
	.select.item.yearToday ul {
		cursor: default;
	}
	
	.select.item.year1979 {
		margin-left: 128px;
	}
	.select.item.year1985 {
		margin-left: 10px;
	}
	.select.item.year1991 {
		margin-left: 13px;
	}
	.select.item.year1992 {
		margin-left: -5px;
	}
	.select.item.year1995 {
		margin-left: -2px;
	}
	.select.item.year1997 {
		margin-left: -5px;
	}
	.select.item.year2000 {
		margin-left: -2px;
	}
	/* minus 18 for today div floating right*/
	.select.item.year2012 {
		margin-left: 25px;
	}
}


@media only screen and (max-width : 630px){

	#timeline_mobile .owl-wrapper .owl-item {
		visibility: hidden;
	}
	#timeline_mobile .owl-wrapper .owl-item.active {
		visibility: visible;
	}
	.owl-theme .owl-controls .owl-buttons .owl-prev {
		padding: 18px 3px 18px 3px; 
	}
	.owl-theme .owl-controls .owl-buttons .owl-next {
		padding: 18px 3px 18px 3px;
	}
	.tContent {
		min-height: 96px;
	}
	.timelineFull {
		display: none;
	}
	.timelineMobile {
		display: block;
	}
	.timeline_mobilegrid_wrap {
		display: block;	
	}
	.timeline_header_box {
		height: 150px;	
	}
	.timeline_header_text {
		margin-top: -150px;
	}
	.tTitle {
		max-width: 80%;
	}
	.tYear {
	margin-top: -2px;
	}
}
@media only screen and (max-width : 400px){
	
	.tContent span {
    	display: inline;
	}
	
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	padding-top: 15px;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 4px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}

#timeline_mobile .owl-wrapper .item {
	background-color: #fff;
	border: 1px solid #cc6929;
	padding: 8px 12px;
	margin: 20px auto 0px;
	width: 80%;
}

.timelineMobile {
    padding-top: 30px;
}
.timelineMobile .owl-buttons {
    margin-top: 50px;
}