/* STYLESHEET MADE BY 

	
	
..,8888888888888D.88888888888888.:8888888.888888888I..I888888888=88888888888888.
 . $8888888888888..88888888888888.Z88888..:888888888.8888888888. 8888888888888~.
 ..888888...88888,O88888.  :88888 888888..O88888888888888888888..888888.......  
..888888O88888888.88888888888888:888888..O88888888888888888888..8888888888......
..8888888888888Z.88888888888888..888888..88888888888888~88888?..888888888~......
 888888====......88888D88888....888888..888888.8888888:888888..888888.... ......
.88888O.........888888.888888 ..88888O .88888O.888888.I88888,.,8888888888888....
888888.........,888887..8888O .888888..888888..88888..888888..8888888888888.....
888887 ..... ..888888. .$8888D:88888I..O88888..8888..888888..78888888888888 ....
                                                               
	
	
	BEN FJARE
	ben@prime-incorporated.com
	
	PRIME INCORPORATED
	BOZEMAN, MONTANA
	
	www.prime-incorporated.com 
	
	
*/
	
/* -------------------------------------------*/

/* -- TEXT STYLINGS -- */

h1,h2,h3,h4,h5,h6 {
	margin: 0 0 15px 0;
	font-family:'Steelfish W05 Regular';
}

h1 {
	font-size: 40px;
	line-height: 40px;
}

h2 {
	font-size: 36px;
	line-height: 36px;
}

h3 {
	font-size: 30px;
	line-height: 30px;
}

h4 {
	font-size: 25px;
	line-height: 25px;
}

h5 {
	font-size: 20px;
	line-height: 20px;
}

h6 {
	font-size: 18px;
	line-height: 18px;
}

p {
	font-size: 14px;
	line-height: 22px;
	margin:0 0 15px 0;
	font-family: 'Zilla Slab', serif;
	color: #333;
}

a {
	
	color: #00ce7c;
	
}

a:hover {
	color: #00ce7c;

}

.note {
	font-family: "myriad-pro" !important;
}

strong, b {
	font-weight: bold;
}

em {
	font-style: italic;	
}

ul, ol {
	margin: 0 0 15px 30px;
}

ul li {
	list-style-type: disc;
}

ol li {
	list-style-type: decimal;
}

li {
	padding: 5px 0;
	font-size: 14px;
	line-height: 18px;
	color: #000;
	font-family: "myriad-pro";
}

.paddingTop {
	padding-top:20px;
}

/* -- GLOBAL UTILITIES & MINOR FORMATTING -- */


/* ---- COLORS ---- */
	.orange {
		color: #00ce7c !important;	
	}
	
	.orangeBG {
		background-color: #00ce7c !important;	
	}
	
	.purple {
		color: #00ce7c !important;	
	}
	
	.purpleBG {
		background-color: #8F23B3 !important;
	}
	
	.green {
		color: #00ce7c !important;	
	}
	
	.greenBG {
		background-color: #00ce7c !important;	
	}
	
	.yellow {
		color: #00ce7c !important;	
	}
	
	.yellowBG {
		background-color: #00ce7c !important;	
	}
	
	.blue {
		color: #00ce7c !important;	
	}
	
	.blueBG {
		background-color: #00ce7c !important;	
	}
	
	.white {
		color: #fff;
	}

.clear {
	clear: both;
}

.button {
	display: inline-block;
	transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	font-family:'Steelfish W05 Regular' !important;
	color: #fff;
	font-weight: bold;
	font-size: 22px;
	padding: 10px 20px;
	margin-bottom: 40px;
	border-radius: 6px;
	background-color: #00ce7c !important;	
}

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

.button:hover {
	opacity: .5;
}

body, html {
	width: 100%;
}

html {
  position: relative;
  min-height: 100%;
}

body {
	background-color: #fff;;
	background-image: url('../images/bodyBG.jpg');
	background-size: cover;
	background-position: center top;
}

.container {
	background-color: #fff;
	padding-bottom: 15px;
}

.eventContainer div{
	line-height: 22px;
}

.eventImageContainer{
	margin-bottom: 15px;
}

.centerBlock{
	margin-left: auto;
	margin-right: auto;
}

/*-----  NAVBAR ----*/

.navCont {
	padding-bottom: 0px;
}

.navbar-default {
	background-color: transparent;
	border: 0px;
	margin-bottom: 0px;
}

.navbar-header {
	width: 100%;
	position: relative;
}

@media(max-width:767px){
	.navbar-brand img {
		width: 100px;
		height: auto;
	}
}

@media(min-width:768px){
	.navbar-brand img {
		width: 200px;
		height: auto;
	}
}

.navbar-collapse{
	padding: 0px !important;
}

.nav {
	background-color: #231f20;
	width: 100%;
	text-align: center;
	border-bottom: 4px solid #fff;
}

.nav li {
	display: inline-block;
	float: none !important;
	position: relative;
}

.nav li a {
	display: inline-block;
	color: #fff !important;
	font-family: "myriad-pro";
	font-size: 18px;
}
.nav li a:hover {
	color: #00ce7c !important;
}

@media(max-width:767px){
	.nav li a {
		display: block;
		border-bottom: 1px dotted #fff;
	}
}

@media(min-width:768px){
	.nav li a {
		padding: 10px 10px;
		font-size: 14px;
	}
}

@media(min-width:992px){
	.nav li a {
		padding: 10px 25px;
	}
}

@media(min-width:1200px){
	.nav li a {
		padding: 10px 25px;
	}
}


/*------ DROP DOWN NAVIGATION -----*/

	/*------ DEVICE -----*/
	@media(min-width:768px){
		.nav li.level-1:hover ul {
			display: block;
		}
		
		.nav ul {
			display: none;
			position: absolute;
			z-index: 999999999;
			width: 100%;
			margin: 0px;
			padding:0px;
			background-color: #00ce7c;
		}
		
		.nav ul li {
			margin: 0px;
			padding:0px;
			display: block;
		}
		
		.nav ul li a {
			margin: 0px;
			display: block;
			padding:10px;
			color: #fff;
			font-size: 14px;
			border-bottom: 1px dotted #ccc;
				transition: all .3s linear;
				-moz-transition: all .3s linear;
				-ms-transition: all .3s linear;
				-webkit-transition: all .3s linear;
				-o-transition: all .3s linear;
		}
		
		.nav ul li a:hover {
			opacity:1;
			color: #231f20 !important;
			text-decoration: none;
		}
		
		.nav ul li:hover ul {
			display: block;
		}
		
		.nav ul li ul {
			display: none !important;
			left: 100%;
			top: 0px;
			background-color: #fff;
		}
		.nav ul li ul li a {
			color: #fff !important;
		}
		.nav ul li:hover ul {
			display: block !important;
		}
	}
	
	/*------ MOBILE -----*/
	
	@media(max-width:767px){
		.nav li {
			
			width:100%;
		}
		.nav ul{
			margin: 0px;
			padding:4px;
		}
		
		.nav ul li {
			display: block;
			
		}
		.nav ul li a {
			display: block;
			font-size: 12px;
			text-align: center;
			border-bottom: 0px;
		}
	}

#social {
	width: 433px;
	position: absolute;
	top:10px;
	right: 0px;
	text-align: right;
}

#social a{
	text-decoration: none;
}

#social a:hover{
	text-decoration: none;
	opacity: .6;
}

.fa{
	color: #00ce7c;
}

#headerTagline {
	text-align: right;
	width: 500px;
	position: relative;
	bottom: 0px;
	right: 0px;
	float: right;
	margin-top: 75px;
	font-size: 40px;
	color: #231f20;
	font-family:'Steelfish W05 Regular' !important;
}

/* ---- INSIDE PAGE BANNER ---- */
.insideBanner {
	background-size: cover;
	background-position: center center;
	position: relative;
}

.insideBannerText {
	position: absolute;
	bottom: 0px;
	width: 100%;
	padding: 15px;
	color: #fff;
	margin: 0px;
	opacity: .75;
}

@media(max-width:767px){
	.insideBanner {
		height: 80px;
	}
}

@media(min-width:768px){
	.insideBanner {
		height: 80px;
	}
}

@media(min-width:992px){
	.insideBanner {
		height: 80px;
	}
}

@media(min-width:1200px){
	.insideBanner {
		height: 80px;
	}
}

/*----- FOOTER ----*/

#footer {
	background-color: #231f20;
	padding: 20px 0;
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
}

#footer .container {
	background-color: transparent;
}

#footer a {
	font-family: "myriad-pro";
	font-weight: bold;
	font-size: 18px;
	display: inline-block;
	padding-right: 25px;
	color: #00ce7c !important;
}

#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6, #footer p{
	color: #fff !important;
}

@media(max-width:767px){
	#footer a {
		display: block;
	}	
}

#newsletterLabel {
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	margin-top: 30px;
	margin-bottom: 5px;
}

#footer input[type="submit"] {
	top:-1px;
	padding: 8px 15px;
	background-color: #00ce7c !important;
}

.legal{
	color: #fff;
	text-align: left;
}
#footer #legal li {
	display: inline-block;
	color: #fff;
	padding: 20px 0 20px 10px;
	font-family: "myriad-pro";
}


/*----- FORMS ----*/

input[type="text"] {
	padding: 5px 5px 3px 5px;
	border:1px solid #ccc;;
	font-family: "news-gothic-std";
	font-weight: bold;
}

input[type="number"].customAmount {
	width: 60px;
}

input[type="submit"] {
	background-color: #00ce7c !important;
	padding: 5px 15px;;
	font-family: "news-gothic-std";
	font-weight: bold;
	display: inline-block;
	color: #fff;
	border:0px;
	position: relative;
		transition: all .3s linear;
		-moz-transition: all .3s linear;
		-ms-transition: all .3s linear;
		-webkit-transition: all .3s linear;
		-o-transition: all .3s linear;
	width: auto;
}

.btn-primary{
	background-color:  #69be28;
    border: 0px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "myriad-pro";
    font-size: 20px;
    padding: 5px 0px;
}

.btn-primary:hover{
	background-color: #69be28;
	opacity: .6;
}

input[type="submit"]:hover {
	opacity: .5;
}

input[type='radio'], input[type='radio'].form-control {
	width: 15px;
	height: 15px;
}

.customPlan.disabled{
	color: gray;
}

label{
	margin-bottom: 5px;
	text-transform: uppercase;
    font-family: "myriad-pro";
	font-size: 14px;
}

.imageWygwam img {
	max-width: 100% !important;
	height: auto !important;
	display: inline-block !important;
}

input, textarea{
	width: 100%;
	margin-bottom: 30px;
	padding: 5px 10px;
	border: 1px solid #ccc;
}


.newsletter{
	width: 200px;
}

/* ------------ STAFF / BOARD --------------- */


.staffTitle {
	margin-bottom: 0px;
}


/* -------- Two for One ------ */

table{
	border: 1px solid #ccc;
}

tr:nth-child(odd){
	background-color: #eee;	
}

.firstRow{
	color: #fff !important;
	background-color: #9703d5 !important;
	vertical-align: middle;
}

tr{
	border: 1px solid #ccc;
}

td{
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ccc;
	line-height: 20px;
}

.cartTotals {
	background-color: #2d9903;
	padding: 8px 25px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "news-gothic-std";
	text-align: right;
}

.cartTotals a {
	color: #ccc;
}

#checkoutForm fieldset{
	padding: 0 15px;
	float: left;
}

#checkoutForm legend {
	margin: 10px 0;
	font-family: "news-gothic-std";
	font-size: 24px;
	font-weight: bold;
	color: #2b5ab1;
}

#checkoutForm label {
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	font-family: "news-gothic-std";
}

#checkoutForm input[type="text"], #checkoutForm select{
	width: 100%;
	margin: 5px 0;
	font-family: "news-gothic-std";
}

#checkoutForm select{
	padding: 5px;
}

/* --- EVENTS --- */
.eventSponsors{
	text-align: center;
}

.sponsorContainer{
	display: inline-block;
	float: none;
}

@media(max-width:767px){
}

@media(min-width:768px){
	#checkoutForm fieldset {
		width: 50%;
	}
}

@media(min-width:992px){
	#checkoutForm fieldset {
		width: 33%;
	}
}

@media(min-width:1200px){
}


form ul  {
	margin: 0 0 0 10px;
}

form ul li {
	list-style-type: none;
}

form ul li input[type='checkbox']{
	float: left;
	width: 20px;
}

form ul li label {
	float: left;
}