@charset "utf-8";

/* ============================== 
	- Template Name: Melao Theme
	- Autor: Iwthemes
	- Email: support@iwthemes.com
	- Name File: style.css
	- Version 1.0
	- Website: http://www.iwthemes.com 
	- Copyright: (C) 2015
=================================

-------------------------
	Stylesheet Guide
-------------------------

01. Import styles
	-  bootstrap.css 
	-  Lightbox
	-  ScrollBar
	-  Icons
	-  Hover Works
	-  Carrousel
	-  Style Switcher
	-  Transitions
	-  Animations
	-  Flickr
	
0.2.  Basic Elements

0.3.  GENERAL STRUCTURE
    -  Preloader
    -  Header Title Main
	-  Menu Principal
	-  Testominials
	-  Twitter Api
	-  Home
	-  Menu Food
	-  About
	-  Events
	-  Gallery
	-  Counter
	-  Newsletter
	-  Menu Daily
	-  Reservation - Contact
	-  Map
	-  toTop
*/

/* ---------------------------------------------------------------------- */
/*	Import styles
/* ---------------------------------------------------------------------- */

/* bootstrap.css  - include resetes ( Media querys, grid-responsive,layout).*/
@import url("bootstrap/bootstrap.css");
@import url("bootstrap/bootstrap-theme.css");
/*jquery.fancybox.css  - Lightbox*/
@import url("../js/fancybox/jquery.fancybox.css");
/*scroll*/
@import url("scroll/jquery.mCustomScrollbar.css");
/*Icons*/
@import url("icons/font-awesome.css");
/*Carousel*/
@import url("carousel/carousel.css");
/*Style Switcher*/
@import url("skins/theme-options.css");
/*Transitions*/
@import url("transitions.css");
/*Animations*/
@import url("animations/animate.css");
/*Flickr*/
@import url("flickr/flickr.css");
/*Google Fonts*/
@import url(https://fonts.googleapis.com/css?family=Raleway:500,400,300);
@import url(https://fonts.googleapis.com/css?family=Herr+Von+Muellerhoff);
@import url(https://fonts.googleapis.com/css?family=Rajdhani:700);
@import url(https://fonts.googleapis.com/css?family=Great+Vibes);


/* Basic Styles --------------------------------------------------------*/
html{
  font-size: 62.5%;
}
body{
	font-family: 'Raleway', sans-serif;
	font-size: 1.7rem;
	letter-spacing: 0.01rem;
	color: #565656;
	background-color: #fff;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

p{
	font-weight: lighter;
}
a:hover{
	text-decoration: none;
}
img{
	max-width: 100%;
}
.left{
	text-align: left;
}
.right{
	text-align: right;
}
.center{
	text-align: center;
}
.top{
	margin-top: 5rem;
}
.paddings{
	padding: 12rem 0;
}
iframe{
	border: none;
}
.text-overflow{
	overflow: hidden !important;
}
h1, h2, h3, h4, h5{
	font-weight: normal;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 2px;
	color: #333333;
}
.opacity-bg{
	bottom: 0px;
	left: 0;
	width: 100%;
	position: relative;
	height: auto;
	z-index: 2;
}
.social,
.nav,
.gallery,
.testimonials ul,
.thumbs,
.working-hours,
.tweet_list,
.team-gallery{
	padding: 0;
}
.social li,
.gallery li,
.testimonials ul li,
.gallery-events li,
.working-hours li,
.twitter ul li,
.tweet_list li,
.team-gallery li{
	list-style: none;
}
.btn{
	width: auto;
	border-radius: 0;
	border: none;
}
.text-decoration{
	text-decoration: line-through;
}
.text-decoration:hover{
	text-decoration: line-through;
}
.opacity-bg{
	background-color: rgba(0, 0, 0, 0.5);
}
iframe{
	border: 0;
	width: 100%;
}

/* Header Title Main --------------------------------------------------------*/
.header-text{
	font-size: 9rem;
	line-height: 10rem;
	font-weight: lighter;
	letter-spacing: 3px;
}
.header-text p{
	line-height: 33px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.2rem;
	font-size: 1.5rem;
	color: #333333;  
	width: 60%;
	margin: 0 auto;
	line-height: 2.5rem;
}
.header-title{
	position: relative;
	z-index: 2;
	display: inline-block;
	font-family: 'Great Vibes', cursive;
	text-transform: none;
	letter-spacing: -0.01rem;
	font-weight: lighter;
}
.header-title:before,
.header-title:after{
	border-top: 1px solid;
	content: "";
	display: block;
	height: 0.1rem;
	left: -17.6rem;
	position: absolute;
	top: 5.2rem;
	width: 12.1rem;
	z-index: 0;
}
.header-title:after{
	left: auto;
	right: -176px;
}
.header-title i{
	font-size: 1.5rem;
	right: -9.2rem;
	position: absolute;
	top: 4.4rem;
	width: 10rem;
	z-index: 0;
}
.header-title i:first-child{
	left: -9.2rem;
}

/* Preloader --------------------------------------------------------*/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}
.status {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../img/preloader.gif);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
            background-size: cover;
    margin: -20px 0 0 -20px;
}

/* Menu ----------------------------------------------------------*/
.navbar {
	padding: 3px 0;
 	background: #111111;
 	opacity: 0.7;
}
.navbar .navbar-header img {
  -webkit-backface-visibility: hidden;
 	width: 40px;
	margin-top: 8px;
}
.navbar .main-navigation .current a {
  position: relative;
  outline: none;
}
.navbar .main-navigation li a {
  	line-height: 2.4rem;
  	font-weight: bolder;
  	text-transform: uppercase;
  	color: #fff;
	font-size: 1.4rem;
	letter-spacing: 0.5px;
}
.navbar-brand{
	padding: 0;
}
.nav.navbar-nav{
	padding-top: 4px;
}
nav{
	padding: 20px 0 0px 0;
	width: 100%;
	z-index: 99;
	background-color: #171717;
}
.social li i{
	font-size: 1.7rem;
  	color: #fff;
  	line-height: 2.7rem;
}
.social li{
	display: inline-block;
	margin-right: 10px;
}
.social li:last-child{
	margin-right: 0;
}
.titles-main{
	padding: 50px 0;
}
.titles-main p{
	font-size: 20px;
	line-height: 30px;
}
header .only-logo .navbar {
    background: none;
    padding: 60px;
}
header .only-logo .navbar .navbar-header {
    float: none;
}
.header{
	border-bottom: 1px solid #212020;
	padding: 7px 0 0 0;
}
.header p{
	color: #fff;
	font-weight: 500;
	font-size: 1.5rem;
  	line-height: 2.5rem;
}
.navbar-header h1{
	font-family: 'Rajdhani', sans-serif;
	font-size: 3.5rem;
	margin: 6px 0 0 0;
	letter-spacing: 1px;
	line-height: 4.5rem;
}

/* Testimonials -----------------------------------------------------*/
.testimonials ul li img{
	width: 12rem !important;
  	display: inline !important;
}
/* Twitter Api ------------------------------------------------------*/
.twitter ul li .tweet_text, .twitter ul li .tweet_time {
	line-height: 2.8rem;
	font-weight: 200;
}

/* Home ----------------------------------------------------------*/
.home{
	background: url('../img/home-welcome.jpg') no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	overflow: hidden;
	color: #fff;
	z-index: 0;
}
.home.video-home{
	background: none;
}
.video-home .bg_video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
}
.home .paddings{
	background-color: transparent;
	position: relative;
	z-index: 2;
	padding: 17rem 0;
}
.title-home{
	margin: 0 auto;
	padding: 3rem 0 8rem 0; 
}
.title-home h2{
	font-size: 12rem;
	line-height: 13rem;
	z-index: 1;
}
.title-home h1{
	font-family: 'Rajdhani', sans-serif;
	text-transform: uppercase;
	font-size: 4rem;
	padding: 1rem 0;
	line-height: 5rem;
	border: 3px solid;
	width: 36rem;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	margin-top: 3rem;
}
.services-intro{
	width: 70%;
	margin: 0 auto;
	  font-weight: 500;
}
.services-intro h4{
	color: #fff;
	font-weight: bold;
	margin-bottom: 20px;
}
.services-intro p{
	letter-spacing: 0.3px;
	font-weight: 400;
	margin-bottom: 20px;
}
.services-intro a{
	font-weight: bold;
	letter-spacing: 0.5px;
}
.services-intro .twitter ul li .tweet_text, .services-intro .twitter ul li .tweet_time{
	font-size: 15px;
	letter-spacing: 0.3px;
	font-weight: 400;
}
.services-intro .twitter ul li .tweet_text a,
 .services-intro .twitter ul li .tweet_time a{
 	font-weight: 500;
 }


/* Menu ----------------------------------------------------------*/
.main-menu{
	position: relative;
	background-color: #fff;
}
.pattern-top{
	background: url('../img/pattern-top.png') repeat-x;
	width: 100%;
	height: 23px;
	position: absolute;
	top: -22px;
	left: 0;
	z-index: 2;
}
.pattern-bottom{
	background: url('../img/pattern-top.png') repeat-x;
	position: absolute;
	bottom: -16px;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 23px;
}
.header-text.paddings{
	padding-bottom: 200px;
}
.menu{
	position: relative;
}
.bg-content-menu{
	background: url('../img/menu/menu-bg.jpg');
	background-attachment: fixed;
	position: absolute;
	height: 950px;
	width: 100%;
	left: 0;
	top: 0;
}
.content-menu{
	position: relative;
	left: 0;
	top: -150px;
	background-color: #fff;
}
.content-menu a{
	display: block;
}
.menu figure{
	float: left;
	position: relative;
	width: 54%;
	box-shadow: 9px 8px 16px 0px rgba(50, 50, 50, 0.5);
	-webkit-box-shadow: 9px 8px 16px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 9px 8px 16px 0px rgba(50, 50, 50, 0.5);
	-webkit-perspective: 1000px;
	perspective: 1000px;
}
.menu figcaption{
	background-color: #fbfbfb;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	padding: 15% 25px 25px 25px;
	border: 1px solid #f6f6f6;
}
.menu figcaption:after{
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	border-right: 24px solid #fbfbfb;
	content: "";
	display: block;
	left: -24px;
	position: absolute;
	top: 65px;
}
.menu figure img{
	width: 100%;
	-webkit-transition: opacity 0.35s, -webkit-transform 2.35s;
	transition: opacity 0.35s, transform 2.35s;
	transform: translate3d(0,0,300px);
}
.menu figure:hover img {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.menu figcaption i{
	font-size: 7rem;
	line-height: 5rem;
}
.menu figcaption h3,
.menu figcaption h4{
	text-transform: uppercase;
	letter-spacing: -0.5px;
	margin: 0;
}
.menu figcaption h2 {
	font-size: 2.5em;
	margin: 15px 0 10px 0;
	letter-spacing: -2px;
}
.menu figcaption h2 span {
	font-size: 0.44em;
	line-height: 32px;
	vertical-align: super;
	margin: 0 5px;
	letter-spacing: -1px;
}
.menu figcaption p span{
	font-style: italic;
	font-weight: normal;
}
.menu figcaption p{
	font-size: 1.6rem;
	line-height: 2.6rem;
	color: #333;
}
.menu .ranting-star i,
.menu .content-menu figure.small-image figcaption .ranting-star i{
	font-size: 1em;
	color: #fdb822 !important;
}
.menu .ranting-star .empty,
.menu .content-menu figure.small-image figcaption .ranting-star .empty{
	color: #d4d4d4 !important;
}
/*Responsive version*/
.menu-responsive{
	display: none;
}
.menu-responsive-list{
	margin-top: -14rem;
}

/* Small image ---------------------------------------------------*/
.menu .content-menu figure.small-image{
	width: 46%;
}
.menu .content-menu figure .top{
	margin-top: 1rem;
}
.menu .content-menu figure.small-image figcaption{
	padding: 30px 15px 25px 15px;
}
.menu .content-menu .small-image h2,
.menu .content-menu figure.small-image figcaption i{
	font-size: 2em;
	line-height: 50px;
	margin: 0;
}
.menu .content-menu figure.small-image .top-mini{
	margin-top: 15px;
}
.menu .content-menu figure.small-image p{
	margin-bottom: 0;
	font-size: 0.95em;
	line-height: 25px;
}
.menu .content-menu figure.left-image figcaption{
	left: 0;
}
.menu .content-menu figure.small-image.left-image figcaption:after,
.menu .content-menu figure.left-image figcaption:after{
	right: -24px;
	left: auto;
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 24px solid #fbfbfb;
	border-right: none;

}

/* About Chef -----------------------------------------------------*/
.master-chef.paddings{
	padding: 0; 
}
.master-chef .image-chef{
	margin-top: -5.5rem;
}
.text-about{
	width: 95%;
}
.text-about h3{
	font-weight: normal;
}

/* Events --------------------------------------------------------*/
.events{
	background: url('../img/events/events-bg.jpg');
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
}
.events .paddings{
	background-color: transparent;
}
.events figure{
	position: relative;
	background-color: #fff;
	z-index: 1;
}
.events figcaption{
	position: relative;
	padding: 70px;
	z-index: 1;
}
.events .img-event-bg{
	position: absolute;
	background: url('../img/events/events-mini-bg.jpg') no-repeat;
	right: 0;
	bottom: 0px;
	width: 250px;
	height: 204px;
	z-index: 0;
	background-color: #fff;
}
.events h2,
.events h2 a{
	margin-top: 0;
	color: #333;
	margin-bottom: 20px;
	letter-spacing: 1px;
}
.events figcaption p{
	font-size: 1.06em;
	line-height: 27px;
	z-index: 2;
	position: relative;
}
blockquote{
   font-size: 1.5rem;
	color: #565656;
	font-style: italic;
	margin: 25px 0;
	font-weight: 300;
	z-index: 2;
	position: relative;
}
.gallery-events{
	padding: 30px;
}
.gallery-events li{
	margin-right: 15px;
	max-width: 100px;
	height: 100px;
}
.gallery-events li img{
	border-radius: 50%;
	width: 100%;
	height: 100%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/*  Gallery ------------------------------------------------------------*/
.gallery .overlay-gallery{
	position: absolute;
	background: rgba(33, 30, 40, 0.6);
	width: 100%;
	height: 100%;
}
.gallery li:hover .overlay-gallery{
	background: rgba(33, 30, 40, 0.5);
}
.gallery li img{
	width: 100%;
	-webkit-transition: opacity 0.35s, -webkit-transform 2.35s;
	transition: opacity 0.35s, transform 2.35s;
	transform: translate3d(0,0,300px);
}
.gallery li:hover img {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.gallery .title-home{
	position: absolute;
	bottom: 0;
	padding: 0 3rem 1rem 4rem;
}
.gallery .title-home h4{
	color: #fff;
	font-weight: bold;
	margin-bottom: 20px;
	letter-spacing: 0;
	margin-bottom: 1rem;
}
.gallery .title-home p{
	font-size: 1.6rem;
	line-height: 2.5rem;
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.02rem;
}
.gallery {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.gallery li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
	overflow: auto;
	-webkit-perspective: 1000px;
	perspective: 1000px;
}
.gallery li:first-child {
	position: relative;
	display: block;
	float: left;
}
.gallery img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}
.gallery .ranting-star i{
	color: #fdb822;
}
.gallery .buttons-gallery{
	position: absolute;
	top: -9rem;
	right: 0;
	padding: 4rem 4rem 0rem 0em;
	opacity: 0.8;
	width: 100%;
}
.gallery .buttons-gallery a{
	background-color: #fff;
	color: #b00000;
	padding: 1.2rem 1.5rem;
	font-size: 1.8rem;
}
.gallery li:hover .buttons-gallery{
	top: 0;
}
.gallery li .title-home blockquote{
	border-left: 5px solid rgba(238,238,238,0.7);
}

/*  Counter ------------------------------------------------------------*/
.counter span{
	display: inline-block;
	font-size: 1.2em;
	text-align: center;
}
.counter span small{
	font-weight: normal;
	width: 100px;
	margin-right: 12px;
}

/* Newsletter --------------------------------------------------------*/
.newsletter{
	margin-top: 2rem;
}
.newsletter p{
	font-size: 1em;
}
.newsletter input{
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	height: 44px;
	color: #333;
	border: 1px solid #ccc;
	width: 97% !important;
}
.newsletter .btn,
.contact-form .btn{
	border: 1px solid #fff;
	height: 44px;
	padding: 0 25px;
	width: 100%;
	font-weight: 600;
}
.newsletter .btn:hover{
	border: 1px solid #fff;
	opacity: 0.9;
}
.result-newsletter{
	margin-top: 20px;
}
#result-newsletter .alert,
.form-contact .alert,
.form-register .alert{
	padding: 10px 12px;
	margin-bottom: 0;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	font-size: 0.93em;
	line-height: 24px;
	margin-top: 17px;
}

/* Menu Day -------------------------------------------------------*/
.menu-day{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
.nav.nav-tabs.tab.navbar-right{
	float: none !important;
}
.nav.nav-tabs li a{
	line-height: 33px;
	letter-spacing: 0.031em;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 2px;
	font-size: 0.8em;
	color: #333333;
}
.tab-content{
	padding: 30px 0;
}
.menu-day-list figure img{
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	width: 80px;
	float: left;
	margin-right: 20px;
}
.menu-day-list figure span{
	float: right;
	font-size: 20px;
	font-weight: 500;
	margin-right: 20px;
}
.menu-day-list figure h5{
	letter-spacing: 0.5px;
	font-size: 1.5rem;
	border-bottom: 1px dashed #ddd;
  	padding: 0 0 1.5rem 0;
}
.menu-day-list figure figcaption p{
	letter-spacing: 0.02rem;
}

/* reservation - Contact ------------------------------------------*/
.reservation-zone{
	background: url('../img/reservation/pattern-zone.png');
	background-size: auto;
  	background-repeat: repeat;
  	background-position: left top;
  	position: relative;
}
.zone-info-reservation{
	width: 50%;
	padding: 4%;
	display: inline;
	position: relative;
	float: left;
}
.zone-info-reservation-image{
  	background-image: url("../img/reservation/reservations.jpg");
  	background-size: cover;
  	background-position: 50% 50%;
  	min-height: 783px;
  	height: 783px;
  	width: 50%;
  	display: table;
}
.zone-info-reservation .header-title{
	font-size: 8rem;
  	line-height: 9rem;
  	letter-spacing: 0.3rem;
}
.zone-info-reservation .header-text p{
	width: 80%;
}
.overlay{
	background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}
.reservation-zone form,
.result,
.result-reservations{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	margin-top: 50px;
}
.form-control,
select{
	margin-bottom: 12px;
	font-weight: lighter;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	font-size: 15px;
	line-height: 25px;
	height: 40px;
	width: 100%;
}
textarea{
	width: 100%;
	padding: 10px 20px 20px 10px;
	font-weight: lighter;
	color: #555;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	height: 100px;
	margin-bottom: 12px;
	border: 1px solid #ddd;
}
.reservation-zone form .btn,
.form-contact .btn{
	float: right;
  	width: auto;
  	height: 40px;
  	font-size: 15px;
  	font-weight: 600;
  	padding: 0 2rem;
}
.contact-form{
	margin-top: -200px;
	background-color: #fff;
	padding: 2rem 5rem 4rem 5rem;
  	border: 1px solid #ddd;
  	z-index: 3;
  	box-shadow: 3px 3px 16px -4px rgba(50, 50, 50, 0.4);
  	-webkit-box-shadow: 3px 3px 16px -4px rgba(50, 50, 50, 0.4);
  	-moz-box-shadow: 3px 3px 16px -4px rgba(50, 50, 50, 0.4);
}
.contact-form .header-title{
	font-size: 7rem;
  	line-height: 10rem;
  	margin-bottom: 1rem;
}
.contact-form .header-title:before, .contact-form .header-title:after{
	display: none;
}

.working-hours li {
	margin-bottom: 14px;
	font-size: 0.875em;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.working-hours li span{
	float: right;
}
.contact-info{
	margin-right: 3rem;
}
.contact-info i{
	width: 7rem;
	height: 7rem;
	padding: 1rem;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	line-height: 5rem;
	font-size: 3rem;
	border-style: solid;
  	border-width: 1px;
  	border-color: #000;
}
.contact-info div:hover i{
	color: #fff;
}
.contact-info div:hover i{
	border-color: #fff;
}
.copry{
	padding-bottom: 5rem;
	text-align: right;
}


/* Map -----------------------------------------------------------*/
#map{
  height: 500px;
  display: block;
  width: 100%;
}
.map{
	position: relative;
}

/* toTop ---------------------------------------------------------*/
#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	z-index: 999;
	text-indent:100%;
	background:url(../img/ui.totop.png) no-repeat left top;
}
#toTopHover {
	background:url(../img/ui.totop.png) no-repeat left -51px;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;	
}
#toTop:active, #toTop:focus {
	outline:none;
}