
@media (max-width: 767px) {
	#pix1 { display:none; }
	#pix3 { display:none; }
	#pix5 { display:none; }
	#pix8 { display:none; }
}

body {
	background-color: #003A6F !important;
	xbackground-image: url(images/bgmain.png);
	color: white;
	font-family: 'Yanone Kaffeesatz',"Comic Sans MS", sans-serif;
}
	
input[type=text] {
	font-family: 'Yanone Kaffeesatz',"Comic Sans MS", sans-serif;
}

.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

.bg0 {
	background-color: black;
}
.bg1 {
	background-color: #A1FFFF;
}
.bg2 {
	background-color: #ffffbb;
}
.bg3 {
	background-color: #373123;
}
.bg4 {
	background-color: #e0f0ff;
}
.bg5 {
	background-color: #216FBF;
}
.bg6 {
	background-color: #003A6F;
}
.bg7 {
	background-color: #ffffaa;
}
.bg8 {
	background-color: #515165;
}
.bg9 {
	background-color: #3c4499;
}
.bg10 {
	background-color: #000088;
}

.col1 {
	color: #A1FFFF;
}
.col2 {
	color: #ffffbb;
}
.col3 {
	color: #373123;
}
.col4 {
	color: #e0f0ff;
}
.col5 {
	color: #216FBF;
}
.col6 {
	color: #003A6F;
}
.col7 {
	color: #ffffaa;
}
.col8 {
	color: #515165;
}
.col9 {
	color: #3c4499;
}

.toggle_container {
	color: #ffffaa;
}

.infoboxinv {
    background: #e0f0ff !important;
    border: 1px solid black !important;
    color: #003A6F !important;
	}

.infobox {
    background: #e0f0ff !important;
    border: 1px solid black !important;
    color: #003A6F !important;
	}
	
.sidebtn {
    background: green !important;
    border: 1px solid #404040 !important;
    color: #FFFFFF !important;
	}

.btns {
    background-color: #3c4499 !important;
    border: 1px solid #404040 !important;
    color: #FFFFFF !important;
	}

.popitem {
    background-color: #3c9944 !important;
    color: #FFFFFF !important;
	}

.roundcell {
    background: #3c9944 !important;
	}

#banner {
	background-color:#CEE0E0 !important;
	background-image:url(images/blank.gif) !important;
	}

a:link {
	color: #ffffaa;
	text-decoration: none;
}
a:visited {
	color: #ffffaa;
	text-decoration: none;
}
a:hover {
	color: yellow;
	text-decoration: none;
}
a:active {
	color: #ffffaa;
	text-decoration: none;
}
a.link:link {
	color: #ffffaa;
	text-decoration: none;
}
a.link:visited {
	color: #ffffaa;
	text-decoration: none;
}
a.link:hover {
	color: yellow;
	text-decoration: none;
}
a.link:active {
	color: #ffffaa;
	text-decoration: none;
}

#sidebar {
	display:none;
	padding:0px;
	width:1px;
	height:1px;
	visibility:hidden;
}
#iVid {
	display:none;
	padding:0px;
	width:1px;
	height:1px;
	visibility:hidden;
}

.roundsm {
	margin:6px;
}

.bg-black {
	background-color:black;
	background: -webkit-gradient(linear, 0% 0%, 0% 0%, from(black), to(rgb(66, 66, 66)));
	background: -webkit-linear-gradient(top, black, rgb(66, 66, 66) ); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(top, black, rgb(66, 66, 66) ); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(top, black, rgb(66, 66, 66) ); /* For Firefox 3.6 to 15 */
	background: linear-gradient(0deg, black, rgb(66, 66, 66));
}

.bg-red {
	background-color:red;
	background: -webkit-gradient(linear, 0% 0%, 0% 0%, from(#801010), to(red));
	background: -webkit-linear-gradient(top, #801010, red ); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(top, #801010, red ); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(top, #801010, red ); /* For Firefox 3.6 to 15 */
	background:linear-gradient(0deg, #801010, red); 
}

.bg-green {
	background-color:green;
	background: -webkit-gradient(linear, 0% 0%, 0% 0%, from(rgb(0, 97, 0)), to(rgb(0, 222, 0)));
	background: -webkit-linear-gradient(top, rgb(0, 97, 0), rgb(0, 222, 0) ); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(top, rgb(0, 97, 0), rgb(0, 222, 0) ); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(top, rgb(0, 97, 0), rgb(0, 222, 0) ); /* For Firefox 3.6 to 15 */
	background: linear-gradient(0deg, rgb(0, 97, 0), rgb(0, 222, 0));
}

.bg-black-green {
	background-color:rgb(0,80,0);
	background: -webkit-gradient(linear, 0% 0%, 0% 0%, from(rgb(0, 0, 0)), to(rgb(0, 222, 0)));
	background: -webkit-linear-gradient(top, rgb(0, 0, 0), rgb(0, 222, 0) ); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(top, rgb(0, 0, 0), rgb(0, 222, 0) ); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(top, rgb(0, 0, 0), rgb(0, 222, 0) ); /* For Firefox 3.6 to 15 */
	background: linear-gradient(0deg, rgb(0, 0, 0), rgb(0, 222, 0));
}

.bg-orange {
	background-color:orange;
	background: -webkit-gradient(linear, 0% 0%, 0% 0%, from(#f26828), to(orange));
	background: -webkit-linear-gradient(top, #f26828, orange ); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(top, #f26828, orange ); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(top, #f26828, orange ); /* For Firefox 3.6 to 15 */
	background: linear-gradient(0deg, #f26828, orange);
}

.cpc-btn {
	font-family: "Mouse Memoirs";  
    color: #FFFFFF;
    text-align: center;
	border: white outset 2px !important;
    -webkit-border-radius:20px;
    border-radius:20px;
    -webkit-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .65);
	box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .65);
	padding:20px;
	margin:0px 20px;
	font-size:34px;
    font-weight: bold;
    background: #3c9944;
	background: -webkit-gradient(linear, 0% 0%, 0% 0%, from(rgb(0, 97, 0)), to(rgb(0, 222, 0)));
	background: -webkit-linear-gradient(top, rgb(0, 97, 0), rgb(0, 222, 0) ); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(top, rgb(0, 97, 0), rgb(0, 222, 0) ); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(top, rgb(0, 97, 0), rgb(0, 222, 0) ); /* For Firefox 3.6 to 15 */
	background: linear-gradient(0deg, rgb(0, 97, 0), rgb(0, 222, 0));
	transition-property: all;
	transition-duration: 0.2s;
	transition-timing-function: linear;
	cursor:pointer;
}
.cpc-btn:hover { 
    -moz-transform: scale(1,1.1);
    -o-transform: scale(1,1.1);
    -webkit-transform: scale(1,1.1);
    transform: scale(1,1.1);
	-webkit-filter: brightness(105%);
	-moz-filter: brightness(105%);
	-ms-filter: brightness(105%);
	-o-filter: brightness(105%);
	filter: brightness(105%);
}
 
.icon-action {
	margin:12px;
	border: 2px solid white;
	border-radius: 16px;
	padding: 12px;
	background-color: #3c9944;
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.v-center {
  -webkit-transform: translateY(+50%);
  -moz-transform: translateY(+50%);
  -ms-transform: translateY(+50%);
  -o-transform: translateY(+50%);
  transform: translateY(+50%);
}


/*	all pages	*/
.page-title {
	position:relative;
	color:white;
	text-align:center;
	padding:16px 0px;
	border-top:1px solid black;
	border-bottom:1px solid black;
	text-shadow: -1px 0px 1px #000, 1px 0px 1px #000, -1px 1px 4px #000, 1px 1px 4px #000;
	background-color:rgb(0,97,0);
	background: -webkit-gradient(linear, 0% 0%, 0% 0%, from(rgb(0, 97, 0)), to(rgb(0, 222, 0)));
	background: -webkit-linear-gradient(top, rgb(0, 97, 0), rgb(0, 222, 0) ); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(top, rgb(0, 97, 0), rgb(0, 222, 0) ); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(top, rgb(0, 97, 0), rgb(0, 222, 0) ); /* For Firefox 3.6 to 15 */
	background: linear-gradient(0deg, rgb(0, 97, 0), rgb(0, 222, 0));
}
.page-title.fixed {
	position:fixed;
	top:0px;
	left:0px;
	right:0px;
	height:44px;
	line-height:44px;
	padding:0px;
	background:linear-gradient(0deg, #0000aa, rgb(35, 100, 138));
	border-top:1px solid white;
	border-bottom:1px solid white;
	z-index:99;
	font-size:24px;
}

.div-block-112 {
	padding-top: 10px;
}

.personal-td {
	font-size:24px;
}

.sub-title {
	font-size:22px;
}

.v20 {
	margin:0px;
	padding:0px;
	height:20px;
}

.tdpad {
	padding:10px !important;
}

.infoblock {
	font-size:28px;
	text-align:left;
	clear:both;
	padding:10px;
	background:rgba(0,0,0,0.5);
	border-radius:20px;
	padding:30px;
	max-width:1024px;
	min-height:240px;
	margin:0px 20px;
}

.home-bar-item {
	padding:0px 20px;
}
.home-bar-item:hover {
	cursor:pointer;
	text-decoration: none;
	color:white;
	text-shadow: 
	-1px -1px 1px black, 1px -1px 1px black, -1px 1px 1px black, 1px 1px 1px black, 
	-4px -4px 8px white, 4px -4px 8px white, -4px 4px 8px white, 4px 4px 8px white;
}

.trans-all-250-ease {
	-webkit-transition: all 250ms ease;
	transition: all 250ms ease;
}
/*	CONTACT	*/
.contact-txt {
	padding:0px;
	font-family: 'Bebas Neue';
	font-size:20px;
	line-height:22px;
}

.contact-margin {
	margin:20px 0px 5px 0px;
	text-align:center;
}

.contact-but {
	display:inline-block;
	-webkit-transition: all 250ms ease;
	transition: all 250ms ease;
}
.contact-but:hover { 
	scale: 1.1;
	cursor:pointer;
}

.contact-but-txt {
	font-size:16px;
	color:white;
}


/*	FAQ	*/
.bg-black-green {
	background: linear-gradient(0deg, rgb(0, 99, 0), rgb(0, 222, 0));
}

.faq-tab {
	overflow:auto;
	border:4px solid black;
	background:black;
}

.faq-scroll {
	height:calc(100% - 48px);
	overflow:auto;
	background:#000060;
}

.faq-slider {
	overflow: hidden;
	padding:0px 0px 20px 0px;
	margin:0px;
	line-height:26px;
	transition-property: all;
	transition-duration: 0.6s;
	transition-timing-function: cubic-bezier(0.1, 1, 0.9, 1);
	opacity:1.0;
	filter: alpha(opacity:1);
}
.faq-slider.closed {
	padding:0px;
	margin:0px;
	line-height:0px;
	opacity: 0;
	filter: alpha(opacity:0);
}

.faq-icon {
	width:48px;
	height:48px;
	margin:0px 10px 10px 0px;
	transition-property: all;
	transition-duration: 0.6s;
	transition-timing-function: cubic-bezier(0.1, 1, 0.9, 1);
	opacity:1.0;
	filter: alpha(opacity:1);
	overflow: hidden;
}
.faq-icon.closed {
	padding:0px;
	margin:0px;
	line-height:0px;
	opacity: 0;
	filter: alpha(opacity:0);
}

.faq-info-img {
	float: right;
	width: 200px;
	border-radius: 8px;
	margin: 8px;
}
.faq-info-img.closed {
	padding:0px;
	margin:0px;
	line-height:0px;
	opacity: 0;
	filter: alpha(opacity:0);
}

.faq-info-cell {
	padding:12px;
	margin:2px;
	background:rgba(128,128,128,0.1);
	border-radius:4px;
	transition-property: all;
	transition-duration: 0.6s;
	transition-timing-function: cubic-bezier(0.1, 1, 0.9, 1);
	opacity:1.0;
	filter: alpha(opacity:1);
	overflow: hidden;
}
.faq-info-cell.closed {
	height:0px;
	padding:0px;
	margin:0px;
	line-height:0px;
	opacity: 0;
	filter: alpha(opacity:0);
}
.faq-info-cell.dark {
	background:rgba(0,0,0,0.8) !important;
	color:white;
}

.faq-button-div {
	transition-property: all;
	transition-duration: 0.6s;
	transition-timing-function: cubic-bezier(0.1, 1, 0.9, 1);
	opacity:1.0;
	filter: alpha(opacity:1);
}
.faq-button-div.h120 {
	height:120px;
}
.faq-button-div.closed {
	height:0px;
	opacity: 0;
	filter: alpha(opacity:0);
}

.accordian-container {
	width:100%;
	margin:20px 0px;
	text-align:left;
}

.accordian-item {
	margin:10px;
	padding:0px 20px;
	background:hsla(0,0%,100%,0.94);
	color:black;
	font-size:14px;
	line-height:20px;
	border:1px solid gray;
	border-radius:8px;
}

.accordion-item-trigger {
	cursor:pointer;
	margin:20px 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:20px;
	line-height:24px;
	font-weight:700;
}

.accordian-text {
font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:20px;
	line-height:22px;
	font-weight:400;
}

.faq-tab {
	border: 12px solid black;
	background: rgba(0,0,0,0.75);
}


/*	RANKINGS	*/
.h-rank {
	margin:20px 0px;
	font-size:40px;
	line-height:40px;
	font-weight:900;
}
.t-rank {
	width:90%;
	max-width:520px;
	margin:20px 0px;
}
.tr-rank {
	background:rgba(209, 32, 48, 0.7);
	color:white;
	box-shadow:2px 8px 8px 8px black;
}
.tr-rank.my-rank {
	background:rgba(48, 32, 209, 0.7);
}
.td-rank {
	text-align:center;
	font-size:28px;
	line-height:28px;
	font-weight:900;
	height:80px;
	margin:20px 0px;
	padding:8px;
}
.td-rank.td-num {
	width:64px;
}
.td-rank.td-user {
	text-align:left;
	text-shadow:-1px 0px 4px #000, 1px 0px 4px #000, -1px 1px 4px #000, 1px 1px 4px #000;
}
.td-rank.td-photo {
	width:96px;
	height:96px;
	max-width:96px;
	max-height:96px;
}
.td-rank.td-score {
	width:80px;
}

.rank-num {
	display:inline-block;
	height:48px;
	width:48px;
	line-height:48px;
	border-radius:48px;
	border:2px solid white;
	background:rgba(0, 222, 0, 0.7);
	color:white;
	text-shadow:-1px 0px 1px #000, 1px 0px 1px #000, -1px 1px 1px #000, 1px 1px 1px #000;
	font-size:20px;
}
.rank-num.my-rank {
	background:rgba(209, 32, 48, 1);
	color:white;
}

