html, body {
	height: auto;
}
.full-width-container.full-screen-slider{
	z-index: -9100;
	padding:0;
}
.tf_bg{
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	z-index: -9000;
}
.tf_bg img{
	position:absolute;
	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: -9000;
	display:none;
	max-width: none;
	min-width: 100%;
	left: 0px !important;
}

.tf_content{
	position:absolute;
	top:60%;
	left:70px;
	z-index:10;
	display:none;
	
}
.tf_content h1{
	font-size:40px;
	padding:0px 20px;
	margin:0;
	background-image: none !important;
	margin-bottom: 20px;
	text-transform: uppercase;
	display: inline-block;
}
.tf_content h4{
	color:#fff;
	margin:0;
	background:#080808;
	padding:8px 20px;
	font-size:20px;
	line-height:30px;
	color: #888;
}
.carousel_bar_area {
	position: fixed;
	z-index: 10000;
}
.tf_thumbs{
	position:absolute;	
	z-index:12;
	right:50px;
	top:50%;
	margin-top:-79px;
	border:4px solid #fff;
	-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;
	z-index:999;
	opacity:0.7;
}
#tf_next,#tf_prev {
	position: absolute;
	top: 50%;
	margin-top:-25px;
}
#tf_next {
	right: 10px;
}
#tf_prev {
	left: 10px;
}

.description{
	position:fixed;
	top:5px;
	right:5px;
	text-shadow:1px 1px 1px #000;
	z-index:999;
}
.reference a, .description span{
	color:#fff;
	text-transform: uppercase;
	margin-left:20px;
	text-decoration:none;
	font-family:Arial;
	font-size:10px;
}
.copyright {
	display: block;
}
a.last{
	float:left;
	line-height:23px;
}
.reference a:hover{
	text-shadow:0px 0px 1px #fff;
}
footer {
	bottom: 0px;
	position: absolute;
	width: 100%;
}
@media only screen and (max-width: 767px) {

	.tf_content h1{
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 0;
	}

	.tf_content h4{
		display: none;
	}
	.tf_bg img {
		min-width: 100%;
		width: 100%;
		width: 100% !important;
		height: auto !important;
	}
}