/***
	GOOGLE FONT IMPORTS
***/

/* Roboto+Condensed */
@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,700,900);

/* Pricedown (GTA) Font */
@font-face {
  font-family: "PricedownBl-Regular";
  src: url("../fonts/pricedown/PricedownBl-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/pricedown/PricedownBl-Regular.woff") format("woff"),
    url("../fonts/pricedown/PricedownBl-Regular.ttf") format("truetype"),
    url("../fonts/pricedown/PricedownBl-Regular.svg#PricedownBl-Regular")
      format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "swis721_cn_bt";
  src: url("fonts/swiss/swis721_cn_bt_bold-webfont.eot");
  src: url("fonts/swiss/swis721_cn_bt_bold-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/swiss/swis721_cn_bt_bold-webfont.woff2") format("woff2"),
    url("fonts/swiss/swis721_cn_bt_bold-webfont.woff") format("woff"),
    url("fonts/swiss/swis721_cn_bt_bold-webfont.ttf") format("truetype"),
    url("fonts/swiss/swis721_cn_bt_bold-webfont.svg#swis721_cn_btbold")
      format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/***
	DEFAULT STUFF
***/

html,
body {
  margin: 0 !important;
  padding: 0 !important;
}
body {
  font-family: "Titillium Web", sans-serif;
  overflow-x: hidden;
  background: url(/bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow-y: scroll !important;
  overflow-x: visible !important;
}
img {
  max-width: 100%;
}
.container-fluid {
  max-width: 1300px;
}
.table-fixed {
  table-layout: fixed;
}
.alignright {
  float: right;
  margin: 15px 0 15px 15px;
}
.alignleft {
  float: left;
  margin: 15px 15px 15px 0;
}
.content a {
  color: #c62127;
}
.content a:hover {
  color: black;
  text-decoration: none;
}

.alert.alert-danger {
  background: #c62127;
  border: 8px solid #ec1f27;
  color: #fff;
  text-shadow: none;
  margin: 40px 0;
  font-size: 18px;
}
.alert.alert-danger h3 {
  margin: 0 0 30px 0;
}

.pagenav {
  font-size: 0;
  font-weight: bold;
  margin-left: 10px;
}
.pagenav li {
  font-size: 16px;
  margin: 0 0 10px 0;
}
.pagenav li a {
  color: black;
  font-size: 16px;
}
.pagenav li a:hover {
  color: #ed1c24;
  text-decoration: none;
}
.pagenav li .children {
  margin-top: 10px;
  margin-left: 40px;
  background: #f3f3f3;
}
.row {
  flex-wrap: wrap;
}

/***
	ANIMATIONS
***/

a,
:after,
:before,
.slideSide i,
a h2 {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.lightbox {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/***
	IMAGES
***/

img.responsive {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.width100 {
  width: 100%;
}

/***
	HEADINGS
***/

h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-family: 'PricedownBl-Regular';*/
}

.pageTitle {
  font-size: 28px;
  background: #ed1c24;
  color: #fff;
  padding: 15px;
  border-radius: 8px 8px 0 0;
}
.smlTitle {
  font-size: 21px;
  background: rgba(15, 15, 15, 0.85);
  color: #fff;
  padding: 15px;
  margin-bottom: 0px;
}
.pageContent {
}
.pageContent img {
}
.pageContent p {
  margin-top: 20px;
  font-size: 14px;
  display: block;
  text-align: justify;
}
.niceImg {
  background: #fff;
  padding: 10px;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

/***
	BUTTONS
***/

.btn-red {
  background: #ed1c24;
  color: #fff;
}
.btn-green {
  background: #1ed760;
  color: #fff;
}

/***
	TEXT COLUMNS
***/

.two-col {
  -webkit-column-count: 2; /* Chrome, Safari, Opera */
  -moz-column-count: 2; /* Firefox */
  column-count: 2;
  -webkit-column-gap: 70px; /* Chrome, Safari, Opera */
  -moz-column-gap: 70px; /* Firefox */
  column-gap: 70px;
  text-align: justify;
}
.three-col {
  -webkit-column-count: 3; /* Chrome, Safari, Opera */
  -moz-column-count: 3; /* Firefox */
  column-count: 3;
  -webkit-column-gap: 70px; /* Chrome, Safari, Opera */
  -moz-column-gap: 70px; /* Firefox */
  column-gap: 70px;
  text-align: justify;
}
.four-col {
  -webkit-column-count: 4; /* Chrome, Safari, Opera */
  -moz-column-count: 4; /* Firefox */
  column-count: 4;
  -webkit-column-gap: 70px; /* Chrome, Safari, Opera */
  -moz-column-gap: 70px; /* Firefox */
  column-gap: 70px;
  text-align: justify;
}

/***
	POSITIONS
***/

.relative {
  position: relative;
}
.absolute {
  position: absolute;
}

/***
	MARGINS
***/

.margin {
  margin: 20px;
}
.margTop {
  margin-top: 20px;
}
.margBottom {
  margin-bottom: 20px;
}
.margLeft {
  margin-left: 20px;
}
.margRight {
  margin-right: 20px;
}

/***
	PADDING
***/

.padd {
  padding: 20px;
}
.paddTop {
  padding-top: 20px;
}
.paddBot {
  padding-bottom: 20px;
}
.paddLef {
  padding-left: 20px;
}
.paddRig {
  padding-right: 20px;
}

/***
	PALETTE
***/

.mainColor {
}
.accentColor {
}
.linkColor {
}

.mainBG {
}
.accentBG {
}

/***
	LISTS
***/

.arrows {
  max-width: 100%;
  overflow-x: hidden;
}

.list-double-arrow {
  margin-left: 20px;
}
.list-double-arrow li {
  list-style: none;
  font-weight: bold;
}
.list-double-arrow li:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f101";
  margin: 7px 0;
  margin-right: 7px;
  position: relative;
  top: -1px;
}

/***
	HEADER
***/

header#header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}
.menuspacer {
  height: 278px;
}
#mainHeader {
  border-top: 10px solid #c62127;
  border-bottom: 10px solid rgba(15, 15, 15, 0.8);
  background: rgba(15, 15, 15, 0.6);
}
.logo {
  max-width: 100%;
  border-radius: 10px;
  background: #ed1c24;
  padding: 15px;
  margin: 20px 0;
}
.details {
  color: #fff;
  padding: 15px;
}

.menu-main-menu-container > ul#menu-main-menu {
  display: flex;
  justify-content: space-between;
}

/***
	LOGO
***/

.details {
  padding: 15px;
  margin-top: 15px;
}
.tel,
.email {
  margin: 0;
  font-weight: bold;
  font-family: "swis721_cn_bt";
}
.tel {
  font-size: 36px;
  margin-bottom: 20px;
  letter-spacing: 2px;
}
.email {
  font-size: 32px;
}

/***
	MAIN MENU
***/

#mainMenu {
}
nav#menu {
  background: rgba(15, 15, 15, 0.85);
  padding: 15px;
  border-radius: 0 0 10px 10px;
}
nav#menu ul {
  display: block;
  width: 100%;
  margin: 0px auto;
}
nav#menu ul li {
  display: inline-block;
  width: 19.8%;
  margin: 0;
}
nav#menu ul li {
  position: relative;
}
nav#menu ul li a:link,
nav#menu ul li a:visited,
nav#menu ul li a {
  /*font-family: 'PricedownBl-Regular';*/
  display: block;
  font-size: 19px;
  font-weight: bold;
  color: #fff;

  padding: 10px 8px;
  padding-right: 45px;
  background-color: #c62127;
  background-image: url("../images/layout/triangles.png");
  background-position: 95% 50%;
  background-repeat: no-repeat;
  background-size: 29px 19px;
  border: 3px solid #ed1c24;
  border-radius: 8px;
  text-align: center;
  /*text-shadow: 1px 1px 0px #fff;*/
}
nav#menu ul li a:hover {
  background-color: #ed1c24;
  background-image: url("../images/layout/triangles.png");
  background-position: 95% 50%;
  background-repeat: no-repeat;
  background-size: 29px 19px;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
}

nav#menu ul ul {
  position: absolute;
  z-index: 999;
  top: 55px;
  left: 0;
  width: 450px;
  text-align: left;
  padding: 15px;

  background: #111;
  padding-bottom: 30px;
}
nav#menu ul ul li {
  display: block;
  width: 100%;
  float: none !important;
  margin: 0;
  margin-bottom: 10px;
  text-align: left;
}
nav#menu ul ul li:last-child {
  margin-bottom: 0;
}
nav#menu ul ul li a {
  display: block !important;
  width: 100% !important;
  color: #fff !important;
  background: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  text-align: left !important;
}
nav#menu ul ul li a:hover {
  color: #ed1c24 !important;
}

/***
	TWEEPLE TWITTER FEED
***/

.tweeple {
  max-height: 350px;
  overflow-y: auto;
  border: 2px solid #ed1c24;
  margin-top: -10px;
}
.tweeple .tweet {
  background: #f1f1f1;
  padding: 10px;
  margin: 8px 0;
  max-width: 98%;
}
.tweeple .tweet:first-child {
  margin-top: 0;
}
.tweeple .tweet:last-child {
  margin-bottom: 0;
}
.tweeple .tweet a {
  color: #ed1c24;
}

/***
	CUSTOM FACEBOOK FEED
***/

.cff-wrapper {
  max-height: 280px;
  overflow-y: auto;
  /*border: 2px solid #ED1C24;*/
  margin-top: -10px;
  padding: 10px;
  color: #000;
}
.cff-wrapper .cff-text {
  color: #000;
  font-size: 15px;
}
.cff-wrapper .cff-page-name {
  color: #ed1c24;
}
.cff-wrapper a {
  color: #ed1c24;
}

/***
	CONTENT
***/

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
}
.content a:link,
.content a:visited,
.content a {
}
.content a:hover,
.content a:visited:active,
.content a.active {
}

.content ol {
  list-style: none;
  counter-reset: li;
}

.content ol li {
  counter-increment: li;
}

.content ol li::before {
  content: counter(li);
  color: #c62127;
  display: inline-block;
  width: 1em;
  margin-left: -1.5em;
  margin-right: 0.5em;
  text-align: right;
  direction: rtl;
}

.content ul li {
  position: relative;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  padding-left: 40px;
}

.content ul li::before {
  position: absolute;
  display: inline-block;
  content: "";
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  top: 7px;
  left: 20px;
  background-color: #c62127;
}

/***
		IMAGE GALLERY
	***/

#gallery {
  margin-top: 30px;
}
#gallery .thumbnail {
  display: block;
  padding: 5px;
  border: none;
  border-radius: 6px;
  background: #eee;
}
#gallery .thumbnail:hover {
  background: #ed1c24;
}
#gallery .thumbnail img {
  border-radius: 3px;
  width: 100%;
}

.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999;
  background: rgba(15, 15, 15, 0.7);
  opacity: 0;
  visibility: hidden;
}
.lightbox.active {
  opacity: 1;
  visibility: visible;
}
.lightbox .lightbox-body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: auto;
  max-height: 90vh;
  padding: 15px;
  border-radius: 8px;
}
.lightbox .lightbox-close {
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 99999;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.lightbox .lightbox-close::before,
.lightbox .lightbox-close::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 50px;
  background: red;
  cursor: pointer;
}
.lightbox .lightbox-close::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.lightbox .lightbox-close::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.lightbox .lightbox-close:hover::before,
.lightbox .lightbox-close:hover::after {
  background: #fff;
}
.lightbox .lightbox-body img {
  border-radius: 4px;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: calc(90vh - 30px);
}

/***
		Home Page
	***/

/* Main Image Slider */

#imageSlider {
  margin-top: 30px;
}
#imageSlider .captions {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  width: 100%;
}

#imageSlider .captions.captions1 .caption {
  -webkit-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

#imageSlider .captions.captions2 .caption {
  -webkit-animation-delay: 6.9s;
  -o-animation-delay: 6.9s;
  animation-delay: 6.9s;
}

#imageSlider .captions.captions3 .caption {
  -webkit-animation-delay: 13.5s;
  -o-animation-delay: 13.5s;
  animation-delay: 13.5s;
}

#imageSlider .captions.captions4 .caption {
  -webkit-animation-delay: 20.6s;
  -o-animation-delay: 20.6s;
  animation-delay: 20.6s;
}

#imageSlider .caption {
  background: rgba(15, 15, 15, 0.45);
  padding: 8px;
  color: #fff;
  display: inline-block;
  max-width: 85%;
  margin-left: 40px;
  margin-right: 40px;
  margin-top: 40px;
  font-size: 28px;
}
#imageSlider .caption:first-child {
  margin-top: 40px;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}

.homeTyres {
  margin-bottom: 20px;
  margin-top: 30px;
}
.circle {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.circleimg {
  max-width: 95%;
  height: auto;
  width: auto;
  max-width: 100%;
  display: none;
}
.circle .wheelLine {
  text-align: center;
  position: absolute;
  top: 44px;
  left: 58px;
  color: #111;
  background: rgba(255, 255, 255, 0.75);
  padding: 10px;
  margin: 0px auto;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  font-weight: 900;
  font-size: 26px;
}
.circle .wheelLine div {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.circle .wheelLine span,
.circle .wheelLine span.red {
  color: #ec1f27;
}
.circle .wheelLine span.block {
  display: block;
  width: 100%;
  color: #111;
}
.tyreLbl {
  color: #ed1c24;
  display: inline-block;
}

#circle2,
#circle2 .tagline {
  -webkit-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
#circle3,
#circle3 .tagline {
  -webkit-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
#circle4,
#circle4 .tagline {
  -webkit-animation-delay: 1.1s;
  -o-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

#circle5,
#circle5 .tagline {
  -webkit-animation-delay: 7s;
  -o-animation-delay: 7s;
  animation-delay: 7s;
}
#circle6,
#circle6 .tagline {
  -webkit-animation-delay: 7.3s;
  -o-animation-delay: 7.3s;
  animation-delay: 7.3s;
}
#circle7,
#circle7 .tagline {
  -webkit-animation-delay: 7.6s;
  -o-animation-delay: 7.6s;
  animation-delay: 7.6s;
}
#circle8,
#circle8 .tagline {
  -webkit-animation-delay: 7.9s;
  -o-animation-delay: 7.9s;
  animation-delay: 7.9s;
}

#circle9,
#circle9 .tagline {
  -webkit-animation-delay: 12.5s;
  -o-animation-delay: 12.5s;
  animation-delay: 12.5s;
}
#circle10,
#circle10 .tagline {
  -webkit-animation-delay: 12.8s;
  -o-animation-delay: 12.8s;
  animation-delay: 12.8s;
}
#circle11,
#circle11 .tagline {
  -webkit-animation-delay: 13.1s;
  -o-animation-delay: 13.1s;
  animation-delay: 13.1s;
}
#circle12,
#circle12 .tagline {
  -webkit-animation-delay: 13.4s;
  -o-animation-delay: 13.4s;
  animation-delay: 13.4s;
}

/* Manufacturer Logos */

#manuScroller {
  margin: 30px 0;
}
/* Container DIV - automatically generated */
.simply-scroll-container {
  position: relative;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip {
  position: relative;
  overflow: hidden;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
		Class name automatically added to element */
.simply-scroll-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}

.simply-scroll-list li {
  padding: 0;
  margin: 0 -15px;
  list-style: none;
  display: inline-block;
}

.simply-scroll-list li img {
  border: none;
  display: block;
}

/* Container DIV */
.simply-scroll {
  width: 100%;
  height: auto;
  margin-bottom: 1em;
}

/* Clip DIV */
.simply-scroll .simply-scroll-clip {
  width: 100%;
  height: auto;
}

/* Explicitly set height/width of each list item */
.simply-scroll .simply-scroll-list li {
  float: left; /* Horizontal scroll only */
  width: auto;
  height: auto;
}

/* About Us Block */

.parallax-window {
  min-height: 400px;
  background: transparent;
  padding: 75px 0;
}

.aboutContentHold {
  text-align: center;
}
.aboutContentHold h2 {
  margin: 25px 0;
  font-size: 42px;
  color: #fff;
}
.aboutContentHold h1 {
  margin: 25px 0;
  font-size: 42px;
  color: #fff;
}
.aboutContentHold .aboutContent {
  display: block;
  text-align: justify;
  background: rgba(15, 15, 15, 0.3);
  padding: 25px;
  color: #fff;
}
.aboutContentHold .btn-white {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 0;
  color: #fff;
}
.aboutContentHold .btn-white:hover {
  background: rgba(255, 255, 255, 0.6);
}

/* Home Page Widgets */

.homeWidget {
  text-align: left;
}
.homeWidget a {
  display: block;
  border-radius: 8px;
  padding: 10px;
  background: #ec1f27;
}
.homeWidget a:hover,
.homeWidget a:hover h2 {
  text-decoration: none;
  color: #fff;
}
.homeWidget a:hover h3 {
  background-image: url("../images/layout/triangles.png"),
    url("../images/layout/tyre_bg.png");
  background-color: #ed1c24;
  background-position: 95% 60%, -8% 0%;
  background-repeat: no-repeat, no-repeat;
  background-size: 29px 19px, auto 80px;
}
.homeWidget img {
  margin: 0px auto;
  border-radius: 4px 4px 4px 0;
}
.homeWidget h3 {
  font-size: 24px;
  color: #fff;
  text-align: right;
  padding: 15px;
  padding-right: 60px;
  margin-top: 0px;
  border-radius: 4px;

  background-image: url("../images/layout/triangles.png"),
    url("../images/layout/tyre_bg.png");
  background-color: #c62127;
  background-position: 95% 60%, -8% 0%;
  background-repeat: no-repeat, no-repeat;
  background-size: 29px 19px, auto 80px;
}

.slideholder {
  overflow: hidden;
  width: 100%;
  margin: 0px auto;
  margin-bottom: 30px;
}
.slides_holder {
  margin: 0px auto;
  padding: 0px;
  list-style-type: none; /* removing the default styling for unordered list items */
  width: 2000px;
}
#slidesupport {
  position: relative;
  overflow: hidden;
}
.slideritem {
  text-align: center;
  margin: 0px 5px;
  overflow: hidden;
  display: inline;
  float: left;
  list-style: none;
}

.sliderImage {
  width: 98%;
}

.my-slider {
  height: auto;
  margin: 0 auto;
  /*width: 900px;*/
  width: 100%;
}
.my-slider ul {
  height: auto;
  overflow: hidden;
}
.my-slider li {
  float: left;
}
.main-content {
  background: rgba(255, 255, 255, 0.7);
  padding: 2vw 6vw;
  text-align: center;
}

/***
		About Page
	***/

.tyreChart {
  text-align: center;
}
.tyreChart strong {
  color: #ed1c24;
  text-align: left;
  float: left;
  font-size: 19px;
  border-bottom: 2px solid #444;
}

/***
		Services
	***/

/* Services Block */

.serviceList .col-md-6:first-child .socialFeed,
.serviceList .col-md-6:nth-child(2) .socialFeed {
  margin-top: 0;
}
.serviceList .serviceItem {
  margin-bottom: 65px;
}
.serviceList .serviceItem .serviceImage {
  background: #ed1c24;
  padding: 10px;
  margin-bottom: 15px;
}
.serviceList .serviceItem .serviceImage img {
  width: 100%;
  max-width: 100%;
}
.serviceList .serviceItem .serviceContent {
  border: 2px solid #ed1c24;
  padding: 10px;
  min-height: 400px;
}
.serviceText {
  padding: 10px !important;
  min-height: 360px;
}
.serviceList .serviceItem .serviceTitle {
  background: url("../images/layout/tyre_bg.png") #ed1c24;
  background-position: -8% 0%;
  background-repeat: no-repeat;
  background-size: auto 80px;
  color: #fff;
  margin: 0;
  padding: 15px 20px;
}
.serviceList .serviceItem .serviceTitle {
}
.serviceList .serviceItem a:hover {
  text-decoration: none;
  color: #222;
}
.serviceList .serviceItem a:hover h2 {
  color: #222;
}
.serviceList .serviceItem a.read-more {
  display: block;
  position: absolute;
  right: 15px;
  bottom: 30px;
  background: #ed1c24;
  color: #fff;
  padding: 8px 16px;
}
.serviceList .serviceText {
  margin-bottom: 0;
}

/***
		Contact Us
	***/

.contactRow {
  margin-bottom: 20px;
}
.captcha {
  margin-top: 25px;
}
.captcha-btn {
  margin-top: 20px;
}
.contactList {
}
.contactList li {
  margin: 25px 0;
}
.contactList li:first-child {
  margin-top: 15px;
}
.contactList li i {
  color: #ed1c24;
  font-size: 28px;
}
.widget {
  padding: 10px;
  background: #ed1c24;
  border-radius: 8px;
  /*margin-top: 20px;*/
}
.covid-container {
  background-color: #fff;
  border-radius: 8px;
  padding: 10px;
  position: relative;
}
.covid-text {
  position: absolute;
  color: white;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px;
  top: 40px;
  left: 10px;
  right: 10px;
  font-weight: bold;
  text-align: center;
}
.mapHold {
  background: #ed1c24;
  border-radius: 8px;
}
.map,
.facebook,
.socialFeed {
  padding: 10px;
  background: #ed1c24;
  border-radius: 8px;
  margin-top: 20px;
}
.facebook {
  margin: 0;
}
.socialFeed img {
  width: auto;
  max-width: 100%;
}
.cff-wrapper,
.serviceText {
  margin-bottom: -10px;
  margin-top: 10px;
  border-radius: 8px;
  background: #fff;
}
.map .widget {
  margin-top: -10px;
  background: transparent;
}
.map .pageTitle,
.widget .pageTitle,
.directionsMap .pageTitle {
  font-size: 24px;
  color: #fff;
  text-align: left;
  padding: 15px;
  padding-right: 10px;
  padding-left: 100px;
  margin-top: 0px;
  border-radius: 4px;
  background-image: url("../images/layout/tyre_bg.png");
  background-color: #c62127;
  background-position: -18px 0%;
  background-repeat: no-repeat;
  background-size: auto 80px;
}
.map .widget iframe {
  margin-bottom: -5px;
  margin-top: 10px;
  border-radius: 8px;
  background: transparent;
}
.directionsMap {
  padding: 10px;
  border-radius: 8px;
  background: #ed1c24;
  margin-bottom: 20px;
}
.directionsMap img {
  max-width: 100%;
}
.directionsMap .side strong {
  display: block;
  /*margin-top: 130px;*/
  margin-bottom: 0;
}
.mt-2 {
  margin-top: 20px;
}
.directionsMap .map {
  background: #ed1c24;
}
.directionsMap .widget,
.content {
  background: #fff;
  border-radius: 8px;
  padding: 10px;
}
.directionsMap .widget strong {
  color: #ed1c24;
}

.reviews {
  padding: 10px;
  border-radius: 8px;
  background: #ed1c24;
  margin-bottom: 20px;
}
.reviews .reviewsList {
  max-height: 352px;
  overflow: hidden;
  overflow-y: auto;
}

.sidebar,
.contentContainer {
  background: #ec1f27;
  border-radius: 8px;
  border: none;
  padding: 10px;
  margin-bottom: 30px;
}
.sidebar {
}
.pageTitle {
  font-size: 24px;
  color: #fff;
  text-align: left;
  padding: 15px;
  padding-right: 10px;
  padding-left: 100px;
  margin-top: 0px;
  border-radius: 4px;

  background-image: url("../images/layout/tyre_bg.png");
  background-color: #c62127;
  background-position: -18px 0%;
  background-repeat: no-repeat;
  background-size: auto 80px;
}
.pageTitle a {
  color: #fff;
}
.pageTitle a:hover {
  color: #9f1d20;
}
h1.pageTitle {
  margin-top: 20px;
  font-size: 24px;
  color: #fff;
  text-align: left;
  padding: 15px;
  padding-right: 10px;
  padding-left: 100px;
  margin-top: 0px;
  border-radius: 4px;

  background-image: url("../images/layout/tyre_bg.png");
  background-color: #c62127;
  background-position: -18px 0%;
  background-repeat: no-repeat;
  background-size: auto 80px;
}
.callUsHeading {
  font-size: 26px;
  font-weight: bold;
}
.callUsHeading span {
  color: #c62127;
}

/***
		Reviews Page
	***/

.reviews {
}
.reviews .wpcr3_leave_text {
  font-size: 24px;
  margin-bottom: 15px;
}
.reviews tr[class^="wpcr3_review_form_"] {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.reviews tr[class^="wpcr3_review_form_"] td:first-child {
  display: block;
}
.reviews tr[class^="wpcr3_review_form_"] td:last-child {
  width: 300px;
}
/*.reviews label {
		display: block;
		width: 180px;
	}*/
.reviews input:not([type="checkbox"]),
.reviews textarea {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.reviews input:not([type="checkbox"]) {
  height: 34px;
}
.reviews textarea {
}

/***
		Pricing Table
	***/

/* #pricingTable {
  background: url(../images/layout/1000s-tyres.png),
    url(../images/layout/loyalty-prices.png), url(../images/layout/approved.png),
    url(../images/layout/prices-include.png);
  background-repeat: no-repeat;
  background-size: 200px 200px;
  background-position: 98.25% -2%, 98.25% 32%, 98.25% 67%, 98.25% 101%;
} */
/* #pricingTable table {
  max-width: 80%;
} */

@media screen and (min-width: 768px) {
  #pricingTable .price-image {
    width: 200px;
    max-width: 100%;
  }
}
#pricingTable thead th {
  text-align: center;
  background: #ed1c24;
  color: #fff;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
    1px 1px 0 #000;
  font-size: 16px;
  vertical-align: middle;
}
#pricingTable thead th:first-child {
  text-align: left;
}
#pricingTable tbody td {
  font-size: 15px;
}
#pricingTable tbody td.bold {
  font-size: 16px;
}
#pricingTable tbody td span {
  font-size: 16px;
  color: #ed1c24;
  font-weight: bold;
}

/***
	FOOTER
***/
.footerTitle {
}

/***
		MAIN FOOTER
	***/

#mainFooter {
  background: #111;
  padding: 20px 0;
  margin-top: 25px;
  color: #f1f1f1;
}
#mainFooter a {
  color: #fff;
  font-size: 16px;
}
#mainFooter a:hover {
  color: #ed1c24;
  text-decoration: none;
}
#mainFooter .footerWidget h3,
#mainFooter .sidebar h3 {
  border-bottom: 2px solid #ed1c24;

  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 0;
  padding-bottom: 4px;
  background: none;
}

#footerMap {
  min-height: 250px;
}

/***
		Copyright Footer
	***/

#pageFooter #copyright {
  font-size: 13px;
}
#pageFooter {
  padding-top: 15px;
}

/***
        Blog Area
    ***/
.post-list {
}
.post-list .single-post {
  display: block;
  margin: 0 0 15px 0;
  color: black;
}
.post-list .single-post:hover {
  background: #e4e4e4;
}
.single-post .sp-img {
  height: 120px;
  border-radius: 4px;
  background-size: cover;
  background-position: center center;
}
.single-post .sp-title {
  font-size: 18px;
  margin: 0 0 5px 0;
  color: #ed1c24;
}
.single-post .sp-date {
  color: #333;
}

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  nav#menu {
    text-align: center;
  }
  nav#menu ul li {
    display: inline-block;
    width: auto;
    margin: 0;
  }
  nav#menu ul li {
    position: relative;
  }
  nav#menu ul li a:link,
  nav#menu ul li a:visited,
  nav#menu ul li a {
    /*font-family: 'PricedownBl-Regular';*/
    display: block;
    font-size: 19px;
    font-weight: bold;
    color: #fff;

    padding: 10px 20px;
    padding-right: 45px;
    background-color: #c62127;
    background-image: url("../images/layout/triangles.png");
    background-position: 95% 50%;
    background-repeat: no-repeat;
    background-size: 29px 19px;
    border: 3px solid #ed1c24;
    border-radius: 8px;
    text-align: center;
    /*text-shadow: 1px 1px 0px #fff;*/
  }
  .homeTyres {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  #wprmenu_bar,
  #wprmenu_menu {
    z-index: 9999;
  }
  header#header {
    position: fixed;
    left: 0;
    right: 0;
    top: 40px;
    width: 100%;
    z-index: 99;
  }
  .menuspacer {
    height: 10px;
  }
  header#header {
    position: relative;
    top: 0;
    z-index: 99;
  }
  .table-fixed {
    table-layout: initial;
  }
  #pricingTable {
    background: none;
  }
  #pricingTable table {
    max-width: 100%;
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .homeWidget h3 {
    font-size: 19px;
  }
  .menuspacer {
    height: 20px;
  }
  .directionsMap .side strong {
    margin: 0;
  }
  .tel {
    margin-top: 20px !important;
  }
  .tel,
  .email {
    font-size: 25px !important;
  }
}

@media only screen and (max-width: 820px) {
  .homeWidget h3 {
    font-size: 17px;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .align-items-center {
    display: flex;
    align-items: center;
  }
  #mainHeader {
    margin-top: 42px;
  }
  .text-left {
    text-align: center;
  }
  .homeWidget {
    margin: 20px 0;
  }
  .homeWidget h3 {
    font-size: 24px;
    padding-right: 80px;
  }
  .logo {
    width: 50% !important;
    margin: 0px auto;
    margin-top: 15px;
    text-align: center;
  }
  .details {
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .details h1 {
    margin-top: 10px;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .logo {
    width: 65% !important;
  }
  .details h2 {
    margin-top: 10px;
  }
  .homeWidgets .col-xs-4 {
    display: block;
    width: 100%;
  }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  .logo {
    width: 85% !important;
  }
}

html body div.wprm-wrapper {
  z-index: 999999999999999 !important;
  width: 100%;
}
#wprmenu_bar,
#wprmenu_menu {
  z-index: 99999999999 !important;
}
#mg-wprm-wrap {
  z-index: 99999999999999 !important;
}
html body .wprm-overlay.active {
  z-index: 999999999999 !important;
}
