@charset "UTF-8";
/* CSS Document */
#maximage {
/*				position:fixed !important;*/
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6,
 blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
		border:none;
	}


/* for white tamrika name background  */
.wrap {
	
	zoom: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=80);
	/* Older than Firefox 0.9 */
	-moz-opacity: 0.8;
	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.8;
	opacity: 0.8;
	
	position: fixed;
	overflow: hidden;
	height: 100%;
	width: 100%;
	min-width: 1000px;
	z-index: 5;
	left: 0px;
	top: 0px;
}


.wh_innerwrap {
	display: block;
	background-color: #000;
	position: absolute;
	height: 1em;
	width: 100%;
	top: 50%;
	left: 0px;
	z-index: 7;
}
.wh_container {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: -50%;
	}

.t_ {
	height: auto;
	width: 100%;
	float: left;
	display: inline-block;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.row1 {
	zoom: 1;
	height: 61%;
	width: 101%;
	float: left;
	margin-bottom: -1px;
	display: inline-block;
	top: 0px;
	position: relative;
	background-color: #FFF;
	overflow: hidden;
	
}

.row {
	height: auto;
	width: 100%;
	float: left;
	font-size: 0;
	display: inline-block;
}
.row3 {
	zoom: 1;
	height: 100%;
	width: 100%;
	float: left;
	margin-top: -1%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	display: inline-block;
	background-color: #FFF;
	bottom: -1000px;
	top: 0px;
	overflow: hidden;
}
.row3o {
	height: 100%;
	width: 100%;
	float: left;
	margin-top: -1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	display: inline-block;
	background-color: #FFF;
	bottom: 0px;
	top: -1px;
	overflow: hidden;
}
/* for menu areas*/
#M-wrap2 {
	position: fixed;
	width: 100%;
	overflow: hidden;
	bottom: 0px;
	top: 0px;
	min-width: 1000px;
	visibility: hidden;
	left: 0px;
	min-height: 600px;
	height: 100%;
	_height: 500px;
	z-index: 1000;
	zoom: 1;
}
@media screen and (orientation:landscape) 

and (max-device-width : 1024px){
#M-wrap2 {
	position: fixed;
	width: 100%;
	overflow: hidden;
	bottom: 0px;
	top: 0px;
	min-width: 1000px;
	visibility: hidden;
	left: 0px;
	min-height: 440px;
	height: 100%;
	_height: 500px;
	z-index: 1000;
	zoom: 1;
}
}
#M-wrap {
	position: fixed;
	width: 100%;
	overflow: hidden;
	bottom: 0px;
	top: 0px;
	min-width: 1000px;
	visibility: hidden;
	left: 0px;
	min-height: 600px;
	height: 100%;
	_height: 500px;
	z-index: 1600;
	zoom: 1;
}
@media screen and (orientation:landscape) 

and (max-device-width : 1024px){
	#M-wrap {
	position: fixed;
	width: 100%;
	overflow: hidden;
	bottom: 0px;
	top: 0px;
	min-width: 1000px;
	visibility: hidden;
	left: 0px;
	min-height: 440px;
	height: 100%;
	_height: 500px;
	z-index: 1600;
	zoom: 1;
}
}

#menu_c_r {
	text-align: center;
	font-size: 24px;
	font-weight: normal;
	color: #333;
	letter-spacing: 0.3em;
	z-index: 1700;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=80);
	/* Older than Firefox 0.9 */
	-moz-opacity: 0.8;
	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.8;
	position: absolute;
	height: 2em;
	width: 18%;
	right: 0px;
	top: 60%;
	overflow: hidden;
	visibility: visible;
	zoom: 1;
	/* blocks text from being selected/highlighted*/
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

#menu_c_t_r {
	text-align: center;
	font-size: 24px;
	font-weight: normal;
	color: #333;
	letter-spacing: 0.3em;
	z-index: 1700;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=80);
	/* Older than Firefox 0.9 */
	-moz-opacity: 0.8;
	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.8;
	position: absolute;
	height: 2em;
	width: 18%;
	right: 0px;
	top: 35%;
	overflow: hidden;
	visibility: visible;
	zoom: 1;
	/* blocks text from being selected/highlighted*/
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;	
}


#menu_c_l {
	text-align: center;
	
	font-size: 24px;
	font-weight: normal;
	color: #333;
	letter-spacing: 0.3em;
	z-index: 1700;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=80);
	/* Older than Firefox 0.9 */
	-moz-opacity: 0.8;
	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.8;
	position: absolute;
	height: 2em;
	width: 18%;
	left: 0px;
	top: 60%;
	overflow: visible;
	visibility: visible;
	zoom: 1;
	
	/* blocks text from being selected/highlighted*/
	 -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
	
}
#menu_t_l {
	text-align: center;
	
	font-size: 24px;
	font-weight: normal;
	color: #333;
	letter-spacing: 0.3em;
	z-index: 1700;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=80);
	/* Older than Firefox 0.9 */
	-moz-opacity: 0.8;
	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.8;
	position: absolute;
	height: 2em;
	width: 18%;
	left: 0px;
	top: 2em;
	overflow: visible;
	visibility: visible;
	zoom: 1;
	/* blocks text from being selected/highlighted*/
	 -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
	
}
#menu_t_r {
	text-align: center;
	font-size: 24px;
	font-weight: normal;
	color: #333;
	letter-spacing: 0.3em;
	z-index: 1700;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=80);
	/* Older than Firefox 0.9 */
	-moz-opacity: 0.8;
	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.8;
	position: absolute;
	height: 2em;
	width: 18%;
	right: 0px;
	top: 2em;
	overflow: visible;
	visibility: visible;
	zoom: 1;
	/* blocks text from being selected/highlighted*/
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

#menu_b_l {
	text-align: center;
	
	font-size: 24px;
	font-weight: normal;
	color: #333;
	letter-spacing: 0.3em;
	z-index: 1700;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=80);
	/* Older than Firefox 0.9 */
	-moz-opacity: 0.8;
	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.8;
	position: absolute;
	height: 2em;
	width: 18%;
	left: 0px;
	bottom: 1.5em;
	overflow: visible;
	visibility: visible;
	zoom: 1;
	/* blocks text from being selected/highlighted*/
	 -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
#menu_b_r {
	text-align: center;
	
	font-size: 24px;
	font-weight: normal;
	color: #333;
	letter-spacing: 0.3em;
	z-index: 1700;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=80);
	/* Older than Firefox 0.9 */
	-moz-opacity: 0.8;
	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.8;
	position: absolute;
	height: 2em;
	width: 18%;
	right: 0px;
	bottom: 1.5em;
	overflow: visible;
	visibility: visible;
	zoom: 1;
	/* blocks text from being selected/highlighted*/
	 -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
	
}
#menu_top {
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=80);
	/* Older than Firefox 0.9 */
	-moz-opacity: 0.8;
	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.8;
	position: absolute;
	height: 2em;
	width: 100%;
	left: 0px;
	top: 2em;
	overflow: visible;
	visibility: hidden;
	visibility: visible\9;
	z-index: 1000;
	zoom: 1;
	right: 0px;
	
}
#menu {
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=80);
	/* Older than Firefox 0.9 */
	-moz-opacity: 0.8;
	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.8;
	position: absolute;
	height: 2em;
	width: 100%;
	left: 0px;
	bottom: 2em;
	overflow: visible;
	visibility: hidden;
	visibility: visible\9;
	z-index: 1000;
	zoom: 1;
}
#menu_bottom {
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=80);
	/* Older than Firefox 0.9 */
	-moz-opacity: 0.8;
	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.8;
	position: absolute;
	height: 1px;
	width: 100%;
	left: 0px;
	bottom: 0em;
	overflow: visible;
	visibility: visible;
	z-index: 1000;
	zoom: 1;
	
}
.wrds_layer {
	width: 100%;
	position: fixed;
	display: inline-block;
	z-index: 6;
	min-height: 480px;
	left: 0px;
	overflow: hidden;
	min-width: 1000px;
	visibility: visible;
	top: 2em;
	bottom: 2em;
}


.vidlayer {
	width: 100%;
	position: fixed;
	display: block;
	z-index: 6;
	top: 2em;
	bottom: 2em;
	min-height: 450px;
	left: 0px;
	overflow: hidden;
	min-width: 1000px;
}
.let_wrap2 {
	text-align: center;
	float: left;
	height: auto;
	width: 18%;
	position: relative;
	overflow: hidden;
	font-size: 24px;
	font-weight: normal;
	top: 0px;
	color: #333;
	letter-spacing: 0.3em;
	z-index: 1700;
	visibility: visible;	
}
.let_wrap3 {
	text-align: center;
	float: right;
	height: auto;
	width: 18%;
	position: relative;
	overflow: hidden;
	font-size: 24px;
	font-weight: normal;
	top: 0px;
	color: #333;
	letter-spacing: 0.3em;
	z-index: 1700;
	visibility: visible;
}

.medialayer {
	width: 100%;
	position: fixed;
	display: block;
	z-index: 5;
	top: 2em;
	bottom: 2em;
	min-height: 450px;
	left: 0px;
	overflow: hidden;
	min-width: 1000px;
	visibility: hidden;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	min-width: 1000px;
	
	font-size: 14px;
	overflow-x: hidden;
	overflow-y: auto;
	background: transparent;
	
	
}
.vidlayer {
	width: 100%;
	position: fixed;
	display: block;
	z-index: 6;
	top: 2em;
	bottom: 2em;
	min-height: 450px;
	left: 0px;
	overflow: hidden;
	min-width: 1000px;
	visibility: hidden;
}
.vidlayer .media_menus {
}
.media_menus_half {
	text-align: right;
	clear: left;
	float: left;
	height: 7%;
	width: 90%;
	overflow: hidden;
	top: 0px;
	display: inline-block;
	zoom: 1;
	*display: inline;
	position: relative;
	right: 0px;
	font-size: 24px;
	font-weight: normal;
	
	color: #333;
	letter-spacing: 0.3em;
	margin-left: 0em;
	min-width: 600px;
	min-height: 1.75em;
	}
.media_menus {
	text-align: right;
	clear: left;
	float: left;
	height: 14%;
	width: 86.5%;
	overflow: hidden;
	top: 0px;
	display: inline-block;
	zoom: 1;
	*display: inline;
	position: relative;
	font-size: 24px;
	font-weight: normal;
	color: #333;
	letter-spacing: 0.3em;
	margin-left: 0em;
	min-width: 870px;
	min-height: 3.5em;
	visibility: visible;
	}
.mov_menus {
	text-align: right;
	clear: left;
	float: left;
	height: 14%;
	width: 75%;
	overflow: hidden;
	top: 0px;
	display: inline-block;
	zoom: 1;
	*display: inline;
	position: relative;
	right: 0px;
	font-size: 24px;
	font-weight: normal;
	
	color: #333;

	letter-spacing: 0.3em;
	margin-left: 0em;
	min-width: 600px;
	min-height: 3.5em;
	visibility: visible;
	}
	.mov_menus5 {
	text-align: right;
	clear: left;
	float: left;
	height: 11%;
	width: 75%;
	overflow: hidden;
	top: 0px;
	display: inline-block;
	zoom: 1;
	*display: inline;
	position: relative;
	right: 0px;
	font-size: 24px;
	font-weight: normal;
	
	color: #333;
	letter-spacing: 0.3em;
	margin-left: 0em;
	min-width: 600px;
	min-height: 3.5em;
	visibility: visible;
	}
	
.media_menus {
	text-align: right;
	clear: left;
	float: left;
	height: 14%;
	width: 86.5%;
	overflow: hidden;
	top: 0px;
	display: inline-block;
	zoom: 1;
	*display: inline;
	position: relative;
	font-size: 24px;
	font-weight: normal;
	color: #333;
	letter-spacing: 0.3em;
	margin-left: 0em;
	min-width: 870px;
	min-height: 3.5em;
	visibility: visible;
	}
.mov_menus_tf {
	text-align: left;
	clear: both;
	float: left;
	height: auto;
	width: auto;
	overflow: hidden;
	top: 0px;
	display: inline;
	position: relative;
	right: 0px;
	color: #666;
	letter-spacing: 0.3em;
	margin-left: 3em;
	zoom: 1;
	*display: inline;
	padding-right: 200px;
	padding-bottom: 2em;
	min-width: 435px;
	max-width: 780px;
	line-height: 1.5em;
	visibility: visible;
}
.mov_menus_tf2 {
	text-align: left;
	clear: left;
	float: left;
	height: 4.5em;
	width: auto;
	overflow: hidden;
	top: 0px;
	display: inline;
	position: relative;
	right: 0px;
	
	color: #666;
	letter-spacing: 0.2em;
	margin-left: 2em;
	min-width: 400px;
	padding-left: 0px;
	zoom: 1;
	*display: inline;
	visibility: visible;
}
.proj_menus {
	text-align: left;
	clear: left;
	float: left;
	height: 14%;
	width: 84%;
	overflow: hidden;
	top: 0px;
	display: inline;
	position: relative;
	font-size: 24px;
	font-weight: normal;
	color: #333;
	letter-spacing: 0.3em;
	min-width: 885px;
	zoom: 1;
	*display: inline;
	min-height: 3.5em;
	visibility: visible;
	margin-left: 16%;
}
a:link {
	text-decoration: none;
	color: #666;
	outline: none;
}
a:active {
	text-decoration: none;
	color: #666;
	outline: none;
}
a:visited {
	text-decoration: none;
	color: #666;
	outline: none;
}
a:hover {
	text-decoration: none;
	color: #555;
	font-weight: bold;
	cursor: pointer;
	-webkit-text-stroke: .5px #555;
	text-shadow: -1px -1px 0 #F9F9F9,  
    1px -1px 0 #F9F9F9,
    -1px 1px 0 #F9F9F9,
     1px 1px 0 #F9F9F9;
	outline: none;
}
.f32t {
	font-size: 32px;
}
.f32r {
	font-size: 32px;
	text-align: left;
}
.f24 {
	font-size: 24px;
}
.b_24pt {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.2em;
	visibility: visible;
}
.b_24ptnv {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.2em;
	
}
.i_18pt {
	font-size: 18px;
	font-style: italic;
	letter-spacing: 5px;
	visibility: visible;
	margin-left: -1em;
}
.b_i_18pt {
	font-size: 18px;
	font-style: italic;
	
	visibility: visible;
	font-weight: bold;
}
.i_24pt {
	font-size: 24px;
	font-style: italic;
	letter-spacing: .25em;
	visibility: visible;
}
.i_17pt {
	font-size: 17px;
	font-style: italic;
	visibility: visible;
	margin-left: -1em;	
}
.i_17ptnv {
	font-size: 17px;
	font-style: italic;
	
	margin-left: -1em;	
}
	
.b_i_24pt {
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
}
#shield {
	background-color: #F2F2F2;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 6;
}
#bg_backup {
	
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1;
}

.selected_menu {
	text-decoration: none;
	color: #555;
	font-weight: bold;
	-webkit-text-stroke: .5px #999;
	text-shadow: -1px -1px 0 #F9F9F9,  
    1px -1px 0 #F9F9F9,
    -1px 1px 0 #F9F9F9,
     1px 1px 0 #F9F9F9;
	outline: none;
}
.selected_menu a:active {
	color: #333;	
}
.selected_menu a:visited {
	color: #333;	
}
.selected_menu a:link {
	color: #333;	
}
 
#aptfns {
	left: 0%;
	top: 5em;
	vertical-align: middle;
	height: auto;
	display: inline-block;
	font-size: 13px;
	padding-left: 14%;
	min-height: 350px;
	z-index: 1000;
	position: relative;
	visibility: visible;
	padding-bottom: 5em;
	overflow: hidden;
}
#aptf {
	left: 0%;
	top: 5em;
	vertical-align: middle;
	height: auto;
	display: inline-block;
	font-size: 13px;
	min-height: 350px;
	z-index: 1000;
	position: relative;
	visibility: hidden;
	padding-bottom: 5em;
	letter-spacing: 0.25em;
	overflow: hidden;
	padding-left: 10%;
}
.mov_menus2 {
	text-align: left;
	clear: left;
	float: left;
	height: 6em;
	width: 87.5%;
	overflow: hidden;
	top: 0px;
	display: inline;
	position: relative;
	right: 0px;
	
	color: #666;
	letter-spacing: 0.2em;
	margin-left: 5em;
	min-width: 885px;
	padding-left: 0em;
	zoom: 1;
	*display: inline;
}
.mov_menus24 {
	text-align: left;
	clear: left;
	float: left;
	height: auto;
	width: 87.5%;
	overflow: hidden;
	top: 0px;
	display: inline;
	position: relative;
	right: 0px;
	
	color: #666;
	letter-spacing: 0.2em;
	margin-left: 5em;
	min-width: 885px;
	padding-left: 0em;
	zoom: 1;
	*display: inline;
	padding-bottom: 1em;
	visibility: visible;
}
.radio_menus18 {
	text-align: left;
	clear: left;
	float: left;
	height: auto;
	width: 60%;
	overflow: hidden;
	top: 0px;
	display: inline;
	position: relative;
	right: 0px;
	color: #666;
	letter-spacing: 0.2em;
	margin-left: 5em;
	min-width: 350px;
	padding-left: 2em;
	zoom: 1;
	*display: inline;
	padding-bottom: 1em;
	visibility: visible;
}
.mov_menus18 {
	text-align: left;
	clear: left;
	float: left;
	height: auto;
	width: 40%;
	overflow: hidden;
	top: 0px;
	display: inline;
	position: relative;
	right: 0px;
	color: #666;
	letter-spacing: 0.2em;
	margin-left: 5em;
	min-width: 350px;
	padding-left: 2em;
	zoom: 1;
	*display: inline;
	padding-bottom: 1em;
	visibility: visible;
}
.mov_menus3 {
	text-align: left;
	clear: left;
	float: left;
	height: 14%;
	width: 87.5%;
	overflow: hidden;
	top: 0px;
	display: inline-block;
	position: relative;
	right: 0px;
	
	color: #666;
	letter-spacing: .3em;
	margin-left: 5em;
	min-width: 885px;
	padding-left: 0em;
	zoom: 1;
	*display: inline;
	visibility: visible;
}
#M_innerwrap2 {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	min-height: 420px;
	z-index: 990;
}
#M_innerwrap {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	min-height: 500px;
	z-index: 990;
}
.contact_wrap {
	position: fixed;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	min-height: 470px;
	overflow: hidden;
	display: inline-block;
	min-width: 1000px;
	visibility: hidden;
}
/* for word sections */
.rules_d {
	text-align: left;
	width: 30.5em;
	top: 0em;
	overflow: visible;
	position: relative;
	border: thin solid #999;
	padding: 2em;
	height: auto;
	font-weight: normal;
	font-size: 16px;
	
	-moz-box-shadow: 0 5px 15px #013;
	-webkit-box-shadow: 0 5px 15px #013;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=115, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=115, Color='#000000');
	box-shadow: 0 5px 15px #013;
	background-color: #F9F9F9;
	margin-right: auto;
	margin-left: auto;
	display: inline-block;
}
.rolling_numbers {
	text-align: left;
	width: 30.5em;
	top: 0em;
	overflow: visible;
	position: relative;
	height: auto;
	font-weight: normal;
	font-size: 16px;
	margin-right: auto;
	margin-left: auto;
	display: inline-block;
	padding-top: 2em;
	padding-right: 2em;
	padding-bottom: 1em;
	padding-left: 2em;
}
#r-u-flower {
	position: absolute;
	height: 55%;
	width: 21%;
	left: 0px;
	top: 0px;
	min-height: 300px;
	min-width: 240px;
	z-index: 11;
	max-width: 500px;
	visibility: visible;
	max-height: 400px;
	background-color: transparent;
}
.gamed {
	height: auto;
	width: 13em;
	
	position: absolute;
	display: inline;
	right: 0%;
	margin-right: 0%;
	bottom: 0em;
	font-size: 18px;
}
.game_n {
	height: auto;
	width: auto;
	
	position: absolute;
	display: block;
	right: 0%;
	margin-right: 0%;
	bottom: -4em;
	text-align: right;
}
.words-600d {
	text-align: center;
	width: 100%;
	top: 0em;
	overflow: visible;
	margin-right: auto;
	margin-left: auto;
	display: inline-block;
	position: relative;
	z-index: 1001;
}
.words600wrapd {
	height: auto;
	width: 75%;
	overflow: visible;
	top: 0em;
	position: relative;
	margin-left: 2%;
	text-align: center;
	z-index: 1000;
	visibility: visible;
}
.words600wrapdlast {
	height: auto;
	width: 70%;
	overflow: visible;
	top: 0em;
	position: relative;
	margin-left: 7%;
	text-align: left;
	z-index: 1000;
	visibility: visible;
}
.words-600rolling {
	text-align: center;
	width: 100%;
	top: 0em;
	overflow: visible;
	margin-right: auto;
	margin-left: auto;
	display: inline-block;
	position: relative;
	max-width: 45em;
}
.words-600last {
	text-align: left;
	width: 100%;
	top: 0em;
	overflow: visible;
	margin-right: auto;
	margin-left: auto;
	display: inline-block;
	position: relative;
	max-width: 45em;
}



#maincontainer {
	min-width: 1000px;
	z-index: 11;
	position: absolute;
	width: 100%;
	left: -25px;
	top: 7%;
	overflow: hidden;
	visibility: visible;
}
#maincontainer_early {
	min-width: 1000px;
	z-index: 11;
	position: absolute;
	width: 100%;
	left: -25px;
	top: 3px;
	overflow: visible;
	visibility: visible;
}

#contentwrapperns {
	float: left;
	width: 100%;
	visibility: visible;
	overflow: hidden;
}
#contentwrapper {
	float: left;
	width: 100%;
	visibility: hidden;
	overflow: hidden;
}
#contentcolumn {
	margin-right: 0;
	margin-left: 26%;
}
.m100float {
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	right: 4em;
	display: block;
	position: fixed;
	z-index: 500;
	overflow: hidden;
	/*-webkit-overflow-scrolling: touch;*/
	visibility: hidden;
	bottom: 0px;
}
.M_outerwrap {
	position: fixed;
	height: 100%;
	width: 100%;
	left:0px;
	top: 0px;
}
.image_wrap {
	position: fixed;
	height: 50%;
	right: 0%;
	top: 2em;
	z-index: 800;
	min-height: 330px;
	min-width: 370px;
	width: 36%;
	visibility: visible;
	max-height: 430px;
	overflow: visible;
	left: 20px;
}
.image_wrap2 {
	position: fixed;
	height: 50%;
	right: 0%;
	top: 0px;
	z-index: 800;
	min-height: 330px;
	min-width: 370px;
	width: 36%;
	left: 30px;
	visibility: hidden;
	
}
.ie8 .image_wrap {
	/* This works in IE 8 */
	position: absolute;
	height: 50%;
	
	right: 0%;
	top: 0px;
	z-index: 800;
	min-height: 330px;
	min-width: 300px;
	width: 36%;
	left: 0px;
	}
.image_wrap_ws {
	position: fixed;
	height: 50%;
	top: 0em;
	z-index: 800;
	min-height: 330px;
	min-width: 370px;
	width: 36%;
	left: 15px;
	max-height: 400px;
	}
.ie8 .image_wrap_ws {
	/* This works in IE 8 */
	position: absolute;
	height: 50%;
	top: 0px;
	z-index: 800;
	min-height: 330px;
	min-width: 300px;
	width: 36%;
	left: 0px;
	
	}
	.image_wrap2_ws {
	position: fixed;
	height: 50%;
	top: 0em;
	z-index: 800;
	min-height: 330px;
	min-width: 370px;
	width: 36%;
	left: 15px;
	max-height: 800px;
	}
#tn_ws {
	height: auto;
	width: 80%;
	bottom: 15px;
	position: absolute;
	max-height: 65%;
	min-width: 330px;
	right: 15px;
	display: inline-block;
	visibility: visible;
	}
#tn {
	height: auto;
	width: 80%;
	bottom: 10px;
	position: absolute;
	max-height: 65%;
	min-width: 330px;
	right: -1px;
	display: inline-block;
	visibility: visible;
}
#tn2 {
	height: auto;
	width: 40%;
	bottom: 10px;
	position: absolute;
	max-height: 65%;
	min-width: 330px;
	right: -1px;
	display: inline-block;
	visibility: visible;
}
.fit {
	width: 100%;
	height: auto;
	
	-moz-box-shadow: 0 5px 15px #013;
	-webkit-box-shadow: 0 5px 15px #013;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=115, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=115, Color='#000000');
	box-shadow: 0 5px 15px #013;
	overflow: visible;
	visibility: visible;
}
 
.fitns {
	width: 100%;
	height: auto;

}
	
.fitws {
	width: 110%;
	height: auto;
	
	-moz-box-shadow: 0 5px 15px #013;
	-webkit-box-shadow: 0 5px 15px #013;/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=115, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=115, Color='#000000');
	box-shadow: 0 5px 15px #013;
}
#filmcontentcolumn {
	margin: 0 0 0 32%;
	overflow: hidden;
	visibility: visible;
}
/* for 4x3 video  */
.h5wrap {
	position: relative;
	left: 50%;
	top: 0em;
	height: 100%;
	width: 50%;
	z-index: 9;
	right: 0px;
	float: left;
}
.h5scr {
	position: absolute;
	left: 0%;
	top: 0%;
	width: 100%;
	height: 100%;
	padding-left: 0%;
	display: block;
	min-width: 1000px;
	z-index: 7;
	text-align: center;
	zoom: 1;
}
.h5shell {
	position: relative;
	
	width: 90%;
	height: 90%;
	top: 10%;
	z-index: 8;
	overflow: visible;
	margin-right: auto;
	margin-left: auto;
	zoom: 1;
	display: block;
}
.h5container {
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
	left: -50%;
	background-color: #333;
	-moz-box-shadow: 0 5px 15px #013;
	-webkit-box-shadow: 0 5px 15px #013;
	box-shadow: 0 5px 15px #013;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=115, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=115, Color='#000000');
	display: block;
}
.h5name {
	position: relative;
	height: 5.5em;
	overflow: hidden;
	left: -50%;
	display: block;
	z-index: 20;
}
.h5container iframe, .h5container object, .h5container embed, .h5container video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
}

.h5dis {
	text-align: center;
	width: 60em;
	left: -30em;
	position: relative;
	z-index: 10;
	zoom: 1;
	visibility: visible;
	float: left;
	letter-spacing: 0.25em;
}
.h5disb {
	text-align: center;
	width: 60em;
	left: -30em;
	position: relative;
	z-index: 10;
	zoom: 1;
	visibility: visible;
	float: left;
	letter-spacing: 0.25em;
}
.h5disv {
	text-align: center;
	width: 60em;
	left: -30em;
	position: relative;
	z-index: 10;
	zoom: 1;
	visibility: visible;
	float: left;
	letter-spacing: 0.25em;
}
.h5disx {
	text-align: center;
	width: 60em;
	left: -30em;
	position: relative;
	z-index: 10;
	zoom: 1;
	visibility: visible;
	float: left;
	letter-spacing: 0.25em;
}
.h5dis2 {
	text-align: center;
	width: 44em;
	left: -22em;
	position: relative;
	z-index: 1800;
	zoom: 1;
	visibility: visible;
	display: block;
	float: left;
}
.f_9px {
	font-size:9px;
	}
	/* for 16x9 video  */
.hdshell {
	position: relative;
	
	width: 100%;
	height: 90%;
	left: 0%;
	top: 10%;
	z-index: 8;
	overflow: visible;
}
.hdcontainer {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	left: -50%;
	background-color: #333;
	-moz-box-shadow: 0 5px 15px #013;
	-webkit-box-shadow: 0 5px 15px #013;
	box-shadow: 0 5px 15px #013;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=115, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=115, Color='#000000');
	display: block;
	margin-top: 35px;
}
.hdcontainer iframe, .hdcontainer object, .hdcontainer embed, .hdcontainer video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
}
.palshell {
	position: relative;
	
	width: 100%;
	height: 85%;
	left: 0%;
	top: 15%;
	z-index: 8;
	overflow: visible;
}
.palcontainer {
	position: relative;
	padding-bottom: 60%;
	height: 0;
	overflow: hidden;
	left: -50%;
	background-color: #333;
	-moz-box-shadow: 0 5px 15px #013;
	-webkit-box-shadow: 0 5px 15px #013;
	box-shadow: 0 5px 15px #013;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=115, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=115, Color='#000000');
	display: block;
	margin-top: 35px;
}
.palcontainer iframe, .palcontainer object, .palcontainer embed, .palcontainer video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
}	
#newaudio0 {
	display: block;
	height: auto;
	width: 100%;
	padding-top: 1.3em;
	float: left;
	position: relative;
}	
	
#newaudio1 {
	display: none;
	height: auto;
	width: 100%;
	padding-top: 1.3em;
}
#newaudio3 {
	display: none;
	
	height: 0;
	width: 100%;
}
#newaudio2 {
	display: none;
	height: auto;
	width: 100%;
	padding-top: 1.3em;
}
#newaudio4 {
	display: none;
	height: auto;
	width: 100%;
	padding-top: 1.3em;
}
#newaudio5 {
	display: none;
	height: auto;
	width: 100%;
	padding-top: 1.3em;
}
#newaudio6 {
	display: none;
	height: auto;
	width: 100%;
	padding-top: 1.3em;
}
#hiddenaudio {
	display: block;
	height: auto;
	width: 100%;
	padding-top: 1.3em;
	z-index: 1800;
}
	
	/*for dance video */
	
.inw-wrap {
	width: 100%;
	overflow: hidden;
	bottom: 0px;
	top: 0px;
	min-width: 1000px;
	visibility: hidden;
	left: 0px;
	height: 100%;
	_height: 500px;
	z-index: 2000;
	zoom: 1;
	position: absolute;
}
.h7across{
	position: relative;
	left: 0%;
	top: 0%;
	width: 14%;
	height: 100%;
	padding-left: 0%;
	display: table-cell;
	min-width: 0px;
	z-index: 7;
	float: left;
	overflow: hidden;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.h6ac_shell {
	position: relative;
	
	width: 118%;
	height: 100%;
	left: 0%;
	top: 0%;
	z-index: 8;
	overflow: visible;
	visibility: visible;
}
iframe {
	padding: 0;
    margin: 0;
	border: none;
	
}
.contact {
	position: absolute;
	overflow: hidden;
	height: 3em;
	color: #444;
	text-align: center;
	bottom: 0px;
	width: 100%;
	left: 0px;
	letter-spacing: 0.25em;
	visibility: visible;

}
.contact_text {
	
	height: 3em;
	color: #444;
	text-align: center;
	letter-spacing: 0.25em;
	visibility: visible;
}
.radio-dis {
	width: 85%; 
	min-width: 350px; 
	max-width: 500px; 
	margin-left: 32px; 
	text-align: justify; 
	letter-spacing: 0.3em;
	margin-top: 1em;
}
.radio-dis2 {
	width: 85%; 
	min-width: 350px; 
	max-width: 500px; 
	margin-left: 32px; 
	text-align: justify; 
	letter-spacing: 0.3em;
	margin-top: 0em;
}

.ipad_sc_hidden {
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	width: 40%;
	height: auto;
	overflow: hidden;
	visibility: hidden;
	min-width: 450px;
}
/*.ipad_sc {
	position: fixed;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	width: 100%;
	overflow: auto;
	visibility: visible;
	overflow-x: hidden;
}*/

.ajax-wrap {
	position: absolute; 
	height: 100%; 
	width: 100%; 
	z-index: 10; 
	min-width: 300px;
	overflow: auto;
	}


	
	

	@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) 
and (orientation : landscape){	
.media_menus
		 {
	
		width: 84%;
		min-width: 840px;
	
		}
#aptf {
	left: 0%;
	top: 1em;
	vertical-align: middle;
	height: auto;
	display: inline-block;
	font-size: 13px;
	min-height: 350px;
	z-index: 1000;
	position: relative;
	visibility: hidden;
	padding-bottom: 5em;
	letter-spacing: 0.25em;
	overflow: visible;
	padding-left: 10%;
}
 .bubble {
	position: absolute;
	left: 0;
	height: 100%;
	display: table;
	line-height: 12em;
	letter-spacing: 4em;
	vertical-align: middle;
	right: 0;
	text-align: center;
	width:100%;
	top: -6em;
	
	
	
}


}
	@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) 
and (orientation : portrait){
	
#aptf {
	left: 0%;
	top: 5em;
	vertical-align: middle;
	height: auto;
	display: inline-block;
	font-size: 13px;
	min-height: 350px;
	z-index: 1000;
	position: relative;
	visibility: hidden;
	padding-bottom: 5em;
	letter-spacing: 0.25em;
	overflow: visible;
	padding-left: 14%;
}
#menu_t_r {
		font-size: 40px;
		padding-right: .45em;
		}
#menu_b_r {
		font-size: 40px;
		padding-right: .1em;
		letter-spacing: .2em
		}
#menu_t_l {
		font-size: 40px;
		padding-left: .2em;
		}
#menu_b_l {
		font-size: 40px;
		padding-left: .2em;
		}
#menu_c_t_r {
		font-size: 40px;
		padding-right: .2em;
		}
#menu_c_r {
	font-size: 40px;
	padding-right: .45em;
}
	
.proj_menus {
		font-size: 42px;
		
	}
.mov_menus5 {
	font-size: 42px;
		
	}
		
.mov_menus {
	font-size: 42px;
		
	width: 70%;
	}
.media_menus
	{
	
	font-size: 42px;
	
	}
		
body {
		
	font-family: Arial, Helvetica, sans-serif;
	min-width: 1000px;
	
	
	overflow-x: hidden;
	overflow-y: auto;
	background: transparent;
	
	font-size: 22px;
	
}
		
.rules_d { 
	font-size: 22;
}
#filmcontentcolumn {
	margin: 0 0 0 27%;	
}
		
		
}
		
.fitss {
	max-width: 100%;
	max-height: 100%;
	bottom: 0;
	left: 0;
	margin: auto;
	overflow-y: auto;
	overflow-x: hidden;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
}
.ss_h_scroll {
	width: 100%;
	height: 100%;
	min-width: 1000px;
	overflow_y: visible;
	overflow: visible;	
}
#the_pic {
	box-shadow: 0 2px 5px #013;
	-moz-box-shadow: 0 2px 5px #013;
	vertical-align: middle;
	text-align: center;
	display: inline;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=115, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=115, Color='#000000');
}
.the_pic {
	box-shadow: 0 2px 5px #013;
	-moz-box-shadow: 0 2px 5px #013;
	vertical-align: middle;
	text-align: center;
	display: inline-block;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=115, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=115, Color='#000000');
}
.area {
	width: 70%;
	height: 100%;
	position: relative;
	min-width: 700px;
	max-width: 1200px;
	
	margin-right: auto;
	margin-left: auto;
	top: -1em;
	overflow-y: visible;
	
	
}
.area_r {
	width: 70%;
	height: 100%;
	position: relative;
	min-width: 800px;
	max-width: 1000px;
	left: 0%;
	margin-right: auto;
	margin-left: auto;
	top: -1em;
}

.bubble {
	position: absolute;
	left: 0;
	height: 100%;
	display: table;
	line-height: 8em;
	letter-spacing: 1em;
	vertical-align: middle;
	right: 0;
	text-align: center;
	overflow-y: visible;
	top: 0;
	bottom: 0;
	width:100%;
	
}
.bubble p {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.bubble img {
	opacity: 0.7;
	filter: alpha(opacity=70); /* For IE8 and earlier */
	
	
}
.bubble img:hover {
	opacity: 1.0;
	filter: alpha(opacity=100); /* For IE8 and earlier */
	height: 98px;
	width: auto;
}
.my_h_font {
position: relative; 
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #666;
	z-index: 1500;
	line-height: 1;
	vertical-align: bottom;
	letter-spacing: 0.2em;
}
.my_h_font_dis {
	position: relative;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #666;
	z-index: 1500;
	line-height: 1;
	vertical-align: bottom;
	letter-spacing: 0.2em;
	display: inline-block;
}

.my_r_font {
	position: relative;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #666;
	z-index: 1500;
	
	line-height: 40px;
	vertical-align: top;
	letter-spacing: 0.2em;
}
div#qTip {
 padding: 3px;

 display: none;
 text-shadow: 0px 1px 0 #666, 1px 0px 0 #666, -0px 1px 0 #666, 1px 1px 0 #666;
 color: #FFF;
 font: normal 18px Arial, Helvetica, sans-serif;
 text-align: left;
 position: absolute;
 z-index: 1000;
}
.nowrap_hide {
	white-space: nowrap;
}
.hide_br_p {
	display: none;
}

.hide_br2 {
	display: none;
}
.hide_br2l {
	display: none;
}
.show_br {
	display: none;
}

.rm18_bold {
		
		font-weight: bold;
	}
	
	/*(iPnone 6*/
	@media only screen
and (min-device-width: 320px)
and (max-device-width : 736px)
and (orientation:landscape)  
{
#M-wrap {
	position: fixed;
	width: 100%;
	overflow: hidden;
	bottom: 0px;
	top: 0px;
	min-width: 1000px;
	visibility: hidden;
	left: 0px;
	min-height: 320px;
	height: 100%;
	
	z-index: 1600;
	zoom: 1;
}
#M-wrap2 {
	position: fixed;
	width: 100%;
	overflow: hidden;
	bottom: 0px;
	top: 0px;
	min-width: 1000px;
	visibility: hidden;
	left: 0px;
	min-height: 320px;
	height: 100%;
	_height: 500px;
	z-index: 1000;
	zoom: 1;
}
.wrds_layer {
	width: 100%;
	position: fixed;
	display: inline-block;
	z-index: 6;
	min-height: none;
	left: 0px;
	overflow: hidden;
	min-width: 1000px;
	visibility: visible;
	top: 4em;
	bottom: 0em;
	
	
}
.rm18_bold {
		font-size: 20px;
		font-weight: bold;
	}
.h5shell {
	position: relative;
	
	width: 100%;
	height: 90%;
	top: 10%;
	z-index: 8;
	overflow: visible;
	margin-right: auto;
	margin-left: auto;
	zoom: 1;
	display: block;

	
}
}
/*for  all iPads*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
	/* *:not(html) {
    -webkit-transform: translate3d(0, 0, 0);
} possible solution for iPad rotation then no scroll problem */
.fitss {
	

	-webkit-transform: translate3d(0, 0, 0);
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	
	
	
}
.ss_h_scroll {
	-webkit-transform: translate3d(0, 0, 0);
	}
.area {
	-webkit-transform: translate3d(0, 0, 0);
	overflow: visible;
}
.bubble {
	-webkit-transform: translate3d(0, 0, 0);
	overflow: visible;
}
}

/*for  all iPads*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
.fitss {
	
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	
}
.area {
	width: 70%;
	height: 100%;
	position: relative;
	min-width: 700px;
	max-width: 1200px;
	
	margin-right: auto;
	margin-left: auto;
	top: -3em;
	overflow-y: visible;
	
}
	
}

/*for iPnone 4*/

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) 
and (orientation : landscape){
.wrds_layer {
	width: 100%;
	position: fixed;
	display: inline-block;
	z-index: 6;
	min-height: none;
	left: 0px;
	overflow: hidden;
	min-width: 1000px;
	visibility: visible;
	top: 1em;
	bottom: 0em;
	
	
}
.removeanelement_all {
	display: none;
	
	
}

.image_wrap_ws {
	
	top: -3em;
	width: 50%;
	left: -10%;
	
}
.image_wrap {
	
	top: -3em;
	width: 56%;
	left: -10%;
	
}

.fit {
	width: 85%;
	height: auto;
	margin-left: 5%;
	margin-top: 3%;
}

.h5shell {
	position: relative;
	
	width: 90%;
	height: 90%;
	top: 5%;
	z-index: 8;
	overflow: visible;
	margin-right: auto;
	margin-left: auto;
	zoom: 1;
	display: block;
	
}
.hdshell {
	position: relative;
	
	width: 100%;
	height: 90%;
	left: 0%;
	top: 0%;
	z-index: 8;
	overflow: visible;
}
 .bubble {
	position: absolute;
	left: 0;
	height: 100%;
	display: table;
	line-height: 12em;
	letter-spacing: 1.5em;
	vertical-align: middle;
	right: 0;
	width:100%;
	text-align: center;
	visibility: visible;
	top: -6em;
	
}
.nowrap_hide {
	white-space: normal;
}


.hide_br_land {
	display: none;
}
.show_br_land {
	display: inline;
}
.bubble img {
	opacity: 0.7;
	
	height: 138px;
	width: auto;
	
}
.bubble img:hover {
	opacity: 1.0;
	
	height: 141px;
	width: auto;
	
}


.the_pic {
	box-shadow: 0 10px 15px #013;
	-moz-box-shadow: 0 10px 15px #013;
	vertical-align: middle;
	text-align: center;
	display: inline-block;
	
}
.area {
	width: 74%;
	height: 100%;
	position: relative;
	min-width: 600px;
	max-width: 1200px;
	
	margin-right: auto;
	margin-left: auto;
	top: -1em;
	overflow-y: visible;
	
	
}
	
}
/*for iPhone 5*/
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (device-aspect-ratio: 40/71)
  and (orientation: landscape) {
.wrds_layer {
	width: 100%;
	position: fixed;
	display: inline-block;
	z-index: 6;
	min-height: none;
	left: 0px;
	overflow: hidden;
	min-width: 1000px;
	visibility: visible;
	top: -1.5em;
	bottom: 0em;	
}

/*.image_wrap_ws {
	position: fixed;
	height: 50%;
	top: 1em;
	z-index: 800;
	min-height: 410px;
	min-width: 380px;
	width: 36%;
	left: 15px;
	max-height: 400px;
	overflow-y: visible;
	
	}*/
#tn_ws {
	height: auto;
	width: 75%;
	bottom: 15px;
	position: absolute;
	max-height: 65%;
	min-width: 330px;
	right: 15px;
	display: inline-block;
	visibility: visible;
	}
.fit {
	width: 70%;
	height: auto;
	margin-left: 10%;
	}
tn_ws {
	height: auto;
	width: 50%;
	bottom: 15px;
	position: absolute;
	max-height: 65%;
	min-width: 280px;
	right: 35px;
	display: inline-block;
	visibility: visible;
	
	}
.b_i_24pt {
		text-align: right;
		white-space: nowrap;
		
		}
.mejs-container{
	margin-top: 0em;
	  
  }	
.hdshell {
	position: relative;
	
	width: 80%;
	height: 90%;
	left: 10%;
	top: 0%;
	z-index: 8;
	overflow: visible;
}
 


}
/*for iPhone 6*/
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape){
.image_wrap_ws {
	
	top: -2em;
	
}
.fit {
	width: 100%;
	height: auto;
	margin-left: 1%;
	margin-top: 3%;
}

	
}


	@media screen and (orientation:landscape) 

and (max-height: 550px){
	html {
    -webkit-text-size-adjust: 100%; /*Prevent font scaling in landscape */
}


	.mov_menus5 {
	text-align: right;
	clear: left;
	float: left;
	height: 5%;
	width: 75%;
	overflow: hidden;
	top: 0px;
	display: inline-block;
	zoom: 1;
	*display: inline;
	position: relative;
	right: 0px;
	font-size: 24px;
	font-weight: normal;
	
	color: #333;
	letter-spacing: 0.3em;
	margin-left: 0em;
	min-width: 600px;
	min-height: 2.5em;
	visibility: visible;
	}
	}
@media all and (orientation:portrait) {
  /*.bubble {
	position: absolute;
	left: 0;
	height: 100%;
	display: table;
	line-height: 13;
	letter-spacing: 1em;
	vertical-align: middle;
	right: 0;
	text-align: center;
	visibility: visible;
	top: -3em;
}*/


}
@media only screen and (max-device-width : 1000px) {
.ipad_sc {
		position: fixed;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	width: 100%;
	
	visibility: visible;
	overflow-x: hidden;
	
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	
	
}
.ipad_sc_w {
		position: fixed;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	width: 100%;
	
	visibility: visible;
	
	
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	
	
}

#maincontainer_early {
	min-width: 1000px;
	z-index: 11;
	position: absolute;
	width: 100%;
	left: -25px;
	top: 450px;
	overflow: visible;
	visibility: visible;
	
}
.m100float {
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	right: 4em;
	display: block;
	position: absolute;
	z-index: 500;
	overflow: hidden;
	/*-webkit-overflow-scrolling: touch;*/
	visibility: hidden;
	bottom: 0px;
}
#r-u-flower {
	position: absolute;
	height: 55%;
	width: 100%;
	left: 10%;
	top: 0px;
	min-height: 300px;
	min-width: 240px;
	z-index: 11;
	max-width: 500px;
	visibility: visible;
	max-height: 400px;
	background-color: transparent;
}

.fitss {
	max-width: 100%;
	max-height: 100%;
	bottom: 0;
	left: 0;
	margin: auto;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	position: fixed;
	right: 0;
	top: 0;
	text-align: center;
}
.container {
	
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}

}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) 
and (orientation : portrait){
html {
     -webkit-text-size-adjust:100% ; /* Prevent font scaling */
}
.removeanelement_por {
	display: none;
	
	
}

.h5dis {
	text-align: center;
	width: 29em; 
	left: -14.5em;
	
	position: relative;
	z-index: 10;
	zoom: 1;
	visibility: visible;
	float: left;
	letter-spacing: 0.25em;
}
.h5disb {
	text-align: center;
	width: 30em; 
	left: -15em;
	
	position: relative;
	z-index: 10;
	zoom: 1;
	visibility: visible;
	float: left;
	letter-spacing: 0.25em;
}

.h5disv {
	text-align: center;
	width: 31em; 
	left: -15.5em;
	
	position: relative;
	z-index: 10;
	zoom: 1;
	visibility: visible;
	float: left;
	letter-spacing: 0.25em;
}
.h5disx {
	text-align: center;
	width: 44em; 
	left: -22em;
	
	position: relative;
	z-index: 10;
	zoom: 1;
	visibility: visible;
	float: left;
	letter-spacing: 0.25em;
	
}	
.b_i_24pt {
	font-size: 42px;
	font-style: italic;
	font-weight: bold;
}

 .bubble {
	position: absolute;
	left: 0;
	height: 100%;
	display: table;
	line-height: 15.5em;
	letter-spacing: 3em;
	vertical-align: middle;
	right: 0;
	width: 100%;
	text-align: center;
	visibility: visible;
	top: -6em;
	
}

.bubble img {
	opacity: 0.7;
	
	height: 250px;
	width: auto;
	
}
.bubble img:hover {
	opacity: 1.0;
	
	height: 256px;
	width: auto;
	
}

div#qTip {
 padding: 1px;

 display: none;
 text-shadow: 0px 2px 0 #666, 1px 0px 0 #666, -0px 2px 0 #666, 2px 2px 0 #666;
 color: #FFF;
 font: normal 24px Arial, Helvetica, sans-serif;
 text-align: left;
 position: absolute;
 z-index: 1000;
}
.the_pic {
	box-shadow: 0 4px 9px #013;
	-moz-box-shadow: 0 4px 9px #013;
	vertical-align: middle;
	text-align: center;
	display: inline-block;
	
}
.area {
	width: 90%;
	height: 100%;
	position: relative;
	min-width: 600px;
	max-width: 1200px;
	
	margin-right: auto;
	margin-left: auto;
	top: -1em;
	overflow-y: visible;
	
}

.hide_br {
	display: none;
}
.hide_br_p {
	display: none;
}

.hide_br2 {
	display: inline;
}
.show_br {
	display: inline;
}

.my_h_font {
	position: relative;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	color: #666;
	z-index: 1500;
	
	line-height: 40px;
	vertical-align: bottom;
	letter-spacing: 0.2em;
}


.nowrap_hide {
	white-space: normal;
}


/* movie css for iphones*/
.ipad_sc {
	position: fixed;
	top: 450px;
	bottom:0;
	right: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	visibility: visible;
	overflow-x: hidden;
	
}
#maincontainer {
	min-width: 1000px;
	z-index: 11;
	position: absolute;
	width: 100%;
	left: -25px;
	top: 0;
	overflow: hidden;
	visibility: visible;
}
#filmcontentcolumn {
	
	margin: 0px 20% 0 20%;
	overflow: visible;
	visibility: visible;
	width: 60%;
	

	}
	
	

.image_wrap_ws {
	position: fixed;
	height: auto;
	top: 40px;
	z-index: 800;
	min-width: 370px;
	width: 55%;
	left: 27%;
	max-height: 400px;
	}

.image_wrap {
	position: fixed;
	height: auto;
	right: 0%;
	top:40px;
	z-index: 800;
	
	min-width: 380px;
	width: 77%;
	left: 5%;
	visibility: visible;
	max-height: 400px;
	overflow: visible;
	
}
#tn {
	height: auto;
	width: 80%;
	top: 15px;
	position: absolute;
	max-height: 320px;
	min-width: 330px;
	right: 0px;
	display: inline-block;
	visibility: visible;
	
}
#tn_ws {
	height: auto;
	width: 80%;
	top: 15px;
	position: absolute;
	max-height: 320px;
	min-width: 330px;
	right: 0px;
	display: inline-block;
	visibility: visible;
	}
	
#aptf {
	left: 0%;
	top: 0px;
	vertical-align: middle;
	height: auto;
	display: inline-block;
	font-size: 20px;
	min-height: 350px;
	z-index: 1000;
	position: relative;
	visibility: visible;
	padding-bottom: 4em;
	letter-spacing: 0.25em;
	overflow: visible;
	padding-left: 0%;
	
}
.mov_menus18 {
	text-align: left;
	clear: left;
	float: left;
	height: auto;
	width: 560px;
	overflow: visible;
	top: 0px;
	display: inline;
	position: relative;
	right: 0px;
	color: #666;
	letter-spacing: 0.2em;
	margin-left: 3.5em;
	min-width: 350px;
	padding-left: 0;
	zoom: 1;
	*display: inline;
	padding-bottom: 1em;
	visibility: visible;
	font-size: 24px;
	
}
.mov_menus24 {
	text-align: left;
	clear: left;
	float: left;
	height: auto;
	width: 87.5%;
	overflow: hidden;
	top: 0px;
	display: inline;
	position: relative;
	right: 0px;
	
	color: #666;
	letter-spacing: 0.2em;
	margin-left: 1.5em;
	min-width: 885px;
	padding-left: 0em;
	zoom: 1;
	*display: inline;
	padding-bottom: 1em;
	visibility: visible;
	
	
}
.b_24pt {
	font-size: 42px;
	font-weight: bold;
	letter-spacing: 0.2em;
	visibility: visible;
}
.i_18pt {
	font-size: 28px;
	font-style: italic;
	letter-spacing: .3em;
	visibility: visible;
	margin-left: -1em;
}
	

/*a:link {
    
	font-weight: bolder;
	
}

a:visited {
    
	font-weight: bolder;
	
}*/		


.ipad_sc_hidden {
	position: fixed;
	top: 0px;
	
	right: 0px;
	
	width: 100%;

	overflow: hidden;
	visibility: hidden;
	
	min-width: 376px;
	}

.mov_menus_tf {
	text-align: left;
	clear: left;
	float: left;
	height: auto;
	width: auto;
	overflow: hidden;
	top: 0px;
	display: inline;
	position: relative;
	right: 0px;
	color: #666;
	letter-spacing: 0.3em;
	margin-left: 3em;
	zoom: 1;
	*display: inline;
	padding-right: 0px;
	padding-bottom: 2em;
	min-width: 435px;
	max-width: 780px;
	line-height: 1.5em;
	visibility: visible;
	
}
.f_9px {
	font-size:18px;
	}
.h5name {
	position: relative;
	height: 7.5em;
	overflow: hidden;
	left: -50%;
	display: block;
	z-index: 20;
	
}
.h5shell {
	position: relative;
	
	width: 100%;
	height: 90%;
	top: 10%;
	z-index: 8;
	overflow: visible;
	margin-right: auto;
	margin-left: auto;
	zoom: 1;
	display: block;
	
}
.gamed {
	height: auto;
	width: 22.5em;
	
	position: absolute;
	display: inline;
	left: .5em;
	margin-right: 0%;
	bottom: 0em;
	font-size: 24px;
}
.f24 {
	font-size: 42px;
}

#maincontainer_early {
	min-width: 1000px;
	z-index: 11;
	position: absolute;
	width: 100%;
	left: -25px;
	top: 450px;
	overflow: visible;
	visibility: visible;
	
}
#r-u-flower {
	position: absolute;
	height: 55%;
	width: 21%;
	left: 22%;
	top: 0px;
	min-height: 300px;
	min-width: 240px;
	z-index: 11;
	max-width: 500px;
	visibility: visible;
	max-height: 400px;
	background-color: transparent;
}
#contentcolumn {
	margin-top: 0;
	margin-right: 0;
	margin-left: 22%;
	margin-bottom: 0;
	
	
}
.rules_d {
	text-align: left;
	width: 18.5em;
	top: 0em;
	overflow: visible;
	position: relative;
	border: thin solid #999;
	padding: 2em;
	height: auto;
	font-weight: normal;
	font-size: 24px;
	
	-moz-box-shadow: 0 5px 15px #013;
	-webkit-box-shadow: 0 5px 15px #013;
	
	box-shadow: 0 5px 15px #013;
	background-color: #F9F9F9;
	margin-right: auto;
	margin-left: auto;
	display: inline-block;
}

}
 
.ital {
	font-style: italic;
	}
