
body {
background-image:;


}

img { max-height:90%;
    max-width:100%; 
	padding:1%;
	
}

.myButton {
	-moz-box-shadow:inset 0px 39px 0px -24px #ff0d00;
	-webkit-box-shadow:inset 0px 39px 0px -24px #ff0d00;
	box-shadow:inset 0px 39px 0px -24px #ff0d00;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff1100), color-stop(1, #ff0d00));
	background:-moz-linear-gradient(top, #ff1100 5%, #ff0d00 100%);
	background:-webkit-linear-gradient(top, #ff1100 5%, #ff0d00 100%);
	background:-o-linear-gradient(top, #ff1100 5%, #ff0d00 100%);
	background:-ms-linear-gradient(top, #ff1100 5%, #ff0d00 100%);
	background:linear-gradient(to bottom, #ff1100 5%, #ff0d00 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1100', endColorstr='#ff0d00',GradientType=0);
	background-color:#ff1100;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #ffffff;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	padding:6px 15px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ff1100;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff0d00), color-stop(1, #ff1100));
	background:-moz-linear-gradient(top, #ff0d00 5%, #ff1100 100%);
	background:-webkit-linear-gradient(top, #ff0d00 5%, #ff1100 100%);
	background:-o-linear-gradient(top, #ff0d00 5%, #ff1100 100%);
	background:-ms-linear-gradient(top, #ff0d00 5%, #ff1100 100%);
	background:linear-gradient(to bottom, #ff0d00 5%, #ff1100 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0d00', endColorstr='#ff1100',GradientType=0);
	background-color:#ff0d00;
}
.myButton:active {
	position:relative;
	top:1px;
}

	
}

.cb-slideshow,
.cb-slideshow:after {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}
.cb-slideshow:after {
    content: '';
}
.cb-slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 30000s linear infinite 0s;
    -moz-animation: imageAnimation 30000s linear infinite 0s;
    -o-animation: imageAnimation 30000s linear infinite 0s;
    -ms-animation: imageAnimation 30000s linear infinite 0s;
    animation: imageAnimation 30000s linear infinite 0s;
}
.cb-slideshow li div {
    z-index: 1000;

}
.cb-slideshow li div h3 {
    font-size: 120px;
    padding: 0 30px;
    line-height:55px;
    color:#FFC;
	background: -moz-linear-gradient(left,  rgba(255,255,255,0.07) 1%, rgba(255,255,255,0.48) 27%, rgba(255,255,255,0.48) 71%, rgba(255,255,255,0.48) 73%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(1%,rgba(255,255,255,0.07)), color-stop(27%,rgba(255,255,255,0.48)), color-stop(71%,rgba(255,255,255,0.48)), color-stop(73%,rgba(255,255,255,0.48)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(255,255,255,0.07) 1%,rgba(255,255,255,0.48) 27%,rgba(255,255,255,0.48) 71%,rgba(255,255,255,0.48) 73%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(255,255,255,0.07) 1%,rgba(255,255,255,0.48) 27%,rgba(255,255,255,0.48) 71%,rgba(255,255,255,0.48) 73%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(255,255,255,0.07) 1%,rgba(255,255,255,0.48) 27%,rgba(255,255,255,0.48) 71%,rgba(255,255,255,0.48) 73%,rgba(255,255,255,0) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(255,255,255,0.07) 1%,rgba(255,255,255,0.48) 27%,rgba(255,255,255,0.48) 71%,rgba(255,255,255,0.48) 73%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */


}
.cb-slideshow li:nth-child(1) span { background-image:url(../images/GRAY.jpg);
}




.cb-slideshow li:nth-child(1) div {

}



@-webkit-keyframes imageAnimation { 
	
	0% {
	    opacity: 0;
	}
	.01% {
	    opacity: 1;
			    
	    -webkit-transform: scale(1.05);
	    }
	
	2% {
	    opacity: 1;
	   
	}
	25% {
	    opacity: 1;}
		
		55% {
	    opacity: 1;}
	
	
	100% { opacity: 1 }
}
@-moz-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -moz-animation-timing-function: ease-in;
	}
	.01% {
	    opacity: 1;
	    -moz-transform: scale(1.05);
	}
	17% {
	    opacity: 1;
	}
	25% {
	    opacity: 1;
		
			75% {
	    opacity: 1;}
	
	}
	100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -o-animation-timing-function: ease-in;
	}
	.01% {
	    opacity: 1;
	    -o-transform: scale(1.05);
	}
	17% {
	    opacity: 1;
	}
	25% {
	    opacity: 1;
	}
		75% {
	    opacity: 0;}
	
	100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -ms-animation-timing-function: ease-in;
	}
	.01% {
	    opacity: 1;
	    -ms-transform: scale(1.05);
	}
	17% {
	    opacity: 1;
	}
	25% {
	    opacity: 1;
		
	}
	
		75% {
	    opacity: 0;}
	
	100% { opacity: 0 }
}
@keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    animation-timing-function: ease-in;
	}
	.01% {
	    opacity: 1;
	    transform: scale(1.05);
	    animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    transform: scale(1.1) rotate(3deg);
	}
	25% {
	    opacity: 0;
	    transform: scale(1.1) rotate(3deg);
	}
		75% {
	    opacity: 0;}
	
	100% { opacity: 0 }
}
@-webkit-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -webkit-transform: translateX(200px);
	}
	8% {
	    opacity: 1;
	    -webkit-transform: translateX(0px);
	}
	17% {
	    opacity: 1;
	    -webkit-transform: translateX(0px);
	}
	19% {
	    
	}
	30% { opacity: 0;
	    -webkit-transform: translateX(-400px); }
	100% { opacity: 0 }
}
@-moz-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -moz-transform: translateX(200px);
	}
	8% {
	    opacity: 1;
	    -moz-transform: translateX(0px);
	}
	17% {
	    opacity: 1;
	    -moz-transform: translateX(0px);
	}
	19% {
	    opacity: 0;
	    -moz-transform: translateX(-400px);
	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}
@-o-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -o-transform: translateX(200px);
	}
	8% {
	    opacity: 1;
	    -o-transform: translateX(0px);
	}
	17% {
	    opacity: 1;
	    -o-transform: translateX(0px);
	}
	19% {
	    opacity: 0;
	    -o-transform: translateX(-400px);
	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}
@-ms-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -ms-transform: translateX(200px);
	}
	8% {
	    opacity: 1;
	    -ms-transform: translateX(0px);
	}
	17% {
	    opacity: 1;
	    -ms-transform: translateX(0px);
	}
	19% {
	    opacity: 0;
	    -ms-transform: translateX(-400px);
	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}
@keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    transform: translateX(200px);
	}
	8% {
	    opacity: 1;
	    transform: translateX(0px);
	}
	17% {
	    opacity: 1;
	    transform: translateX(0px);
	}
	19% {
	    opacity: 0;
	    transform: translateX(-400px);
	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}
/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}
@media screen and (max-width: 1140px) { 
	.cb-slideshow li div h3 { font-size: 100px }
}
@media screen and (max-width: 600px) { 
	.cb-slideshow li div h3 { font-size: 50px }
	
	
}



#articlecontainer {
	
	background-color:#FFF;
	padding-left:1%;
	max-height:100%;
	min-height:100%;}
	
	#article {
		padding:2%;
		float:left;
		text-align:left;
	background-color:#FFF;
	color:#999;
	font-family:arial; 
	font-size: 12px;
			max-width:50%;
			min-width:60%;
			text-align:justify;
			


		
	}
	
	#archived {
		background-color:#E2E2E2;
		-webkit-border-radius: 70px 44px 20px 20px;-moz-border-radius: 70px 44px 20px 20px;border-radius: 70px 44px 20px 20px;
		max-width:100%;
		min-width:20%
		margin:1%;
	color:#999;
	font-size: 12px;
		float:left;
		height:100%;
		text-align:left;
		padding:1%;}
		
		#tools {
			border: 10px solid #ff0000;
			background-color:#E2E2E2;
		-webkit-border-radius: 50px 50px 50px 50px; -moz-border-radius: 50px 50px 50px 50px; border-radius: 50px 50px 50px 50px;
		max-width:80%;
		min-width:30%;
		margin-right:1%;
	color:#999;
	font-size: 12px;
		float:left;
		height:100%;
		text-align:left;
		padding:1%;
		text-align:center;}
		
		
		footer {
			width::100%}
	
}