@font-face
{
font-family: snowflakeFont;
//src: url(../fonts/snowflake.ttf) format("truetype");
src: url(../fonts/snowflake.eot);
src: url('../fonts/snowflake.eot?#iefix') format('embedded-opentype'),
     url(../fonts/snowflake.woff) format('woff'),
     url(../fonts/snowflake.ttf) format('truetype');
}

@font-face
{
font-family: xmastreesFont;
src: url(../fonts/XmastfbChristmas.eot);
src: url('../fonts/XmastfbChristmas.eot?#iefix') format('embedded-opentype'),
     url(../fonts/XmastfbChristmas.woff) format('woff'),
     url(../fonts/XmastfbChristmas.ttf) format('truetype');
}

@font-face
{
font-family: musicElements;
//src: url(../fonts/music_elements.ttf) format("truetype");
src: url(../fonts/music_elements.eot);
src: url('../fonts/music_elements.eot?#iefix') format('embedded-opentype'),
     url(../fonts/music_elements.woff) format('woff'),
     url(../fonts/music_elements.ttf) format('truetype');
}

html, body {
  background: #fff;
  font-size:14px;
  color: #003300;
}

body {
  font: large/1.556 "Libertine", Palatino, "Palatino Linotype", "Book Antiqua", Georgia, "Times New Roman", serif;
  font-size: 95%;
  text-shadow: 0px 0px 0.8px rgb(102, 102, 119);
}

a {
	display: inherit;
	text-decoration: none;
	text-align: center;
}
a:link {
    color: #000000;
}
a:visited {
    color: #000000;
}
a:hover {
    color: #000000;
    font-size: 110%;
	text-decoration: none;
	text-shadow: 0px 0px 0.8px #D11919;
	background-color: #E68080;
	border-radius: 3px;
}
a:active {
    color: #000000;
    font-size: 110%;
	text-decoration: none;
}


a>p {
color: #D11919;
}

h1 {
font-size: x-large;
line-height:110%;
color: #D11919;	
}

h2 {
font-size: large;
}
h2:first-letter {
font-size:130%;
color:#003300;
background-image:url('../pictures/winter_initiale3.png');
background-size: cover;
border-radius:10%;
padding-bottom: 0px;
}

h1,p {
padding: 5px;
}

.snowflake {
font-family:snowflakeFont;
}
.xmastreesFont {
font-family:xmastreesFont;
font-size: 200%;
text-align: center;
color: #006600;
}

.xmastreesFont_mod1 {
font-family:xmastreesFont;
font-size: 600%;
text-align: left;
color: #E68A00;
}
.music_elements {
font-family:musicElements;
text-align: center;
}

.music_play {
text-align: left;	
}



header {
height: 70px;
}

#div_header {
position: relative;
}

#div_snowfall {
position: absolute;
width: 71px;
height: 60px;
top: -20px;
left: 5px;
z-index: 1;
	-webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
}

#div_snowfall:hover {
color: #E6E6E6;
cursor: pointer;
}
	
#div_snowfall:active {
color: #FFFFFF;
cursor: pointer;	
}

h1.header_h1 {
position: relative;
text-align: center;
top: 20px;
z-index:0;
cursor: default;
}
h1.header_h1:hover {
text-shadow:1px -1px 4px;
}

#div_music {
position: absolute;
width: 380px;
height: 95px;
top: 5px;
right: 5px;	
z-index: 1;
	
}

#div_music_button {
position: absolute;
width: 71px;
height: 90px;
top: 2px;
right: 2px;
background-image:url('../pictures/violin_clef.png');
box-shadow: 0px 0px 0px 0px #DBA901;
border-radius: 5%;
z-index: 1;

}

#div_music_button:hover {
cursor: pointer;
box-shadow: 0px 0px 0px 0px #DBA201;
border-radius: 6%;
}

#div_music_button:active {
width: 70px;
height: 89px;
cursor: pointer;
top: 3px;
right: 2px;
box-shadow: 0px 0px 0px 0px #DBA901;
border-radius: 5%;
}


#div_music_controll_bar {
	display: none;
	position: absolute;
	width: 300px;
    height: 91px;
	top: 0px;
	right: 75px;
	line-height:10%;
	
	
}

#div_music_player {
	position: absolute;
	top: 62px;
	right: 0px;
	line-height:10%;

}

#music_cust_controllers {
	position: absolute;
	width: 298px;	
    height: 57px;
	top: 1px;
	right: 1px;
	line-height:10%;

}

.playlist_tracks {
	line-height: 85%;	
}
.playlist_tracks:hover {
cursor: pointer;
box-shadow: 0px 0px 0px 0px #DBA201;
border-radius: 6%;
}

#music_progressBar {
	cursor: pointer;
	position: absolute;
	width: 200px;	
    height: 6px;
	top: 50px;
	left: 10px;
	line-height:10%;
	background-color:#F5F5F5;
}
#progress {
	position: absolute;
	width: 0px;	
    height: 6px;
	top: 50px;
	left: 10px;
	line-height:10%;
	background-color:#333333;
}
#music_duration {
	position: absolute;
	width: 10px;	
    height: 10px;
	top: 65px;
	right: 88px;
	line-height:10%;
	
}
#music_curr_time {
	position: absolute;
	width: 10px;	
    height: 10px;
	top: 65px;
	left: 0px;
	line-height:10%;
	
}




#musical_notes {
	position: absolute;
	width: 35px;
    height: 35px;
	top: 12px;
	right: 22px;
	line-height:450%;
	opacity: 1;
}
#musical_note {
	position: absolute;
	width: 12px;
    height: 12px;
	top: 25px;
	right: 10px;
	line-height:100%;
	opacity: 0;
	z-index: 2;
}


#music_lower {
	position: absolute;
	top: 55px;
	right: 69px;
	line-height:10%;
	font-size:75%;
	-webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
}
#music_lower:hover {
    cursor: pointer;
}
#music_lower:active {
    cursor: pointer;
	top: 54.5px;
	right: 68.5px;
}

#music_vol_slider {
	position: absolute;
	width: 0px;
    height: 6px;
	top: 51px;
	left: 236px;
	line-height:10%;
	font-size:120%;	
    background-color:#333333;

}
#music_vol_slider_bg {
	position: absolute;
	width: 40px;
	height: 6px;
	top: 51px;
	left: 236px;
	line-height:10%;
	font-size:120%;
    background-color:#F5F5F5;

}

#music_louder {
	position: absolute;
	top: 53px;
	right: 4px;
	line-height:10%;
	font-size:120%;
	-webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
}
#music_louder:hover {
cursor: pointer;
}
#music_louder:active {
    cursor: pointer;
	top: 52px;
	right: 3.5px;
}

#music_play_pause {
	position: absolute;
	top: 65px;
	right: 16px;
	line-height:10%;
	font-size:100%;
	-webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */	
	
}
#music_play_pause:hover {
cursor: pointer;
}
#music_play_pause:active {
    cursor: pointer;
	top: 65.5px;
	right: 13.5px;
	align: center;
}

#music_mute {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 76px;
	right: 28px;
	line-height:70%;
	font-size:140%;
	-webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    z-index: 1;
}
#music_mute:hover {
cursor: pointer;
}
#music_mute:active {
    cursor: pointer;
	top: 75.5px;
	right: 27.5px;
	align: center;
}

#music_mute_on {
	position: absolute;
	display: none;
	top: 78px;
	right: 46px;
	line-height:10%;
	font-size:170%;
	-webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    z-index: 0;
}






.page_frame {
position: relative;
width: 1200px;
height: 105px;
margin: auto;
background: rgba(254,191,1,0.66);
background: linear-gradient(to bottom, rgba(254,191,1,0.66) 10%,rgba(254,191,1,0.66) 60%,rgba(254,191,1,1) 100%); /* W3C */
background: -ms-linear-gradient(top, rgba(254,191,1,0.66) 10%,rgba(254,191,1,0.66) 60%,rgba(254,191,1,1) 100%); /* IE10 */
box-shadow: 0px 4px 10px 2px #DBA901;
}


#pg_nav {
height: 45px;	
}

nav > ul {
	width: 220px;
	display:inline;
}

nav > ul > li {
    color: #D11919;
	font-size:130%;
    display:inline;
    float:left;
    border: 2px;
    padding-top: 7px;
    padding-left: 30px;
}

li > a {
	display:block;
    width:120px;
	background-color: #FFF5CC;
	box-shadow: 0px 1px 1px 1px #FFF5CC;
	border-radius: 3px;
	border-bottom: 1px #D11919;
}

.li_shine {
	color: #D11919;
	text-shadow: 0.5px -0.5px #D11919;
	-webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
}

.li_shine:hover {
    cursor: pointer;
    color: #D11919;
    font-size: 100%;
    box-shadow: 0px 0px 0.5px 1px #D11919;	
}
.li_shine:active {
    cursor: pointer;
    box-shadow: 0px 0px 2px 2px #D11919;
    border: 1px black;
    font-size: 96%;
    border-bottom: 1px #D11919;
    color: #FFF5CC;
    text-shadow: 1px 1px #111111;
    background-color: #E68080;
}


nav {
width: 1200px;
margin: auto;
background: rgba(254,191,1,0.66);
background: linear-gradient(to bottom, rgba(254,191,1,0.66) 10%,rgba(254,191,1,0.66) 50%,rgba(254,191,1,1) 100%); /* W3C */
background: -ms-linear-gradient(top, rgba(254,191,1,0.66) 10%,rgba(254,191,1,0.66) 50%,rgba(254,191,1,1) 100%); /* IE10 */
box-shadow: 0px 4px 10px 2px #DBA901;
border-radius: 1%;
}


#page_1 {
position: relative;
width: 1180px;
height: 590px;
padding-left: 20px;
padding-bottom: 40px;
box-shadow: 0px 4px 10px 2px #DBA901;
background-color: rgb(255, 255, 255);
margin: auto;
border-radius: 0.3%;
background: rgba(254,191,1,0.66);
background: linear-gradient(to bottom, rgba(254,191,1,1) 0%,rgba(255,255,255,0.89) 2%,rgba(236,246,238,0.77) 4%,rgba(7,142,29,0.81) 28%,rgba(7,142,29,0.82) 34%,rgba(7,142,29,0.82) 70%,rgba(255,249,249,0.99) 98%,rgba(254,191,1,1) 100%); /* W3C */
background: -ms-linear-gradient(top, rgba(254,191,1,1) 0%,rgba(255,255,255,0.89) 2%,rgba(236,246,238,0.77) 4%,rgba(7,142,29,0.81) 28%,rgba(7,142,29,0.82) 34%,rgba(7,142,29,0.82) 70%,rgba(255,249,249,0.99) 98%,rgba(254,191,1,1) 100%); /* IE10 */

}
#leftcol {
    height: 585px;
    width: 980px;
    float: left;
    //border:1px solid #a1a1a1;
    border-radius:3px;
    margin-top: 30px;
    margin-right: 20px;
}
#leftcol_aux_content {
	position: absolute;
	top: 10px;
	left: 20px;
    height: 520px;
    width: 952px;
    float: left;
    //border:1px solid #a1a1a1;
    border-radius:3px;
    margin-top: 30px;
    margin-right: 20px;
    z-index: -1;
    background: rgba(255, 245, 204, .7);
    padding: 5px;
    border:5px solid transparent;
    border-radius:3px;
    border-image:url('../pictures/border_image.png') 27 27 round;
    -ms-border-image:url('../pictures/border_image.png') 27 27 round;
}
.leftcol_aux_content_left_col {
    float: left;
    width: 450px;
    height: 490px;
    margin-top: 10px;
    margin-left: 4px;
	margin-right: 4px;
    margin-bottom: 10px;
    //border:1px solid #a1a1a1;	
}
.leftcol_aux_content_right_col {
    float: left;
    width: 450px;
    height: 490px;
    margin-top: 10px;
    margin-left: 4px;
	margin-right: 4px;
    margin-bottom: 10px;
    //border:1px solid #a1a1a1;	
}
#gift_pc_loader.loading {
    background: url(../pictures/spinner.gif) no-repeat center center;	
}
#gift_pc_loader img{
//    max-width: 100%;
//    max-height: 100%;
//    position: absolute;
//    top: 50%;
//    left: 50%;
//   -webkit-transform: translate(-50%, -50%);
//    transform: translate(-50%, -50%);

}

#rightcol {
	width: 155px;
	border:1px solid #a1a1a1;
	border-radius:3px;
	float: left;
    margin-top: 40px;
    margin-right: 20px;
    background-color: #FFF5CC;
    
}
article.boxes {

    float: left;
    width: 460px;
    height: 240px;
    margin-top: 10px;
    margin-left: 4px;
	margin-right: 4px;
    margin-bottom: 10px;
    border:5px solid transparent;
    border-radius:3px;
    padding: 5px;
    overflow:auto;
	background-color: #FFF5CC;
    border-image:url('../pictures/border_image.png') 27 27 round;
    -ms-border-image:url('../pictures/border_image.png') 27 27 round;
	
}

#box3_temp_content {
	width: 460px;
    height: 240px;
    margin: 0,0,0,0;
    padding: 0px;
	background-size: 100% 100%;
	border-radius: 1.5%;
	z-index: 0;
}
#box3_temp_content:hover {
	cursor: pointer;
	background-size: 100% 100%;
}
#closed_table {
	cursor: pointer;
	position: absolute;
	width: auto;
    height: auto;
    color: white;
    background: red;
    border-radius: 15%;
    z-index: 1;
    text-shadow: 0px 0px 1.8px rgb(255, 255, 255);
    box-shadow: 3px 2px 2px 0.5px #FF0000;
}

#map_canvas {
	width: 410px;
    height: 240px;
    border: solid;
    border-color: #B3B3B3;
    border-radius: 3%;
    
}


aside {
height: 525px;
padding: 5px;
}
footer {
display: block;
text-align:center;
}

.small_bell {
	position: absolute;
	height: 60px;
	right: 60px;
	top: 510px;
	font-size: 500%;
	color: #FFBB15;
	line-height:80%;
}
.small_bell:hover {
	position: absolute;
	right: 58px;
	top: 512px;
	font-size: 500%;
	color: #FFCC15;
	text-shadow: 0px 0px 1.8px rgb(255, 255, 255);
	-webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    cursor: default;
}
#effect_player {
	position: absolute;
	right: 58px;
	top: 518px;
}


.legal_notice {
 font-size: 80%;	
}

a.mit {
	display: inline;
	text-decoration: none;
}
a.mit:link {
    color: #003300;
}
a.mit:visited {
    color: #808080;
}
a.mit:hover {
    color: #006600;
	text-decoration: none;
	border-bottom: 0.75px dotted;
}
a.mit:active {
    color: #99C299;
	text-decoration: none;
	border-bottom: 0.75px dotted;
}

//Tabs
.tabs {
  position: relative;   
  min-height: 200px; /* This part sucks */
  clear: both;
  margin: 25px 0;
}
.tab {
  float: left;
}
.tab label {
  background: rgba(255, 245, 204, .7); 
  padding: 10px; 
  border: 1px solid #ccc;
  border-radius: 1.5px; 
  margin-left: -1px; 
  position: relative;
  top: 0px;
  left: 5px; 
}
.tab [type=radio] {
  display: none;   
}
.content {
  position: absolute;
  top: 188px;
  left: 14px;
  background: rgba(255, 245, 204, 1);
  width: 405px;
  height: 280px;
  padding: 10px;
  border: 1px solid #ccc; 
}
[type=radio]:checked ~ label {
  color: rgba(255, 245, 204, 1);
  background: #D11919;
  border-bottom: 1px solid rgba(255, 245, 204, .7);
  z-index: 2;
}
[type=radio]:checked ~ label ~ .content {
  z-index: 1;
}

#recipe_list_cake > li {
	margin-left: 20px;
	list-style-type: square;
	-webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    cursor: pointer;
}
#recipe_list_drink > li {
	margin-left: 20px;
	list-style-type: square;
	-webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    cursor: pointer;
}

.galleria{ 
	width: 700px; 
	height: 400px; 
	background: #000 
}

#galleria_box {
    float: left;
    width: 940px;
    height: 464px;
    margin-top: 10px;
    margin-left: 4px;
	margin-right: 4px;
    margin-bottom: 10px;
    border:1px solid #a1a1a1;	
	
}

.pictures_general {
    float: right;
    border:1px solid #a1a1a1;
	margin: 3px;
	padding: 5px;

}

//Tales

#h3tale  {
 border: solid black;

}

#tale_navigation {
 //position: fixed;
 width: 23%;
 margin-left: 0px;
 float: left;
 background: transparent;
 box-shadow: none;
}

#tale_navigation > a:hover {
 background: transparent;
 font-size: 100%;
 text-shadow: 0px 0px 0.8px rgb(0, 0, 0);
}

#tale_content {
 float: right;
 width: 75%;
}

#tale_content > p {
 text-indent:10px;
 font-size: 110%;
}

#tale_content > h2 > a:hover {
 background: transparent;
 font-size: 100%;
 text-shadow: 0px 0px 0.8px rgb(0, 0, 0);		
}

#tale_footer {
position: absolute;
 bottom: 0px;
 width: 23%;
}

