body {
    font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	color: #fff;
	margin: 0;
	padding: 0;
    background-image: url(../img/bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;		
    background-attachment: fixed;
	overflow-x: hidden;
}
a {
	color: #ff3f0e;
	text-decoration: none;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
a:hover, a:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.pack-loader {
	display: none;
}
.pack-loader .packmiddle p {
	display: none;
}
.mainbg {
	background-color: rgba(36, 29, 31, 0.6);
}
.topbg {
	background: url(../img/topbg.png) center no-repeat;
	height: 55px;
}
.bottombg {
	background: url(../img/bottombg.png) center no-repeat;
	height: 55px;
}
.maininput {
	padding: 20px;
}
.title {
	background: url(../img/title.png) no-repeat;
	width: 391px;
	height: 54px;
	float: right;
}
.titlebottom {
	background: url(../img/title2.png) no-repeat;
	width: 391px;
	height: 54px;
}
.platforms {
	text-align: center;
	margin-top: 50px;
}
.platforms h1 {
	margin: 0 auto;
	padding: 0;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	color: #ff3f0e;
}
.platforms ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.platforms ul li {
    display: inline-block;
	background: rgb(52,56,65);
	background: -moz-linear-gradient(top,  rgba(52,56,65,1) 0%, rgba(54,58,67,1) 5%, rgba(46,50,61,1) 44%, rgba(43,49,61,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(52,56,65,1) 0%,rgba(54,58,67,1) 5%,rgba(46,50,61,1) 44%,rgba(43,49,61,1) 100%);
	background: linear-gradient(to bottom,  rgba(52,56,65,1) 0%,rgba(54,58,67,1) 5%,rgba(46,50,61,1) 44%,rgba(43,49,61,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#343841', endColorstr='#2b313d',GradientType=0 );
    color: #f9ffff;
	border-bottom: 4px solid #343841;
    margin: 10px;
    padding: 25px 0 20px 0;
    font-size: 18px;
	text-transform: uppercase;
    width: 20%;
	transform: skewX(25deg);
	-webkit-transform: skewX(25deg);
	-moz-transform: skewX(25deg);
	-o-transform: skewX(25deg);
	-ms-transform: skewX(25deg);
}
.platforms ul li:hover {
	background: #57131b;
	background: -moz-linear-gradient(top,  #57131b 0%, #b11009 100%);
	background: -webkit-linear-gradient(top,  #57131b 0%,#b11009 100%);
	background: linear-gradient(to bottom,  #57131b 0%,#b11009 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#57131b', endColorstr='#b11009',GradientType=0 );
	color: #f9ffff;
    cursor: pointer;
	border-bottom: 4px solid #ff3f0e;
}
.platform-active {
	background: #57131b!important;
	background: -moz-linear-gradient(top,  #57131b 0%, #b11009 100%)!important;
	background: -webkit-linear-gradient(top,  #57131b 0%,#b11009 100%)!important;
	background: linear-gradient(to bottom,  #57131b 0%,#b11009 100%)!important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#57131b', endColorstr='#b11009',GradientType=0 )!important;
	color: #f9ffff!important;
	border-bottom: 4px solid #ff3f0e !important;
}
.platforms ul li i {
    font-size: 28px;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 10px;
}
.platforms ul li span {
	display: inline-block;
	transform: skewX(-25deg);
	-webkit-transform: skewX(-25deg);
	-moz-transform: skewX(-25deg);
	-o-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);	
}
.packsPage {
	display: none;
}
.packmain {
	text-align: center;
}
.pack1 {
	background: url(../img/1.png) no-repeat;
}
.pack2 {
	background: url(../img/2.png) no-repeat;
}
.pack3 {
	background: url(../img/3.png) no-repeat;
}
.pack4 {
	background: url(../img/4.png) no-repeat;
}
.pack5 {
	background: url(../img/5.png) no-repeat;
}
.packbg {
	border: 3px solid #6f6f6f;
	display: inline-block;
	margin: 10px;
	width: 293px;
	height: 569px;
	position: relative;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.packbg:hover {
	cursor: pointer;
	opacity: 0.7;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.packtitle {
	position: absolute;
	top: 55px;
	left: 0;
	right: 0;
	margin: 0 auto;
	font-size: 26px;
	font-weight: bold;
}
.packtitle img {
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 7px;
}
.packmiddle {
	position: absolute;
	top: 63%;
	left: 0;
	right: 0;
	margin: 0 auto;
	font-size: 26px;
	font-weight: bold;
}
.packmiddle p {
	padding: 0;
	margin: 0;
	color: #f3da38;
	font-size: 20px;
	font-weight: normal;
}
.packbottom {
	position: absolute;
	bottom: 70px;
	left: 0;
	right: 0;
	margin: 0 auto;
	font-size: 28px;
}
.inputbg {
	width: 80%;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.avatar img {
	position: absolute;
	left: 10px;
	top: 35px;
	width: 40px;
	height: 40px;
	border: 3px solid #343841;
}
.nextbtn {
	text-align: center;
	margin: 40px auto 20px auto;
}
.nextbtn a {
	display: inline-block;
	background: #2b313d;
	background: -moz-linear-gradient(top,  #2b313d 0%, #323232 38%, #383232 43%, #503431 57%, #673631 73%, #6b362e 77%, #703730 80%, #7f392f 95%, #85392c 97%, #8e3523 99%, #a12f15 100%);
	background: -webkit-linear-gradient(top,  #2b313d 0%,#323232 38%,#383232 43%,#503431 57%,#673631 73%,#6b362e 77%,#703730 80%,#7f392f 95%,#85392c 97%,#8e3523 99%,#a12f15 100%);
	background: linear-gradient(to bottom,  #2b313d 0%,#323232 38%,#383232 43%,#503431 57%,#673631 73%,#6b362e 77%,#703730 80%,#7f392f 95%,#85392c 97%,#8e3523 99%,#a12f15 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b313d', endColorstr='#a12f15',GradientType=0 );
	height: 60px;
	line-height: 55px;
	color: #f1eff0;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	width: 35%;
	border: 2px solid #8e8789;
	border-bottom: 6px solid #fe4e1d;
	transition: all 0s ease;
}
.nextbtn a:hover {
	background: #3a3a3a;
	background: -moz-linear-gradient(top,  #3a3a3a 0%, #565656 100%);
	background: -webkit-linear-gradient(top,  #3a3a3a 0%,#565656 100%);
	background: linear-gradient(to bottom,  #3a3a3a 0%,#565656 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a3a3a', endColorstr='#565656',GradientType=0 );
	border: 2px solid #8e8789;
	border-bottom: 6px solid #fff;
	color: #fe4e1d;
	transition: all 0s ease;
}
.footer {
	background: rgb(52,56,65);
	background: -moz-linear-gradient(top,  rgba(52,56,65,1) 0%, rgba(54,58,67,1) 5%, rgba(46,50,61,1) 44%, rgba(43,49,61,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(52,56,65,1) 0%,rgba(54,58,67,1) 5%,rgba(46,50,61,1) 44%,rgba(43,49,61,1) 100%);
	background: linear-gradient(to bottom,  rgba(52,56,65,1) 0%,rgba(54,58,67,1) 5%,rgba(46,50,61,1) 44%,rgba(43,49,61,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#343841', endColorstr='#2b313d',GradientType=0 );
	padding: 20px;
	text-align: center;
	margin-top: 10%;
}
.footer ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.footer ul li {
	margin: 10px;
	display: inline-block;
}
.footer ul li a {
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.2) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.2) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#33ffffff',GradientType=0 );
	display: block;
	padding: 10px 30px;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	border-bottom: 4px solid #fff;
	transform: skewX(25deg);
	-webkit-transform: skewX(25deg);
	-moz-transform: skewX(25deg);
	-o-transform: skewX(25deg);
	-ms-transform: skewX(25deg);
}
.footer ul li a span {
	display: block;
	transform: skewX(-25deg);
	-webkit-transform: skewX(-25deg);
	-moz-transform: skewX(-25deg);
	-o-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);	
}
.footer ul li a:hover {
	background: #57131b;
	background: -moz-linear-gradient(top,  #57131b 0%, #b11009 100%);
	background: -webkit-linear-gradient(top,  #57131b 0%,#b11009 100%);
	background: linear-gradient(to bottom,  #57131b 0%,#b11009 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#57131b', endColorstr='#b11009',GradientType=0 );
    color: #ddd;
	border-bottom: 4px solid #ff3f0e;
}
.footer p {
	font-size: 16px;
	margin-top: 20px;
}
body.modal-open .blur {
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
}
.verifymodal {
	background: #383838;
	background: -moz-linear-gradient(top, #383838 0%, #313131 100%);
	background: -webkit-linear-gradient(top, #383838 0%,#313131 100%);
	background: linear-gradient(to bottom, #383838 0%,#313131 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#383838', endColorstr='#313131',GradientType=0 );
	padding: 20px 40px;
	border: 3px solid #6b6b6d;
	text-align: center;
	transform: skewX(25deg);
	-webkit-transform: skewX(25deg);
	-moz-transform: skewX(25deg);
	-o-transform: skewX(25deg);
	-ms-transform: skewX(25deg);
}
.verifymodal p, .verifymodal h1 {
	margin: 0;
	padding: 0;
	display: block;
	transform: skewX(-25deg);
	-webkit-transform: skewX(-25deg);
	-moz-transform: skewX(-25deg);
	-o-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
}
.verifymodal p {
	font-size: 18px;
	color: #fff;
}
.verifymodal h1 {
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 28px;
	color: red;
	font-weight: bold;
	text-transform: uppercase;
}
.verifymodal i {
	font-size: 32px;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 7px;
}
.verifymodal > .nextbtn {
	margin: 20px 0 10px 0;
	display: block;
	transform: skewX(-25deg);
	-webkit-transform: skewX(-25deg);
	-moz-transform: skewX(-25deg);
	-o-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
}
.laoding {
	font-size: 32px;
	font-weight: bold;
}
.laoding i {
	font-size: 42px;
	margin-right: 13px;
	margin-top: -3px;
	vertical-align: middle;
}
.laoding p {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 16px;
	font-weight: normal;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.faa-spin.animated,
.faa-spin.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-spin {
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
.faa-spin.animated.faa-fast,
.faa-spin.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-spin.faa-fast {
  -webkit-animation: spin 0.7s linear infinite;
  animation: spin 0.7s linear infinite;
}
.faa-spin.animated.faa-slow,
.faa-spin.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-spin.faa-slow {
  -webkit-animation: spin 2.2s linear infinite;
  animation: spin 2.2s linear infinite;
}
