@font-face {
	font-family: 'Bodoni';
	src: url('/css/bodoni-moda-latin-500-normal.ttf');
}
@font-face {
	font-family: 'Times New Roman';
	src: url('/css/Times New Roman.ttf');
}
@font-face {
	font-family: 'RobotoLight';
	src: url('/css/Roboto-Light.ttf');
}
@font-face {
	font-family: 'RobotoMed';
	src: url('/css/Roboto-Medium.ttf');
}

html, body {
	height: 100%;
}
body {
	font-family: 'RobotoLight', sans-serif;
	color: black;
	background-color: white;  /* linen */
}
a {
	color: #34b3d1;
}
h2 {
	/* color: #33a02d; */
	color: #1b50a1;
}
hr {
	border-top: 2px solid #c7c7c7;
}
.u130 {
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 25px;
}
@media (max-width:767px) {
	.u130 {
		padding-left: 0;
		padding-right: 0;
	}
}
.container {
	max-width: 1120px;
}
.vertainer {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -225px; /* bottom margin is neg of footer height */
	padding-bottom: 225px;
}
.footainer {
	height: 225px;
}
#rt-top {
	margin-top: 30px;
	margin-bottom: 10px;
	}
#rt-top .container {
	vertical-align: top;
}
#rt-top .navbar-brand {
	height: 100px;
}
div.rt-logo img {
	/* width: 50%; */
	max-width: 300px;
}
div.rt-menu {
	float: right;
	font-family: RobotoLight;
	font-size: 16px;
}
div.rt-contact {
	float: right;
	text-align: center;
	text-wrap-mode: nowrap;
	padding: 10px;
	font-size: 16px;
	width: 110px;
	border: solid 2px black;
}
ul.menutop li {
	float: left;
	margin-top: 8px;
	padding: 5px 2vw 0 0;
	transition: 0.3s linear;
}
ul.menutop {
	list-style: none outside none;
	padding-inline-start: 0;
}
ul.menutop li a, div.rt-contact a {
    color: Black;
}

li a.viewing {
    text-decoration: underline;
}
ul.menutop li a:hover,
ul.menutop li a:active,
ul.blogmenu li a:hover,
ul.blogmenu li a:active
{
	color: black;
	text-decoration: underline;	
    /*background: url("../images/drop_down_arrow.png") no-repeat scroll center bottom transparent;*/
}
.navbar-toggle {
	margin-right: 25px;
}
.navbar-stripe {
	box-shadow: 0 0 10px 10px white;
	background-color: white;
}
#myNavbar {
	background-color: whitesmoke;
	position: absolute;
	right: 60px;
	top: 50px;
	width: 180px;
	border-radius: 5px;
	z-index: 1;
}
#rt-drop nav.navbar {
	margin: 0;
	border: none;
	background-color: transparent;
	padding: 15px 0 5px 15px;
}
#rt-drop ul.navmenu li {
	font-family: RobotoMed;
	font-size: 18px;
}	
#rt-drop ul.navmenu li a {
    color: black;
	padding: 7px 20px;	
}
#rt-drop ul.navmenu li a:hover, 
#rt-drop ul.navmenu li a:active {
	color: black;
	text-decoration: underline;	
}
#menuToggleBtn {
	position: absolute;
	right: 15px;
	top: 15px;
	border: 2px solid #555;
	border-radius: 50%;
	padding: 10px 7px;
}
#menuToggleBtn > .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	margin: 4px;
	border-radius: 1px;
	background-color: #555;
}
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.tcdedt {
	font-size: inherit;
	color: black;
	margin-top: 10px;
}
div.tcdedh {
	font-size: 32px;
	margin-top: 20px;
	font-family: "Times New Roman", serif;
}
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 {
	background-color: #b7e1eb;
	/* border: 2px solid #c5c5c5; */
	border-radius: 5px;
}
@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 {
	color: white;
	background-color: black;
	padding: 15px 0;
	font-family: Times;
	font-size: 18px;
	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.pnlindex h5 {
	font-size: 20px;
}
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;
}