@CHARSET "ISO-8859-1";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
	padding: 0;
	margin: 0;
}
a{
	text-decoration: none;
}
table {
	border-spacing: 0;
}
fieldset,img {
	border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-weight: normal;
	font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
	list-style: none;
	margin:0;
	padding:0;
}
caption,th {
	text-align: left;

}
q:before, q:after {
	content:'';
}
abbr,acronym { border: 0;
}

body{
	font-family: Roboto,sans-serif;
}
::selection {
  background: #ce0000;
}
::-moz-selection {
  background: #ce0000;
}
.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}
.intro p{
	width: 50%;
	margin: 0 auto;
	font-size: 1.5em;
}
.section{
	text-align: center;
}


#logo {
	position: fixed;
	width: 64px;
	height: 64px;
	top: 80px;
	left: 100px;
	background: url("./flare128.png") center center no-repeat;
	background-size:cover;
	z-index: 30;
	cursor: pointer;
}
#footer p {
	position: fixed;
	width: 390px;
	bottom: 30px;
	right: 60px;
	z-index: 30;
	text-align: right;
	font-size: 0.8em;
	color: rgba(128, 128, 128, 0.6);
}
#footer i {
	transition: transform .2s;
	display: inline-block;
	vertical-align: bottom;
	font-size: 2em;
	color: rgba(207, 0, 0, 0.7);
}
	#footer i:hover {
		transform: scale(1.3);
		color: rgba(207, 0, 0, 0.9);
	}
#footer a {
	transition: transform .2s;
	color: rgba(207, 0, 0, 0.7);
}
	#footer a:hover {
		color: rgba(255, 0, 0, 0.9);
	}
#menu{
	position: fixed;
	text-align: right;
	top: 85px;
	right: 85px;
	height: 40px;
	z-index: 30;
	width: 100%;
	padding: 0;
	margin: 0;
	display: none
}
#menu li {
	display: inline-block;
	margin: 10px;
	color: #000;
	background:#fff;
	background: rgba(255,255,255, 0.5);
	-webkit-border-radius: 10px;
			border-radius: 10px;
}
#menu li.active{
	background:#666;
	background: rgba(0,0,0, 0.5);
	color: #fff;
}
#menu li a{
	text-decoration:none;
	color: #000;
}
#menu li.active a:hover{
	color: #000;
}
#menu li:hover{
	background: rgba(255,255,255, 0.8);
}
#menu li a,
#menu li.active a{
	padding: 9px 18px;
	display: block;
}
#menu li.active a{
	color: #fff;
}
#fp-nav {
	position: absolute !important;
	/*top : 190px !important;*/
	left : 118px !important;
}


h1 {
	font-weight: normal;
	font-size: 2.5em;
}
h2 {
	font-weight: normal;
}
.red {
	color: #ce0000;
	font-weight: 700;
}
p {
	margin: 15px 0;
	line-height: 1.5em;
	color: #999999
}
@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}
.flareaio-img {
	position: absolute;
	top: 150px;
	right: -30px;
	animation: float 3s ease-in-out infinite;
}
	.flareaio-img-xs {
		display: none;
		animation: float 3s ease-in-out infinite;
	}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}

.boxed {
	padding: 10px 20px;
	background: rgba(0, 0, 0, 0.5);
	color: rgba(255, 255, 255, 0.8);
	cursor: help;
    border-radius: 10px;
}

.btn-glow {
    margin: 10px 10px 0 0;
    padding: 10px 30px 12px 30px;
    height: 50px;
    border: none;
    outline: none;
    color: #fff;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
    font-size: 0.9em;
    font-weight: 700;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#616161', endColorstr='#292929');
	background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0, #616161), color-stop(100%, #292929));
	background-image: -webkit-linear-gradient(165deg, #616161, #292929);
	background-image: -moz-linear-gradient(65deg, #616161, #292929);
	background-image: -ms-linear-gradient(65deg, #616161 0, #292929 100%);
	background-image: -o-linear-gradient(65deg, #616161, #292929);
	background-image: linear-gradient(165deg, #616161, #292929);
}
	.btn-glow:before {
	    content: '';
	    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
	    position: absolute;
	    top: -2px;
	    left:-2px;
	    background-size: 400%;
	    z-index: -1;
	    filter: blur(5px);
	    width: calc(100% + 4px);
	    height: calc(100% + 4px);
	    animation: glowing 20s linear infinite;
	    opacity: 0;
	    transition: opacity .3s ease-in-out;
	    border-radius: 10px;
	}
	.btn-glow:active {
	    color: #000
	}
	.btn-glow:active:after {
	    background: transparent;
	}
	.btn-glow:hover:before {
	    opacity: 1;
	}
	.btn-glow:after {
	    z-index: -1;
	    content: '';
	    position: absolute;
	    width: 100%;
	    height: 100%;
	    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#616161', endColorstr='#292929');
		background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0, #616161), color-stop(100%, #292929));
		background-image: -webkit-linear-gradient(165deg, #616161, #292929);
		background-image: -moz-linear-gradient(65deg, #616161, #292929);
		background-image: -ms-linear-gradient(65deg, #616161 0, #292929 100%);
		background-image: -o-linear-gradient(65deg, #616161, #292929);
		background-image: linear-gradient(165deg, #616161, #292929);
	    left: 0;
	    top: 0;
	    border-radius: 10px;
	}
.btn-glow-light {
    margin: 10px 10px 0 0;
    padding: 10px 30px 12px 30px;
    height: 50px;
    border: none;
    outline: none;
    color: #333;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
    font-size: 0.9em;
    font-weight: 700;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#f3f3f3', endColorstr='#9e9e9e');
	background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0, #f3f3f3), color-stop(100%, #9e9e9e));
	background-image: -webkit-linear-gradient(165deg, #f3f3f3, #9e9e9e);
	background-image: -moz-linear-gradient(65deg, #f3f3f3, #9e9e9e);
	background-image: -ms-linear-gradient(65deg, #f3f3f3 0, #9e9e9e 100%);
	background-image: -o-linear-gradient(65deg, #f3f3f3, #9e9e9e);
	background-image: linear-gradient(165deg, #f3f3f3, #9e9e9e);
}
	.btn-glow-light:before {
	    content: '';
	    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
	    position: absolute;
	    top: -2px;
	    left:-2px;
	    background-size: 400%;
	    z-index: -1;
	    filter: blur(5px);
	    width: calc(100% + 4px);
	    height: calc(100% + 4px);
	    animation: glowing 20s linear infinite;
	    opacity: 0;
	    transition: opacity .3s ease-in-out;
	    border-radius: 10px;
	}
	.btn-glow-light:active {
	    color: #000
	}
	.btn-glow-light:active:after {
	    background: transparent;
	}
	.btn-glow-light:hover:before {
	    opacity: 1;
	}
	.btn-glow-light:after {
	    z-index: -1;
	    content: '';
	    position: absolute;
	    width: 100%;
	    height: 100%;
	    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#f3f3f3', endColorstr='#9e9e9e');
		background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0, #f3f3f3), color-stop(100%, #9e9e9e));
		background-image: -webkit-linear-gradient(165deg, #f3f3f3, #9e9e9e);
		background-image: -moz-linear-gradient(65deg, #f3f3f3, #9e9e9e);
		background-image: -ms-linear-gradient(65deg, #f3f3f3 0, #9e9e9e 100%);
		background-image: -o-linear-gradient(65deg, #f3f3f3, #9e9e9e);
		background-image: linear-gradient(165deg, #f3f3f3, #9e9e9e);
	    left: 0;
	    top: 0;
	    border-radius: 10px;
	}
.btn-glow-off {
    margin: 10px 10px 0 0;
    padding: 10px 30px 12px 30px;
    height: 50px;
    border: none;
    outline: none;
    color: #fff;
    cursor: default;
    position: relative;
    z-index: 0;
    border-radius: 10px;
    font-size: 0.9em;
    font-weight: 700;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#616161', endColorstr='#292929');
	background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0, #616161), color-stop(100%, #292929));
	background-image: -webkit-linear-gradient(165deg, #616161, #292929);
	background-image: -moz-linear-gradient(65deg, #616161, #292929);
	background-image: -ms-linear-gradient(65deg, #616161 0, #292929 100%);
	background-image: -o-linear-gradient(65deg, #616161, #292929);
	background-image: linear-gradient(165deg, #616161, #292929);
	opacity: 0.3;
}
.btn-glow-red {
    margin: 10px 10px 0 0;
    padding: 10px 30px 12px 30px;
    height: 50px;
    border: none;
    outline: none;
    color: #fff;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
    font-size: 0.9em;
    font-weight: 700;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#bb0000', endColorstr='#730000');
	background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0, #bb0000), color-stop(100%, #730000));
	background-image: -webkit-linear-gradient(165deg, #bb0000, #730000);
	background-image: -moz-linear-gradient(65deg, #bb0000, #730000);
	background-image: -ms-linear-gradient(65deg, #bb0000 0, #730000 100%);
	background-image: -o-linear-gradient(65deg, #bb0000, #730000);
	background-image: linear-gradient(165deg, #bb0000, #730000);
}
	.btn-glow-red:before {
	    content: '';
	    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
	    position: absolute;
	    top: -2px;
	    left:-2px;
	    background-size: 400%;
	    z-index: -1;
	    filter: blur(5px);
	    width: calc(100% + 4px);
	    height: calc(100% + 4px);
	    animation: glowing 20s linear infinite;
	    opacity: 0;
	    transition: opacity .3s ease-in-out;
	    border-radius: 10px;
	}
	.btn-glow-red:active {
	    color: #000
	}
	.btn-glow-red:active:after {
	    background: transparent;
	}
	.btn-glow-red:hover:before {
	    opacity: 1;
	}
	.btn-glow-red:after {
	    z-index: -1;
	    content: '';
	    position: absolute;
	    width: 100%;
	    height: 100%;
	    left: 0;
	    top: 0;
	    border-radius: 10px;
	    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#bb0000', endColorstr='#730000');
		background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0, #bb0000), color-stop(100%, #730000));
		background-image: -webkit-linear-gradient(165deg, #bb0000, #730000);
		background-image: -moz-linear-gradient(65deg, #bb0000, #730000);
		background-image: -ms-linear-gradient(65deg, #bb0000 0, #730000 100%);
		background-image: -o-linear-gradient(65deg, #bb0000, #730000);
		background-image: linear-gradient(165deg, #bb0000, #730000);
	}

.flareaio {
	background-image: url("flareaio.svg"); 
	background-size:cover;
	font-family:Roboto,sans-serif;
	color: #fff;
	-webkit-transition:all 300ms ease-in-out;
	-moz-transition:all 300ms ease-in-out;
	-o-transition:all 300ms ease-in-out;
	transition:all 300ms ease-in-out;
}
	.flareaio-ctn{
		max-width: 400px;
		margin: 50px 0 0 -100px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		text-align: left;	
	}

.flareraffles {
	filter: progid: DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#f1f1f1', endColorstr='#afafaf');
	background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0, #f1f1f1), color-stop(100%, #afafaf));
	background-image: -webkit-linear-gradient(165deg, #f1f1f1, #afafaf);
	background-image: -moz-linear-gradient(65deg, #f1f1f1, #afafaf);
	background-image: -ms-linear-gradient(65deg, #f1f1f1 0, #afafaf 100%);
	background-image: -o-linear-gradient(65deg, #f1f1f1, #afafaf);
	background-image: linear-gradient(165deg, #f1f1f1, #afafaf);
	background-image: url("flareraffles.jpg"); 
	background-size:cover;
	font-family:Roboto,sans-serif;
	color: #333;
	-webkit-transition:all 300ms ease-in-out;
	-moz-transition:all 300ms ease-in-out;
	-o-transition:all 300ms ease-in-out;
	transition:all 300ms ease-in-out;
}
	.flareraffles-ctn{
		max-width: 400px;
		margin: 50px 0 0 -100px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		text-align: left;	
	}
.flarerenew {
	filter: progid: DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#bb0000', endColorstr='#730000');
	background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0, #bb0000), color-stop(100%, #730000));
	background-image: -webkit-linear-gradient(165deg, #bb0000, #730000);
	background-image: -moz-linear-gradient(65deg, #bb0000, #730000);
	background-image: -ms-linear-gradient(65deg, #bb0000 0, #730000 100%);
	background-image: -o-linear-gradient(65deg, #bb0000, #730000);
	background-image: linear-gradient(165deg, #bb0000, #730000);
	font-family:Roboto,sans-serif;
	color: #fff;
	-webkit-transition:all 300ms ease-in-out;
	-moz-transition:all 300ms ease-in-out;
	-o-transition:all 300ms ease-in-out;
	transition:all 300ms ease-in-out;
}
	.flarerenew-ctn{
		max-width: 600px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		text-align: center;	
	}
	.flarerenew #renewal-spin {
		font-size: 5em;
		margin-bottom: 40px; 
	}
	.flarerenew #gotem {
		font-size: 5em;
		margin-bottom: 40px; 
	}
	.flarerenew h2 {
		color: rgba(255, 255, 255, 0.5);
		margin-top: 10px;
	}
	.flarerenew p {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(0, 0, 0, 0.5);
		color: rgba(255, 255, 255, 0.8);
		cursor: help;
	    border-radius: 10px;
	}
	input {
		display: inline-block;
		box-shadow: none;
		-webkit-transition: all 0.30s ease-in-out;
		-moz-transition: all 0.30s ease-in-out;
		-ms-transition: all 0.30s ease-in-out;
		-o-transition: all 0.30s ease-in-out;
		-moz-border-radius: 10px;
		 -webkit-border-radius: 10px;
		border-radius: 10px;
		width: 380px;
		height: 50px;
		font-size: 1.3em;
		border: 2px solid rgba(255, 0, 0, 0.5);
		background-color : rgba(47, 25, 25, 0.8);
		margin-top: 25px;
		margin-bottom: 15px;
		padding: 5px;
		color: white;
		text-align: center;
		font-weight: bold;
		text-transform: uppercase;
		z-index:99999;
	}

	input:focus {
		border: 2px solid #e60000;
		background-color : rgba(255, 255, 255, 0.8);
		color: #36393f;
		outline: none;
		filter: progid: DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#373a40', endColorstr='#111214');
		/*background-image: url(bg.jpg);*/
		background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0, rgba(183, 187, 194, 0.8)), color-stop(100%, rgba(255, 255, 255, 0.8)));
		background-image: -webkit-linear-gradient(180deg, rgba(183, 187, 194, 0.8), rgba(255, 255, 255, 0.8));
		background-image: -moz-linear-gradient(180deg, rgba(183, 187, 194, 0.8), rgba(255, 255, 255, 0.8));
		background-image: -ms-linear-gradient(180deg, rgba(183, 187, 194, 0.8) 0, rgba(255, 255, 255, 0.8) 100%);
		background-image: -o-linear-gradient(180deg, rgba(183, 187, 194, 0.8), rgba(255, 255, 255, 0.8));
		background-image: linear-gradient(180deg, rgba(183, 187, 194, 0.8), rgba(255, 255, 255, 0.8));
	
	}

@media only screen and (max-width: 900px) {
	#logo { left: 50%; transform: translate(-50%, 0%); }
	#fp-nav { top: 70px !important; left: 20px !important; }
	.flareaio-ctn { text-align: center; margin: 10px 0 0 0; }
	.flareaio-img { display: none; }
	.flareaio-img-xs { display: inline-block; margin: -30px 0 0 0;}
	.flareraffles { background-position: -1180px center; }
	.flareraffles-ctn { width: 300px; text-align: center; margin: 20px 0 0 0; }
	#footer p { bottom: 30px; left: 50%; transform: translate(-50%, 0%); }
}
