.grey, .grey a, a.grey, .lt-grey {
  color: #666666;
}

li.head a {
  color: #666666;
}

li.head a:hover {
  color: #353535;
}

.head.chat {
  /*background: url(http://www.loonmtn.com/assets/prebuilt/img/template/ico-header-live-chat.png) no-repeat center left;*/
  background-color: #fff; color: #767675;
}

.head.phone {
  /*background: url(http://www.loonmtn.com/assets/prebuilt/img/template/ico-header-phone.png) no-repeat center left;*/
  background-color: #fff; color: #767675;
}

.head.hours {
  /*background: url(http://www.loonmtn.com/assets/prebuilt/img/template/ico-header-clock.png) no-repeat center left;*/
  background-color: #fff; color: #767675;
}

.head.hours {
  /*background: url(http://www.loonmtn.com/assets/prebuilt/img/template/ico-header-clock.png) no-repeat center left;*/
  background-color: #fff; color: #767675;
}

.head.directions {
  /*background: url(http://www.loonmtn.com/assets/prebuilt/img/template/ico-header-pinpoint.png) no-repeat center left;*/
  background-color: #fff; color: #767675;
}

.msearch-toggle {
  display: none;
  position: absolute;
  top: 10px;
  right: 0px;
  width: 40px;
  height: 40px;
  /*background: url(http://www.loonmtn.com/assets/prebuilt/img/template/ico-search-dropdown.png) #efefef center center no-repeat;*/
  text-indent: 30000px;
  overflow: hidden;
  background-color: #efefef;
  color: #356d9e;
}

a.inset-btn {
  background: #DD7724;
  box-shadow: inset 0 1px 0 0 rgba(0,0,0,.1);
  border-bottom: solid 1px #f8a35e;
  border-radius: 20px;
  color: #ffffff;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  transition: all .3s ease-out;
}

/* START from custom.css */
.lt-grey{
	color: #666666;	
}

.grey, .grey a, a.grey{
	color: #666;	
}

.navbar-default .navbar-nav > li > a{
	color: #1F2A44;
	font-size: 21px;
	text-align: center;
	line-height: 100%;
	font-weight: bold;
	-webkit-transition: all 0.3s ease;
	-moz-transition:  all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

li.head a{
	color: #666;
}

li.head a:hover{
	color: #353535;	
}
/* END from custom.css */