/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/* Basic Styles */

.head	{
	margin-bottom: 0px;
	}
.title	{
	display: inline;
	color: black;
	font-weight: bold;
	}

.top	{
	padding-top:;
	}
.quote, .greybox, .quotebox	{
	display: block;
	padding: 10px;
	border-radius: 15px;
	background: #efefef;
	color: black;
	font-size: 100%;
	}
.greybox	{
	font-family: 'electrolize';
	
	padding: 1px 10px 1px 10px;
	margin-bottom: 25px;
	}
.quote	{font-style:italic;}
.first, .first2	{
	color: black;
	font-size:;
	}
.first2	{
	margin-top: -3px;}
.right	{
	text-align: right;
	margin-top: 0px;
	}
.side	{
	font-size: 70%;
	line-height: 1.2em;
	}
.rotate 	{
	padding: 15px 0 20px 7px;
	-ms-transform: rotate(-2deg); /* IE 9 */
    -webkit-transform: rotate(-2deg); /* Chrome, Safari, Opera */
    transform: rotate(-2deg);
	}
.white	{
	
	color: #999;
	font-weight: 800;
	font-size: 280%;
	text-transform: uppercase;
	}
.black	{color:black;}
ul.list{
	margin-left:0px;
	padding:0px;
	
	}
li.item	{
	background-image: url("../images/bullet.png"); 
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 25px;
	font-size: 95%;
	color:black;
	line-height: 1.6em;
	}
	
.action a:link, .enquire a:link	{
border-radius: 10px;
margin-bottom: 50px;
padding: 15px;
background:  #fddc01;
color: black;
font-weight: 800;
font-size: 85%;
line-height: 1.6em;
text-align:;
text-transform: uppercase;
transition-property:background .2s linear 0s; -moz-transition:background .2s linear 0s; -webkit-transition:background .2s linear 0s; -o-transition:background .2 linear 0s;
}
.action a:hover, .enquire a:hover	{
	background: #c0b360;
	text-decoration: none;
	}
.enquire{
	display:inline;
	
	float: right;
	}
.pic	{
	max-width: 300px;}
.pic2	{
	max-width: 200px;}
.picleft	{
	display:inline;}
.picabove	{
	display: none;}
.inline	{display:inline;}
.tel	{
	display:inline;
	}
.action	{
	margin-bottom: 50px;
	}
.smalltxt	{font-size: 75%; font-style:normal; line-height: 1.2em; color: #666;}

.bbclogo	{
	float:left;
	margin-right: 10px;
	width: 15%;
	margin-top: 5px;
	margin-bottom: 5px;
	}
.footer	{
	background-color: black;
	color: #999;
	background-image: url("../images/foot.jpg"); 
	background-repeat: no-repeat;
	background-position: center center;
	padding: 20px 0 20px 0;
	}

nav .pri {
	width: 100%;
	background: #fddc01;
	
	font-weight: normal;
	background-image: url('');
	
}
nav.pri ul {
	background-image: url("../images/navback.png"); 
	background-repeat: no-repeat;
	background-position: 60% top;
	padding: 0 ;
	margin: 0 ;
	width: auto;
	height: 50px;
}
nav.pri li {
	display: inline;
	float: left;
}
nav.pri a {
	color: #333;
	font-family: 'Electrolize', sans-serif;
	font-weight: 400 ;font-style:normal;
	color: #000;
	font-size: 130%;
	display: inline-block;
	width: auto;
	padding: 0 10px 0 20px;
	text-align: center;
	text-decoration: none;
	height: 50px;
	line-height: 60px;
	
}
nav.pri li a {
	border-right: 0px solid #a3b09f;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
nav.pri li:last-child a {
	border-right: 0;
}
.on	{
	background-image: url("../images/wheel.png"); 
	background-repeat: no-repeat;
	background-position: 60% top;
	}
nav a:hover, nav.pri a:active  {
	
	color:#999 ;
}
nav.pri a#pull {
	display: none;
}
.phone	{
	display:none;
	}
/*Styles for screen 767px and lower*/
@media screen and (max-width: 767px) {
	.phone	{
	display:block;
	}
.screen	{
	display:none;
	}	
	.on	{background-image: none;
	}
.picleft	{
	display:none;}
.picabove	{
	display: inline;}	
	nav.pri { 
  		height: auto;
		font-size: 15px;
		margin-bottom: 0px;
		background-image: none;
	}
  	nav.pri ul {
  		background-image: none;
		width: 100%;
  		display: none;
  		height: auto;
  	}
  	nav.pri li {
  		width: 100%;
  		float: left;
  		position: relative;
  	}
  	nav.pri li a {
		border-bottom: 1px solid #a3b09f;
			}
  	nav.pri a {
	  	padding-left: 0px;
		padding-right: 0px;
		text-align: left;
	  	width: 100%;
	  	font-size: 105%;
		text-indent: 25px;
		line-height: 40px;
		height: 40px;
  	}
	nav.pri a#pull {
		display: block;
		background-color: #fddc01;
		color: #333;
		width: 100%;
		position: relative;
	}
	nav.pri a#pull:after {
		content:"";
		background: url('../images/nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	.action a:link, .enquire a:link	{
		font-size: 80%;
	}
}

/*Styles for screen 515px and lower*/
@media only screen and (max-width : 480px) {
	nav.pri { 
  		height: auto;
		margin-bottom: 0px;
		background-image: none;
	}
	
	nav.pri li {
		display: block;
		float: none;
		width: 100%;
	}
	nav.pri li a {
		border-bottom: 1px solid #a3b09f;
	}
	.action a:link, .enquire a:link	{
		font-size: 70%;
	}

	.pic	{display:none;}
}

/*Smartphone*/
@media only screen and (max-width : 320px) {
	
}