@charset "utf-8";
/* CSS Document */

* {
	margin:0;padding:0;
} 


::selection {
  background: #23B0DB; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #23B0DB; /* Gecko Browsers */
}

html, body {
	height: 100%;
}

body {
	/* Setting the default text color, size, page background and a font stack: */
	color: #F9F6F4;
	/*font-family: "Myriad Set Pro", Arial;*/
	font-family: 'Titillium Web', sans-serif;
	/*	background: url(../assets/home_bg.png) no-repeat 50% 0 fixed;
	background-size: cover;
*/
	text-rendering: optimizeLegibility;
	background-color: #65625F;
	text-shadow: 1px 1px 4px #000;
	font-size: 1em;
}

h1 {
	font-size: 3em;
	padding-bottom: 0.2em;
	font-weight: 300;
	color: #B6B3B2;
	cursor: default;
	font-family: 'Open Sans', sans-serif;
	
}

h2{
	font-size: 1.3em;
	font-weight: 300;
	cursor: default;
	font-family: 'Open Sans', sans-serif;
}

h3{
	font-size: 1.3em;
	font-weight: 300;
	cursor: default;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	padding-top: 10px;
}

h4{
	font-size: 2em;
	padding-bottom: 0.3em;
	font-weight: 300;
	cursor: default;
	font-family: 'Open Sans', sans-serif;
}

h5{
	font-size: 2.6em;
	padding-bottom: 0.3em;
	font-weight: 300;
	cursor: default;
	font-family: 'Open Sans', sans-serif;
	color: #c3c1be;
	text-shadow: 1px 1px 4px #000;
}
h6{
	font-size: 1.6em;
	padding-bottom: 0.3em;
	font-weight: 300;
	cursor: default;
	font-family: 'Open Sans', sans-serif;
	color: #c3c1be;
	text-shadow: 1px 1px 4px #000;
}
h7{
	font-size: 1.3em;
	font-weight: 300;
	cursor: default;
	font-family: 'Open Sans', sans-serif;
	text-align: left;
	padding-top: 10px;
}


.error {
	color: #FF2F2F;
}

.scroller {
	position: absolute;
}

.scroller_01 {
	position: absolute;
	display: block;
	height: 50px;
	width: 50px;
	background-color: #222;
	background-image: url(../assets/arrow01.png);
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
	bottom: 0.5em;
	-webkit-box-shadow: 0px 2px 3px #000;
	-moz-box-shadow: 0px 2px 3px #000;
	box-shadow: 0px 2px 3px #000;
}

.scroller_01:hover {
	background-color: #454545;
	cursor: pointer;
}

.top-menu-heading {
	color: #fff;
	font-size: 1.5em;
	padding: 0px 20px 0px 20px;
	text-decoration: none;
	position: relative;
	top: 3px;
	font-weight: bold;
}

.heading-p1 {
	color: #23B0DB;
}

nav.top-menu {
	font-size: 1em;
	background: #222;
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 1000;
	-webkit-box-shadow: 0px 2px 3px #000;
	-moz-box-shadow: 0px 2px 3px #000;
	box-shadow: 0px 2px 3px #000;
	border-bottom: 1px solid #000;
	/*font-family: Tahoma, Geneva, sans-serif;*/
}

.top-menu li iframe {
	vertical-align: middle;
	margin-left: 1em;
}

.twitter-like {
	margin-left: 2em;
}

.google-like {
	vertical-align: middle;
	display: inline-block;
	padding-bottom: 5px;
}

.top-menu li a {
	text-shadow: none;
	display: block;
	color: #fff;
	padding: 6px 20px;
	text-decoration: none;
	font-size: 1em;
}

.top-menu li a:hover,
.top-menu li a.active {
	background-color: #454545;
}

.top-menu li {
	display: inline-block;
	vertical-align: middle;
}

.top-menu ul {
	display: inline-block;
	padding: 0;
	margin: 0;
	position: relative;
}

.line{
	/* The dividing line: */
	background-color: #222;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #222;
	-webkit-box-shadow: 0px 1px 2px #000;
	-moz-box-shadow: 0px 1px 2px #000;
	box-shadow: 0px 1px 2px #000;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
}

.line_01{
	/* The dividing line: */
	background-color: #222;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #222;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
}

.line#chkt-line {
	margin-top: 2.4em;
	margin-bottom: 2.4em;
}

.line#chkt-line1 {
	margin-top: 2em;
	margin-bottom: 2em;
}

.line#price-line {
	margin-top: 1em;
	margin-bottom: 1em;
}

.line#step-line {
	margin-top: 2em;
	margin-bottom: 2em;
}

.container {
	max-width: 960px;
	margin: 20% auto;
	position: relative;
	opacity: 0.96;
}

.container#order-status {
	max-width: 960px;
	margin: 20% auto;
	position: relative;
	opacity: 0.96;
}

.content {
	border: 1px solid #000;
	-webkit-box-shadow: 0px 0px 8px #000;
	-moz-box-shadow: 0px 0px 8px #000;
	box-shadow: 0px 0px 8px #000;
	width: 100%;
	padding: 35px;
	background-color: #303030;
	margin: 25px 0px 0px 0px;
	-webkit-border-radius: 4;
	-moz-border-radius: 4;
	border-radius: 4px;
}

.content#order-status, .content#order-process {
	text-align: center;
	cursor: default;
}



.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -36px;
}
.wrapper#order-status {
	min-height: 100%;
	height: 100%;
	margin: 0 auto -36px;	
}

.start {
	position: absolute;
	top: 50%;
	text-align: center;
	width: 100%;
	margin-top: -100px;
	opacity: 0;
	text-shadow: 2px 3px 1px #000;
}

.start h1 {
	font-size: 4em;
}

.start h2 {
	font-size: 1.5em;
}

.start a {
	font-size: 1.5em;
	color: #23B0DB;
	text-decoration: none;
	z-index: 2;
}

.start a:hover {
	color: #fff;
	z-index: 2;
}

.start #link {
	position:absolute; 
 	width:100%;
 	height:100%;
	top:0;
	left: 0;
	z-index: 1;
	background-image: url('../assets/transparent.png');
}

.spacer {
	height: 30px;
}

.spacer_01 {
	background-color: #222;
	height: 1.75em;
	-webkit-box-shadow: 0px -2px 0px #000;
	-moz-box-shadow: 0px -2px 0px #000;
	box-shadow: 0px -2px 0px #000;
}

.spacer_02 {
	background-color: #222;
	height: 1.75em;
	-webkit-box-shadow: 0px 2px 0px #000;
	-moz-box-shadow: 0px 2px 0px #000;
	box-shadow: 0px 2px 0px #000;
}

footer {
	text-shadow: none;
	color: #666;
	background: #222;
	width: 100%;
	position: relative;
	z-index: 1000;
	-webkit-box-shadow: 0px -1px 3px #000;
	-moz-box-shadow: 0px -1px 3px #000;
	box-shadow: 0px -1px 3px #000;
	border-top: 1px solid #000;
	height: 35px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.8em;
}
.left-p {
	float: left;
	position: relative;
	padding: 8px 0px 8px 20px;
}

.right-p {
	float: right;
	position: relative;
	padding: 8px 20px 8px 0px;
}

.side-menu-wrapper {
	width: 100px;
	font-size: 0.95em;
	margin-top: 1em;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}

.side-menu, ul {
	list-style-type: none;
    margin: 0;
    padding: 0;
}

.side-menu > li > a {
	text-decoration: none;
	display: block;
	width: 100%;
	color: #F9F6F4;
	cursor: default;
	text-align: center;
	font-size: 1.25em;
	line-height: 2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #222;
}

.side-menu ul li a {
	text-decoration: none;
    display: block;
	color: #F9F6F4;
	cursor:default;
	line-height: 1.5em;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #222;
}

.side-menu a:hover {
	background-color: #23B0DB;
	text-shadow: none;
}

.side-menu a.active {
	background-color: #177591;
	text-shadow: none;
}

.side-menu a.disabled,
.side-menu a.disabled:hover {
	color: #111;
	background-color: #303030;
	text-shadow: none;
}

.select-menu-wrapper {
	width: 200px;
    margin: 0px;
    font-size: 0.95em;
}

.select-menu-wrapper#server-wrapper {
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
}


.content-stretcher,
content-stretcher1 {
	text-align: justify;
}

.content-stretcher > div {
	width: 18%; /* Declare your value. Can be in relative units. */
	display: inline-block;
	vertical-align: middle;

	/* IE fix. */
	*display: inline;
	zoom: 1;
}

.content-stretcher#rank-form {
	width: 45%;
	padding-top: 25px;
}
.content-stretcher#rank-form > div {
	margin-top: auto;
	margin-bottom: auto;
}

.content-stretcher:after,
content-stretcher1:after {
	content: "";
	width: 100%;
	display: inline-block;
}

.content-stretcher1 > div {
	margin: 0px 0px 0px 2%;
	display: inline-block;
	vertical-align: middle;

	/* IE fix. */
	*display: inline;
	zoom: 1;
}

.content-stretcher2 > div {
	width: 100%;
	vertical-align: middle;
}

.rank-img {
	text-align: center;
	min-width: 192px;
	min-height: 192px;
}
.step-img {
	margin-top: 2em;
}

.rank-img#chkt-rank-img {
	min-width: 128px;
	min-height: 128px;
	max-width: 128px;
	max-height: 128px;	
}

.rank-img#chkt-rank-img > img {
	text-align: center;
	max-width: 128px;
	max-height: 128px;
}

.btn {
	-webkit-border-radius: 4;
	-moz-border-radius: 4;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 3px #000;
	-moz-box-shadow: 0px 0px 3px #000;
	box-shadow: 0px 0px 3px #000;
	color: #F9F6F4;
	padding: 10px 20px 10px 20px;
	border: none;
	font-weight: 300;
	background-color: #1B1B1B;
	font-family: 'Titillium Web', sans-serif;
	font-size: 1em;
}

.btn:hover {
	background: #23B0DB;
}

.btn:active {
	border: none;
	background-color: #177591;
}

.btn:disabled {
	color: #666666;
}
.btn:disabled:hover {
	background-color: #1B1B1B;
}

.btn#chkt-btn {
	font-size: 1.4em;
}

.btn#bk-btn {
	margin-right: 1em;
}

.btn#paypal-btn {
	margin-left: 1em;
}
.btn#match-btn {
	margin-right: 1em;
}
.btn#spec-btn {
	margin-left: 1em;
}

.btn#boost-btn {
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 1.6em;
	width: 33%;
}

.btn#contact-btn {
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 1.5em;
	width: 33%;
}

.btn#send-btn {
	margin-top: 2em;
	margin-bottom: 2em;
}

.right-guil {
	max-width: 75px;
	font-size: 8em;
	cursor: default;
}

.right-guil#chkt-guil {
	font-size: 6em;
	max-height: 128px;
	max-width: 55px;
}

#order-checkout {
	display: none;
}

.inpt-text {
	-webkit-border-radius: 4;
	-moz-border-radius: 4;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 3px #000;
	-moz-box-shadow: 0px 0px 3px #000;
	box-shadow: 0px 0px 3px #000;
	color: #F9F6F4;
	padding: 10px 20px 10px 20px;
	border: none;
	font-weight: 300;
	background-color: #1B1B1B;
	font-size: 1em;
	font-family: 'Titillium Web', sans-serif;
}

.inpt-text:focus {
	outline: none !important;
    border:1px solid 23B0DB;
    box-shadow: 0 0 10px #23B0DB;
}

.inpt-text:read-only:focus {
	outline: none !important;
	border: none;
	-webkit-box-shadow: 0px 0px 3px #000;
	-moz-box-shadow: 0px 0px 3px #000;
	box-shadow: 0px 0px 3px #000;
}

.inpt-text#contact-subject {
	width: 50%;
	margin-top: 2em;
	margin-bottom: 2em;
	text-align: center;
}

.inpt-text#contact-email {
	width: 46%;
	margin-bottom: 2em;
}

.inpt-text#contact-message {
	width: 65%;
	height: 350px;
	margin-top: 2em;
}

#contact-body * {
	vertical-align: top;
}

.line#contact-line {
	width: 75%;
	margin-left: 12.5%;
}

select, option, textarea {
	font-family: 'Titillium Web', sans-serif;
}

label {
	margin: 20px;
	min-width: 75px;
	display: inline-block;
	text-align: center;
}

.form-wrapper#cred-form {
	text-align: center;
}

.form-wrapper#cred-form > h2 {
	padding-bottom: 1.25em;
	padding-top: .25em;
	text-align:center
}

.form-wrapper#cred-form p {
	margin-top: 25px;
}

.form-wrapper#main-form > div {
	max-width: 30%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	text-align: center;
}

.form-wrapper#pay-form > div {
	max-width: 35%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	text-align: center;
}

.form-wrapper#contact-form {
	width: 50%;
	float: left;
}

.form-wrapper#chkt-form2 {
	width: 47%;
	margin-left: auto;
    margin-right: auto;
}

.form-wrapper#chkt-form2 > div {
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 25px;
}

.form-wrapper#chkt-form3 {
	width: 53%;
	margin-left: auto;
    margin-right: auto;
}

.form-wrapper#chkt-form3 >div {
	display: inline-block;
}

.price-wrapper {
	cursor:default;
}

#paypal-secure-wrapper {
	height: 100px;
	width: 250px;
	background-color: #1B1B1B;
	-webkit-border-radius: 4;
	-moz-border-radius: 4;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 3px #000;
	-moz-box-shadow: 0px 0px 3px #000;
	box-shadow: 0px 0px 3px #000;
}

.data-table-wrapper {
	width: 100%;
	margin-bottom: 20px;
}

.data-table {
	border-collapse: collapse;
	border: none;
	width:100%;
	height:100%;
	table-layout: fixed;
	cursor: default;

}

.data-table th {
	padding: 8px 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 2px;
	border-bottom-color: #222;
	font-weight: 300;
	font-size: 1.5em;
	color: #B6B3B2;
}

.data-table td {
	padding-top: 10px;
	text-align: center;
	font-weight: 300;
	font-size: 1.2em;
}


.data-table tr:last-child {
	border-bottom-width: 2px;
	border-bottom-color: #222;
	border-bottom-style: solid;
}
.data-table img {
	padding: 5px;
	max-width: 32px;
	max-height: 32px;
	vertical-align: middle;	
}

.data-table div {
	min-width: 240px;
	text-decoration: none;	
}

.data-table div > a {
	text-decoration: none;
	color: #F9F6F4;
}
	
.data-table td:nth-child(2), .data-table th:nth-child(2) {
	text-align:left;
	vertical-align: baseline;
}
.data-table td:nth-child(4), .data-table th:nth-child(4) {
	text-align:right;
	vertical-align: baseline;
}

.content#riot-status > div {
	text-align: center;
}

.content#riot-status {
	text-align: center;
}

.player {
	color: #23B0DB;	
}

.loading {
	position: absolute;
	top: 20px;
	right: -25px;
	width: 28px;
	height: 28px;
	background-image: url(../assets/load.png);
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.5;
	cursor: pointer;
}

.article_01 {
  background-size: 49% auto;
  background-attachment: fixed;
  background-repeat: no-repeat;
  height:100%
}

.article {
  background-size: 49% auto;
  background-attachment: fixed;
  background-repeat: no-repeat;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  margin-bottom: 100px;
  text-align: center;
}

.fig_01 {
	background-attachment: scroll;
	background-image: url(../assets/home_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;	
}

.fig_02 {
	height: 48px;
	width: 48px;
	margin-bottom: 15px;
}

.fig_03 {
	width: 400px;
	float: left;
	clear: right;
}

.fig_04 {
	width: 400px;
	float: right;
	clear: left;
}

.fig_05 {
	height: 96px;
	width: 96px;
}

.col_01 {
	width: 220px;
    height: 300px;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
	text-align: center;
	margin-top: 35px;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.2em;
}

.col_01_01 {
	width: 33%;
    height: 128px;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
	text-align: center;
	margin-top: 35px;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.2em;
}

.col_01_stretch {
	width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}

.col_01_container {
	text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
}

.col_02 {
	margin-top: 50px;
	font-size: 1.6em;
	text-align: center;
}

.col_03 {
  	font-size: 1.6em;
	display: table;
	height: auto;
	margin-bottom: 75px;
}

.col_03 p {
	vertical-align: middle;
    display: table-cell;
}

#hid_01 {
	color: #222;
	text-shadow: none;
	cursor: default;
}