/*
blau: 008bcf
grün: 98c113
grau: 787878
dunkelblau:
*/
@font-face {
    font-family: 'IstokWeb';
    src: url('IstokWeb-Regular.ttf');
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: 'IstokWeb';
    src: url('IstokWeb-Bold.ttf');
    font-style: normal;
    font-weight: bold;
}
* {
	box-sizing:border-box;
}
body {
	padding:0;
	margin:0;
	position:relative;
	font-family:'IstokWeb',sans-serif;
	font-size:14px;
	-webkit-text-size-adjust:none;
	-moz-text-size-adjust:none;
	-ms-text-size-adjust:none;
	
}
h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
	line-height:1.5;
	color:#008BCF;
	font-weight:bold;
}
/*
h1 {
	font-size:50px;
}
*/
h3 {
	font-weight:normal;
	font-size:18px;
	margin:0;
}
p {
	margin:0;
	padding:0;
	line-height:1.5;
}
a {
	text-decoration:none;
	color:inherit;
	border:0;
	outline:0;
}
a img {
	border:0;
	outline:0;
}
figure {
	margin:0;
	padding:0;
	line-height:1;
}

.wrapped, .wrapper {
	clear:both;
	width:1024px;
	margin:0 auto;
}
header {
	height:150px;
	background:linear-gradient(to left,#dcdcdc,#ffffff 66%);
}
header .wrapped {
	position:relative;
	height:100px;
}
header .logo {
	position:absolute;
	display:block;
	left:0;
	bottom:0;
	width:240px;
	height:48px;
	background:transparent url(logo-dynavolt.png) no-repeat;
}
header nav {
}
header nav a {
	font-size:14px;
	text-transform:uppercase;
	display:inline-block;
	color:#969696;
}
header nav a.active, header nav a:hover {
	color:#008bcf;
}
nav.main {
	position:absolute;
	right:0;
	bottom:0;
}
nav.main a {
	margin-left:10px;
}
nav.lang {
	position:absolute;
	right:0;
	top:20px;
}
nav.lang a {
	margin:0 5px;
}
nav.lang a.impressum {
	font-size:12px;
	margin-left:10px;
}
.pages-menu {
	position:absolute;
	left:0;
	right:0;
	text-align:center;
	z-index:500;
}


.hamburger {
	width:35px;
	height:30px;
	position:absolute;
	bottom:35px;
	right:0px;
	background:transparent url(hamburger-grey.png) no-repeat;
	cursor:pointer;
	display:none;
}
.body-home .hamburger {
	background-image:url(hamburger.png);
}
.with-fries {
	position:absolute;
	right:0;
	top:80px;
	bottom:0;
	width:0px;
	overflow:hidden;
	transition:all 0.3s ease-out;
}
.fries {
	position:absolute;
	top:12px;
	bottom:0;
	left:12px;
	width:220px;
	background-color:#fff;
	box-shadow: 0px 0px 12px #000;
	z-index:9999;
	
}
.with-fries.active {
	width:232px;
}
.with-fries a {
	display:block;
	padding:20px;
	border-bottom:1px solid #ddd;
	font-size:20px;
}
.with-fries a:hover,
.with-fries a.active {
	color:#008bcf;
}

/* Products */
.products {
	position:relative;
	height:674px;
	width:100%;
	overflow:hidden;
}
.products .wrapper {
	width:1024px;
	height:674px;
	margin:0px auto;
	position:relative;
}
.products.lithium {
	background-color:#59595b;
	background: #59595b radial-gradient(ellipse 900px 700px at 45% 420px, #a2a4a5 0%, #59595b 100%);
}
.products.gel {
	background-color:#6f6542;
	background: #6f6542 radial-gradient(ellipse 900px 700px at 45% 420px, #b7a06a 0%, #6f6542 100%);
}
.products.classic {
	background-color:#860b19;
	background: #860b19 radial-gradient(ellipse 900px 700px at 45% 420px, #cd0124 0%, #860b19 100%);
}
.products.sla {
	background-color:#196928;
	background: #196928 radial-gradient(ellipse 900px 700px at 45% 420px, #379f2c 0%, #196928 100%);
}
.products.agm {
	background-color:#101858;
	background: #101858 radial-gradient(ellipse 900px 700px at 45% 420px, #3388cc 0%, #101858 100%);
}

.products .product-items {
	position:absolute;
	top:0;
	z-index:200;
}
.product-items a,.pages-menu a {
	display:inline-block;
	width:192px;
	height:41px;
	padding-top:12px;
	font-size:20px;
	line-height:1;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	margin-left:15px;
	background-color:#101858;
	background-color:rgba(16,24,88,0.3);
	position:relative;
}
.product-items a.active:after, .pages-menu a.active:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	border-top-color: #101858;
	border-width: 15px;
	margin-left: -15px;
}
.sla .product-items a { background-color:rgba(25,105,40,0.3) }
.classic .product-items a { background-color:rgba(134,11,25,0.3) }
.gel .product-items a { background-color:rgba(111,101,66,0.3) }
.lithium .product-items a { background-color:rgba(89,89,91,0.3) }

.sla .product-items a:hover, .sla .product-items a.active { font-weight:bold; background-color:rgba(25,105,40,1) }
.classic .product-items a:hover, .classic .product-items a.active { font-weight:bold; background-color:rgba(134,11,25,1) }
.gel .product-items a:hover, .gel .product-items a.active { font-weight:bold; background-color:rgba(111,101,66,1) }
.lithium .product-items a:hover, .lithium .product-items a.active { font-weight:bold; background-color:rgba(89,89,91,1) }
.agm .product-items a:hover, .agm .product-items a.active { font-weight:bold; background-color:rgba(16,24,88,1) }

.sla .product-items a.active:after { border-top-color: #196928 }
.classic .product-items a.active:after { border-top-color: #860b19 }
.gel .product-items a.active:after { border-top-color: #6f6542 }
.lithium .product-items a.active:after { border-top-color: #59595b }

.product-items a:first-child {
	margin-left:0;
}
.product-items a:hover, .product-items a.active,
.pages-menu a:hover, .pages-menu a.active {
	background-color:rgba(16,24,88,1);
}

.products .product {
	width:1024px;
	height:674px;
	position:absolute;
	left:0;
	top:0;
	perspective:800px;
}
.product figure {
	display:block;
	position:absolute;
	right:130px;
	bottom:50px;
	opacity:0;
	transform-style:preserve-3d;
	transform:translate3D(250px,-60px,300px);
	transition:opacity 0.1s linear 0.2s, transform 0.4s ease-out 0.2s;
}
.product.lithium figure {
	right:100px;
}
.product figure img {
	display:block;
	width:auto;
	height:480px;
}

.product.hide figure {
	opacity:0;
	transform:translate3D(-550px,70px,-350px);
	transition:transform 0.5s ease-in, opacity 0.5s ease-in;
}
.product.hide .text {
	opacity:0;
	transform:translate3D(0,-120px,0);
	transition:all 0.3s ease-out;
}
.product .text {
	color:#fff;
	font-size:20px;
	position:absolute;
	left:0;
	top:275px;
	width:300px;
	transform:translate3D(0,120px,0);
	opacity:0;
	transition:opacity 0.3s ease-out, transform  0.3s ease-out;
}
.product h2, .product h1 {
	color:#fff;
	font-size:70px;
	margin:0;
	padding:0;
	line-height:1;
	text-transform:uppercase;
}
.product .type {
	font-weight:bold;
}
.product.active {
	/*z-index:100;*/
}
.product.active figure {
	transform:translate3D(0,0,0);
	opacity:1;
}
.product.active .text {
	transform:translate3D(0,0,0);
	opacity:1;
}
.product-link {
	display:block;
	text-transform:uppercase;
	position:absolute;
	left:0;
	bottom:300px;
	color:#fff;
}
.plus {
	display:inline-block;
	background-color:#595959;
	color:#fff;
	width:30px;
	height:30px;
	line-height:1;
	border-radius:50%;
	vertical-align:middle;
	padding:7px 0 0 9px;
	font-size:20px;
	margin-right:10px;
}
.sla .plus { background-color: #196928 }
.agm .plus { background-color: #101858 }
.classic .plus { background-color: #860b19 }
.gel .plus { background-color: #6f6542 }
.lithium .plus { background-color: #59595b }

/* Homepage */
.body-home header {
	position:absolute;
	z-index:500;
	background:transparent;
	width:100%;
}
.body-home header .logo {
	left:0;
	top:0;
	bottom:auto;
	width:317px;
	height:199px;
	background:transparent url(logo-dynavolt-home.png) no-repeat;
}
.body-home header nav a {
	color:#fff;
}
.body-home header nav a:hover, .body-home header nav a.active {
	color:#008bcf;
}
.body-home header nav {
	color:#fff;
}

.body-home .products, .body-home .products .wrapper,
.body-home .products .product {
	height:1097px;
}
.body-home .product figure {
	bottom:250px;
	right:0;
}
.body-home .product figure img {
	height:520px;
}
.body-home .product .text {
	top:540px;
}
.body-home .products .product-items {
	top:auto;
	bottom:0;
}
.body-home .product-items a.active:after {
	top: auto;
	bottom:100%;
	border-top-color:transparent;
	border-bottom-color: #101858;
}
.body-home .sla .product-items a.active:after { border-bottom-color: #196928 }
.body-home .classic .product-items a.active:after { border-bottom-color: #860b19 }
.body-home .gel .product-items a.active:after { border-bottom-color: #6f6542 }
.body-home .lithium .product-items a.active:after { border-bottom-color: #59595b }


.body-home .products.lithium {
	background: #59595b radial-gradient(ellipse 700px 900px at 45% 720px, #a2a4a5 0%, #59595b 100%);
}
.body-home .products.gel {
	background: #6f6542 radial-gradient(ellipse 700px 900px at 45% 720px, #b7a06a 0%, #6f6542 100%);
}
.body-home .products.classic {
	background: #860b19 radial-gradient(ellipse 700px 900px at 45% 720px, #cd0124 0%, #860b19 100%);
}
.body-home .products.sla {
	background: #196928 radial-gradient(ellipse 700px 900px at 45% 720px, #379f2c 0%, #196928 100%);
}
.body-home .products.agm {
	background: #101858 radial-gradient(ellipse 700px 900px at 45% 720px, #3388cc 0%, #101858 100%);
}

.opener {
	height:1029px;
	background:white url(bg-home.png) no-repeat top center;
}
.opener .wrapper {
	position:relative;
	height:1029px;
	padding-top:113px;
}
.opener .text {
	font-size:18px;
	color:#828282;
	width:400px;
	margin:0 0 0 208px;
}
.opener .text h2, .opener .text h1 {
	font-size:30px;
	color:#dcdcdc;
	margin-bottom:30px;
	text-transform:uppercase;
	line-height:1.2;
}
.opener .text .more {
	display:block;
	border:1px solid #dcdcdc;
	text-align:center;
	width:160px;
	height:40px;
	padding-top:10px;
	font-size:14px;
	border-radius:2px;
}
.opener .linkblock {
	width:608px;
	min-height:430px;
	position:absolute;
	right:0;
	bottom:0;
	color:#fff;
	font-size:20px;
}
.linkblock h2 {
	font-size:70px;
	color:#fff;
	text-transform:uppercase;
}
.linkblock .link {
	display:block;
	margin-top:60px;
	border:1px solid #fff;
	text-align:center;
	width:160px;
	height:40px;
	padding-top:10px;
	font-size:14px;
}



.opener .hero {
	width:440px;
	height:517px;
	background:transparent url(sandro-home-hero.png) no-repeat;
	position:absolute;
	bottom:-47px;
	left:-96px;
}




.body-home .simple-footer {
	height:640px;
}

/* Produktdetails */

.details {
	overflow:hidden;
	padding-top:115px;
	min-height:570px;
	background-color:#fff;
	color:#787878;
	background-repeat:no-repeat, no-repeat;
	background-image: url(mountain-top-right.png), url(mountain-bottom-half.png);
	background-position:right top, left bottom;	font-size:18px;
}
.prod.details {
	background-position:right top, left 0 bottom -103px;
}
.detail {
	min-height:570px;
	display:none;
}
.detail.active {
	display:block;
}
.details h1, .details h2 {
	font-size:30px;
	line-height:1.2;
	margin-bottom:40px;
	text-transform:uppercase;
}
.details h2.headline, .details h1.headline {
	margin-left:208px;
}
.details .parameters {
	width:192px;
	float:left;
}
.details .description {
	width:400px;
	margin-left:16px;
	color:#787878;
	font-size:18px;
	float:left;
}
.details .description p {
	line-height:2;
}

.parameter .values {
	line-height:1;
}
.parameter .dot {
	background-color:#98c113;
	display:inline-block;
	width:15px;
	height:15px;
	border-radius:16px;
	margin-left:3px;
}

.parameter {
	height:42px;
	padding-top:13px;
	padding-left:53px;
	margin-bottom:13px;
	background-repeat:no-repeat;
}
.agm .parameter.rasenmaeher { background-image: url(icon-agm-jetski.png) }
.agm .parameter.motorrad { background-image: url(icon-agm-motorrad.png) }
.agm .parameter.quad { background-image: url(icon-agm-quad.png) }
.agm .parameter.jetski { background-image: url(icon-agm-jetski.png) }
.agm .parameter.race { background-image: url(icon-agm-race.png) }
.agm .parameter.rasenmaeher { background-image: url(icon-agm-rasenmaeher.png) }
.classic .parameter.quad { background-image: url(icon-classic-quad.png) }
.classic .parameter.jetski { background-image: url(icon-classic-jetski.png) }
.classic .parameter.motorrad { background-image: url(icon-classic-motorrad.png) }
.classic .parameter.race { background-image: url(icon-classic-race.png) }
.classic .parameter.rasenmaeher { background-image: url(icon-classic-rasenmaeher.png) }
.gel .parameter.jetski { background-image: url(icon-gel-jetski.png) }
.gel .parameter.motorrad { background-image: url(icon-gel-motorrad.png) }
.gel .parameter.quad { background-image: url(icon-gel-quad.png) }
.gel .parameter.race { background-image: url(icon-gel-race.png) }
.gel .parameter.rasenmaeher { background-image: url(icon-gel-rasenmaeher.png) }
.lithium .parameter.jetski { background-image: url(icon-lithium-jetski.png) }
.lithium .parameter.motorrad { background-image: url(icon-lithium-motorrad.png) }
.lithium .parameter.quad { background-image: url(icon-lithium-quad.png) }
.lithium .parameter.race { background-image: url(icon-lithium-race.png) }
.lithium .parameter.rasenmaeher { background-image: url(icon-lithium-rasenmaeher.png) }
.sla .parameter.jetski { background-image: url(icon-sla-jetski.png) }
.sla .parameter.motorrad { background-image: url(icon-sla-motorrad.png) }
.sla .parameter.quad { background-image: url(icon-sla-quad.png) }
.sla .parameter.race { background-image: url(icon-sla-race.png) }
.sla .parameter.rasenmaeher { background-image: url(icon-sla-rasenmaeher.png) }

.base, .downloads-base {
	clear:both;
	position:relative;
}
.downloads {
	position:absolute;
	right:0;
	bottom:0;
}
.download {
	font-size:18px;
	display:block;
	height:42px;
	color:#008bcf;
	padding-left:67px;
	padding-top:22px;
	margin-top:30px;
	background:transparent url(icon-download.png) no-repeat left bottom;
}

/* Artikel */
.cover {
	height:676px;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repat;
}
.cover .wrapper {
	position:relative;
}
.cover .yawn {
	position:absolute;
	left:0;
	top:0;
}

.cover .text {
	color:#fff;
	font-size:20px;
	height:676px;
	vertical-align:middle;
	display:table-cell;
}
.cover h2, .cover h1 {
	color:#fff;
	font-size:70px;
	margin:0;
	padding:0;
	line-height:1;
	text-transform:uppercase;
}
.cover .type {
	font-weight:bold;
}
.article .cover {
	height:300px;
	background:#ededed url(mountain-top-right.png) no-repeat right top; 
}


.article .cover .text {
	height:300px;
}
.article .cover h2, .article .cover h1 {
	font-weight:normal;
	font-size:40px;
	color:#008bcf;
}

.article .with-picture .cover {
	height:300px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:top center;
}
.article .with-picture .cover h2 {
	color:#fff;
}

article .col1 {
	min-height:8px;
	width:192px;
	float:left;
}
article .col2 {
	min-height:8px;
	width:400px;
	float:left;
	margin-left:16px;
}
article .col2-3 {
	min-height:8px;
	width:605px;
	float:left;
	margin-left:16px;
}
article .col3 {
	width:250px;
	position:absolute;
	right:0;
	bottom:0;
}
.facts {
	width:100%;
	border-collapse: collapse;
}
.facts td {
	width:50%;
	padding:2px;
	color:#008bcf;
}
.facts td+td {
	text-align:right;
	font-weight:bold;
}
.social {
	display:block;
	width:60px;
	height:60px;
	background:transparent url(social-facebook.png) no-repeat center bottom;
	margin-bottom:15px;
}
.social.instagram {
	background-image:url(social-instagram.png);
}
.social.twitter {
	background-image:url(social-twitter.png);
}
.slider {
	clear:both;
	position:relative;
	height:420px;
}
.slider .picture {
	width:100%;
	height:420px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	position:absolute;
	left:0;
	top:0;
}
article .slider {
	margin:100px 0px 30px 0;
}

article .details {
	padding-bottom:215px;
	background-image: url(mountain-top-right.png), url(mountain-bottom-half.png);
	background-position:right top, left 0 bottom -50px;
}

article .details.twocols {
	background:transparent url(mountain-bottom-half.png) no-repeat left bottom;
}
.twocols .col1 {
	width:400px;
}
.twocols .col2 {
	width:605px;
}

/* Haendlersuche */
.locator {
	padding-bottom:130px;
	background:transparent url(mountain-bottom-half.png) no-repeat left bottom;
}
.retailers {
	padding:80px 0px 40px 0px;
}
.map_search {
	background:#ededed url(mountain-top-right.png) no-repeat right top; 
}
.map_search .wrapper {
	height:300px;
	font-size:18px;
	padding-top:70px;
}
.map_search h2 {
	margin-bottom:40px;
	font-size:40px;
	text-transform:uppercase;
	font-weight:normal;
}
::-webkit-input-placeholder { color:#ddd; }
::-moz-placeholder { color:#ddd; }
:-ms-input-placeholder { color:#ddd; }

.map_search .search {
	border:1px solid #fff;
	background-color:#f6f6f6;
	padding:8px 0px 5px 5px;
	margin:0px 0px 0px 15px;
	font-size:18px;
	width:350px;
	font-family:IstokWeb,sans-serif;
	display:inline-block;
	vertical-align:bottom;
}

.map_search .submit {
	display:inline-block;
	width:30px;
	height:30px;
	cursor:pointer;
	line-height:1;
	text-align:center;
	background:transparent url(dot-30x30.png) no-repeat;
	vertical-align:middle;
	color:#fff;
	font-size:14px;
	padding-top:9px;
	margin-left:15px;
}

.map_frame {
	overflow:hidden;
}
#map_canvas {
	width:608px;
	height:447px;
	float:left;
}
.map_info {
	color:#000;
}
.map_results {
	width:400px;
	height:447px;
	float:left;
	overflow-x:hidden;
	overflow-y:scroll;
	padding-left:80px;
}
.map_card {
	width:320px;
	margin:0px 0px 20px 0px;
	padding:5px 20px 0px 0px;
	position:relative;
	font-size:17px;
	line-height:1.5;
	color:#969696;
}
.map_card h4 {
	font-size:17px;
	margin:0px 0px 5px 0px;
	text-transform:uppercase;
	line-height:1.5;
	font-weight:normal;
}
.map_card .card_dist+h4 {
	margin-top:5px;
}
.card_dist {
	font-weight:bold;
}
.card_num {
	display:block;
	position:absolute;
	left:-55px;
	top:2px;
	line-height:1;
	width:30px;
	height:30px;
	font-size:14px;
	color:#fff;
	padding-top:9px;
	text-align:center;
	background:transparent url(dot-30x30.png) no-repeat;
}
.card_address {
}


/* footer */

footer {
}
.simple-footer {
	text-align:center;
	height:189px;
	background:#002c69 url(footer-background.jpg) no-repeat;
	/*background-size:cover;*/
	background-position:center top;
	padding-top:80px;
}
.simple-footer .logo {
	display:inline-block;
	width:192px;
	height:40px;
	background:transparent url(logo-dynavolt-white.png) no-repeat;
}

/* Mobile */
@media screen and (max-width:1024px) {
	
	header {
		height:100px;
	}
	header .logo {
		top:auto;
		bottom:20px;
	}
	
	.wrapped,.wrapper {
		width:600px;
	}
	.hamburger {
		display:block;
	}
	.main {
		display:none;
	}
	nav.lang {
		right:90px;
		top:35px;
	}


	
	/* Products */
	.products, .products .wrapper,
	.products .product {
		height:570px;
	}	
	
	.products .wrapper {
		width:600px;
	}
	.products .product {
		width:100%;
	}
	.product figure {
		right:120px;
		bottom:auto;
		top:90px;
	}
	.product.lithium figure {
		right:60px;
	}
	.product figure img {
		width:360px;
		height:auto;
	}
	.product .text {
		top:auto;
		bottom:60px;
		left:60px;
		width:100%;
	}
	.product .text .short-description {
		position:absolute;
		left:300px;
		top:70px;
	}
	.product-items a {
		width:112px;
		margin-left:10px;
		font-size:18px;
	}
	.product-items a:first-child {
		margin-left:0;
	}
	.prod.details {
		background-position:right 0 top -100px, left 0 bottom -103px;
	}
	.details h2.headline {
		margin-left:0;
	}
	.details .parameters {
		float:right;
	}
	.details .description {
		float:none;
		width:360px;
		margin:0;
	}
	.downloads {
		position:static;
		margin:60px 0px;
	}

	/* Home */

	.body-home header .logo {
		left:60px;
	}
	.body-home .products, .body-home .products .wrapper,
	.body-home .products .product {
		height:930px;
	}	
	
	.products .wrapper {
		width:600px;
	}
	.products .product {
		width:100%;
	}
	.body-home .product figure {
		right:60px;
		bottom:auto;
		top:400px;
	}
	.body-home .product.lithium figure {
		right:60px;
	}
	.body-home .product figure img {
		width:480px;
		height:auto;
	}
	.body-home .product .text {
		top:225px;
		left:60px;
	}
	.body-home .product-link {
		left:auto;
		right:60px;
		bottom:90px;
	}
	.body-home .product-items a {
		width:112px;
		margin-left:10px;
		font-size:18px;
	}
	.body-home .product-items a:first-child {
		margin-left:0;
	}
	.opener {
		height:976px;
	}
	.opener .wrapper {
		height:976px;
	}
	.opener .text {
		width:100%;
		margin:0;
	}
	.opener .linkblock {
		width:100%;
		right:auto;
		left:0;
		bottom:60px;
		min-height:0;
	}
	.opener .hero {
		display:none;
	}
	.body-home .simple-footer {
		height:192px;
	}
	
	.twocols .col1 {
		width:100%;
		float:none;
	}
	.twocols .col2 {
		width:100%;
		float:none;
		margin:10px 0 0 0;
	}
	
	.cover {
		height:450px;
		background-position:center top;
	}
	.cover .text {
		height:450px;
		width:480px;
		vertical-align:bottom;
		padding-bottom:60px;
	}
	.cover .type {
		font-weight:normal;
		margin:20px 0 0 0;
	}
	article .details {
		background-position:right -20px top -60px, left 0 bottom -50px;
	}
	article .col1 {
		float:right;
	}
	article .col2 {
		float:none;
		width:360px;
		margin:0;
	}
	article .col1 .social {
		float:right;
		clear:both;
	}
	article .col3 {
		position:static;
		margin:60px 0 0 0;
		width:360px;
	}
}
@media screen and (max-width:640px) {
	nav.lang a {
		font-size:16px;
	}
}
.notes {
	position:fixed;
	left:0;
	right:0;
	bottom:0px;
	background-color:rgba(0,0,0,0.7);
	padding:15px 0px 10px 0px;
	z-index:9998;
}
.notes .wrap {
	width:90%;
	margin:0 auto;
}
.privacy_note {
	color:#fff;
	font-weight:normal;
	overflow:hidden;
	font-size:13px;
}
.privacy_note a {
	color:#fff;
	text-decoration:underline;
}
.privacy_note .btn {
	float:right;
	margin-right:60px;
	padding:5px;
	border:1px solid #eee;
	border-radius:3px;
	cursor:pointer;
}