
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

html, body{
	margin: 0;
	padding: 0;
}
body{
	background:#fff;
}
.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_content{
	position:absolute;
	bottom:20px;
	left:20px;
	z-index:10;
	display:none;
}
.tf_content h2{
	color:#fff;
	font-size:16px;
	padding:0;
	margin-bottom:5px;
	font-family: 'Lato', Arial, sans-serif;
	font-weight:lighter;
	text-shadow: 1px 1px #000;

}
.tf_content p{
	color:#000;
	padding:0;
	margin:0;
	background:#fff;
	padding:15px;
	max-width:500px;
	font-family: 'PT Sans Narrow', arial, serif;
	font-size:12px;
	line-height:18px;
	text-transform:uppercase;
}

.tail{
	padding:0;
	margin:0;
	width:520px;
	height:25px;
}

.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;		
	border:none;
}
.tf_next,
.tf_prev{
	width:35px;
	height:14px;
	position:absolute;
	bottom:45px;
	right:20px;
	z-index:100;
	cursor:pointer;
	background:transparent url(../images/nav.png) no-repeat top left;
	opacity:0.5;
}
.tf_next{
	background-position:0px -14px;
	margin-bottom:-25px;
}
.tf_prev{
	background-position:0px 0px;
	margin-top:-25px;
}
.tf_next:hover,
.tf_prev:hover{
	opacity:1;
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
{

.tf_next,
.tf_prev{
	width:88px;
	height:35px;
	position:absolute;
	bottom:45px;
	right:20px;
	z-index:100;
	cursor:pointer;
	background:transparent url(../images/nav_s.png) no-repeat top left;
	opacity:0.5;
}
.tf_next{
	background-position:0px -14px;
	margin-bottom:-25px;
}
.tf_prev{
	background-position:0px 0px;
	margin-top:-25px;
}
.tf_next:hover,
.tf_prev:hover{
	opacity:1;
}

}


/* To Navigation Style */
.top{
	width: 100%;
	text-transform: uppercase;
	z-index:999;
}

#logo{
position:fixed;
margin:10px 0px 0px 15px;
left:0px;
top:0px;
width:245px;
height:50px;
z-index:999;
opacity:1;background: url(../img/logo.png) no-repeat;
}

#logo:hover{
position:fixed;
display:block;
margin:10px 0px 0px 15px;
left:0px;
top:0px;
width:245px;
height:50px;
background:url(../img/logo_w.png);
}

#but{
position:fixed;
display:block;
margin:10px 10px 0px 0px;
right:-5px;
top:15px;
width:80px;
height:20px;
z-index:999;
line-height:16px;
display:inline;
font-family: 'Lato', Arial, sans-serif;
}

#but2{
position:fixed;
display:block;
margin:10px 10px 0px 0px;
right:100px;
top:15px;
width:80px;
height:20px;
z-index:999;
line-height:16px;
display:inline;
font-family: 'Lato', Arial, sans-serif;
}

a, button {
	outline: none;
}
a {
	color: #000;
	text-decoration: none;
	opacity:1;
	font-weight:regular;
}

a:hover, a:focus {
	color: #fff;
	opacity:1;
}.show_hide{color:#fff;opacity:0.7;}
