

.direction-r a.example-image-link>img.example-image {
/*-webkit-transition: all 450ms ease-out 0s;	
	   -moz-transition: all 450ms ease-out 0s;
		 -o-transition: all 450ms ease-out 0s;
		    transition: all 450ms ease-out 0s;
		  
	-webkit-transform: rotateY(180deg) scale(0.9,0.9);
	   -moz-transform: rotateY(180deg) scale(0.9,0.9);
		-ms-transform: rotateY(180deg) scale(0.9,0.9);
		 -o-transform: rotateY(180deg) scale(0.9,0.9);
			transform: rotateY(180deg) scale(0.9,0.9);	*/

    -webkit-filter: contrast(100%);
    filter: contrast(100%);
	/*padding-left:0;*/
	-moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
	animation: mymove .25s 1;
	
	  
	 
}

.direction-r a.example-image-link>img.example-image:hover {
 
 /*opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(0deg) scale(1,1);
	   -moz-transform: rotateY(0deg) scale(1,1);
		-ms-transform: rotateY(0deg) scale(1,1);
		 -o-transform: rotateY(0deg) scale(1,1);
		    transform: rotateY(0deg) scale(1,1);*/
 
    -webkit-filter: contrast(50%);
    filter: contrast(50%);
	/*padding-left:8px;*/
	-moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
	animation: mymove .25s 1;

  
}

.direction-l a.example-image-link>img.example-image {
  /*-webkit-transition: all 450ms ease-out 0s;	
	   -moz-transition: all 450ms ease-out 0s;
		 -o-transition: all 450ms ease-out 0s;
		    transition: all 450ms ease-out 0s;
		  
	-webkit-transform: rotateY(180deg) scale(0.9,0.9);
	   -moz-transform: rotateY(180deg) scale(0.9,0.9);
		-ms-transform: rotateY(180deg) scale(0.9,0.9);
		 -o-transform: rotateY(180deg) scale(0.9,0.9);
			transform: rotateY(180deg) scale(0.9,0.9);	    
*/
  -webkit-filter: contrast(100%);
    filter: contrast(100%);
	/*padding-left:0;*/
	-moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
	animation: mymove .25s 1;
	
	 
}



.direction-l a.example-image-link>img.example-image:hover {

 /*opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(0deg) scale(1,1);
	   -moz-transform: rotateY(0deg) scale(1,1);
		-ms-transform: rotateY(0deg) scale(1,1);
		 -o-transform: rotateY(0deg) scale(1,1);
		    transform: rotateY(0deg) scale(1,1);
 
*/
      -webkit-filter: contrast(50%);
    filter: contrast(50%);
	/*padding-left:8px;*/
	-moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
	animation: mymove .25s 1;
}

/*@-webkit-keyframes mymove {
  0%  { -webkit-filter: sepia(0%);
  }
  100% { -webkit-filter: sepia(0%); 
  }
  
  0%  { -webkit-filter: sepia(0%);
  }
}*/




.tab_year_block
{ 
   width: 100%;
	float:left;
	position:relative;
	z-index: 9999;
	  background-color:#ebebeb;
	  box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
  }
  


.locked
{ 
    top: 85px;
    width: 100%;
	position:fixed;   
	float:left;
	z-index: 9999;
	background-color:#ebebeb;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
  }
 

ul.tab_year
{ position:relative;
  width:710px; 
  list-style-type: none;
  margin:0 auto;

	}
ul.tab_year li
{ float:left;
  
  width:8%;
  text-align:center;
  font-weight:600;
  color:#666;

  margin-right:4px;
  cursor:pointer;
}

ul.tab_year li>a
{ display:block;
padding:4px 8px;
/*background-color:rgb(248,248,248);*/}

ul.tab_year li>a:hover
{ background-color:#c7c7c7; }

.addbg
{ background-color:#666;
  color:#FFF;}

.toTop {
  background-color: #c7c7c7;
  padding: 0;
  color: #fff;
  text-decoration: none;
  background-image:url(images/arrow_up.png);
  background-position:center;
  border-radius:50px;
  width:50px;
  height:50px;
  line-height:30px;
  text-align:center;
  position: fixed;
  bottom: 100px;
  right: 10px;
  font-size: 26px;
  font-weight:900;
}

.toTop:hover
{ background-color: #a5a5a5; }


.timeline {
  position: relative;
  width:1000px;
  margin:0 auto;
  padding:80px 0 150px 0;
  list-style-type: none;
}

.timeline:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: ' ';
  display: block;
  width: 6px;
  height: 100%;
  margin-left: -3px;
  background: rgb(80,80,80);
  background: -moz-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(100%,rgba(125,185,232,1)));
  background: -webkit-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: -o-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: -ms-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: linear-gradient(to bottom, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  
  z-index: 5;
}

.timeline li {
  padding: 1em 0;
}

.timeline li:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.direction-l {
  position: relative;
  width: 470px;
  float: left;
  text-align: right;
}

.direction-r {
  position: relative;
  width: 470px;
  float: right;
  text-align:left;
}

.flag-wrapper {
  position: relative;
  display: inline-block;
 

}

.flag {
  position: relative;

  background: #fff;
  padding: 6px 10px;
  border-radius: 5px;
  color:#F00;
  font-weight: 600;

}

.direction-l .flag {
  -webkit-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  -moz-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
    text-align: right;
}

.direction-r .flag {
	

  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
    text-align: left;
}

.direction-l .flag:before,
.direction-r .flag:before {
  position: absolute;
  top: 50%;
  right: -40px;
  content: ' ';
  display: block;
  width: 12px;
  height: 12px;
  margin-top: -10px;
  background: #fff;
  border-radius: 10px;
  border: 4px solid rgb(255,80,80);
  z-index: 10;
}

/*.direction-r .flag.year10:before
{  content: '2010';
   border-radius: 40px;
   width: 40px;
   height: 40px;
   border: 4px solid rgb(255,80,80);
   left: -54px;
   color:#FFF;
   background-color:rgb(255,80,80);
   line-height:40px;
   text-align:center;
   }
*/

.direction-r .flag:before {
  left: -40px;
}

.direction-l .flag:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -8px;
  border: solid transparent;
  border-left-color: #fff;
  border-width: 8px;
  pointer-events: none;
}

.direction-r .flag:after {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -8px;
  border: solid transparent;
  border-right-color: #fff;
  border-width: 8px;
  pointer-events: none;
}

.time-wrapper {
  display:block;
  
  line-height: 1em;
  font-size: 0.66666em;

  vertical-align: middle;
}

.direction-l .time-wrapper {
   display:block;
	
 padding: 4px 6px;
}

.direction-r .time-wrapper {
  
  display:block;

}

.time {
  display: inline-block;
  padding: 4px 6px;
  font-size:15px;
  margin-top:6px;
  font-weight:500;
}

.bg_gray
{ background-image:url(images/bg.png), url(images/bg_gray_light.jpg);
  background-repeat:no-repeat, repeat;
  background-position:center 80%,left top ;
  background-attachment:fixed, scroll;

   }



.desc {
  padding: 1em 0.75em 0 0;
  
  font-size: 0.77777em;
  font-style: italic;
  line-height: 1.5em;
  position:relative;
  display:inline-block;
}

.direction-r .desc {
  padding: 1em 0 0 0.75em;
}



.zoomin
{ 

background-image:url(images/arrow_down.png);
display:none;
position:absolute;
z-index:9997;
width:50px;
height:50px;
left:46%;
top:47%;

}

.direction-l .desc:hover>.zoomin,
.direction-r .desc:hover>.zoomin
{ 

background-image:url(images/zoomin.png);
display:inline-block;
position:absolute;
z-index:9997;
width:50px;
height:50px;
left:46%;
top:47%;
}





/* ================ Timeline Media Queries ================ */
/*
@media screen and (max-width: 660px) {

.timeline {
 	width: 100%;
	padding: 4em 0 1em 0;
}

.timeline li {
	padding: 2em 0;
}

.direction-l,
.direction-r {
	float: none;
	width: 100%;

	text-align: center;
}

.flag-wrapper {
	text-align: center;
}

.flag {
	background: rgb(255,255,255);
	z-index: 15;
	
}

.direction-l .flag:before,
.direction-r .flag:before {
  position: absolute;
  top: -30px;
	left: 50%;
	content: ' ';
	display: block;
	width: 12px;
	height: 12px;
	margin-left: -9px;
	background: #fff;
	border-radius: 10px;
	border: 4px solid rgb(255,80,80);
	z-index: 10;
}

.direction-l .flag:after,
.direction-r .flag:after {
	content: "";
	position: absolute;
	left: 50%;
	top: -8px;
	height: 0;
	width: 0;
	margin-left: -8px;
	border: solid transparent;
	border-bottom-color: rgb(255,255,255);
	border-width: 8px;
	pointer-events: none;
}

.time-wrapper {
	display: block;
	position: relative;
	margin: 4px 0 0 0;
	z-index: 14;
}

.direction-l .time-wrapper {
	float: none;
}

.direction-r .time-wrapper {
	float: none;
}

.desc {
	position: relative;
	margin: 1em 0 0 0;
	padding: 1em;
	background: rgb(245,245,245);
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.20);
	-moz-box-shadow: 0 0 1px rgba(0,0,0,0.20);
	box-shadow: 0 0 1px rgba(0,0,0,0.20);
	
  z-index: 15;
}

.direction-l .desc,
.direction-r .desc {
	position: relative;
	margin: 1em 1em 0 1em;
	padding: 1em;
	
  z-index: 15;
}

}

@media screen and (min-width: 400px ?? max-width: 660px) {

.direction-l .desc,
.direction-r .desc {
	margin: 1em 4em 0 4em;
}

}*/