/*--------------------------------------------------------------
Fonts/Colors
--------------------------------------------------------------*/

@import url("//hello.myfonts.net/count/3566df");

@font-face {font-family: 'AircheckJNL';src: url('webfonts/3566DF_0_0.eot');src: url('webfonts/3566DF_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/3566DF_0_0.woff2') format('woff2'),url('webfonts/3566DF_0_0.woff') format('woff'),url('webfonts/3566DF_0_0.ttf') format('truetype');}

/*

font-family: "proxima-nova",sans-serif;
font-family: "eurostile-extended",sans-serif;
font-family: "ingra-wide",sans-serif;
font-style: normal;
font-weight: 300;

Yellow: #ffd400 or rgba(255,212,0,1.0)
Dark Yellow: #fccd24 or rgba(252,205,36,1.0)
Green: #6cad2d or rgba(252,205,36,1.0)
Gradient Green: #8dc63f or rgba(141,198,63,1.0)
Gradient Yellow: #ffde17 or rgba(255,222,23,1.0)


/*--------------------------------------------------------------
HTML/BODY
--------------------------------------------------------------*/

html,
body {
	position: relative;
	background: #d3d3d3;
}

body {
	font-family: "proxima-nova",sans-serif;
	font-size: 18px;
}

/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 { margin-top: 0; }

h1, h2 { font-weight: 100;  }

h3 { color: #80c342; }
h4 { color: #568f57; }

small { display: block; color: inherit !important; }



/*--------------------------------------------------------------
Elements
--------------------------------------------------------------*/
hr {
	background-color: #ddd;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

a:hover { text-decoration: none; }
a:active,
a:focus { outline: none; }

a {
    color: #3fbc66;
    text-decoration: none;
    font-size: 18px;
}

a:hover, a:focus {
    color: #80c342;
    text-decoration: none;
}

.lead {
	color: #207f3e;
	margin-bottom: 30px;
}

.btn { font-weight: 700; }

.btn-default,
.btn-primary {
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}

.btn-default-grn {
    color: #fff;
    border-color: #6cad2d;
    border-radius: 60px;
	background: -webkit-linear-gradient(0deg, #207f3e 10%, #6cad2d 60%); /* Chrome 10+, Saf5.1+ */
	background:    -moz-linear-gradient(0deg, #207f3e 10%, #6cad2d 60%); /* FF3.6+ */
	background:     -ms-linear-gradient(0deg, #207f3e 10%, #6cad2d 60%); /* IE10 */
	background:      -o-linear-gradient(0deg, #207f3e 10%, #6cad2d 60%); /* Opera 11.10+ */
	background:         linear-gradient(0deg, #207f3e 10%, #6cad2d 60%); /* W3C */
}

.btn-default-grn:hover{
    color: #fff;
    background: #207f3e;
    border-color: #207f3e;
    text-shadow: 0 1px 0 rgba(255,255,255,0.2);
}

.btn-default { /* dark gray */
    color: #ffd400;
    text-transform: uppercase;
    border-color: #555;
    border-radius: 60px;
	background: -webkit-linear-gradient(0deg, #000 10%, #555 60%); /* Chrome 10+, Saf5.1+ */
	background:    -moz-linear-gradient(0deg, #000 10%, #555 60%); /* FF3.6+ */
	background:     -ms-linear-gradient(0deg, #000 10%, #555 60%); /* IE10 */
	background:      -o-linear-gradient(0deg, #000 10%, #555 60%); /* Opera 11.10+ */
	background:         linear-gradient(0deg, #000 10%, #555 60%); /* W3C */
}

.btn-default:hover{
    color: #fff;
    background: #000;
    border-color: #000;
    text-shadow: 0 1px 0 rgba(255,255,255,0.2);
}

.btn-primary {
    color: #555;
    border-color: #ffd400;
    border-radius: 60px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.2);
	background: -webkit-linear-gradient(0deg, #cfaa02 10%, #ffd400 60%); /* Chrome 10+, Saf5.1+ */
	background:    -moz-linear-gradient(0deg, #cfaa02 10%, #ffd400 60%); /* FF3.6+ */
	background:     -ms-linear-gradient(0deg, #cfaa02 10%, #ffd400 60%); /* IE10 */
	background:      -o-linear-gradient(0deg, #cfaa02 10%, #ffd400 60%); /* Opera 11.10+ */
	background:         linear-gradient(0deg, #cfaa02 10%, #ffd400 60%); /* W3C */
}

.btn-primary:hover {
    color: #000;
    background: #eec300;
    border-color: #eec300;
    text-shadow: 0 1px 0 rgba(255,255,255,0.2);
}

.btn-beta {
    color: #fff;
    background-color: rgba(0,0,0,0.5);
    border: 0;
	padding: 16px 24px !important;
    font-size: 22px;
    line-height: 1.33;
    font-weight: normal;
}

.btn-beta:hover{
    color: #fff;
    background-color: #000;
}

.yellow {
	color: #ffd400;
}

.black {
	color: #000;
}

.delay500 {
	-webkit-animation-delay: .5s;
	-ms-animation-delay: .5s;
	animation-delay: .5;
}
.delay1000 {
	-webkit-animation-delay: 1s;
	-ms-animation-delay: 1s;
	animation-delay: 1s;
}
.delay1500 {
	-webkit-animation-delay: 1.5s;
	-ms-animation-delay: 1.5s;
	animation-delay: 1.5s;
}
.delay2000 {
	-webkit-animation-delay: 2s;
	-ms-animation-delay: 2s;
	animation-delay: 2s;
}

.delay2500 {
	-webkit-animation-delay: 2.5s;
	-ms-animation-delay: 2.5s;
	animation-delay: 2.5s;
}

.delay3000 {
	-webkit-animation-delay: 3s;
	-ms-animation-delay: 3s;
	animation-delay: 3s;
}

.delay4000 {
	-webkit-animation-delay: 4s;
	-ms-animation-delay: 4s;
	animation-delay: 4s;
}

.delay5000 {
	-webkit-animation-delay: 5s;
	-ms-animation-delay: 5s;
	animation-delay: 5s;
}

.delay6000 {
	-webkit-animation-delay: 6s;
	-ms-animation-delay: 6s;
	animation-delay: 6s;
}











/*--------------------------------------------------------------
Forms
--------------------------------------------------------------*/





/*--------------------------------------------------------------
Navigation
--------------------------------------------------------------*/

.navbar { border-top: 5px solid #ffd400; }

.navbar-inverse {
	background: -webkit-linear-gradient(90deg, #6cad2d 10%, #fccd24 60%); /* Chrome 10+, Saf5.1+ */
	background:    -moz-linear-gradient(90deg, #6cad2d 10%, #fccd24 60%); /* FF3.6+ */
	background:     -ms-linear-gradient(90deg, #6cad2d 10%, #fccd24 60%); /* IE10 */
	background:      -o-linear-gradient(90deg, #6cad2d 10%, #fccd24 60%); /* Opera 11.10+ */
	background:         linear-gradient(90deg, #6cad2d 10%, #fccd24 60%); /* W3C */
	box-shadow: 0 20px 30px 5px rgba(34,34,34,0.5) inset;
}

.navbar-inverse .navbar-nav>li>a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 0 10px rgba(34,34,34,0.5);
    transition: all .3s;
}

.navbar-inverse .navbar-nav>li>a:hover {
	/* color: #81c14a; */
	color: #222;
}

.navbar-brand {
	padding: 4px 0 0 15px;
}

.navbar-brand img {
	width: 100px;
}

.navbar .btn-wrapper {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 15px;

}

.navbar .btn-wrapper .btn-sm,
.navbar .btn-wrapper .btn-group-sm>.btn {
    padding: 6px 16px;
    margin: 9px 0 0 7px;
    font-size: 14px;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 600;
}


.navbar-header .btn-wrapper {
	display: block;
	float: none;
	text-align: right;
	margin-right: 15px;
}

@media (min-width:992px) {
	.navbar-header .btn-wrapper {
		display: block;
		float: right;
		margin-right: 15px;
	}
}

.navbar-inverse .navbar-collapse {
	background: #6cad2d;
}

li.dropdown.open {
	background: #fff;
}

@media (min-width:992px) {
	.navbar-inverse .navbar-collapse {
		background: none;
	}
}

.navbar-collapse .btn-wrapper {
	display: block;
	float: right;
	margin-bottom: 15px;
}

@media (min-width:992px) {
	.navbar-collapse .btn-wrapper {
		margin-bottom: 0px;
	}
}

.dropdown-menu,
.navbar-inverse .dropdown-menu {
	border-radius: 0;
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 0;
    width: 28px;
    height: 28px;
    text-align: cener;
    color: #fff;
    margin-top: 11px;
    margin-bottom: 0;
    background-color: rgba(0,0,0,0.5);
    background-image: none;
    border: 0px solid transparent;
    border-radius: 3px;
}

.navbar-inverse .navbar-toggle:hover {
    background-color: rgba(0,0,0,1.0);
}

@media (min-width:992px) {
    .navbar-inverse {
        padding-left: 20px;
        padding-right: 10px;
        margin-bottom: 0;
    }
    .navbar-nav>li>a {
        padding-top: 17px;
        padding-bottom: 9px;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 0;
        margin-right: 0;
	}

	.navbar-brand {
		padding: 4px 0 0;
	}
	.navbar-inverse .navbar-nav>li>a:hover {
		border-color: #c5dd1d;
	}

	.navbar-collapse .btn-wrapper {
		display: block;
	}
	.navbar-header .btn-wrapper {
		display: none;
	}

}







/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/




/*--------------------------------------------------------------
Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}












/*--------------------------------------------------------------
Content
--------------------------------------------------------------*/


/* New Homepage */

#content-home {
	background: -webkit-linear-gradient(90deg, #6cad2d 10%, #fccd24 70%); /* Chrome 10+, Saf5.1+ */
	background:    -moz-linear-gradient(90deg, #6cad2d 10%, #fccd24 70%); /* FF3.6+ */
	background:     -ms-linear-gradient(90deg, #6cad2d 10%, #fccd24 70%); /* IE10 */
	background:      -o-linear-gradient(90deg, #6cad2d 10%, #fccd24 70%); /* Opera 11.10+ */
	background:         linear-gradient(90deg, #6cad2d 10%, #fccd24 70%); /* W3C */
}


.billboard-message {
	text-align: center;
	font-size: 16px;
	color: #fff;
	font-weight: 700;
}

.billboard-message h1 {
	font-size: 28px;
	text-transform: uppercase;
	text-shadow: 0 1px 5px rgba(0,0,0,0.4);
}

.any-golfer {
	text-transform: uppercase;
	letter-spacing: 6px;
}

.home-steps {
	/*
margin-top: 45px;
	margin-bottom: 45px;
 */
	margin: 45px 0;
}

.home-steps .step-two {
	border-left: none;
	border-right: none;
}

@media (min-width: 768px) {
	.billboard-message {
		font-size: 20px;
	}
	.billboard-message h1 {
		font-size: 28px;
	}
	.any-golfer {
		letter-spacing: 10px;
	}
	.home-steps .step-two {
		border-left: 2px solid rgba(255,255,255,0.4);
		border-right: 2px solid rgba(255,255,255,0.4);
	}
}

.home-steps .big-number {
	color: #fff;
	font-size: 30px;
	width: 80px;
	height: 80px;
	padding: 15px 20px 25px 20px;
	background: rgba(0,0,0,0.3);
	border: 3px solid #ffd400;
	border-radius: 80px;
	font-family: 'AircheckJNL', sans-serif;
}

.home-steps h3 {
	margin-top: 45px;
	color: #fff;
	font-family: 'AircheckJNL', sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 1.3;
	letter-spacing: 4px;
}

.home-steps p {
	color: #ffd400;
}


#buttons {
	background: #000 url(../images/carbon-fiber-texture-home.jpg);
	background-repeat: no-repeat;
	/* background-size: 100%; */
	background-position: center top;
	/* background-attachment: fixed; */
	padding: 15px;
	/* box-shadow: 0 -72px 72px -36px rgba(0,0,0,0.6); */
}

#buttons .btn-primary {
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 3px;
	color: #222;
	font-weight: 400;
	width: 230px;
	margin-top: 15px;
	padding: 4px 4px 4px 12px;
}

.logo-divider {
	display: none;
}

@media (min-width: 992px) {
	.logo-divider {
		display: block;
	}
	#buttons .btn-primary {
		letter-spacing: 3px;
		/* width: 280px; */
		margin-top: 75px;
		padding: 4px 4px 4px 12px;
	}
}

@media (min-width: 1200px) {
	#buttons .btn-primary {
		letter-spacing: 3px;
		/* width: 280px; */
		margin-top: 85px;
		padding: 8px 8px 8px 14px;
	}
}

#tournaments {
	text-align: center;
	color: #fff;
	padding: 45px 0px 60px 0px;
	background: url(../images/swoosh-bkgd.png) no-repeat center top;
}

/*
#tournaments::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 255px;
	left: 0;
	background: -webkit-linear-gradient(0deg, rgba(0,0,0,1.0) 0%, rgba(0,0,0,0) 30%);
	background:    -moz-linear-gradient(0deg, rgba(0,0,0,1.0) 0%, rgba(0,0,0,0) 30%);
	background:     -ms-linear-gradient(0deg, rgba(0,0,0,1.0) 0%, rgba(0,0,0,0) 30%);
	background:      -o-linear-gradient(0deg, rgba(0,0,0,1.0) 0%, rgba(0,0,0,0) 30%);
	background:         linear-gradient(0deg, rgba(0,0,0,1.0) 0%, rgba(0,0,0,0) 30%);
}
 */

#tournaments h2 {
	color: #000;
	font-family: 'AircheckJNL', sans-serif;
	text-transform: uppercase;
	letter-spacing: 6px;
}

#tournaments h3 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 24px;
	font-weight: 700;
}

#tournaments table {
	color: #000;
	font-size: 14px;
}

#tournaments .table-responsive {
	border: none;
}

#tournaments table tr th {
	border-top: none;
}

#tournaments table tr th,
#tournaments table tr td {
	border-left: 1px solid rgba(255,255,255,0.3);
	text-align: center;
}

#tournaments .left-col {
	border-left: none;
	text-align: left;
}

@media (min-width: 768px) {
	#tournaments .left-col {
		padding-left: 16px;
	}
}

#tournaments ul {
	display:inline-block;
	text-align:left;
	margin-bottom: 15px;
}

#tournaments .btn-black {
	background-color: #000;
	color: #ffd400;
	text-transform: uppercase;
	font-size: 25px;
	letter-spacing: 3px;
	font-weight: 700;
	padding: 10px 20px;
	margin-top: 15px;
	border-radius: 60px;
}

#tournaments .btn-black-sm {
	font-size: 12px;
	letter-spacing: 3px;
	font-weight: 700;
	padding: 4px 8px;
	border-radius: 45px;
	margin-top: 0px;
}

#tournaments ul li a {
	color: #ffd440;
	text-decoration: underline;
}

#tournaments ul li a:active,
#tournaments ul li a:focus,
#tournaments ul li a:hover {
	color: #80c342;
	text-decoration: none;
}

#tournaments hr {
	width: 300px;
	border-top: 1px solid rgba(255,255,255,0.3);
	background: transparent;
}

#tournaments .superstore-logo {
	margin-bottom: 15px;
}

#billboard {
	position: relative;
	background-image: url(../images/billboard-bkgd-2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding-top: 100px;
	text-align: center;
/*
	background: -webkit-linear-gradient(180deg, rgba(0,0,0,1.0) 10%, rgba(0,0,0,0) 40%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.4) 90%);
	background:    -moz-linear-gradient(180deg, rgba(0,0,0,1.0) 10%, rgba(0,0,0,0) 40%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.4) 90%);
	background:     -ms-linear-gradient(180deg, rgba(0,0,0,1.0) 10%, rgba(0,0,0,0) 40%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.4) 90%);
	background:      -o-linear-gradient(180deg, rgba(0,0,0,1.0) 10%, rgba(0,0,0,0) 40%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.4) 90%);
	background:         linear-gradient(180deg, rgba(0,0,0,1.0) 10%, rgba(0,0,0,0) 40%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.4) 90%);
 */
}

#billboard .logo {
/*
	position: absolute;
	left: 50%;
	top: 85px;
	margin-left: -120px;
	z-index: 2;
 */
	width: 240px;
}

#billboard .screens {
	position: relative;
	display: block;
	z-index: 2;
	margin: 0 auto 0;
	max-width: 100%;
	margin-bottom: -100px;
	padding-right: 0;
	-webkit-filter: drop-shadow( 0 6px 28px rgba(0,0,0,0.4) );
	filter: drop-shadow( 0 6px 28px rgba(0,0,0,0.4) );
}

#billboard .announcement-screen {
	position: absolute;
	left: 0;
	top: 0;
	max-width: 100%;
	z-index: 4;
	margin-top: 70px;
}

#billboard .announcement-screen:empty {
	top: 100%;
	left: 50%;
	-webkit-transform: translate(-50%, -100%);
	-moz-transform: translate(-50%, -100%);
	-ms-transform: translate(-50%, -100%);
	-o-transform: translate(-50%, -100%);
	transform: translate(-50%, -100%);
}

#billboard .screen-anchor {
	display: block;
	width: 100%;
	height: 220px;
	position: absolute;
	left: 0;
	bottom: -60px;
	z-index: 5;
	margin: 0;
}

@media (min-width: 376px) {
	#billboard .logo {
		width: 360px;
/*
		margin-left: -180px;
		top: 85px;
 */
	}
}

@media (min-width: 600px) {
	#billboard .logo {
		width: 540px;
/*
		margin-left: -270px;
		top: 85px;
 */
	}
}


@media (min-width: 768px) {

/*	#billboard .logo {
		width: 720px;
		margin-left: -360px;
		top: 85px;

	}
*/
	#billboard .screens {
		padding-right: 126px;
	}

	#billboard .announcement-screen {
		margin-top: 60px;
	}

	#billboard .screen-anchor {
		position: absolute;
		left: 50%;
		margin-left: -202px;
		bottom: -23px;
		width: 405px;
	}


}




#billboard .announcement-cta {
	position: absolute;
	right: 7%;
	top: 170px;
	text-indent: -9999px;
	background: url(../images/announcements-badge.png) no-repeat center;
	background-size: 100%;
	width: 140px;
	height: 114px;
	z-index: 100;
}


@media (min-width: 480px) {
	#billboard .announcement-cta {
		width: 160px;
		height: 130px;
		right: 13%;
		top: 230px;
	}
}

@media (min-width: 768px) {
	#billboard .announcement-cta {
		right: 70px;
		top: 290px;
	}
}

@media (min-width: 992px) {
	#billboard .announcement-cta {
		right: 25%;
		top: 230px;
		width: 200px;
		height: 162px;
	}
}




.alert-announcement {
	border-radius: 0;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
	background: #98ab15;
	color: #fff;
	border: 0;
	padding-bottom: 5px;
}

.alert-announcement .close {
	color: #fff;
	text-shadow: none;
	opacity: 1;
	z-index: 9000;
	position: relative;
}




.apps-title-sm {
	text-align: center;
	text-transform: uppercase;
	color: #888;
	font-size: 12px;
	font-weight: 700;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
	letter-spacing: 0.07em;
	margin-top: 20px;
}

.app-btns {
	text-align: center;
}

.app-btns a {
	padding: 10px;
	display: inline-block;
}


#download {
	background: whitesmoke url(../images/carbon-fiber-texture.jpg) no-repeat center center;
	color: #fff;
	margin-top: 0;
	padding: 80px 0 40px;
	box-shadow: 0 36px 36px 0 rgba(0,0,0,0.1) inset, 0 -72px 72px 0 rgba(0,0,0,0.3) inset;
	box-shadow: 0 -72px 72px -36px rgba(0,0,0,0.6) inset, 0 36px 24px -24px rgba(0,0,0,0.4) inset;
	text-align: center;
	position: relative;
}

p.platform {
	font-family: 'AircheckJNL', sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
}

#download h1 {
	font-size: 24px;
	margin: 20px 0 40px;
	text-transform: uppercase;
}

#download h1 span {
	letter-spacing: 0.2em;
	font-weight: 400;
}

#download h1 big {
	display: block;
	font-size: 32px;
	margin: 3px 0 5px;
	font-weight: 600;
}

@media (min-width: 768px) {
	#download h1 big { font-size: 36px; }
}

@media (min-width: 992px) {

	#download { padding: 50px 0 80px; }
	#download h1 big { font-size: 48px; }
}

#download.download-alt {
	background: whitesmoke url(../images/carbon-fiber-texture-download.jpg) no-repeat center center;
	color: #fff;
	margin-top: 0;
	padding: 20px 0 40px;
	box-shadow: 0 36px 36px 0 rgba(0,0,0,0.1) inset, 0 -72px 72px 0 rgba(0,0,0,0.3) inset;
	box-shadow: 0 -72px 72px -36px rgba(0,0,0,0.6) inset, 0 36px 24px -24px rgba(0,0,0,0.4) inset;
	text-align: center;
	border-bottom: 1px solid #000;
}




#stats-games {
	background-image: url(../images/grass-texture-2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	box-shadow: 0 -72px 72px -36px rgba(0,0,0,0.6) inset;
}

@media (min-width: 992px) {
	#stats-games {
		background-attachment: fixed;
	}
}

#stats-games h3 {
	text-transform: uppercase;
	margin: 20px 0;
	font-weight: 400;
	border-bottom: 1px solid rgba(255,255,255,0.0);
	padding-bottom: 5px;
	color: #fff;
	/* text-align: left; */
	font-size: 18px;
}

#stats-games li {
	width: 50%;
	float: left;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.sidegames-screen {
	position: relative;
	margin: 30px auto 0;
	z-index: 5;
	width: 290px;
}


.pad { padding: 40px 0 0; }


.owl-carousel.sidegames-carousel {
	position: relative;
	z-index: 10;
	margin: 0 auto;
}






.owl-carousel.sidegames-carousel {
	position: relative;
	z-index: 10;
	margin: -400px auto 0;
	width: 248px;
	background: #000;
}






.owl-nav {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	z-index: 100;
}

.owl-nav [class*=owl-] {
	font-size: 32px;
	margin: 0;
	padding: 0;
	display: inline-block;
	cursor: pointer;
	color: #98ab15;
	position: absolute;
	width: 40px;
	height: 80px;
	line-height: 82px;
	text-align: center;
	background: rgba(255,255,255,1);
}



.owl-nav [class*=owl-]:hover {
    background: #869791;
    background: #fff;
    color: #fff;
    text-decoration: none;
}

.owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-prev,
.owl-next {
 	color: rgba(33,33,33,0.5);
 	position: absolute;
 }




.owl-prev {
	right: 0;
	border-radius: 100px 0 0 100px;
}
.owl-next {
	left: 0;
	border-radius: 0;
	border-radius: 0 100px 100px 0;
}

.owl-prev i {
	margin-left: 9px
}
.owl-next i{
	margin-right: 9px
}

@media (min-width: 600px) {
	.sidegames-screen {  left: -1px; margin-left: 0; }
}


@media (min-width: 768px) {

	.owl-carousel.sidegames-carousel { margin: -400px auto 0; }


	.owl-nav [class*=owl-] { color: #fff; background: transparent; }
	.owl-nav [class*=owl-]:hover { background: transparent; }
	.owl-prev { border-radius: 0; right: 5%; }
	.owl-next { border-radius: 0; left: 5%; }
}

@media (min-width: 992px) {

	.sidegames-screen { margin-top: -60px; }
	.owl-nav { top: 40%; }

	.owl-prev { border-radius: 0; right: 13%; }
	.owl-next { border-radius: 0; left: 13%; }

	.pad { padding: 60px 0; }
}








#ambassadors,
#announcements,
#tournament {
	background: #81c14a;
	background: rgb(129,193,74);
	background: -webkit-linear-gradient(0deg, #257d41 10%, #81c14a 60%); /* Chrome 10+, Saf5.1+ */
	background:    -moz-linear-gradient(0deg, #257d41 10%, #81c14a 60%); /* FF3.6+ */
	background:     -ms-linear-gradient(0deg, #257d41 10%, #81c14a 60%); /* IE10 */
	background:      -o-linear-gradient(0deg, #257d41 10%, #81c14a 60%); /* Opera 11.10+ */
	background:         linear-gradient(0deg, #257d41 10%, #81c14a 60%); /* W3C */
	position: relative;
	padding: 60px 0 20px;
	color: #fff;
	border-top: 1px dashed #223d19;
}

#tournament {
	border-top: 5px solid #ffd400;
}

#ambassadors .logomark,
#announcements .logomark,
#tournament .logomark {
	position: absolute;
	left: 50%;
	margin-left: -40px;
	top: -36px;
	z-index: 600;
}

#tournament h2 {
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding-bottom: 10px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
}

#tournament h2 small{
	text-shadow: none;
}

#tournament strong {
	font-size: 150%;
}


@media (min-width: 992px) {
	#tournament .well {
		min-height: 260px;
	}
}

.form-ambassador .help-block { color: #fff; font-weight: 600; }

.ambassador-ul {
	padding-top: 20px;
	border-top: 1px solid #fff;
	border-color: rgba(255,255,255,0.2);
}


.modal .modal-title { margin: 20px 0 10px; }





#content {
	/*background: #fff url(../images/golfball-bg.png) no-repeat center bottom;*/
	background-image: url(../images/watermark.png), -webkit-linear-gradient(180deg, #f6f6f6 10%, #FFFFFF 50%); /* Chrome 10+, Saf5.1+ */
	background-image: url(../images/watermark.png), -moz-linear-gradient(180deg, #f6f6f6 10%, #FFFFFF 50%); /* FF3.6+ */
	background-image: url(../images/watermark.png), -ms-linear-gradient(180deg, #f6f6f6 10%, #FFFFFF 50%); /* IE10 */
	background-image: url(../images/watermark.png), -o-linear-gradient(180deg, #f6f6f6 10%, #FFFFFF 50%); /* Opera 11.10+ */
	background-image: url(../images/watermark.png), linear-gradient(180deg, #f6f6f6 10%, #FFFFFF 50%); /* W3C */
	background-position: center top;
	background-repeat: no-repeat;
	padding: 40px 0;
	/* border-top: 5px solid #ffd400; */
	border-bottom: 1px dashed #fff;
	box-shadow: 0 10px 8px -5px rgba(0,0,0,0.3) inset;
}

.contact-panels .panel { border-radius: 0; border-color: whitesmoke; box-shadow: none; }

.contact-panels .panel-default .panel-heading {
    padding: 5px 10px;
    border-bottom: 1px solid transparent;
    border-radius: 0px;
    border-color: whitesmoke !important;
    font-weight: 700;
    background: #98ab15;
    background: #333;
    color: #fff;
}

.contact-panels .panel-body {
	padding: 10px;
	word-wrap: break-word;
}


.panel { background-color: transparent;}

.panel-group .panel { border-radius: 0; box-shadow: none;  background-color: transparent;}

.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid whitesmoke;
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid whitesmoke;
}

.panel-default {
    border-color: whitesmoke;
}

.panel-heading {
	padding: 0;
}
/*
.panel-default>.panel-heading {
    color: #333;
    background-color: rgba(0,0,0,0.1);
    border-color:  rgba(0,0,0,0.1);

    background-color: #f5f5f5;
    border-color: whitesmoke;

}
 */

.panel-title a {
	display: block;
	padding: 10px 15px;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: whitesmoke;
    background-color: rgba(255,255,255,0.5);
}


.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: whitesmoke;
    background-color: rgba(255,255,255,0.5);
}


#contact-form hr {
	margin: 10px 0;
	background-color: #ddd;
}

/* .row :nth-child(odd){
	background-color:red;
  }
  .row :nth-child(even){
	background-color:green;
  }
 */

#hero {
	background: #000 url(../images/carbon-fiber-texture.jpg);
	background-repeat: no-repeat;
	/* background-size: 100%; */
	background-position: center top;
	/* background-attachment: fixed; */
	padding: 110px 0 56px;
	box-shadow: 0 -72px 72px -36px rgba(0,0,0,0.6);
}

#hero .hero-left,
#hero .hero-right {
	text-align: center;
}

#hero .hero-left img,
#hero .hero-right img {
	text-align: center;
}

#hero .hero-center {
	padding-top: 15px;
	padding-bottom: 15px;
}

#hero h2 {
	color: #fff;
	margin: 0;
	text-transform: uppercase;
	position: relative;
	font-size: 24px;
	letter-spacing: 0em;
}


@media (min-width: 992px) {
	#hero .hero-left {
		text-align: right;
	}
	#hero .hero-right {
		text-align: left;
	}
	#hero h2 {
		padding-top: 40px;
	}
	#hero .hero-left img,
	#hero .hero-right img {
		text-align: center;
		padding-top: 40px;
	}
	#hero .hero-center {
		padding-top: 0;
		padding-bottom: 0;
	}
}

@media (min-width: 1200px) {
	#hero h2 {
		font-size: 30px;
		padding-top: 54px;
	}
	#hero .hero-left img,
	#hero .hero-right img {
		text-align: center;
		padding-top: 54px;
	}
}

/*
#hero h1:before {
	max-width: 300px;
	margin: 0 auto 15px;
	content: url(../images/hero-logo.png);
	display: block;
	border-bottom: 1px solid #fff;
	border-color: rgba(255,255,255,0.3);
	padding-bottom: 15px;
}
 */

 .disableMenuItem {
	color: gray;
}

ul {
    list-style-type: none;
}


h1.page-title {
	text-align: center;
	font-family: 'AircheckJNL', sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 6px;
}

h1.page-title hr {
	max-width: 300px;
	border-bottom: 1px solid #ffd400;
}


#signup-form h4 {
	font-weight: 600;
	text-transform: uppercase;
}





.well {
	border: 0px;
	box-shadow: none;
	padding-bottom: 5px;
	background-color: rgba(0,0,0,0.1);
	font-size: 16px;
}

/*
.well a {
    color: #ffd400;
    text-decoration: none
}

.well a:hover, a:focus, a:active {
    color: #81c14a;
    text-decoration: none;
}
 */

/*
ul.textlist {
	list-style: none;
}

ul.textlist li {
	margin-left: 22px;
	margin-bottom: 10px;
}

ul.textlist li::before {
	font-family: 'FontAwesome';
	content: '\f024';
	margin: 0 6px 0 -22px;
	color: #999;
}
 */

.sidebar ul {
	margin-top: 10px;
	margin-bottom: 30px;
}

@media (min-width: 992px) {
	.sidebar ul {
		margin-top: 10px;
	}
}

.sidebar li {
	position: relative;
	padding-left: 16px;
	padding-left: 0;
	margin-bottom: 4px;
}





.sidebar li {
	line-height: 1.15;
}

.sidebar li a {
	display: block;
	padding: 10px 12px 8px;
	background: rgba(0,0,0,0.02);
	border-radius: 4px;
	color: #555;
	/* background: #ffd400; */
	/* box-shadow: 0 -1px 0 rgba(0,0,0,0.1) inset; */
	position: relative;
	font-weight: 400;
	text-transform: uppercase;
    border-color: #ffd400;
    text-shadow: 0 1px 0 rgba(255,255,255,0.2);
	background: -webkit-linear-gradient(0deg, #cfaa02 10%, #ffd400 60%); /* Chrome 10+, Saf5.1+ */
	background:    -moz-linear-gradient(0deg, #cfaa02 10%, #ffd400 60%); /* FF3.6+ */
	background:     -ms-linear-gradient(0deg, #cfaa02 10%, #ffd400 60%); /* IE10 */
	background:      -o-linear-gradient(0deg, #cfaa02 10%, #ffd400 60%); /* Opera 11.10+ */
	background:         linear-gradient(0deg, #cfaa02 10%, #ffd400 60%); /* W3C */
}

.sidebar li a:after {
	content: '\f105';
	font-family: FontAwesome;
	position: absolute;
	right: 11px;
	top: 10px;
	color: #555;
}

.sidebar li a:hover {
	background: #eec300;
	color: #000;
}




/*--------------------------------------------------------------
Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}


















/*--------------------------------------------------------------
Media
--------------------------------------------------------------*/

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}









/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/

.footer {
	background: #000;
	box-shadow: 0 6px 6px -3px rgba(0,0,0,0.3) inset;
	border-top: 0px solid rgba(0,0,0,0.35);
}


.site-info {
	padding: 30px;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	color: #fff;
}

.site-info a {
	color: #fff;
}

.site-info a:hover,
.site-info a:active,
.site-info a:focus {
	color: #80c342;
}

.sep {
	padding: 0 8px;
	color: #6cad2d;
}

.footer-logo {
	margin-bottom: 30px;
}

/*--------------------------------------------------------------
New homepage
--------------------------------------------------------------*/

body.new-homepage .btn-android { font-size: 20px; display: block; margin: 0 auto 5px;  background: #000; color: #fff; width: 196px; height: 60px; line-height: 60px; border-radius: 7px; text-align: center; }
body.new-homepage .btn-android:hover { color: #fff; }

body.new-homepage .app-store-badge,
body.new-homepage .btn-android { border: 1px solid rgba(255,255,255,0.2); border-radius: 7px; }


/*--------------------------------------------------------------
Download Include
--------------------------------------------------------------*/

.download-alt .btn-android { font-size: 20px; display: block; margin: 0 auto 5px;  background: #000; color: #fff; width: 196px; height: 40px; line-height: 20px; border-radius: 7px; text-align: center; }
.download-alt .btn-android:hover { color: #fff; }

.download-alt .app-store-badge,
.download-alt .btn-android { border: 1px solid rgba(255,255,255,0.2); border-radius: 7px; }

.download-alt .btn-android {
    color: #fff;
    border-color: #6cad2d;
    border-radius: 60px;
	background: -webkit-linear-gradient(0deg, #207f3e 10%, #6cad2d 60%); /* Chrome 10+, Saf5.1+ */
	background:    -moz-linear-gradient(0deg, #207f3e 10%, #6cad2d 60%); /* FF3.6+ */
	background:     -ms-linear-gradient(0deg, #207f3e 10%, #6cad2d 60%); /* IE10 */
	background:      -o-linear-gradient(0deg, #207f3e 10%, #6cad2d 60%); /* Opera 11.10+ */
	background:         linear-gradient(0deg, #207f3e 10%, #6cad2d 60%); /* W3C */
}

.download-alt .btn-android:hover{
    color: #fff;
    background: #207f3e;
    border-color: #207f3e;
    text-shadow: 0 1px 0 rgba(255,255,255,0.2);
}




/*--------------------------------------------------------------
Landing page
--------------------------------------------------------------*/

body.landing .navbar .btn-wrapper,
body.landing #hero span,
body.landing #download .app-btns { display: none; }

body.landing #hero { padding: 90px 0 10px; }
body.landing #hero h1:before { border: 0; }

body.landing #content {
	color: #fff;
	background: #000;
	background-image: url(../images/billboard-bg.jpg);
	background-repeat: no-repeat;
	background-position: center 30px;
	background-size: cover;
	border-bottom: 2px solid #ffd400;
}
/*
@media (min-width: 768px) {
	body.mgs #content {
		background-position: center bottom;
		background-size: 115%;
		background-attachment: fixed;
	}
}
*/
body.landing .btn-android { font-size: 20px; display: block; margin: 0 auto 5px;  background: #000; color: #fff; width: 196px; height: 60px; line-height: 60px; border-radius: 7px; text-align: center; }
body.landing .btn-android:hover { color: #fff; }

body.landing .app-store-badge,
body.landing .btn-android { border: 1px solid rgba(255,255,255,0.2); border-radius: 7px; }

body.landing .platform { font-family: 'AircheckJNL', sans-serif; font-style: normal; font-weight: 300; font-size: 12px; font-weight: 600; margin: 15px auto 5px; }

body.landing .note { line-height: 1.125; }

body.landing .well-mgs {
	padding: 40px 30px 30px;
	background: rgba(255,255,255,0.1);
	border-radius: 7px;
	margin-bottom: 20px;
}

body.landing .code span {
	display: block;
	color: #fff;
	padding: 12px 16px 10px;
	background: #000;
	width: auto;
	margin: 30px auto;
	font-size: 36px;
}

body.landing .prize { margin: 30px 0; font-weight: 700; font-size: 28px; color: #ffd400; text-shadow: 0 -1px 0 rgba(0,0,0,0.8);}
body.landing .prize span { display: block; font-size: 200%; }

body.landing .prize small { color: #fff !important; margin-bottom: 5px; text-transform: normal !important; font-size: 24px; font-weight: 400; letter-spacing: 0.05em; }

body.landing .list-options li { text-align: center; margin: 12px 0; line-height: 1.25; }








.weather-delay h6 { font-size: 14px; font-weight: 600; }