@charset "iso-8859-1";
/* CSS Document 

@import url(http://fonts.googleapis.com/css?family=Open+Sans);
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab);
*/

html{
	margin: 0px; 
	padding: 0px;
	overflow-x: scroll;
	overflow-y: scroll;
}

body{
	margin: 0px; 
	padding: 0px;	
	color: #222;	
	font-size: 1em;		
}

.banner-bg{
	background: url(../img/banner-bg.jpg);	
	background-size: cover;
}

/* default sans-serif font family */
.sans{
	/* font-family: 'Open Sans', Arial, sans-serif; */
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.heading{
	/* font-family: 'Open Sans', 'Roboto Slab', Georgia, serif; */
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

/*  serif text font family */
.serif{
	font-family: 'Roboto Slab', Georgia, serif;
}

.menu{
	background-color: #222;
}

/* full screen up to 1000px then restricted & centred */
.limit-width{
	max-width: 1000px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	
}

img{
	border: none;
	max-width: 100%;
	height: auto;
}

.thumb img{	
	width: 200px;	
	height: auto;
	margin: 10px 1%;
	border: solid 2px #fff;
}

h1, h2, h3{
	font-weight: normal;	
	
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

h1{
	font-size: 1.6em;
}

h2{
	font-size: 1.4em;	
}

h3{
	font-size: 1.2em;
	color: #c33;	
}


h4{
	padding-left: 50px;
	font-size: 1.2em;		
	background: url(../img/check.png) left center no-repeat;
	line-height: 50px;
	margin: 0;
	text-transform: uppercase;
}

.enquiries{	
	color: #336;
	margin: 0; 
}

a{
	text-decoration: none;
	color: #222;
}

a:hover{

}
.center{
	text-align: center;	
}
	
hr{ 
	border: 0; 
	height: 0; 
	border-top: 1px solid rgba(0, 0, 0, 0.1); 
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.ph{
	color: #da0056;
	font-size: 1.2em;
	font-weight: bold;
}

.banner{
	width: 100%;
	height: auto;
	background-color: #333;		
}
.banner img{
	width: 100%;
	max-width: 1000px;
	margin: 0;	
}	
	
.logo{
	margin: 0;
}

.book-btn{
	background-color: #c33;
	color: #eee;
	padding: 5px 10px;
	border-radius: 3px;
}
.book-btn:hover{
	background-color: #666;
	color: #fff;
	padding: 5px 10px;
	border-radius: 3px;
}
	
	
.b2{
	float: right;
	width: 50%;
	text-align: right;
	margin-top: 5px;
}
	

.navigation{
	float: left; 
	width: 100%;	
	text-align: center;
}

.pad{
	padding: 5%;
}

.textarea{
	width: 90%;
}

.padtop{
	margin-top: 20px;	
}

.padtop2{
	margin-top: 50px;		
}

.navigation a.menu{
	width: 25%;
	display: block;
	float: left;
	height: 30px;
	color: #333;
	font-size: 1.2em;	
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: 'Roboto Slab', Georgia, serif;
	border-bottom: solid 4px transparent; 
}

.navigation a.menu:hover{
	
	border-bottom: solid 4px #333; 
}

.slider-wrapper{
	float: left;
	width:67%;
	height:auto; 
	
}

.base{
	width: 100%;
	background-color: #222;
	color: #eee;
}

.section{
	clear: both; 
	display: table;
	width: 100%;		
	margin-left:auto;
	margin-right:auto;
}

.row{
	display: table-row;	
	clear: both;	
	width: 100%;	
	padding: 0;
	margin: 0;	
}



.asaprent {
position: relative;
padding-bottom: 140%;  /* This is the aspect ratio*/
height: 0;
overflow: auto;
height: 5000px;
}

.asaprent iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
overflow-y: auto;
}

.col-2thirds-map{
	float: left;	
	width: 66%;
	height: 100%;
	margin: 0;
}

.col-quarter{
	display: table-cell;	
	width: 23%;
	height: 100%;
	margin: 0 ;
	padding: 1%;
}
.col-fquarter{
	display: table-cell;	
	width: 21%;
	height: 100%;
	margin: 0 0;
	padding: 0 2%;
}
.col-flogos{
	display: table-cell;
	width: 35%;
	height: 100%;
	margin: 0 1%;
}
.col-half{
	display: table-cell;
	width: 45%;
	height: 100%;
	margin: 0 2%;
}

.col-full{
	display: table-cell;	
	width: 95%;
	height: 100%;
	margin: 0 2%;
}
.col-half-tile{
	display: table-cell;	
	width: 50%;
	height: 100%;
	/* border: solid 2px #fff;	*/
	color: #fff;
	font-size: 0.9em;
	padding: 5px;
}
.col-half-tile h1{
   color: #fff;
}

.col-third{
	display: table-cell;	
	width: 29%;
	min-height: 100%	!important;
	padding: 4px 2% 0 2%;
	vertical-align: top;
}

.col-2thirds{
	display: table-cell;	
	width: 58%;
	min-height: 100%	!important;
	padding: 4px 2% 0 2%;
}

.col-big{
	display: table-cell;	
	width: 58%;
	min-height: 100%	!important;
	padding: 0 2% 15px 2%;
}

.col-third-extra{
	display: table-cell;	
	width: 29%;
	min-height: 290px;
	padding: 0 3% 15px 2%;
}

.col-third-short{
	display: table-cell;	
	width: 29%;
	min-height: 150px;
	padding: 0 2% 15px 2%;
}

.nopad{
	display: table-cell;	
	width: 33%;	
	padding: 0;
	line-height: 0.5em;
}

.nopad-extra{
	display: table-cell;	
	width: 34%;	
	padding: 0;
	line-height: 0.5em;
}

.col-third2{
	display: table-cell;
	width: 23%;
	height: 100%;
	margin: 0 2%;
	padding-left: 6%;
}

.col-third3{
	display: table-cell;
	width: 23%;
	height: 100%;
	margin: 15px 2%;
	padding-left: 6%;
}

.col-wide{
	display: table-cell;
	float: left;
	width: 98%;
	padding: 0 1%;
}

.col-fifth{
	display: table-cell;
	float: left;
	width: 20%;
	padding: 0;
	text-align: center;;
}

.google-maps {
position: relative;
padding-bottom: 75%;  /* This is the aspect ratio*/
height: 0;
overflow: hidden;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}

.thumbs img{
	margin: 2%;
}

.fill{
	width: 100%;
	height: auto;
}


.border-left2{
	border-left: solid 1px #ccc;
}

.tile{
	float: left;
	width: 20%;
	margin: 10px 3% 10px 2%;	
}

.icon{
	float: left;	
}

.clear{
	clear: both;
}

ul {
    list-style-type: square;
}

.boing{
	-webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
	transition:all 0.3s ease;	
}

.boing:hover{
	-webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
	transition:all 0.3s ease;
	opacity: 0.9;
}

a.book{	
	color: #e7e3d7;
	font-size: 2em;
	padding: 10px 50px;
	border: solid 1px #e7e3d7;
}

/*   background colour classes  */

.dark{
	background-color: #5a464a;
	color: #eee;
}

.darker{
	background-color: #49393c;
	color: #eee;
}

.grey{
	background-color: #eee;
	color: #222;
	padding-bottom: 20px;
}




.darktext{
	color: #222;
}


/*     buttons     */

.bigbtn img
{
  height: auto;
  text-align: center;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  transform: scale(0.8);
  opacity: 1;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
}

/* Line 206 */
.bigbtn img
{
  max-width: 98%;
  height: auto;
}

/* Line 197 */
.bigbtn img:hover, .bigbtn:active
{
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  opacity: 0.9;
  transform: rotate(45deg) scale(1);
}

.small-text{
	font-size: 0.9em;	
}


.bike-spec-links p{
	color: #999;
}

.bike-spec-links p a{
	color: #222;
}


/*     tables style   *************************************************************************** */

table.grid {
  overflow: hidden;
  padding: 0;
  border-spacing: 0;
  font-size: 0.8em;
}

table.grid tr.darkrow{ background-color: #222; color: #fff;}
table.grid tr.inforow{ background-color: #666; color: #fff;}

td:nth-child(1) { 
	width: 160px;
	min-width: 80px;
}

table.grid td:nth-child(3), table.grid td:nth-child(4), table.grid td:nth-child(5), table.grid td:nth-child(6), table.grid td:nth-child(7), td:nth-child(8), table.grid td:nth-child(9), table.grid td:nth-child(10), table.grid td:nth-child(11), table.grid td:nth-child(12) { 
width: 50px;
text-align: center;
}

table.grid td:nth-child(13) { 
	width: 150px;
	text-align: center;
}

table.grid td:nth-child(14) { 
	text-align: center;
	width: 50px;
}

table.grid tr:hover {
  background-color: #ddd;
}

table.grid td, th {
  position: relative;
}

table.grid td:hover::after,
table.grid th:hover::after {
  content: "";
  position: absolute;
  background-color: #eee;
  left: 0;
  top: -5000px;
  height: 10000px;
  width: 100%;
  z-index: -1;
}

table.grid td:nth-child(3):hover, table.grid td:nth-child(4):hover, table.grid td:nth-child(5):hover, table.grid td:nth-child(6):hover, table.grid td:nth-child(7):hover, table.grid td:nth-child(8):hover, table.grid td:nth-child(9):hover, table.grid td:nth-child(10):hover, table.grid td:nth-child(11):hover, table.grid td:nth-child(12):hover { 
background-color: #ccc;
}

.location-table{
	border-spacing: 20px;	
}



/*     footer style    */

.footer{	
	width: 100%;	
	overflow: hidden;	
	margin-right:1%;	
	font-size: 0.8em;
	padding: 10px 0;
	/* color: #eee;	*/
}

.footer a, .footer.f-col a{	
	color: #eee;
}

.footer a:hover, .footer.f-col a:hover{	
	color: #fff;
}
 
.footer h5{
	font-size: 1.3em;
	/* text-transform: uppercase; */
	font-weight: normal;
	margin: 5px 0;
}

.footer h6{
	font-size: 1em;
	text-transform: uppercase; 
	font-weight: normal;  
	margin:  2px 0;
}

.footer ul{	
	padding: 0 0 0 10px;
}

.footer ul li{
	list-style: square;
}
 
.footer ul li a{
	text-decoration: none;
} 

.footer ul li a:hover{
	text-decoration: underline;	
}

.copyright{
	border-top: solid 1px #eee;
	width: 100%;
	padding: 10px 0;
}

.border-left{
	border-left: solid 1px #eee;
}

p a.message{
	text-decoration: none;
	color: #eee;
	font-style: italic;
}	

p a.message:hover{	
	color: #fff;	
}



.rightalign{
	text-align: right;
}

.left{
	text-align: left;	
	display: inline-block;
	vertical-align: top;
}

.right{
	text-align: right;
	display: inline-block;
	vertical-align: top;
	margin-top: 20px;
}

a.developer{
	color: #669;
	font-size: 0.8em;
}

#top-btn{
	position: fixed;
	bottom: 5px;
	right: 10px;	
}

.input-label1{
	display: inline-block;
	text-align: right;
	padding-right: 10px;
	width: 210px;
}

.bookingcheckbox{
	display: inline;
}
/*   small device screens */ 

@media only screen and ( max-width: 640px )
{

.col-quarter, .col-fquarter, .flogos, .col-third, .col-2thirds, .col-half-tile, .col-third2, .col-third3, .b2, .navigation, .nopad, .col-2thirds-map {
	float: left;
	width: 98%;
	height: auto;
	margin: 5px 0;
	border: none;
	padding: 0 1%;
	min-height: 100px;
}

.special-offers, .slider-wrapper {
	float: left;
	width: 100%;
	height: auto;
	margin: 0;
	border: none;
	padding: 0;
}

.slider-wrapper{
	top: 0px;	
}

.hide-on-mobile{
	 display: none;
}

table {
		overflow-x: auto;
		display: block;
	}

.nopad img{
	width: 100%;
}

.center-mobile{
	text-align: center;
}
.center-mobile p{
	text-align: center;
}

h3{
	font-size: 1.1em;
	text-align: right;
}

.right h3{
	font-size: 0.8em;
	text-align: right;
}

.book-btn{
	font-size: 0.7em;
}


} /* end media 640*/

