html, body {
	padding: 0px;
	margin: 0px;
	overflow-x: hidden;
}
img {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-webkit-user-drag: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	user-drag: none;
	pointer-events: none;
}
a {
	text-decoration: none;
	color: #000;
}
h1, h2, h3, h4, h5, h6 { font-family: Arial; }
h1 { font-size: 48px; }
h2 { font-size: 32px; }
h4, h5 { margin: 0; padding: 0; }
h3 { font-size: 28px; color: #575757; }
h4 { font-size: 24px; color: #797979; }
h5 { font-size: 20px; color: #898989; }
h6 { font-size: 28px; color: #575757; margin: 0; padding-top: 20px; }
hr { width: 80%; }
legend { font-family: Arial; font-size: 20px; color: #777 }
select, input, textarea {
	display: inline-block;
	border: 1px solid #cdcdcd;
	border-radius: 4px;
	box-sizing: border-box;
	font-size: 20px;
	font-family: Arial;
	margin: 10px 0;
	width: 80%;
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: 8px center;
}
select, input { padding: 8px 0px 8px 40px; }
textarea { padding: 8px 20px; resize: none; }
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
input[type=button] { padding: 8px 0px; }
input[type=button]:hover { cursor: pointer; background-color: #9a9a9a; }
input[type=file] { display: none; }
iframe { overflow: hidden; align-content: center; }
label { display: none; }
/* ---------------------------------Decoration---------------------------------*/
/* ---------------------------------Decoration---------------------------------*/
/* ---------------------------------Decoration---------------------------------*/
#logo {
	height: 250px;
	background-color: #ffffff;
	background-image: url("image/website/icon/0.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0px;
	padding: 0px;
}
#top {
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-family: Arial;
	position: static;
}
.input-form {
	display: block;
	border: 2px solid #cdcdcd;
	border-radius: 10px;
	padding: 0px;
	width: 80%;
}
.content {
	width: 100%;
	background-color: #fff;
}
.middle {
	padding: 40px 0px;
}
.title {
	background-color: #252525;
	color: #cdcdcd;
	width: 100%;
	height: 100%;
}
.pointer {
    cursor: pointer;
}
.row, .f-row ,.p-row {
    width: 100%;
	display: flex;
}
.p-row {
    margin: 20px 0px;
}
.e-row {
	width: 100%;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.col-1, .col-2, .col-3, .col-4, .col-7, .col-8, .col-10, .col-12 {
	display: inline-block;
}
.col-1 { width: 8.333%; }
.col-2 { width: 16.666%; }
.col-3 { width: 25%; }
.col-4 { width: 33.333%; }
.col-5 { width: 41.666%; }
.col-6 { width: 50%; }
.col-7 { width: 58.333%; }
.col-8 { width: 66.666%; }
.col-10 { width: 83.333%; }
.col-12 { width: 100%; }
.row-32 { height: 32px; }
.row-64 { height: 64px; }
.row-128 { height: 128px; }
.row-256 { height: 256px; }
.row-384 { height: 384px; }
.row-448 { height: 448px; }
.margin-sm { margin: 2px 6px; }
.margin-md { margin: 4px 8px; }
.margin-lg { margin: 6px 12px; }
.padding-sm { padding: 2px 6px; }
.padding-md { padding: 4px 8px; }
.padding-lg { padding: 6px 12px; }
.size-12px { height: 12px; width: 12px; text-align: center; }
.size-60px { height: 60px; width: 60px; text-align: center; }
.border-2 {
    position: relative;
    border: solid 2px #cdcdcd;
    top: -2px;
    left: -2px;
}
.border-4 {
    position: relative;
    border: solid 4px #cdcdcd;
    top: -4px;
    left: -4px;
}
.shadow { box-shadow: 0px 0px 32px 8px rgba(0,0,0,0.2); }
/* -- Color -- */
.gradient-deep {
    background: -webkit-liner-gradient(#bcbcbc,#ababab);
    background: -moz-linear-gradient(#bcbcbc,#ababab);
    background: -ms-linear-gradient(#bcbcbc,#ababab);
    background: -0-linear-gradient(#bcbcbc,#ababab);
    background: linear-gradient(#bcbcbc,#ababab);
}
.gradient-shallow {
    background: -webkit-liner-gradient(#efefef,#cdcdcd);
    background: -moz-linear-gradient(#efefef,#cdcdcd);
    background: -ms-linear-gradient(#efefef,#cdcdcd);
    background: -0-linear-gradient(#efefef,#cdcdcd);
    background: linear-gradient(#efefef,#cdcdcd);
}
.red { background-color: #ef2525; }
.green { background-color: #25ef25; }
.orange { background-color: #ef7957; }
.gray { background-color: #797979; }
/* -- Shape Style -- */
.cube {
    display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 3px;
}
.circle {
    margin: 0px 4px;
    display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 6px;
}
/* -- Button Style -- */
.btn, .casual-btn { font-family: Arial; }
.btn {
    margin: 8px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.4);
    border-radius: 8px;
}
.casual-btn {
    background-color: #efefef;
	color: #252525;
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid #cdcdcd;
    font-size: 14px;
}
.btn-info {
    background-color: #efefef;
	color: #252525;
}
.btn-log {
	background-color: #1ddefc;
	color: #003c7f;
}
.btn-edit {
	background-color: #ef5667;
	color: #a90232;
}
.btn-regis {
	background-color: #25ce52;
	color: #027502;
}
.btn-accept {
	background-color: #77ff77;
	color: #002552;
}
.btn-rate {
	background-color: #ffffaa;
	color: #686825;
}
.btn-disable {
	background: #cdcdcd;
	color: #797979;
}
.btn-file {
    position: relative;
}
.btn-lg {
	padding: 20px 0px;
	width: 80%;
	font-size: 24px;
	font-weight: bold;
}
.btn-md {
	padding: 16px 0px;
	width: 60%;
	font-size: 24px;
	font-weight: bold;
}
.btn-sm {
	padding: 8px 0px;
	width: 40%;
	font-size: 20px;
	font-weight: bold;
}
.btn-auto {
	padding: 8px 8px;
	width: auto;
	font-size: 16px;
	font-weight: bold;
}
.btn:hover{
	box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2);
}
.casual-btn:hover{
    background-color: #dedede;
}
/* -- Input style -- */
.text {
    background-image: url("http://motepoly.com/image/website/symbol/penicon.png");
}
.lockpad {
    background-image: url("http://motepoly.com/image/website/symbol/lockpad.png");
}
.calendar {
    background-image: url("http://motepoly.com/image/website/symbol/calendar.png");
}
.option {
    background-image: url("http://motepoly.com/image/website/symbol/option.png");
}
.option:hover,.calendar:hover {
    background-image: url("http://motepoly.com/image/website/symbol/dropdown.png");
    cursor: pointer;
}
/* -- Font Style -- */
.font-12, .font-16, .font-20 {
    text-overflow: ellipsis;
    word-wrap: break-word;
    font-family: Arial;
}
.font-12 {
    font-size: 12px;
}
.font-16 {
    font-size: 16px;
}
.font-20 {
    font-size: 20px;
}
.text-red {
    color: #ff2525;
}
.text-green {
    color: #25ef25;
}
/* -- Position Modify -- */
.content-center {
    text-align: center;
}
.left {
    float: left;
}
.right {
    float: right;
}
.relative {
    position: relative;
}
.negative-top-32 {
    top: -32px;
}
.negative-top-48 {
    top: -48px;
}
.negative-top-64 {
    top: -64px;
}
.positive-top-224 {
    top: 224px;
}
/* -- Hyper Link Decoration -- */
.link {
    cursor: pointer;
    display: block;
    text-decoration: none;
    color: #187FAB;
    padding: 10px 30px;
}
.link:hover {
    text-decoration: underline;
    color: #132C79;
    padding: 10px 30px;
}
/* -- Commen style -- */
.bold {
	font-weight: bold;
	font-family: Arial;
}

.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}
@media only screen and (max-width: 360px){
    audio {
        width: 100%;
    }
    .music-name, .music-artist, .music-date {
        float: left;
        width: 100%;
        margin-top: 10px;
    }
    .music-title, .music-list, .music{
        height: inherit;
        margin-bottom: 10px;
    }
    .btn-sm, .btn-md, .btn-lg {
		padding: 16px 16px;
		width: auto;
	}
}
@media only screen and (max-width: 400px){
    .p-row {
        display: block;
    }
}
@media only screen and (max-width: 640px){
    #logo {
        background-image: url("http://motepoly.com/image/website/icon/1.png");
    }
	.game-h {
		height: 200px;
	}
	#downloadText-1, #downloadText-2, #downloadText-3, .btn-disable {
		display: none;
	}
}
@media only screen and (max-width: 720px){
    audio {
        width: 80%;
    }
    .music-title, .music-list, .music-img {
        width: 100%;
    }
    .music-title {
        height: 40px;
    }
    .music-list, .music{
        height: inherit;
    }
    .music-button {
        float: none;
        position: relative;
        margin: 0px;
    }
}
@media only screen and (max-width: 860px){
    .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10 {
        width: 100%;
    }
	.game-1, .game-2, .game-3 {
		background-position: center;
	}
	.row, .e-row {
	    display: block;
	}
	.e-row {
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-flex-direction: row;
		flex-direction: row;
	}
	#dyn-avatar-container {
	    display: none;
	}
}
@media only screen and (max-width: 960px){
    .f-row {
        display: block;
    }
}
@keyframes slideUp {
	0%{margin-top:200px;opacity:0;height:0;}
	100%{margin-top:0px;opacity:1;height:100%;}
}
@keyframes changeImg {
	0%{background-position: left;opacity:0;}
	20%{background-position: center;opacity:1;}
	80%{background-position: center;opacity:1;}
	100%{background-position: right;opacity:0;}
}
/* ---------------------------------Nav---------------------------------*/
/* ---------------------------------Nav---------------------------------*/
/* ---------------------------------Nav---------------------------------*/
#preview-container {
    display: flex;
    justify-content: space-around;
    position: absolute;
    height: 56px;
}
.image-previewer {
    height: 100%;
}
#fix-bar {
    width: 100%;
    height: 10%;
    animation: scrolling 1s;
}
#bar-area {
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 10%;
    animation: scrolling 1s;
}
#dynbar {
	z-index: 1;
	width: 100%;
	height: 100%;
	box-shadow: 0px 8px 16px 4px rgba(0,0,0,0.4);
}
#ul {
	z-index: 1;
	list-style-type: none;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(#efefef,#cdcdcd);
	background: -moz-linear-gradient(#efefef,#cdcdcd);
	background: -ms-linear-gradient(#efefef,#cdcdcd);
	background: -o-linear-gradient(#efefef,#cdcdcd);
	background: linear-gradient(#efefef,#cdcdcd);
}
#dynboxbuttonimg {
    background-image: url(http://motepoly.com/image/website/symbol/option.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
}
#show {
    width: 100%;
    height: 100%;
}
/* --Full bar tags style-- */
.dynlist {
    text-align: -webkit-center;
	cursor: pointer;
	width: 100%;
	height: 100%;
    list-style-type: none;
	float: left;
}
.subdynbox {
	display: block;
	font-family: Arial;
	text-decoration: none;
	padding: 8px 0px;
	font-size: 24px;
	color: #555;
}
.subdynbox:hover {
	text-decoration: none;
	color: #555;
	background-color: #ababab;
}
.circle {
    border-radius: 50%;
}
/* --Small bar drop menu style-- */
.dynboxbutton {
	border: none;
	color: inherit;
	background: none;
	outline: inherit;
	cursor: pointer;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
}
.dynbox {
    position: absolute;
	width: 100%;
	z-index: 1;
}
.dynboxcont {
    width: 100%;
    margin-top: 10px;
    background-color: #efefef;
    border-radius: 8px;
    animation: barSlide 0.5s;
    box-shadow: 0px 8px 16px 4px rgba(0,0,0,0.4);
}
#user-dynlog {
    text-align: -webkit-center;
    height: auto;
}
#user-background {
    background-image: url("http://motepoly.com/image/server/background/Wood01.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    width: 100%;
    height: 384px;
    text-align:center;
}
#user-avatar {
    position: relative;
    background-image: url("http://socketc.com/lock/bin/curse/default.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 100%;
    height: 100%;
    text-align:center;
}
#user-name {
    font-family: Arial;
    font-size: 24px;
    color: #555;
}
#user-verify {
    font-family: Arial;
    padding: 8px 0px;
    font-size: 32px;
    color: #f22;
}
/* --Animator-- */
@keyframes scrolling{
	0% {
		margin-top: -250px;
	}
	100% {
		margin-top: 0px;
	}
	
}
@keyframes barSlide {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes rotate {
	0% {
		transform: rotate(-180deg);
	}
	100% {
		transform: rotate(0deg);
	}
}
@keyframes rotate180 {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(180deg);
	}
}
/* ---------------------------------LazyLoad---------------------------------*/
/* ---------------------------------LazyLoad---------------------------------*/
/* ---------------------------------LazyLoad---------------------------------*/
#load-cover {
	z-index: 2;
	display: block;
	position: fixed;
	width: 100%;
	background-color: #efefef;
	height: 100%;
}
.loading-cube {
	margin: -20px -20px;
	position: absolute;
	width: 40px;
	height: 40px;
	background-color: #ababab;
	border-radius: 10px;
}
.loading-circle {
	margin: -20px -20px;
	position: absolute;
	width: 40px;
	height: 40px;
	background-color: #ababab;
	border-radius: 20px;
}
.ani-1 {
	animation: loading-1 4s infinite;
}
.ani-2 {
	animation: loading-2 4s infinite;
}
.ani-3 {
	animation: loading-3 4s infinite;
}
.ani-4 {
	animation: loading-4 4s infinite;
}
@keyframes loading-1 {
	0%{
		top: 50%;
		left: 0;
		transform: rotate(0deg);
	}
	25%{
		top: 50%;
		left: 50%;
		transform: rotate(180deg);
	}
	50%{
		top: 0;
		left: 100%;
		transform: rotate(360deg);
	}
	75%{
		top: 50%;
		left: 50%;
		transform: rotate(180deg);
	}
	100%{
		top: 50%;
		left: 0;
		transform: rotate(0deg);
	}
}
@keyframes loading-2 {
	0%{
		top: 50%;
		left: 100%;
		transform: rotate(0deg);
	}
	25%{
		top: 50%;
		left: 50%;
		transform: rotate(-180deg);
	}
	50%{
		top: 100%;
		left: 0;
		transform: rotate(-360deg);
	}
	75%{
		top: 50%;
		left: 50%;
		transform: rotate(-180deg);
	}
	100%{
		top: 50%;
		left: 100%;
		transform: rotate(0deg);
	}
}
@keyframes loading-3 {
	0%{
		top: 0;
		left: 50%;
		transform: rotate(0deg);
	}
	25%{
		top: 50%;
		left: 50%;
		transform: rotate(180deg);
	}
	50%{
		top: 100%;
		left: 100%;
		transform: rotate(360deg);
	}
	75%{
		top: 50%;
		left: 50%;
		transform: rotate(180deg);
	}
	100%{
		top: 0;
		left: 50%;
		transform: rotate(0deg);
	}
}
@keyframes loading-4 {
	0%{
		top: 100%;
		left: 50%;
		transform: rotate(0deg);
	}
	25%{
		top: 50%;
		left: 50%;
		transform: rotate(180deg);
	}
	50%{
		top: 0;
		left: 0;
		transform: rotate(360deg);
	}
	75%{
		top: 50%;
		left: 50%;
		transform: rotate(180deg);
	}
	100%{
		top: 100%;
		left: 50%;
		transform: rotate(0deg);
	}
}
/* ---------------------------------DropBox---------------------------------*/
/* ---------------------------------DropBox---------------------------------*/
/* ---------------------------------DropBox---------------------------------*/
#status, #loadedTotal {
    font-size: 18px;
    font-family: Arial;
}
.droparrow {
    width: 100%;
    padding: 0px;
    margin: 0px;
    border: 0px;
}
.dragtext {
    width: 100%;
    text-align: center;
    font-size: 22px;
    font-family: Arial;
    padding: 0px;
    margin-top: 220px;
    border: 0px;
}
#dropbody {
    position: relative;
    padding: 20px 0px;
    margin: 0px;
    width: 100%;
    height: 64px;
}
#droparea {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-family: Arial;
}
#droptype {
    width: 96%;
    height: 56px;
    padding: 0px;
    margin: 0px;
    background-color: #fff;
    border: 2px dashed #cdcdcd;
    border-radius: 10px;
    text-align: left;
    font-size: 22px;
    font-family: Arial;
    opacity: 0.8;
    overflow: hidden;
}
.droparea.dragover {
    background-image: url(http://motepoly.com/image/droparrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #dedede;
    border-color: #252525;
}
.droparea.drop {
    background-color: #acefac;
    border-color: #25ac36;
}
.droparea.error {
    background-color: #faa;
    border-color: #f00;
}
.post-file {
    position: absolute;
    opacity: 1;
}
.progress {
    width: 300px;
}
/* ---------------------------------User---------------------------------*/
/* ---------------------------------User---------------------------------*/
/* ---------------------------------User---------------------------------*/
.user-image-container {
    padding: 0px;
    margin: 20px 0px;
    border: 4px solid #cdcdcd;
    border-radius: 16px;
    font-family: Arial;
}
.user-cover {
    /* background-image is written in figuration.php */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 400px;
    border-radius: 12px;
}
.user-photo {
    /* background-image is written in figuration.php */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    position: relative;
    top: 60px;
    left: 20px;
    width: 256px;
    height: 256px;
}
.cssCoverFile {
    float: right;
    top: -42px;
}
.cssPhotoFile {
    top: 224px;
}
.profileProgress {
    display: block;
    width: 100%;
}
.user-detail {
    width: 80%;
}
.user-detail-col {
    display: block;
    width: 100%;
    border-radius: 4px;
    padding: 4px;
    color: #252525;
    text-overflow: ellipsis;
    word-wrap: break-word;
    font-size: 18px;
    font-family: Arial;
}
.list-bg-1 {
    background: -webkit-liner-gradient(#bcbcbc,#ababab);
    background: -moz-linear-gradient(#bcbcbc,#ababab);
    background: -ms-linear-gradient(#bcbcbc,#ababab);
    background: -0-linear-gradient(#bcbcbc,#ababab);
    background: linear-gradient(#bcbcbc,#ababab);
}
.list-bg-2 {
    background: -webkit-liner-gradient(#9a9a9a,#898989);
    background: -moz-linear-gradient(#9a9a9a,#898989);
    background: -ms-linear-gradient(#9a9a9a,#898989);
    background: -0-linear-gradient(#9a9a9a,#898989);
    background: linear-gradient(#9a9a9a,#898989);
}
.tab {
    display: none;
}
.post {
    padding: 20px;
    border: 2px solid #cdcdcd;
    border-radius: 10px;
    font-family: Arial;
}
.post-top {
    display: block;
    margin: 0px 0px 10px 0px;
}
.post-text-container {
    
}
.post-media-container {
    
}
.media-image {
    height: 250px;
	background-color: #ffffff;
    background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
    margin: 0px;
	padding: 0px;
}
.sharer-photo, .sharer-info {
    display: inline-block;
}
.sharer-name, .share-date {
    font-family: Arial;
}
.sharer-name {
    margin: 10px 0px;
}
@media only screen and (max-width: 400px){
    .user-cover {
        width: 100%;
        height: 200px;
        margin: 0px;
        border-radius: 0px;
        border: 0px;
    }
    .user-photo {
        top: 8px;
        left: 0px;
        width: 128px;
        height: 128px;
    }
    .cssCoverFile {
        top: -38px;
    }
    .cssPhotoFile {
        top: 112px;
    }
    .user-detail {
        width: 100%;
    }
    .user-detail-col {
        border-radius: 0px;
    }
}
@media only screen and (max-width: 960px){
    .tab {
        display: block;
    }
}

/* ---------------------------------Rating---------------------------------*/
/* ---------------------------------Rating---------------------------------*/
/* ---------------------------------Rating---------------------------------*/

.rating {
	width: 96px;
	height: 32px;
	margin: 0px 16px;
}
.rating > * {
	float: right;
}
.rating label {
	height: 20px;
	width: 20%;
	display: block;
	position: relative;
	cursor: pointer;
}
/* --Rating Star Animation-- */
.rating label:nth-of-type(5):after {
	-webkit-animation-delay: 0.25s;
	animation-delay: 0.25s;
}
.rating label:nth-of-type(4):after {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.rating label:nth-of-type(3):after {
	-webkit-animation-delay: 0.15s;
	animation-delay: 0.15s;
}
.rating label:nth-of-type(2):after {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
.rating label:nth-of-type(1):after {
	-webkit-animation-delay: 0.05s;
	animation-delay: 0.05s;
}
/* --Cursor hover and after-- */
.rating label:after {
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	content: "☆";
	color: #acacac;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 24px;
	-webkit-animation: 1s pulse ease;
	animation: 1s pulse ease;
}
.rating label:hover:after {
	color: #252525;
	text-shadow: 0 0 15px #252525;
}
.rating input {
	display: none;
}
/* --When checked-- */
.rating input:checked + label:after,
.rating input:checked ~ label:after {
	content: "★";
	color: #fabf3b;
	text-shadow: 0 0 20px #f9bf3b;
}
/* --Animator-- */
@-webkit-keyframes pulse {
	50% {
		color: #afafaf;
		text-shadow: 0 0 15px #777777;
	}
}
@keyframes pulse {
	50% {
		color: #afafaf;
		text-shadow: 0 0 15px #777777;
	}
}