
/*	
	
..,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 ....
                                                               
	
	
	SHANE JOHNSON
	shane@prime-incorporated.com
	
	PRIME INCORPORATED
	BOZEMAN, MONTANA
	
	www.prime-incorporated.com 
	
	
*/
	
/* -------------------------------------------*/

/* -- TEXT STYLINGS -- */

h1, h2, h3, h4, h5, h6, p, li, a, label {
	margin: 10px 0;
	font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
	color: #222;
	letter-spacing:.03em;
}

h1 {
	font-weight:bold;
	font-size: 32px;
	line-height: 41px;
}

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

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

h4 {
	font-size: 20px;
	line-height: 26px;
}

h5 {
	font-size: 16px;
	line-height: 22px;
}

h6 {
	font-size: 12px;
	line-height: 18px;
	color:#999; 
}

label
{
font-size: 12px;
	line-height: 18px;
	color:#999; 

}

#jashn{
	
	font-size: 25px !important;
	color: #fff;
	vertical-align: text-top;
	font-weight: 100;
}

.frame::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white; /* should match background, can't be transparent */
    background-color: rgba(0, 0, 0, .5);
}

p {
	font-size: 13px;
	margin:18px 0;
	color: #333;
	font-weight:lighter;
	line-height: 22px;
	letter-spacing:.04em !important;
}

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

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

li {
	font-size: 15px;
	text-decoration: none;
	padding: 5px 0;
	color: #aaa;
}

hr {
	border: 0px;
	text-decoration: none;
	border-bottom: 1px dotted #444;
}

a {
	color: #333 !important;
	text-transform:uppercase !important;
	text-decoration: none !important;
}

.whiteSection a{
	color: #4fbcff !important;
}

a:hover {
	color: #000 !important;
}

#fancybox-content a {
	color: #ccc;
}

strong {
	font-weight: bold;
}

.thin
{
	font-weight: 100;
	color: #F4ED3D;
}

a.back
{
	text-decoration: none;
	list-style: none;
	color:#444; 
}

#prime
{
color: #777;	
}

#prime:hover
{
	letter-spacing: 2px;
	color: #2c9fe6 !important;
	-webkit-transition: all 1s ease-in-out;
		-moz-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
		transition: all 1s ease-in-out;
}

#drop
{
-webkit-box-shadow:  3px 3px 5px 6px rgba(3, 3, 3, .30);
        
        box-shadow:  3px 3px 5px 6px rgba(3, 3, 3, .30);
}


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

#logo{
	padding:5px 15px 10px 0px;
	float:left;
	margin-left:-78px;
	}
	
	#logoHolding{
	float: none;
	margin-left: 90px;
	}

#header {
	height: 110px;
	box-shadow: 0 0 6px #000;
	position: fixed;
	z-index: 99;
	top:0;
	left:0;
	width: 100%;
	z-index:5000 !important;
	background-color: #fff;
}



#globalNav {
	width: 1010px;
	height: 100px;
	margin: 0 auto;
}

#globalNav li  {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	height: 100% !important;
	
}

#globalNav li a {
	display: block;
	float: left;
	margin-top: -1px;
	color: #000;
	height: 30px;
	padding: 45px 7px 35px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
}

#globalNav li a:hover {
	background-color: #F4ED3D;  
	color:#222;
	-webkit-transition: all 1s ease-in-out;
		-moz-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
		transition: all 1s ease-in-out;
}

#globalNav li a.clicked {
	background-color: #111;  
	color:#F4ED3D;
}

.current {
	background-color: #222;  
	color:#F4ED3D !important;
}

a#facebook
{
background-image:url(../images/fb.png);
width: 29px;
height: 29px;
background-position: center center;
background-repeat: no-repeat;
}

a#facebook:hover
{
background-image:url(../images/fb_hover.png);
background-repeat: no-repeat;
-webkit-transition: all 1s ease-in-out;
		-moz-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
		transition: all 1s ease-in-out;}

a#twitter
{
background-image:url(../images/tw.png);
width: 29px;
height: 29px;
background-position: center center;
background-repeat: no-repeat;

}

a#twitter:hover
{
background-image:url(../images/tw_hover.png);
background-repeat: no-repeat;
-webkit-transition: all 1s ease-in-out;
		-moz-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
		transition: all 1s ease-in-out;
}

a#youtube
{
background-image:url(../images/yt.png);
width: 74px;
height: 29px;
background-position: center center;
background-repeat: no-repeat;
}

a#youtube:hover
{
background-image:url(../images/yt_hover.png);
background-repeat: no-repeat;
-webkit-transition: all 1s ease-in-out;
		-moz-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
		transition: all 1s ease-in-out;
}

a#googleplus
{
background-image:url(../images/gp.png);
width: 74px;
height: 29px;
background-position: center center;
background-repeat: no-repeat;
}

a#googleplus:hover
{
background-image:url(../images/gp_hover.png);
background-repeat: no-repeat;
-webkit-transition: all 1s ease-in-out;
		-moz-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
		transition: all 1s ease-in-out;
}


#subscribe{
	background-color: black;
	color: white !important;
	padding: 5px;
		-webkit-transition: all 1s ease-in-out;
		-moz-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
		transition: all 1s ease-in-out;
}

#subscribeTop{
	background-color: black;
	color: white !important;
	padding: 5px;
	position: absolute;
	font-size: 18px;
	right: 0px !important;
	-webkit-transition: all 1s ease-in-out;
		-moz-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
		transition: all 1s ease-in-out;
}

#subscribe:hover, #subscribeTop:hover{
	background-color:#fff829;
	color: black !important;
}

/*---- sections ------ */

.clear {
    clear: both;
}

body {
    background-color: #2F2F2F;
}

#holderBackground{
	background-image:url(../images/taxi_photo4.jpg) !important;
	background-repeat:  repeat-y;
}

.container {
    margin: 0 auto;
    width: 850px;
}

.container2 {
    margin: 0 auto;
    height: 400px;
    width:400px;
    margin-top:50px;
    padding: 30px;
    background-color: #fff;
    border-radius: 10px;
}
#underConstruction{
text-align: center !important;
margin-top: 30px;
}

.holdingLinks{
	margin-left: 70px;
}

.slideBox .container
{
	 margin: 0 auto;
    width: 1040px;
}

.slideBox .container h1.imageText
{
	color:#fff;
    margin: 480px 20px 0px;
    position: absolute;
    text-transform: uppercase;
    font-size: 30px;
    width: 745px;
    text-align: left;
    padding: 5px 5px 5px 10px;
    background-color: black;
    font-weight: 100 !important;
}

.slideBox .container a.imageText
{
	color:#111 !important;
    padding:0px 0px;
    margin-right: -25px !important;
    font-size: 30px;
    width:340px;
     float: right;
    text-align: right;
        cursor: pointer;
}

#buttonSlide a.imageText{
	margin-top: 5px;
	background-color: #fff;
	padding: 10px 6px 7px 12px;
	font-weight: lighter !important;
	font-size: 19px;
	width: 350px;
	letter-spacing:.06em !important;
	box-shadow: 0px 0px 11px #999;
	font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
	cursor: pointer;
	opacity: .75;
}

#buttonSlide:hover a.imageText
{
 	background-color: #222;
	box-shadow: 0px 0px 0px transparent;
	opacity: .99;
	color: #fff !important;
	-webkit-transition: all 1s ease-in-out;
		-moz-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
		transition: all 1s ease-in-out;
}

.slideBox .container h1.imageText2
{
	color:#fff;
    padding: 180px 20px;
    text-transform: uppercase;
    font-size: 30px;
    width: 1040px;
    text-align: right;
    font-weight: 100 !important;
    text-shadow: 2px 2px 4px #4d4d4d;
        filter: dropshadow(color=#4d4d4d, offx=2, offy=2);
}

.container ul li
{
	font-weight: 200 !important;
	font-size: 13px;
	margin:5px 0;
	color: #333;
	line-height: 22px;
	list-style: square; 

}

#yellow
{
	color:fff;
	font-size: 35px;
	font-weight: bold !important;
}

.whiteSection
{
	background-color:#fff !important;
	box-shadow: 0 0 6px #000 !important;	
	
}


.whiteSection .container {
    margin: 0 auto;
    padding: 60px 20px;
    width: 960px;
    z-index: 10000 !important;
}

.slideBox {
    background-attachment: fixed;
    background-size: cover;
    box-shadow: 0 0 25px #000000 inset;
    width: 100%;
}

/*---- sections ------ */

.oneThird{
	width:300px;
	padding:0 20px 0 0;
	float:left;
	border-right:dotted thin #999;
	}

#paddingLeft{
	padding-left: 20px !important;
}

.leftColumn
{
	width:370px;
	padding:0 20px 0 0;
	float:left;
	border-right:dotted thin #999;
	
}

.rightColumn
{
	width:540px;
	float:right;
	
}

.leftColumn50
{
	width:440px;
	padding:0 45px 0 0;
	float:left;
	border-right:dotted thin #999;
	
}

.rightColumn50
{
	width:440px;
	float:right;
	padding:0 0 0 20px;
	
}

.fullWidth
{
	width:960px;
	padding:180px 0 0 0;
	height: 100%;
}

#contact
{
	background-color:#333 !important;
}

#button
{
margin-top: 25px;
	background-color: #fff;
	padding: 10px 6px 7px 12px;
	font-weight: lighter !important;
	font-size: 19px;
	letter-spacing:.06em !important;
	box-shadow: 0px 0px 11px #999;
	font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
	cursor: pointer;
	opacity: .55;
}

#button:hover
{
 	background-color: #222;
	box-shadow: 0px 0px 0px transparent;
	opacity: .99;
	-webkit-transition: all 1s ease-in-out;
		-moz-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
		transition: all 1s ease-in-out;
}

#button a
{
	color: #888 !important;
}

#button a:hover
{
color:#F4ED3D !important;
	-webkit-transition: all 1s ease-in-out;
		-moz-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
		transition: all 1s ease-in-out;
}




/*---- video gallery ------ */



.videoName {
	position: absolute;
	background-color: #000;
	color: #F4ED3D;
	top:0;
	padding:0px 25px 5px 25px;
	width: 536px;
	font-size: 17px;
	text-transform: uppercase;
	opacity: .90;
}



.videoGalThumb
{
	margin-right: 0px;
	}
	
.videoGalThumb img
	{
	
	margin-top: 5px;
		width:49px;
		height:49px;
		opacity: .65;
		border: thin solid transparent;
	}
	
.videoGalThumb img:hover
	{
		opacity: .99;
		border: thin solid #F4ED3D;
	}
	
ul#nav a.videoGalThumb
{
	list-style: none !important;
	text-decoration: none !important;
}


#play
{
	position: inherit !important; 
	z-index: 20000;
	vertical-align: middle;
	margin-top: -240px;
	padding-bottom: 90px;
	padding-left: 270px;
	opacity: .7;
	pointer-events: none;
}


/* CONTACT NAVIGATION  */


#contactnav {
	position: fixed;
	width: 100% !important;
	height: 250px;
	padding: 15px 0 15px 0;
	left: 0;
	top: 0 !important;
	-webkit-box-shadow:  -1px 5px 6px 2px rgba(0, 0, 0, .20);
    box-shadow:  -1px 5px 6px 2px rgba(0, 0, 0, .20);
}


#contactnav_background #contactnav_container {
	width: 1000px;
	height: 250px;
	margin: 0 auto;
}

.contactnavbox {
	float: left;
	width: 270px;
	height: 100%;
	margin-right: 50px;
}

.contactnavbox h5 {
	margin: 0;
	color:#289FC9;
	font-size: 20px !important;
	padding-bottom: 10px;
}
.contactnavbox p {
	margin: 10px 0;
	font-size: 12px;
}

#contactnavbox textarea {
	height: 90px;
}



#contactnavbox button {
	margin-top: 14px;
}

#contactnavbox iframe {
	margin-top: 20px;
}

input[type="text"], input[type="password"], textarea {
    border: 3px solid #CCCCCC;
    box-shadow: 0 0 8px #CCCCCC;
    float: left;
    font-size: 12px;
    line-height: 28px;
    margin: 0 0 15px;
    padding: 5px 15px;
    width: 300px;
}

#contactForm label {
    display: block;
    float: left;
    font-size: 12px;
    line-height: 22px;
    margin: 9px 0 0px;
    width: 80px;
    vertical-align: middle;
    padding-right: 15px;
    text-align: right;
}

input[type="submit"] {
    background-color: #fff829  !important;
    border: 3px solid #FFFFFF;
    box-shadow: 0 0 10px #CCCCCC;
    color: #333 !important;
    cursor: pointer;
    display: inline-block !important;
    float: right;
    margin-right: 13px;
    padding: 10px 20px !important;
    text-decoration: none;
}

#whatis{
	width: 650px;
	padding: 45px;
}

.contactButton{
	 background-color: #fff829  !important;
    color: #fff !important;
    cursor: pointer;
    display: inline-block !important;
    margin-top: 13px;
    padding: 10px 20px !important;
    text-decoration: none;
}

#profile{
	width: 250px;
	float:left !important;	
	padding:0px 35px;
}

#profile img{
	border-radius: 100px !important;
	border:thin solid #333 !important;
	margin-left:35px;
	height:185px;
	width:185px;
	-webkit-box-shadow: 0 0 2px 3px ##33;
box-shadow: 0 0 2px 3px ##33;
}

#profile h4, #profile h5, #profile p{
	text-align:center !important;
}



	