﻿
#socials {
	height: 100px;
	width: 250px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 140px;
	margin-left: -103px;
}

#socials iframe {
	margin-top: -6px;
}


#logobox {
	height: 200px;
	width: 410px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -80px;
	margin-left: -205px;
	overflow: hidden;
}

#shadow {
	background: url(../img/shadow.png) top left no-repeat;
	height: 12px;
	width: 400px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 500;
}

#logo {
	position: absolute;
	top: 0;
	left: 0;
	height: 200px;
	width: 410px;
	z-index: 100;
	background: url(../img/hotelostrovlogo.png) top left no-repeat;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	
	transition-delay: 0.2s;
	-moz-transition-delay: 0.2s; /* Firefox 4 */
	-webkit-transition-delay: 0.2s; /* Safari and Chrome */
	-o-transition-delay: 0.2s; /* Opera */
}


#vibrateo{
	position: absolute;
	top: 0;
	left: 0;
	height: 200px;
	width: 410px;
	
	background: url(../img/hotelostrovlogo-top.png) top left no-repeat;
}

#link {
	position: absolute;
	top: 200px;
	left: 0;
	height: 205px;
	width: 410px;
	z-index: 100;
	background: url(../img/hotelostrovwww.png) top left no-repeat;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}

#logobox:hover #logo {
	top: 200px;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#logobox:hover #link {
	top: 0px;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	
	
	transition-delay: 0.2s;
	-moz-transition-delay: 0.2s; /* Firefox 4 */
	-webkit-transition-delay: 0.2s; /* Safari and Chrome */
	-o-transition-delay: 0.2s; /* Opera */
}

#link a {
	color: #fff;
	text-decoration: none;
	width: 410px;
	height: 190px;
	line-height: 200px;
	display: block;
	padding-top: 10px;	
	text-shadow: 1px 1px #000;
}

#logo a {
	color: #fff;
	text-decoration: none;
	width: 410px;
	height: 190px;
	line-height: 200px;
	display: block;
	padding-top: 10px;	
	text-shadow: 1px 1px #000;
}

a  {
	color: #ffffff;
}

#authors {
	position: fixed;
	bottom: 30px;
	left: 30px;	
	height: 26px;
}

#pelech{
	width: 55px;
	height: 36px;
	display: block;
	float: left;
	
	font: 0/0 a;
    text-shadow: none;
    color: transparent;
	
	background: url(../img/lukaspelech.png) top left no-repeat;
}


#smworks{
	width: 69px;
	height: 36px;
	display: block;
	float: left;
	margin-left: 15px;
	
	font: 0/0 a;
    text-shadow: none;
    color: transparent;
	
	background: url(../img/smworks.png) top left no-repeat;
}