.full-width-container.full-screen-slider{
	z-index: -2;
	padding:0;
}
.tf_bg{
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	z-index: -1;
}
.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;
	max-width: none;
-webkit-transform-origin: 50% 50%;
-webkit-transition: 0s ease;
-webkit-transform: scale(1);
-webkit-perspective: 0;
}
.tf_pattern{
	position:absolute;
	width:100%;
	height:100%;
	/*background:transparent url(../images/pattern.png) repeat top left;*/
	z-index:2;
}
.tf_content_wrapper{
		transition:all 1s;
-moz-transition: all 1s; /* Firefox 4 */
-webkit-transition: all 1s; /* Safari and Chrome */
-o-transition: all 1s; /* Opera */
 display: none;
}
.tf_content{
	position:absolute;
	top:60%;
	right:50px;
	z-index:10;
	display:none;
	-webkit-transform: translateZ(0);
}
.tf_content h2{
	font-size:30px;
	padding:10px 20px;
	margin:0;
	font-family: 'Abel', arial, serif;
	background-image: none !important;
}
.tf_content p{
	color:#fff;
	margin:0;
	background:rgba(249,249,249,0.9);
	padding:10px 20px;
	width:440px;
	font-family: 'Abel', arial, serif;
	font-size:16px;
	line-height:22px;
	
	color: #888;
	margin-left: 40px;

}
.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:-23px 0px 0px -43px;
	width:86px;
	height:46px;
	background: url(../img/preloader2.gif) no-repeat center center;
	z-index:999;
}
.tf_next,
.tf_prev{
	width:35px;
	
	position:absolute;
	top:50%;
	z-index:100;
	cursor:pointer;
	font-family: 'beat_iconsregular'; 
	font-size: 25px;
	opacity:0.5;
	margin-top: -28px;
}
.tf_next{
	right: 0;
	padding: 20px 0px 20px 10px;
}
.tf_prev{
	left: 0;
	padding: 20px 0px 20px 10px;
}

.tf_next:hover,
.tf_prev:hover{
	opacity:1;
}
.tf_zoom,
.tf_fullscreen{
	width:20px;
	height:20px;
	position:absolute;
	top:6px;
	right:6px;
	cursor:pointer;
	z-index:100;
	opacity:0.6;
	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;
}
.reference a, .description span{
	color:#fff;
	text-transform: uppercase;
	margin-left:20px;
	text-decoration:none;
	font-family:Arial;
	font-size:10px;
}
a.last{
	float:left;
	line-height:23px;
}
.reference a:hover{
	text-shadow:0px 0px 1px #fff;
}
#hide_menus{
	position: absolute;
	width:30px;
	height:30px;
	background: #c25165;
	top:40%;
	z-index: 99999999;
}
@media only screen and (max-width: 767px) {

	.tf_bg{
		position: static;
	}
	.tf_content{
		position: static;
	}
	.tf_content h2{
		font-size: 20px;
		text-align: center;

	}
	.tf_content p{
		font-size: 12px;
		padding: 2%;
		width: 96%;
		border: 0;
		margin: 0;
	}
	.full-screen-slider.container{
		padding-top:0 !important;
	}
	
}
