body {
	margin-top: 0px;
	background-color:#000000;
	/*background: url(/images/background.jpg) no-repeat center center fixed;*/
    /*-webkit-background-size: cover; /* For WebKit*/
    /*-moz-background-size: cover;    /* Mozilla*/
    /*-o-background-size: cover;      /* Opera*/
    /*background-size: cover;*/
}

#container {
	background-color:black;
	color:white;
}

#content {
	min-height: 400px;
}

#jview {
	display:none;	
}

.red, .error {
	color: #ff0000;
}

.wrapper {
	position: relative;
}

.top-carousel img {
	width:100%;
}

.title	{
	font-size: 30px;
	font-family: Acme;
}

.title2	{
	font-size: 24px;
	font-family: Acme;
}

.loyd	{
	font-size: 14px;
	font-style: italic;
}

.centered-responsive {
	margin-left:auto;
	margin-right:auto;
}

.cue_spacer {
	padding: 10px 10px 20px 10px;
}

.bar_box {
	margin-bottom: 15px;
}

#for-our-players {
	padding: 15px 0px;
}

.news-section {
	
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.news-section.column1 {
	background-color: #000000;
}

.news-section.column2 {
	background-color: #000000;
}

.news-section .article {
	
}

.bold {	font-weight: bold;} .italic {font-style: italic;} .underline {text-decoration:underline;}

/*a {	color: blue;text-decoration: none;} a:hover {color: blue;text-decoration: underline;}*/

@media screen and (max-width: 767px) {
	.xs-right {
		text-align: right !important;
	}
	.xs-inline {
		display:inline;
	}
}

/* width greater than or equal to 768 */
@media screen and (min-width: 768px) {
	#container {
		background: url(/images/8ball.png) no-repeat;
	}	
}

.centered{text-align:center;}.righted{text-align:right}.lefted{text-align:left}

.mb-0 {margin-bottom:0;}.mb-5{margin-bottom:5px;}.mb-10{margin-bottom:10px;}.mb-15{margin-bottom:15px;}.mb-20{margin-bottom:20px;}
.mb-25{margin-bottom:25px;}.mb-30{margin-bottom:30px;}.mb-35{margin-bottom:35px;}.mb-40{margin-bottom:40px;}
.mt-0 {margin-top:0;}.mt-5{margin-top:5px;}.mt-10{margin-top:10px;}.mt-15{margin-top:15px;}.mt-20{margin-top:20px;}
.mt-25{margin-top:25px;}.mt-30{margin-top:30px;}.mt-35{margin-top:35px;}.mt-40{margin-top:40px;}
.pb-0 {padding-bottom:0;}.pb-5{padding-bottom:5px;}.pb-10{padding-bottom:10px;}.pb-15{padding-bottom:15px;}.pb-20{padding-bottom:20px;}
.pb-25{padding-bottom:25px;}.pb-30{padding-bottom:30px;}.pb-35{padding-bottom:35px;}.pb-40{padding-bottom:40px;}
.pt-0 {padding-top:0;}.pt-5{padding-top:5px;}.pt-10{padding-top:10px;}.pt-15{padding-top:15px;}.pt-20{padding-top:20px;}
.pt-25{padding-top:25px;}.pt-30{padding-top:30px;}.pt-35{padding-top:35px;}.pt-40{padding-top:40px;}

@media screen and (min-width: 768px) { /* width greater than or equal to 768  (>sm) */
	.sm-left {text-align: left !important;}.sm-right{text-align:right !important;}.sm-center{text-align:center !important;}
	.xs-only {display:none;}
}

#recaptcha_image, #recaptcha_image img {
    min-height: 57px;
    width: 100% !important;
}

#founder {
	padding: 0px 20px;
}

#header_contact {
	display: table;
	width: 100%;
}

#header_phone {
	display: table-cell;
	width: 50%;
	padding-right: 20px;
}

#header_phone img {
	margin-left: auto;
	margin-right: 0px;
}

#header_email {
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
}

#thebestleague {
	margin: 15px 0px 15px 0px;
	padding: 5px 10px 5px 10px;
	border-top: 2px solid red;
	border-bottom: 2px solid #337ab7;
}

.toast {
    width:200px;
    height:20px;
    height:auto;
    position:absolute;
    left:50%;
    margin-left:-100px;
    bottom:10px;
    background-color: #383838;
    color: #F0F0F0;
    font-family: Calibri;
    font-size: 20px;
    padding:10px;
    text-align:center;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    -moz-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
}

.tap-logo {
	max-width: min(100%, 468px);
}

/* for sizing like bootstrap use */
@media screen and (min-width: 767px) {
	.tap-logo {
		max-width: 220px;
	}
}
@media screen and (min-width: 992px) {
	.tap-logo {
		max-width: 220px;
	}	
}
@media screen and (min-width: 1200px) {
	.tap-logo {
		max-width: 220px;
	}
}

