@import url(http://fonts.googleapis.com/css?family=Electrolize);
@font-face {
    font-family: 'WebSymbolsRegular';
    src: url('font/websymbols-regular-webfont.eot');
    src: url('font/websymbols-regular-webfont.woff') format('woff'),
         url('font/websymbols-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
html, body {
	height: 100%;
	width: 100%;
}
body {
	background: url(../img/body/bg.png) repeat;
	margin: 0;
	padding: 150px 0 0 0;
	font-family: Electrolize;
	color: #7A7A7A;
}

.fail {
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.6), 0 1px 1px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255, 66, 0, 0.1) inset, 0 0 28px 25px rgba(255, 66, 0, 0.05) inset, 0 0 18px 0 rgba(255, 66, 0, 0.15) inset;
    color: rgb(162, 53, 53);
    text-shadow: 0 1px 0 rgb(0, 0, 0), 0 0 6px rgb(0, 0, 0);
    font-family: arial;
    border-radius: 5px;
    margin-top: 5px;
}

.fail span {
	display: inline-block;
    height: 25px;
    width: 26px;
    margin: 8px 0 0 8px;
    vertical-align: top;
    background: url("../img/body/fail.png");
}

.fail p {
	display: inline-block;
    font-size: 12px;
    margin: 13px 0;
    padding: 0 12px 0 10px;
    vertical-align: top;
}

.container {
	width: 900px;
	margin: 0 auto;
}

li {
	list-style: none;
}

img {
	border: none;
}
hr {
    background: none repeat scroll 0 0 #000000;
    border: medium none;
    box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.1);
    height: 1px;
    margin-top: 10px;
}

a {
	text-decoration: none;
	color: rgba(255,255,255,0.8);
	-moz-transition-duration: 500ms;
	-webkit-transition-duration: 500ms;
	-ms-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	opacity: 1;
}

a:hover {
	opacity: 0.5;
}

header {
	background: url(../img/header/header.png) repeat-x;
	height: 40px;
	padding-top: 15px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.9), 0 0 2px rgb(255, 255, 255) inset;
}

.clear {
	clear: both;
}

ul {
	margin: 0;
	padding: 0;
}

#loader {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 60px;
	width: 60px;
	margin-left: -30px;
	margin-top: -30px;
}
.ball {
    background-color: rgba(0,0,0,0);
    border: 5px solid #77D42A;
    opacity: .9;
    border-top: 5px solid rgba(0,0,0,0);
    border-left: 5px solid rgba(0,0,0,0);
    border-radius: 50px;
    box-shadow: 0 0 35px #77D42A;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    -moz-animation: spin .5s infinite linear;
    -webkit-animation: spin .5s infinite linear;
}

.ball1 {
    background-color: rgba(0,0,0,0);
    border: 5px solid #5CB811;
    opacity: .9;
    border-top: 5px solid rgba(0,0,0,0);
    border-left: 5px solid rgba(0,0,0,0);
    border-radius: 50px;
    box-shadow: 0 0 15px #5CB811;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    position: relative;
    top: -50px;
    -moz-animation: spinoff .5s infinite linear;
    -webkit-animation: spinoff .5s infinite linear;
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    }
}

@-moz-keyframes spinoff {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(-360deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spinoff {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
    }
}
.nav {
	float: right;
}

.nav li {
	display: inline-block;
	height: 50px;
	width: 110px;
	text-align: center;
	background: url(../img/header/menu.png) no-repeat;
	padding-top: 20px;
	opacity: 0.5;
	-moz-transition-duration: 500ms;
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	-ms-transition-duration: 500ms;
}

.nav li:hover, .nav li a:hover {
	opacity: 1;
}

.topic {
	display: inline-block;
	width: 280px;
	padding-left: 10px;
	text-align: left;
	text-shadow: 0 1px 0 rgba(255,255,255,0.6);
	text-transform: capitalize;
}

.news {
	width: 280px;
	display: inline-block;
	vertical-align: top;
}

.about {
	display: inline-block;
	vertical-align: top;
	width: 260px;
	padding-left: 20px;
}

.galerie {
	display: inline-block;
	vertical-align: top;
	width: 332px;
}

.news_info {
	color: #353535;
	display: block;
	box-shadow: 0 3px 0 #353535, 0 4px 0 rgb(0,0,0);
}

.date {
	float: left;
	width: 150px;
}

.time {
	float: right;
	width: 50px;
}

.news_text {
	clear: both;
	display: block;
	margin-top: 5px;
}

.content {
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
	height: auto;
	width: 100%;
}

.news article {
	margin-bottom: 10px;
}

.body {
	font-size: 13px;
}

.galerie li{
	height: 50px;
	width: 50px;
	margin-right: 2px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.8), 0 1px 1px rgba(0, 0, 0, 0.5);
	margin-bottom: 2px;
	display: inline-block;
	background: rgb(255,255,255);
	-moz-transition-duration: 500ms;
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	-ms-transition-duration: 500ms;
	opacity: 0.5;
}

.galerie li:hover {
	opacity: 1;
}

.illustration a, .malerei a {
	height: 150px;
	width: 150px;
	background: #333;
	display: block;
}


.illustration li, .malerei li{
	display: inline-block;
}
.galerie li:nth-child(even){
	background: url(../img/body/img.png);
}

.galerie li:nth-child(odd){
	background: url(../img/body/img2.png);
}

footer {
	background: url(../img/footer/footer.png) repeat-x;
	height: 35px;
	padding-top: 20px;
	padding-left: 10px;
	box-shadow: 0 0 3px rgba(0, 0, 0,0.6), 0 0 2px rgb(255, 255, 255) inset;
}

.copyright {
	float: left;
	font-size: 12px;
	text-shadow: 0 1px 0px rgb(255,255,255);
}

.luxs {
	float: right;
	margin-right: 10px;
}

/* TODO */

.tabs {
    position: relative;
	margin: 40px auto;
	width: 100%;
}

.tabs input {
	position: absolute;
	z-index: 1000;
	width: 120px;
	height: 40px;
	left: 0px;
	top: 0px;
	opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
	cursor: pointer;
}
.tabs input#tab-2{
	left: 120px;
}


.tabs label {
	background: #5ba4a4;
	background: -moz-linear-gradient(top, #121212 0%, #2e2e2e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#121212), color-stop(100%,#2e2e2e));
	background: -webkit-linear-gradient(top, #121212 0%,#2e2e2e 100%);
	background: -o-linear-gradient(top, #121212 0%,#2e2e2e 100%);
	background: -ms-linear-gradient(top, #121212 0%,#2e2e2e 100%);
	background: linear-gradient(top, #121212 0%,#2e2e2e 100%);
	font-size: 15px;
	line-height: 40px;
	height: 40px;
	position: relative;
	padding: 0 20px;
	opacity: 0.8;
    float: left;
    color: #5c5c5c;
	display: block;
	width: 120px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	text-shadow:  0 1px 0 rgba(0,0,0,0.3);
    border-radius: 3px 3px 0 0;
    box-shadow: 2px 0 2px rgba(0,0,0,0.1), -2px 0 2px rgba(0,0,0,0.1);
}

.tabs label:first-of-type {
    z-index: 2;
    box-shadow: 2px 0 2px rgba(0,0,0,0.1);
}

.tab-label-2 {
    z-index: 1;
}


.tabs input:checked + label {
    background: #fff;
	z-index: 6;	
    -webkit-animation: page 0.2s linear;
    -moz-animation: page 0.2s linear;
    -ms-animation: page 0.2s linear;
    -o-animation: page 0.2s linear;
    animation: page 0.2s linear;
}

.contentt {
    background: none repeat scroll 0 0 rgba(10, 10, 10, 0.6);
	position: relative;
    width: 100%;
	height: 370px;
	z-index: 5;
	overflow: hidden;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.6), 0 0 1px rgba(255, 255, 255, 0.2) inset;
    border-radius: 0 3px 3px 3px;
}

.contentt div {
    position: absolute;
	top: 0;
	padding: 10px 40px;
	z-index: 1;
    opacity: 0;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.content-1{
	-webkit-transform: translateX(-250px);
	-moz-transform: translateX(-250px);
	-o-transform: translateX(-250px);
	-ms-transform: translateX(-250px);
	transform: translateX(-250px);
}

.content-2 {
    -webkit-transform: translateX(250px);
	-moz-transform: translateX(250px);
	-o-transform: translateX(250px);
	-ms-transform: translateX(250px);
	transform: translateX(250px);
}

.tabs input.tab-selector-1:checked ~ .contentt .content-1,
.tabs input.tab-selector-2:checked ~ .contentt .content-2 {
    -webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	z-index: 100;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all ease-out 0.2s 0.1s;
    -moz-transition: all ease-out 0.2s 0.1s;
    -o-transition: all ease-out 0.2s 0.1s;
    -ms-transition: all ease-out 0.2s 0.1s;
    transition: all ease-out 0.2s 0.1s;
}

.contentt div h3{
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}
.contentt div p {
	font-size: 14px;
	line-height: 22px;
	font-style: italic;
	text-align: left;
	margin: 0;
	color: #777;
	padding-left: 15px;
	border-left: 8px solid rgba(63,148,148, 0.1);
}

@keyframes "page" {
 0% {
    left: 0;
 }
 50% {
    left: 10px;
 }
 100% {
    left: 0;
 }

}

@-moz-keyframes page {
 0% {
   left: 0;
 }
 50% {
   left: 10px;
 }
 100% {
   left: 0;
 }

}

@-webkit-keyframes "page" {
 0% {
   left: 0;
 }
 50% {
   left: 10px;
 }
 100% {
   left: 0;
 }

}

@-ms-keyframes "page" {
 0% {
   left: 0;
 }
 50% {
   left: 10px;
 }
 100% {
   left: 0;
 }

}

@-o-keyframes "page" {
 0% {
   left: 0;
 }
 50% {
   left: 10px;
 }
 100% {
   left: 0;
 }

}

@-webkit-keyframes "page" {
 0% {
   left: 0;
 }
 50% {
   left: 10px;
 }
 100% {
   left: 0;
 }

}

@-ms-keyframes "page" {
 0% {
   left: 0;
 }
 50% {
   left: 10px;
 }
 100% {
   left: 0;
 }

}

@-o-keyframes "page" {
 0% {
   left: 0;
 }
 50% {
   left: 10px;
 }
 100% {
   left: 0;
 }

}

.preview {
	float: left;
	width: 500px;
	height: 400px;
	background: #000;
}

.preview_detail {
	float: right;
	width 400px;
	margin-left: 50px;
	height: 400px;
	background: #222;
}

#contact textarea {
	max-width: 320px;
	height: 200px;
	max-height: 200px;
}
#contact input, #contact textarea {
	border: solid 1px #000;
	border-radius: 5px;
	outline: 0;
	height:25px; 
	width:320px; 
	-moz-transition: padding 1s ease-out;
	-webkit-transition: padding 5s ease-out;
	-ms-transition: padding 5s ease-out;
	-o-transition: padding 5s ease-out;
	transition: padding 1s ease-out;
	padding:5px 8px;
	background: #FFFFFF left top repeat-x;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #999999), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #999999 1px, #FFFFFF 50%);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
}

#contact input:required:valid, #contact textarea:required:valid {
	background: #fff no-repeat 98% center;
	box-shadow: 0 0 5px #5cd053;
	border-color: #28921f;
}
#contact input:focus:invalid, #contact textarea:focus:invalid {
	background: #fff no-repeat 98% center;
	box-shadow: 0 0 5px #d45252;
	border-color: #b03535
}

#contact input:focus, #contact textarea:focus {
	background: #fff; 
	border:1px solid #555; 
	box-shadow: 0 0 3px #aaa; 
	padding-right:70px;
}
.hint {
	background: #d45252;
	border-radius: 3px 3px 3px 3px;
	color: white;
	margin-left:8px;
	padding: 1px 6px;
	z-index: 999; /* hints stay above all other elements */
	position: absolute; /* allows proper formatting if hint is two lines */
	display: none;
	font-size: 14px;
}
.hint::before {
	content: "\25C0";
	color:#d45252;
	position: absolute;
	top:1px;
	left:-6px;
}
#contact input:focus + .hint {display: inline;}
#contact input:required:valid + .hint {background: #28921f;}
#contact input:required:valid + .hint::before {color:#28921f;}

ul.downloads {
	padding: 5px;
	margin: 0;
}

ul.downloads li {          	  
			list-style: none;
			background: rgba(22,22,22,0.6);
			padding: 4px;
			float: left;
			margin-right: 30px;
			margin-bottom: 10px;
			width: 422px;
			box-shadow: 0 0 3px rgba(0, 0, 0, 0.6), 0 0 1px rgba(255, 255, 255, 0.06) inset;
			}

        ul.downloads li #rahmen {
			position: relative;
			overflow: hidden;
			height: 200px;
			width: 420px;
			color: #5A5A5A;
			text-decoration: none;
			background-color: rgba(255, 255, 255, 0.02);
			box-shadow: 0 0 3px rgba(0, 0, 0, 0.6), 0 0 1px rgba(255, 255, 255, 0.08) inset; 
		    }

ul.downloads li:nth-child(2n) {
	margin-right: 0px;
}

		ul.downloads li img {
			position: absolute;
			top: 0;
			left: 0;
            border: 0;
            z-index: 6;
		    }
		    
#info {
	width: 60px;
	height: 200px;
	z-index: 5;
	float: right;
	text-align: right;
	text-align: right;
	font-size: 12px;
	color:rgb(90, 90, 90);
	box-shadow: 1px 0 0 rgba(255, 255, 255, 0.02) inset, -1px 0 0 rgba(0, 0, 0, 0.3);
	}

div.getme {
	position: absolute;
	padding-left: 2px;
	bottom: 0px;
	text-align: center;
	height: 20px;
	padding-top: 5px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.02) inset, 0 -1px 0 rgba(0, 0, 0, 0.3);
	background-color: rgba(255, 255, 255, 0.02);
}

#info a{
	color: #5A5A5A;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8), 0 0 4px #000000, 0 0 4px #000000;
	-moz-transition-duration: 500ms;
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	-ms-transition-duration: 500ms;
}

#info a:hover {
	color: rgba(40, 169, 33,0.7);
}

div.counter {
	text-align: center;
	font-size: 10px;
	padding-bottom: 5px;
	background-color: rgba(255, 255, 255, 0.02);
	box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.02) inset, 0 1px 0 rgba(0, 0, 0, 0.3);
}

div.demo {
	text-align: center;
	height: 20px;
	position: absolute;
	bottom: 20px;
	width: 62px;
	padding: 5px 0px 5px 0px;
	background-color: rgba(255, 255, 255, 0.02);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.02) inset, 0 -1px 0 rgba(0, 0, 0, 0.3);
}

#infotext {
	font-size: 12px;
	text-shadow: none;
	text-align: left;
	height: 100%;
	padding-left: 10px;
	margin-top: 10px;
	width: 380px;
}

#infotext h2{
	margin-top: 0;
	font-size: 19px;
	text-shadow: 0 -1px 1px #111, 0 1px 1px #111;
	text-align: center;
	padding-top: 10px;
}

 div.anschrift {
	float: left;
	height: 225px;
	width: 320px;
} 

div.details {
	float: right;
	height: 225px;
	width:570px;
}


div.anschrift input {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.47);
    border: medium none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.8) inset, 0 1px 0 rgba(255, 255, 255, 0.01);
    color: #313131;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    height: auto;
    margin: 0 0 10px;
    padding: 10px;
    width: 290px;
    -moz-transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
     -ms-transition-duration: 500ms;
    outline: none;
}

div.anschrift input:focus, #area:focus {
	box-shadow: 0 0 5px #000000 inset, 0 0 5px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.08)
}

#area {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.47);
    border: none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.8) inset, 0 1px 0 rgba(255, 255, 255, 0.01);
    color: #313131;
    display: block;
    padding: 10px;
    max-height: 200px;
    max-width: 550px;
    height: 200px;
    width: 550px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    outline: none;
    margin: 0;
}

div.abschicken {
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.02) inset;
	padding: 5px;
	border-top: 1px solid rgba(0, 0, 0, 0.4);
}

#contacts {
	background: rgba(22,22,22,0.6);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.6), 0 0 1px rgba(255, 255, 255, 0.06) inset;
	padding: 5px;
	}

.css_btn_class {
	font-size:16px;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #268a16;
	padding:5px 18px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #77d42a), color-stop(100%, #5cb811) );
	background:-moz-linear-gradient( center top, #77d42a 5%, #5cb811 100% );
	background:-ms-linear-gradient( top, #77d42a 5%, #5cb811 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811');
	background-color:#77d42a;
	color:#306108;
	display:inline-block;
	text-shadow:1px 1px 0px #aade7c;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #caefab;
 	-moz-box-shadow:inset 1px 1px 0px 0px #caefab;
 	box-shadow:inset 1px 1px 0px 0px #caefab;
}

.css_btn_class:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #5cb811), color-stop(100%, #77d42a) );
	background:-moz-linear-gradient( center top, #5cb811 5%, #77d42a 100% );
	background:-ms-linear-gradient( top, #5cb811 5%, #77d42a 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#77d42a');
	background-color:#5cb811;
}

.css_btn_class:active {
	position:relative;
	top:1px;
}

 div.headline {
	background: rgba(22,22,22,0.6);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.6), 0 0 1px rgba(255, 255, 255, 0.06) inset;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.6), 0 0 2px rgba(255, 255, 255, 0.09) inset;
	border-radius: 2px;
	margin: 0px;
 }
 
 div.headline h2 {
	padding: 8px;
 	letter-spacing: 3px;
 	font-size: 23px;
 	font-weight: normal;
 }
 
#slider {			
	padding: 0px;
	margin: 0px auto;
	width: 100%;
	overflow: hidden;
}
			
.slide a:hover {
	opacity: 1;
}

.slide {
	list-style:none;
	width: 900px;
	height: 260px;
	display: inline-block;
	vertical-align: top;
}			

.slide a {
	margin: 2px 0px 0px 1px
	display: inline-block;
	opacity: 0.5;
	-moz-transition-duration: 500ms;
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	-ms-transition-duration: 500ms;
	
}

.slide img {
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.6), 0 0 1px rgba(255, 255, 255, 0.06) inset;
}
.inner {
	height: 260px;
	margin: auto;
	margin-bottom: 10px;
}

.stat {
	float: right;
	font-size: 18px;
	color: rgb(63, 63, 63);
	margin-top: 4px;
}
.a, .b {
	color: #858585;
}

#left {
	position: absolute;
	left: -80px;
	top: 80px;
	background-image: url(../img/body/left.png);
	width: 58px;
	height: 99px;
	background-position: 0px -99px;
}

#left:hover {
	background-position: 0px 0px;
}

#right {
	position: absolute;
	right: -80px;
	top: 80px;
	background-image: url(../img/body/right.png);
	width: 58px;
	height: 99px;
	background-position: 0px -99px;
}

#right:hover {
	background-position: 0px 0px;
}

/*View=open*/
#image-big {
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.6), 0 0 1px rgba(255, 255, 255, 0.06) inset;
}

.main_image {
	position: relative;
}
#rahmenbig {
	padding: 4px 4px 0px 4px;
	background-color: rgba(255, 255, 255, 0.02);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.6), 0 0 1px rgba(255, 255, 255, 0.08) inset;
}

ul.ul_thumb {
	width: 892px;
	margin-bottom: 5px;
	padding: 4px;
	padding-bottom: 0px;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.02);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.6), 0 0 1px rgba(255, 255, 255, 0.1) inset;
}

ul.ul_thumb li {
	height: 60px;
	margin-bottom: 5px;
	display: inline-block;
	list-style-type: none;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.6), 0 0 1px rgba(255, 255, 255, 0.06) inset;
}

#link {
	height: 25px;
	background: rgba(22,22,22,0.6);
	font-size: 12px;
	padding-top: 15px; 
	padding-left: 20px;
	border-top: 1px solid rgba(0, 0, 0, 0.4);
	border-radius: 0px 0px 3px 3px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.6), 0 0 1px rgba(255, 255, 255, 0.06) inset;
}

.download_button{
    border-radius: 50px;
    padding: 10px 30px 10px 70px;
    position: relative;
    width: 116px;
    display: block;
    overflow: hidden;
   	background: rgba(22,22,22,0.6);
    box-shadow: 0px 0px 7px rgba(0,0,0,0.2), 0px 0px 0px 1px rgba(188,188,188,0.1);
    -moz-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
}
.download_button-symbol{
    font-family: 'WebSymbolsRegular';
    color: #555;
    font-size: 20px;
    position:absolute;
    left: 20px;
    top: 6px;
    -moz-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
}
.download_button-text{
    font-size: 17px;
    color: rgba(183, 183, 183, 0.6);
    line-height: 20px;
    display: block;
    -moz-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
}

.download_button-icon{
    position:absolute;
    top:-30px;
    width: 22px;
    height: 22px;
    left:20px;
    opacity: 0.7;
    background: url(../img/body/download.png);
}

.download_button:hover{
    background-image: none;
    box-shadow: 0px 0px 9px rgba(0,0,0,0.4), 0px 0px 0px 1px rgba(188,188,188,0.1);
}
.download_button:hover .download_button-symbol{
    opacity: 0;
}
.download_button:hover .download_button-icon{
    -moz-animation: slideDown 0.9s linear infinite;
    -webkit-animation: slideDown 0.9s linear infinite;
    -ms-animation: slideDown 0.9s linear infinite;
}

.download_button:hover .download_button-text{
	color: rgba(183, 183, 183,1);
}

@-moz-keyframes slideDown {
    0% { top: -30px; }
    100% { top: 80px;}
}

@-ms-keyframes slideDown {
    0% { top: -30px; }
    100% { top: 80px;}
}

@-webkit-keyframes slideDown {
    0% { top: -30px; }
    100% { top: 80px;}
}

#huzzah {
	display: none;
	font-weight: bold;
	text-align: center;
	font-size: 28px;
	padding: 10px;
	margin: 5px;
}
