/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

a, a:visited {
	color:#39C;
	-moz-transition:all .2s ease-in;
    -o-transition:all .2s ease-in;
    -webkit-transition:all .2s ease-in;
}
a:hover {
	color:#39F;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


.content-container {
	padding:0 0 0 20px;
/*	border-right:1px solid #ddd;	*/
	text-align:justify;
}
.header-container {
	padding:0;
}
.footer-container {
	background:#efefef;
	padding:10px 10px 10px 20px;
	text-align:justify;
}
.sidebar-container-left {
	padding:0 10px 0 0;
/*	text-align:justify;	*/
	border-right:1px solid #ddd;
}
.sidebar-container-right {
	padding:0 0 0 10px;
/*	text-align:justify;	*/
}

.half-bottom { margin-bottom: 5px !important; }
.remove-bottom { margin-bottom:0px !important; }
.half-top { margin-top: 5px !important; }
.remove-top { margin-top:0px !important; }

/*	ALL STYLES	*/

.header-logo {
	text-align:right;
}
/*	Remove this after CMS install - controlled by menu stylesheet	*/
.menu_vert {
	float:right;
	font-size:13px;
}

.menu_vert ul {
	list-style:none;
}

.menu_vert ul li {
	display:inline;
	float:left;
	margin:0;
	text-align:center;
	min-width:100px;
}

.menu_vert ul li a.menu-item {
	padding:8px 18px;
	background:#eee;
	color:#444;
	display:block;
	margin-left:2px;
	text-decoration:none;
text-transform:uppercase;
	-moz-transition:all .2s ease-in;
    -o-transition:all .2s ease-in;
    -webkit-transition:all .2s ease-in;
}

.menu_vert ul li a.selected {
    background-color: #39c;
	color:#FFF;
}

.menu_vert ul li a.menu-item:hover {
    background-color: #39f;
	color:#FFF;
}

.youtube {
	margin:0 auto;
	text-align:center;
	margin:20px 0;
}
.footer {
	background:#eee;
}

.membership {
	padding:10px;
	background:#090;
	color:#fff;
	margin-bottom:10px;
}


/* MailChimp Form Embed Code - Slim - 08/17/2011 */
#mc_embed_signup form {display:block; position:relative; text-align:left;}
#mc_embed_signup h2 {font-weight:bold; padding:0; margin:15px 0; font-size:1.4em;}
#mc_embed_signup input {border:1px solid #999; border-radius:4px; -webkit-appearance:none; width:100% !important; }
#mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;}
#mc_embed_signup input[type=radio]{-webkit-appearance:radio;}
#mc_embed_signup input:focus {border-color:#333;}
#mc_embed_signup .button {clear:both; background-color: #aaa; border: 0 none; border-radius:4px; color: #FFFFFF; cursor: pointer; display: inline-block; font-size:15px; font-weight: bold; height: 32px; line-height: 32px; margin: 0 5px 10px 0; padding:0 10px; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width:100%;}
#mc_embed_signup .button:hover {background-color:#ff0; color:#444;}
#mc_embed_signup .small-meta {font-size: 11px;}
#mc_embed_signup .nowrap {white-space:nowrap;}     
#mc_embed_signup .clear {clear:none; display:inline;}

#mc_embed_signup label {display:block; font-size:16px; padding-bottom:10px; font-weight:bold;}
#mc_embed_signup input.email {display:block; padding:8px 0; margin:0 4% 10px 0; text-indent:5px; width:58%; min-width:130px;}
#mc_embed_signup input.button {display:block; width:35%; margin:0 0 10px 0; min-width:90px;}

#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}

/*	MINI SOCIAL	*/


.mini-social-list {
	width: 66%;
	display: table;
	list-style:none;
}

.mini-social-list li {
	display: table-cell;
	width:25%;
	vertical-align: middle;
}

.mini-social-list a {
	background-color:#ddd;
	background-position: center center;
	background-position-x: 50%;
	background-position-y: 50%;
	background-repeat: no-repeat;
	background-repeat-x: no-repeat;
	background-repeat-y: no-repeat;
	border-radius: 50%;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
	color: #f8f7f3;
	display: block;
	width: 30px;
	height: 30px;
	background-size: 27px;
	position: relative;
	text-indent: -999em;
	margin: 5px auto;
	-moz-transition:all .2s ease-in;
    -o-transition:all .2s ease-in;
    -webkit-transition:all .2s ease-in;
}
.mini-social-list a:hover {
	background-color:#bbb;
}

.mini-social-list a {
	background-size: 20px;
	width: 30px;
	height: 30px;
	font-size: 1.5em;
	margin: 0;
}

.mini-social-list a.instagram {
	background-image: url(/uploads/images/instagram.png);
}
.mini-social-list a.facebook {
	background-image: url(/uploads/images/facebook32.png);
}
.mini-social-list a.twitter {
	background-image: url(/uploads/images/twitter_alt.png);
}
.mini-social-list a.email {
	background-image: url(/uploads/images/mail.png);
}
.mini-social-list a.linkedin {
	background-image: url(/uploads/images/linkedin.png);
}
.sidebarLogo img {
max-width:100%;
height:auto;
}
/* Stylesheet: PlayersReset Modified On 2016-02-02 11:21:49 */
/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 16px/1.3 'Open Sans', Helvetica, Arial, sans-serif;
	color:#444;
	font-weight:300;
}

a:focus {
	outline: 1px dotted;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

blockquote {
	background: url(images/blockquote.png) no-repeat left 10px #eee;
	border:2px solid #ddd;
	padding:5px 25px 10px 40px;
	margin: 0 0 10px 20px;
	font-style:italic;
	width:35%;
	float:right;
}
blockquote p {
	margin:0px;
	padding:5px 0px;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1, h2, h3, h4 { 
	font-family: 'Open Sans', Helvetica, Arial, sans-serif; 
}
h1, h2 {
	font-weight:800;
}
h2 {
border-bottom:1px solid #ccc;
}
h3 {
	font-weight:bold;
}
h4 {
	font-weight:normal;
}

h1 {
	font-size: 55px;
	line-height: 60px;
	color:#000;
}
h1.major {
	color:#39c;
	margin-bottom:25px;
}

h2 {
	font-size: 30px;
	line-height: 40px;
	color:#000;
}

h3 {
	font-size: 23px;
}
h3.subheading {
	display:block;
	padding:10px;
	background:#666;
	color:#FFF;
	font-size:16px;
}

h4 {
	font-size: 16px;
}

h4.sidebar-header {
	display:block;
	padding:10px;
	background:#000;
	color:#FFF;
	font-size:16px;
}

h4.footer-header {
	display:block;
	padding:10px;
	background:#66F;
	color:#FFF;
	font-size:16px;
}

h4.facebook {
	display:block;
	text-align:center;
	padding:10px;
	background:#36C;
	color:#FFF;
	font-size:16px;
}

h4.youtube {
	display:block;
	text-align:center;
	padding:10px;
	background:#F30;
	color:#FFF;
	font-size:16px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 16px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 15px;
}
/* Stylesheet: PlayersText Modified On 2014-05-08 22:48:34 */
/*
970px grid system ~ Core CSS.
12 columns ~ margin: 10px

Based on the golden grid system - http://code.google.com/p/the-golden-grid/
by Vladimir Carrer

Created by the Grid System Generator - v1.00
Learn more ~ http://www.gridsystemgenerator.com/
*/

/* =Containers
--------------------------------------------------------------------------------*/
.main
{
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	background:#FFF;
	padding-top:20px;
	padding-left:10px;
/*	border:1px solid #ccc;	*/
/*	margin-top: 10px;	*/
	margin-bottom:50px;
}

/* =Grid >> Global
--------------------------------------------------------------------------------*/
.g80, .g160, .g240, .g320, .g400, .g480, .g560, .g640, .g720, .g800, .g880, .g960 {
	display: inline;
	float: left;
	margin-left: 10px;
}

/* =Grid >> 12 Columns
--------------------------------------------------------------------------------*/
.g80{width:70px;}
.g160{width:150px;}
.g240{width:230px;}
.g320{width:310px;}
.g400{width:390px;}
.g480{width:470px;}
.g560{width:550px;}
.g640{width:630px;}
.g720{width:710px;}
.g800{width:790px;}
.g880{width:870px;}
.g960{width:950px;}


/* =Grid >> 12 Columns - no left margin
--------------------------------------------------------------------------------*/
.ml80{margin-left:90px;}
.ml160{margin-left:170px;}
.ml240{margin-left:250px;}
.ml320{margin-left:330px;}
.ml400{margin-left:410px;}
.ml480{margin-left:490px;}
.ml560{margin-left:570px;}
.ml640{margin-left:650px;}
.ml720{margin-left:730px;}
.ml800{margin-left:810px;}
.ml880{margin-left:890px;}
.ml960{margin-left:970px;}


.inside{margin-left:0;}
/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 10px;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content:' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* Stylesheet: PlayersGrid Modified On 2014-05-07 20:59:18 */
/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
height:400px;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	right:10px;
	bottom:10px;
	background:#000;
	color:#FFF;
	width:150px;
	text-align:center;
	z-index:8;
	padding: 10px 10px;
/*	opacity: 0.8;  */
	overflow: hidden;
	display: none;
/*	-moz-opacity: 0.8;
	filter:alpha(opacity=8);  */
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */

}
.nivo-caption p {
	padding:5px 0;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
	text-decoration:none;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
/* Stylesheet: PlayersNivo Modified On 2014-05-21 19:02:49 */
