@font-face {
	font-family: 'Chancery';
	src: url('/fonts/Apple Chancery.ttf');
}
@font-face {
	font-family: 'RobotoReg';
	src: url('/fonts/Roboto-Regular.ttf');
}
@font-face {
  font-family: 'Futura';
  src: url('/fonts/Futura.ttc');
}

html, body {
	height: 100%;
}
body {
  background-color:#f9eac9;
  color: #000000;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  font-family: RobotoReg,sans-serif;
  font-size: 20px;
}
a {
	color: blue;
}
h2 {
	color: inherit;
}
hr {
	border-top: 2px solid #c7c7c7;
}
.u130 {
	padding-top: 10px;
	padding-bottom: 25px;
}
@media (max-width:767px) {
	body {
    	font-size: 18px;
	}
	.u130 {
		padding-left: 0;
		padding-right: 0;
	}
}
.container {
	max-width: 1120px;
}
.vertainer {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -75px; /* bottom margin is neg of footer height */
	padding-bottom: 75px;
}
@media (min-width:768px) {
	.vertainer {
		padding-left: 20px;
		padding-right: 20px;
	}
}
.footainer {
	height: 75px;
}
img.mainlogo {
  position: absolute;
  height: auto;
  width: 20%;
  max-width: 200px;
  right: 0;
  top: -5px;
}
.mainhead {
  padding-top: 5px;
  width: 75%;
}
.mainhead > a > h1 {
  font-size: 72px;
  font-family: RobotoReg;
  color: cornflowerblue;
}
@media (max-width: 992px) {
  .mainhead > a > h1 {
	font-size: 57px;
  }
}
div.rt-logo a, div.navbar-header a {
	color: inherit;
}
.navbar {
	min-height: 65px;
	margin-top: 10px;
}
/* music stave menu (not xs) */
div.nav {
  color: black;
  width: 100%;
  padding: 20px 0 10px 0;
  vertical-align: text-top;
  position: relative;
}
.ledger {
	position: relative;
	width: 100%;
	border-right: 3px solid gray;
	border-left: 3px solid gray;
	max-width: 720px;
}
.ledger > hr {
	border-top: 1.5px solid silver;
	margin: 12px 0 0 0;
}
.ledger > hr:first-child {
	margin-top: 10px;
}
.trebleclef-blk {
  position: absolute;
  content: "";
  background: url(/images/treble-clef-blk.png) no-repeat center left;
  background-size: 35px;
  height: 100px;
  width: 100%;
  left: 5px;
  top: -22px;
}
.trebleclef-blu {
  position: absolute;
  content: "";
  background: url(/images/treble-clef-blu.png) no-repeat center left;
  background-size: 35px;
  height: 100px;
  width: 100%;
  left: 5px;
  top: -22px;
}

.mainmenu {
  position: absolute;
  top: 10px;
  left: 55px;
  width: 100%;
}
.mainmenu > a {
   color:black;
   text-shadow: 0 0 4px white;
   background-color: transparent;
   font-size: 20px;
   text-decoration: none;
   transform: rotate(-35deg);
   display: inline-block;
   width: 85px;
   text-align: center;
   vertical-align: middle;
   line-height: 1.7;
   border-radius: 50%;
}
.mainmenu > a.active:before {
  position: absolute;
  content: "";
  background: url(/images/quaver.png) no-repeat center left;
  background-size: 28px;
  height: 50px;
  width: 30px;
  top: 20px;
  left: 50px;
  transform: rotate(35deg);
}
a.active {
  background-color: rgb(107,160,255,0.8);
  text-decoration: underline;
}
a:hover {
  background-color: rgb(255,255,255,0.8);
}
/* end of music stave menu */

div.rt-contact {
	float: right;
	text-align: center;
	text-wrap-mode: nowrap;
	padding: 10px;
	font-size: 16px;
	width: 110px;
	border: solid 2px black;
}
div.rt-menu {
	width: 100%;
	text-align: center;
	margin-top: -40px;
}
ul.menutop {
	list-style: none outside none;
	padding-inline-start: 0;
	display: inline-block;
}
ul.menutop li {
	float: left;
	padding: 0 20px;
	font-family: RobotoMed;
	font-size: 23px;
}
ul.menutop li a {
	color: inherit;
}
li a.viewing {
	text-decoration: underline;
}
ul.menutop li a:hover,
ul.blogmenu li a:hover,
{
	color: #009350;
}
ul.menutop li a:active,
ul.blogmenu li a:active
{
	text-decoration: underline;	
	/*background: url("../images/drop_down_arrow.png") no-repeat scroll center bottom transparent;*/
}
img.navlogo {
	height: auto;
	width: 100%;
	max-width: 80px;
}
span.navlogo {
	font-size: 15px;
	color: greenyellow;
	position: relative;
	top: 26px;
	right: 0px;
	text-shadow: 0 0 4px black;
}
.navbar-toggle {
	position: absolute;
	right: -15px;
	top: -20px;
	width: 95px;
	line-height: 0.5;
}
.navbar-stripe {
	box-shadow: 0 0 10px 10px white;
	background-color: white;
}
.navbar-header h1 {
	position: absolute;
	top: -22px;
	left: 4%;
	width: 250px;
	text-align: center;
	font-family: RobotoReg;
	color: cornflowerblue;
	font-size: 33px;	
	padding-top: 2px;
}
@media(min-width: 485px) {
	.navbar-header h1 {
		font-size: 38px;
		padding-top: 20px;
		width: 370px;
		left: 40px;
		text-align: center;
	}
}
.navbar-collapse {
	background-color: whitesmoke;
	position: absolute;
	right: 60px;
	top: 50px;
	width: 180px;
	border-radius: 5px;
	z-index: 1;
}
.navbar-nav > li > a {
	font-family: RobotoReg;
	font-size: 18px;
    color: black;
	padding: 7px 20px;	
}

div#logo a {
	margin-left: -20px;
}
img.logo-sm {
	width: 75%;
	max-width: 350px;
}
img.logo-lg {
	width: 100%;
	max-width: 350px;
}
.hr {
    height: 2px;
    width: 100%;
	border-top: 3px solid #999999;
    margin-top: 20px;
}
img.widgets {
	margin: 20px 0 0 -1px;
}
div.pfindex1 {
	text-align: center;
	white-space: nowrap;
	padding-bottom: 5px;
	cursor: pointer; 
}
div.pfindex1>h5 {
	font-size: 25px;
	margin-top: 20px;
	font-family: "Times New Roman", serif;
}
div.pfindex2 img {
	aspect-ratio: 4/3;
	width: 100%;
}
div.tcdpnl {
	display: inline-block;
}
div.center {
	margin: 0 auto;
    width: 100%;
}
div.nfcpane, div.tcdpnt .p {
	font-size: 18px;
	color: black;
	margin-bottom: 15px;
	margin-left: 15px;
}
@media (min-width: 992px) {
	div.nfcpane, div.tcdpnt {
		max-width: 320px;
	}
}
div.nfc {
	text-align: center;	
	color: white;
	padding: 60px 0;
	margin: 0 auto;	
	margin-bottom: 20px;
}
div.nfc div {
	max-width: 250px;
	margin: 0 auto;	
}
@media (min-width: 992px) {
	div.nfc div {
		margin-top: 10px;
	}
}
@media (max-width: 767px) {
	div.nfc  {
		margin: 0 auto;
		padding: 50px 0;
		margin-bottom: 20px;
	}
}
div.altc h3:nth-child(odd) {
	color: black;
}
div.altc p:nth-child(odd) {
	color: black;
}
div.plainbg {
	border-radius: 5px;
	background-color: lightgrey;
	padding: 15px;
}
@media (max-width: 767px) {
	div.gallery  {
		margin: 0 auto;
	}
	div.slim-xs {
		padding-left: 5px;
		padding-right: 5px;
	}
}
a.gallery-view, a.btn {
	font-size: 16px;
	font-weight: bold;
}
h3.gallery {
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 0px;
}
div.gallery .nfccard {
	margin-bottom: 25px;
    height: 90px;
    overflow: hidden;
}
div.blogmenu {
	margin-top: 30px;
}
div.blogmenu h4 {
	font-family: RobotoReg;
	font-size: 20px;
}
ul.blogmenu li {
	height: 34px;
}
ul.blogmenu li a {
	font-size: 18px;
	color: black;
}
.cmslnk {
	display: inline-block;
	margin-top: 8px;
	margin-left: 5px;
}
.cmsbtn {
	display: inline-block;
	font-family: tahoma, sans-serif;
	font-size: 14px !important;
	width: 75px;
	text-align: center;
	padding: 5px 7px;
	margin: 3px 0;
	background-color: #c6c6c6;
	color: black;
	border-top: 0.5px solid whitesmoke;
	border-left: 0.5px solid whitesmoke;
	border-bottom: 0.5px solid black;
	border-right: 0.5px solid black;
	border-radius: 4px;
	cursor: pointer;
}
.cmsbtn:hover {
	background-color: #a6a6a6;
	text-decoration: none;
}
.cmsbtn:not(.drop):hover {
	color: white;
}

@media (max-width: 767px) {
	div.client  {
		margin: 10px auto 5px auto;
	}
}
div.clients p, div.gallery p {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	color: black;
	margin-bottom: 10px;
}
div.footainer .row {
	padding: 15px 0;
	font-family: RobotoReg;
	font-size: 17px;
	color: gray;
	line-height: 27px;
}
div.footainer .row .footer:nth-child(1) {
	text-align: left;
}
div.footainer .row .footer:nth-child(2) {
	text-align: center;
}
div.footainer .row .footer:nth-child(3) {
	text-align: right;
}
div.footainer a {
	font-size: 15px;
}
div.pnlindex h5 {
	font-size: 15px;
}
li.mp3 { list-style-type: disc; cursor: pointer;}
li.mp3v { list-style-type: circle; cursor: pointer;}
li.pdf { list-style-type: square; cursor: pointer;}
li.vid { list-style-type: disc; cursor: pointer;}
li.vidv { list-style-type: circle; cursor: pointer;}
ul.mp3files, ul.editor {
	padding-top:10px;
	padding-bottom: 15px;
}
/*
ul.mp3files > li { list-style-type: circle; }
ul.mp3files > li.vocal { list-style-type: disc; }
*/
div.accheading {
	background-color: #8db0eb; /* slightly paler than cornflowerblue */
	padding: 10px 15px;
	border-radius: 5px;
}
.accheading > a {
	line-height: 1.6;
	vertical-align: bottom;
	color: black;
}
.accheading > a:hover {
	color: blanchedalmond;
	background-color: transparent;
	text-decoration: none;
}
.accheading a:before {
   font-family: 'Glyphicons Halflings';
   content: "\e113";
   float: right;
   transition: all 0.5s;
}
.accheading a.collapsed:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
} 
div.accpanel {
	margin-bottom: 10px;
	background-color: #c0c0c040;
	border-radius: 5px;
}
div.accpanel > div:nth-child(2) {
	padding: 5px;
}
div.accpanel ul {
	padding-inline-start: 20px;
}
span.schedule:after {
	font-family: 'Glyphicons Halflings';
	content: "\e109";
	padding-right: 7px;
	line-height: 1.8;
	vertical-align: bottom;
}
span.education:after {
	font-family: 'Glyphicons Halflings';
	content: "\e233";
	padding-right: 7px;
	line-height: 1.8;
	vertical-align: bottom;
}
span.tracks:after {
	font-family: 'Glyphicons Halflings';
	content: "\e201";
	padding-right: 7px;
	line-height: 1.8;
	vertical-align: bottom;
}
span.playlist:after {
	font-family: 'Glyphicons Halflings';
	content: "\e158";
	padding-right: 7px;
	line-height: 1.8;
	vertical-align: bottom;
}
span.editor:after {
	font-family: 'Glyphicons Halflings';
	content: "\e136";
	padding-right: 7px;
	line-height: 1.8;
	vertical-align: bottom;
}
button.orderup, button.orderdown {
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-size: 20px;
	color: white;
	background-color: #060769;
	border: solid 1.5px #060769;
	padding: 0;
	border-radius: 50%;
	line-height: 1.0;
	margin-right: 3px;
}
button.orderup:after {
	content: "\e133";
	cursor: pointer;
}
button.orderdown:after {
	content: "\e134";
	cursor: pointer;
}
button.orderup:hover, button.orderdown:hover {
	color: #aaa;
}
ul.playlist {
	margin-top: 10px;
	padding-left: 2px;
	list-style-type: none;
}
span.tracktitle {
	padding-left: 5px;
}
.bucket {
	display: inline-block;
	position: relative;
	padding-right: 8px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	margin-right: 5px;
}
.bucket input[type="checkbox"] {
	opacity: 0;
}
/* On mouse-over, add a grey background color */
.bucket:hover input ~ .checkmark {
	background-color: #aaa;
}
/* Create the indicator - hidden when not checked */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
/* Show the indicator (dot/circle) when checked */
.bucket input:checked ~ .checkmark:after {
	display: block;
}
/* Create custom checkbox */
.checkmark {
	position: absolute;
	top: 1px;
	left: 0;
	height: 23px;
	width: 23px;
	background-color: white;
	border: solid 1.5px #060769;
	border-radius: 50%;
}
/* Style the radiomark/indicator */
.bucket .checkmark:after {
	left: 7px;
	top: 3px;
	width: 6px;
	height: 12px;
	border: solid #060769;
	border-width: 0 2.5px 2.5px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

input[type="text"] {
	font-size: 20px;
	padding: 1px 5px;
	cursor: text;
	border: 1px solid #aaa;
	border-radius: 5px;	
}
select.smldropdown {
	font-size: 18px;
	cursor: pointer;
	border: 1px solid #aaa;
	border-radius: 5px;
	padding: 3px 33px 3px 10px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
}
div.mot-panel {
	white-space: pre-wrap;
	border: 2px solid grey;
	padding: 1px 6px;
}
div.mot-panel::before {
	content: "Every vehicle sold is serviced with a new MoT at the time of sale, thus giving it a double examination by the team for the customer's complete peace of mind.\A";
	/* content: "Every vehicle is sold with 12 months MoT.\ARegardless of current status the vehicle will be thoroughly examined by our qualified inspector and any faults rectified before receiving a 12 month MoT certification.\A" */
}
div.mot-panel::first-line {
	font-weight: bold;
}
div.mot-panel a {
	font-weight: bold;
}