/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

body
{
	color : #0f0f11;
	background : url(../_img/background_site.jpg) repeat-x top left #040405;
	font: normal normal 12px/12px Arial,Verdana,Sans-Serif;
}

/*----------- COOKIES   -----------*/
.container {
    margin: 0 auto;
    position: relative;
    width: 905px;
}

.clear			 { clear:both; height:0;	line-height:0; font-size:0; }

.clearfix:after	{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix 		{ display: inline-block; }
* html .clearfix	{ height: 1%; }
.clearfix 		{ display: block; }

/*----------- COOKIES   -----------*/

#banner_cookies {
	background-color: #aaa4a4;
	color: #e8e6e6;
	padding: 15px 0;
}
#banner_cookies .container {
	padding:0 25px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#banner_cookies .col_577 {
	width: 577px;
	float:left;
}
#banner_cookies .col_278 {
	width: 278px;
	float: left;
}
#banner_cookies .title {
	color: white;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-weight: bold;
}
#banner_cookies p {
	display:table;
	line-height: 15px;
	font-size: 0.917em;
}
#banner_cookies .btn {
	background-color: white;
	color: black;
	width: 100px;
	text-align: center;
	display: inline-block;	
	float: left;
	line-height: 26px;
	font-size: 0.917em;
	text-transform: uppercase;
	margin:3px 12px 0 0;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}
#banner_cookies .btn:hover {
	background-color: black;
	color: white;
}
#banner_cookies p a {
	color: white;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}
#banner_cookies p a:hover {
	color: black;
}

.mobile .col_577,
.mobile .col_278,
.mobile .container {
	width: auto !important;
}
.mobile .col_577 {
	margin-bottom: 20px !important;
}