/************************************************** Global Style ************************************************/

body {
	background-color: #000;
	color: #ffcc00;
	text-align: justify;
	font-family: Calibri, Helvetica, Verdana, sans-serif, Arial, "Times New Roman";
	font-size: 12px;
	position: relative;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

a {
	color: #ff7800;
	text-decoration: none;
	transition: color 1s ease;
	-o-transition: color 1s ease;
	-moz-transition: color 1s ease;
	-webkit-transition: color 1s ease;
}
a:hover {
	color: #ffa200;
	text-decoration: underline;
}

h2 {
	color: #ffcc00;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 5px;
	font-size: 22px;
	font-weight: normal;
	background: url(../imgs/windows/global_windows.png) no-repeat 0 -175px;
	width: 635px;
	height: 50px;
	position: relative;
	margin: auto;
	padding-top: 50px;
	cursor: default;
	-moz-opacity: 0.8;
	-o-opacity: 0.8;
	-webkit-opacity: 0.8;
	opacity: 0.8;
	-moz-transition: all 1s ease-in;
	-o-transition: all 1s ease-in;
	-webkit-transition: all 1s ease-in;
	transition: all 1s ease-in;
}
h2:hover {
	color: #ffea00;
	letter-spacing: 5.3px;
	-moz-opacity: 1;
	-o-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
	text-shadow: 0 0 10px #ffcc00;
	-o-text-shadow: 0 0 10px #ffacc0;
	-moz-text-shadow: 0 0 10px #ffcc00;
	-webkit-text-shadow: 0 0 10px #ffcc00;
}
h2:first-letter {
	color: #ffea00;
	font-weight: bold;
}

.h2_alt {
	color: #ffcc00;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 5px;
	font-size: 22px;
	font-weight: normal;
	background: url(../imgs/windows/global_windows.png) no-repeat 0 -75px;
	width: 635px;
	height: 60px;
	position: relative;
	margin: auto;
	padding-top: 17px;
	cursor: default;
	-moz-opacity: 0.8;
	-o-opacity: 0.8;
	-webkit-opacity: 0.8;
	opacity: 0.8;
	-moz-transition: all 1s ease-in;
	-o-transition: all 1s ease-in;
	-webkit-transition: all 1s ease-in;
	transition: all 1s ease-in;
}
.h2_alt:hover {
	color: #ffea00;
	letter-spacing: 5.3px;
	-moz-opacity: 1;
	-o-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
	text-shadow: 0 0 10px #ffcc00;
	-o-text-shadow: 0 0 10px #ffacc0;
	-moz-text-shadow: 0 0 10px #ffcc00;
	-webkit-text-shadow: 0 0 10px #ffcc00;
}
.h2_alt:first-letter {
	color: #ffea00;
	font-weight: bold;
}

h3 {
	color: #ffcc00;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	cursor: default;
	padding-left: 5px;
	margin-left: 20px;
}
h3:first-letter {
	color: #ff7800;
}

acronym {
	cursor: help;
}

.hr {
	position: relative;
	display: block;
	margin: auto;
}

.centered_content {
	text-align: center;
	margin: auto;
}

.content_list {
	width: 650px;
	position: relative;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow-y: auto;
}

.content_list li {
	color: #ffcc00;
	width: 610px;
	margin-left: 15px;
}

.content_special_list {
	padding: 5px;
	border: 1px solid #ffcc00;
	border-radius: 7px;
	-o-border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	box-shadow: inset 0 0 10px #ffa200;
	-o-box-shadow: inset 0 0 10px #ffa200;
	-moz-box-shadow: inset 0 0 10px #ffa200;
	-webkit-box-shadow: inset 0 0 10px #ffa200;
}

.content_list_arrow1 {
	background: url(../imgs/icons/global_icons.png) no-repeat 0 0;
	width: 25px;
	height: 25px;
	position: relative;
	float: left;
	display: block;
	top: -7px;
	margin-left: -2px;
}

.content_list_arrow2 {
	background: url(../imgs/icons/global_icons.png) no-repeat -25px 0;
	width: 25px;
	height: 25px;
	position: relative;
	float: left;
	display: block;
	top: -7px;
	margin-left: -2px;
}

.content_list_arrow3 {
	background: url(../imgs/icons/global_icons.png) no-repeat -50px 0;
	width: 25px;
	height: 25px;
	position: relative;
	float: left;
	display: block;
	top: -7px;
	margin-left: -2px;
}

.information_text {
	font-size: 14px;
	color: #ffa200;
	text-transform: uppercase;
	position: relative;
	display: block;
	float: left;
	cursor: default;
	transition: all 2s ease;
	-o-transition: all 2s ease;
	-moz-transition: all 2s ease;
	-webkit-transition: all 2s ease;
}
.information_text:hover {
	color: #ffcc00;
	text-shadow: 0 0 10px #ffcc00;
	-o-text-shadow: 0 0 10px #ffcc00;
	-moz-text-shadow: 0 0 10px #ffcc00;
	-webkit-text-shadow: 0 0 10px #ffcc00;
}

.special_text {
	color: #ffcc00;
	font-weight: bold;
}

.label_text {
	color: #ffcc00;
	font-weight: bold;
	font-size: 18px;
	position: relative;
	display: block;
	cursor: default;
	text-shadow: 0 0 10px #ffcc00;
	-o-text-shadow: 0 0 10px #ffcc00;
	-moz-text-shadow: 0 0 10px #ffcc00;
	-webkit-text-shadow: 0 0 10px #ffcc00;
}

.parallax_lights_area {
	position: absolute;
}


.nav_area {
	width: 100px;
	height: 100px;
	position: fixed;
	left: 0;
	top: 50%;
	/*margin-top: -100px;*/
	z-index: 97;
}

.nav_down_button {
	background: url(../imgs/buttons/nav_buttons.png) no-repeat 0 -50px;
	width: 100px;
	height: 50px;
	position: relative;
	display: block;
	opacity: 0.7;
	-o-opacity: 0.7;
	-moz-opacity: 0.7;
	-webkit-opacity: 0.7;
	transition: opacity 1s ease;
	-o-transition: opacity 1s ease;
	-moz-transition: opacity 1s ease;
	-webkit-transition: opacity 1s ease;
}
.nav_down_button:hover {
	background-position: -100px -50px;
	opacity: 1;
	-o-opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
}

.nav_down_disabled {
	background: url(../imgs/buttons/nav_buttons.png) no-repeat -200px -50px;
	width: 100px;
	height: 50px;
	position: relative;
	display: block;
	opacity: 0.7;
	-o-opacity: 0.7;
	-moz-opacity: 0.7;
	-webkit-opacity: 0.7;
}

.nav_up_button {
	background: url(../imgs/buttons/nav_buttons.png) no-repeat 0 0;
	width: 100px;
	height: 50px;
	position: relative;
	display: block;
	opacity: 0.7;
	-o-opacity: 0.7;
	-moz-opacity: 0.7;
	-webkit-opacity: 0.7;
	transition: opacity 1s ease;
	-o-transition: opacity 1s ease;
	-moz-transition: opacity 1s ease;
	-webkit-transition: opacity 1s ease;
}
.nav_up_button:hover {
	background-position: -100px 0;
	opacity: 1;
	-o-opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
}

.nav_up_disabled {
	background: url(../imgs/buttons/nav_buttons.png) no-repeat -200px 0;
	width: 100px;
	height: 50px;
	position: relative;
	display: block;
	opacity: 0.7;
	-o-opacity: 0.7;
	-moz-opacity: 0.7;
	-webkit-opacity: 0.7;
}

#main_menu {
	background: url(../imgs/windows/main_menu_bg.png) repeat-x;
	width: 100%;
	height: 57px;
	position: fixed;
	top: 0;
	z-index: 100;
}

#main_menu_list {
	width: 740px;
	height: 57px;
	list-style-type: none;
	position: relative;
	margin: 0 auto;
	padding: 0;
}

#main_menu_list a {
	display: block;
	height: 57px;
	border: none;
}

#main_menu_list li {
	width: 120px;
	height: 57px;
	display: block;
	float: left;
	overflow: hidden;
	cursor: pointer;
}

#home_link {
	background: url(../imgs/buttons/global_buttons.png) no-repeat 0 0;
	-moz-opacity: 0.6;
	-o-opacity: 0.6;
	-webkit-opacity: 0.6;
	opacity: 0.6;
	-moz-transition: opacity 2s ease;
	-o-transition: opacity 2s ease;
	-webkit-transition: opacity 2s ease;
	transition: opacity 2s ease;
}
#home_link:hover {
	background-position: 0 -57px;
	-moz-opacity: 1;
	-o-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
}

#about_link {
	background: url(../imgs/buttons/global_buttons.png) no-repeat -160px 0;
	-moz-opacity: 0.6;
	-o-opacity: 0.6;
	-webkit-opacity: 0.6;
	opacity: 0.6;
	-moz-transition: opacity 2s ease;
	-o-transition: opacity 2s ease;
	-webkit-transition: opacity 2s ease;
	transition: opacity 2s ease;
}
#about_link:hover {
	background-position: -160px -57px;
	-moz-opacity: 1;
	-o-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
}

#blog_link {
	background: url(../imgs/buttons/global_buttons.png) no-repeat -320px 0;
	-moz-opacity: 0.6;
	-o-opacity: 0.6;
	-webkit-opacity: 0.6;
	opacity: 0.6;
	-moz-transition: opacity 2s ease;
	-o-transition: opacity 2s ease;
	-webkit-transition: opacity 2s ease;
	transition: opacity 2s ease;
}
#blog_link:hover {
	background-position: -320px -57px;
	-moz-opacity: 1;
	-o-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
}

#support_link {
	background: url(../imgs/buttons/global_buttons.png) no-repeat -480px 0;
	-moz-opacity: 0.6;
	-o-opacity: 0.6;
	-webkit-opacity: 0.6;
	opacity: 0.6;
	-moz-transition: opacity 2s ease;
	-o-transition: opacity 2s ease;
	-webkit-transition: opacity 2s ease;
	transition: opacity 2s ease;
}
#support_link:hover {
	background-position: -480px -57px;
	-moz-opacity: 1;
	-o-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
}

#medias_link {
	background: url(../imgs/buttons/global_buttons.png) no-repeat -640px 0;
	-moz-opacity: 0.6;
	-o-opacity: 0.6;
	-webkit-opacity: 0.6;
	opacity: 0.6;
	-moz-transition: opacity 2s ease;
	-o-transition: opacity 2s ease;
	-webkit-transition: opacity 2s ease;
	transition: opacity 2s ease;
}
#medias_link:hover {
	background-position: -640px -57px;
	-moz-opacity: 1;
	-o-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
}

#contact_link {
	background: url(../imgs/buttons/global_buttons.png) no-repeat -800px 0;
	-moz-opacity: 0.6;
	-o-opacity: 0.6;
	-webkit-opacity: 0.6;
	opacity: 0.6;
	-moz-transition: opacity 2s ease;
	-o-transition: opacity 2s ease;
	-webkit-transition: opacity 2s ease;
	transition: opacity 2s ease;
}
#contact_link:hover {
	background-position: -800px -57px;
	-moz-opacity: 1;
	-o-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
}

#languages_area {
	position: absolute;
	margin: 5px 0 0;
	padding: 0;
	top: 0;
	right: 0;
}

#languages_area li {
	list-style-type: none;
	display: inline-block;
	margin-right: 5px;
}

#language_fr {
	background: url(../imgs/buttons/global_buttons) no-repeat 0 -114px;
	width: 20px;
	height: 20px;
	position: relative;
	display: block;
	cursor: pointer;
}
#language_fr:hover {
	background-position: -20px -114px;
}

#language_en {
	background: url(../imgs/buttons/global_buttons) no-repeat -40px -114px;
	width: 20px;
	height: 20px;
	position: relative;
	display: block;
	cursor: pointer;
}
#language_en:hover {
	background-position: -60px -114px;
}

/************************************************** Yggdrasil Body Style ************************************************/

#yggdrasil_back {
	background: url(../imgs/windows/yggdrasil_back.jpg) no-repeat 50% 0;
	width: 100%;
	height: 3648px;
	position: absolute;
	z-index: 1;
}

#yggdrasil_center {
	background-color: none;
	width: 1000px;
	height: 3648px;
	position: relative;
	margin: auto;
	z-index: 3;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#yggdrasil_center {
		background-color: none;
		width: 1000px;
		height: 3648px;
		position: relative;
		margin: auto;
		z-index: 3;
		left: -1px;
	}
}

#yggdrasil_home {
	background: url(../imgs/windows/yggdrasil_home.png) no-repeat;
	width: 1000px;
	height: 925px;
	position: relative;
}

#yggdrasil_about {
	background: url(../imgs/windows/yggdrasil_about.png) no-repeat;
	width: 1000px;
	height: 849px;
	position: relative;
}

#yggdrasil_medias {
	background: url(../imgs/windows/yggdrasil_medias.png) no-repeat;
	width: 1000px;
	height: 875px;
	position: relative;
}

#yggdrasil_contact {
	background: url(../imgs/windows/yggdrasil_contact.png) no-repeat;
	width: 1000px;
	height: 999px;
	position: relative;
}

#yggdrasil_particles_left {
	position: relative;
	float: left;
	top: 165px;
	left: -370px;
	z-index: 5;
}

#yggdrasil_particles_right {
	position: relative;
	float: right;
	top: 50px;
	left: 420px;
	z-index: 5;
}

/************************************************** Home Area Style ************************************************/

#home_area {
	width: 800px;
	height: 800px;
	position: relative;
	left: 100px;
	top: 50px;
}

#home_midgar_link {
	width: 225px;
	height: 140px;
	position: relative;
	display: block;
	top: 12px;
	margin: auto;
	border: none;
}

#home_parallax_logo {
	width: 255px;
	height: 170px;
	position: relative;
	display: block;
	margin: auto;
}

#home_parallax_logo img {
	position: absolute;
	top: 0;
	left: 0;
}

#home_slider {
	width: 600px;
	height: 300px;
	position: relative;
	margin: 15px 0 0 170px;
	padding: 0;
}

.rounabout-holder {
	padding: 0;
	margin: 0;
}

.roundabout-moveable-item {
	background: none;
	width: 400px;
	height: 250px;
	cursor: pointer;
	list-style-type: none;
}

.roundabout-moveable-item img {
	width: 100%;
}

#home_slider_buttons {
	width: 600px;
	height: 97px;
	position: relative;
	margin: -25px auto auto;
}

.home_slider_previousbutton {
	background: url(../imgs/buttons/global_buttons.png) no-repeat 0 -134px;
	width: 28px;
	height: 97px;
	position: relative;
	float: left;
	display: block;
	top: -70px;
	left: 80px;
	cursor: pointer;
	z-index: 999;
	transition: opacity 1s ease;
	-webkit-transition: opacity 1s ease;
	-o-transition: opacity 1s ease;
	-moz-transition: opacity 1s ease;
	opacity: 0.5;
	-webkit-opacity: 0.5;
	-o-opacity: 0.5;
	-moz-opacity: 0.5;
}
.home_slider_previousbutton:hover {
	background-position: -28px -134px;
	opacity: 1;
	-webkit-opacity: 1;
	-o-opacity: 1;
	-moz-opacity: 1;
}

.home_slider_nextbutton {
	background: url(../imgs/buttons/global_buttons.png) no-repeat -56px -134px;
	width: 28px;
	height: 97px;
	position: relative;
	float: right;
	display: block;
	top: -70px;
	right: 80px;
	cursor: pointer;
	z-index: 999;
	transition: opacity 1s ease;
	-webkit-transition: opacity 1s ease;
	-o-transition: opacity 1s ease;
	-moz-transition: opacity 1s ease;
	opacity: 0.5;
	-webkit-opacity: 0.5;
	-o-opacity: 0.5;
	-moz-opacity: 0.5;
}
.home_slider_nextbutton:hover {
	background-position: -84px -134px;
	opacity: 1;
	-webkit-opacity: 1;
	-o-opacity: 1;
	-moz-opacity: 1;
}

#home_loading_img {
	position: relative;
	float: left;
	left: 330px;
	top: 50px;
}

.home_slider_desc {
	font-size: 16px;
	width: 500px;
	height: 200px;
	position: relative;
	margin: auto;
	padding: 10px;
	overflow-y: auto;
	z-index: 1000;
}

.home_slider_gallery {
	width: 300px;
	height: 600px;
	position: absolute;
	right: -250px;
	top: 125px;
	z-index: 1000;
}

.home_slider_gallery ul {
	margin: 0;
	padding: 0;
}

.home_slider_gallery ul li {
	list-style-type: none;
	width: 150px;
	height: 75px;
	display: block;
	margin-bottom: 15px;
	
}

.home_slider_gallery ul li:hover .big {
	visibility: visible;
	opacity: 1;
	-o-opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
}

.mini {
	width: 150px;
	height: 75px;
	border: 1px solid #ffa200;
	box-shadow: 0 0 10px #000;
	-o-box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
	transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-webkit-transition: all 0.1s ease;
}
.mini:hover {
	border-top: 1px solid #ffcc00;
	border-bottom: 1px solid #ffcc00;
	border-right: 4px solid #ffcc00;
	border-left: 1px solid #ffcc00;
}

/************************************************** About Us Area Style ************************************************/

#about_area {
	width: 700px;
	height: 700px;
	position: relative;
	left: 30px;
	top: 80px;
}

#about_logo_area {
	color: #ffa200;
	background: url(../imgs/windows/global_windows.png) no-repeat -412px -275px;
	width: 500px;
	height: 500px;
	position: relative;
	margin: auto;
	top: 10px;
}

#about_topright_button {
	width: 73px;
	height: 73px;
	position: relative;
	display: block;
	float: right;
	clear: both;
	top: 26px;
	left: 54px;
	cursor: pointer;
}
.about_topright_buttonhover {
	background: url(../imgs/buttons/about_buttons_over.png) no-repeat -219px 0;
	width: 73px;
	height: 73px;
}

#about_topright_area {
	background: url(../imgs/windows/about_circle.png) no-repeat;
	width: 450px;
	height: 450px;
	position: absolute;
	top: 15px;
	left: 25px;
}

#about_bottomright_button {
	width: 73px;
	height: 73px;
	position: relative;
	display: block;
	float: right;
	clear: both;
	top: 264px;
	left: 52px;
	cursor: pointer;
}
.about_bottomright_buttonhover {
	background: url(../imgs/buttons/about_buttons_over.png) no-repeat -292px 0;
	width: 73px;
	height: 73px;
}

#about_bottomright_area {
	background: url(../imgs/windows/about_circle.png) no-repeat;
	width: 450px;
	height: 450px;
	position: absolute;
	top: 15px;
	left: 25px;
}

#about_bottom_button {
	width: 73px;
	height: 73px;
	position: relative;
	display: block;
	float: right;
	clear: both;
	top: 338px;
	left: -226px;
	cursor: pointer;
}
.about_bottom_buttonhover {
	background: url(../imgs/buttons/about_buttons_over.png) no-repeat 0 0;
	width: 73px;
	height: 73px;
}

#about_bottom_area {
	background: url(../imgs/windows/about_circle.png) no-repeat;
	width: 450px;
	height: 450px;
	position: absolute;
	top: 15px;
	left: 25px;
}

#about_bottomleft_button {
	width: 73px;
	height: 73px;
	position: relative;
	display: block;
	float: left;
	clear: both;
	top: 118px;
	left: -47px;
	cursor: pointer;
}
.about_bottomleft_buttonhover {
	background: url(../imgs/buttons/about_buttons_over.png) no-repeat -73px 0;
	width: 73px;
	height: 73px;
}

#about_bottomleft_area {
	background: url(../imgs/windows/about_circle.png) no-repeat;
	width: 450px;
	height: 450px;
	position: absolute;
	top: 15px;
	left: 25px;
}

#about_topleft_button {
	width: 73px;
	height: 73px;
	position: relative;
	display: block;
	float: left;
	clear: both;
	top: -266px;
	left: -49px;
	cursor: pointer;
}
.about_topleft_buttonhover {
	background: url(../imgs/buttons/about_buttons_over.png) no-repeat -146px 0;
	width: 73px;
	height: 73px;
}

#about_topleft_area {
	background: url(../imgs/windows/about_circle.png) no-repeat;
	width: 450px;
	height: 450px;
	position: absolute;
	top: 15px;
	left: 25px;
}

.about_areas_content {
	width: 350px;
	height: 270px;
	position: relative;
	margin: 40px auto auto;
	padding: 10px 5px 0;
	overflow-y: auto;
}

.about_areas_style p {
	text-align: justify;
}

.about_area_title {
	color: #ffcc00;
	letter-spacing: 2px;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	width: 250px;
	position: relative;
	display: block;
	margin: auto;
	top: 40px;
	cursor: default;
	text-shadow: 0 0 10px #ffa200;
	-o-text-shadow: 0 0 10px #ffa200;
	-moz-text-shadow: 0 0 10px #ffa200;
	-webkit-text-shadow: 0 0 10px #ffa200;
}

#about_followus_fblink {
	width: 48px;
	height: 48px;
	position: relative;
	display: block;
	border: none;
	right: 0;
	text-align: center;
}

#about_followus_fblink img {
	width: 40px;
	height: 40px;
	border: none;
	transition: all 1s ease;
	-o-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
}
#about_followus_fblink img:hover {
	width: 48px;
	height: 48px;
	transform: rotate(-10deg);
	-o-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
}

#about_area_list {
	list-style-type: square;
	margin: 0;
	padding: 0 5px;
}

#about_area_list li {
	margin-bottom: 5px;
}

/************************************************** Medias Area Style ************************************************/

#medias_area {
	width: 750px;
	height: 750px;
	position: relative;
	left: 120px;
	top: 55px;
}

#medias_maincircle_area {
	background: url(../imgs/windows/global_windows) no-repeat 0 -775px;
	width: 550px;
	height: 550px;
	position: relative;
	margin: auto;
}

.medias_gallery_area {
	background: url(../imgs/buttons/medias_circle.png) no-repeat;
	width: 125px;
	height: 125px;
	position: absolute;
	display: block;
	cursor: pointer;
}
.medias_gallery_area:hover .medias_gallery_circle {
	opacity: 1;
	-o-opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
}
.medias_gallery_area:hover .medias_gallery_title {
	color: #000;
	text-shadow: 0 0 10px #ffcc00;
	-o-text-shadow: 0 0 10px #ffcc00;
	-moz-text-shadow: 0 0 10px #ffcc00;
	-webkit-text-shadow: 0 0 10px #ffcc00;
}

.medias_gallery_area ul {
	margin: 0;
	padding: 0;
}

.medias_gallery_area ul li {
	list-style-type: none;
	width: 73px;
	height: 73px;
	position: absolute;
	display: block;
}

.medias_gallery_circle {
	background: url(../imgs/buttons/medias_circle_over.png) no-repeat;
	width: 125px;
	height: 125px;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	opacity: 0;
	-o-opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.medias_gallery_title {
	color: #ffa200;
	font-size: 24px;
	font-weight: bold;
	position: absolute;
	line-height: 20px;
	text-shadow: 0 0 10px #ff7800;
	-o-text-shadow: 0 0 10px #ff7800;
	-moz-text-shadow: 0 0 10px #ff7800;
	-webkit-text-shadow: 0 0 10px #ff7800;
	transition: all 1s ease;
	-o-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
}

/* GALLERIES --- */
/* CHATTY GALLERY */
#medias_chatty_image {
	background: url(../imgs/gallery/medias_minigalleries.png) no-repeat 0 0;
	width: 73px;
	height: 73px;
	position: relative;
	display: block;
}
#medias_chatty_image:hover {
	background: url(../imgs/gallery/medias_minigalleries.png) no-repeat -73px 0;
	width: 73px;
	height: 73px;
	position: relative;
	display: block;
}

#medias_chatty_image2 {
	background: url(../imgs/gallery/medias_minigalleries.png) no-repeat 0 -73px;
	width: 73px;
	height: 73px;
	position: relative;
	display: block;
}
#medias_chatty_image2:hover {
	background: url(../imgs/gallery/medias_minigalleries.png) no-repeat -73px -73px;
	width: 73px;
	height: 73px;
	position: relative;
	display: block;
}

#medias_chatty_image3 {
	background: url(../imgs/gallery/medias_minigalleries.png) no-repeat 0 -146px;
	width: 73px;
	height: 73px;
	position: relative;
	display: block;
}
#medias_chatty_image3:hover {
	background: url(../imgs/gallery/medias_minigalleries.png) no-repeat -73px -146px;
	width: 73px;
	height: 73px;
	position: relative;
	display: block;
}

#medias_chatty_image4 {
	background: url(../imgs/gallery/medias_minigalleries.png) no-repeat 0 -219px;
	width: 73px;
	height: 73px;
	position: relative;
	display: block;
}
#medias_chatty_image4:hover {
	background: url(../imgs/gallery/medias_minigalleries.png) no-repeat -73px -219px;
	width: 73px;
	height: 73px;
	position: relative;
	display: block;
}

#medias_chatty_image5 {
	background: url(../imgs/gallery/medias_minigalleries.png) no-repeat 0 -292px;
	width: 73px;
	height: 73px;
	position: relative;
	display: block;
}
#medias_chatty_image5:hover {
	background: url(../imgs/gallery/medias_minigalleries.png) no-repeat -73px -292px;
	width: 73px;
	height: 73px;
	position: relative;
	display: block;
}

#medias_chatty_image6 {
	background: url(../imgs/gallery/medias_minigalleries.png) no-repeat 0 -365px;
	width: 73px;
	height: 73px;
	position: relative;
	display: block;
}
#medias_chatty_image6:hover {
	background: url(../imgs/gallery/medias_minigalleries.png) no-repeat -73px -365px;
	width: 73px;
	height: 73px;
	position: relative;
	display: block;
}
/* WAVESTATION GALLERY */
#medias_wavestation_image {
	background: url(../imgs/gallery/medias_minigalleries.png) no-repeat -146px 0;
	width: 73px;
	height: 73px;
	position: relative;
	display: block;
}
#medias_wavestation_image:hover {
	background: url(../imgs/gallery/medias_minigalleries.png) no-repeat -219px 0;
	width: 73px;
	height: 73px;
	position: relative;
	display: block;
}

#medias_wavestation_image2 {
	background: url(../imgs/gallery/medias_minigalleries.png) no-repeat -146px -73px;
	width: 73px;
	height: 73px;
	position: relative;
	display: block;
}
#medias_wavestation_image2:hover {
	background: url(../imgs/gallery/medias_minigalleries.png) no-repeat -219px -73px;
	width: 73px;
	height: 73px;
	position: relative;
	display: block;
}

#medias_wavestation_image3 {
	background: url(../imgs/gallery/medias_minigalleries.png) no-repeat -146px -146px;
	width: 73px;
	height: 73px;
	position: relative;
	display: block;
}
#medias_wavestation_image3:hover {
	background: url(../imgs/gallery/medias_minigalleries.png) no-repeat -219px -146px;
	width: 73px;
	height: 73px;
	position: relative;
	display: block;
}
/* ZEEEK GALLERY */
#medias_zeeek_image {
	background: url(../imgs/gallery/medias_minigalleries.png) no-repeat -292px 0;
	width: 73px;
	height: 73px;
	position: relative;
	display: block;
}
#medias_zeeek_image:hover {
	background: url(../imgs/gallery/medias_minigalleries.png) no-repeat -365px 0;
	width: 73px;
	height: 73px;
	position: relative;
	display: block;
}

#medias_zeeek_image2 {
	background: url(../imgs/gallery/medias_minigalleries.png) no-repeat -292px -73px;
	width: 73px;
	height: 73px;
	position: relative;
	display: block;
}
#medias_zeeek_image2:hover {
	background: url(../imgs/gallery/medias_minigalleries.png) no-repeat -365px -73px;
	width: 73px;
	height: 73px;
	position: relative;
	display: block;
}

#medias_zeeek_image3 {
	background: url(../imgs/gallery/medias_minigalleries.png) no-repeat -292px -146px;
	width: 73px;
	height: 73px;
	position: relative;
	display: block;
}
#medias_zeeek_image3:hover {
	background: url(../imgs/gallery/medias_minigalleries.png) no-repeat -365px -146px;
	width: 73px;
	height: 73px;
	position: relative;
	display: block;
}

#medias_zeeek_image4 {
	background: url(../imgs/gallery/medias_minigalleries.png) no-repeat -292px -219px;
	width: 73px;
	height: 73px;
	position: relative;
	display: block;
}
#medias_zeeek_image4:hover {
	background: url(../imgs/gallery/medias_minigalleries.png) no-repeat -365px -219px;
	width: 73px;
	height: 73px;
	position: relative;
	display: block;
}

#medias_zeeek_image5 {
	background: url(../imgs/gallery/medias_minigalleries.png) no-repeat -292px -292px;
	width: 73px;
	height: 73px;
	position: relative;
	display: block;
}
#medias_zeeek_image5:hover {
	background: url(../imgs/gallery/medias_minigalleries.png) no-repeat -365px -292px;
	width: 73px;
	height: 73px;
	position: relative;
	display: block;
}

#medias_zeeek_image6 {
	background: url(../imgs/gallery/medias_minigalleries.png) no-repeat -292px -365px;
	width: 73px;
	height: 73px;
	position: relative;
	display: block;
}
#medias_zeeek_image6:hover {
	background: url(../imgs/gallery/medias_minigalleries.png) no-repeat -365px -365px;
	width: 73px;
	height: 73px;
	position: relative;
	display: block;
}
/* SAIGON GALLERY */
/*#medias_saigon_image {
	background: url(../imgs/gallery/medias_minigalleries.png) no-repeat -292px 0;
	width: 73px;
	height: 73px;
	position: relative;
	display: block;
}
#medias_saigon_image:hover {
	background: url(../imgs/gallery/medias_minigalleries.png) no-repeat -365px 0;
	width: 73px;
	height: 73px;
	position: relative;
	display: block;
}

#medias_saigon_image2 {
	background: url(../imgs/gallery/medias_minigalleries.png) no-repeat -292px -73px;
	width: 73px;
	height: 73px;
	position: relative;
	display: block;
}
#medias_saigon_image2:hover {
	background: url(../imgs/gallery/medias_minigalleries.png) no-repeat -365px -73px;
	width: 73px;
	height: 73px;
	position: relative;
	display: block;
}

#medias_saigon_image3 {
	background: url(../imgs/gallery/medias_minigalleries.png) no-repeat -292px -146px;
	width: 73px;
	height: 73px;
	position: relative;
	display: block;
}
#medias_saigon_image3:hover {
	background: url(../imgs/gallery/medias_minigalleries.png) no-repeat -365px -146px;
	width: 73px;
	height: 73px;
	position: relative;
	display: block;
}*/
/* --- */

/************************************************** Contact Area Style ************************************************/

#contact_area {
	width: 625px;
	height: 625px;
	position: relative;
	left: 353px;
	top: 73px;
}

#contact_form_area {
	width: 366px;
	position: relative;
	margin: auto;
	top: 10px;
}

.contact_form_inputtext {
	background-color: #000;
	color: #ffa200;
	letter-spacing: 1px;
	font-size: 15px;
	width: 350px;
	height: 27px;
	position: relative;
	margin: 5px 0 15px 0;
	padding: 5px 7px;
	border: 1px solid #ff7800;
	border-radius: 7px;
	-o-border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	transition: all 1s ease;
	-o-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
}
.contact_form_inputtext:hover,.contact_form_inputtext:focus {
	border: 1px solid #ffcc00;
	box-shadow: inset 0 0 10px #ffa200;
	-o-box-shadow: inset 0 0 10px #ffa200;
	-moz-box-shadow: inset 0 0 10px #ffa200;
	-webkit-box-shadow: inset 0 0 10px #ffa200;
}

/*.contact_form_select {
	background-color: #000;
	color: #ffa200;
	letter-spacing: 1px;
	font-size: 15px;
	width: 365px;
	height: 30px;
	position: relative;
	margin: 5px 0 15px 0;
	padding: 5px 7px;
	border: 1px solid #ff7800;
	border-radius: 7px;
	-o-border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	transition: all 1s ease;
	-o-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
}
.contact_form_select:hover,.contact_form_select:focus {
	border: 1px solid #ffcc00;
	box-shadow: inset 0 0 10px #ffa200;
	-o-box-shadow: inset 0 0 10px #ffa200;
	-moz-box-shadow: inset 0 0 10px #ffa200;
	-webkit-box-shadow: inset 0 0 10px #ffa200;
}

.contact_form_select option {
	color: #ffa200;
	letter-spacing: 1px;
	font-size: 15px;
	position: relative;
	padding: 5px;
	border: none;
}
.contact_form_select option:hover {
	color: #000;
	background-color: #ffcc00;
}*/

.contact_form_textarea {
	background-color: #000;
	color: #ffa200;
	text-align: justify;
	font-family: Calibri, Helvetica, Verdana, sans-serif, Arial, "Times New Roman";
	font-size: 13px;
	width: 350px;
	max-width: 500px;
	height: 150px;
	max-height: 300px;
	position: relative;
	margin: 5px 0 15px 0;
	padding: 5px 7px;
	border: 1px solid #ff7800;
	overflow-y: auto;
	border-radius: 7px;
	-o-border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	transition: all 1s ease;
	-o-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
}
.contact_form_textarea:hover,.contact_form_textarea:focus {
	border: 1px solid #ffcc00;
	box-shadow: inset 0 0 10px #ffa200;
	-o-box-shadow: inset 0 0 10px #ffa200;
	-moz-box-shadow: inset 0 0 10px #ffa200;
	-webkit-box-shadow: inset 0 0 10px #ffa200;
}

.contact_form_submit {
	background-color: #000;
	color: #ffa200;
	font-size: 14px;
	font-weight: bold;
	width: 100px;
	max-width: 350px;
	height: 35px;
	max-height: 150px;
	position: relative;
	left: 130px;
	margin: 5px 0 15px 0;
	border: 1px solid #ff7800;
	cursor: pointer;
	border-radius: 7px;
	-o-border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	transition: all 1s ease;
	-o-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
}
.contact_form_submit:hover {
	background-color: #ffcc00;
	color: #000;
	border: 1px solid #ffcc00;
	box-shadow: 0 0 10px #ffa200;
	-o-box-shadow: 0 0 10px #ffa200;
	-moz-box-shadow: 0 0 10px #ffa200;
	-webkit-box-shadow: 0 0 10px #ffa200;
}

/************************************************** Legal Area Style ************************************************/

#legal_area_content {
	font-size: 14px;
	background: url(../imgs/windows/parallax_trees.png) no-repeat right center;
	width: 650px;
	height: 500px;
	position: relative;
	padding: 0px;
	cursor: default;
}

#legal_area_container {
	position: relative;
	border-top: 1px dotted #ffa200;
	border-bottom: 1px dotted #ffa200;
	border-right: none;
	border-left: none;
}

.legal_left_area {
	text-align: center;
	width: 220px;
	position: relative;
	float: left;
	padding: 10px 20px 10px 10px;
	left: 62px;
}
.legal_left_area:hover .legal_content_title {
	color: #ffea04;
	text-shadow: 0 0 10px #ffa200;
	-o-text-shadow: 0 0 10px #ffa200;
	-moz-text-shadow: 0 0 10px #ffa200;
	-webkit-text-shadow: 0 0 10px #ffa200;
}

.legal_right_area {
	text-align: center;
	width: 220px;
	position: relative;
	float: right;
	padding: 10px;
	right: 72px;
}
.legal_right_area:hover .legal_content_title {
	color: #ffea04;
	text-shadow: 0 0 10px #ffa200;
	-o-text-shadow: 0 0 10px #ffa200;
	-moz-text-shadow: 0 0 10px #ffa200;
	-webkit-text-shadow: 0 0 10px #ffa200;
}

.legal_midgar_title {
	color: #ff7800;
	font-size: 22px;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	display: block;
	left: -10px;
}

.legal_content_title {
	color: #ffcc00;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	display: block;
	letter-spacing: 1px;
	transition: all 1s ease-in;
	-o-transition: all 1s ease-in;
	-moz-transition: all 1s ease-in;
	-webkit-transition: all 1s ease-in;
}

/************************************************** Terms of Use Area Style ************************************************/

#terms_area_content {
	font-size: 14px;
	background: url(../imgs/windows/parallax_trees.png) no-repeat right center;
	width: 650px;
	height: 500px;
	position: relative;
	padding: 0px;
	cursor: default;
}

/************************************************** Footer Style ************************************************/

#footer {
	background: url(../imgs/windows/footer_bg.png) repeat-x;
	width: 100%;
	height: 75px;
	position: fixed;
	bottom: 0;
	z-index: 99;
}

#footer_content {
	background: url(../imgs/windows/global_windows.png) no-repeat 0 0;
	width: 960px;
	height: 75px;
	position: relative;
	margin: auto;
	-moz-opacity: 0.5;
	-o-opacity: 0.5;
	-webkit-opacity: 0.5;
	opacity: 0.5;
	-moz-transition: opacity 2s ease-in-out;
	-o-transition: opacity 2s ease-in-out;
	-webkit-transition: opacity 2s ease-in-out;
	transition: opacity 2s ease-in-out;
}
#footer_content:hover {
	-moz-opacity: 1;
	-o-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
}

#footer_left_content {
	position: relative;
	display: block;
	float: left;
	margin-top: 10px;
	margin-left: 100px;
}

#footer_right_content {
	position: relative;
	display: block;
	float: right;
	margin-top: 10px;
	margin-right: 100px;
}

/************************************************** Facebook Area Style ************************************************/

#facebook_inner_area {
	position: relative;
	margin: auto;
	top: 140px;
}

#visit_button {
	background: url(../imgs/buttons/global_buttons.png) no-repeat 0 -296px;
	width: 400px;
	height: 100px;
	position: relative;
	display: block;
	border: none;
	margin: -43px auto auto;
	transition: opacity 1s ease;
	-o-transition: opacity 1s ease;
	-moz-transition: opacity 1s ease;
	-webkit-transition: opacity 1s ease;
	opacity: 0.8;
	-o-opacity: 0.8;
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
}
#visit_button:hover {
	background-position: -400px -296px;
	width: 400px;
	height: 100px;
	opacity: 1;
	-o-opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
}

#yggdrasil_facebook {
	background: url(../imgs/windows/global_windows.png) no-repeat 0 -275px;
	width: 412px;
	height: 412px;
	position: absolute;
	display: block;
	bottom: 185px;
	left: 195px;
}