* {box-sizing: border-box;}
body {
	color: #FFF;
	font-family: "Open Sans",sans-serif;
	/*background: url(../images/bg.jpg) no-repeat fixed center center / cover transparent;*/
}
body {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.42857;
	color: #333;
	background-color: #FFF;
}
body{margin:0px;}
*:before, *:after {box-sizing:border-box;}
.clearfix:after{clear:both;}
.clearfix:before,.clearfix:after{content:" ";display:table;}

#topbg {
	margin-top: 15px;
}

#footerbg {
	background: #333333;
	padding-top: 20px;
}

#footerbg a { 
	color: #999999; 
	text-decoration: none; 
	line-height: inherit; 
}

#footerbg a:hover {color:#ffffff; }

#footerbg a:focus { 
	color: #ffffff; 
	outline: none; 
}

#footerbg h6 {
	color: #ffffff;
	font-size: 16px;
}

#footerbg h3 {
	color: #ffffff;
	font-size: 18px;
}

#footerbg li {
	list-style-type: none;
	font-size: 12px;
	padding-left: 10px;
}

#footerbg ul, ol {margin:0;padding:0;}

#footerbg p {color: #999999;}

.productbittitle {
	padding: 0px;
	font-size: 24px;
	margin-top: 0px;
	color: #000;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Segoe UI",Arial,Helvetica,sans-serif;
}

#loggit {
	/*width:485px;*/
	margin: 0px auto;
	padding: 58px 0 0 0; /*76px 0 76px;*/
	overflow: auto;
}

@media (min-width: 320px) and (max-width: 640px) {
	#loggit {
		width:auto;
		padding:0;
	}
}

a.link {color:#b90004;}
a.link:hover {color:#0107eb;}


.notification {display:block;padding:20px 20px 20px 45px;border-style:solid;border-width:3px 1px 1px;margin-bottom:20px;background-repeat:no-repeat;background-position:20px 20px;}
.n-success {background-color:#a3e6bd;border-color:#68d59b;background-image: url(../images/notification-tick.gif);}
.n-information {background-color:#9fddea;border-color:#72A6D6;background-image: url(../images/notification-information.gif);}
.n-attention {background-color:#f9e497;border-color:#ffcb4f;background-image:url(../images/notification-exclamation.gif);}
.n-error {background-color: #ffc6ca;border-color: #ff0000;background-image: url(../images/notification-slash.gif);}



/* --- COOKIES -- */
div#cookies-message {
	font-family: Arial;
	font-size: 12px;
	padding:5px;
	width: 100%;
	background: #303030;
	z-index: 1;
	position: fixed;
	bottom: 0px;
	left: 0px;
	border: 2px solid #fff;
}

div#cookies-message div.inside {
	margin: 0 auto;
	width: 1000px;
	position: relative;
}

div#cookies-message .inside p {
	margin: 0;
	padding: 0 0 0 0px;
	width: auto;
	line-height: 12px;
	float: left;
	font-size: 10px;
	color: #fff;
	font-weight: 400;
}
div#cookies-message h4 {
	margin: 0;
	padding: 10px 0 10px 0px;
	float: left;
	font: 400 18px/18px 'Dosis';
	text-transform: uppercase;
	color: #fff;
}
	
a#accept-cookies-checkbox {
	position: absolute;
	top: 0px;
	right: 20px;
	padding: 10px 30px;
	font-size: 12px;

	background-color: #2777B8;
	color: #FFF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-decoration: none;
	cursor: pointer;
	text-align:center;
}
