@import url(http://fonts.googleapis.com/css?family=ABeeZee);
html, body{
	margin: 0;
	padding: 0;
}
body{
	background:#000;
}

.body {

 background: url(../images/1.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.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:200px;
	left: 0px;
	z-index:10;
	display:none;
}
.tf_content h2{
	color:#fff;
	font-size:80px;
	padding:0;
	margin:0;

	text-shadow:1px 1px 2px #000;
}
.tf_content p{
	color:#ffd77f;
	padding:0;
	margin:0;
	width:400px;
	padding:20px;
	font-size:16px;
	line-height:23px;
	text-transform:capitalize;
	text-shadow:2px 2px 1px #000;
	-moz-box-shadow:1px 1px 5px #202020;
	-webkit-box-shadow:1px 1px 5px #202020;
	border:0px solid #fff;
	background-color:rgba(0, 0, 0, 0.6);
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
}
.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;
	background:#fff url(../images/loader.gif) no-repeat center center;
	z-index:999;
	opacity:0.7;
}
.tf_next,
.tf_prev{
	width:35px;
	height:14px;
	position:absolute;
	top:50%;
	right:320px;
	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-top:80px;
}
.tf_prev{
	background-position:0px 0px;
	margin-top:-55px;
}
.tf_next:hover,
.tf_prev:hover{
	opacity:0.9;
}
.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:13%;
	text-align:right;
	width:100%;
	text-shadow:1px 1px 1px #000;
	z-index:999;
	/*opacity:0.7;*/
}
.description{
	position:fixed;
	top:5px;
	right:5px;
	text-shadow:1px 1px 1px #000;
	z-index:999;
}
.reference a, .description span{
	color:#fff;
	text-transform:capitalize;
	text-decoration:none;
	font-size:17px;
    font-family: 'Roboto', sans-serif;
	padding-left:20px;
}
a.last{
	float:left;
	line-height:23px;
}
.reference a:hover{
	text-shadow:0px 0px 1px #fff;
}



/*menu css*/
/* basic menu styles */
ul {
  text-align: left;
  display: inline;
  margin: 0;
 
  list-style: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
ul li {

  display: inline-block;

  position: relative; padding-left:0px; padding-right:0px; padding-top:5px; padding-bottom:5px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; padding-left:0px; padding-top:5px;
}


ul li:hover {
 
  color: #fff;
}
ul li ul {
  padding: 0;
  position: absolute;
  bottom: 0px; padding-bottom:57px;
  left: 0;
  width: 250px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s; 
}
ul li ul li { 
  background: #000; 
  display: block; 
  color: #fff;
  /*text-shadow: 0 -1px 0 #000;*/
}
ul li ul li:hover { background: #666; }
ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}


@media (max-width: 480px) {
  
  .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))
		); display:none;
}
   
   .tf_content h2{
	color:#fff;
	font-size:80px;
	padding:0;
	margin:0;

	text-shadow:1px 1px 2px #000; display:none;
	
} 

.tf_content{
	position:absolute;
	bottom:200px;
	left: 0px;
	z-index:10;
	display:none;
}

.tf_content p{
	color:#ffd77f;
	padding:0;
	margin:0;
	width:600px;
	padding:20px;
	font-size:16px;
	line-height:23px;
	text-transform:capitalize;
	text-shadow:2px 2px 1px #000;
	-moz-box-shadow:1px 1px 5px #202020;
	-webkit-box-shadow:1px 1px 5px #202020;
	border:0px solid #fff;
	background-color:rgba(0, 0, 0, 0.6);
	font-family: 'Roboto', sans-serif;
	font-weight: normal; display:none;
}
.tf_next,
.tf_prev{
	width:35px;
	height:14px;
	position:absolute;
	top:50%;
	right:320px;
	z-index:100;
	cursor:pointer;
	background:transparent url(../images/nav.png) no-repeat top left;
	opacity:0.5; 
}

.reference a, .description span{
	color:#fff;
	text-transform:capitalize;
	text-decoration:none;
	font-size:13px;
	font-family: 'Roboto', sans-serif;
	padding-left:10px;

}
}
