
html, body {
	margin: 0;
	padding: 0;
}
body {
	background: #000;
	overflow-y: hidden;
}
.tf_bg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
}
.tf_bg img {
	position: absolute;
	top: 0px; /*-482px;	 -(imgh/2 - wh/2) */
	left: 0px;	/* calculate a negative value to center horizontally */
	width: 100%;	/* windowwidth plus negative value of left */
	/*height:1650px; /* windowheight plus negative value of top */
	z-index: 1;
	display: none;
}
.tf_pattern {
	position: absolute;
	width: 100%;
	height: 100%;
	background: transparent url(../images/pattern.png) repeat top left;
	z-index: 2;
}
.tf_content {
	position: absolute;
	bottom: 32px;
	left: 0px;
	z-index: 10;
	display: none;
}
/*.tf_content h2 {
	color: #FFF;
	font-size: 40px;
	padding: 0;
	margin: 0;
	font-family: 'Roboto', arial, serif;
	font-weight: 300;

}*/
.tf_content p {
	color: #000;
	padding: 0;
	margin: 0;
	/*	background: transparent url(../images/bg_content.png) repeat top left;*/
	padding: 10px;
	font-family: 'Roboto', arial, serif;
	font-size: 21px;
	line-height: 20px;
	text-transform: none;
	/*text-shadow:2px 2px 1px #FFF;
	-moz-box-shadow:1px 1px 18px #CCCCCC;
	-webkit-box-shadow:1px 1px 18px #CCCCCC;
	box-shadow:1px 1px 18px #CCCCCC;
	border:4px solid #00000;*/
	opacity: 0.9;
}
.tf_content p a:link {
	text-decoration: none;
	color: #00A7E3;
	font-size: 13px;
}
.tf_content p a:visited {
	text-decoration: none;
	color: #00A7E3;
}
.tf_content p a:hover {
	text-decoration: none;
	color: #00A7E3;
}
.tf_content p a:active {
	text-decoration: none;
	color: #00A7E3;
}
.article {
	width: 43%;
}
.article p {
	color: #000;
	padding: 0;
	margin: 0;
	padding: 10px;
	/*	width: 100%;*/
	font-family: 'Roboto', arial, serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	text-transform: none;
	/*	text-shadow:2px 2px 1px #FFF;
	-moz-box-shadow:1px 1px 18px #CCCCCC;
	-webkit-box-shadow:1px 1px 18px #CCCCCC;
	box-shadow:1px 1px 18px #CCCCCC;
	border:4px solid #00000;*/
	opacity: 0.9;
	background-color: rgba(255,255,255,0.82);
}
.article .copy {
	font-style: italic;
	font-size: 13px;
	line-height: 5px
}
.article h1 {
	color: #FFF;
	font-size: 40px;
	padding: 0;
	margin: 0;
	font-family: 'Roboto', arial, serif;
	font-weight: 500;
	text-shadow: 1px 1px 2px #000;
}
.article h2 {
	line-height: 1;
	color: #FFF;
	font-size: 27px;
	padding: 10px;
	margin: 0;
	font-family: 'Roboto', arial, serif;
	font-weight: 300;
	background-color: rgba(0,0,0,0.75);
}
.tf_thumbs {
	position: absolute;
	z-index: 12;
	right: 50px;
	bottom: 6%;
	margin-top: -79px;
	border: 4px solid #00000;
	-moz-box-shadow: 1px 1px 5px #202020;
	-webkit-box-shadow: 1px 1px 5px #202020;
	box-shadow: 1px 1px 5px #202020;
	-webkit-box-reflect: below 5px -webkit-gradient( linear, left top, left bottom, from(transparent), color-stop(0.6, transparent), to(rgb(18, 18, 18)) );
}
.tf_thumbs img {
	display: block;
}
.tf_loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -30px 0px 0px -30px;
	width: 60px;
	height: 60px;
	background: #fff url(../images/loader.gif) no-repeat center center;
	z-index: 999;
	opacity: 0.7;
}
.tf_next, .tf_prev {
	width: 100px;
	height: 100px;
	position: absolute;
	/*	top:79%;
*/	right: 45%;
	z-index: 100;
	cursor: pointer;
	opacity: 0.8;
}
.tf_next {
	background-position: left top;
	/*	margin-top:75px;
*/

	bottom: 0;
	background-color: transparent;
	background-image: url(../images/fle_ne.png);
	background-repeat: no-repeat;
}
.tf_prev {
	background-position: 0px 0px;
	/*	margin-top:-55px;*/
	top: 0%;
	background: transparent url(../images/fle.png) no-repeat top left;
}
.tf_next:hover, .tf_prev:hover {
	opacity: 1;
}
.tf_zoom, .tf_fullscreen {
	width: 250px;
	height: 180px;
	position: absolute;
	top: 6px;
	right: 6px;
	cursor: pointer;
	z-index: 100;
	opacity: 0;/*	background:transparent url(../images/icons.png) no-repeat top left;*/
}
.tf_zoom {
	background-position: 0px -20px;
}
.tf_fullscreen {
	background-position: 0px 0px;
}
.tf_zoom:hover, .tf_fullscreen:hover {
	opacity: 0.9;
}
.reference {
	position: fixed;
	bottom: 0px;
	right: 0px;
	background: #000;
	height: 23px;
	text-align: right;
	width: 100%;
	text-shadow: 1px 1px 1px #000;
	z-index: 999;
	opacity: 0.8;
}
.description {
	position: fixed;
	top: 5px;
	right: 5px;
	/*text-shadow:1px 1px 1px #000;*/
	z-index: 999;
	text-align: left;
}
.reference a, .description span {
	color: rgba(255,255,255,1);
	margin-left: 20px;
	text-decoration: none;
	font-family: 'Roboto', Arial;
	font-size: 13px;
	vertical-align: middle;
	display: block;
	line-height: 21px;
	background-color: rgba(0,0,0,0.6);
	padding: 5px;
}
.logo {
	margin-right: 5px;
	margin-bottom: 5px;
	bottom: 10px;
	right: 10px;
	overflow: visible;
	position: fixed;
	z-index: 999;
}
a.last {
	float: left;
	line-height: 23px;
}
.reference a:hover {
	text-shadow: 0px 0px 1px #fff;
}
.titre {
	background-color: #000;
	color: #FFFFFF;
	font-family: 'Roboto', arial, serif;
	font-weight: 700;
	font-size: 36px;
	left: 5px;
	line-height: 1.1;
	margin-top: 10px;
	margin-left: -4px;
	/*opacity: 0.8;*/
	padding: 10px 20px;
	position: inherit;
	text-align: left;
	/*  text-shadow: 2px 2px 6px #000000;*/
	text-transform: uppercase;
	top: 5px;
	width: auto;
}
.titre span {
	background-color: #000;
	color: #FFFFFF;
	font-family: 'Roboto', arial, serif;
	font-weight: 300;
	font-size: 35px;
	left: 5px;
	line-height: 0.9;
	margin-top: 10px;
	margin-left: -4px;
	/*opacity: 0.8;*/
	padding: 10px 20px;
	position: inherit;
	text-align: left;
	/*  text-shadow: 2px 2px 6px #000000;*/
	text-transform: uppercase;
	top: 5px;
	width: auto;
}
 @media (max-width: 1400px) {
.titre {
	font-size: 28px;
}
}
 @media (max-width: 1400px) {
.titre {
	font-size: 25px;
	font-family: 'Roboto', arial, serif;
	font-weight: 500;
}
}
 @media screen and (max-width : 1280px) {
.article h2 {
	font-size: 19px;
}
.article p {
	font-size: 14px;
	line-height: 20px;
}
}
 @media (max-width: 1024px) {
.titre {
	font-size: 18px;
	font-family: 'Roboto', arial, serif;
	font-weight: 500;
}
.article p {
	font-size: 13px;
	line-height: 18px;
	padding: 5px;
}
.article h2 {
	padding: 5px;
	font-size: 17px;
}
.article {
	width: 45%;
}
}
