
html,body,div,span {
    box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:0;
	margin:0;
	border:0;
}

body,div,span {
    box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:0;
	margin:0;
	border:0;
    font-family: 'Open Sans', sans-serif;
    font-weight:300 !important;
}


html {
	height:100%;
	width:100%;
}

body {
    width:100%;
	color:#666;
    line-height:160% !important;
    font-size:100%;
    font-size: 14px !important;
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden !important;
    margin: 200px 0 0 0;
}

input.text,select,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="button"],
input[type="submit"],
input[type="date"],
textarea,
.input-checkbox {
-webkit-appearance: none;
border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a[href^="tel"] {
  color: inherit !important; /* Inherit text color of parent element. */
  text-decoration: none; /* Remove underline. */
  /* Additional css `propery: value;` pairs here */
}

a {
    text-decoration:none;
    color:#9d3539;
}

a:hover {
    color:#000;
}

h1, h2, h3, h4, h5, h6 {
    margin:0;
    padding:0;
}

div {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}

strong {
    font-weight:bold !important;
}

ol, ul  {
    margin:0;
    padding:0 0 0 23px;
}

ol li {
    margin:0;
    padding:0 0 20px 0;
}

.show-mobile, .quick-contact-form-mobile, .header-nav-mobile, .specialise-show-mobile, .hero-btn-mobile, .testimonials-wrapper-mobile, .header-logos-mobile, .testimonials-arrow-hide {
    display:none !important;
}

.clearfix {
    clear:both;
    height:0;
    font-size:0;
    line-height:0;
    position:relative;
}

.outer-wrapper {
    width:100%;
    text-align:center;
    position:relative;
    margin:0 !important;
    padding:60px 0;
}

.inner-wrapper {
    width:100%;
    max-width:1400px;
    margin:0 auto;
    position:relative;
    padding:0 20px;
}

.sticky-header, #desktop-sticky-header {
    position:fixed;
    width:100%;
    top:0;
    left:0;
    z-index:100;
    background:#fff;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
    transition: 1s;
}

.header-outer-wrapper, #header-outer-wrapper {
    width:100%;
    height:145px;
    text-align:center;
}

.header-inner-wrapper {
    width:100%;
    max-width:1400px;
    margin:0 auto;
    position:relative;
}

.header-table {
    display: table;
    width: 100%;
    height: 85px;
    max-width: 1300px;
    margin: 0 auto;
}

.header-tr {
    display:table-row;
    width:100%;
}

.header-td {
    display:table-cell;
    vertical-align:middle;
    width:auto !important;
    padding:0;
    font-size:12px;
    line-height:140%;
}

.header-td img {
    width:100%;
    height:auto;
    max-width:30px;
    padding:0 0 4px 0;
}

.header-logo {
    width:20% !important;
    max-width:130px;
    min-width:130px;
}

.header-phone {
    width:15% !important;
    font-size:110%;
}

.header-enquire {
    display:none;
    text-transform:uppercase;
}

.header-opening-times {
    width:20% !important;
}

.opening-time-span {
    display:block;
}

.header-address {
    width:20% !important;
}

.header-address span {
    display:block;
}

.header-logos  {
    width:20% !important;
    padding: 20px 20px 0 0;
}

.header-logos img {
    max-width:150px !important;
    padding:0;
}

.header-logo img {
    width: 100%;
    height: auto;
    max-width: 140px;
    padding: 5px 20px 0 20px;
}

.header-phone div, .header-opening-times div, .header-address div {
    padding-left:30px;
    padding-right:30px;
}

/* .header-phone div, .header-opening-times div, .header-enquire div {
    height:80px;
} */

.header-opening-times strong {
    text-transform:uppercase;
}

.header-opening-times div strong, .header-address div strong {
    font-family: 'Open Sans', sans-serif;
    font-weight:700 !important;
}



.header-nav-mobile img {
    width: 100%;
    height: auto;
    max-width: 30px;
    min-width: 30px;
}

.nav-bar-wrapper {
    width: 100%;
    background: #9d3539;
    position: relative;
    border-bottom: 2px solid #999;
}

.nav-bar-inner {
    width:100%;
    max-width:1400px;
    margin:0 auto;
    position:relative;
    text-align:center;
    padding:20px 0;
    position:relative;
    line-height: 110%;
}

.nav-bar-inner li {
    display: inline-block;
    list-style-type: none;
    padding: 0 15px;
    text-transform: uppercase;
    font-weight: 700 !important;
    font-size: 18px;
}

.nav-bar-inner li a {
    color:#fff !important;
}

.nav-bar-inner li a:hover {
    color: #ccc !important;
}

.nav-parent {
    background-image: url(../images/nav-bar-arrow.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: right 5px;
    padding-right: 20px !important;
    position: relative;
}

.nav-parent:hover {
    background-image: url(../images/nav-bar-arrow-over.png);
}

.nav-parent:hover a {
    color:#9d3539;
}

.nav-parent:hover li a {
    color:#000;
}

.nav-parent:hover li a:hover {
    color:#9d3539;
}

.nav-bar-inner .nav-parent ul {
	display:none;
    position:absolute;
    top:15px;
    left:-10px;
    text-align:left;
    margin:0;
    padding:10px 0 20px 0;
    transition:250ms ease-out 0s;
    width:320px;
    background:#9d3539;
}

.nav-parent li {
    display: block;
    text-align: left;
    padding: 10px 20px 10px 25px;
    font-size: 15px;
    font-weight: 700 !important;
    color: #666 !important;
}

.nav-parent li a {
    color:#fff !important;
}

.nav-parent li a:hover {
    color:#ccc !important;
}

.nav-parent:hover ul {
	display:block;
    transition:250ms ease-out 0s;
}

/* li.current-menu-item > a, li.current-menu-ancestor > a {
    color: #ccc !important
} */

li ul li.current-menu-item > a {
    color: #fff !important;
}

.nav-mobile {
    position: relative;
    text-align: right;
    margin: 0 20px 0 0;
    display: none;
    line-height: 0;
}

.nav-mobile img {
    width:100% !important;
    height:auto !important;
    max-width:40px !important;
}

.nav-logos-wrapper {
    position:absolute;
    top:0;
    right:20px;
}

.nav-logos {
    display:table-cell;
    vertical-align:middle;
    height:60px;
}

.nav-logos img {
    width:100% !important;
    height:auto !important;
    max-width:90px !important;
}

.hero-google-rating img {
    width: 100%;
    height: auto;
    max-width: 280px !important;
}

.hero-carousel-wrapper {
    width:100%;
    height:auto;
}

.hero-carousel-outer {
    width: 100%;
    text-align: left;
    position: relative;
    display: table;
    max-width: 1400px;
    margin: 0 auto;
    height: auto;
}

.hero-carousel-inner {
    display:block;
    position:relative;
    width:100%;
    margin:auto;
    text-align:center;
    display:table-row;
    height:auto;
} 

.sa_hover_container {
    min-height:100% !important;
    padding:60px 0 60px 0 !important;
}

.hero-carousel-text {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    margin: auto !important;
    padding: 0 20px;
}

.hero-carousel-wrapper h1 {
    text-align:center;
    color:#fff;
    font-size:38px;
    margin:20px auto 0 auto;
    font-weight:normal;
    line-height:120%;
    font-family: 'Open Sans', sans-serif;
    font-weight:300 !important;
}

.hero-carousel-wrapper h1 span {
    display:block;
    font-family: 'Open Sans', sans-serif;
    font-weight:300 !important;
    font-size: 60%;
}

.hero-carousel-wrapper h1 strong {
    font-family: 'Open Sans', sans-serif;
    font-weight:700 !important;
    text-transform:uppercase;
}


.hero-carousel-wrapper h2 {
    margin:10px auto 0 auto;
    color:#fff;
    padding:0;
    font-size:26px;
    font-weight:normal;
    line-height:120%;
    font-family: 'Open Sans', sans-serif;
    font-weight:700 !important;
    /* text-shadow: 0 0 10px #000; */
}

.hero-carousel-thanks {
    background-color:#fff;
}

.hero-carousel-thanks h1 {
    color: #9d3539 !important;
    font-weight: 700 !important;
}

.hero-carousel-thanks h2, .hero-carousel-thanks h3 {
    color:#333 !important;
}

.hero-carousel-thanks h1 span {
    font-size: 60%;
    font-weight: 300 !important;
    line-height: 160%;
    color: #333 !important;
    padding: 20px 20px 0 20px;
    display:block !important;
}

.hero-carousel-thanks h2 {
    font-size: 120% !important;
    font-weight: 300 !important;
    line-height: 160%;
    margin-bottom: 30px !important;
}

.hero-promo-sticker {
    position:absolute;
    z-index:10;
    bottom:2%;
    left:20px;
}

.hero-promo-sticker img {
    width:100%;
    height:auto;
    max-width:120px !important;
}

.call-icon, .call-text {
    display:inline-flex;
    vertical-align:middle;
    font-weight: 700 !important;
}

.call-icon img {
    width:100% !important;
    max-width:35px !important;
    height:auto !important;
    padding:0 5px 0 0;
}

.hero-btn {
    opacity:0;
    visibility: hidden;
    animation: hide 0s forwards;
    display: inline-block;
    margin: 0 5px;
}

.hero-btn a {
    display:inline-block;
    background:#fff;
    color:#9d3539;
    border:1px solid #fff;
    padding: 10px 30px;
    text-decoration:none;
    font-size:20px;
    margin:30px auto 0 auto;
    text-transform:uppercase;
    line-height: 120%;
    -webkit-transition: background-color 100ms linear;
    -ms-transition: background-color 100ms linear;
    transition: background-color 100ms linear;
    font-weight:bold;
}

.hero-btn a:hover {
    background-color: #9d3539;
    color:#fff;
}

.hero-btn-alt a {
    background:#9d3539;
    color:#fff;
    border:1px solid #fff;
}

.hero-btn-alt a:hover {
    background-color: #fff;
    color:#9d3539;
}

.hero-aa-approved-wrapper {
    display:table;
    width:auto;
    margin:20px auto 0 auto;
}

.hero-aa-approved-logo, .hero-aa-approved-text {
    color:#fff;
    font-size:14px;
    display:table-cell;
    vertical-align:middle;
    padding: 0 5px 7px 5px;
    line-height: 100%;
}

.hero-aa-approved-logo img {
    width:100% !important;
    height:auto !important;
    max-width:25px !important;
}

.hero-second-header h2 {
    font-size: 18px !important;
    /* font-weight: 300 !important; */
}

.hero-testimonials-wrapper {
    position:relative;
    margin:0 auto;
    width:100%;
    text-align:center;
}

.hero-testimonials-wrapper-no-bg {
    background:transparent;
}

.hero-testimonials-inner {
    width:100%;
    max-width:1100px;
    margin: 0 auto;
    text-align:center;
    display:table;
    padding:30px 0 0 0;
}

.hero-testimonials-wrapper-no-bg .hero-testimonials-inner {
    padding: 0 0 30px 0;
}

.owl-carousel {
    z-index: 0 !important;
}

.hero-testimonial {
    color: #fff;
    font-size: 18px;
    display: block;
    padding: 5px;
    padding: 0 0 20px 0;
    width: 60% !important;
    margin:0 auto;
}

.hero-testimonials-stars img {
    width:100% !important;
    height:auto !important;
    max-width:10px !important;
    padding:0 1px !important;
}

.hero-testimonials-quote {
    font-size: 16px;
    margin:5px 0 5px 0;
    padding:0;
}

.hero-testimonials-quoter {
    font-size:12px;
    margin:0;
    padding:0;
}

/* .after-hero-margin {
    margin-top:90vh;
} */

.main-content-wrapper {
    position:relative;
    background:#fff;
}

.trust-panel h2, .services-panel h2, .find-us-panel h2, .about-panel h2, .opening-times-panel h2, .faqs-panel h2 {
    text-transform: uppercase;
    font-size: 30px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700 !important;
    line-height: 120%;
}

/* .trust-panel h2 {
    color:#fff !important;
} */

.opening-times-panel h2 {
    margin-bottom:10px !important;
}

.trust-panel {
    padding: 15px 0;
    line-height:120%;
    z-index: 2;
}

.trust-panel h3, .services-panel h3, .faqs-panel h3 {
    text-transform:uppercase;
    font-size:18px;
    font-family: 'Open Sans', sans-serif;
    font-weight:300 !important;
    margin:10px 0 0 0;
}

.panel-no-padding-top {
    padding-top:0 !important;
}

.panel-no-padding-bottom {
    padding-bottom:0 !important;
}

.border-top {
    border-top:1px solid #eee;
}

.border-bottom {
    border-bottom:1px solid #eee;
}

.usp-wrapper {
    width:100%;
    padding:0;
}

.usp-item {
    display:inline-block;
    vertical-align:middle;
    width:auto;
    margin:0 -4px;
    opacity:0;
    visibility:hidden;
    animation: hide 0s forwards;
    padding: 0 20px;
}

.usp-item img {
    width: 100% !important;
    height: auto !important;
    max-width: 20px !important;
    min-width: 20px !important;
    padding: 0;
    margin-top: 2px;
}

.usp-item p {
    padding: 0 50px;
    line-height: 150%;
    font-weight:bold;
}

.usp-icon {
    display: table-cell;
    vertical-align: middle;
    padding: 0 5px 0 0;
}

.usp-text {
    display: table-cell;
    vertical-align: middle;
    padding:0;
    text-align:left !important;
    font-size:12px;
}

.fifty-fifty {
    display:inline-block;
    vertical-align:top;
    width:50%;
    margin:0 -4px;
}

.about-panel {
    padding:40px 0 60px 0;
}

.about-panel h2 {
    margin:20px 0 0 0;
    color:#333;
    font-size:20px;
}

.about-panel h3 {
    color:#666;
    font-size:14px;
}

.about-left-col {
    text-align:left;
    vertical-align:middle;
}

.mobile-text-wrapper {
    padding:0 40px 0 0;
}

.wrap-collabsible {
    margin: 30px 0 20px 0;
}

.about-right-col {
    vertical-align:top;
}

.about-left-col img {
    width:100%;
    height:auto;
    max-width:100%;
    margin: 0 0 10px 0;
}

.fifty-fifty.quick-contact-form h2 {
    text-transform: uppercase;
    font-size: 30px !important;
    font-weight: 700 !important;
}

.fifty-fifty .quick-contact-form-mobile h2 {
    text-transform:uppercase;
    font-size:30px !important;
    font-family: 'Open Sans', sans-serif;
    font-weight:300 !important;
    color:#e6130c !important;
    text-align: center;
}

.fifty-fifty .quick-contact-form-mobile p {
    text-align: center;
}

.form-wrapper {
    width: 95%;
    margin: 0 auto;
    padding: 10px 0 30px 0;
    background: #eee;
    margin: 0 0 0 5%;
    border-radius:20px
}

.under-form-testimonials-wrapper {
    width: 95%;
    margin: 40px 0 0 5% !important;
    padding:0;
    margin: 0 0 0 5%;
}

.intro-image {
    border-radius:20px
}

.callout-box {
    background: #9d3539;
    padding: 20px;
    font-size: 18px;
    margin: 30px 0 0 0;
    display:inline-block;
}

.callout-box, .callout-box a {
    color:#fff;
    font-weight:700 !important;
    line-height: 150%;
    border-radius:10px;
}

.main-text-testimonials-quote-wrapper {
    margin:20px 0 0 0;
    padding:20px 0;
}

.main-text-testimonials-quote-wrapper-right {
    text-align: left !important;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 20px;
}

.main-text-testimonials-quote-wrapper .hero-testimonials-stars img {

    width: 100% !important;
    height: auto !important;
    max-width: 12px !important;
    padding: 0 1px !important;

}

.main-text-testimonials-quote {
    font-size: 16px;
    margin:5px 0;
    padding:0;
    font-weight:400;
}

.main-text-testimonials-quoter {
    font-size:12px;
    margin:0 0 0 0;
    padding:0;
}

.quick-contact-form .intro {
    margin:0 auto;
    padding:15px 0;
}

.quick-contact-form form {
    padding:0;
    width:80%;
    margin:0 auto;
}

.quick-contact-form input {
    width:100%;
    padding:15px !important;
    text-transform:none;
    font-size:18px;
    font-family: 'Open Sans', sans-serif;
    font-weight:300 !important;
    border:1px solid #ccc;
    margin:0 0 20px 0;
    border-radius:10px;
}

.quick-contact-form input:active, .quick-contact-form input:focus {
    border-radius:10px;
}


.quick-contact-form select {
    width:100%;
    padding: 15px 15px 13px 15px !important;
    text-transform:none;
    font-size:18px;
    font-family: 'Open Sans', sans-serif;
    font-weight:300 !important;
    border:1px solid #ccc;
    margin:0 0 20px 0;
    border-radius:10px;
}

.quick-contact-form textarea {
    width: 100%;
    padding: 15px 15px 13px 15px !important;
    text-transform:none;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300 !important;
    border: 1px solid #ccc;
    height: 100px;
    border-radius: 10px;
}

.quick-contact-form .wpcf7-submit {
    width: 100%;
    padding: 20px;
    text-transform: uppercase;
    font-size: 28px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700 !important;
    border: 1px solid #ccc;
    margin: 0 0 20px 0;
    background: #00aa5b;
    color: #fff;
    line-height: 100%;
    cursor: pointer;
    border: 0;
}

.quick-contact-form .wpcf7-submit:hover {
    background:#05904f;
}

.wpcf7 form.sent .wpcf7-response-output, .wpcf7-spinner {
    display: none !important;
}

.mobile-opening-times-panel, .mobile-address-panel {
    display: none;
}

.mobile-opening-times-panel img {
    width: 100%;
    max-width: 40px;
    height: auto;
}

.white-bg {
    background:#fff;
}

.grey-bg {
    background:#f9f9f9;
}

.dark-grey-bg {
    background:#373737;
    color:#fff;
}

.red-bg {
    background:#9d3539;
    color:#fff;
}

.specialise-panel {
    width:100% !important;
    border-top:1px solid #eee;
    border-bottom:1px solid #eee;
    line-height:100%;
    padding:50px 0 30px 0;
}

.specialise-panel h2 {
    width:100%;
    text-transform:uppercase;
    font-size:18px;
    font-family: 'Open Sans', sans-serif;
    font-weight:300 !important;
    margin:0 0 20px 0;
    color: #333 !important;
    line-height: 120%;
}

.specialise-panel img {
    width: 100%;
    height: auto;
    max-width: 60px;
    padding: 10px;
}

.hide-top-border {
    border-top:0 !important;
}

.hide-bottom-border {
    border-bottom:0 !important; 
}

.carlogo, .tyrelogo {
    animation: hide 0s forwards;
    display:inline-block;
}

.fade-object {
    animation: hide 0s forwards;
}

.services-panel {
    padding:0 0 40px 0;
}

.services-panel h3 {
    margin:5px 0 0 0;
}

.services-panel-header {
    text-align: center;
    background: #373737;
    color: #fff;
    padding: 20px;
    margin: 0 auto 20px auto;
    width: 98.5%;
}

.service-panel-content-header {
    padding:20px;
    min-height: 100px;
}

.service-item {
    opacity:0;
    visibility:hidden;
    display:inline-block;
    vertical-align: top;
    width: 23.5%;
    margin: 0 0.75% 1.5% 0.75%;
    text-align:left;
    background:#fff;
    transition:250ms ease-out 0s;
    animation: hide 0s forwards;
}

.service-item img {
    width:100%;
    height:auto;
    max-width:100%;
    -webkit-transition:250ms ease-out 0s;
    -moz-transition:250ms ease-out 0s;
    -o-transition:250ms ease-out 0s;
    transition:250ms ease-out 0s;
    display: table;
    height: 100%;
}

.service-item:hover.service-item img {
    transform: scale(1.1)
}

.service-item:hover.service-item h4 {
    color:#eee;
}

.service-item:hover.service-item {
    background:#eee;
}

.service-item h4 {
    margin:0 0 5px 0;
    font-family: 'Open Sans', sans-serif;
    font-weight:700 !important;
    font-size:16px;
    line-height:120%;
    text-transform:uppercase;
}

.service-item h5 {
    margin:0;
    font-family: 'Open Sans', sans-serif;
    font-weight:300 !important;
    margin:0;
    font-size:14px;
    line-height:120%;
}

.service-item p {
    font-size:14px;
}

.service-image {
    width:100%;
    overflow:hidden;
    background: #9d3539;
}

.service-panel-content {
    padding:0;
}

.service-item a {
    color:#333;
}

.service-item p {
    padding: 0px 20px;
}

.find-us-panel, .find-us-panel .inner-wrapper {
    padding:0;
}

.find-us-margin-top {
    margin-top:40px !important;
}

.find-us-panel .number a, .find-us-panel .number a:hover, .find-us-panel .number2 a, .find-us-panel .number2 a:hover {
    color:#666;
}

.find-us-wrapper {
    display:table;
    width:100%;
}

.find-us-left, .find-us-right {
    display:table-cell;
    width:50%;
    vertical-align:middle
}

.find-us-left img {
    width:100%;
    height:auto;
    max-width:50px;
    margin:0 0 20px 0;
}

.find-us-left {
    padding:40px;
    background:#373737 !important;
    line-height:120%;
    font-weight: 300 !important;
    color:#eee !important;
    border-top-left-radius:20px;
    border-bottom-left-radius:20px;
}

.find-us-left h3 {
    text-transform: none;
    line-height: 140%;
    margin: 20px 0 10px 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300 !important;
    font-size: 14px;
}

.find-us-left h3 span {
    text-transform: uppercase;
    line-height: 140%;
    font-size: 16px !important;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700 !important;
    margin: 0;
    display:block !important;
}

.find-us-left h4 {
    text-transform:none;
    line-height:140%;
    font-family: 'Open Sans', sans-serif;
    font-weight:300 !important;
    margin:0 0 30px 0;
    font-size:14px;
}

.find-us-left h5 {
    text-transform:uppercase;
    line-height:140%;
    font-size:16px;
    font-family: 'Open Sans', sans-serif;
    font-weight:700 !important;
    margin:0;
}

.find-us-left h6, .find-us-left h6 span {
    text-transform:uppercase;
    line-height:140%;
    font-size:18px;
    font-family: 'Open Sans', sans-serif;
    margin:0;
    font-weight:300 !important;
}

.find-us-left h6 span strong {
    font-family: 'Open Sans', sans-serif;
    font-weight:700 !important;
}

.find-us-left h6 span a:hover {
    color:#666 !important;
}

.find-us-left h6 img {
    width:100%;
    height:auto;
    max-width:30px;
    margin:20px 0 0 0;
}

.find-us-left p {
    line-height:120%;
    margin:0;
}

.find-us-left p {
    line-height:150%;
}

.silver-bg, .find-us-right {
    background:#f9f9f9;
    text-align:center;
}

.find-us-right {
    border-top-right-radius:20px;
    border-bottom-right-radius:20px;
}

.find-us-right img {
    width: 100%;
    height: auto;
    max-width: 700px;
    display: table;
    margin: 0 auto;
    border-top-right-radius:20px;
    border-bottom-right-radius:20px;
}

.find-us-garage-images-wrapper {
    width:100%;
    margin:40px auto 0 auto;
}

.find-us-garage-image {
    display:inline-block;
    width: 33.3333%;
    margin:0;
}

.find-us-garage-image img {
    width:100%;
    height: auto;
    max-width:98%;
    border-radius:20px;
}

.find-us-garage-image-left {
    text-align:left;
}

.find-us-garage-image-middle {
    text-align:center;
}

.find-us-garage-image-right {
    text-align:right;
}


@-webkit-keyframes MoveTestimonials {
    0% {
    bottom:-200px;
    }
    100% {
    bottom:20px;
    }
}

@-webkit-keyframes simplefadeup100 {
    0% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}

@-webkit-keyframes simplefadeup50 {
    0% {
        opacity:0;
    }
    100% {
        opacity:0.5;
    }
}
























.cta-btn-default, .cta-btn-alt {
    display:inline-block;
    vertical-align:top;
    margin:50px 10px;
}

.cta-btn-default a {
    background:#bf008e;
    color:#fff;
    border:1px solid #fff;
    padding:15px 40px;
    text-decoration:none;
    font-size:32px;
    text-transform:uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight:700 !important;
}

.cta-btn-default a:hover {
    background:#328dff;
    color:#fff;
}

.cta-btn-alt a {
    background:#00224e;
    color:#fff;
    border:1px solid #fff;
    padding:15px 40px;
    text-decoration:none;
    font-size:32px;
    text-transform:uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight:700 !important;
}

.cta-btn-alt a:hover {
    background:#000;
    color:#fff;
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#666;
    text-transform: uppercase;
}
::-moz-placeholder { /* Firefox 19+ */
  color:#666;
    text-transform: uppercase;
}
:-ms-input-placeholder { /* IE 10+ */
  color:#666;
    text-transform: uppercase;
}
:-moz-placeholder { /* Firefox 18- */
  color:#666;
    text-transform: uppercase;
}

.datepicker, .timepicker { 
   color:#000 !important;
}

.quick-contact-form select option {
    color:#000 !important;
    background:#fff !important;
}

.quick-contact-form select {
    color:#999 !important;
    background:#fff !important;
}

.quick-contact-form option:checked, .quick-contact-form option[value]:checked, .quick-contact-form option[selected="selected"] { 
    color:#000 !important;
}

.quick-contact-form select:focus, .quick-contact-form select:active, .quick-contact-form [selected="selected"] {
    color:#000 !important;
}

.quick-contact-form .wpcf7-submit {
    background: #00aa5b !important;
}

footer {
    width: 100%;
    text-align: center;
    background: #000;
    color: #ccc;
    margin:40px 0 0 0;
}

footer a {
    color:#ccc;
}

footer a:hover {
    color:#fff;
}

.no-margin-desktop {
    margin:0 !important
}

.footer-inner {
    width: 100%;
    text-align: left;
    font-size: 12px;
    color: #fff;
    max-width: 1400px;
    margin: 0 auto;
    display: table;
    padding: 30px 20px;
}


.footer-google-review, .footer-logo, .footer-text, .footer-social-wrapper, .footer-affiliation-logos {
    opacity:0;
    visibility: hidden;
    display:table-cell;
    vertical-align:middle;
    color:#ccc;
}

.footer-google-review img {
    width:100%;
    height:auto;
    max-width:150px;
}

.footer-logo img {
    width: 100%;
    height: auto;
    max-width: 140px;
    padding: 0 20px;
}

.footer-text {
    padding:0 20px 0 0;
}

.footer-text img {
    width: 100%;
    height: auto;
    max-width: 20px;
    vertical-align: bottom;
    opacity: 0.6;
}

.footer-affiliation-logos img {
    width:100% !important;
    height:auto !important;
    max-width:120px !important;
    opacity:0.6;
}
.footer-social-wrapper a svg path { 
  fill:#000;
}

.footer-social-wrapper a svg:hover path { 
  fill:#fff;
}

.footer-social-wrapper {
    width:50px;
    text-align:right;
}

.footer-social-wrapper a svg {
    width: 18px;
    height: 18px;
    margin: 0 5px;
    border-radius: 8px;
    padding: 8px;
    background: #989898;
}

.footer-social-wrapper a svg:hover {
    background: #666;
}

footer p {
    margin: 5px 0;
}

.footer-credits {
    width: 100%;
    color: #aaa;
}

.footer-credits a {
    color: #aaa;
}

#enquire {
    padding-top: 250px; /* header height + empty space */
    margin-top: -250px; /* header height to degrees padding’s space */
    border:10px solid transparent;
}

.wrap-collabsible ul, .content-box-1 ul, .standard-list, .standard-list-single, .standard-list-winter {
    margin-left:-10px !important;
}

.wrap-collabsible ul, .wrap-collabsible li {
    text-align:left !important;
}

.wrap-collabsible input[type='checkbox'] {
    display: none;
    text-align:center;
    width:100%;
}

.lbl-toggle {
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 20px;
    color: #fff;
    background: #9d3539;
    cursor: pointer;
    transition: all 0.25s ease-out;
    margin: auto;
    content: 'SHOW MORE' !important;
}

.lbl-toggle:hover {
  color: #fff;
}

.lbl-toggle::before {
  content: ' ';
  display: inline-block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid currentColor;
  vertical-align: middle;
  margin-right: .7rem;
  transform: translateY(-2px);
  transition: transform .2s ease-out;
}

.toggle:checked + .lbl-toggle::before {
  transform: rotate(90deg) translateX(-3px);
}

.collapsible-content {
    max-height: 0px;
    overflow: hidden;
    transition: max-height .25s ease-in-out;
    width: 100%;
}

.collapsible-content h2:first-of-type {
    margin-top:5px;
}

.collapsible-content h2 {
    margin-bottom:10px !important
}

.toggle:checked + .lbl-toggle + .collapsible-content {
  max-height: 350px;
}

.toggle:checked + .lbl-toggle + .collapsible-content {
    max-height: 10000px;
}

.collapsible-content .content-inner {
    padding: 1em 0 0 0 !important;
}

.collapsible-content .content-inner {
  padding: 1em 0;
}

.footer-email {
    padding:0 15px 0 0;
}

.footer-links span {
    padding:0 15px;
}

.testimonials-arrow {
    display:block !important;
}

.testimonials-arrow {
    width:100%;
    text-align:center;
}

.testimonials-arrow-inner {
    width:100%;
    max-width:1400px;
    text-align:left;
    margin:0 auto;
}

.testimonials-arrow img {
    width:100%;
    max-width:50px;
    height:auto;
    margin:0 0 -20px 30px;
}

.testimonials-arrow-hide-desktop {
    display:none !important;
}

.google-rating {
    padding: 25px 0 0 20px;
    margin-bottom: -20px;
}

.google-rating img {
    width: 100%;
    height: auto;
    max-width: 280px !important;
}

.testimonials-inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    text-align: left;
    padding: 60px 20px;
}

.testimonials-wrapper h2 {
    text-transform: uppercase;
    color: #fff;
    font-size: 30px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700 !important;
    line-height: 120%;
    padding: 0 20px;
    margin-bottom: 20px;
}

.default-testimonials .testimonial {
    margin: 40px -4px 0 -4px;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 20px 0 24px;
}

.testimonials-quote {
    font-size: 16px;
    margin:5px 0 5px 0;
    padding:0;
    line-height: 150%;
}

.testimonials-quoter {
    font-size: 13px;
    margin: 10px auto 0 auto;
    padding: 0;
    line-height: 150%;
}

.testimonials-arrow-hide {
    display:none !important;
}

.services-panel-extra-top-margin {
    margin: 40px 0 0 0 !important;
}

.usp-icon-block {
    display:none;
}

.usp-after-text-wrapper {
    width:100%;
    padding:40px 0 0 0;
}

.usp-after-text-wrapper img {
    width:100%;
    max-width:50px;
    min-width:50px;
    height:auto;
    margin:0;
    opacity:0.5;
}

.usp-after-text-wrapper .usp-text {
    font-size: 16px;
    padding: 0 20px 0 0;
}

.usp-after-text-wrapper .usp-icon {
    padding: 0 10px 0 0;
}

.specialise-tyres-panel img {
    width: auto;
    height: 100%;
    max-height: 40px !important;
    min-height: 40px !important;
    max-width: 100%;
    padding: 10px 20px;
}


/*Owl*/

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    display: none
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 44px;
    margin: 5px;
    padding: 8px 0px;
    background: #4c4c4c;
    display: inline-block;
    cursor: pointer
}

.owl-theme .owl-nav [class*=owl-]:hover {
    color: #f3b79b;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top:50px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    margin: 5px 10px;
    background: #00abce;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius:90px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #bbe4ed;
}





/* .owl-item.active h1 {
    -webkit-animation: 1s .2s fadeIn both;
    animation: 1s .2s fadeIn both;
    animation-delay:0.5s;
}

.owl-item.active h2 {
    -webkit-animation: 1s .2s fadeIn both;
    animation: 1s .2s fadeIn both;
    animation-delay:0.75s;
}

.owl-item.active h3 {
    -webkit-animation: 1s .2s fadeIn both;
    animation: 1s .2s fadeIn both;
    animation-delay:1s;
}

.owl-item.active .hero-btn {
    -webkit-animation: 1s .2s fadeIn both;
    animation: 1s .2s fadeIn both;
    animation-delay:1s;
} */




span.wpcf7-list-item {
    margin: 0 10px 10px 4px !important;
}

div.wpcf7 .ajax-loader, div.wpcf7-mail-sent-ok {
    display:none !important;
}

.div.wpcf7-validation-errors {
    top: 0px !important;
}

div.wpcf7-spam-blocked {
    border: 0 !important;
    background-color: #f00;
    border-color: #f00 !important;
    color: #fff;
}

span.wpcf7-not-valid-tip {
    color: #fff !important;
    text-transform: uppercase !important;
    font-size: 14px;
    background: #e00;
    padding: 10px 20px;
    text-align: center !important;
    margin: -10px 0 0 0;
    border-radius: 10px;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing, div.wpcf7-spam-blocked, div.wpcf7-mail-sent-ng, div.wpcf7-aborted, .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border: 0 !important;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-weight: normal;
    font-size: 14px;
    background: #e00;
    padding: 10px 20px !important;
    text-align: center !important;
    margin: -25px 0 0 0 !important;
    border-radius: 10px;
}

.mob-menu-header-holder {
    width:1% !important;
}

.mobmenur-container {
    top: 40px !important;
    right: 10px !important;
}

.show-panel .mob-cancel-button {
    top: 20px;
    right:10px;
}

.mobmenu-content {
    height: auto !important;
}

.mobmenu-content .nav-parent {
    background: transparent;
    padding-right:0 !important;
}

.mobmenu-right-panel li, .rightmbottom, .rightmtop {
    padding-left: 5% !important;
    padding-right: 5% !important;
}

.mobmenu-content .nav-parent li {
    padding: 0 !important;
}

.mobmenu-content .nav-parent li a {
    color: #fff !important;
}

.mobmenu-content .nav-parent li a:hover {
    color: #000 !important;
}

.mobmenu-content li li a {
    padding: 7px 20px !important;
}

.mobmenu-content li li {
    border-bottom: 1px solid #fb6962;
}

.mobmenu-content li li:last-of-type {
    margin-bottom:30px;
}

.special-header-wrapper {
    background:#9d3539;
}

.special-header {
    text-align:center;
    color:#fff;
    font-family: 'Open Sans',sans-serif;
    text-transform:uppercase;
    font-size:16px;
    font-weight:700 !important;
    padding:5px 10px;
}

.special-header a, .special-header a:hover {
    color:#fff !important;
    text-decoration: none !important;
}

.error-wrapper {
    height: 70vh;
    padding: 20vh 0;
    background: #9d3539;
    color: #fff;
    display: table;
    width: 100%;
    vertical-align: middle;
    text-align: center;
}

.error-wrapper h2 {
    text-transform:uppercase;
    text-align:center;
    margin:30px auto 0 auto;
    color:#fff;
    padding:0;
    font-size:350%;
    font-weight:normal;
    line-height:120%;
    font-family: 'Open Sans', sans-serif;
    font-weight:700 !important;
}

.error-wrapper h3 {
    text-transform:uppercase;
    font-size:100%;
    font-family: 'Open Sans', sans-serif;
    font-weight:300 !important;
    margin:10px 0 0 0;
}

.error404 footer {
    margin:0;
}

.error404 .inner-wrapper {
    display: table-cell;
    vertical-align: middle;
}

#mobmenuright li ul li a:hover {
    color: #cccccc !important;
}

.service-item-hide-desktop {
    display:none;
}

#cookie-law-info-again {
    display: none !important;
}


/* GOOGLE REVIEW STUFF */
.wp-gr .wp-google-review, .wp-google-content-inner a {
    display: none !important;
}

.wp-gr.wpac {
    padding: 14px !important;
    background: #fff !important;
    padding: 15px !important;
    overflow-y: hidden !important;
    margin: 0 auto !important;
}

.wp-gr .wp-google-left {
    display: none !important;
}

.wp-gr.wpac .wp-google-left img, .wp-gr.wpac .wp-google-name {
    display: none !important;
}
/* GOOGLE REVIEW STUFF */


.page-id-1581 .about-right-col, .page-id-168 .about-right-col, .page-id-183 .about-right-col, .page-id-2119 .about-left-col {
    display: none;
}

.page-id-168 .about-left-col, .page-id-183 .about-left-col, .page-id-2119 .about-right-col {
    width: 100%;
    text-align: center;
}

.page-id-1581 .about-left-col {
    width: 100%;
    text-align:left;
}

.page-id-1581 .mobile-text-wrapper, .page-id-168 .mobile-text-wrapper, .page-id-183 .mobile-text-wrapper {
    padding:0;
}

#mobmenuright li a, #mobmenuright li a:visited, #mobmenuright .mobmenu-content h2, #mobmenuright .mobmenu-content h3, .mobmenu-left-panel .mobmenu-display-name {
    font-weight: 600 !important;
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
}

.page-id-2114 img, .page-id-2119 img {
    width: 100%;
    height: auto;
    max-width: 140px !important;
    margin: 0 auto 30px auto;
}

.page-id-2119 .form-wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0 30px 0;
    background: #eee;
    margin: 0;
    border-radius: 20px;
}

.page-id-2119 form {
    text-align:left !important;
    margin-top:40px;
}

.page-id-2119 span.wpcf7-list-item {
    display: inline-block;
    margin: 0 20px 0 0 !important;
}

.page-id-2119 input[type="checkbox"] {
    cursor:pointer;
    transform:scale(1.5, 1.5);
    margin-right:10px;
    width: auto !important;
}

.checkboxes, .formfieldheader {
    padding-bottom:20px;
    font-size: 24px;
}

.page-id-2119 .checkboxchoices {
    margin-left: 5px;
}

.checkboxchoices .wpcf7-not-valid-tip {
    margin-top:10px !important;
}

.page-id-2119 .about-right-col {
    font-size: 18px;
}

.page-id-2119 .quick-contact-form h2 {
    text-transform: uppercase;
    font-size: 50px !important;
    font-weight: 700 !important;
}

.page-id-2119 [data-class="wpcf7cf_group"] {
    margin: -20px 0 10px 0;
}

.captcha-text-center {
    text-align: center;
}

.g-recaptcha {
    display: inline-block;
    margin:0 auto 0 auto;
}

/* GOOGLE REVIEW STUFF */
.wp-gr .wp-google-review, .wp-google-content-inner a {
    display: none !important;
}

.wp-gr.wpac {
    padding: 14px !important;
    background: #fff !important;
    padding: 15px !important;
    overflow-y: hidden !important;
    margin: 0 auto !important;
}

.wp-gr .wp-google-left {
    display: none !important;
}

.wp-gr.wpac .wp-google-left img, .wp-gr.wpac .wp-google-name {
    display: none !important;
}

.wpac {
    overflow-y: hidden !important;
}

footer .rplg-reviews {
    display: none !important;
}

footer .rplg-links a {
  color: #777;
}

footer .rplg-links a:hover {
  color: #777;
}

footer .rplg-biz-rating.rplg-trim.rplg-biz-google {
  padding-right: 20px !important;
}

footer .rplg-grid-row.rplg-reviews {
  display: none !important;
}

/* footer .rplg .rplg-box {
    border-radius: 0px !important;
} */
    
}
/* GOOGLE REVIEW STUFF */