body {
	height: auto;
	background-color: #FFFFFF;
	width: auto;
	text-align: center;
	font-family:  Arial, Verdana, Georgia;
	background-image: url(../images/southcombebackground-high.png);
	background-repeat: repeat-x;
	margin:0;
	padding:0;
}

.bluelink:link {
	font-weight: normal;
	color: #336699;
	text-decoration: none;
}
.bluelink:visited {font-weight: normal;color: #336699;text-decoration: none;}
.bluelink:hover {
	font-weight: normal;
	color: #336699;
	text-decoration: underline;
    
  /* MARGIN PADDING */  
    
    .mt30 {margin-top: 30px}
    
      /* Colours */  
    
    
    .bblue {background-color: #005ea5;}
    .bgreen {background-color: #005ea5;}
}
#wrap {
	height: auto;
	width: 900px;
	margin: 0 auto;
	text-align: left;	}
	
/* Round Corners */
.round-corners {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: border-radius;
  transition-property: border-radius;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.round-corners:hover, .round-corners:focus, .round-corners:active {
  border-radius: 1em;
}


/* Round Corners */
.round-cornersbig {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: border-radius;
  transition-property: border-radius;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.round-cornersbig:hover, .round-corners:focus, .round-corners:active {
  border-radius: 3em;
}

.motchecker {    
    text-align: center;
    padding: 10px 30px;
    margin-left: 10px;
    color: #fff;
    border-radius: 6px; 
    font-size: 22px;
background-color: #005ea5;
}
.motchecker:link {  color: #fff; text-decoration: none;}


.bookservice {    
    text-align: center;
    padding: 10px 30px;
    margin-left: -10px;
    color: #fff;
    border-radius: 6px; 
    font-size: 16px;
background-color: #005ea5;
}
.bookservice:link {  color: #fff; text-decoration: none;}

/*  Icons   */

.fa-home {font-size: 24px;}

.mt30 {margin-top: 30px}


.border5 {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }

/* Wobble Horizontal */
@-webkit-keyframes wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.wobble-horizontal {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.wobble-horizontal:hover, .wobble-horizontal:focus, .wobble-horizontal:active {
  -webkit-animation-name: wobble-horizontal;
  animation-name: wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  color: #6D6E70;
  text-decoration: none;
}




#header {
	float: left;
	height: 105px;
	width: 900px;
	
}
#headright{
	float: right;
	height: 120px;
	width: 420px;
	text-align: right;
	margin-top: 45px;
}
#number{
	float: right;
	height: auto;
	width: 420px;
	color: #E09539;
	text-align: right;
	font-size: 25px;
}
#address{
	float: right;
	height: auto;
	width: 420px;
	text-align: right;
	color: #939393;
	font-size: 12px;
}

#message {
    padding:8px;
    margin-top:10px;
  margin-left:10px;
	float: left;
	height: auto;
	width: 175px;
	text-align: left;
	color: white;
	font-size: 12px;
    background-color: red;
}

#logo-SG {
	float: left;
	height: 88px;
	width: 275px;
	margin-top: 8px;		
}

#midsection {
	float: left;
	height: auto;
	width: 900px;
	
}
#midsectionindex {
	float: left;
	height: auto;
	width: 900px;
	
}
	#content {
	
	float: left;
	height: auto;
	width: 860px;
	margin-top: 25px;
	margin-left: 20px;
}

#leftboxes {
	float: left;
	height: 404px;
	width: 425px;
	}
	
#leftstage {
	float: left;
	height: 404px;
	width: 645px;
	font-size: 12px;
	color: #666666;	
	
	}	

#pagedetails{
	float: left;
	height: 404px;
	width: 605px;
	margin-top: 0px;
	margin-left: 20px;
	background-color: #FFFFFF;
	border: thin solid #FF9933;		
	}	
	
#leftpanel {
	float: left;
	height: 404px;
	width: 300px;
	margin-top: 0px;
	margin-left: 20px;
	background-color: #FFFFFF;
	

	}	
	
	#leftpanelwide {
	float: left;
	height: 404px;
	width: 435px;
	margin-top: 0px;
	margin-left: 20px;
border: thin solid #ccc;

	}
#bookmotpanel  {display:block; width: 560px; float: left;height: 320px;}
#text {
	float: left;
	height: 345px;
	width: 270px;
	margin-top: 10px;
	margin-left: 20px;
	overflow-y: auto;
	

	}
	
	#textMOT {
	float: left;
	height: auto;
	width: 270px;
	margin-top: 10px;
	margin-left: 20px;
        font-size: 15px;
	
}

#textService {
	float: left;
	height: auto;
	width: 270px;
	margin-top: 10px;
	margin-left: 20px;
	
}


	
	#textwide {
	float: left;
	height: 350px;
	width: 540px;
	margin-top: 10px;
	margin-left: 20px;
	overflow-y: auto;
	}
	
#textlink {
	float: left;
	height: 102px;
	width: 210px;
	margin-top: 10px;
	margin-left: 20px;
	

	}	
#textlinkUp {
	float: left;
	height: 50px;
	width: 225px;
	margin-top: 33px;
	margin-left: 20px;
	overflow-y: auto;
	background-color: #E09539;

	}	
	
	
#text2 {
	float: left;
	height: 326px;
	width: 165px;
	margin-top: 20px;
	margin-left: 0px;
	overflow-y: auto;
	

	}	
	#text2 ul  {list-style-type: none;
	}	
	
	#text2 ul li a:link {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;

}
#text2 ul li a:visited {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}
#text2 ul li a:hover {
	color: #999999;
	text-decoration: underline;
	
}
	
#rightpanel {
	float: left;
	height: 404px;
	width: 300px;
	margin-top: 0px;
	margin-left: 15px;
	
	
	}	
	
	#rightpanelnarrow {
	float: left;
	height: 404px;
	width: 165px;
	margin-top: 0px;
	margin-left: 15px;
	color: #FFFFFF;
	
	background-color: #858586;
	
	}	
	
#title{
	float: left;
	height: 38px;
	width: 585px;
	background-color: #666;
		font-family: "Microsoft Yi Baiti", "Quicksand Light Regular", Arial;
	font-size: 28px;
	color: #fff;
	padding-top: 3px;
	padding-left: 20px;
			
	}
	
	#titlecontact{
	float: left;
	height: 38px;
	width: 585px;
	background-color: #666;
		font-family: "Microsoft Yi Baiti", "Quicksand Light Regular", Arial;
	font-size: 28px;
	color: #fff;
	padding-top: 3px;
	padding-left: 20px;}

	#titlebooking{
	float: left;
	height: 38px;
	width: 585px;
	background-color: #666;
		font-family: "Microsoft Yi Baiti", "Quicksand Light Regular", Arial;
	font-size: 28px;
	color: #fff;
	padding-top: 3px;
	padding-left: 20px;}

#title-narrow{
	float: left;
	height: 38px;
	width: 280px;
	background-color: #666;
		font-family: "Microsoft Yi Baiti", "Quicksand Light Regular", Arial;
	font-size: 28px;
	color: #fff;
	padding-top: 3px;
	padding-left: 20px;
			
	}	
	
	#title-rightnarrow{
	float: left;
	height: 30px;
	width: 139px;
	background-color: #858586;
		font-family: "Microsoft Yi Baiti", "Quicksand Light Regular", Arial;
	font-size: 20px;
	color: #fff;
	padding-top: 10px;
	padding-left: 26px;
			
	}
	
#rightboxes {
	float: left;
	height: 404px;
	width: 430px;
	}
	
#rightmenu{
	float: left;
	height: 404px;
	width: 215px;
	}

#box1 {
	float: left;
	height: 199px;
	width: 425px;

	}
.button1 {
	height: 199px;
	width: 425px;
	cursor: pointer;
	text-decoration: none;
	color: #666666;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background-color: #7F6A2E;
	background-image: url(../images/vehicles-back3.jpg);
	background-size: 100%;
}
.button11 {
	height: 199px;
	width: 425px;
	cursor: pointer;
	text-decoration: none;
	color: #666666;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background-color: #7F6A2E;
	background-image: url(../images/ServiceandRepair2.jpg);
	background-size: 100%;
}	
	
#box2 {
	float: left;
	height: 199px;
	width: 210px;
	margin-top: 6px;
	}
	
.button2 {
	height: 199px;
	width: 210px;
	cursor: pointer;
	text-decoration: none;
	color: #666666;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background-color: #D18530;
	background-image: url(../images/location.jpg);
	background-size: 100%;
}	
	
#box3 {
	float: left;
	height: 199px;
	width: 209px;
	margin-top: 6px;
	margin-left: 6px;

	}
	
.button3 {
	height: 199px;
	width: 209px;
	cursor: pointer;
	text-decoration: none;
	color: #666666;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background-color: #4F4F51;
	background-image: url(../images/finance.jpg);
	background-size: 100%;
}	
.button31 {
	height: 199px;
	width: 209px;
	cursor: pointer;
	text-decoration: none;
	color: #666666;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background-color: #4F4F51;
	background-image: url(../images/offers2.png);
	background-size: 100%;
}	


#box4 {
	float: left;
	height: 199px;
	width: 214px;
	margin-left: 6px;

	}
.button4 {
	height: 199px;
	width: 214px;
	cursor: pointer;
	text-decoration: none;
	color: #666666;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background-color: #D18530;
	background-image: url(../images/partX.jpg);
	background-size: 100%;
}	
.button41 {
	height: 199px;
	width: 214px;
	cursor: pointer;
	text-decoration: none;
	color: #666666;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background-color: #D18530;
	background-image: url(../images/tyres.jpg);
	background-size: 100%;
}
	
#box5 {
	float: left;
	height: 97px;
	width: 99px;
	margin-left: 6px;

	}
	
.button5 {
	height: 97px;
	width: 99px;
	cursor: pointer;
	text-decoration: none;
	color: #666666;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background-color: #666666;

}	
#box5 img {
margin-top: 22px;
margin-left: 9px;
}
	
#box6 {
	float: left;
	height: 97px;
	width: 99px;
	margin-left: 6px;


	}
	
.button6 {
	height: 97px;
	width: 99px;
	cursor: pointer;
	text-decoration: none;
	color: #666666;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background-color: #CD7B29;
}	

#box6 img {
margin-top: 28px;
margin-left: 30px;
}


#box7 {
	float: left;
	height: 96px;
	width: 99px;
	margin-left: 6px;
	margin-top: 6px;
	}
	
.button7 {
	height: 96px;
	width: 99px;
	cursor: pointer;
	text-decoration: none;
	color: #666666;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background-color: #D58D36;
}	
#box7 img {
margin-top: 8px;
margin-left: 16px;
}


#box70 {
	float: left;
	height: 70px;
	width: 70px;
	margin-left: 6px;
	margin-top: 10px;
	}
	
.button70 {
	height: 70px;
	width: 70px;
	cursor: pointer;
	text-decoration: none;
	color: #666666;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background-color: #D58D36;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}	
#box70 img {
margin-top: 1px;
margin-left: 6px;
}

	
#box8 {
	float: left;
	height: 96px;
	width: 99px;
	margin-left: 6px;
	margin-top: 6px;
	}
	
.button8 {
	height: 96px;
	width: 99px;
	cursor: pointer;
	text-decoration: none;
	color: #666666;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background-color: #858586;
	
}
#box8 img {
margin-top: 8px;
margin-left: 12px;
}

#box80 {
	float: left;
	height: 70px;
	width: 70px;
	margin-left: 6px;
	margin-top: 6px;
	}
	
.button80 {
	height: 70px;
	width: 70px;
	cursor: pointer;
	text-decoration: none;
	color: #666666;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background-color: #858586;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
#box80 img {
margin-top: 4px;
margin-left: 6px;
}

#boxlink {
	float: left;
	height: 20px;
	width: 80px;
	margin-top: 92px;
	}
	
	#boxlink2 {
	float: left;
	height: 20px;
	width: 80px;
	margin-top: 95px;
	}

#box9 {
	float: left;
	height: 199px;
	width: 214px;
	margin-top: 6px;
	margin-left: 6px;
	}
	
.button9 {
	height: 199px;
	width: 214px;
	cursor: pointer;
	text-decoration: none;
	color: #666666;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background-color: #D18530;
		background-image: url(../images/Warranty.jpg);
		background-size: 100%;
}	
.button91 {
	height: 199px;
	width: 214px;
	cursor: pointer;
	text-decoration: none;
	color: #666666;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background-color: #D18530;
		background-image: url(../images/CCars2.jpg);
		background-size: 100%;
}
	
#box10 {
	float: left;
	height: 199px;
	width: 204px;
	margin-top: 6px;
	margin-left: 6px;
	text-decoration: none;
	color: #666666;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background-color: #67686A;
	font-weight:light;
	}
	
.button10 {
	height: 199px;
	width: 204px;	
	cursor: pointer;
	text-decoration: none;
	color: #666666;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background-color: #67686A;
	
}	



#boxhome {
	float: left;
	height: 97px;
	width: 99px;
	margin-left: 6px;


	}
	
.buttonhome {
	height: 97px;
	width: 99px;
	cursor: pointer;
	text-decoration: none;
    text-align: center;
	color: #fff;
    font-size: 18px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background-color: #CD7B29;
}	

#boxhome i {
margin-top: 20px;
margin-bottom: 5px;
    font-size: 28px;
}


#box51 {
	float: left;
	height: 96px;
	width: 99px;
	margin-left: 6px;
	margin-top: 6px;
	}
	
.button51 {
	height: 96px;
	width: 99px;
	cursor: pointer;
	text-decoration: none;
	color: #666666;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background-color: #D58D36;
}	
#box51 img {
margin-top: 28px;
margin-left: 30px;
}


#box52{
	float: left;
	height: 96px;
	width: 99px;
	margin-left: 6px;
	margin-top: 6px;
	}
	
.button52 {
	height: 96px;
	width: 99px;
	cursor: pointer;
	text-decoration: none;
	color: #666666;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background-color: #858586;
}
#box52 img {
margin-top: 28px;
margin-left: 30px;
}


#opening {
	float: left;
	height: 36px;
	width: 180px;
	margin-top: 10px;
	margin-left: 10px;

	}	
#table {
	float: left;
	height: 120px;
	width: 160px;
	margin-top: 20px;
	margin-left: 20px;

	}


#footer{
	float: left;
	height: 70px;
	width: 856px;
	margin-left: 22px;
	margin-top: 15px;
	background-color: #E09539;
}


#footerfirst
{
	float: left;
	height: 30px;
	width: 400px;
	margin-top: 10px;
	margin-left: 38px;
	
}

#footersecond
{
	float: left;
	height: 30px;
	width: 400px;
	margin-top: 10px;
	
}

h3 {
	font-size: 14px;
	font-weight: bold;
	position: relative;
	bottom: 45px;
	left:	50px;
}

.link {
	height: 30px;
	text-decoration: none;
	color: #fff;
	float: left;
	font-size:14px;
	font-weight: bold;
	}
.link1{width: 130px;	}
.link2{width: 135px;	}
.link3{width: 130px;	}
.link4{margin-left:15px;width: 130px;	}
.link5{width: 120px;	}
.link6{width: 130px;	}





#footerbox {
	margin-top: 80px;
	float: left;
	height: 20px;
	width: 900px;
	font-size: 9px;
	color: #CCCCCC;
	text-align: center;
	vertical-align: text-bottom;	
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}




@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}


.animated-delay {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


@-webkit-keyframes fadeInUp-delay {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  
  50% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp-delay {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  
    50% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp-delay {
  -webkit-animation-name: fadeInUp-delay;
  animation-name: fadeInUp-delay;
}


.stretch {
    width:100%;
    height:100%;
}

#contact-page{
	float: left;
	height: 404px;
	width: 605px;
	margin-top: 0px;
	margin-left: 20px;
	background-color: #FFFFFF;
	border: thin solid #FF9933;
	font-size: 12px;
	color: #666666;
	}

#contactleftformtop {text-align: right;float: left;height: 10px;width: 110px;margin-left: 25px;margin-top: 15px;}
#contactrighttop {text-align: left;float: left;height: 10px;width: 360px;margin-left: 20px;margin-top: 15px;}


#contactleftform {text-align: right;float: left;height: 25px;width: 110px;margin-left: 25px;margin-top: 9px;}
#contactright {text-align: left;float: left;height: 25px;width: 360px;margin-left: 20px;margin-top: 9px;}
#contactrightblock {text-align: left;float: left;height: 125px;width: 320px;margin-left: 20px;margin-top: 9px;}

#contactrightsubmit {text-align: left;float: left;height: 25px;width: 100px;margin-left: 20px;margin-top: 9px;}
#contactrighttel {text-align: left;float: right;height: 25px;width: 350px;margin-top: 0px;font-weight: bold;}


#booking-page{
	float: left;
	height: auto;
    padding-bottom: 30px;
	width: 605px;
	margin-top: 0px;
	margin-left: 20px;
	
	border: thin solid #FF9933;
	font-size: 12px;
	color: #666666;
	}

#linklinetop {
	float: right;
	height: 55px;
	width: 204px;
	margin-top:20px;
	background-color: #E09539;}

#linkline {
	float: right;
	height: 55px;
	width: 204px;
	margin-top:6px;
	background-color: #E09539;}

.linkline {
	height: 30px;
	text-decoration: none;
	color: #fff;
	float: left;
	font-size:14px;
	font-weight: bold;
	margin-left:25px; margin-top:5px;width: 150px;}

.link0 a#link0,
.link1 a#link1,
.link2 a#link2,
.link3 a#link3,
.link4 a#link4,
.link5 a#link5

{color: #000000;}


#contactleftformans {text-align: right;float: left;height: 25px;width: 150px;margin-left: 25px;margin-top: 100px;}
#contactrightans {text-align: left;float: left;height: 25px;width: 320px;margin-left: 20px;margin-top: 100px;}



/* RIBBON BANNER*/
.ribbon {
  width: 250px;
  height: 250px;
  overflow: hidden;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  
}
.ribbon span {
  position: absolute;
  display: block;
  width: 350px;
  padding: 15px 0;
  background-color: #FFFF00;
    opacity: 0.8;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff #000;
  font: 700 12px/1 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
} 

/* top left*/
.ribbon-top-left {
  top: -20px;
  left: -20px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left::before {
  top: 0;
  right: 0;
}
.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}
.ribbon-top-left span {
  right: -20px;
  top: 25px;
  transform: rotate(-45deg);
} 



#servicetable { border: 4px solid #D58D36; border-radius: 1em;}
#servicetable table {padding: 0; margin: 0;margin-left: 10px;}
#servicetable thead {font-size: 1.4em; margin-left: 20px; margin-bottom: 20px; margin-top: 5px;}
#servicetable thead tr{ }
#servicetable th{  padding:15px;}
#servicetable td{  padding-left:15px; text-align: left; }

#service-page {
	float: left;
	height: auto;
    padding: 10px;
	width: auto;
	margin-top: 30px;
	margin-left: 20px;
	font-size: 12px;
	color: #666666;
	}
.far {font-size: 1.4em; }
.rowtitle {font-size: 1.2em;font-weight: bold;padding-top: 15px; padding-bottom: 15px;}
.greentick {color:forestgreen}

.bookingtext {width: 84%; margin-left: 8%; font-size: 1.4em; color: #666666; margin-top: 60px; }




#box3 img {
    height: 199px;
	width: 209px;
	
  position:absolute;
  left:0;
  -webkit-transition: opacity 3s ease-in-out;
  -moz-transition: opacity 3s ease-in-out;
  -o-transition: opacity 3s ease-in-out;
  transition: opacity 3s ease-in-out;
}

 @keyframes cf3FadeInOut {
  0% {
  opacity:1;
      
}
45% {
opacity:1;
}
55% {
opacity:0;
}
100% {
opacity:0;
}
}






#box3 img.top {
animation-name: cf3FadeInOut;
animation-timing-function: ease-in-out;
animation-iteration-count: 8;
animation-duration: 4s;
animation-direction: alternate;
}

#box3 img.top:hover {
  border-radius: 3em;
}

#box3 img.bottom:hover {
  border-radius: 3em;
}

.offerprice {font-size:1.3em; font-weight: bold;}














#footermob {display:none;}
#headermob {display:none;}
#logo-mob {display:none;}
#number-mob {display:none;}
#midsection-mob {display:none;}
#leftpanelwidemob {display:none;}

#bookmotpanelmob  {display:none; }
#formmob  {display:none; }
#motmob  {display:none; }
#main-nav{display:none;}


/* Smartphones (portrait and landscape) --------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) { 

#header {display:none;}
.nomob {display:none;}
#midsectionindex {display:none;}
#logo-SG {display:none;}
#headright {display:none;}
#number {display:none;}
#address {display:none;}
#link {display:none;}
#footer{display:none;}
#footerbox {display:none;}
#footerfirst {display:none;}
#footersecond {display:none;}
#rightmenu {display:none;}
#leftpanelwide {display:none;}
#rightpanelnarrow {display:none;}
#bookmotpanel  {display:none; }
#formnormal  {display:none; }
#mot  {display:none; }
#motmob  {display:block; }

body {background-color: #FFFFFF; width: 100%; background-image: none;  margin: 0 ;}
#wrap {  height: auto; width: 100%; margin: 0 0; text-align: left; float: right;transition: width 0.6s ease;z-index: 1;}


     #titlebooking {width: 320px; }
    
 #booking-page{
	float: left;
	height: auto;
    padding-bottom: 30px;
	width: 320px;
	margin-top: 0px;
	margin-left: 0px;
	
	border: none;
	font-size: 12px;
	color: #666666;
	}

#headermob {display:block; float:left; width :100%; height:auto;}
#logo-mob {display:block; float:left;width :100%; height:auto; }
#logo-mobL img{display:block; float:left;width :auto; height:auto; }
#logo-mobR img{display:block; float:right;width :auto; height:auto; }
#logoline-mob {display:block; float:left;width :100%; height:3px; background-color: #ccc;margin-top:5px; margin-bottom:5px;}
#numberholder-mob {display:block; float:left;width :100%; height:auto; margin-top:2px; margin-bottom:2px;}
#number-mob {display:block; float:right;width :auto; height:auto; margin-right:4%; color:#D58D37; }
.phone a:link {font-size:24px; font-weight:bold; color:#D58D37; text-decoration: none;}


#midsection {width: 100%;}
#content {width: 100%; margin-left:5px}
#midsection-mob {display:block;float:left; width :100%; height:auto; padding-top:20px; padding-bottom:20px; background-image: url(../images/cartitle2.jpg);}

#leftstage{float:left; width :90%; height: auto; margin-bottom:20px; margin-left:5%;  }
#leftpanel { height: auto; border:none; margin-left:0px;}
#rightpanel {float:left; width :100%; margin-top: 20px; margin-left:10px;}
#rightpanel img {float:left; width :280px;  }
#textwide {width: 280px; height:auto; font-size:16px;}
#textwide img {width: 280px;}
#pagedetails{width: 310px; height:auto; border:none;}
#title {width: 290px;}
#titlecontact {width: 300px;}
#text { font-size:16px; height:auto;}
#textMOT { font-size:16px;  height:auto;}
#textService { font-size:16px; height:auto;}
#leftpanelwidemob {display:block;
	float: left;
	height: 404px;
	width: 320px;
	margin-top: 0px;
	margin-left: 20px;
border: thin solid #ccc;}
#bookmotpanelmob  {display:block; width: 320px; float: left;height: 500px;}
#contact-page{ width: 320px; height: auto; padding-bottom:20px; margin-left: 0px; border: none; }

#openingtable {display:block;float:right; width :200px; height:150px;  margin-left:30px; color:#fff}
#formmob  {display:block; }
#contactleftformmob {text-align: left;float: left;height: 10px;width: 110px;margin-left: 25px;margin-top: 15px;}
#contactrighttelmob {text-align: left;float: left;height: 25px;width: 280px;margin-top: 0px;font-weight: bold; margin-left:30px; margin-top:10px;}


#footermob {display:block;float: left; width: 100%; height: auto; margin-top:30px; margin-left:4px;
}
#footlinkholder {display:block;float: left; width: 100%; height: auto; margin:auto;}
#boxes {display:block;float:left;height: 58px;width: 23%;margin-left:8px;margin-bottom:8px;padding:40px 15px 15px 8px;text-align:center;  }
#boxes-double {display:block;float:left;height: 68px;width: 23%;margin-left:8px;margin-bottom:8px;padding:30px 15px 15px 8px;text-align:center;  }

.orange {background-color: #D58D37;}
.red {background-color: #cc0000;}
.grey {background-color: #bbb;}
.darkgrey {background-color: #858586;}


#boxes a:link {text-align:center; color: #fff;text-decoration:none; font-size:20px; font-weight:light; }
#boxes-double a:link {text-align:center; color: #fff;text-decoration:none; font-size:20px; font-weight:100; }

#footerbox {display:block;float: left; width: 100%; height: auto; margin-top:30px; margin-left:4px;text-align:center; color:#999;
}

.navigation {
  
  /* Collapsed */
  width: 0; 

  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
 
}

.navigation {
  transition: width 0.6s ease;
}
#main-nav:target {
	display:block;
	z-index: 5;
  width: 60%; 
  
}

#main-nav:target + #wrap {
  width: 100%;
}

#main-nav a {
	display: block;
	background-color: #D58D37;
	color: white;
	padding: 9px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	  text-decoration:none;
	  text-align:center;
	 }
	
	#main-nav a:hover {
   background: #777;
   color: white;
   text-decoration:none; }
	
	#main-nav .slideTitle a {
	display: block;
	border-bottom: 1px solid #FF9900;
	color: white;
	height:30px;
	padding:2px;
	background-color: #D58D37;
}
	
	.slide {float:right;padding-top:8px;padding-right:8px;}
	
	.slideL {float:left;padding:2px;}
#hamburger {position: fixed;right: 0;left: 0;z-index: 4; }

    .ribbon {margin-top: 145px;}
    
    
 #service-page {
    padding: 0;
	margin: 0;

	font-size: 16px;
	}
    
    
    

#servicetable table {padding: 0; margin: 0;max-width: 90%; font-size: 10px;}
#servicetable thead {font-size: 1.1em; margin-left: 0; margin-bottom: 20px; margin-top: 5px;}

#servicetable th{  padding-top:15px; padding-bottom:15px;padding-left: 5px; padding-right: 0;}
#servicetable td{  padding-left:5px; text-align: left; font-size: 11px;}


	
 .bookservice {    
    text-align: center;
    padding: 6px 10px;
    margin-left: 0;
    color: #fff;
    border-radius: 6px; 
    font-size: 12px;
background-color: #005ea5;
}    
    
   
    
    
    
    
    
    
    
    
    
    

@media all and (orientation:landscape) { 

#boxes { width:100px;} 
#boxes-double { width:100px;}
#leftstage{float:left; width :100%  }
	#rightpanel {float:left; width :320px; margin-top: 0px;}
#leftpanelwide {display:block; width: 435px; float: left;height: 404px;margin-top: 0px;margin-left: 20px;border: thin solid #ccc;}
#bookmotpanel  {display:block; width: 560px; float: left;height: 320px;}
#rightpanelnarrow {display:block;}
#contact-page{ width: 605px; height: 404px;  padding-bottom:0px; }



#leftpanelwidemob {display:none;}	
#bookmotpanelmob {display:none;}

	#textwide {width: 540px;height:auto;}
	#textwide img {width: 540px; }
	#pagedetails{width: 605px;}
	#title {width: 585px;}
	
#motmob  {display:none; }
#mot  {display:block; }	


#rightpanel {width :40%; }
#rightpanel img {width :230px;margin-left:10px  }
    

 
    
}


}
