body {
	padding-top: 50px;
	font-family: 'Lexend Deca', sans-serif;
	}
h1 {
	color:#B00000;
	}
h2 {
	color:#B00000;
	}
.center-pad {
	padding: 10px 15px;
	text-align: center;
	}
.overimage {
	padding: 0;
	text-align: center;
	flex-wrap: nowrap;
	font-size: 4em;
	font-weight: lighter;
	color: #fff;
	font-stretch: expanded;
	}
.para-gen {
	color: #000;
	background: #fff;
	height: auto; 
	margin: 0 auto;
	width: 100%;
	position: relative;
	padding: 50px 0;
	}
.para-gen strong {
	font-weight: normal;
	text-decoration: none;
	color: #B00000;
	}
.price {
	font-size: 24px;
	color: #B00000;
}
.bg {
	padding: 80px 0;
	margin: 0;
	width: 100%;
	position: relative;
	box-shadow: 0 0 40px -20px #000 inset;
	}
.bg-cars {
	background: url(../img/cars.jpg) 50% 0 fixed no-repeat;
	background-size: 100%;
	background-color: #888;
	}
.bg-dan {
	background: url(../img/instructor.jpg) 50% 0 fixed no-repeat;
	background-size: 100%;
	background-color: #888;
	}
.bg-join {
	background: url(../img/join.jpg) 50% 0 fixed no-repeat;
	background-size: 100%;
	background-color: #888;
	}
.bg-trailer {
	background: url(../img/trailer.jpg) 50% 0 fixed no-repeat;
	background-size: 100%;
	background-color: #888;
	}
.bg-intensive {
	background: url(../img/intensive.jpg) 50% 0 fixed no-repeat;
	background-size: 100%;
	background-color: #888;
	}
.bg-u17 {
	background: url(../img/U17.jpg) 50% 0 fixed no-repeat;
	background-size: 100%;
	background-color: #888;
	}
.bg-smtm {
	background: url(../img/smtm.jpg) 50% 0 fixed no-repeat;
	background-size: 100%;
	background-color: #888;
	}
.bg-pupils {
	background: url(../img/pupils.jpg) 50% 0 fixed no-repeat;
	background-size: 100%;
	background-color: #888;
	}
.bg-cars-bar {
	background: url(../img/cars-bar.jpg) 50% 0 fixed no-repeat;
	background-size: 100%;
	background-color: #888;
	}
.bg-cars-lite {
	background: url(../img/cars-lite.jpg) 50% 0 scroll no-repeat;
	background-size: cover;
	background-color: #888;
	}
.bg-letter {
	background: url(../img/letter.jpg) 50% 0 fixed no-repeat;
	background-size: cover;
	background-color: #eae9e7;
	}
.gi-2x{font-size: 2em;}
.gi-3x{font-size: 3em;}
.gi-4x{font-size: 4em;}
.gi-5x{font-size: 5em;}
.gi-6x{font-size: 6em;}
.gi-7x{font-size: 7em;}
.gi-8x{font-size: 8em;}

.link-unstyled {
	font-style: inherit;
	color: inherit;
	background-color: transparent;
	font-size: inherit;
	text-decoration: none;
	font-variant: inherit;
	font-weight: inherit;
	line-height: inherit;
	font-family: inherit;
	border-radius: inherit;
	border: inherit;
	outline: inherit;
	box-shadow: inherit;
	padding: inherit;
	vertical-align: inherit;
	}
.link-unstyled:visited {
	font-style: inherit;
	color: inherit;
	background-color: transparent;
	font-size: inherit;
	text-decoration: none;
	font-variant: inherit;
	font-weight: inherit;
	line-height: inherit;
	font-family: inherit;
	border-radius: inherit;
	border: inherit;
	outline: inherit;
	box-shadow: inherit;
	padding: inherit;
	vertical-align: inherit;
	}
.link-unstyled:hover {
	font-style: inherit;
	color: inherit;
	background-color: transparent;
	font-size: inherit;
	text-decoration: none;
	font-variant: inherit;
	font-weight: inherit;
	line-height: inherit;
	font-family: inherit;
	border-radius: inherit;
	border: inherit;
	outline: inherit;
	box-shadow: inherit;
	padding: inherit;
	vertical-align: inherit;
	}
.link-unstyled:active {
	font-style: inherit;
	color: inherit;
	background-color: transparent;
	font-size: inherit;
	text-decoration: none;
	font-variant: inherit;
	font-weight: inherit;
	line-height: inherit;
	font-family: inherit;
	border-radius: inherit;
	border: inherit;
	outline: inherit;
	box-shadow: inherit;
	padding: inherit;
	vertical-align: inherit;
	}
.link-unstyled:focus {
	font-style: inherit;
	color: inherit;
	background-color: transparent;
	font-size: inherit;
	text-decoration: none;
	font-variant: inherit;
	font-weight: inherit;
	line-height: inherit;
	font-family: inherit;
	border-radius: inherit;
	border: inherit;
	outline: inherit;
	box-shadow: inherit;
	padding: inherit;
	vertical-align: inherit;
	}
.link-unstyled:active:hover {
	font-style: inherit;
	color: inherit;
	background-color: transparent;
	font-size: inherit;
	text-decoration: none;
	font-variant: inherit;
	font-weight: inherit;
	line-height: inherit;
	font-family: inherit;
	border-radius: inherit;
	border: inherit;
	outline: inherit;
	box-shadow: inherit;
	padding: inherit;
	vertical-align: inherit;
	}
	
.fb-page {
	height: 340px;
}
.ibox {
  display: inline-block;
  padding: 0px 6px;
  margin-bottom: 0;
  /*font-size: 14px;*/
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.ibox-green {
	color: #B00000;
	background-color: #fff;
	border-color: #B00000;
}
.ibox-yellow {
	color: #fa0;
	background-color: #fff;
	border-color: #fa0;
}
.ibox-red {
	color: #dc3545;
	background-color: #fff;
	border-color: #dc3545;
}
.ibox-blue {
	color: #007bff;
	background-color: #fff;
	border-color: #007bff;
}
.ibox-cyan {
	color: #0ce;
	background-color: #fff;
	border-color: #0ce;
}
.glyph-hover:hover {
	color:#B00000;
}
.mtt-box{
	clear: none;
}
@media (min-width: 768px){
	.mtt-box:nth-child(2n+1){
		clear: both;
	}
}
@media (min-width: 992px){
	.mtt-box:nth-child(2n+1){
		clear: none;
	}
	.mtt-box:nth-child(3n+1){
		clear: both;
	}
}
@media (min-width: 1200px){
	.mtt-box:nth-child(2n+1){
		clear: none;
	}
	.mtt-box:nth-child(3n+1){
		clear: none;
	}
	.mtt-box:nth-child(4n+1){
		clear: both;
	}
}

.mtt-caption {
	height: 4.8em;
}
.mtt-caption > h2{
	color: #B00000;
	font: 20px 'Permanent Marker', cursive;
	text-align: center;
	margin: 0;
}
.mtt-caption > p{
	color: #333;
	font: 14px 'Permanent Marker', cursive;
	text-align: center;
	margin: 0;
}
.mtt-caption > p:nth-child(3){
	color: #B00000;
	font-size: 10px;
}
.mtt-box > .thumbnail{
	background-color: #f8f8f8;
}

.iframe-wrapper {
  width: 100%;
  overflow: hidden;
}

#td-enquiry {
  display: block;
  width: 100%;
  max-width: 100%;
  border: 0;
}
