@charset "UTF-8";
@import url('/fonts/opensans/opensans.css');
a {
	color: #0000ff;
	text-decoration: none;
}

li {
    list-style: disc;
    margin: 20px 0 0 48px;
}

table {
	margin-top: 20px;
}

td, th {
	border: 1px solid #333;
    padding: 15px;
}

td p { margin: 0; }

li::marker {
    font-weight: bold;
}

.header a {
	color: #fff;
}

.lists:hover {
	text-decoration: none;	
}


.br {
	width: 100%;
	content: '';
}

h2 {
    font-size: 25px;
}

.content .center {
	text-align: center;
}

.content .left {
	text-align: left;
}

body {
	font-size: 16px;
	font-family: Open Sans,Helvetica,Arial,sans-serif;
	background: #000;
}

input {
	width: 100%;
	border: 0;
	background: #fff;
	font-size: 16px;
	padding: 18px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0 0 2px #333;
	-webkit-box-shadow: 0 0 2px #333;
	box-shadow: 0 0 2px #333;
	color: #333;
}

button, .menu-category .btn_black {
	font-weight: 600;
	font-size: 16px;
	padding: 14px;	
	border: 1px solid #222;
	background: #333 url(/images/button.png) repeat top left;
	color: #fff;
	cursor: pointer;
}

h1 {
	font-size: 42px;
}

h3 {
	font-size: 20px;
}

.sub {
    font-size: 20px;
    font-weight: 600;
}

.content2 .promo-text h2 {
	padding: 10px 0;	
}

.mainwrapper {
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.tablewrapper {
	width: 100%;
    overflow: auto;	
}

.content {
	background: #000;
	width: 100%;
	text-align: center;
	padding: 30px 3%;
}

.content p {
	text-align: left;
}

.headers { width: 20%; }
.footer { width: 12.5%; }

.contacte {
    width: 100%;
    height: 60px;
    margin-top: 20px;
	margin-bottom: 200px;
    background: url(/images/contact.png) no-repeat center;
}

.content1 {
	background: #000;
	width: 100%;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	justify-content: center;
    padding: 0 3% 70px 3%;
}

.content2 {
	background: #fff;
	color: #000;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	padding: 30px 3%;
}

	.content0 {
	display: flex;
    flex-basis: 100%;
	width: 100%;
	padding: 40px 3% 0 3%;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	}

.padt0 {
	padding-top: 0;
}

.padb0 {
	padding-bottom: 0;
}

.contents {
	padding: 15px 3% 50px 3%;
}

.contents_page_b {
	margin: 35px 0;
	background: #111;
	border: 1px solid #222;
	margin-bottom: 500px;
}

.contents img {
	margin-top: 20px;
	width: 100%;
}

.minheight {
	min-height: 800px;
}

.contents a { 
	color: #00ffff; 
}

.content2 h2 {
	padding-bottom: 50px;
}

.content1 p {
    font-size: 18px;
    margin-top: 220px;
}

.headline {
	padding: 50px 3%;
	background: #111;
}

.headline h2 {
	margin: 0;
}

video {
	width: 100%;
	margin-bottom: 50px;
}

.video_desc {
    text-align: left;
    margin: 0 0 50px 0;
}

.iconjoin1 {
	background: url(/images/greenballhome.webp) no-repeat;
}

.iconjoin2 {
	background: url(/images/redballhome.webp) no-repeat;
}

.iconjoin3 {
	background: url(/images/yellowballhome.webp) no-repeat;
}

.iconjoin4 {
	background: url(/images/purpleballhome.webp) no-repeat;
}

.iconjoin5 {
	background: url(/images/blueballhome.webp) no-repeat;
}

.iconjoin6 {
	background: url(/images/blueballhome1.webp) no-repeat;
}

.icon1 {
	background: url(/images/yellowballhome.webp) no-repeat center;
}

.icon2 {
	background: url(/images/purpleballhome.webp) no-repeat center;
}

.icon3 {
	background: url(/images/blueballhome.webp) no-repeat center;
}

.icon {
    background-position-x: center;
    background-position-y: center;
    height: 100%;
	width: 16.66%;
}

.icon_3 {
	width: 16.66%;
}


.reviews {
	overflow: auto;
	border: 1px solid #333;
	text-align: left;
}

.review {
	border-bottom: 1px solid #333;
	margin: 15px;
	color: #fff;
	padding-bottom: 25px;
}

.reviews .title {
	color: #ffe300;
	font-weight: 700;
	font-size: 18px;
	text-decoration: underline;
}

.reviews .title.blue {
    color: #fff;
    background: blue;
    width: fit-content;
}

.reviewgreen {
	color: lime;
	font-weight: bold;
}

.review.title1 .title1 {
	font-size: 12px;
}

.review.title2 {
	text-align: right;
	margin-top: -85px;
	border-bottom: 0;
}

.btn_lime {
    background: #00b900 url(/images/buttongreen.png) repeat top left;
    border: 1px solid #00b900;
    color: #fff;
	display: inline-block;
	font-size: 24px;
	font-weight: 600;
	padding: 25px;
	width: 100%;
	text-align: center;
}

.margintb50 {
    margin: 50px 0;
}
.margint50 {
    margin-top: 50px;
}

.join1 {
	margin-top: 20px;
}

.btn-green {
	background-color: #28c117;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	outline: 0 none;
	width: 230px;
	border: 1px solid #28c117;
	text-align: center;
	text-decoration: none;
}

.whitelink {
	color: #fff;
	text-decoration: none;
}

.promo-text {
	max-height: 400px;
	overflow: auto;
	text-align: left;
	color: #000;
}

.promo-text img {
	float: right;
	width: auto;
	height: auto;
}

@media screen and (max-width: 1300px) {
	.headers, .footer, .contents.links a { width: 50%; }
	.contact { width: 100%; }
	.width16 {
		width: 33.33%;
	}
}

@media screen and (max-width: 1100px) {
	.icon {
		width: 50%;
	}
	.width33 {
		width: 100%;
	}
}

@media screen and (max-width: 430px) {
	.menu-category button {
	font-size: 14px;
	}
}

@media screen and (max-width: 400px) {
	.icon {
		width: 100%;
	}
}
@media screen and (max-width: 380px) {
	#r_email::placeholder {
		font-size: 13px;
	}
}