.invalid {
  border-color: #cc0000;
}
label.invalid {
  color: #cc0000;
}
input.invalid {
  border: 1px solid #cc0000;
}

.dropdown-menu > li > a {
  padding: 5px 20px;
}
.dropdown-header {
  padding: 3px 20px;
  font-size: 14px;
}
.dropdown-header a {
  color: #999999;
}
.dropdown-submenu > a:after {
  border-left-color: #333333;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #262626;
}
.nav > li > .separator {
  position: relative;
  display: block;
  padding: 10px 15px;
  line-height: 20px;
}
@media (min-width: 769px) {
  .nav > li > .separator {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .nav > li > span {
    padding: 10px 15px;
    display: inline-block;
  }
}
.nav .caret {
  border-top-color: #d21b1f;
  border-bottom-color: #d21b1f;
}
.nav a:hover .caret {
  border-top-color: #8e1215;
  border-bottom-color: #8e1215;
}
.t3-navhelper {
  background: #f5f5f5;
  border-top: 1px solid #eeeeee;
  color: #555555;
  padding: 5px 0;
}
.breadcrumb {
  margin-bottom: 0;
  border-radius: 0;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #999999;
}
.breadcrumb > .active + li:before {
  content: "";
  padding: 0;
}
.breadcrumb > .active .hasTooltip {
  padding-right: 10px;
}
.breadcrumb .divider {
  display: none;
}
.pagination {
  display: block;
}
.pagination:before,
.pagination:after {
  content: " ";
  display: table;
}
.pagination:after {
  clear: both;
}
@media screen and (min-width: 769px) {
  .pagination {
    float: left;
  }
}
.pagination .pagination {
  display: inline-block;
}
.counter {
  display: inline-block;
  margin-top: 20px;
  padding: 6px 12px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
}
@media screen and (min-width: 769px) {
  .counter {
    float: right;
  }
}

.navbar-toggle {
  padding: 0;
  height: 35px;
  line-height: 35px;
  width: 35px;
  margin-left: 15px;
}
@media (min-width: 769px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
@media (min-width: 769px) {
  .navbar-nav {
    margin: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #d21b1f;
  background-color: transparent;
}
.navbar-default .navbar-nav > li > .nav-header {
  color: #777777;
  display: inline-block;
  padding-top: 15px;
  padding-bottom: 15px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #d21b1f;
  border-bottom-color: #d21b1f;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}
@media (max-width: 768px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #d21b1f;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #d21b1f;
}
.t3-mainnav {
  border-left: 0;
  border-right: 0;
  margin-bottom: 0;
  border-radius: 0;
}
.t3-mainnav .t3-navbar {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 769px) {
  .t3-mainnav .t3-navbar-collapse {
    display: none !important;
  }
}
.t3-mainnav .t3-navbar-collapse .navbar-nav {
  margin: 0 -15px;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav li > a .fa {
  margin-right: 5px;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav > li > a {
  border-top: 1px solid #e7e7e7;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav > li:first-child > a {
  border-top: 0;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown > a .caret {
  position: absolute;
  top: 40%;
  right: 12px;
}

.t3-content {
  margin-top: 20px;
}
.dropdown-menu ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
span.redText {
  color: #d21b1f;
}
.newTable td {
  text-align: center;
}
.enhanceHalf {
  width: 49%;
  max-height: 255px;
}
.pad-bot {
  padding-bottom: 105px;
}
.iconText {
  float: left;
  width: 83%;
}
.smallIconImage {
  float: left;
  margin-right: 3em;
}
.textContainer h2 {
  clear: both;
}
.redShape {
  background-image: url('https://www.celtictuning.co.uk/images/enhance/Vector-Smart-Object.png');
  width: 56.9%;
  height: 230px;
  float: left;
  margin-right: 5%;
  margin-bottom: 50px;
  background-repeat: no-repeat;
}
.redShape table {
  color: white;
  margin-left: 16px;
  margin-top: 26px;
}
.redShape table td {
  height: 24px;
  width: 6%;
}
.dynoImage {
  float: left;
  width: 38%;
}
.fullTable {
  width: 100%;
  background-color: #E21F27;
  padding-left: 20px;
  margin-top: 30px;
  color: white;
}
.halfTable {
  width: 44%;
  float: left;
}
.thirdWidth {
  width: 33%;
  display: block;
  overflow: auto;
  float: left;
  padding-bottom: 3em;
}
.thirdWidth img {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin: auto;
}
.thirdWidth span {
  width: 77%;
  display: block;
  float: right;
  margin-top: 9%;
}
.halfWidth {
  width: 50%;
  display: block;
  overflow: auto;
  float: left;
  padding-bottom: 3em;
}
.halfWidth img {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin: auto;
}
.halfWidth span {
  width: 77%;
  display: block;
  float: right;
  margin-top: 9%;
}
.fullWidthImage {
  width: 100%;
}
.greenButton {
  position: relative;
  vertical-align: top;
  width: 100%;
  height: 60px;
  padding: 0;
  font-size: 22px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  background: #2ecc71;
  border: 0;
  border-bottom: 2px solid #28be68;
  cursor: pointer;
  -webkit-box-shadow: inset 0 -2px #28be68;
  box-shadow: inset 0 -2px #28be68;
}
.thirdBox {
  width: 33%;
  float: left;
}
.iconColumn {
  width: 24%;
  float: left;
  margin-right: 4%;
  margin-left: 5%;
  text-align: center;
}
.iconColumn h3 {
  text-align: center;
}
.iconImage {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  display: block;
}
.boxContainer {
  width: 100%;
  overflow: hidden;
}
.blankHeight {
  height: 350px;
}
.fullBox {
  margin-top: 10px;
}
.blueBandContainer {
  height: 93px;
  padding-top: 5px !important;
}
.halfBox {
  width: 50%;
  float: left;
}
.halfBox img {
  width: 100%;
}
.halfBox .lineHeightChange {
  line-height: 23px !important;
}
#n2-ss-1-placeholder {
  display: none;
}
.dropdown-toggle .caret {
  margin-left: 10px !important;
}
body,
html {
  overflow-x: hidden;
}
body {
  font-family: 'Roboto', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
}
h4 {
  font-size: 18px;
  text-transform: uppercase;
}
.ct-header-container {
  padding: 0px !important;
  min-height: 90px;
  position: relative;
  z-index: 8;
}
.ct-header-container .logo-image {
  position: relative;
  z-index: 10;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
strong,
b {
  font-weight: 500;
}
.ct-red {
  color: #d21b1f;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-weight: 700;
  color: #d21b1f;
}
p {
  color: #333;
  font-size: 13px;
  line-height: 20px;
}
.nivoSlider {
  box-shadow: none !important;
  margin-bottom: 0px !important;
}
.hptr .ct-frame {
  height: 525px;
}
.nivo-controlNav {
  display: none;
}
.ct-header {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 10px 0px 10px 0px;
  
  width: 100%;
  z-index: 900;
}
.form-search .form-control {
  border: 1px solid #a7a7a7;
  padding: 0px 5px 0px 5px;
  height: auto;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin: 0px;
  float: left;
  height: 22px;
}
.form-search label {
  display: none;
}
body .search button.btn.btn-primary {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin-left: -24px;
  position: absolute;
  height: auto;
  border-color: #a7a7a7;
  background: #a7a7a7 !important;
  font-size: 12px;
  padding: 1px 5px 0px 5px;
  height: 22px;
}
.form-search .btn-primary::after {
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  text-shadow: 0px 1px rgba(0, 0, 0, 0.3);
  content: "\e003";
}
.form-search .btn-primary::after {
  clear: both;
}
.head-search {
  text-align: right;
  float: right;
}
.isl-location-search {
  float: left !important;
}
.ct-head-social {
  float: right;
  margin-right: 10px;
}
.ct-head-login {
  float: right;
  margin-right: 20px;
  text-transform: uppercase;
}
.ct-header-right-offset a {
  color: #a7a7a7;
}
.ct-header-right-offset a:hover {
  text-decoration: none;
  color: #d21b1f;
}
.ct-head-social a {
  margin: 0px 1px;
}
.languageswitcherload {
  float: right;
  width: 100%;
  text-transform: uppercase;
  margin: 0px 15px 0px 15px;
}
.ct-header-right-offset {
  margin-right: -10%;
  width: 110%;
  position: relative;
  z-index: 10;
}
.isl-geolocate-btn {
  float: left !important;
}
.isl-search-bar {
  width: 70% !important;
}
.input-group-addon {
  float: left !important;
  font-weight: 500 !important;
  padding-top: 11px !important;
}
.row.ctvc_availableServices > div img {
  max-width: 65% !important;
}
.ct-header-right-offset::after {
  clear: both;
}
.head-search > div {
  display: inline-block;
}
.mod-languages-ct p {
  margin: 0px;
  position: relative;
  padding: 0px;
  line-height: 0px;
  color: #a7a7a7;
  font-size: 12px;
  text-shadow: 0px 0px 10px #fff;
}
.mod-languages-ct p::before {
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  margin-right: 5px;
  content: "\e135";
}
.mod-languages-ct p::after {
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  margin-left: 5px;
  margin-right: 5px;
  content: "•";
}
.ct-prevnext {
  background-color: #565757;
  height: 200px;
  display: table-cell;
  width: 100%;
  text-align: center;
  vertical-align: middle;
}
.ct-prevnext:hover {
  background-color: #d21b1f;
}
.ct-prevnext a,
.ct-prevnext * {
  color: #fff;
  text-decoration: none;
}
#mod_ctvc-dvla {
  margin-top: 15px;
}
.ct-introtext-img {
  display: table-cell;
  vertical-align: middle;
}
.ct-carselect {
  margin-bottom: 40px;
}
.ct-gray-bg .mod_ctvc-vs .mod_ctvc-vs-bottom-offset {
  margin-bottom: -55px;
}
.mod_ctvc-select {
  background: #eeeeee;
  background: -moz-linear-gradient(top, #eeeeee 50%, #e1e1e1 51%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), color-stop(51%, #e1e1e1));
  background: -webkit-linear-gradient(top, #eeeeee 50%, #e1e1e1 51%);
  background: -o-linear-gradient(top, #eeeeee 50%, #e1e1e1 51%);
  background: -ms-linear-gradient(top, #eeeeee 50%, #e1e1e1 51%);
  background: linear-gradient(to bottom, #eeeeee 50%, #e1e1e1 51%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#e1e1e1', GradientType=0);
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  margin-bottom: 9px;
}
.mod_ctvc-select-currentStep,
body .btn.btn-primary.mod_ctvc-select-currentStep {
  background: #ffce30;
  background: -moz-linear-gradient(top, #ffce30 50%, #ffc52c 51%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffce30), color-stop(51%, #ffc52c));
  background: -webkit-linear-gradient(top, #ffce30 50%, #ffc52c 51%);
  background: -o-linear-gradient(top, #ffce30 50%, #ffc52c 51%);
  background: -ms-linear-gradient(top, #ffce30 50%, #ffc52c 51%);
  background: linear-gradient(to bottom, #ffce30 50%, #ffc52c 51%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffce30', endColorstr='#ffc52c', GradientType=0);
  border: 1px solid #f3bc2a;
  color: #444;
  text-shadow: 0px 1px rgba(255, 255, 255, 0.3);
}
.mod_ctvc-select select {
  width: 100%;
  display: block;
  border: none !important;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
  text-shadow: 0px 1px #ffffff;
  font-size: 14px;
  padding-top: 3px;
  padding-bottom: 4px;
  height: 28px;
}
.mod_ctvc-select.mod_ctvc-select-currentStep select {
  text-shadow: 0px 1px rgba(255, 255, 255, 0.3);
}
.mod_ctvc-select option:checked {
  font-weight: bold !important;
}
.mod_ctvc-select select,
.mod_ctvc-select select option:checked,
.mod_ctvc-select select option:active {
  background-color: transparent !important;
  color: #000 !important;
}
.btn-primary {
  background: #545454;
  background: -moz-linear-gradient(top, #545454 50%, #4f4f4f 51%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #545454), color-stop(51%, #4f4f4f));
  background: -webkit-linear-gradient(top, #545454 50%, #4f4f4f 51%);
  background: -o-linear-gradient(top, #545454 50%, #4f4f4f 51%);
  background: -ms-linear-gradient(top, #545454 50%, #4f4f4f 51%);
  background: linear-gradient(to bottom, #545454 50%, #4f4f4f 51%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#545454', endColorstr='#4f4f4f', GradientType=0);
  border-color: #333;
  font-weight: 700;
  text-shadow: 0px -1px #000000;
}
.btn-primary:hover {
  background: #606060;
  background: -moz-linear-gradient(top, #606060 50%, #565656 52%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #606060), color-stop(52%, #565656));
  background: -webkit-linear-gradient(top, #606060 50%, #565656 52%);
  background: -o-linear-gradient(top, #606060 50%, #565656 52%);
  background: -ms-linear-gradient(top, #606060 50%, #565656 52%);
  background: linear-gradient(to bottom, #606060 50%, #565656 52%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#606060', endColorstr='#565656', GradientType=0);
  border-color: #606060;
}
.ct-mainnav {
  position: relative;
  margin-top: -54px;
  height: 54px;
  width: 100%;
  
}
.ct-mainnav nav {
  background-color: transparent !important;
  border: none !important;
  text-align: right;
}
.ct-mainnav nav .t3-navbar a,
.ct-mainnav .t3-navbar nav * {
  text-transform: uppercase;
  font-weight: 400 !important;
  font-size: 16px;
}
.ct-mainnav nav .t3-navbar > .t3-megamenu > ul > li.active > a {
  color: #d21b1f !important;
  font-weight: 700 !important;
  background-color: transparent !important;
  border-bottom: 4px solid #d21b1f;
  padding-right: 0px;
  padding-left: 0px;
  margin-left: 15px;
  margin-right: 15px;
}
.ct-banners {
  margin-bottom: 30px;
}
.ct-banners img {
  margin: auto;
}
.ct-featuredtuning {
  padding-left: 0px;
}
.ct-featuredtuning li {
  list-style: none;
}
.ct-frame {
  border: 1px solid #cdcdcd;
  margin-bottom: 30px;
}
.ct-title {
  padding: 10px;
  text-align: center;
  display: block;
  color: #000;
  font-weight: 300;
  text-transform: uppercase;
}
.ct-featuredtuning-item {
  margin-top: 15px;
  margin-bottom: 15px;
}
.ct-featuredtuning-item a:hover {
  text-decoration: none;
}
.ct-featuredtuning-tags {
  display: block;
  padding: 10px;
  text-align: center;
}
.ct-featuredtuning-separator {
  border-top: 3px solid #000;
  height: 0px;
  font-size: 0px;
  display: block;
  position: relative;
  width: 50px;
  margin: auto;
}
.ct-featuredtuning-tag {
  color: #a7a7a7;
  text-decoration: none !important;
}
.ct-featuredtuning-tag::after {
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  margin-left: 5px;
  margin-right: 5px;
  content: "•";
}
.ct-featuredtuning-tag:last-child::after {
  content: none;
  min-height: 560px;
}
.ct-servicetrio-item .ct-frame {
  padding: 20px;
}
.ct-servicetrio-item .text-center {
  text-align: center;
}
.ct-servicetrio-item h4 {
  text-align: center;
}
.readMore {
  color: #d21b1f;
}
.readMore b {
  color: #d21b1f;
}
.ct-block {
  display: block;
}
.ct-latestnews {
  padding-left: 0px;
}
.ct-latestnews a:hover {
  text-decoration: none !important;
}
.ct-featuredtuning-item:hover .ct-title {
  color: #d21b1f;
}
.ct-featuredtuning-item:hover .ct-featuredtuning-separator {
  border-top: 3px solid #d21b1f;
}
.ct-latestnews li {
  list-style: none;
  margin-bottom: 10px;
  padding: 10px;
}
.ct-latestnews-title {
  color: #000;
  font-weight: 500;
}
.ct-footer {
  background-color: #eeeeee;
  margin-top: 30px;
  background-image: url(../../images/footer-bg-logo.png);
  background-repeat: no-repeat;
  background-position: 20% 0px;
  border: none !important;
}
.ct-footer > section {
  padding: 20px 0px;
  border: none !important;
}
.ct-footer p,
.ct-footer a,
.ct-footer * {
  font-size: 11px;
  color: #888;
  line-height: 18px;
}
.ct-footer ul {
  padding: 0px;
}
.ct-footer ul li {
  list-style: none;
  padding-bottom: 6px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #000;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: none !important;
  color: #333;
}
.ctSelectYear {
  margin-top: 20px;
}
.ctSelectYear label {
  font-weight: 300;
  font-size: 1.5em;
  color: #000;
}
.article-aside {
  float: right;
  border: 1px solid #efefef;
  color: #ccc;
}
.article-aside a {
  color: #ccc;
}
.btn-primary[disabled] {
  opacity: .5;
  border-color: #ccc;
}
h6 {
  margin: 10px 0px 10px 0px;
  font-weight: bold;
  font-weight: 700;
  font-size: 18px;
  color: #000000 !important;
}
.ct-footer-logo {
  margin-bottom: 10px;
}
.ct-footer-mailSubscription table {
  width: 100% !important;
}
.ct-footer-mailSubscription input {
  width: 100% !important;
  box-sizing: border-box !important;
}
.ct-footer-mailSubscription table td {
  vertical-align: middle !important;
}
.ct-footer-mailSubscription input[type=text],
.ct-footer-mailSubscription .modns.inputbox {
  font-size: 12px;
  padding: 3px 5px;
  height: 24px;
}
.ct-phone,
.ct-phone * {
  font-size: 15px !important;
  font-weight: bold;
  color: #000000 !important;
}
.ct-footer-mail {
  margin-left: 5px;
}
.ct-fakeSpace {
  font-size: 0px;
}
.ct-footer-overseas {
  margin-left: 18px;
  margin-top: 20px;
  display: block;
}
.ct-phone {
  margin: 10px 0px 8px 0px;
  font-weight: 700 !important;
}
.ctvc_buttons .btn-default {
  background: #545454;
  background: -moz-linear-gradient(top, #545454 50%, #4f4f4f 51%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #545454), color-stop(51%, #4f4f4f));
  background: -webkit-linear-gradient(top, #545454 50%, #4f4f4f 51%);
  background: -o-linear-gradient(top, #545454 50%, #4f4f4f 51%);
  background: -ms-linear-gradient(top, #545454 50%, #4f4f4f 51%);
  background: linear-gradient(to bottom, #545454 50%, #4f4f4f 51%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#545454', endColorstr='#4f4f4f', GradientType=0);
  border-color: #333;
  font-weight: 700;
  text-shadow: 0px -1px #000000;
  color: #fff;
}
.ctvc_buttons .btn-default:active,
.ctvc_buttons .btn-default:visited {
  color: #fff;
}
.ctvc_buttons .btn-default:hover {
  color: #fff;
  background: #606060;
  background: -moz-linear-gradient(top, #606060 50%, #565656 52%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #606060), color-stop(52%, #565656));
  background: -webkit-linear-gradient(top, #606060 50%, #565656 52%);
  background: -o-linear-gradient(top, #606060 50%, #565656 52%);
  background: -ms-linear-gradient(top, #606060 50%, #565656 52%);
  background: linear-gradient(to bottom, #606060 50%, #565656 52%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#606060', endColorstr='#565656', GradientType=0);
}
.ctvc_buttons .btn-primary,
.btn-ct {
  background: #e7252b;
  background: -moz-linear-gradient(top, #e7252b 50%, #d81518 51%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #e7252b), color-stop(51%, #d81518));
  background: -webkit-linear-gradient(top, #e7252b 50%, #d81518 51%);
  background: -o-linear-gradient(top, #e7252b 50%, #d81518 51%);
  background: -ms-linear-gradient(top, #e7252b 50%, #d81518 51%);
  background: linear-gradient(to bottom, #e7252b 50%, #d81518 51%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7252b', endColorstr='#d81518', GradientType=0);
  border-color: #d81518;
  font-weight: 700 !important;
  text-shadow: 0px -1px #000000;
  color: #fff;
}
.ctvc_buttons .btn-primary:hover,
.btn-ct:hover {
  color: #fff;
  background: #f7393d;
  background: -moz-linear-gradient(top, #f7393d 50%, #ea1518 52%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #f7393d), color-stop(52%, #ea1518));
  background: -webkit-linear-gradient(top, #f7393d 50%, #ea1518 52%);
  background: -o-linear-gradient(top, #f7393d 50%, #ea1518 52%);
  background: -ms-linear-gradient(top, #f7393d 50%, #ea1518 52%);
  background: linear-gradient(to bottom, #f7393d 50%, #ea1518 52%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7393d', endColorstr='#ea1518', GradientType=0);
  border-color: #ea1518;
}
.ctvc_buttons .btn-primary:active,
.ctvc_buttons .btn-primary:visited,
.btn-ct:visited,
.btn-ct:active {
  color: #fff;
}
a:hover .ctvc_selector_thumb {
  border-color: #cd0000;
}
.lang-active * {
  font-weight: 700;
  color: #000 !important;
}
.mod-languages-ct .pretext,
.mod-languages-ct form {
  
}

.mod-languages-ct .pretext,
.mod-languages-ct form {
  display: inline-block;
}
.mod-languages-ct select {
  border-radius: 0;
  border: 1px solid #a7a7a7;
  top: -2px;
  position: relative;
  padding: 0;
  margin: 0;
  height: 22px;
  line-height: 12px;
  font-size: 9px;
  text-transform: uppercase;
}
.ct-mainnav li.open > a {
  background-color: #fff !important;
}
.ct-mainnav .mega-dropdown-inner li a {
  text-align: left !important;
  color: #7D7D7D;
}
.ct-mainnav .mega-dropdown-inner li a:hover {
  background-color: transparent !important;
}
.ct-mainnav .mega-inner li:not(:last-child) {
  padding-bottom: 3px;
  margin-bottom: 3px;
  border-bottom: 1px solid #efefef;
}
.custom-createsend-ct input.ct-txtInp {
  padding: 3px 5px;
  height: auto;
  line-height: 12px;
  font-size: 12px;
  color: #7d7d7d;
  border: 1px solid #a7a7a7;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin: 3px 0px 3px 0px;
}
.ct-featuredtuning-image {
  display: block;
  width: 100%;
  padding-bottom: 60%;
  background-position: center;
  background-size: cover;
  background-color: #efefef;
}
.breadcrumb * {
  font-size: 11px;
}
.ct-featured-articles-slider ul {
  display: block;
  width: 100%;
  height: 200px;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 0px;
}
.ct-featured-articles-slider ul li {
  list-style: none;
  position: absolute;
  display: none;
  height: 180px;
  overflow: hidden;
  padding-top: 20px;
}
.ct-featured-articles-slider ul li:first-child {
  display: block;
}
.ct-featuredarticles-slider-title {
  color: #000;
  font-size: 24px;
}
h4 {
  text-transform: uppercase;
}
.ct-banners-wrapper {
  width: 80%;
  margin: auto;
  display: block;
}
.ct-gray-bg {
  background-color: #fafafa;
}
.ct-readmore {
  font-weight: 300;
}
body .btn-primary .ct-red {
  color: #fff !important;
}
.ct-servicebanner {
  margin: 30px 0px 15px 0px;
}
.mod_ctvc-dvlaCheck {
  background: #ffffff;
  
  background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
  
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #efefef));
  
  background: -webkit-linear-gradient(top, #ffffff 0%, #efefef 100%);
  
  background: -o-linear-gradient(top, #ffffff 0%, #efefef 100%);
  
  background: -ms-linear-gradient(top, #ffffff 0%, #efefef 100%);
  
  background: linear-gradient(to bottom, #ffffff 0%, #efefef 100%);
  
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef', GradientType=0);
  
  background-image: url(../../images/uk-badge.png) !important;
  background-repeat: no-repeat;
  background-position: left;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  width: 100% !important;
  padding-left: 10% !important;
  box-sizing: border-box !important;
  margin-bottom: 20px;
}
.tooltip {
  font-size: 14px;
  line-height: 20px;
}
.pull-left .ct_detail_headline {
  margin-top: 0px;
}
.ct_detail_headline {
  margin-top: -10px;
}
.article-content p:first-child {
  margin-top: 0px;
}
.article-image,
.item-image {
  margin-bottom: 10px;
}
.article-image,
.item-image.pull-left {
  margin-right: 15px;
}
.article-image,
.item-image.pull-right {
  margin-left: 15px;
}
.article-aside {
  margin-left: 15px;
  margin-bottom: 10px;
  padding: 5px 7px;
}
.ct-frame h4 {
  margin-top: 0px;
}
.cttestimonials-slider ul {
  display: block;
  width: 100%;
  height: 200px;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  margin-left: 0px;
}
.cttestimonials-slider ul li {
  list-style: none;
  position: absolute;
  display: none;
  height: 180px;
  overflow: hidden;
  padding-top: 20px;
}
.cttestimonials-slider ul li:first-child {
  display: block;
}
.cttestimonials-slider-title {
  color: #000;
  font-size: 24px;
}
.cttestimonials-slider a {
  color: #444;
}
.cttestimonials-slider-title {
  text-transform: uppercase;
  font-size: 18px;
}
.cttestimonials-slider-title:hover,
.cttestimonials-slider-text:hover,
.cttestimonials-slider-text p:hover {
  text-decoration: none !important;
}
.cttestimonials-slider-text {
  display: block;
  margin-top: 10px;
}
.article-info {
  margin-bottom: 20px;
}
.article-info,
.article-info p,
.article-info * {
  color: #999;
}
.t3-content .btn.dropdown-toggle {
  padding: 0px;
}
.mod-languages-ct select,
.ct-header .logo-image {
  position: relative;
  z-index: 19;
}
.ct-mainnav-bottom .navbar-toggle {
  position: absolute !important;
  z-index: 20 !important;
  right: 0px;
}
.page-header > h2:first-child {
  margin-top: 0px;
}
.item-page .tags {
  margin-bottom: 10px;
}
.item-page .tags > span {
  display: inline-block;
  margin: 0px 3px 3px 0px;
}
.item-page .tags a,
.item-page .tags a:hover {
  background-color: #444 !important;
}
.modulesupport-responsive img {
  width: 100%;
  height: auto;
}
.module-ct {
  margin-bottom: 30px;
}
.ct-header .logo a {
  display: block !important;
}
.ct-header-right-offset p {
  margin: 0px;
}
body .cttestimonials-slider h2,
body .cttestimonials-slider h3 {
  font-size: 18px;
  line-height: 28px !important;
  margin: 0px !important;
}
.ct-topPartOffset1 h2 {
  margin-bottom: 4px;
  margin-top: 6px;
}
.ct-topPartOffset1 {
  margin-bottom: 17px;
  margin-top: 10px;
}
.ct-topPartOffset2 {
  margin-top: 42px;
  margin-bottom: 17px;
}
.ct-mainnav-desktop {
  position: relative;
  z-index: 20;
  bottom: -4px;
}
.ct-mainnav-desktop .mega-inner {
  width: 240px;
}
body .ct-mainnav-desktop .mega-inner a {
  padding: 5px 15px 5px 15px !important;
  text-decoration: none;
  display: block;
}
body .ct-mainnav-desktop .mega-inner a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  
  .n2-ss-layers-container,
  #n2-ss-4-align,
  .n2-padding,
  .n2-ss-slider,
  .n2-ss-slider-1,
  .n2-ss-slider-2,
  .n2-ss-slider-3,
  .n2-ss-slide {
    height: 190px !important;
  }
  .n2-ss-slide-background {
    margin-top: -46px !important;
  }
  .n2-ss-layer {
    width: 100% !important;
    left: 0 !important;
    top: 10% !important;
    
    
    
    
  }
  .n2-ss-layer #n2-ss-4item1,
  .n2-ss-layer #n2-ss-4item10,
  .n2-ss-layer #n2-ss-4item13,
  .n2-ss-layer #n2-ss-4item4,
  .n2-ss-layer #n2-ss-4item7 {
    display: none !important;
  }
  .n2-ss-layer #n2-ss-4item6,
  .n2-ss-layer #n2-ss-4item9,
  .n2-ss-layer #n2-ss-4item12 {
    position: absolute;
    width: 100%;
    font-size: 2em !important;
    top: 71px;
  }
  .n2-ss-layer #n2-ss-4item3,
  .n2-ss-layer #n2-ss-4item15 {
    top: 71px;
    position: absolute;
    width: 100%;
    left: -20px;
    font-size: 2em !important;
  }
  .n2-ss-layer #n2-ss-4item3 {
    top: 71px !important;
  }
  .n2-ss-layer #n2-ss-6item1,
  .n2-ss-layer #n2-ss-6item10,
  .n2-ss-layer #n2-ss-6item13,
  .n2-ss-layer #n2-ss-6item4,
  .n2-ss-layer #n2-ss-6item7 {
    display: none !important;
  }
  .n2-ss-layer #n2-ss-6item3,
  .n2-ss-layer #n2-ss-6item6,
  .n2-ss-layer #n2-ss-6item9,
  .n2-ss-layer #n2-ss-6item12,
  .n2-ss-layer #n2-ss-6item15 {
    top: 72px;
    position: absolute;
    width: 100%;
    font-size: 2em !important;
  }
  .n2-ss-layer #n2-ss-6item3,
  .n2-ss-layer #n2-ss-6item15 {
    top: 70px;
    position: absolute;
    width: 100%;
    font-size: 2em !important;
  }
  .n2-ss-layer #n2-ss-6item3 {
    top: 63px !important;
  }
  .n2-ss-layer #n2-ss-7item2,
  .n2-ss-layer #n2-ss-7item3,
  .n2-ss-layer #n2-ss-7item15 {
    top: 47px;
    position: absolute;
    width: 100%;
    font-size: 2em !important;
  }
  .n2-ss-layer #n2-ss-7item1 {
    display: none !important;
  }
  .n2-ss-layer #n2-ss-7item3,
  .n2-ss-layer #n2-ss-7item6 {
    top: 70px;
    position: absolute;
    width: 100%;
    font-size: 2em !important;
  }
  .n2-ss-layer #n2-ss-7item3 {
    top: 65px !important;
  }
  .n2-ss-layer #n2-ss-5item1 {
    top: 34px;
    position: absolute;
    width: 100%;
    font-size: 2em !important;
  }
  .n2-ss-layer #n2-ss-5item4 {
    top: 28px;
    position: absolute;
    width: 100%;
    font-size: 2em !important;
  }
  .n2-ss-layer #n2-ss-5item3 {
    top: 40px;
    position: absolute;
    width: 100%;
    font-size: 2em !important;
  }
  .n2-ss-layer #n2-ss-5item2 {
    top: 47px;
    position: absolute;
    width: 100%;
    font-size: 2em !important;
  }
  .n2-ss-layer .nextend-smartslider-button-container {
    position: absolute;
    top: 117px;
    width: 100%;
  }
  .n2-ss-layer .nextend-smartslider-button-container .n2-style-28b5eca8d7a63ff91380110e5f444f4f-heading {
    width: 100%;
    position: absolute;
    left: -12px;
    font-size: 2em !important;
    top: -13px;
  }
}
@media screen and (max-width: 769px) {
  .btn-default {
    width: 100%;
    overflow: hidden;
  }
  .newTable {
    
    
    
  }
  .newTable table,
  .newTable thead,
  .newTable tbody,
  .newTable th,
  .newTable td,
  .newTable tr {
    display: block;
    text-align: center;
  }
  .newTable thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .newTable tr {
    border: 1px solid #ccc;
  }
  .newTable td {
    
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    padding-bottom: 7px;
    text-align: center;
  }
  .newTable td:before {
    
    position: absolute;
    
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  .newTable td:nth-of-type(1):before {
    content: "Model";
  }
  .newTable td:nth-of-type(2):before {
    content: "Model Name";
  }
  .newTable td:nth-of-type(3):before {
    content: "Model Family";
  }
  .newTable td:nth-of-type(4):before {
    content: "Engine";
  }
  .newTable td:nth-of-type(5):before {
    content: "Engine Code";
  }
  .newTable td:nth-of-type(6):before {
    content: "KW";
  }
  .newTable td:nth-of-type(7):before {
    content: "HP";
  }
  .newTable td:nth-of-type(8):before {
    content: "Fuel";
  }
  .newTable td:nth-of-type(9):before {
    content: "MY";
  }
  .newTable td:nth-of-type(10):before {
    content: "ECU";
  }
  .newTable td:nth-of-type(11):before {
    content: "ECU Version";
  }
  .halfBox {
    width: 100%;
  }
  .iconColumn {
    width: 100%;
    margin: 0;
  }
  .blankHeight {
    height: 0;
  }
  .blueBandContainer {
    height: auto;
  }
  .article-intro object {
    width: 100% !important;
  }
  .item-page .article-content td,
  .item-page .article-content tr,
  .item-page .article-content tbody {
    width: 100%;
    display: block;
  }
  .pull-none img,
  .pull-left img {
    width: 100%;
    height: auto;
  }
  .col-xs-6 {
    width: 100%;
  }
  .item-image.pull-left {
    width: 100%;
  }
  .item-image.pull-left img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .hptr .ct-frame {
    height: auto;
  }
  .fullWidthImage {
    width: 100%;
    height: auto;
  }
  .blog .readmore {
    overflow: auto;
  }
  .blog .readmore span {
    font-size: 9px;
  }
  .ctdlr_Options1 .col-md-3,
  .ctdlr_Options2 .col-md-3 {
    width: 100%;
  }
  .ct-title {
    min-height: 0px;
  }
  .ct-header-container {
    min-height: 0px !important;
  }
  .ct-header-right-offset > div {
    float: left;
  }
  .ct-header .logo {
    margin-bottom: 10px;
  }
  .ct-mainnav .navbar-toggle {
    margin-right: 0px !important;
  }
  body .t3-navbar-collapse {
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    position: absolute;
    right: 0px;
    top: 60px;
    left: 0px;
    z-index: 20;
  }
  body .t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown > a .caret {
    position: static;
  }
  .ct-banners-wrapper {
    margin-top: -30px;
    width: 100%;
  }
  .nivoSlider {
    margin-left: -30%;
    margin-right: -30%;
    width: 160% !important;
  }
  .ct-banners .module-ct {
    margin-bottom: 0px;
  }
  .ct-header-right-offset {
    width: 100%;
    position: absolute;
    top: 5px;
  }
  .mod-languages-ct .pretext {
    display: none !important;
  }
  .ct-mainnav {
    position: absolute;
    top: 0px;
    margin-top: 0px !important;
  }
  
  .ct-topPartOffset1 {
    margin-bottom: -20px !important;
    margin-top: 5px !important;
  }
  .ct-topPartOffset2 {
    margin-top: 0px !important;
    margin-bottom: 10px !important;
  }
  .ct-gray-bg .mod_ctvc-vs .mod_ctvc-vs-bottom-offset {
    margin-bottom: 0px !important;
  }
  body .jb.cookie {
    padding: 3px 0px 5px 0px !important;
  }
  body .jb.cookie .btn {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
}
@media screen and (min-width: 769px) {
  .ct-mainnav #t3-mainnav {
    position: relative;
  }
}
@media screen and (min-width: 1200px) and (min-height: 801px) {
  #mod_ctvc-dvla {
    margin-top: 20px;
  }
  .ct-topPartOffset1 h2 {
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .ct-topPartOffset2 {
    margin-top: 70px;
    margin-bottom: 50px;
  }
}
@media (min-width: 480px) {
  .languageswitcherload {
    width: auto !important;
  }
  .ct-mainnav-bottom {
    float: right !important;
  }
}
@media (max-width: 480px) {
  .miniGrid .col-xs-3 {
    width: 50%;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .lnr,
  .hptr {
    width: 100%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .hptr .ct-frame {
    height: 635px;
  }
  .ct-title {
    min-height: 65px;
  }
  .ct-featuredtuning-item .ct-frame {
    height: 255px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .hptr .ct-frame {
    height: 560px;
  }
  .ct-title {
    min-height: 65px;
  }
}
@media screen and (max-width: 640px) {
  .ct-header .logo-image img {
    height: 32px;
  }
  .redShape {
    width: 100%;
  }
}
@media screen and (max-width: 990px) {
  .ct-banners-wrapper {
    width: 100%;
  }
}
@media screen and (min-width: 1216px) {
  .cttestimonials-slider ul,
  .ct-featured-articles-slider ul,
  .ct-prevnext {
    height: 150px;
  }
  .ct-featured-articles-slider ul li,
  .cttestimonials-slider ul li {
    height: 130px;
  }
}
body span.ct-latestnews-text {
  color: #666;
}
.ct-footer input {
  width: 100%;
  box-sizing: border-box;
}
#fbpExtended .li_selected > a,
#fbpExtended .li_selected > a:hover,
#fbpExtended .li_selected > a:focus {
  background-color: #666;
  border-bottom: 1px solid #ccc;
}
#fbpExtended .fbpTopNavigation_core {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}
#fbpExtended .category_faqToggleLink {
  color: #d21b1f;
}
#fbpExtended .fbpLeftNavigation_core,
#fbpExtended .fbpLeftNavigation_root,
#fbpExtended .fbpLeftNavigation_root li,
#fbpExtended .fbpLeftNavigation_root ul {
  width: 160px;
}
#fbpExtended .fbpContent_core {
  margin-left: 180px;
}
.ct-banners-wrapper {
  margin-top: 20px;
}
.dcsns-content .stream .section-intro .icon {
  width: 16px !important;
  max-height: 16px !important;
}
.dcsns-toolbar .filter .link-all {
  height: auto !important;
}
.dcsns-toolbar .filter li a {
  height: 31px !important;
}
.isl-search-bar {
  background-color: #000;
}
body .isl-search-bar * {
  height: 42px !important;
}
body #isl-listings li .loc-name,
body .gm-style-iw .loc-name {
  color: #d21b1f !important;
}
body #isl-listings li .list-label {
  position: absolute !important;
}
body address.loc-addr {
  color: #999 !important;
}
body .loc-description {
  margin: 10px 0px 15px 0px;
}
.list-content .loc-dist,
.list-content .loc-name,
.list-content .loc-addr,
.list-content .loc-description {
  margin-left: 40px !important;
}
body div#nextend-smart-slider-2 .smart-slider-canvas-inner .smart-slider-layer * {
  display: inline-block;
}
body div#nextend-smart-slider-2 .smart-slider-canvas-inner .smart-slider-layer {
  width: 100% !important;
  margin: auto !important;
  position: relative !important;
}
html body div#tawkchat-iframe-container {
  z-index: 90 !important;
}
@media (min-width: 769px) {
  body div#nextend-smart-slider-2 .smart-slider-canvas-inner .smart-slider-layer {
    width: 720px !important;
  }
}
@media (min-width: 992px) {
  body div#nextend-smart-slider-2 .smart-slider-canvas-inner .smart-slider-layer {
    width: 940px !important;
  }
}
@media (min-width: 1200px) {
  body div#nextend-smart-slider-2 .smart-slider-canvas-inner .smart-slider-layer {
    width: 1140px !important;
  }
}
@media (min-width: 1900px) {
  body div#nextend-smart-slider-2 .smart-slider-canvas-inner .smart-slider-layer {
    width: 1170px !important;
  }
}
.ct-img {
  border: 10px solid #efefef;
}
.ct-img.ct-img-right {
  margin: 0px 0px 5px 10px;
}
.ct_grayBox {
  background-color: #efefef;
  padding: 15px 10px;
}
.ct_bluBox {
  padding: 15px 10px;
  background-color: #009ed3;
}
.ct_bluBox p {
  font-size: 16px;
}
body .ctdlr_dynoBtnOffset {
  margin-right: 20px;
  margin-top: 5px !important;
}
.ctdlr_FeaturesList {
  margin-top: 20px;
}
.ctdlr_FeaturesList li {
  margin-bottom: 10px;
}
.ctdlr_FeaturesList li img {
  margin: 0px 10px 5px 0px;
}
.ctdlr_FeaturesList li p {
  padding-top: 10px;
}
.ctdlr_Robot {
  background-image: url(../../images/robot-xs.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  background-color: #000;
  padding: 15px 10px;
  margin-top: 60px;
}
.ctdlr_Robot,
.ctdlr_Robot p,
.ct_bluBox,
.ct_bluBox p {
  color: #fff;
}
.ctdlr_IconOffset {
  margin: 10px 0px 20px 0px;
}
.ctdlr_FeatureIconOffset {
  margin-bottom: 20px;
}
.ct_grayGlobeBox {
  background-image: url(../../images/grayGlobe.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  background-color: #c0c0c0;
  padding: 15px 10px;
}
.ctdlr_grayBox {
  padding: 15px 10px;
  background-color: #efefef;
}
.text-uppercase {
  text-transform: uppercase;
}
body ul.list-unstyled {
  padding-left: 0px !important;
}
.list-unstyled li {
  list-style: none;
}
.ctdlr_Table {
  border-bottom: 1px solid #efefef;
  margin-bottom: 30px;
  margin-top: 15px;
}
.ctdlr_dynoOffset {
  margin-bottom: -15px;
}
.ctdlr_Table .row > div {
  padding: 10px 10px;
}
.ct_blackBuilding {
  background-image: url(../../images/building.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  background-color: #000;
  padding: 15px 10px;
}
.ct_SemiTransparent {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 15px 10px;
}
@media (min-width: 992px) {
  .ctdlr_Robot {
    background-image: url(../../images/robot.png);
  }
  .ctdlr_dynoOffset {
    margin-bottom: -50px;
  }
}
@media (min-width: 769px) {
  .ctdlr_Table .row > div {
    padding: 20px 30px;
  }
  body .ctdlr_Table > .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media (max-width: 992px) {
  .ctdlr_Table > .row > div:nth-child(2),
  .ctdlr_Table > .row > div:nth-child(3) {
    background-color: #efefef;
  }
  .ctdlr_Table > .row > .col-xs-6:nth-child(odd) {
    clear: left;
  }
}
@media (min-width: 992px) {
  .ctdlr_Table > .row:nth-child(even) > div:nth-child(even),
  .ctdlr_Table > .row:nth-child(odd) > div:nth-child(odd) {
    background-color: #efefef;
  }
  .ctdlr_Table {
    display: table;
  }
  .ctdlr_Table > .row {
    display: table-row;
  }
  .ctdlr_Table > .row > div {
    display: table-cell;
    float: none !important;
    height: 100%;
  }
}
.ct_DynoBg {
  background-image: url(../../images/dyno.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-color: #efefef;
  padding: 15px 10px;
}
.cttbl_dyno {
  color: #666;
  font-size: 12px;
  width: 100%;
  border: none;
}
.cttbl_dyno td,
th {
  padding: 1px 15px;
  margin: 0px;
}
.cttbl_dyno tr:nth-child(even) td {
  background-color: #efefef;
}
.cttbl_dyno thead th {
  border-bottom: 1px solid #000;
}
.cttbl_dyno_cont {
  padding: 15px;
}
.cttbl_dyno_cont .cttbl_dyno {
  margin: 0px -15px 0px -15px;
}
.cttbl_head {
  background-color: #efefef;
  border-bottom: 1px solid #ccc;
}
.cttbl_head > .row {
  margin: 0px;
}
.cttbl_head h5 {
  color: #999;
  margin-top: 13px;
  text-shadow: 0px -1px rgba(255, 255, 255, 0.9);
}
.ct_dynoOffset {
  margin-top: 50px;
  margin-bottom: 60px;
}
.cttbl_dyno_cont .cttbl_dyno {
  margin-bottom: 15px;
}
.cttbl_dyno_cont small {
  font-size: 10px;
}
.cttbl-Notes {
  line-height: 12px;
  margin-top: 20px;
}
.cttbl-Notes small {
  font-size: 10px;
}
body .jb.cookie.black p {
  color: #fff !important;
}
@media (max-width: 1024px) {
  .ct-dealerlogin {
    display: none;
  }
}
@media (min-width: 769px) {
  .ct-notfound-leftarrow {
    background-color: #efefef;
    padding: 5px 10px 5px 30px;
    background-image: url(../../images/arrow-mask.png);
    background-repeat: no-repeat;
    background-position: left;
  }
}
body .isl_container {
  width: 100% !important;
}
#back-to-top {
  position: fixed;
  right: 20px;
  top: auto;
  z-index: 999;
  display: none;
  bottom: -60px;
}
@media (min-width: 769px) {
  #back-to-top {
    display: block;
  }
}
#back-to-top .btn {
  background: none;
  border: 2px solid #d21b1f;
  color: #d21b1f;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  line-height: 1;
  padding: 0;
  text-align: center;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#back-to-top .btn:hover,
#back-to-top .btn:active,
#back-to-top .btn:focus {
  background: none;
  outline: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
#back-to-top.affix {
  bottom: 40px;
}
#back-to-top a {
  outline: none;
}
#back-to-top i {
  font-size: 28px;
  line-height: 22px;
}
@media (max-width: 768px) {
  .ct-mainnav-bottom {
    text-align: left !important;
  }
  .ct-mainnav .mega-dropdown-inner li a {
    padding: 6px 15px 6px 30px !important;
    display: block !important;
  }
  .ct-mainnav .navbar-collapse.in {
    overflow: hidden !important;
  }
}
.ct-showmoreless {
  position: relative !important;
  margin-top: -30px !important;
  margin-bottom: 20px !important;
  background-color: #fff !important;
  padding: 5px 10px !important;
  line-height: 12px !important;
  font-size: 12px !important;
  color: #888 !important;
  height: 20px !important;
}
.isl-geolocate-btn.btn.btn-primary > .icon-flag {
  display: none;
}
.img-full {
  width: 100%;
}
.cttools_iconTile {
  background-color: #efefef;
  padding: 10px;
  margin-bottom: 30px;
  border-radius: 5px;
}