body{
	display:block;
	position:relative;
	min-height:100%;
	min-width:1200px;
	max-width:1920px;
	font-family: Tahoma, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color:#fff;
	margin:auto;
	top:0px;
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#000;
}

hr{
	border:0;
	height:3px;
	background-image: -webkit-linear-gradient(left, rgba(96,127,254,0.5), rgba(96,127,254,0.5), rgba(96,127,254,0));
	background-image: -moz-linear-gradient(left, rgba(96,127,254,0.5), rgba(96,127,254,0.5), rgba(96,127,254,0));
	background-image: -ms-linear-gradient(left, rgba(96,127,254,0.5), rgba(96,127,254,0.5), rgba(96,127,254,0));
	background-image: -o-linear-gradient(left, rgba(96,127,254,0.5), rgba(96,127,254,0.5), rgba(96,127,254,0));
}

img{
	border:0px;
}

	img.eventFeed{
		width:100%; 
		max-width:588px;
	}
	
	img.resize{
		width:100%; 
		max-width:max-content;
	}
	
table{
	text-align: left;
	border-collapse:collapse;
}

tr td{
	border-style:solid;
	border-width:1pt;
	border-color:#FFF;
}

a{color:#FFF; font-size:inherit;}

	a.hashtag {
		text-align: left;
		text-indent: 15px;
		font-family: Lucida Calligraphy, Verdana, Arial, Times, serif;
		font-size: 5em;
		font-weight: bold;
		text-decoration:none;
	}

	a.nav-list {
		text-decoration:none;
	}

p{font-size:inherit;text-indent:20px;}

iframe.hotspot_iframe {
	width:1200px;
	height:700px;
	overflow:hidden;
	border:none;
}


/* -- *** LISTS *** -- */
/* -- *** LISTS *** -- */
ul li ul li{
	list-style-type:disclosure-closed;
}

ul.col2 {
        width:auto;
        height:auto;
        columns: 2;
            -moz-columns: 2;
            -webkit-columns: 2;    
		column-rule-style: dashed;
			-webkit-column-rule-style: dashed;
			-moz-column-rule-style: dashed;
		column-rule-width: thin;
			-webkit-column-rule-width: thin;
			-moz-column-rule-width: thin;
		column-gap: 50px;
			-webkit-column-gap: 50px;
			-moz-column-gap: 50px;
    }

li.database-list-button {
		width:80%;
		margin-top:5px;
		margin-left:-25px;
		padding:5px;
		background-color:rgba(175,175,175,0.6);
		border-radius:10px;
		font-size:120%;
		list-style-type:none;
		display:inline-block;
    }
/* END *** LISTS *** END */


/* -- *** TITLES *** TEXT *** -- */
/* -- *** TITLES *** TEXT *** -- */
text-title {
	text-align: left;
	text-indent: 15px;
	font-family: Lucida Calligraphy, Verdana, Arial, Times, serif;
	font-size: 4em;
	font-weight: bold;
	font-style:italic;
}

text-menu-title {
	text-align: left;
	text-indent: 15px;
	font-family: Lucida Calligraphy, Verdana, Arial, Times, serif;
	font-size: 3.2em;
	font-weight: bold;
	text-decoration:underline;
	font-style:italic;
}

text-subtitle {
	text-align: center;
	font-family: Trebuchet MS, Tahoma, serif, Arial, Verdana;
	font-size: 2em;
	font-weight: bold;
	font-style:italic;
}

text-subtitle-copy {
	text-al: right;
	font-family: serif, Arial, Verdana;
	font-size: 2em;
	text-decoration:underline;
}

text-nav-title {
	text-align: center;
	font-family: serif, Arial, Verdana;
	font-size: 160%;
	text-transform:uppercase;
	text-decoration:none;
}

text-nav-subtitle {
	text-align: center;
	font-family: serif, Arial, Verdana;
	font-size: 200%;
	text-decoration:none;
}
/* END *** TITLES *** TEXT *** END */

/* -- *** IMAGE LINKS *** -- */
/* -- *** IMAGE LINKS *** -- */
	.graphicLink{
		text-align:center !important;
		cursor:pointer;
	}
	.graphicLink:hover{
		text-align:center !important;
		cursor:pointer;
		background:rgba(100,100,100,1) !important;
	}
/* END *** IMAGE LINKS *** END */

/* -- *** BUTTONS *** -- */
/* -- *** BUTTONS *** -- */
button.page-select_button{
	width:4%;
	min-height:35px;
	margin-left:1%;
	margin-top:1%;
	border:none;
	border-radius:10px;
	background-color:rgb(167,167,167);
	cursor:pointer;
}

button.item_level-select_button{
    width: auto;
    min-width: 100px;
    line-height: 30px;
    font-size: 90%;
    height: 100%;
    vertical-align: top;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 5px;
    text-align: center;
    border: none;
    border-radius: 10px;
    background-color: rgba(160,160,160,1);
    display: inline-block;
	cursor:pointer;
}

button.element_type-select_button{
    width: auto;
    min-width: 100px;
    line-height: 30px;
    font-size: 90%;
    height: 100%;
    vertical-align: top;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 5px;
    text-align: center;
    border: none;
    border-radius: 10px;
    background-color: rgba(160,160,160,1);
    display: inline-block;
	cursor:pointer;
}

button.monster_level-select_button{
    width: auto;
    min-width: 100px;
    line-height: 30px;
    font-size: 90%;
    height: 100%;
    vertical-align: top;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 5px;
    text-align: center;
    border: none;
    border-radius: 10px;
    background-color: rgba(160,160,160,1);
    display: inline-block;
	cursor:pointer;
}

button.sort-az-select_button{
	width:6%;
	min-height:25px;
	margin-left:1%;
	margin-top:1%;
	border:none;
	border-radius:10px;
	background-color:rgb(167,167,167);
	cursor:pointer;
}

button.droptable_maplist_button{
	width:auto;
	min-width:75px;
	min-height:25px;
	margin-left:0px;
	margin-top:0px;
	border:none;
	border-radius:10px;
	background-color:rgb(167,167,167);
	cursor:pointer;
}

button.hotspot_button{
	width:16%;
	height:auto;
	margin-left:2%;
	margin-top:0px;
	border:none;
	border-radius:10px;
	background-color:rgb(167,167,167);
	cursor:pointer;
	font-size:2em;
}
/* END *** BUTTONS *** END */

/* -- *** MAIN DIVS *** -- */
/* -- *** MAIN DIVS *** -- */
div#nav_cont{
	width:98%;
	display:flex;
	justify-content:space-between;
	padding:1%;
	height:100px;
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:0px;
	text-align:center;
}

div#nav_butt_cont{
	width:100%;
	height:50px;
	display:flex;
	padding-top:1%;
	text-align:center;
	justify-content:space-between;
}

div#nav_sub_cont{
    display:inline-block;
    position:relative;
	width:250px;
    height:50px;
    padding:25px;
	top:0px;
    text-align:center;
	background-color:rgba(0,0,0,0.1);
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	overflow:hidden;
}

div#home_button{
    display:inline-block;
    position:relative;
	height:100px;
    width:300px;
    background:url(https://muonlinefanz.com/data/graphics/logo-v4-0.png);
	border-bottom-right-radius:10px;
	transition:0.3s;
}

div#home_button:hover{
    background:url(https://muonlinefanz.com/data/graphics/logo-v4-2.png);
	transition:0.3s;
}


div#top_of_page{
	width:150px;
    height:50px;
    position:fixed;
    bottom:10px;
    right:5px;
    background-image:url(https://muonlinefanz.com/data/graphics/to_top.png);
    background-repeat no-repeat;
    z-index:8;
}

div#menu_guides_list_cont{
	width:24%;
	height:300px;
	position:relative;
	display:inline-flex;
	flex-direction:column;
	overflow-y:auto;
	background-color:rgb(0,0,0);
	text-align:center;
}

div#menu_guides_sublist_cont{
	width:85%;
	height:300px;
	position:relative;
	text-align:center;
	overflow-y:auto;	
	border:none;
	background-color:transparent;
	z-index:100;
	display:none;
}

div.guide_list_item{
    display:inline-block;
    position:relative;
    width:24%;
    height:auto;
	margin-top:4px;
    text-align:center;
    border:solid 2px rgb(87 115 228);
    border-radius:10px;
    background-color:rgba(0,0,0,1);
	cursor:pointer;
}

div.guide_list_item:hover{
    border:solid 2px rgb(255 255 255);
    background-color:rgba(20,20,20,1);
}

div#clock_cont{
	width: 30%;
	position: relative;
	display: inline-block;
	background-color:rgba(0,0,0,1);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border: solid 2px rgb(87, 115, 228);
	border-bottom: none;
	padding:10px;
}

div#google_trans_cont{
	width: 30%;
	position: relative;
	display: inline-block;
	background-color:rgba(0,0,0,1);
	border: solid 2px rgb(87, 115, 228);
	border-bottom: none;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding:10px;
}
div#g_search{
	width: 30%;
	position: relative;
	display: inline-block;
	background-color:rgba(0,0,0,1);
	border: solid 2px rgb(87, 115, 228);
	border-bottom: none;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding:10px;
}

div#main_top_bg{
	width:100%;
	height:15px;
	position:absolute;
	margin-left:0px;
	margin-top:0px;
	background-image:url('https://muonlinefanz.com/data/graphics/top_bg.jpg');
	background-color:rgb(0,0,0);
}

div#sublist_cont{
    text-align: center;
    border-radius: 10px;
    background-color: rgba(100,100,100,0);
    border: dashed 2px rgba(100,100,100,0);
}

div#sublist_cont:hover{
    background-color: #ffffff1f;
    border: dashed 2px rgba(255,255,255,0.6);
}

div#main_contents{
	width:100%;
	min-height:300px;
	position:absolute;
	margin-left:0px;
	margin-top:0px;
	padding:0px;
	color:white;
	background-color:rgba(255,255,255,0.15);
	background-repeat:repeat;
	background-position:top left;
}

div#butt_cont{
    width: 900px;
    min-width: 100%;
    display: inline-block;
	position:relative;
    height: auto;
    text-align: center;
    background-color: #262626;
    opacity: 1 !important;
    z-index: 10;
}
/* END *** MAIN DIVS *** END */


/* -- *** MISC DIVS *** -- */
/* -- *** MISC DIVS *** -- */
div.mst{ 
	max-width:300px;
}

div.skill-tree{ 
	max-width:328px;
}

div.skill-enhancement-tree{ 
	max-width:400px;
}

div#txt_box {
        width:100%;
        height:100%;
        columns: 400px 2;
            -moz-columns: 400px 2;
            -webkit-columns: 400px 2;    
		column-rule-style: dashed;
			-webkit-column-rule-style: dashed;
			-moz-column-rule-style: dashed;
    }

div#database-list_txt-box{ 
	width:100%;
	height:100%;
	columns: 375px 4;
		-moz-columns: 375px 4;
		-webkit-columns: 375px 4;    
	column-rule-style: dashed;
		-webkit-column-rule-style: dashed;
		-moz-column-rule-style: dashed;
	text-align:center;
}

div#anchor_cont {
		width:100%;
		height:auto;
		max-height:200px;
		text-align:center;
		margin:2px;
		display:inline-block;
		background-image:url('https://muonlinefanz.com/data/graphics/trans.gif');
		clear:both;
	}

	div#anchor {
			width:100%;
			height:auto;
			max-height:200px;
			text-align:center;
			background-image:url('https://muonlinefanz.com/data/graphics/trans.gif');
		}

div#image_top_right_text_hover {
	position:absolute;
	top:5%;
	right:5%;
	background-color:rgba(0,0,0,0.63);
	border-radius:10px;
	padding:10px;
}

div#image_bottom_text_hover{
	position:absolute;
	bottom:0px;
	text-align:left;
	background-color:rgba(0,0,0,0.63);
}

/*--DETECT AD BLOCKER MAIN FIXED DIV*/
div#PTjsBuMQOCkg {
	display: none;
	position: fixed;
	width:50%;
	height:auto;
	left:25%;
	bottom:17%;
	padding: 20px 10px;
	background: #D30000;
	text-align: center;
	font-weight: bold;
	color: #fff;
	border-radius: 15px;
	z-index:999;
}

/* database quick links */	
div#database-quick-link_cont{
        width:100%;
        height:auto;
    }
    
    div#database-quick-link_button{
        width:22%;
		line-height:50px;
		height:100%;
        vertical-align:top;
        margin-left:1%;
		margin-top:1%;
		padding:5px;
		text-align:center;
        border:none;
		border-radius:10px;
		background-color:rgba(87,87,87,0.5);
        display:inline-block;
    }

	#database-quick-link_button.highlight-on{
		background-color:rgba(147,147,147,0.8);
	}

    div#inpage-quick-link_button{
        width:auto;
		min-width:150px;
		line-height:50px;
		font-size:130%;
		height:100%;
        vertical-align:top;
		padding-left:25px;
		padding-right:25px;
		margin-bottom:5px;
		text-align:center;
        border:none;
		border-radius:10px;
		background-color:rgba(87,87,87,0.5);
        display:inline-block;
    }

    div#related-pages-link_button{
        width:auto;
		min-width:100px;
		line-height:30px;
		font-size:90%;
		height:100%;
        vertical-align:top;
		padding-left:10px;
		padding-right:10px;
		margin-bottom:5px;
		text-align:center;
        border:none;
		border-radius:10px;
		background-color:rgba(87,87,87,0.5);
        display:inline-block;
    }
/* END *** MISC DIVS *** END */


/* -- *** TABLES/COLS RESPONSIVE *** -- */
/* -- *** TABLES/COLS RESPONSIVE *** -- */
/* -- -- -- -- -- */
/* 1 COL per ROW */
div#table1_cont{
        width:100%;
        height:auto;
		text-align:left;
    }
    
    div#full_col{
        width:100%;
        height:auto;
        position:relative;
        display:inline-block;
        vertical-align:top;
        left:0px;
		margin-top:10px;
		margin-bottom:10px;
		padding-top:4px;
		padding-bottom:4px;
		text-align:left;
    }

	#full_col.noborder{
			border:none;
		}

	#full_col.nobg{
			background:none;
		}

	#full_col.g-ad-center{
			min-height:150px;
			text-align:center;
			overflow:hidden;
		    background-color:transparent;
			border:none !important;
		}

	#full_col.col3 {
			columns: 3;
				-moz-columns: 3;
				-webkit-columns: 3;    
			column-rule-style: dashed;
				-webkit-column-rule-style: dashed;
				-moz-column-rule-style: dashed;
			column-rule-width: thin;
				-webkit-column-rule-width: thin;
				-moz-column-rule-width: thin;
			column-gap: 50px;
				-webkit-column-gap: 50px;
				-moz-column-gap: 50px;
		}

	#full_col.hotspot_cont {
			text-align:center;
			overflow:hidden;
			border:none;
			background:transparent;
		}

/* 2 COL per ROW */
    div#col2{
        width:48%;
		position:relative;
        display:inline-block;
        vertical-align:top;
        margin-left:0px;
		margin-top:10px;
		margin-bottom:10px;
		margin-right:0.5%;
        border:2px solid rgb(96,127,254);
		border-radius:10px;
		padding-top:4px;
		padding-bottom:4px;
		text-align:left;
		background-color:#ffffff1f;
    }

	#col2.noborder{
			border:none;
		}

	#col2.nobg{
			background:none;
		}

	#col2.g-ad-center{
			text-align:center;
			overflow:hidden;
		}

	.border{
			border:2px dashed rgb(90, 90, 90);
		}

/* 3 COL per ROW */	
    div#col3{
        width:31%;
		position:relative;
        display:inline-block;
        vertical-align:top;
        margin-left:0px;
		margin-top:10px;
		margin-bottom:10px;
		margin-right:1%;
        border:2px solid rgb(96,127,254);
		border-radius:10px;
		padding-top:4px;
		padding-bottom:4px;
		text-align:left;
		background-color:#ffffff1f;
    }

	#col3.noborder{
			border:none;
		}

	#col3.nobg{
			background:none;
		}

	#col3.g-ad-center{
			text-align:center;
			overflow:hidden;
		}

	#col3.nav-noborder{
			border:none;
		}
	
	#col3.nav{
			text-align:center;
			border:2px solid rgba(87,115,228,1);
			background-color:rgba(0,0,0,1);
		}
	
/* 4 COL per ROW */	
    div#col4{
        width:23%;
        display:inline-block;
        vertical-align:top;
        margin-left:1%;
		margin-top:10px;
		margin-bottom:10px;
        border:2px solid rgb(96,127,254);
		border-radius:10px;
		padding-top:4px;
		padding-bottom:4px;
		text-align:left;
		background-color:#ffffff1f;
    }

	#col4.noborder{
			border:none;
		}

	#col4.nobg{
			background:none;
		}

	#col4.butt{
			background-color:transparent;
			border:none;
			margin-top:0px;
			vertical-align:middle;
		}
		
	#col3.butt{
			background-color:transparent;
			border:none;
			margin-top:0px;
			vertical-align:middle;
		}

	#col2.butt{
			background-color:transparent;
			border:none;
			margin-top:0px;
			vertical-align:middle;
		}
/* END *** TABLES/COLS RESPONSIVE *** END */


/* -- *** SCROLL BAR *** -- */
/* -- *** SCROLL BAR *** -- */
/* width */
::-webkit-scrollbar {
  width: 14px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #555; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #f1f1f1; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #888; 
}
/* END *** SCROLL BAR *** END */


/* -- *** HOME PAGE *** -- */
/* -- *** HOME PAGE *** -- */
.show_homepage { 
	display:block;
	opacity:1;
	transition: opacity 0.5s 0.5s;
	}
.hide_homepage { 
	display:none;
	opacity:0;
	transition: opacity 0.5s;
	}

div#home_nav_events{ 
	width:200px; 
	max-width:200px; 
	height:auto; 
	min-height:100px; 
	margin-left:5%; 
	background-color:rgba(105,105,105,0.5); 
	border:2px solid rgba(255, 255, 255, 0.5);
	border-radius:10px;
	cursor:pointer;
	display:inline-block;
	vertical-align:top;
	text-align:center;
}

div#home_nav_gamenews{ 
	width:200px; 
	max-width:200px; 
	height:auto; 
	min-height:100px; 
	margin-left:5%; 
	background-color:rgba(105,105,105,0.5); 
	border:2px solid rgba(255, 255, 255, 0.5);
	border-radius:10px;
	cursor:pointer;
	display:inline-block;
	vertical-align:top;
	text-align:center;
}

div#events{
	height:100%;
	width:100%;
	animation: toggle_show_homepage 0.5s ease-out alternate;
	-moz-animation: toggle_show_homepage 0.5s ease-out alternate;
	-webkit-animation: toggle_show_homepage 0.5s ease-out alternate;
}

div#munews{
	height:100%;
	width:100%;
	animation: toggle_show_homepage 0.5s ease-out alternate;
	-moz-animation: toggle_show_homepage 0.5s ease-out alternate;
	-webkit-animation: toggle_show_homepage 0.5s ease-out alternate;
}
/* END *** HOME PAGE *** END */


@keyframes toggle_show_homepage {
		0% {
			opacity:0;
		}
		100% {
			opacity:1;
		}
	}


/* -- *** ADVERTISEMENTS *** -- */
/* -- *** ADVERTISEMENTS *** -- */
div#ad-logo-cont{
	width:350px;
	height:150px;
	min-height:50px;
	position:absolute;
	text-align:center;
	right:19%;
	top:0px;
	border-radius: 10px;
	background-color:white;
	z-index:2;
	overflow:hidden;
	display:block;
		animation: shake_ad 1.5s 1s ease-out alternate;
		-moz-animation: shake_ad 1.5s 1s ease-out alternate;
		-webkit-animation: shake_ad 1.5s 1s ease-out alternate;
}
	
	#ad-logo-title{
		width:100%;
		height:auto;
		display:inline-block;
		position:absolute;
		bottom:3px;
		left:0px;
		overflow:hidden;
	}

	#ad-logo-exit{
		width:35px;
		height:35px;
		display:inline-block;
		position:absolute;
		float:right;
		right:0px;
		top:0px;
		background-color:transparent;
		cursor:pointer;
	}

div#ad-butt-cont{
	width:auto;
	height:auto;
	position:fixed;
	text-align:center;
	right:2%;
	bottom:0px;
	border-radius:10px;
	background-color: rgb(0,0,0,0.75);
	z-index:2;
	overflow:hidden;
	display:block;
		animation: shake_ad_bottom_popup 1.5s 1s ease-out alternate;
		-moz-animation: shake_ad_bottom_popup 1.5s 1s ease-out alternate;
		-webkit-animation: shake_ad_bottom_popup 1.5s 1s ease-out alternate;
}
	
	#ad-butt-title{
		width:100%;
		height:auto;
		display:inline-block;
		position:relative;
		top:0px;
		left:0px;
		overflow:hidden;
		cursor:pointer;
	}

	#ad-butt-exit{
		width:35px;
		height:35px;
		display:inline-block;
		position:absolute;
		float:right;
		right:0px;
		top:0px;
		border-radius:10px;
		background-image:url('https://muonlinefanz.com/data/graphics/icons/exit-button.jpg');
		cursor:pointer;
	}
/* END *** ADVERTISEMENTS *** END */


/* -- *** CLASSES *** -- */
/* -- *** CLASSES *** -- */
.exc {color:#33FF66;}
.exc a{color:#33FF66;}
.anc {color:#00FF00;}
.anc a{color:#00FF00;}
.soc {color:#9966FF;}
.soc a{color:#9966FF;}
.pen {color:#FFCC00;}
.pen a{color:#FFCC00;}
.arc {color:#FF00FF;}
.arc a{color:#FF00FF;}
.add {color:#90b8ff;}
.add a {color:#90b8ff;}
.red{color:#F00;}
.small{font-size:9pt;}
.large{font-size:20pt;}
.huge{font-size:36pt;}

.gsq_a{color:#000;}

.round-div{
	border-radius:10px;	
}

.image_heading_cont{
	min-height:400px;
	background-image:url('https://muonlinefanz.com/data/graphics/guide-banner-default.jpg');
	background-color:transparent;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:0px !important;
}

.image_heading_ad{
	float:right;
	height:350px;
	margin-top:0px;
	overflow:hidden;
	text-align:center;
	border:none !important;
	background-color:transparent !important;
}

.image_heading_text{
	position:absolute; !important;
	margin:0px !important;
	bottom:0px !important;
	background-color:rgba(0,0,0,0.63) !important;
	border-top-left-radius:0px !important;
	border-top-right-radius:0px !important;
	text-indent:25px;
}

.watermark_copyright_text{
	font-size:9pt;
	float:right; 
	opacity:0.72;
	-moz-user-select:-moz-none; 
	-khtml-user-select:none; 
	-webkit-user-select:none; 
	-o-user-select:none; 
	user-select:none;
}

.noborder{
		border:none !important;
	}

.nobg{
		background:none !important;
	}

.textcenter{
		text-align:center !important;
	}

.textleft{
		text-align:left !important;
	}

.textright{
		text-align:right !important;
	}


/* -- *** GOOGLE API CLASSES *** -- */
.goog-te-gadget{font-size:18px;} 
.goog-te-combo{height:30px;width:250px;}
/* END *** CLASSES *** END */

/* -- *** KEYFRAMES *** -- */
/* -- *** KEYFRAMES *** -- */
@keyframes fadein_page {
		0% {
			opacity:0;
		}
		100% {
			opacity:1;
		}
	}
	
@keyframes shake_ad_bottom_popup {
		0% {
			right:3%;
		}
		10% {
			right:4%;
		}
		20% {
			right:3%;
		}
		30% {
			right:2%;
		}
		40% {
			right:1%;
		}
		50% {
			right:2%;
		}
		60% {
			right:3%;
		}
		70% {
			right:4%;
		}
		80% {
			right:3%;
		}
		90% {
			right:2%;
		}
		100% {
			right:2%;
		}
	}
/* END *** KEYFRAMES *** END */
