


.right{
	float: right;
	width: 50%;
	margin-right: -60px;
}

.left{
	float: left;
	width: 50%;
}

#circle{
	margin-top:-18px;
	float:left;
	margin-left:7px;
}
.circle{
	float:left;
	height:12px;
	margin-left:8px;
	width:12px;
	-webkit-animation-name: bounce_circle;
	-webkit-border-radius:10px;
 	-webkit-animation-duration: 2.7s;
 	-webkit-animation-iteration-count: infinite;
 	-webkit-animation-direction: linear;
	opacity:0.3;
}
#circle_1{
 	-webkit-animation-delay: .3s;
 }
#circle_2{
 	-webkit-animation-delay: .6s;
}
#circle_3{
 	-webkit-animation-delay: .9s;
}
#circle_4{
 	-webkit-animation-delay: 1.2s;
}
#circle_5{
 	-webkit-animation-delay: 1.5s;
}
#circle_6{
 	-webkit-animation-delay: 1.8s;
}
#circle_7{
 	-webkit-animation-delay: 2.1s;
}
#circle_8{
 	-webkit-animation-delay: 2.4s;
}
#circle_9{
 	-webkit-animation-delay: 2.7s;
}

@-webkit-keyframes bounce_circle{
	0%{opacity:0.3;}
	50%{opacity:1;background-color:#A32121}
	100%{opacity:0.3;}
}
.vertical
{
  -o-transform:rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform:rotate(-45deg);
  -ms-transform:rotate(-45deg);
   
   padding-right: 8px;
   
}

.tickLabel{
position: absolute;
	top:260px;
	left: -20px;
}


	#flotcontainer1 {
    width: 1200px;
    height: 250px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 40px;
    margin-right: 40px;
    margin-left: 40px;
}

#flotcontainer {
    width: auto;
    height: 250px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 40px;
    margin-right: 40px;
    margin-left: 40px;
}


	.demo-container {
	box-sizing: border-box;
	width: 450px;
	height: 450px;
	padding: 20px 15px 15px 15px;
	margin: 15px auto 30px auto;
	border: 1px solid #ddd;
	background: #fff;
	background: linear-gradient(#f6f6f6 0, #fff 50px);
	background: -o-linear-gradient(#f6f6f6 0, #fff 50px);
	background: -ms-linear-gradient(#f6f6f6 0, #fff 50px);
	background: -moz-linear-gradient(#f6f6f6 0, #fff 50px);
	background: -webkit-linear-gradient(#f6f6f6 0, #fff 50px);
	box-shadow: 0 3px 10px rgba(0,0,0,0.15);
	-o-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	-ms-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.demo-placeholder {
	width: 100%;
	height: 100%;
	font-size: 14px;
	line-height: 1.2em;
}

.legend table {
	border-spacing: 5px;
}



.seeMore {
	font-size: 12px;
}

a.seeMore:hover {
	background-color: #787878;
	color: #A32121;
}




.title {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.mainNews {
	margin-top: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.box {
	height: 170px;
	background-color: #434343;
	border: 1px solid #ffffff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 180px;
}

.boxNews {
	width: 60%;
	margin: auto;
	height: auto;
	padding-bottom: 10px;
	background-color: #434343;
	border: 1px solid #ffffff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.boxTitel {
	width: 100%;
	height: 20px;
	text-align: center;
	background-color: #A32121;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-size: 12px;
	margin-bottom: 10px;
	padding-top: 2px;
	color: #ffffff;
}

.boxTitelCTF{
	width: 100%;
	height: 20px;
	text-align: center;
	background-color: #A32121;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-size: 12px;
	padding-top: 2px;
	color: #ffffff;
}

.boxTitelNews {
	width: 100%;
	height: 20px;
	text-align: center;
	background-color: #A32121;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-size: 12px;
	margin-bottom: 10px;
	padding-top: 2px;
}

.reveal-modal-bg { 
		position: fixed; 
		height: 100%;
		width: 100%;
		background: #DFE0E0;
		opacity: 0.2;
		z-index: 100;
		display: none;
		top: 0;
		left: 0; 
		
		}
	
	.reveal-modal {
		visibility: hidden;
		top: 140px; 
		margin: auto;
		min-width: 850px;
		min-height: 400px;
		height: auto;
		width: auto;
		background: #000000;
		position: absolute;
		z-index: 101;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		border: 1px solid white;

		}
		
	.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
	.reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
	.reveal-modal.large 		{ width: 600px; margin-left: -340px;}
	.reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}
	
	.reveal-modal .close-reveal-modal {
		font-size: 22px;
		line-height: .5;
		position: absolute;
		top: 8px;
		right: 11px;
		color: #aaa;
		text-shadow: 0 -1px 1px rbga(0,0,0,.6);
		font-weight: bold;
		cursor: pointer;
		} 
		
	.big-link {
		position: absolute;
		z-index: 1;
		margin-left: 210px;

	}
	
	.big-link2 {
		position: absolute;
		z-index: 1;
		margin-left: 50px;
		margin-bottom: 5px;

	}
	
	.big-link3 {
		position: absolute;
		z-index: 1;
		margin-top:40px;
		margin-left: 35px;	
		text-align: center;	
	}
	
	.big-link3News {
		position: absolute;
		z-index: 1;

	}
	
	.big-link4News {
		position: absolute;
		z-index: 1;

	}