html, body {
	height:100%;
	background-color: #fff;
}

body > #wrapper {
	height: auto !important;
	min-height: 100%;
}

#wrapper {
	position: relative;

	max-width: 2000px;

	margin: 0 auto;

	overflow:auto;

	opacity: 0;

	overflow: n
}

.langEN {
	display: none;
}

.langFI {
	display: block;
}

#splash {
	overflow: hidden;
	position: relative;

	width: 1600px;
	height: 900px;
}

#splashLogo {
	position: absolute;
	top: 0px;
	left: 0px;
}

#btnEnter {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 300px;
	height: 100px;
	overflow: hidden;
	cursor: pointer;
}

#btnEnter:hover img {
	top: -100%;
}

.gfxEnter {
	position: absolute;
	top: 0px;
	left: 0px;
	transition: top 200ms ease-in-out;
}

#menu {
	width: 100%;
	height: 100%;
	background-color: #fff;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 999;
	text-align: center;
	display: none;
	overflow-y: scroll;
}

.menuItem {
	text-align: center;
	cursor: pointer;
	background-color: #fff;
	display: table;
	margin: 0 auto 1px auto;
	padding: 10px 40px 15px 40px;
	color: #ae914e;
}

.menuItem:hover {
	background-color: #ae914e;
	color: #fff;
}

.menuText {
	font-size: 40px;
	font-family: "Playfair Display", Helvetica, Arial, sans-serif;
	font-weight: 900;
	line-height: 125%;
	

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;		
}

.marginMenu {
	height: 40px;
}

#splashImage {
	width: 1600px;
	height: 900px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#btnOpenMenu, #btnCloseMenu {
	position: fixed;
	top: 0px;
	right: 0px;
	width: 100px;
	height: 100px;
	overflow: hidden;	
	transition: width 200ms ease-in-out;

	cursor: pointer;

	z-index: 1000;
}

#btnCloseMenu {
	display: none;
	z-index: 1001;
}

.content {
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.bigColumn {
	width: 556px;
}

.smallColumn {
	width: 346px;
}

.bigColumnR {
	width: 556px;
}

.smallColumnR {
	width: 346px;
}

.marginLeft {
	margin-left: 100px;
	margin-right: 0px;
}

.marginLeft50 {
	margin-left: 50px;
	margin-right: 0px;
}

.marginLeftM50 {
	margin-left: -50px;
	margin-right: 0px;
}

.marginRight {
	margin-left: 0px;
	margin-right: 100px;
}

.marginRight50 {
	margin-left: 0px;
	margin-right: 50px;
}

.marginRightM50 {
	margin-left: 0px;
	margin-right: -50px;
}

#ah {
	position: absolute;
	z-index: -1;
	width: 100%;
}

.btnNosto {
	position: relative;
	float: left;
	width: 300px;
	height: 300px;
	border-radius: 150px;
	overflow: hidden;
	cursor: pointer;
}

.btnNostoImg, .btnNostoDarken, .btnNostoText {
	top: 0px;
	position: absolute;
	width: 100%;
	transition: top 250ms ease-in-out;
}

.btnNostoDarken {
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 250ms ease-in-out;
}

.btnNosto:hover .btnNostoText {
	top: -100%;
}

.btnNosto:hover .btnNostoDarken {
	opacity: 0.8;
}

.btnRound {
	width: 100px;
	height: 100px;
	border-radius: 50px;
	overflow: hidden;
	cursor: pointer;
	float: left;
	margin-right: 10px;
}

.btnRound:hover img {
	top: -100%;
}

.btnRound img {
	transition: top 200ms ease-in-out;
	width: 100px;
	position: relative;
	top: 0px;
}

#btnMap {
	margin-right: 0px;
}

.openTimes {
	position: relative;
	margin-left: 100px;
}

.openDay {
	width: 120px;
	margin: 0 1px 1px 0;
	
	background-color: #1e1e1e;


	float: left;
	text-align: center;
	padding: 30px 0 30px 0;
}

.openDayName {
	color: #ae914e;
	font-weight: bold;
	font-style: italic;
	margin: 0px 0 10px 0;
}
.openDayTime {
	color: #eee;
}

#openDay8 {
	display: none;
}

.openKitchen {
	width: 100%;
	margin: 0 0px 1px 0;
	
	background-color: #1e1e1e;


	float: left;
	text-align: center;
	padding: 20px 0 20px 0;

	display: none;
}

.openKitchen p {
	margin: 0 100px 0 100px;
}

#parties {
	position: relative;
}

#bgParties {
	position: relative;
	width: 1600px;
	height: 1150px;
	overflow: hidden;
}

#imgBgParties, #imgSlantTop, #imgSlantBottom {
	position: absolute;
	left: 0px;
	width: 2000px;
}

#imgSlantTop {
	top: -1px;
}
#imgSlantBottom {
	bottom: -1px;
}

#contentParties {
	position: absolute;
	left: 0px;
	top: 0px;
}

#btnDrinksP, #btnEventsP {
	float: left;
	width: 150px;
	height: 150px;
	overflow: hidden;	
	cursor: pointer;
	position: relative;
	border-radius: 75px;
}

.gfxDrinksP, .gfxEventsP {
	position: absolute;
	top: 0px;
	width: 150px;
	transition: top 200ms ease-in-out;
}

#btnDrinksP:hover img, #btnEventsP:hover img {
	top: -100%;
}

.drinksImage {
	position: relative;
	left: 0px;
	width: 344px;
	height: 344px;
	border-radius: 172px;
	height: auto;
}

.txtDrinks {
	margin: 20px 0 20px 0;
}

.gapDrinks {
	height: 0px;
}

#events {
	position: relative;
	overflow: hidden;
}

#calendar {
	position: relative;
	left: 0px;
}

#bgEvents {
	position: absolute;
	width: 1600px;
	height: 900px;
	overflow: hidden;
}

#imgBgEvents {
	position: absolute;
	left: 0px;
	width: 1600px;
	height: 1600px;
}

.titleEvents, .titleEventsFI {
	position: absolute;
	left: 00px;
	top: -60px;
	font-size: 350px;
	font-style: italic;
	color: #494949;
}

.titleDrinks, .titleParties {
	font-size: 100px;
	position: relative;
	left: 0px;
}

.marginEvent {
	height: 10px;
}
#contentEvents {
	position: relative;
	left: 0px;
	top: 0px;
}

.whiteText {
	color: #ddd;
}

.whiteText p {
	color: #ddd;
}

#artInfo {
	position: relative;
	background-color: #fff;
	padding: 25px;
}
#bgArtBall {
	position: absolute;
	width: 400px;
	height: 400px;
}
#contentArtInfo {
	/*margin: 90px 30px;
	width: 340px;
	height: 300px;	
	position: absolute;
	text-align: center;*/
}

#contentArtBall p {
	color: #1e1e1e;
}

.eventItem {
	background-color: #111;
	margin-bottom: 1px;
}

.eventDate {
	width: 120px;
	float: left;
	text-align: center;
	padding: 10px 0 10px 0;
	margin: 4px 0 10px 0;
}

.eventDay {
	margin: -10px 0 -2px 0;
}

.eventInfo {
	width: 436px;
	float: left;
}


.eventTitle {
	font-weight: 700;
	margin: 20px 30px 0px 0px;
	text-transform: uppercase;
}

.eventDescription {
	margin: 10px 30px 20px 0px;
}

.eventDescription {
	color: #ddd;
}

.eventLink {
	margin: 0px 10px 20px 0px;
}

.eventLink a:hover {
	color: #fff;
}

#footer {
	text-align: center;
}

#footerLogo {
	width: 300px;
	display: inline-block;
}

#btnTop {
	position: relative;
	left: 0px;
	width: 300px;
	height: 100px;
	overflow: hidden;
	cursor: pointer;
	display: block;
}


#gfxTop {
	position: relative;
	top: 0px;
	left: 0px;
	transition: top 200ms ease-in-out;
}

#btnTop:hover #gfxTop {
	top: -100%;
}

#taikalehto {
	display: inline-block;
	margin: 0 auto;
}

#taikalehto img {
	width: 300px;
}

#artPic {
	width: 100%;
	height: auto;
}
