/* 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: 10px 0 !important;
	font-family: "Trebuchet MS", Helvetica, sans-serif !important;
	font-weight: bold !important;
	color: #000 !important;
	text-transform: uppercase;
}

.blueHeadings h1, .blueHeadings h2, .blueHeadings h3, .blueHeadings h4, .blueHeadings h5, .blueHeadings h6 {
	color: #4479BC !important;
} 

h1 {
	font-size: 30px !important;
}

h2 {
	font-size: 26px !important;
}

h3 {
	font-size: 22px !important;
}

h4 {
	font-size: 18px !important;
}

h5 {
	font-size: 14px !important;
}

h6 {
	font-size: 12px !important;
}

p {
	font-size: 14px !important;
	line-height: 20px;
	margin:10px 0 !important;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif !important;
}

.ampersand {
	font-family: helvetica, sans-serif;
}

.allCaps {
	text-transform: uppercase;
}

.blueText {
	color: #4479BC !important;
}

.whiteText {
	color: #fff !important;
}

.redText {
	color: #ff0000 !important;
}

.overlay {
	background-color:rgba(0,0,0,.7);
	position: fixed;
	width: 100%;
	z-index: 1;
	height: 100%;
}

.container, .footer {
	position: relative;
	z-index: 9;
}

.mobileNav {
	z-index: 99999;
	position: relative;
}


a {
	color: #00355f;
}

a:hover {
	color: #666;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;	
}

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

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

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

li {
	padding: 5px 0;
	font-size: 12px;
}

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

.clear {
	clear: both;
}

html {
	overflow-x: hidden !important;
}

body {
	background-color: #aaa !important;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif !important;
	overflow-x: hidden !important;
}


/* ---- HEADER ---- */

#header {

	background-color: #fff;
	position: relative;
	z-index: 9999;
}

.noBG {
	background-color: transparent !important;
	margin-bottom: 20px;
}

.container {
	background-color: rgba(255,255,255,.9);
}

.whiteBG {
	background-color: rgba(255,255,255,.9);
}

#globalNav{
		height: 124px;
		text-align: center;
}

#activeState {
	background-image: url('../images/arrowFillBG.png');
	background-position: center center;
	height: 37px;
	overflow: hidden;
	position: relative;
	z-index: 9999;
	background-position: center top;
	background-repeat: repeat-x;
}

#activeState #arrow {
	background-image: url('../images/headerActive.png');
	background-position: 745px top;
	height: 37px;
	margin: 0 auto;
	width: 750px;
	background-repeat: repeat-x;
}

.globalNavLink {
	display: inline-block;
	padding: 10px 15px;
	margin: 50px 0 0 0;
		transition: all .3s linear;
		-moz-transition: all .3s linear;
		-ms-transition: all .3s linear;
		-webkit-transition: all .3s linear;
		-o-transition: all .3s linear;
}

.globalNavLink:hover {
	opacity: .5;
}

.globalNavLink.activePage {
	opacity: .5;
}

#firstLink {
	padding-left: 50px;
}

.globalNavLink.logo, .globalNavLink.bullet {
	margin-top: 0px;
	padding: 0px;
	
}

.globalNavLink.logo {
	position: relative;
	top: 28px;
}

.globalNavLink.bullet:hover {
	opacity: 1;
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
  /* For portrait layouts only */
  #firstLink {
	  padding-left: 0px !important;
  }
}

.secondayNav {
	background-color: rgba(255, 255, 255, .9);
	display: inline-block;
	list-style-type: none;
	margin:-30px 0 0 0;
}

.secondayNav li {
	list-style-type: none;
	display: block;
	float: left;
}

.secondayNav li a{
	list-style-type: none;
	display: block;
	float: left;
	padding: 30px 15px 10px 15px;
	color: #000;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
		transition: all .3s linear;
		-moz-transition: all .3s linear;
		-ms-transition: all .3s linear;
		-webkit-transition: all .3s linear;
		-o-transition: all .3s linear;
}

.secondayNav li a:hover {
	opacity: .5;
}

.NavBullet {
	padding-top: 39px;
}

.greenBG {
	background-color: #99A247;
}

.greenText {
	color: #99A247 !important;
}

.greenBGtext, .greenBG p {
	color: #fff;
	padding: 10px;
	display: block;
	text-align: center;
	font-size: 18px;
}

.redRow {
	background-color: #BC6D77;
	padding: 15px 0 5px 0;
	
}

.redRow p {
	color: #fff;
}

.blueRow {
	background-color: #83A5B9;
}

.padrow {
	padding: 25px 0;
}

.pager {
	text-align: center;
	margin-top: 65px !important;
}

.pager a {
	display: inline-block;
	margin: 5px;
}

.pager a:hover {
	opacity: .5;
}

#adv-custom-caption {
	background-color: rgba(0,0,0, .8);
	padding:8px 200px;
	text-align: center;
	color: #ccc;
	position: absolute;
}

a.cycle-pager-active {
	opacity: .4;
}


.footer {
	background-color: rgba(255,255,255, .9);
	padding: 25px 0 1px 0;
	margin-top: 45px;
	box-shadow: 0 0 20px #333;
	width: 100%;
}

.footer h4 {
	font-weight: normal !important;
}



@media(max-width:767px){
	.footer {
		position: relative !important;
	}
}

@media(max-width:767px){
	.footer h4 {
		font-size: 12px !important;
	}
}

@media(min-width:768px){
	.footer h4 {
		font-size: 12px !important;
	}
}

@media(min-width:992px){
	.footer h4 {
		font-size: 18px !important;
	}
}

@media(min-width:1200px){
	.footer h4 {
		font-size: 18px !important;
	}
}


.fixedFooter {
	
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 999999;
}


.cartInfo {
	text-align: right;
	background-color: #99A247;
	padding: 1px 10px;
}



.cartInfo p {
	color: #fff;
}

.cartInfo p strong {
	color: #333;
}

.social{
	margin: 0 auto;
}

.social_icon{
	width: 50px;
	margin-left: 10px;
}

#freeform_first_name, #freeform_last_name, #freeform_email, #freeform_user_message{
	margin-top: 5px;
	margin-bottom: 10px;
	width: 100%;	
}

textarea{
	border: 1px solid #ccc;
}

