@import "reset.css";

@import "1224.css";

/*////////////////////////////////////////////////////////////////////*/
/*
  Master CSS ~ Client Name
  Developed by Lyle Hebel
*/

html{
	font-family: 'Montserrat', sans-serif;
}
	
p{
	font-size: 12px;
	line-height: 20px;
	font-weight: 500;
	color: #333;
	text-align: left;
}

p.whiteSmall{
	font-size: 12px;
	line-height: 20px;
	font-weight: 500;
	color: #fff;
	text-align: left;
}

ul.whiteSmall li{
	color: #fff !important;
	font-size: 14px;
	line-height: 20px;
	list-style: circle;
	margin-left: 20px;
	margin-bottom: 16px;
}


p.header{
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 20px;	
}

p.grey{
	color: #424143;
	text-align:left;
	font-size: 16px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 20px;

}

p.white{
	color: #fff;
	text-align:left;
	font-size: 16px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 20px;	

}

h1{
	color: #fff;
	text-align: center;
	font-size: 60px;
	font-family: 'Bebas Neue', sans-serif;
}

h1.grey{
	color: #424143;
	text-align: left;
	font-size: 50px;
	font-family: 'Bebas Neue', sans-serif;
}

h2{
	color: #424143;
	text-align: left;
	font-size: 36px;
	margin-bottom: 16px;
	font-family: 'Bebas Neue', sans-serif;
}

h2.white{
	color: #fff;
	text-align: left;
	font-size: 36px;
	margin-bottom: 16px;
	font-family: 'Bebas Neue', sans-serif;
}

h3{
	color: #424143;
	text-align: left;
	font-size: 26px;
	margin-bottom: 16px;
	font-family: 'Bebas Neue', sans-serif;
}

a.button{
	font-size: 12px;
	line-height: 20px;
	color: #333;
	padding: 10px !important;
	border: 1px solid #333;
	display: inline !important;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase !important;
}

a.whiteButton{
	font-size: 18px !important;
	line-height: 20px;
	color: #fff;
	padding: 10px !important;
	border: 1px solid #fff;
	display: inline !important;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif !important;
}

.headerContainer{
	position: relative;
	z-index: 0;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	margin-bottom: 50px;
	
}

hr.bold{
    border: 0;
    height: 0;
    border-top: 2px solid rgba(0, 0, 0, 0.9);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin: 50px 0px;
}
.imageHeader{
	position: relative;
	z-index: 1;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%
}

.imageText{
	position: absolute;
	z-index: 5;
	left: 0px;
	top: 12%;
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	height: 100%
}

.imageTextBozeman{
	position: absolute;
	z-index: 5;
	left: 0px;
	top: 25%;
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	height: 100%
}

.spacer{
	width: 100%;
	height: 70px;
	float: left;
}

.sliderWrapper {
	width: 100%;
	max-width: 900px;
	position: relative;
	display: block;
	margin: 0 auto;
}

.sliderWrapper #pager {
	text-align: center;
}

.sliderWrapper #pager span {
	background-color: #fff;
	font-size: 0;
	width: 9px;
	height: 9px;
	display: inline-block;
	margin: 20px 8px;
	border: 2px solid #4d585a;
	border-radius: 9px;
}

.sliderWrapper #pager span.cycle-pager-active, .sliderWrapper #pager span:hover {
	background-color: #B3B8B8;
	cursor: hand !important;
}



/*/////////////////////////////////// Header & Nav */

.navBackground{
	float: right;
	width: 100%;
	text-align: center;
	background-color: #ffffff;
	padding: 5px 0px 0px 0px;
	font-size: 12px;
	color: #333;
	border-bottom: 1px solid #333;
	min-height: 80px;
}


.menu-header ul {
	list-style:none;
	margin:0;
}

#access .menu-header li {
	float:right;
	position:relative;
	list-style:none;
	font-size:12px;
	line-height: 40px;
	font-weight:500;
	text-transform: uppercase;
	text-align: left;
}


#access a {
	color:#333;
	display:block;
	text-decoration:none;
	padding: 20px 13px;
}


#access li:hover > a {
	background-color: #424143;
	color:#fff;
}


#access ul li:hover > ul {
	display:block;
}

#logo img {
	padding-top: 0px;
	float: left;
}

#logo img a{
	text-align: left;
}

/*/////////////////////////////////// Footer Nav */

#footer .menu li {
	position:relative;
	list-style:none;
	font-size:11px;
	line-height: 14px;
	font-weight:500;
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 4px;
}

#footer a {
	color:#333;
	display: inline-block;
	text-decoration:none;
	padding:3px;
}

#footer li:hover > a {
	background-color: #ccc;
	color:#fff;
}


#footer ul li:hover > ul {
	display:block;
}

#footerContainer{
	width: 100%;
	min-height: 100px;
	overflow: hidden;
	padding-top: 40px;
	padding-bottom: 40px;
	float: left;
	border-top: 2px solid #333 !important;
	margin-top: 40px;
}

.bozeman{
	width: 100%;
	min-height: 300px;
	overflow: hidden;
	background:#333;
	padding: 40px 0px;
}

.testimonials{
	width: 100%;
	min-height: 300px;
	overflow: hidden;
	background:#ccc;
	padding: 40px 0px;
}

.bottoms{
	margin-bottom: 40px;
}


/*/////////////////////////////////// Mobile Nav */

#mobileNav, #mobileNav a{
	float: right;
	line-height: 80px;
	padding: 5px 0px;
	color:#333;
    text-decoration: none;
    font-weight: 400;

}

#mobileLinks{
	margin-top: 0px;
	margin-bottom: 18px;
	padding-bottom: 0px;
	width: 50%;
	float: right;
	margin-right: 1px;
}

#mobileLinks ul{
	margin: 0px;
	padding: 0px;
}

#mobileLinks li{
	text-align: right;
	padding-right: 10px;
	list-style: none;
}

#mobileLinks li a{
	font-size: 12px;
	line-height: 38px;
	color: #333;
	text-decoration: none;
	width: 100%;
	display: block;
}

#mobileLinks li:hover > a{
	font-size: 12px;
	line-height: 38px;
	color: #424143;
	text-decoration: none;
	width: 100%;
	display: block;
}

.close2{
	color: #fff;
	font-size: 12px !important;
}

/* ////////////////////////////////////////////////////////////////////*/
/* End of Master Elements 
////////////////////////////////////////////////////////////////////*/
/*
Responsive Site Specific Layout Elements
*/
/* Break 1 ----------- */
@media only screen and (max-width : 360px) {
#access{
	display: none;
}

#mainHeader{
	display: none;
}


	
}

/* Break 2  ----------- */
@media only screen and (min-width : 361px)
and (max-width : 450px) {
#access{
	display: none;
}
#mainHeader{
	display: none;
}

	
}

/* Break 3 ----------- */
@media only screen and (min-width : 451px)
and (max-width : 580px) {
#access{
	display: none;
}
#mainHeader{
	display: none;
}

	
}

/* Break 4 ----------- */
@media only screen and (min-width : 581px)
and (max-width : 767px) {
#access{
	display: none;
}

#mainHeader{
	display: none;
}
	
}

/* Break 5 ----------- */
@media only screen and (min-width : 768px)
and (max-width : 1023px) {
#access{
	display: none;
}

#mobileHeader{
	display: none;
}
	
}

/* Break 6 ----------- */
@media only screen and (min-width : 1024px)
and (max-width : 1223px) {
#mobileNav{
	display: none;
}


#mobileHeader{
	display: none;
}
	
}

/* Break 7 ----------- */
@media only screen
and (min-width : 1224px) {
#mobileNav{
	display: none;
}

#mobileHeader{
	display: none;
}


}