*{
	font-family: "phoreuscherokee", sans-serif;
}

li.tick:before {
	content: '✔';
	margin-left: -1em;
	margin-right: .100em;
}

ul.tick{
    
	padding-left:20px;
	text-indent:2px;
	list-style: none;
	list-style-position:outside; 

}

@font-face {
    font-family: 'HelveticaNeue';
    src: url('../webfonts/HelveticaNeue.ttf');
    src: url('../webfonts/HelveticaNeue.dfont');
    
    font-weight: normal;
    font-style: normal;

}

.big-btn {
    width: 80px;
    height: 70px;
}

.icon-bar{
  display: block;
  width: 60px;
  height: 2px;
  border-radius: 1px;
  background-color: #888;
}

.navbar-brand{
	padding: 0px 0px;
	height: 100%;
}

@media (max-width: 1199px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}

.absolute{
	position: absolute;
}

.link-box{
	max-width:100%;
	max-height: 100%;
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
}

.no-padding-bottom{
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.no-padding-top{
	padding-top: 0px;
	margin-top: 0px;
}

.link-box:hover{
	opacity: 0.5;
}

.full-width{
	width: 100%;
	text-align: center;
}

.center-div{
	display: inline-block;
	width:100%;
}

.image-cover{
	background-position:center;
	background-size: cover;
}

.text-color{
	color: #008357;
}

.text-color-link{
	color: #008357;
}

.text-color-link:hover { 
    color: black;
}

.buttonBorderColor{
	color:black;
}

.text-color-white{
	color:white;
}

.padding{
	padding-top: 5px;
    padding-bottom: 5px;
}

.title{
    overflow: hidden;
    width:100%;
    height: 80px;
    padding-top: 15px;
}

.no-padding {
	padding: 0 !important;
	margin: 0 !important;
}

.preventOverflow{
	overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    width:100%;
    display:block;	
}

.form-control{
	margin-top: 3px;
	margin-bottom: 3px;
}

.vcenter {
	display: inline-block;
	vertical-align: middle;
	float: none;
}

.dotted{
	border-style:dotted;
	border-width:1px 0 0 0;
}

#Form_ContactForm_Name{
	width: 49%;
	float: left;
}

#Form_ContactForm_Email{
	width: 49%;
	float: right;
}

#Form_DealerSearch_SearchQuery{
	width: 80%;
	float: left;
}

#Form_DealerSearch_action_doDealerSearch{
	margin-top: 3px;
	height: 40px;
	float: right;
	margin-right: 10px;
}

#Form_PostcodeSearch_PostcodeQuery{
	width: 30%;
	float: left;
}

#Form_PostcodeSearch_DistanceVal{
	width: 50%;
	float: left;
}

#Form_PostcodeSearch_action_doPostcodeSearch{
	margin-top: 3px;
	height: 40px;
	float: right;
	margin-right: 10px;
}

#Form_LocationSearch_action_doLocationSearch{
	margin-top: 3px;
	height: 40px;
	float: right;
	margin-right: 10px;
}

#Form_LocationSearch_SearchState{
	width: 40%;
	float: left;
}

#Form_LocationSearch_SearchCity{
	width: 40%;
	float: left;
}

#Form_LocationSearch_SearchLabel{
	width:100%;
}
