.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border: 1px solid #cccccc;
  color: #333333;
  font-family: arial, helvetica, clean, sans-serif;
  margin: 0;
  padding: 7px;
  width: 100%;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  border-color: #b3b3b3;
  outline: 0;
}
::-webkit-input-placeholder {
  color: #999999;
}
::-moz-placeholder {
  color: #999999;
}
:-ms-input-placeholder {
  color: #999999;
}
textarea {
  height: auto;
  min-height: 40px;
  resize: vertical;
}
input[type="radio"],
input[type="checkbox"] {
  margin-top: 7px;
  float: left;
  margin-right: 6px;
}
.form-actions {
  margin-top: 10px;
}
.radio-inline,
.checkbox-inline,
.form-inline .radio,
.form-inline .checkbox {
  cursor: pointer;
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
}
.radio-inline input[type="radio"],
.checkbox-inline input[type="radio"],
.radio-inline input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  margin-top: 7px;
}
select {
  background-color: white;
  border: 1px solid #cccccc;
  padding: 7px;
  min-height: 16px;
}
select[disabled] {
  background: #e6e6e6;
  color: #999999;
}
.checkbox,
.radio {
  cursor: pointer;
  display: block;
  margin-bottom: 0;
  vertical-align: middle;
}
.checkbox input[type="radio"],
.radio input[type="radio"],
.checkbox input[type="checkbox"],
.radio input[type="checkbox"] {
  margin-top: 4px;
}
.form-inline {
  margin-bottom: 10px;
}
.form-inline label {
  line-height: 27px;
  margin-right: 10px;
}
.form-inline .control {
  margin-right: 10px;
}
.form-inline .control:last-child {
  margin-right: 0;
}
.form-inline .checkbox input[type="checkbox"] {
  margin-top: 2px;
}
.form-inline .radio input[type="radio"] {
  margin-top: 2px;
}
.form-inline label,
.form-inline .control {
  display: inline-block;
}
.form-horizontal .control {
  margin-bottom: 10px;
}
.form-horizontal label {
  line-height: 27px;
  padding-right: 10px;
}
.form-horizontal select,
.form-horizontal textarea,
.form-horizontal input[type="text"],
.form-horizontal input[type="password"],
.form-horizontal input[type="datetime"],
.form-horizontal input[type="datetime-local"],
.form-horizontal input[type="date"],
.form-horizontal input[type="month"],
.form-horizontal input[type="time"],
.form-horizontal input[type="week"],
.form-horizontal input[type="number"],
.form-horizontal input[type="email"],
.form-horizontal input[type="url"],
.form-horizontal input[type="search"],
.form-horizontal input[type="tel"],
.form-horizontal input[type="color"],
.form-horizontal .uneditable-input {
  width: 100%;
}
.form-vertical .control {
  margin-bottom: 8px;
}
.form-vertical label {
  line-height: 27px;
}
.form-vertical select,
.form-vertical textarea,
.form-vertical input[type="text"],
.form-vertical input[type="password"],
.form-vertical input[type="datetime"],
.form-vertical input[type="datetime-local"],
.form-vertical input[type="date"],
.form-vertical input[type="month"],
.form-vertical input[type="time"],
.form-vertical input[type="week"],
.form-vertical input[type="number"],
.form-vertical input[type="email"],
.form-vertical input[type="url"],
.form-vertical input[type="search"],
.form-vertical input[type="tel"],
.form-vertical input[type="color"],
.form-vertical .uneditable-input {
  width: 100%;
}
.form-vertical .checkbox,
.form-vertical .radio {
  margin-bottom: 0;
}
.form-vertical .checkbox input[type="radio"],
.form-vertical .radio input[type="radio"],
.form-vertical .checkbox input[type="checkbox"],
.form-vertical .radio input[type="checkbox"] {
  margin-top: 7px;
}
.control-thin {
  width: 140px;
}
.control-medium {
  width: 280px;
}
.control-wide {
  width: 400px;
}
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.row {
  *zoom: 1;
  margin-left: -20px;
  *width: 100%;
}
.row:before,
.row:after {
  display: table;
  content: "";
}
.row:after {
  clear: both;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  float: left;
  min-height: 1px;
  padding-left: 20px;
  position: relative;
}
.offset-1 {
  margin-left: 8.333333333%;
}
.offset-2 {
  margin-left: 16.666666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333333%;
}
.offset-5 {
  margin-left: 41.666666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333333%;
}
.offset-8 {
  margin-left: 66.666666667%;
}
.col-1 {
  width: 8.333333333%;
}
.col-2 {
  width: 16.666666667%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.333333333%;
}
.col-5 {
  width: 41.666666667%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.333333333%;
}
.col-8 {
  width: 66.666666667%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.333333333%;
}
.col-11 {
  width: 91.666666667%;
}
.col-12 {
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .col-desk-1 {
    width: 8.333333333%;
  }
  .col-desk-2 {
    width: 16.666666667%;
  }
  .col-smdesk3 {
    width: 25%;
  }
  .col-desk-4 {
    width: 33.333333333%;
  }
  .col-desk-5 {
    width: 41.666666667%;
  }
  .col-desk-6 {
    width: 50%;
  }
  .col-desk-7 {
    width: 58.333333333%;
  }
  .col-desk-8 {
    width: 66.666666667%;
  }
  .col-desk-9 {
    width: 75%;
  }
  .col-desk-10 {
    width: 83.333333333%;
  }
  .col-desk-11 {
    width: 91.666666667%;
  }
  .col-desk-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 979px) {
  .col-tab-1 {
    width: 8.333333333%;
  }
  .col-tab-2 {
    width: 16.666666667%;
  }
  .col-tab-3 {
    width: 25%;
  }
  .col-tab-4 {
    width: 33.333333333%;
  }
  .col-tab-5 {
    width: 41.666666667%;
  }
  .col-tab-6 {
    width: 50%;
  }
  .col-tab-7 {
    width: 58.333333333%;
  }
  .col-tab-8 {
    width: 66.666666667%;
  }
  .col-tab-9 {
    width: 75%;
  }
  .col-tab-10 {
    width: 83.333333333%;
  }
  .col-tab-11 {
    width: 91.666666667%;
  }
  .col-tab-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .col-mob-1 {
    width: 8.333333333%;
  }
  .col-mob-2 {
    width: 16.666666667%;
  }
  .col-mob-3 {
    width: 25%;
  }
  .col-mob-4 {
    width: 33.333333333%;
  }
  .col-mob-5 {
    width: 41.666666667%;
  }
  .col-mob-6 {
    width: 50%;
  }
  .col-mob-7 {
    width: 58.333333333%;
  }
  .col-mob-8 {
    width: 66.666666667%;
  }
  .col-mob-9 {
    width: 75%;
  }
  .col-mob-10 {
    width: 83.333333333%;
  }
  .col-mob-11 {
    width: 91.666666667%;
  }
  .col-mob-12 {
    width: 100%;
  }
  .col-mob-12.offset-1,
  .col-mob-12.offset-2,
  .col-mob-12.offset-3,
  .col-mob-12.offset-4,
  .col-mob-12.offset-5,
  .col-mob-12.offset-6,
  .col-mob-12.offset-7,
  .col-mob-12.offset-8,
  .col-mob-12.offset-9,
  .col-mob-12.offset-10,
  .col-mob-12.offset-11,
  .col-mob-12.offset-12 {
    margin-left: 0;
  }
}
.field-validation-error {
  background-color: #f7d6d6;
  color: #d84646;
  display: block;
  margin: 0 0 4px;
  padding: 5px;
}
.field-validation-error:before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  right: 0;
  z-index: 1;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -ms-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
  width: 100%;
  height: auto;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -moz-transition: -moz-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.005;
  filter: alpha(opacity=0.5);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  font-size: 20px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-color: rgba(0, 0, 0, 0.0001);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.0001));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.0001));
  background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.0001));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.0001));
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-color: rgba(0, 0, 0, 0.0001);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001), rgba(0, 0, 0, 0.5));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001), rgba(0, 0, 0, 0.5));
  background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0.0001), rgba(0, 0, 0, 0.5));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001), rgba(0, 0, 0, 0.5));
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: white;
  text-decoration: none;
  opacity: 0.009;
  filter: alpha(opacity=0.9);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
}
.carousel-control .fa {
  font-size: 32px;
  position: absolute;
  top: 42%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .fa.fa-chevron-left {
  left: 40%;
}
.carousel-control .fa.fa-chevron-right {
  right: 40%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 42%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 0px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid white;
  border-radius: 10px;
  cursor: pointer;
  background-color: black \9;
  background-color: transparent;
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: white;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 767px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 5px;
  }
}
.btn {
  cursor: hand;
  cursor: pointer;
  line-height: 36px;
  padding: 0px 15px 0px 15px;
  margin: 0px;
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: white;
  min-height: 36px;
}
.btn.extend {
  width: 100%;
}
.btn.secondary {
  background-color: #333333;
  border: 1px solid #1a1a1a;
  color: white;
}
.btn.large {
  font-size: 16px;
  padding: 10px 20px 10px 20px;
  line-height: 18px;
}
.btn.conversion {
  background-color: #f17623;
  border: 1px solid #b66126;
  -webkit-appearance: none !important;
}
.btn.conversion:hover {
  background-color: #e17830;
  border: 1px solid #a24f20;
}
.btn.disabled {
  cursor: default;
  background: #cccccc;
  border: 1px solid #cccccc;
}
.btn.disabled:hover {
  cursor: default;
  background: #cccccc;
  border: 1px solid #cccccc;
}
/*
.alert
{
    font-size: 12px;
    font-weight: bold;
    line-height: 15px;
    margin-bottom: 10px;
    padding: 10px 10px 10px 50px;

    &.positive
    {
        border: 1px solid #D5E9C6;
        color: #468848;
    }
}*/

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: sans-serif;
  font-size: 13px;
  line-height: 24px;
  overflow-x: hidden;
  background: black;
}
body.dnc.hide-search {
  background: black url(/Content/images/fire-bg-final.jpg) no-repeat;
  background-position: center -160px;
}
body.dnc.show-search {
  background: black url(/Content/images/fire-bg-final.jpg) no-repeat;
  background-position: center -160px;
}
body.dnc.hide-search .layout-header {
  background: black;
}
body.dnc.show-search .layout-header {
  background: black;
}
body.dnc.mobile {
  background: black !important;
}
body.dnc.mobile .mobile-button-detail-page {
  display: block;
  position: fixed;
  bottom: 0;
  z-index: 9000;
  border-top: 1px solid black;
  width: 100%;
  background-color: white;
}
body.dnc.mobile .mobile-button-detail-page .col-4 {
  padding: 15px 0px;
}
body.dnc.mobile .mobile-button-detail-page .col-4 .float-right {
  float: right;
}
body.dnc.mobile .mobile-button-detail-page .col-4 .margin-auto {
  margin: auto;
}
body.dnc.mobile .mobile-button-detail-page .col-4 .min-width {
  min-width: 100px;
}
body.dnc.mobile .mobile-button-detail-page .col-12 {
  padding: 15px 0px;
}
body.dnc.mobile .mobile-button-detail-page .col-12 .mobile-carconnect-detail {
  min-width: 90%;
  margin: auto;
}
.page-body {
  padding-bottom: 40px;
}
.hidden {
  display: none;
}
.right {
  float: right;
}
.left {
  float: left;
}
.float-container {
  width: 100%;
  overflow: hidden;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.relative {
  position: relative;
}
img.full-width {
  width: 100%;
  overflow: hidden;
}
.content-container {
  width: 992px;
  margin: 0px auto;
  position: relative;
  background: black;
}
.page-content {
  width: 940px;
  margin: 0px auto 0px auto;
}
.white-panel {
  background-color: white;
  padding: 20px;
  margin-bottom: 40px;
}
.body-content {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .content-container {
    width: auto;
  }
  .page-content {
    width: auto;
  }
  .mobile-padding {
    padding: 0px 20px 0px 20px;
  }
}
@media only screen and (max-width: 1400px) {
  body {
    background: black;
  }
  body.dnc.hide-search .layout-header {
    background: white;
  }
  body.dnc.show-search .layout-header {
    background: white;
  }
}
body {
  font-family: arial, helvetica, clean, sans-serif;
}
a {
  color: #037fbd;
  font-size: 14px;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:active {
  color: #025d8b;
}
h2 {
  color: #f17623;
  text-transform: uppercase;
  font-size: 46px;
  font-weight: bold;
  letter-spacing: -2px;
  line-height: 46px;
}
h3 {
  color: white;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: -1px;
}
h4 {
  color: black;
  font-size: 18px;
  text-transform: uppercase;
}
.strong {
  font-weight: bold;
}
.highlight {
  color: #f17623;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: -2px;
  line-height: 30px;
}
a.highlight:hover {
  color: white;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 32px;
  }
}
.ad-skin {
  background: red;
}
.ad-size-300x250 {
  height: 250px;
}
.ad-size-300x250 a {
  padding: 0px !important;
}
.ad-size-300x250 div {
  display: block !important;
}
.ad-mrec-728x90 {
  width: 728px;
  height: 90px;
  overflow: hidden;
}
.tracking-1x1 {
  display: none;
}
.ad-skin-none {
  display: none;
}
.ad-size-350x1115 {
  max-width: 350px;
  height: 1115px;
  vertical-align: top;
  -moz-background-size: 350px 1115px;
  -o-background-size: 350px 1115px;
  -webkit-background-size: 350px 1115px;
  background-size: 350px 1115px;
}
.ad-size-350x1115.disabled::before {
  font-size: 75px;
  margin-top: 30px;
  margin-left: 5px;
  opacity: 0.2;
  position: absolute;
  pointer-events: none;
  color: black;
  content: "350x1115";
  margin-top: 150px;
}
.ad-size-350x1115 img {
  display: none;
}
.ad-skin.banner-left {
  position: absolute;
  left: 0px;
  top: 94px;
  width: 600px;
  height: 748px;
}
.ad-skin.banner-right {
  position: absolute;
  right: 0px;
  top: 94px;
  width: 600px;
  height: 748px;
  background: red;
}
#GutterAdContainer {
  position: absolute;
  top: 0px;
  left: 50%;
}
#GutterAdContainer #Tile13,
#GutterAdContainer #Tile15 {
  top: 0px;
  position: absolute;
  display: none;
}
#GutterAdContainer #Tile15 {
  left: -51% !important;
  right: auto;
  top: 0px;
  z-index: 0;
  display: block;
}
.ad-row {
  padding: 20px 0;
  width: 100%;
}
.ad-row > * {
  display: table-cell;
}
.ad-row .best-deal {
  vertical-align: top;
  font-size: 11px;
}
.ad-row .best-deal .sprite-global-best-deal {
  background-image: url("/content/images/global_v2a.png");
  background-position: -180px 0px;
  width: 106px;
  height: 100px;
  float: right;
  margin-top: -10px;
}
.ad-row .best-deal .best-deal-text {
  margin-left: 20px;
  padding-top: 14px;
  padding-left: 10px;
  border-radius: 5px;
  background: white;
  height: 90px;
  color: #333333;
  line-height: 14px;
}
.ad-row .best-deal .best-deal-text .best-deal-text .link {
  margin-top: 5px;
  color: #037fbd;
}
.special-offers object {
  display: block;
}
.special-offers a img {
  display: block;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 8px solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: white;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  /*.divider {
    .nav-divider(@dropdown-divider-bg);
  }*/

}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 22px;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: whitesmoke;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: white;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  /*.reset-filter();*/
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 18px;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 8px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
a.drop-toggle {
  color: white;
}
@media (min-width: 760px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.error500,
.error404 {
  color: white;
  text-align: center;
  padding: 40px 0px 40px 0px;
  font-size: 15px;
}
.error500 .sprite-global-uturn,
.error404 .sprite-global-uturn {
  background: url(/Content/images/uturn.png);
  width: 180px;
  height: 180px;
  margin: 0px auto 30px auto;
}
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  cursor: pointer;
  overflow: hidden;
  z-index: 16777004;
  display: none;
}
#fancybox-loading div {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 480px;
  background-image: url('/content/images/fancybox/fancybox.png');
}
#fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 16777000;
  display: none;
}
#fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  overflow: auto;
  display: none;
}
#fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  z-index: 16777001;
  outline: none;
  display: none;
}
#fancybox-outer {
  position: relative;
  width: 100%;
  height: 100%;
  background: white;
}
#fancybox-content {
  width: 0;
  height: 0;
  padding: 0;
  outline: none;
  position: relative;
  overflow: hidden;
  z-index: 16777002;
  border: 0px solid white;
}
#fancybox-hide-sel-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 16777001;
}
#fancybox-close {
  position: absolute;
  top: -15px;
  right: -35px;
  width: 30px;
  height: 30px;
  background: transparent url('/content/images/fancybox/fancybox.png') -40px 0px;
  cursor: pointer;
  z-index: 16777003;
  display: none;
}
#fancybox-error {
  color: #444444;
  font: normal 12px/20px Arial;
  padding: 14px;
  margin: 0;
}
#fancybox-img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  line-height: 0;
  vertical-align: top;
}
#fancybox-frame {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
#fancybox-left,
#fancybox-right {
  position: absolute;
  bottom: 0px;
  height: 100%;
  width: 35%;
  cursor: pointer;
  outline: none;
  background: transparent url('/content/images/fancybox/blank.gif');
  z-index: 16777002;
  display: none;
}
#fancybox-left {
  left: 0px;
}
#fancybox-right {
  right: 0px;
}
#fancybox-left-ico,
#fancybox-right-ico {
  position: absolute;
  top: 50%;
  left: -9999px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  cursor: pointer;
  z-index: 16777002;
  display: block;
}
#fancybox-left-ico {
  background-image: url('/content/images/fancybox/fancybox.png');
  background-position: -40px -30px;
}
#fancybox-right-ico {
  background-image: url('/content/images/fancybox/fancybox.png');
  background-position: -40px -60px;
}
#fancybox-left:hover,
#fancybox-right:hover {
  visibility: visible;
  /* IE6 */

}
#fancybox-left:hover span {
  left: 20px;
}
#fancybox-right:hover span {
  left: auto;
  right: 20px;
}
.fancybox-bg {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  width: 20px;
  height: 20px;
  z-index: 16776001;
}
#fancybox-bg-n {
  top: -20px;
  left: 0;
  width: 100%;
  background-image: url('/content/images/fancybox/fancybox-x.png');
}
#fancybox-bg-ne {
  top: -20px;
  right: -20px;
  background-image: url('/content/images/fancybox/fancybox.png');
  background-position: -40px -162px;
}
#fancybox-bg-e {
  top: 0;
  right: -20px;
  height: 100%;
  background-image: url('/content/images/fancybox/fancybox-y.png');
  background-position: -20px 0px;
}
#fancybox-bg-se {
  bottom: -20px;
  right: -20px;
  background-image: url('/content/images/fancybox/fancybox.png');
  background-position: -40px -182px;
}
#fancybox-bg-s {
  bottom: -20px;
  left: 0;
  width: 100%;
  background-image: url('/content/images/fancybox/fancybox-x.png');
  background-position: 0px -20px;
}
#fancybox-bg-sw {
  bottom: -20px;
  left: -20px;
  background-image: url('/content/images/fancybox/fancybox.png');
  background-position: -40px -142px;
}
#fancybox-bg-w {
  top: 0;
  left: -20px;
  height: 100%;
  background-image: url('/content/images/fancybox/fancybox-y.png');
}
#fancybox-bg-nw {
  top: -20px;
  left: -20px;
  background-image: url('/content/images/fancybox/fancybox.png');
  background-position: -40px -122px;
}
#fancybox-title {
  font-size: 12px;
  z-index: 16777002;
}
.fancybox-title-inside {
  padding-bottom: 10px;
  text-align: center;
  color: #333333;
  background: white;
  position: relative;
}
.fancybox-title-outside {
  padding-top: 10px;
  color: white;
}
.fancybox-title-over {
  position: absolute;
  bottom: 0;
  left: 0;
  color: white;
  text-align: left;
}
#fancybox-title-over {
  padding: 10px;
  background-image: url('/content/images/fancybox/fancy_title_over.png');
  display: block;
}
.fancybox-title-float {
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 32px;
}
#fancybox-title-float-wrap {
  border: none;
  border-collapse: collapse;
  width: auto;
}
#fancybox-title-float-wrap td {
  border: none;
  white-space: nowrap;
}
#fancybox-title-float-left {
  padding: 0 0 0 15px;
  background: url('/content/images/fancybox/fancybox.png') -40px -90px no-repeat;
}
#fancybox-title-float-main {
  color: white;
  line-height: 29px;
  font-weight: bold;
  padding: 0 0 3px 0;
  background: url('/content/images/fancybox/fancybox-x.png') 0px -40px;
}
#fancybox-title-float-right {
  padding: 0 0 0 15px;
  background: url('/content/images/fancybox/fancybox.png') -55px -90px no-repeat;
}
/* IE6 */

.fancybox-ie6 #fancybox-close {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/content/images/fancybox/fancy_close.png', sizingMethod='scale');
}
.fancybox-ie6 #fancybox-left-ico {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/content/images/fancybox/fancy_nav_left.png', sizingMethod='scale');
}
.fancybox-ie6 #fancybox-right-ico {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/content/images/fancybox/fancy_nav_right.png', sizingMethod='scale');
}
.fancybox-ie6 #fancybox-title-over {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/content/images/fancybox/fancy_title_over.png', sizingMethod='scale');
  zoom: 1;
}
.fancybox-ie6 #fancybox-title-float-left {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/content/images/fancybox/fancy_title_left.png', sizingMethod='scale');
}
.fancybox-ie6 #fancybox-title-float-main {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/content/images/fancybox/fancy_title_main.png', sizingMethod='scale');
}
.fancybox-ie6 #fancybox-title-float-right {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/content/images/fancybox/fancy_title_right.png', sizingMethod='scale');
}
/*
.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}
*/

#fancybox-loading.fancybox-ie6 div {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/content/images/fancybox/fancy_loading.png', sizingMethod='scale');
}
/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg {
  background: transparent !important;
}
.fancybox-ie #fancybox-bg-n {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/content/images/fancybox/fancy_shadow_n.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-ne {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/content/images/fancybox/fancy_shadow_ne.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-e {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/content/images/fancybox/fancy_shadow_e.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-se {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/content/images/fancybox/fancy_shadow_se.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-s {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/content/images/fancybox/fancy_shadow_s.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-sw {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/content/images/fancybox/fancy_shadow_sw.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-w {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/content/images/fancybox/fancy_shadow_w.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-nw {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/content/images/fancybox/fancy_shadow_nw.png', sizingMethod='scale');
}
/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.2.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2015, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/

@media all {
  .featherlight {
    display: none;
    /* dimensions: spanning the background from edge to edge */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1100;
    /* position: centering content */
    text-align: center;
    /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
    white-space: nowrap;
    /* styling */
    cursor: pointer;
    background: #333333;
    /* IE8 "hack" for nested featherlights */
    background: rgba(0, 0, 0, 0.8);
  }
  /* support for nested featherlights. Does not work in IE8 (use JS to fix) */
  
  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8);
  }
  .featherlight:before {
    /* position: trick to center content vertically */
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
  }
  .featherlight .featherlight-content {
    /* make content container for positioned elements (close button) */
    position: relative;
    -webkit-transition: all linear 0.1s;
    -moz-transition: all linear 0.1s;
    -ms-transition: all linear 0.1s;
    -o-transition: all linear 0.1s;
    transition: all linear 0.1s;
    /* position: centering vertical and horizontal */
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    /* dimensions: cut off images 
  		overflow: auto;*/
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    /* dimensions: handling small or empty content 
  		min-width:  30%;*/
    /* dimensions: handling large content */
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    overflow-y: auto;
    overflow-x: hidden;
    /* styling */
    background: white;
    cursor: auto;
    /* reset white-space wrapping */
    white-space: normal;
  }
  /* contains the content */
  
  .featherlight .featherlight-inner {
    /* make sure its visible */
    display: block;
  }
  .featherlight .featherlight-close-icon {
    /* position: centering vertical and horizontal */
    position: absolute;
    z-index: 9999;
    top: 5px;
    right: 5px;
    /* dimensions: 25px x 25px */
    line-height: 25px;
    width: 25px;
    /* styling */
    cursor: pointer;
    text-align: center;
    font: Arial, sans-serif;
    color: white;
    font-size: 24px;
  }
  .featherlight .featherlight-image {
    /* styling */
    width: 100%;
  }
  .featherlight-iframe .featherlight-content {
    /* removed the border for image croping since iframe is edge to edge */
    border-bottom: 0;
    padding: 0;
  }
  .featherlight iframe {
    /* styling */
    border: none;
  }
}
/* handling phones and small screens */

@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 10px;
    margin-right: 10px;
    max-height: 90%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}
/*
.featherlight
{
    &.no-padding
    {
        .featherlight-content 
        {
		    padding: 0px; border: none;
	    }
    }

    .featherlight-content
    {
        h2
        { 
            background: @blue; color: #fff; padding: 30px 0px 30px 0px; text-align: center; 
            span 
            { 
                color: @orange; 
                &.logo 
                { 
                    color: #fff; 
                    span { color: #fff; }
                    &:hover 
                    { 
                        em {color: @orange; }
                    }
                }
            }
        }
    }
}
*/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .featherlight .featherlight-content h2 {
    padding: 20px 0px 20px 0px;
  }
  .featherlight .featherlight-content h2 span {
    color: white;
  }
}
.tabs-nav {
  border-bottom: 1px solid #cccccc;
  list-style: none outside none;
  margin-left: 0;
  padding-left: 0;
}
.nav {
  display: block;
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.tabs-nav {
  margin-bottom: 20px;
}
.tabs-nav:before,
.tabs-nav:after {
  content: "";
  display: table;
}
.tabs-nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: "";
  display: table;
}
.nav:after {
  clear: both;
}
.tabs-nav:before,
.tabs-nav:after {
  content: "";
  display: table;
}
.nav:before,
.nav:after {
  content: "";
  display: table;
}
.tabs-nav li {
  float: left;
  line-height: 20px;
  margin-bottom: -1px;
  position: relative;
}
.tabs-nav li {
  font-size: 14px;
  font-weight: bold;
}
.tabs-nav .is-active {
  z-index: 2;
}
.tabs-nav a {
  border: 1px solid transparent;
  display: block;
  line-height: 20px;
  margin-bottom: -1px;
  margin-right: 5px;
  padding: 8px 12px;
  text-decoration: none;
}
.tabs-nav a {
  border-top: 1px solid transparent;
  color: #666666;
  line-height: 45px;
  padding: 0;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
}
.tabs-nav .is-active > a {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: white;
  border-color: #cccccc #cccccc transparent;
  -moz-border-image: none;
  -o-border-image: none;
  -webkit-border-image: none;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  color: #666666;
  cursor: default;
  outline: medium none;
}
.tabs-nav .is-active a {
  background: none repeat scroll 0 0 white;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-top: 3px solid #2d79ba;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .is-active {
  display: block;
}
.tooltip-content {
  left: -10000px;
  position: absolute;
  top: -10000px;
}
.tooltip-container {
  opacity: 0.9;
  filter: alpha(opacity=90);
  -moz-opacity: 90;
  -khtml-opacity: 90;
  -webkit-opacity: 90;
  opacity: 90;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=9000);
  filter: alpha(opacity=9000);
  z-index: 1040;
}
.tooltip-container .tooltip-content {
  background-color: #222222;
  border-radius: 3px;
  color: white;
  cursor: default;
  left: auto;
  overflow: hidden;
  padding: 10px;
  position: relative;
  top: auto;
  max-width: 200px;
}
.tooltip-container i {
  border-style: solid;
  cursor: pointer;
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.tooltip-container i.top {
  border-width: 5px 5px 0px;
  border-color: #222222 transparent;
  left: 50%;
  margin-left: -5px;
  top: 100%;
}
.tooltip-container i.bottom {
  border-width: 0px 5px 5px;
  border-color: #222222 transparent;
  left: 50%;
  margin-left: -5px;
  top: -5px;
}
.tooltip-container i.bottom-left {
  border-width: 0px 5px 5px;
  border-color: #222222 transparent;
  left: 15px;
  margin-left: -5px;
  top: -5px;
}
.tooltip-container i.top-right {
  border-width: 5px 5px 0;
  border-color: #222222 transparent;
  left: 15px;
  margin-left: -5px;
  bottom: -5px;
}
.tooltip-container i.bottom-right {
  border-width: 0px 5px 5px;
  border-color: #222222 transparent;
  right: 15px;
  margin-right: -5px;
  top: -5px;
}
.tooltip-container i.left {
  border-width: 5px 0 5px 5px;
  border-color: transparent #222222;
  margin-top: -5px;
  right: -5px;
  top: 50%;
}
.tooltip-container i.right {
  border-top: 10px solid transparent;
  border-right: 10px solid #222222;
  border-bottom: 10px solid transparent;
  border-left: 0;
  margin-top: -10px;
  left: -10px;
  top: 50%;
}
.tooltip-container .tooltip-header {
  font-size: 12px;
  margin: 0 0 5px;
}
.tooltip-container ul {
  margin: 0 0 0 15px;
  padding: 0;
}
.tooltip-container li {
  font-weight: normal;
}
.shadow-z-1 {
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
}
.shadow-z-1-hover {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.shadow-z-2 {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.shadow-z-3 {
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}
.shadow-z-4 {
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}
.shadow-z-5 {
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
}
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

/* FONT PATH
 * -------------------------- */

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/font-awesome/fontawesome-webfont.eot?v=4.3.0');
  src: url('../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/font-awesome/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/font-awesome/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/font-awesome/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/font-awesome/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/* makes the font 33% larger relative to the icon container */

.fa-lg {
  font-size: 1.333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.285714286em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.142857143em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.142857143em;
  width: 2.142857143em;
  top: 0.142857143em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.857142857em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: white;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.footer {
  background: white;
  padding-bottom: 50px;
  padding-top: 20px;
}
.footer .site-links-list .site-links-list-title {
  color: #333333;
  font-size: 14px;
  font-weight: bold;
}
.footer .social-links .social-link {
  margin-bottom: 10px;
}
.footer .social-links .social-link a {
  font-weight: bold;
  line-height: 36px;
  font-size: 12px;
}
.footer .social-links .social-link i {
  color: #999999;
}
.footer .social-links .social-link i.fa-twitter {
  color: white;
}
.footer .social-links .social-link i.fa-facebook {
  color: white;
}
.footer .layout-footer-footnote {
  border-top: 1px dotted #dddddd;
  color: #666666;
  margin-top: 30px;
  padding: 15px 0px 30px 0px;
  border-bottom: 1px solid #dddddd;
}
.pagination {
  width: 100%;
  overflow: hidden;
}
.pagination .page-count {
  background: white;
  line-height: 32px;
  float: left;
  padding: 0px 10px 0px 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.pagination .pages {
  float: right;
  text-align: right;
}
.pagination .pages .page {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: white;
  line-height: 31px;
  width: 31px;
  text-align: center;
  display: inline-block;
  margin-left: 5px;
  color: #333333;
}
.pagination .pages .page.next {
  width: 64px;
}
.pagination .pages .page.prev {
  width: 64px;
}
.pagination .pages .page.current {
  background: #333333;
  color: white;
}
@media only screen and (max-width: 767px) {
  .pagination .pages .page-button {
    margin-top: 10px;
  }
}
.home-page .special-offers {
  margin: 0px 0px 40px 0px;
  padding-top: 8px;
}
.home-page .special-offers ul {
  margin-top: 5px;
}
.home-page .special-offers ul li {
  margin-bottom: 20px;
  /* this is to stop the ads adding extra height */

}
.home-page .special-offers ul li > img {
  display: none;
}
.home-page .special-offers ul li a {
  color: black;
}
.home-page .special-offers ul li .special-offer {
  background: white;
  padding: 0px 20px 0px 20px;
  position: relative;
  max-height: 250px;
  height: 250px;
}
.home-page .special-offers ul li .special-offer .details {
  width: 60%;
  float: right;
  margin-top: 5px;
}
.home-page .special-offers ul li .special-offer .details .make {
  text-align: right;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
}
.home-page .special-offers ul li .special-offer .details .description {
  text-align: right;
  line-height: 13px;
  font-size: 11px;
  max-height: 40px;
  overflow: hidden;
}
.home-page .special-offers ul li .special-offer .details .conditions {
  text-align: right;
  color: #666666;
  line-height: 13px;
  font-size: 11px;
  margin-top: 5px;
}
.home-page .special-offers ul li .special-offer .deal {
  position: absolute;
  width: 120px;
  border-radius: 60px;
  background: #f17623;
  height: 120px;
  color: white;
  bottom: 10px;
  left: 10px;
  text-align: center;
  letter-spacing: -1px;
  background: url(/Content/images/sprite-white-bg.png);
  background-position: -8px -111px;
}
.home-page .special-offers ul li .special-offer .deal.double-line {
  padding-top: 30px;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 26px;
}
.home-page .special-offers ul li .special-offer .deal.double-line.small {
  font-size: 16px;
  padding-top: 32px;
}
.home-page .special-offers ul li .special-offer .deal.triple-line {
  padding-top: 15px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 26px;
}
.home-page .special-offers ul li .special-offer .deal.triple-line.small {
  font-size: 16px;
  padding-top: 25px;
}
.home-page .special-offers ul li .special-offer .deal.four-line {
  padding-top: 17px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
}
.home-page .special-offers ul li .special-offer img {
  width: 80%;
  display: block;
  margin: 0px auto 0px auto;
}
.home-page .special-offers .carousel-indicators {
  bottom: -20px;
}
.home-page .special-offers .view-all {
  text-align: right;
  margin-top: 5px;
}
.special-offers ul {
  margin-top: 5px;
}
.special-offers ul li {
  margin-bottom: 20px;
}
.special-offers ul li a {
  color: black;
  text-decoration: none;
}
.special-offers ul li .special-offer {
  background: white;
  padding: 0px 20px 0px 20px;
  position: relative;
  max-height: 250px;
  height: 250px;
}
.special-offers ul li .special-offer .make {
  text-align: right;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 18px;
  margin-top: 5px;
}
.special-offers ul li .special-offer .details {
  width: 60%;
  float: right;
}
.special-offers ul li .special-offer .details .title-text {
  text-align: right;
  line-height: 20px;
  font-size: 14px;
  max-height: 20px;
  overflow: hidden;
  font-weight: bold;
}
.special-offers ul li .special-offer .details .description {
  text-align: right;
  line-height: 13px;
  font-size: 11px;
  height: 40px;
  overflow: hidden;
  margin-top: 4px;
}
.special-offers ul li .special-offer .details .conditions {
  text-align: right;
  color: #666666;
  line-height: 13px;
  font-size: 11px;
  margin-top: 5px;
}
.special-offers ul li .special-offer .details.no-price {
  width: 100%;
}
.special-offers ul li .special-offer .deal {
  position: absolute;
  width: 120px;
  border-radius: 60px;
  background: #f17623;
  height: 120px;
  color: white;
  bottom: 10px;
  left: 10px;
  text-align: center;
  letter-spacing: -1px;
  background: url(/Content/images/sprite-white-bg.png);
  background-position: -8px -111px;
}
.special-offers ul li .special-offer .deal.double-line {
  padding-top: 25px;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 26px;
}
.special-offers ul li .special-offer .deal.triple-line {
  padding-top: 18px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 26px;
}
.special-offers ul li .special-offer .price-panel {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 40%;
  line-height: 16px;
  text-transform: uppercase;
  margin-top: 5px;
}
.special-offers ul li .special-offer .price-panel .listing-card-price-pane-from {
  color: #666666;
}
.special-offers ul li .special-offer .price-panel .listing-card-price-pane-price {
  color: #f17623;
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
}
.special-offers ul li .special-offer .price-panel .listing-card-price-pane-price-type {
  color: #666666;
}
.special-offers ul li .special-offer img {
  width: 80%;
  display: block;
  margin: 0px auto 0px auto;
}
.special-offers .view-all {
  text-align: right;
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .home-page .special-offers .card {
    max-width: 300px;
    margin: 20px auto;
  }
}
.quicklinks {
  margin-top: 20px;
  padding-bottom: 140px;
  text-align: right;
}
.quicklinks a {
  color: white;
  font-size: 24px;
  display: block;
  line-height: 32px;
  letter-spacing: -2px;
  text-transform: uppercase;
  background: url(/Content/images/sprite-black-bg.png);
  padding: 10px 15px 10px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 100px;
  text-align: right;
  border: 2px solid white;
}
.quicklinks a:hover {
  text-decoration: none;
}
.quicklinks a.four-wd-drive {
  background-position: -3px -44px;
}
.quicklinks a.latest-additions {
  background-position: -3px -146px;
}
.quicklinks a.new-cars-under-20k {
  background-position: -3px -248px;
}
@media only screen and (max-width: 767px) {
  .quicklinks {
    padding-bottom: 0px;
    margin-bottom: 40px;
  }
  .quicklinks a {
    max-width: 300px;
    margin: 10px auto;
  }
}
.top-banner {
  background: url(/Content/images/bg-tile.jpg);
  overflow: hidden;
}
.top-banner .carousel {
  width: 75%;
  margin: 0px auto;
  height: 225px;
}
.top-banner .carousel img {
  display: block;
  width: 940px;
}
.top-banner .carousel .carousel-indicators li {
  border: 1px solid black;
}
.top-banner .carousel .carousel-indicators .active {
  background-color: black;
}
.top-banner .newsletter-container {
  background-color: #f17623;
  padding: 8px;
  overflow: hidden;
  width: 25%;
  line-height: 14px;
  font-size: 12px;
  height: 225px;
}
.top-banner .newsletter-container .newsletter-ads {
  background-color: white;
  border-radius: 5px;
  height: 75%;
  padding: 5px 5px 0 5px;
}
.top-banner .newsletter-container .newsletter-ads .newsletter-ad {
  overflow: hidden;
  height: 33.33%;
  padding-bottom: 5px;
}
.top-banner .newsletter-container .newsletter-ads .newsletter-ad .sponsored-img {
  float: left;
  padding: 2px;
  border: 1px solid #eeeeee;
  height: 45px;
  width: 67.5px;
}
.top-banner .newsletter-container .newsletter-ads .newsletter-ad .sponsored-content {
  float: left;
  width: 135px;
  margin-left: 5px;
  font-size: 12px;
}
.top-banner .newsletter-container .newsletter-subscriber {
  height: 25%;
  padding-top: 5px;
  color: white;
}
.top-banner .newsletter-container .newsletter-subscriber .subscriber-title {
  font-size: 13px;
  text-transform: uppercase;
}
.top-banner .newsletter-container .newsletter-subscriber .subscriber-title i.fa {
  font-size: 18px;
}
.top-banner .newsletter-container .newsletter-subscriber .subscriber-email {
  margin-top: 5px;
}
.top-banner .newsletter-container .newsletter-subscriber .subscriber-email .email {
  height: 26px;
  width: 80%;
}
.top-banner .newsletter-container .newsletter-subscriber .subscriber-email .go {
  display: inline-block;
  line-height: 26px;
  width: 15%;
  float: right;
  border: 1px solid white;
  border-radius: 3px;
  color: white;
  height: 26px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  background: transparent;
}
.top-banner .newsletter-container .newsletter-subscriber .subscriber-email .go.disabled {
  color: #eeeeee;
  border: 1px solid #eeeeee;
  cursor: wait;
}
.top-banner .newsletter-container .alert-success {
  margin-top: 10px;
  padding: 10px 15px;
  margin-bottom: 0px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .top-banner .carousel {
    width: auto;
    height: auto;
  }
  .top-banner .newsletter-container {
    display: none;
  }
}
.browse-by-makes {
  background: #037fbd;
  padding-top: 40px;
  padding-bottom: 60px;
}
.browse-by-makes .content-container {
  background-color: #037fbd;
}
.browse-by-makes .content-container ul {
  padding-top: 10px;
}
.browse-by-makes .content-container ul li {
  margin-bottom: 40px;
}
.browse-by-makes .content-container ul li a {
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  margin: 0px auto 0px auto;
  border: 1px solid #333333;
  background: white;
  display: block;
  text-align: center;
  padding: 12px 0px 0px 0px;
  height: 100px;
  font-size: 12px;
  color: #333333;
  line-height: 12px;
}
.browse-by-makes .content-container ul li a img {
  display: block;
  margin: 0px auto 5px auto;
}
.browse-by-makes .content-container ul li a.mercedes-benz {
  font-size: 11px;
}
.browse-by-makes .content-container ul li a.ford {
  padding-top: 25px;
}
.browse-by-makes .content-container ul li a.hyundai {
  padding-top: 20px;
}
.browse-by-makes .content-container ul li a.lexus {
  padding-top: 20px;
}
.browse-by-makes .content-container ul li a span {
  position: absolute;
  bottom: 5px;
  left: 0px;
  width: 100%;
  text-align: center;
}
.browse-by-makes .content-container ul li a:hover {
  border: 1px solid #f17623;
}
@media only screen and (max-width: 767px) {
  .browse-by-makes {
    padding: 0px;
    background-color: black;
  }
  .browse-by-makes .content-container {
    background-color: black;
  }
  .browse-by-makes .content-container .content {
    background-color: #1d364c;
    margin-top: 5px;
    padding: 20px;
  }
}
.browse-body-type-container {
  background: #eff0f0;
  min-height: 150px;
  -webkit-box-shadow: inset -1px 17px 20px -7px #ababab;
  -moz-box-shadow: inset -1px 17px 20px -7px #ababab;
  box-shadow: inset -1px 17px 20px -7px #ababab;
}
.browse-body-type-container .browse-body-type {
  margin-top: -90px;
  position: absolute;
  width: 940px;
  margin-left: 20px;
}
.browse-body-type-container .browse-body-type h3 {
  color: white;
}
.browse-body-type-container .browse-body-type .body-types {
  background: #eff0f0;
  min-height: 110px;
  margin-top: 5px;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 4px 20px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 4px 20px 0px rgba(50, 50, 50, 0.75);
}
.browse-body-type-container .browse-body-type .body-types ul {
  padding: 20px;
}
.browse-body-type-container .browse-body-type .body-types ul li a {
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  margin: 0px auto 0px auto;
  border: 1px solid #666666;
  display: block;
  text-align: center;
  padding: 15px 0px 0px 0px;
  height: 100px;
  font-size: 16px;
  color: #333333;
  line-height: 36px;
}
.browse-body-type-container .browse-body-type .body-types ul li a img {
  display: block;
  margin: 0px auto 5px auto;
}
.browse-body-type-container .browse-body-type .body-types ul li a.cab-chassis {
  line-height: 18px;
}
.browse-body-type-container .browse-body-type .body-types ul li a span {
  position: absolute;
  bottom: 5px;
  left: 0px;
  width: 100%;
  text-align: center;
}
.browse-body-type-container .browse-body-type .body-types ul li a:hover {
  border: 1px solid #f17623;
}
@media only screen and (max-width: 767px) {
  .browse-body-type-container .browse-body-type {
    width: auto;
    margin-top: 0px;
    margin-bottom: 40px;
    position: relative;
  }
  .browse-body-type-container .browse-body-type .body-types ul li a {
    margin-bottom: 15px;
  }
}
/*.hide-search
{
    .search-container { display: none; }
}*/

/*.show-search
{
    .search-navbar { display: none; }
}*/

.search-navbar {
  position: relative;
}
.search-navbar .navbar-header {
  padding-top: 10px;
  padding-bottom: 10px;
}
.search-navbar .navbar-header li {
  text-align: center;
}
.search-navbar .navbar-header li .nav-item {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  color: white;
  cursor: pointer;
}
.search-navbar .navbar-header li .nav-item i {
  color: #f17623;
}
.search-navbar .navbar-header li:first-child {
  text-align: left;
}
.search-navbar .navbar-header li:last-child {
  text-align: right;
}
.search-navbar .action {
  display: none;
}
.search-navbar .menu-dropdown {
  position: absolute;
  left: 0;
  top: 52px;
  z-index: 999;
  width: 100%;
  display: none;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 4px 20px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 4px 20px 0px rgba(50, 50, 50, 0.75);
}
.search-navbar .menu-dropdown.active {
  display: block;
}
.search-navbar .makes-dropdown {
  overflow: hidden;
  background-color: #eeeeee;
  padding: 10px 20px;
}
.search-navbar .makes-dropdown ol {
  float: left;
  margin: 10px 0;
  padding: 0 40px 0 20px;
  border-right: 1px solid #333333;
}
.search-navbar .makes-dropdown .popular {
  width: 140px;
}
.search-navbar .makes-dropdown .popular ol {
  padding-left: 0;
}
.search-navbar .makes-dropdown .other .title {
  padding-left: 20px;
}
.search-navbar .makes-dropdown .other ol:last-child {
  border-right: none;
}
.search-navbar .makes-dropdown div.section {
  overflow: hidden;
  float: left;
}
.search-navbar .search-dropdown {
  background-color: #037fbd;
  color: white;
  padding: 10px 0;
  overflow: hidden;
}
.search-navbar .search-dropdown .search-criteria .row + .row {
  margin-top: 10px;
}
.search-navbar .search-dropdown .search-criteria .listing-silotype-options .silotypes + label {
  margin-right: 20px;
  line-height: 28px;
  cursor: pointer;
}
.search-navbar .search-dropdown .search-criteria .listing-silotype-options .silotype {
  float: left;
  margin-right: 32px;
  font-size: 16px;
}
.search-navbar .search-dropdown .search-criteria .listing-silotype-options .silotype input[type="radio"] {
  margin-top: 0px;
  float: none;
  margin-right: 0px;
}
.search-navbar .search-dropdown .search-criteria .listing-silotype-options .option-wrap {
  align-content: center;
}
.search-navbar .search-dropdown .search-criteria .listing-silotype-options .option-wrap .option {
  font-weight: bold;
  text-align: center;
  display: inline-block;
  width: 100%;
  color: #666666;
  padding: 6px 0;
  background-color: #f5f7fa;
  border: 1px solid #c5c5c5;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  cursor: pointer;
}
.search-navbar .search-dropdown .search-criteria .listing-silotype-options .option-wrap .option.selected {
  border-color: #91bfe2;
  color: White;
  background-color: #91bfe2;
  cursor: default;
}
.search-navbar .search-dropdown .search-criteria .search-bar-dropdown-wrapper .search-bar-dropdown {
  height: 40px;
  line-height: 40px;
  border: none;
  border-radius: 2px;
  font-size: 14px;
  color: #037fbd;
}
.search-navbar .search-dropdown .search-criteria .search-bar-dropdown-wrapper .search-bar-dropdown.search-bar-dropdown-make {
  padding-left: 46px;
}
.search-navbar .search-dropdown .search-criteria .search-bar-dropdown-wrapper .search-bar-dropdown.search-bar-dropdown-make option {
  padding-left: -46px;
  height: 30px;
  vertical-align: middle;
}
.search-navbar .search-dropdown .search-criteria .search-bar-dropdown-wrapper .search-bar-dropdown.search-bar-dropdown-model {
  padding-left: 46px;
}
@media only screen and (max-width: 767px) {
  .search-navbar .navbar-header li.col-mob-12 {
    text-align: center;
  }
  .search-navbar .navbar-header li.col-mob-12 .nav-item {
    font-size: 18px;
    line-height: 24px;
  }
  .search-navbar .menu-dropdown {
    top: 90px;
  }
  .search-navbar .makes-dropdown {
    padding: 10px 30px;
  }
  .search-navbar .makes-dropdown .popular {
    width: 100%;
  }
  .search-navbar .makes-dropdown .action {
    display: block;
    float: right;
  }
  .search-navbar .makes-dropdown .action a {
    cursor: pointer;
  }
  .search-navbar .makes-dropdown .action a.hide-other {
    display: none;
  }
  .search-navbar .makes-dropdown div.section {
    float: none;
  }
  .search-navbar .makes-dropdown div.section ol {
    margin: 0;
    padding: 0;
    border-right: none;
    float: none;
  }
  .search-navbar .makes-dropdown div.section.popular .title {
    margin-bottom: 15px;
  }
  .search-navbar .makes-dropdown div.section.other {
    display: none;
  }
  .search-navbar .makes-dropdown div.section.other .title {
    margin: 15px 0;
    padding-left: 0px;
  }
  .search-navbar .search-dropdown .search-criteria .row {
    margin-left: 0px;
  }
  .search-navbar .search-dropdown .search-criteria .search-bar-dropdown-wrapper {
    padding: 0 20px;
  }
  .search-navbar .search-dropdown .search-criteria .search-bar-dropdown-wrapper + .search-bar-dropdown-wrapper {
    margin-top: 10px;
  }
  .search-container {
    margin: 20px;
  }
}
.search-container {
  margin-top: 20px;
}
.search-container h3 {
  background: #037fbd;
  border: 1px solid white;
  color: white;
  font-size: 18px;
  text-align: center;
  line-height: 28px;
  text-transform: uppercase;
}
.search-container .search-dropdown {
  background: #ededed;
  padding: 20px;
  font-size: 16px;
}
.search-container .search-dropdown .search-bar-dropdown-wrapper {
  margin-bottom: 20px;
}
.search-container .search-dropdown .listing-silotype-options {
  line-height: 23px;
  margin-bottom: 20px;
}
.search-container .search-dropdown .listing-silotype-options label {
  margin-right: 30px;
  cursor: pointer;
  text-transform: uppercase;
}
.search-container .search-dropdown select {
  font-size: 16px;
}
.hide-search .floating-makes .make-dropdown {
  position: absolute;
  width: 200px;
  left: 20px;
  top: 114px;
  border: 1px solid #333333;
  z-index: 100;
}
.hide-search .floating-makes .make-dropdown h3 {
  background: #f17623;
  border: 1px solid white;
  color: white;
  font-size: 18px;
  text-align: center;
  line-height: 28px;
  text-transform: uppercase;
}
.hide-search .floating-makes .make-dropdown h4 {
  color: black;
  background: white;
  padding-left: 10px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
}
.hide-search .floating-makes .make-dropdown .popular-makes li a,
.hide-search .floating-makes .make-dropdown .other-makes li a {
  background: #ededed;
  border-bottom: 1px solid #999999;
  display: block;
  line-height: 28px;
  color: black;
  padding-left: 20px;
  text-transform: uppercase;
}
.hide-search .floating-makes .make-dropdown .popular-makes li a:hover,
.hide-search .floating-makes .make-dropdown .other-makes li a:hover {
  text-decoration: none;
  background: white;
}
.hide-search .floating-makes .make-dropdown .view-all {
  background: white;
  text-align: right;
  text-transform: uppercase;
  padding-right: 20px;
  display: block;
  border-bottom: 1px solid #999999;
  line-height: 28px;
}
.show-search .make-dropdown {
  border: 1px solid #333333;
  z-index: 100;
  margin-top: 20px;
}
.show-search .make-dropdown h3 {
  background: #037fbd;
  border: 1px solid white;
  color: white;
  font-size: 18px;
  text-align: center;
  line-height: 28px;
  text-transform: uppercase;
}
.show-search .make-dropdown h4 {
  color: black;
  background: white;
  padding-left: 10px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
}
.show-search .make-dropdown .popular-makes li a {
  background: #ededed;
  border-bottom: 1px solid #999999;
  display: block;
  line-height: 28px;
  color: black;
  padding-left: 20px;
  text-transform: uppercase;
}
.show-search .make-dropdown .popular-makes li a:hover {
  text-decoration: none;
  background: white;
}
.show-search .make-dropdown .view-all {
  background: white;
  text-align: right;
  text-transform: uppercase;
  padding-right: 20px;
  display: block;
  border-bottom: 1px solid #999999;
  line-height: 28px;
}
.show-search .make-dropdown .other-makes {
  position: absolute;
  top: 20px;
  left: 260px;
  z-index: 100;
  width: 700px;
}
.show-search .make-dropdown .other-makes ol {
  float: left;
  width: 175px;
  background: #ededed;
  min-height: 405px;
}
.show-search .make-dropdown .other-makes ol li {
  margin-left: 20px;
}
.show-search .make-dropdown .other-makes ol li a {
  line-height: 22px;
  color: black;
  text-transform: uppercase;
  display: block;
  padding-top: 4px;
  padding-bottom: 3px;
}
.show-search .make-dropdown .lexus {
  display: none;
}
.show-search .make-dropdown .mercedes-benz {
  display: none;
}
.show-search .make-dropdown .mitsubishi {
  display: none;
}
@media only screen and (max-width: 1400px) {
  .hide-search .make-dropdown {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .show-search .make-dropdown {
    display: none;
  }
}
.module-media-gallery {
  position: relative;
}
.module-media-gallery ul,
.module-media-gallery ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.module-media-gallery li {
  position: relative;
  padding: 0;
  margin: 0;
}
.module-media-gallery img {
  display: block;
  margin: 0 auto;
}
.module-media-gallery .gallery-canvas {
  overflow: hidden;
  position: relative;
  min-height: 240px;
}
.module-media-gallery .gallery-canvas li {
  display: block;
  left: -10000px;
  position: absolute;
  top: -10000px;
}
.module-media-gallery .gallery-canvas li.is-active {
  left: 0;
  position: absolute;
  top: 0;
}
.module-media-gallery .gallery-canvas li img {
  left: 50%;
  position: absolute;
  top: 50%;
}
.module-media-gallery .gallery-canvas .gallery-prev {
  background-position: -360px center;
  height: 100%;
  left: 0;
  top: 0;
  width: 40px;
}
.module-media-gallery .gallery-canvas .gallery-next {
  background-position: -430px center;
  height: 100%;
  right: 0;
  top: 0;
  width: 40px;
}
.module-media-gallery .gallery-canvas .gallery-photo-count {
  background: #333333;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 20px;
  bottom: 10px;
  color: white;
  display: inline-block;
  line-height: 20px;
  left: 10px;
  padding: 0px 8px;
  position: absolute;
}
.module-media-gallery .gallery-thumbnails {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.module-media-gallery .gallery-thumbnails .thumbnail-window {
  overflow: hidden;
  white-space: nowrap;
}
.module-media-gallery .gallery-thumbnails .gallery-prev {
  background-position: -108px 0;
  margin-top: -12px;
  left: 0;
}
.module-media-gallery .gallery-thumbnails .gallery-next {
  right: 0;
  margin-top: -12px;
  background-position: -162px 0;
}
.module-media-gallery .thumbnail-flair {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -14px 0 0 -14px;
}
.module-media-gallery .has-sponsored-video img {
  opacity: 0.4;
  height: 64px;
  transition: opacity .2s;
}
.module-media-gallery .has-sponsored-video:after {
  bottom: 0;
  content: "Sponsored";
  color: white;
  font-size: 10px;
  height: 20px;
  margin-top: -20px;
  display: block;
  text-align: center;
  width: 100%;
}
.module-media-gallery .has-sponsored-video:hover img {
  opacity: .8;
}
.module-media-gallery .has-pagination .thumbnail-window {
  margin: 10px 30px;
}
.module-media-gallery .gallery-prev,
.module-media-gallery .gallery-next {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0.75;
  filter: alpha(opacity=75);
  -moz-opacity: 75;
  -khtml-opacity: 75;
  -webkit-opacity: 75;
  opacity: 75;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=7500);
  filter: alpha(opacity=7500);
  background-color: transparent;
  background-image: url("/content/images/lightbox-sprite.png");
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
  height: 24px;
  position: absolute;
  text-indent: -10000px;
  top: 50%;
  width: 24px;
}
.module-media-gallery .gallery-prev:hover,
.module-media-gallery .gallery-next:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -webkit-opacity: 100;
  opacity: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
  filter: alpha(opacity=10000);
}
.module-media-gallery .gallery-prev[disabled],
.module-media-gallery .gallery-next[disabled] {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -moz-opacity: 65;
  -khtml-opacity: 65;
  -webkit-opacity: 65;
  opacity: 65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=6500);
  filter: alpha(opacity=6500);
  cursor: auto;
}
.module-media-gallery .media-gallery-header {
  color: white;
  font-size: 14px;
  font-weight: bold;
  margin-top: -10px;
  min-height: 45px;
  overflow: hidden;
  padding-top: 10px;
}
.module-media-gallery .media-gallery-header a {
  color: white;
  text-decoration: underline;
}
.module-media-gallery .media-gallery-body {
  position: relative;
  min-height: 290px;
}
.module-media-gallery .media-gallery-footer {
  position: relative;
  min-height: 94px;
}
.module-media-gallery .media-gallery-footer li {
  cursor: pointer;
  float: left;
  height: 55px;
  width: 90px;
}
.module-media-gallery .media-gallery-footer li:after {
  background: #037fbd;
  border: 0;
  bottom: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  margin-left: 5px;
  transition: height 0.2s cubic-bezier(0.12, 1.13, 0.52, 1.41);
  width: 80px;
}
.module-media-gallery .media-gallery-footer li.is-active {
  border-color: #777777;
}
.module-media-gallery .media-gallery-footer li.is-active:after {
  height: 4px;
}
.video-canvas {
  background: black;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -10000px;
  left: -10000px;
  padding: 30px 0;
}
.video-canvas .video-placeholder {
  height: 100%;
  text-align: center;
  display: none;
  cursor: pointer;
}
.video-canvas .video-placeholder img {
  height: 100%;
}
.video-canvas .video-player {
  display: none;
}
.video-canvas.is-active {
  top: 0;
  left: 0;
}
.video-placeholder.is-active,
.video-player.is-active {
  display: block;
}
.btn-play,
.btn-play-large {
  background-image: url("/content/images/lightbox-sprite.png");
  background-repeat: no-repeat;
  background-position: -511px -37px;
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
  cursor: pointer;
}
.btn-play:hover,
.btn-play-large:hover {
  background-position: -581px -37px;
}
.btn-play-large {
  background-position: -688px 0;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
}
.btn-play-large:hover {
  background-position: -818px 0;
}
.video-thumbnails {
  position: absolute;
  bottom: 12px;
  right: 0;
}
.video-thumbnails li {
  position: relative;
  cursor: pointer;
  height: 55px;
}
.video-thumbnails li img {
  height: 80px;
  width: 80px;
}
.modal-body .video-thumbnails li {
  margin-top: 5px;
}
.modal-body .video-thumbnails img {
  height: 55px !important;
}
.gallery-share {
  position: relative;
  height: 10px;
}
.gallery-share ul {
  clear: both;
  list-style: none;
  overflow: hidden;
  position: absolute;
  right: 10px;
  top: 5px;
}
.gallery-share li {
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
}
.gallery-share img {
  vertical-align: top;
}
.details-media-gallery .gallery-thumbnails li {
  display: inline-block;
  height: auto;
  margin: 0;
  width: 20%;
}
.details-media-gallery .thumbnail-window {
  margin: 0 -5px;
}
.details-media-gallery li {
  padding: 0 5px;
  width: 80px;
  float: left;
}
.details-media-gallery img {
  border: solid 1px #eeeeee;
}
.details-media-gallery .has-sponsored-video {
  background: black;
  display: block;
}
.modal-body .layout-main {
  background-color: #1b1b1b;
}
.popup-media-gallery .media-gallery-body {
  margin: 0 -10px 0;
}
.popup-media-gallery .virtual-tour-gallery {
  margin-top: 10px;
}
.popup-media-gallery .thumbnail-window {
  height: 50px;
}
.popup-media-gallery .thumbnail-window img {
  border: solid 1px #222222;
}
.popup-media-gallery .gallery-status {
  margin: 0 0 0 30px;
}
.popup-media-gallery .gallery-index {
  color: #777777;
  font-size: 0.9em;
  font-weight: normal;
  line-height: 14px;
  font-style: normal;
}
.popup-media-gallery .gallery-thumbnails .gallery-prev {
  margin-top: 0;
}
.popup-media-gallery .gallery-thumbnails .gallery-next {
  margin-top: 0;
}
.popup-media-gallery .has-non-photo .gallery-thumbnails {
  margin-right: 110px;
}
.popup-media-gallery .has-two-non-photo .gallery-thumbnails {
  margin-right: 200px;
}
.popup-media-gallery .has-three-non-photo .gallery-thumbnails {
  margin-right: 290px;
}
.popup-media-gallery .media-gallery-footer {
  margin-top: 6px;
  max-width: 100%;
  overflow: hidden;
}
.popup-media-gallery .media-gallery-footer-title {
  color: white;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  padding-left: 4px;
}
.popup-media-gallery .non-photo-thumbnails {
  background-color: #2d2d2d;
  float: right;
  padding: 5px 0;
}
.popup-media-gallery .non-photo-thumbnails li img {
  border: solid 1px #222222;
}
.popup-media-gallery .video-thumbnails {
  float: right;
  position: relative;
  right: 0;
  bottom: 0;
}
.popup-media-gallery .virtual-tour-thumbnail {
  float: right;
}
.popup-media-gallery .virtual-tour-thumbnail li {
  margin-top: 4px;
}
.popup-media-gallery .gallery-canvas {
  height: 100%;
}
.pinterest-pin i {
  background: url("/content/images/social-media.png") no-repeat 0 -164px transparent;
  display: block;
  height: 20px;
  width: 40px;
  cursor: pointer;
  text-indent: -9999px;
}
.gallery-container {
  display: table;
}
.gallery-container > div {
  display: table-cell;
  vertical-align: top;
  width: 100%;
}
.gallery-container .media-gallery-enquiry {
  min-width: 300px;
  background-color: #eeeeee;
}
.gallery-container .module-media-gallery .gallery-canvas li img {
  top: 0;
  height: 100%;
  left: 0;
  right: 0;
  position: relative;
}
.gallery-container .module-media-gallery .video-thumbnails .media-gallery-footer-title {
  margin-bottom: 5px;
}
.gallery-container .module-media-gallery .video-thumbnails .has-sponsored-video img {
  height: 55px;
}
#colorbox,
.cboxIframe,
#cboxContent {
  background-color: #1b1b1b !important;
}
.gallery-index .current {
  background-color: transparent;
}
/*
.gallery-container {
    background-color: #1b1b1b;
    height: 700px;
    overflow: hidden;

    .layout-main {
        padding: 0;
    }

    .gallery-index {
        display: none;
    }

    .module-media-gallery {
        padding-left: 15px;

        .gallery-canvas li img {
            top: 0;
            height: 100%;
            //max-width: 825px;
            left: 0;
            right: 0;
            padding-left: 10px;
            position: relative;
        }
    }



        .module-media-gallery .has-sponsored-video img {
            height: 55px;
            margin-top: 4px;
        }

    .media-gallery-header {
        margin-top: 0;
    }

    .gallery-thumbnails li:after {
        bottom: 5px;
    }

    .non-photo-thumbnails li:after {
        bottom: 0;
    }

    .media-gallery-body {
        width: 825px;
        height: 550px !important;

        .gallery-prev {
            left: 10px;
            width: 38px;
        }
    }

    .module-media-gallery .gallery-canvas li {

        opacity: 0.4;

        -moz-transition: opacity ease-in-out 0.15s;
        -o-transition: opacity ease-in-out 0.15s;
        -webkit-transition: opacity ease-in-out 0.15s;
        transition: opacity ease-in-out 0.15s;

        &.is-active {
            opacity: 1.0;
        }
    }


    .media-gallery-footer {
        display: table;
        margin-top: 5px;

        .current {
            background-color: inherit;
            font-weight: bold;
        }

        > div {
            display: table-cell;
            vertical-align: top;
        }

        li {
            height: 70px;
        }
    }

    .media-gallery-enquiry {
        width: 295px;
        display: table-cell;
        vertical-align: top;
        overflow: hidden;
        padding-left: 10px;
        padding-top: 10px;

        .module-enquiry-form {
            margin-top: 35px;
            margin-left: 15px;
            padding-right: 30px;
            width: 100%;
            height: 550px;
        }
    }

    .popup-media-gallery .non-photo-thumbnails {
        padding-left: 20px;
        background-color: inherit;
    }
}

#colorbox, .cboxIframe, #cboxContent {
    background-color: #1b1b1b !important;

    html {
        overflow: hidden;
    }
}

.media-gallery-body {
        .icon {
            margin-top: -4px;
            font-size: 16px;
        }
    }




.gallery-container {
    padding: 5px;
    height: 600px;
    width: 100%;
    overflow: hidden;
    background-color: #1b1b1b;
    line-height: 0;

    .is-active img {
        left: 0 !important;
        top: 0 !important;
        height: 100%;
        width: auto;
    }

    .gallery-canvas .is-active img {
        margin-left: 140px;
    }

    .media-gallery-header {
        margin-top: 0;
        padding-top: 20px;
    }

    .media-gallery-footer {
        .thumbnail-window {
            left: 40px !important;
        }
    }

    .video-canvas {
        padding: 0;
    }

    .non-photo-thumbnails {
        position: absolute;
        right: 0;
        top: 0;
        padding: 5px;
        background-color: #1b1b1b;
        line-height: 20px;

        img {
            width: 80px;
            height: 53px;
            margin-top: 5px;
        }
    }

    .current {
        background-color: #1b1b1b;
    }
}
    */

.marketing-group {
  color: white;
  font-size: 22px;
  margin-top: 20px;
  border-bottom: 1px solid white;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.model-list ul {
  margin-top: 10px;
}
.model-list ul li {
  margin-bottom: 20px;
  max-height: 250px;
  overflow: hidden;
}
.model-list ul li a {
  background: white;
  padding: 20px 20px 10px 20px;
  display: block;
  text-align: right;
  color: black;
  position: relative;
  min-height: 250px;
}
.model-list ul li a:hover {
  text-decoration: none;
}
.model-list ul li a:hover span {
  text-decoration: underline;
}
.model-list ul li a img {
  width: 100%;
  display: block;
}
.model-list ul li a .make-model-name {
  display: none;
}
.model-list ul li a span {
  font-size: 24px;
  text-transform: uppercase;
  color: black;
  display: block;
  margin-top: 5px;
  float: right;
  padding-left: 10px;
  min-height: 25px;
  width: 180px;
}
.model-list ul li a .highlight {
  text-transform: uppercase;
  font-size: 17px;
  line-height: 25px;
  text-align: left;
  padding-top: 5px;
}
.model-list ul li a .highlight:hover {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .model-list ul li > a,
  .model-list ul li > div {
    max-width: 320px;
    margin: 0 auto;
  }
  .model-list ul li > a img,
  .model-list ul li > div img {
    width: 90%;
  }
}
.search-results-page {
  padding-bottom: 40px;
}
.search-results-page .search-results-listing {
  margin-top: 10px;
}
.search-results-page .search-results-listing > li {
  margin-bottom: 20px;
}
.search-results-page .search-results-listing > li a.search-result-item {
  background: white;
  display: block;
  padding: 10px;
  text-align: right;
  color: black;
  position: relative;
  height: 250px;
  overflow: hidden;
}
.search-results-page .search-results-listing > li a.search-result-item img {
  width: 75%;
  display: block;
  margin: 0px auto;
}
.search-results-page .search-results-listing > li a.search-result-item .title {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 18px;
  margin-top: 5px;
  width: 58%;
  float: right;
}
.search-results-page .search-results-listing > li a.search-result-item .key-features {
  width: 100%;
  overflow: hidden;
  position: absolute;
  bottom: 5px;
  right: 10px;
}
.search-results-page .search-results-listing > li a.search-result-item .key-features li {
  float: right;
  text-align: right;
  width: 25%;
  font-size: 12px;
  list-style-type: none;
  color: #666666;
  line-height: 18px;
}
.search-results-page .search-results-listing > li a.search-result-item .key-features li:before {
  content: '\25CF';
  color: #bbbbbb;
  margin-right: 5px;
}
.search-results-page .search-results-listing > li a.search-result-item .price-container {
  width: 42%;
  float: left;
  text-align: left;
  margin: 3px 0px 3px 0px;
}
.search-results-page .search-results-listing > li a.search-result-item .price-container .price-value {
  font-size: 15px;
  color: black;
  font-weight: bold;
  color: #f17623;
}
.search-results-page .search-results-listing > li a.search-result-item .price-container .price-text {
  font-size: 12px;
  line-height: 16px;
}
.search-results-page .search-results-listing > li a.search-result-item .special-offer-star-burst {
  bottom: 25px;
}
.search-results-page .search-results-listing > li a.search-result-item.dealer .key-features {
  width: 50%;
  overflow: hidden;
  position: absolute;
  bottom: 5px;
  left: 10px;
}
.search-results-page .search-results-listing > li a.search-result-item.dealer .key-features li {
  float: left;
  text-align: left;
  width: 50%;
  font-size: 12px;
  list-style-type: none;
  color: #666666;
}
.search-results-page .search-results-listing .mobile-button {
  border-top: 1px solid black;
}
.search-results-page .search-results-listing .mobile-button .col-4 {
  background-color: white;
  padding: 15px 0px;
}
.search-results-page .search-results-listing .mobile-button .col-4 .float-right {
  float: right;
}
.search-results-page .search-results-listing .mobile-button .col-4 .margin-auto {
  margin: auto;
}
.search-results-page .search-results-listing .mobile-button .col-4 .min-width {
  min-width: 90px;
}
.search-results-page .search-results-listing .mobile-button .col-12 {
  background-color: white;
  padding: 15px 0px;
}
.search-results-page .search-results-listing .mobile-button .col-12 .mobile-carconnect-listing {
  min-width: 90%;
  margin: auto;
}
.search-results-page .results-sort-container .refinement {
  display: inline-block;
}
.search-results-page .results-sort-container .sort-by {
  float: right;
}
.search-results-page .results-sort-container .sort-by .dropdown-menu {
  right: 0px;
  left: auto;
}
.search-results-page .results-sort-container .number-of-results {
  color: white;
  font-size: 15px;
  float: right;
  margin-right: 20px;
}
.search-results-page .divider {
  border-bottom: 1px solid #f17623;
  margin-bottom: 10px;
  margin-top: 5px;
}
.search-results-page .exclusive-deals {
  color: yellow;
  font-size: 22px;
  text-transform: none;
  margin-bottom: 5px;
}
.search-results-page .carousel {
  width: 250px;
  height: 167px;
}
@media only screen and (max-width: 767px) {
  .search-results-page ul.search-results-listing > li > a,
  .search-results-page ul.search-results-listing > li > div {
    max-width: 300px;
    margin: 0 auto;
  }
  .search-results-page .img_slides_wrap {
    width: 100%;
    overflow: hidden;
  }
  .search-results-page .img_slides_wrap .slide {
    vertical-align: top;
    position: relative;
    width: 100%;
    margin-right: -100%;
  }
  .search-results-page .img_slides_wrap .slide {
    left: -100%;
    height: auto;
    overflow: hidden;
    z-index: 1;
    -webkit-transition-property: left,height;
    -moz-transition-property: left,height;
    -ms-transition-property: left,height;
    -o-transition-property: left,height;
    transition-property: left,height;
    -webkit-transition-duration: 333ms;
    -moz-transition-duration: 333ms;
    -ms-transition-duration: 333ms;
    -o-transition-duration: 333ms;
    transition-duration: 333ms;
    -webkit-transition-timing-function: cubic-bezier(0.1, 0.7, 0.7, 1);
    -moz-transition-timing-function: cubic-bezier(0.1, 0.7, 0.7, 1);
    -ms-transition-timing-function: cubic-bezier(0.1, 0.7, 0.7, 1);
    -o-transition-timing-function: cubic-bezier(0.1, 0.7, 0.7, 1);
    transition-timing-function: cubic-bezier(0.1, 0.7, 0.7, 1);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .search-results-page .img_slides_wrap .slide.active {
    left: 0;
    height: auto;
    overflow: visible;
    z-index: 0;
  }
  .search-results-page .img_slides_wrap .slide.active ~ .slide {
    left: 100%;
  }
  .search-results-page .img_slides_wrap .slide.active ~ .slide.active {
    left: 0;
  }
  .search-results-page .img_slides_wrap li {
    display: block;
    float: left;
  }
  .search-results-page .img_slides_wrap li img {
    width: 100%;
  }
}
.search-results-page .exclusive-deals {
  color: yellow;
  font-size: 22px;
  text-transform: none;
  margin-bottom: 5px;
}
.search-results-page .search-results-full-details {
  margin-top: 20px;
  /* Special offers */

}
.search-results-page .search-results-full-details .item {
  margin-bottom: 40px;
}
.search-results-page .search-results-full-details .item img {
  display: block;
  width: 100%;
}
.search-results-page .search-results-full-details .item .carconnect-consultant {
  height: 70px;
  width: 70px;
  margin: auto;
}
.search-results-page .search-results-full-details .item .title {
  color: black;
  font-size: 18px;
  max-width: 450px;
  display: block;
  margin-bottom: 10px;
}
.search-results-page .search-results-full-details .item .title:hover {
  text-decoration: none;
}
.search-results-page .search-results-full-details .item .tab-content {
  padding: 15px;
  background: white;
  min-height: 192px;
}
.search-results-page .search-results-full-details .item .image-thumbs {
  width: 350px;
  margin-top: 10px;
  float: left;
  overflow: hidden;
}
.search-results-page .search-results-full-details .item .image-thumbs .primary {
  margin: 0 8px 8px 0;
  float: left;
  position: relative;
  width: 165px;
  height: 110px;
  border: 1px solid #cccccc;
  padding: 1px;
}
.search-results-page .search-results-full-details .item .image-thumbs .secondary {
  margin: 0 8px 8px 0;
  float: left;
  position: relative;
  width: 75px;
  height: 51px;
  border: 1px solid #cccccc;
  padding: 1px;
}
.search-results-page .search-results-full-details .item .special-offer-star-burst {
  right: 5px;
  top: 5px;
  bottom: auto;
  left: auto;
}
.search-results-page .search-results-full-details .item .price-value {
  position: absolute;
  right: 10px;
  top: 75px;
  font-size: 16px;
  color: #037fbd;
  text-transform: uppercase;
  line-height: 18px;
  font-weight: bold;
}
.search-results-page .search-results-full-details .item .price-text {
  position: absolute;
  right: 10px;
  top: 95px;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
}
.search-results-page .search-results-full-details .item .key-features {
  width: 250px;
  overflow: hidden;
  float: left;
  margin: 20px 0 0 20px;
}
.search-results-page .search-results-full-details .item .key-features li {
  float: left;
  text-align: left;
  width: 50%;
  font-size: 15px;
  list-style-type: none;
  color: #666666;
  line-height: 24px;
}
.search-results-page .search-results-full-details .item .key-features li:before {
  content: '\25CF';
  color: #bbbbbb;
  margin-right: 5px;
  font-size: 12px;
}
.search-results-page .search-results-full-details .item .key-features li.colours {
  width: 100%;
}
.search-results-page .search-results-full-details .tabs {
  margin-top: 0px;
}
.search-results-page .search-results-full-details .tabs .tabs-nav {
  margin-bottom: 0px;
  background: #eeeeee;
  padding: 10px 10px 0px 10px;
}
.search-results-page .search-results-full-details .tabs .tabs-nav li a {
  padding-left: 12px;
  padding-right: 12px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.search-results-page .search-results-full-details .tabs .tabs-nav li a.special-offer-tab {
  color: #f17623;
}
.search-results-page .search-results-full-details .tabs .tabs-nav li a:hover {
  color: white;
  background: #cccccc;
}
.search-results-page .search-results-full-details .tabs .tabs-nav li.is-active a {
  border-top: 1px solid #cccccc;
}
.search-results-page .search-results-full-details .tabs .tabs-nav li.is-active a:hover {
  color: #666666;
  background: white;
}
.search-results-page .search-results-full-details .enquiry-form {
  margin: 0px 0px 0px 0px;
  padding: 0px;
  min-height: 249px;
  border-top: 4px solid #f17623;
}
.search-results-page .search-results-full-details .enquiry-form .search-results-enquiry-form .show-on-focus {
  display: none;
}
.search-results-page .search-results-full-details .enquiry-form .search-results-enquiry-form .textarea {
  min-height: 31px;
}
.search-results-page .search-results-full-details .enquiry-form .search-results-enquiry-form h4 {
  margin-top: 0px;
}
.search-results-page .search-results-full-details .enquiry-form .search-results-enquiry-form.focused .show-on-focus {
  display: block;
}
.search-results-page .search-results-full-details .enquiry-form .search-results-enquiry-form.focused .show-on-focus .enquiry-form-disclaimer {
  font-size: 11px;
  line-height: 1.6;
  margin-top: 10px;
  margin-bottom: 10px;
}
.search-results-page .search-results-full-details .enquiry-form .search-results-enquiry-form.focused .show-on-focus .enquiry-form-disclaimer a {
  font-size: 11px;
}
.search-results-page .search-results-full-details .enquiry-form .search-results-enquiry-form.focused textarea {
  min-height: 80px;
}
.search-results-page .search-results-full-details .enquiry-form .search-results-enquiry-form .enquiry-form-actions {
  padding: 0px;
}
.search-results-page .search-results-full-details .enquiry-form .search-results-enquiry-form .name-container {
  float: left;
  width: 65%;
  padding-left: 20px;
}
.search-results-page .search-results-full-details .enquiry-form .search-results-enquiry-form .phone-container {
  float: left;
  width: 35%;
  padding-left: 10px;
  padding-right: 0px;
}
.search-results-page .search-results-full-details .enquiry-form .search-results-enquiry-form .email-container {
  float: left;
  width: 65%;
  padding-left: 20px;
}
.search-results-page .search-results-full-details .enquiry-form .search-results-enquiry-form .postcode-container {
  float: left;
  width: 35%;
  padding-left: 10px;
  padding-right: 0px;
}
.search-results-page .search-results-full-details .enquiry-form .search-results-enquiry-form .control {
  padding-right: 0px;
}
.search-results-page .search-results-full-details .enquiry-form .search-results-enquiry-form .enquiry-thankyou-container {
  padding: 0px 20px 15px 20px;
  background-color: #eeeeee;
}
.search-results-page .search-results-full-details .enquiry-form .need-finance {
  font-size: 12px;
  background: white;
  border: 1px solid #cccccc;
  text-align: center;
  padding: 5px;
  color: #333333;
  display: block;
}
.search-results-page .search-results-full-details .enquiry-form .need-finance:hover {
  text-decoration: none;
}
.search-results-page .search-results-full-details .enquiry-form .need-finance img {
  width: 128px;
  margin: 0px auto;
}
.search-results-page .search-results-full-details .enquiry-form .need-finance a {
  font-size: 12px;
}
.search-results-page .search-results-full-details .enquiry-form .need-finance p {
  margin-top: 10px;
  line-height: 18px;
}
.search-results-page .search-results-full-details .enquiry-form .postcode-panel-section {
  text-align: center;
  padding: 15px 0px;
  background-color: white;
}
.search-results-page .search-results-full-details .enquiry-form .postcode-panel-section label {
  font-size: 16px;
  padding: 5px 0px;
}
.search-results-page .search-results-full-details .enquiry-form .postcode-panel-section .postcode-input-wrapper input {
  width: 38px;
  text-align: center;
  font-size: 20px;
}
.search-results-page .search-results-full-details .enquiry-form .postcode-panel-section .postcode-input-wrapper input::-webkit-outer-spin-button,
.search-results-page .search-results-full-details .enquiry-form .postcode-panel-section .postcode-input-wrapper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.search-results-page .search-results-full-details .enquiry-form .postcode-panel-section .postcode-input-wrapper input[type=number] {
  -moz-appearance: textfield;
}
.search-results-page .search-results-full-details .enquiry-form .enquiry-form-body {
  padding: 20px;
  background-color: #eeeeee;
}
.search-results-page .search-results-full-details .enquiry-form .enquiry-form-body .dealer-availability-list .dealer-availability-padding {
  padding: 10px 0px;
}
.search-results-page .search-results-full-details .enquiry-form .enquiry-form-body .dealer-availability-list .dealer-availability-padding .row {
  padding-bottom: 8px;
}
.search-results-page .search-results-full-details .enquiry-form .enquiry-form-body .dealer-availability-list .dealer-availability-padding .col-8 {
  padding-left: 10px;
}
.search-results-page .search-results-full-details .enquiry-form .enquiry-form-body .dealer-availability-list .dealer-availability-padding .col-8 .row {
  margin: 0px;
  padding-bottom: 0px;
}
.search-results-page .search-results-full-details .enquiry-form .enquiry-form-body .dealer-availability-list .dealer-availability-padding .col-8 .row-dealer-name {
  font-weight: bold;
  line-height: 1.5;
  margin-top: 3px;
}
.search-results-page .search-results-full-details .enquiry-form .enquiry-form-body .dealer-availability-list .dealer-availability-padding .col-8 .row-padding-top {
  padding-top: 5px;
}
.search-results-page .search-results-full-details .enquiry-form .enquiry-form-body .dealer-availability-list .dealer-availability-padding .col-8 .row a {
  font-size: 13px;
  font-weight: normal !important;
}
.search-results-page .search-results-full-details .enquiry-form .enquiry-form-body .dealer-availability-list .dealer-availability-padding .col-2-no-padding {
  padding-left: 0px;
}
.search-results-page .search-results-full-details .enquiry-form .enquiry-form-body .dealer-availability-list .dealer-availability-padding .col-2-no-padding .green-text {
  color: #34b59a;
}
.search-results-page .search-results-full-details .enquiry-form .carconnect-enquiry-form-landing h4 {
  text-align: center;
}
.search-results-page .search-results-full-details .enquiry-form .carconnect-enquiry-form-landing p {
  text-align: center;
  margin-bottom: 10px;
}
.search-results-page .search-results-full-details .enquiry-form .carconnect-enquiry-form-landing a {
  text-align: center;
  margin: auto;
  display: block;
  margin-top: 5px;
}
.search-results-page .search-results-full-details .enquiry-form .carconnect-enquiry-form-body #carconnect-header {
  text-align: center;
  font-size: 16pt;
}
.search-results-page .search-results-full-details .enquiry-form-arrow {
  top: 10px;
  color: #eeeeee;
}
.search-results-page .search-results-full-details .module-accordion .accordion-toggle {
  padding: 3px 10px 3px 10px;
}
.search-results-page .search-results-full-details .gallery li {
  margin-bottom: 20px;
}
.search-results-page .search-results-full-details .gallery li .image-container {
  border: 1px solid #cccccc;
  padding: 1px;
  width: 180px;
  height: 122px;
}
.search-results-page .search-results-full-details .gallery li .image-container img {
  width: 100%;
  display: block;
}
.search-results-page .search-results-full-details .details-special-offers .special-offer-details-disclaimer {
  font-size: 11px;
  color: #666666;
  line-height: 14px;
  overflow: hidden;
  margin-top: 10px;
}
.search-results-page .search-results-full-details .details-special-offers .special-offer-details-container-details-title {
  font-size: 18px;
  font-weight: bold;
  color: #f17623;
  padding-top: 0px;
}
.search-results-page .search-results-full-details .details-special-offers .sup {
  vertical-align: super;
  font-size: smaller;
  display: block;
  width: 20px;
  float: left;
}
.search-results-page .search-results-full-details .details-special-offers .special-offer-details-disclaimer-description {
  float: left;
  width: 95%;
}
.search-results-page .search-results-full-details .call-me-now {
  margin-top: 20px;
  display: none;
}
.search-results-page .search-results-full-details .call-me-now .btn {
  width: 100%;
}
.search-results-page .search-results-full-details .ad-mrec-728x90 {
  margin-bottom: 40px;
}
.search-results-page .search-results-full-details .carousel .carousel-inner {
  border: 1px solid #cccccc;
}
.search-results-page .search-results-full-details .carousel .item {
  margin-bottom: 0px;
}
.search-results-page .search-results-full-details .carousel .carousel-control {
  background-image: unset;
  background-color: unset;
  width: 30px;
}
.search-results-page .search-results-full-details .carousel .carousel-control > div {
  position: relative;
  height: 100%;
}
.search-results-page .search-results-full-details .carousel .carousel-control .fa {
  padding: 10px;
  top: 35%;
}
.search-results-page .search-results-full-details .carousel .carousel-control:hover .fa {
  background-color: #999999;
  opacity: 0.8;
}
.search-results-page .search-results-full-details .carousel .carousel-control.left .fa {
  left: 10px;
}
.search-results-page .search-results-full-details .carousel .carousel-control.right .fa {
  right: 10px;
}
.search-results-page .search-results-full-details .carousel .image-nav-count {
  position: absolute;
  right: 10px;
  bottom: 10px;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 0 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#colorbox {
  box-shadow: 0 0 12px black;
}
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  outline: 0;
}
#cboxOverlay {
  background: #333333;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  background: white;
  position: relative;
  overflow: visible;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  position: absolute;
  top: -15px;
  background: url("/content/images/lightbox-sprite.png") no-repeat 0 0;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  background: white;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
#cboxClose {
  right: -15px;
  background-position: 0 -87px;
}
#cboxClose:hover {
  background-position: 0 -87px;
}
.cboxSlideshow_on #cboxSlideshow {
  background-position: -125px 0px;
  right: 27px;
}
.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -150px 0px;
}
.cboxSlideshow_off #cboxSlideshow {
  background-position: -150px -25px;
  right: 27px;
}
.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -125px 0px;
}
.modal-body {
  background: white;
  padding: 0;
  margin: 0;
}
.modal-header {
  overflow: hidden;
}
.modal-open {
  overflow: hidden;
}
.sr-only {
  display: none;
}
.close {
  float: right;
  font-size: 15px;
  line-height: 1;
  color: black;
  text-shadow: 0 1px 0 white;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 20px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #eeeeee;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=70);
  opacity: .7;
}
.modal-header {
  min-height: 16.428571429px;
  padding: 15px 0;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
  font-size: 24px;
  font-weight: 300;
}
.modal-body {
  position: relative;
  padding: 20px 0;
  max-height: 500px;
  overflow-y: scroll;
}
.modal-footer {
  padding: 10px 0 0 0;
  border-top: 1px solid #e5e5e5;
  font-size: 10px;
  color: #999999;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-dialog.modal-sm {
    width: 300px;
  }
  .modal-dialog.modal-lg {
    width: 900px;
  }
  .modal-dialog.modal-md {
    width: 650px;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.module-accordion .accordion-header > .accordion-toggle {
  font-size: 14px;
}
.module-accordion .accordion-body {
  background: #f6f6f6;
}
.module-accordion .accordion-toggle-all {
  overflow: hidden;
}
.module-accordion table.accordion-inner {
  border-top: solid 1px #777777;
  margin-bottom: 0;
  padding: 0;
}
.module-accordion table.accordion-inner tr:last-child th,
.module-accordion table.accordion-inner tr:last-child td {
  border-bottom: 0;
}
.special-offer-star-burst {
  position: absolute;
  left: 5px;
  bottom: 5px;
  background: url(/Content/images/sprite-white-bg.png);
  background-position: -8px -111px;
  width: 120px;
  border-radius: 60px;
  height: 120px;
  color: white;
  text-align: center;
  letter-spacing: -1px;
  text-transform: uppercase;
}
.special-offer-star-burst .from {
  color: black;
  text-align: left;
  line-height: 14px;
  margin-top: 30px;
  padding-left: 20px;
  font-weight: bold;
}
.special-offer-star-burst .price {
  color: white;
  text-align: left;
  line-height: 26px;
  font-size: 22px;
  padding-left: 20px;
}
.special-offer-star-burst .type {
  color: black;
  text-align: left;
  line-height: 14px;
  padding-left: 20px;
  font-weight: bold;
}
.special-offer-star-burst.ask-for-a-deal {
  color: black;
  font-weight: bold;
}
.special-offer-star-burst.ask-for-a-deal .price {
  display: block;
  margin-top: 26px;
}
.special-offer-star-burst.ask-for-a-deal .price.crossed-out {
  position: relative;
}
.special-offer-star-burst.ask-for-a-deal .price.crossed-out .cross {
  width: 77px;
  height: 32px;
  display: block;
  position: absolute;
  top: 0px;
  left: 20px;
  background: url(/Content/images/sprite-black-bg.png);
  background-position: -361px -63px;
}
.special-offer-star-burst.ask-for-a-deal .text {
  line-height: 18px;
  margin-top: 7px;
  letter-spacing: 0px;
}
.special-offer-star-burst.ask-for-a-deal.no-price .text {
  margin-top: 35px;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -1px;
}
.finance .page-content {
  width: 1024px;
}
.finance .finance-form {
  background-color: white;
  font-family: 'Oswald', sans-serif;
  color: black;
  width: 100%;
  padding: 21px;
}
.finance .finance-form .logorow > img {
  margin-top: 50px;
}
.finance .finance-form .stratton-logo {
  height: 90px;
}
.finance .finance-form .logo-container {
  margin-bottom: 20px;
}
.finance .finance-form .logo-container .ioty {
  width: 150px;
}
.finance .finance-form h1 {
  font-size: 36px;
  font-weight: 500;
  padding-top: 0;
  margin-bottom: 10px;
}
.finance .finance-form h3 {
  color: black;
}
.finance .finance-form .carsalesnetwork {
  height: 40px;
  text-align: right;
}
.finance .finance-form .quoteBtn {
  display: block;
  margin: 20px auto;
}
.finance .finance-form .img-responsive {
  width: 100%;
}
.finance .finance-form .img-responsive:before,
.finance .finance-form .img-responsive:after {
  box-sizing: unset;
  -webkit-box-sizing: unset;
}
.finance .finance-form table {
  text-align: center;
}
.finance .finance-form .purpleFont {
  color: #5a3c91;
}
.finance .finance-form .arialFont {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 150%;
}
.finance .finance-form .icons {
  color: #5a3c91;
}
.finance .finance-form .testimonialTable {
  padding-top: 20px;
}
.finance .finance-form .quoteLink {
  font-size: 11px;
  color: #666666;
}
.finance .finance-form .testimonial {
  font-size: 15px;
  padding-top: 20px;
}
.finance .finance-form .quoteIcons {
  color: #5a3c91;
  font-size: 12px;
}
.finance .finance-form a {
  color: #5a3c91;
  text-decoration: underline;
}
.finance .finance-form hr {
  opacity: 0.3;
  filter: alpha(opacity=30);
  /*For IE 8 and earlier*/
  color: 666666;
}
.finance .finance-form .logoTable {
  margin: 0 auto;
  text-align: center;
  opacity: 0.4;
  filter: alpha(opacity=40);
  max-width: 950px;
}
.insurance {
  padding-bottom: 40px;
}
.insurance p {
  color: white;
}
.insurance p.subtle {
  font-size: 12px;
  line-height: 18px;
  margin: 10px 0px 10px 0px;
}
.insurance label {
  color: white;
  margin-top: 10px;
  display: block;
}
.layout-go-back {
  padding: 20px 0;
  font-size: 16px;
  border-bottom: 1px solid white;
}
.layout-go-back a {
  color: white;
}
.layout-go-back a .fa {
  margin-right: 5px;
}
.layout-misc .title {
  padding: 20px 0;
}
.layout-misc .title h3 {
  color: #f17623;
  font-weight: bold;
}
.alert {
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 1px;
}
.alert.alert-success {
  color: #468848;
  background-color: #def0d8;
  border-color: #d5e9c6;
  font-size: 16px;
}
.alert.alert-error {
  color: white;
  background-color: #f44336;
  border-color: #d32f2f;
  font-size: 16px;
  margin-top: 20px;
  padding: 10px 20px 10px 20px;
}
.alert.alert-error a {
  color: white;
}
.alert .alert-heading {
  color: inherit;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
  text-transform: none;
}
.alert .alert-body {
  font-size: 12px;
  line-height: 20px;
}
.unions {
  padding: 40px 0px 40px 0px;
  color: white;
}
.unions p {
  margin-top: 20px;
}
.content-clip {
  padding-bottom: 150px;
}
.content-clip .content-clip-ad {
  background: white;
  min-height: 74px;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.content-clip .content-clip-ad a {
  color: black;
}
.content-clip .content-clip-ad a img {
  float: left;
  margin-right: 10px;
}
.content-clip .content-clip-ad a span {
  display: block;
  line-height: 18px;
}
.search-results-page {
  overflow: hidden;
}
.search-results-page.overlayed .results-sort-container.stuck {
  z-index: 1;
}
.search-results-page .results-sort-container.stuck {
  position: fixed;
  top: 0px;
  padding: 20px;
  z-index: 10;
  width: 940px;
  display: block;
  background-color: black;
  box-shadow: 0px 10px 10px #bbbbbb;
}
.slideout-container {
  position: relative;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.slideout-container.opening {
  min-height: 600px;
  transform: translateX(313.333333333px);
}
.slideout-container.slideout-open {
  min-height: 600px;
}
.slideout-container .slideout-menu {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
  margin-left: calc(-313.333333333px);
  width: calc(293.333333333px);
}
.slideout-container .slideout-menu .refinement-form-container select {
  font-size: 14px;
  padding: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 50px;
  border: 1px solid #eeeeee;
  background: url('/content/images/dropdown.png') no-repeat right white;
  background-position-x: 98%;
  margin-bottom: 20px;
}
.slideout-container .slideout-menu .refinement-form-container > form {
  width: 100%;
}
.slideout-container .slideout-menu .refinement-form-container.stuck {
  transform: translate(0, 50px);
}
.slideout-container .slideout-panel {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .slideout-container.opening {
    min-height: auto;
    transform: translateX(100%);
  }
  .slideout-container.slideout-open {
    min-height: auto;
  }
  .slideout-container .slideout-menu {
    margin-left: calc(-100%);
    width: 100%;
    padding: 0 20px;
  }
}
.help {
  min-width: 940px;
}
.help h2 {
  background: #1d364c;
  text-align: center;
  color: white;
  font-size: 24px;
  padding: 30px 0px 30px 0px;
}
.help .i-know-what-i-want {
  display: block;
  margin: 30px auto 0px auto;
  width: 175px;
  text-align: center;
  margin-bottom: 30px;
}
.help .question-tree {
  width: 100%;
  min-width: 940px;
  -webkit-transition: width linear 0.3s;
  -moz-transition: width linear 0.3s;
  -ms-transition: width linear 0.3s;
  -o-transition: width linear 0.3s;
  transition: width linear 0.3s;
  padding: 0px 0px 50px 0px;
}
.help .question-tree .breadcrumbs {
  width: 100%;
  overflow: hidden;
  min-height: 32px;
  margin-top: 40px;
  text-align: center;
}
.help .question-tree .breadcrumbs li {
  display: inline-block;
  margin-right: 20px;
  background: #00b5e6;
  color: white;
  padding: 0px 10px 0px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  line-height: 32px;
  font-size: 15px;
}
.help .question-tree .breadcrumbs li em {
  display: none;
}
.help .question-tree .breadcrumbs li span {
  display: none;
}
.help .question-tree .breadcrumbs li a {
  color: white;
}
.help .question-tree .breadcrumbs li:last-child {
  margin-right: 0px;
}
.help .question-tree .questions {
  margin-top: 30px;
}
.help .question-tree .questions > li h3 {
  text-align: center;
  color: #333333;
}
.help .question-tree .questions > li .answers {
  margin-top: 30px;
  width: 100%;
  overflow: hidden;
}
.help .question-tree .questions > li .answers > li {
  float: left;
  padding-right: 20px;
}
.help .question-tree .questions > li .answers > li:last-child {
  padding-right: 0px;
}
.help .question-tree .questions > li .answers > li.q-3 {
  width: 25%;
}
.help .question-tree .questions > li .answers > li.q-4 {
  width: 33.33%;
}
.help .question-tree .questions > li .answers > li.q-6 {
  width: 50%;
}
.help .question-tree .questions > li .answers > li a {
  padding: 47px 0px 47px 0px;
  text-align: center;
  display: block;
  width: 100%;
  font-size: 18px;
  border: 1px solid #cccccc;
  color: #1d364c;
  line-height: 24px;
  font-weight: bold;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: white;
}
.help .question-tree .questions > li .answers > li a em {
  display: block;
  font-size: 18px;
  font-style: normal;
  color: #00b5e6;
  line-height: 24px;
  font-weight: normal;
  margin-top: 5px;
}
.help .question-tree .questions > li .answers > li a span {
  display: block;
  line-height: 24px;
  font-weight: normal;
  margin-top: 5px;
}
.help .question-tree .questions > li .answers > li a:hover {
  border: 3px solid #00b5e6;
  text-decoration: none;
  padding: 45px 0px 45px 0px;
  background: whitesmoke;
}
.help .question-tree .questions > li .answers > li a.loading {
  text-indent: -9999px;
}
.help .question-tree .questions > li .answers > li a.loading:hover {
  border: 2px solid #dddddd;
  text-decoration: none;
  color: #333333;
}
.help .question-tree .variants {
  display: none;
  width: 100%;
}
.help .question-tree .variants .car-listing {
  margin-top: 40px;
}
.help .question-tree .variants .car-listing li:last-child {
  margin-bottom: 0px;
}
.help .question-tree .ajax-loading {
  display: none;
}
.help .question-tree.loading-variants {
  width: 100%;
  max-width: 960px;
}
.help .question-tree.loading-variants .i-know-what-i-want {
  display: none;
}
.help .question-tree.loading-variants .ajax-loading {
  display: block;
  background: url(/Content/images/ajax-loading.gif) no-repeat;
  width: 160px;
  height: 20px;
  margin: 50px auto 0px auto;
}
.help .question-tree.complete {
  width: 100%;
  max-width: 960px;
}
.help .question-tree.complete .variants {
  display: block;
}
.help .question-tree.complete .help-form {
  display: none;
}
.help .question-tree.complete .i-know-what-i-want {
  display: none;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .help {
    min-width: 750px;
  }
  .help .question-tree {
    width: 100%;
  }
  .help .question-tree.loading-variants {
    width: 100%;
  }
  .help .question-tree.complete {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .help {
    min-width: auto;
  }
  .help h2 {
    background: #1d364c;
    text-align: center;
    color: white;
    font-size: 24px;
    padding: 30px 0px 30px 0px;
  }
  .help .question-tree {
    width: 100%;
    min-width: auto;
    -webkit-transition: width linear 0.3s;
    -moz-transition: width linear 0.3s;
    -ms-transition: width linear 0.3s;
    -o-transition: width linear 0.3s;
    transition: width linear 0.3s;
    padding: 0px 0px 50px 0px;
  }
  .help .question-tree .breadcrumbs {
    width: 100%;
    overflow: hidden;
    min-height: 32px;
    margin-top: 40px;
    text-align: center;
  }
  .help .question-tree .breadcrumbs li {
    margin-bottom: 10px;
  }
  .help .question-tree .questions > li .answers > li {
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 20px;
  }
  .help .question-tree .questions > li .answers > li.q-3 {
    width: 100%;
  }
  .help .question-tree .questions > li .answers > li.q-4 {
    width: 100%;
  }
  .help .question-tree .questions > li .answers > li.q-6 {
    width: 100%;
  }
}
.popular-models {
  padding-top: 30px;
}
.popular-models .model-list ul li a .make-model-name {
  display: block;
}
.popular-models .model-list ul li a .model-name {
  display: none;
}
@media only screen and (max-width: 767px) {
  .popular-models {
    padding: 20px;
  }
}
.vehicle-details {
  background-color: white;
  padding: 20px;
}
.module-media-gallery {
  position: relative;
}
.module-media-gallery .media-gallery-body {
  min-height: 290px;
  position: relative;
}
.module-media-gallery .gallery-canvas {
  overflow: hidden;
  position: relative;
}
.module-media-gallery img {
  display: block;
  margin: 0 auto;
}
.module-media-gallery .gallery-canvas .gallery-photo-count {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
  border-radius: 20px;
  bottom: 10px;
  color: white;
  display: inline-block;
  left: 10px;
  line-height: 20px;
  padding: 0 8px;
  position: absolute;
}
.module-media-gallery .gallery-thumbnails {
  overflow: hidden;
}
.module-media-gallery .gallery-thumbnails .thumbnail-window {
  min-height: 50px;
  overflow: hidden;
  white-space: nowrap;
}
.module-media-gallery ul,
.module-media-gallery ol {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.module-media-gallery li {
  margin: 0;
  padding: 0;
  position: relative;
}
.module-media-gallery .gallery-thumbnails li {
  float: left;
  height: 55px;
  width: 90px;
}
.module-enquiry-form {
  background: none repeat scroll 0 0 #eeeeee;
  padding: 10px 20px;
}
.module-enquiry-form .enquiry-form-actions {
  margin-top: 20px;
}
.has-tooltip {
  border-bottom: 1px dotted #cccccc;
  cursor: pointer;
  font-style: normal;
}
.tooltip-content {
  left: -10000px;
  position: absolute;
  top: -10000px;
}
.details img {
  display: block;
  max-width: 100%;
  height: auto;
}
.details .gallery-trigger {
  cursor: pointer;
  display: block;
}
.details .details-media-gallery img {
  border: 1px solid #eeeeee;
}
.details .details-media-gallery .thumbnail-window {
  margin: 0 -5px;
}
.details .details-media-gallery li {
  float: left;
  padding: 0 5px;
  width: 80px;
}
.details .details-media-gallery .gallery-thumbnails li {
  display: inline-block;
  height: auto;
  margin: 0;
  width: 20%;
}
.details .price-panel {
  padding-bottom: 0px;
}
.details .price-panel > a {
  display: block;
  cursor: pointer;
}
.details .price-panel .price-preinfo {
  color: #666666;
}
.details .price-panel .price-value {
  font-family: "Proxima", arial;
  font-size: 3em;
  line-height: 1;
}
.details .price-panel .price-value.small {
  font-size: 20px;
  margin-top: 10px;
  font-weight: bold;
}
.details .price-panel .price-value.medium {
  font-size: 25px;
  margin-top: 10px;
  font-weight: bold;
}
.details .price-panel .price-postinfo {
  color: #cccccc;
  font-size: 1em;
}
.details .price-panel .strikethrough {
  text-decoration: line-through;
}
.details .key-features {
  padding-top: 10px;
}
.details .media {
  color: #666666;
  display: block;
  padding-bottom: 10px;
  padding-top: 20px;
  text-decoration: none;
}
.details .media,
.details .media-body {
  overflow: hidden;
}
.details .key-features .media {
  border: 0px;
  /*border-bottom: 1px dotted #CCCCCC;*/
  padding: 10px 0;
}
.details .key-features .media-object {
  color: #999999;
  margin-top: 5px;
}
.details .media-object {
  float: left;
  margin-right: 10px;
}
.details .media-object i {
  font-size: 30px;
  line-height: 30px;
}
.details .key-features .media-heading {
  font-size: 16px;
  font-weight: bold;
}
.details .media-heading {
  display: block;
  margin: 0;
}
.details .key-features .data-type {
  color: #999999;
  font-size: 11px;
  font-weight: bold;
}
.details table {
  border: medium none;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 19.416px;
  max-width: 100%;
  width: 100%;
}
.details table tbody {
  border: medium none;
}
.details table th,
.details table td {
  border-bottom: 1px solid #cccccc;
  line-height: 19.416px;
  padding: 6px 10px;
  text-align: left;
  vertical-align: top;
}
.details table th {
  font-weight: bold;
}
.details .table-striped tbody tr:nth-child(2n) td,
.details .table-striped tbody tr:nth-child(2n) th {
  background-color: #f6f6f6;
}
.details .table-striped th,
.details .table-striped td {
  border-bottom: medium none;
}
.details table th,
.details table td {
  border-bottom-style: dotted;
}
.details .module-accordion {
  margin: 0;
  padding: 0;
}
.details .module-accordion .accordion-group {
  border-bottom: 1px solid #e5e5e5;
  list-style: none outside none;
  margin-bottom: 0;
}
.details .module-accordion .accordion-header {
  font-size: 14px;
}
.details .module-accordion .accordion-header > .accordion-toggle {
  font-size: 14px;
}
.details .module-accordion .accordion-toggle {
  color: #2d79ba;
  cursor: pointer;
  display: block;
  padding: 10px;
  position: relative;
}
.details .module-accordion .accordion-toggle .accordion-icon {
  color: #666666;
  margin-top: -4px;
  position: absolute;
  right: 10px;
  top: 50%;
  -moz-transition: transform 0.2s ease 0s;
  -o-transition: transform 0.2s ease 0s;
  -webkit-transition: transform 0.2s ease 0s;
  transition: transform 0.2s ease 0s;
}
.details .module-accordion .accordion-body {
  background: none repeat scroll 0 0 #f6f6f6;
}
.details .module-accordion .accordion-body {
  height: 0;
  overflow: hidden;
  position: relative;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.details .module-accordion table.accordion-inner {
  margin-bottom: 0;
  padding: 0;
}
.details .module-accordion .accordion-inner {
  padding: 9px 15px;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.details .module-accordion table.accordion-inner tr:last-child th,
.details .module-accordion table.accordion-inner tr:last-child td {
  border-bottom: 0 none;
}
.details .panel-highlighted {
  background: none repeat scroll 0 0 #f6f6f6;
  padding: 20px;
}
.details .panel.panel-highlighted {
  border-radius: 2px;
}
.details .btn-conversion {
  background-color: #e37930;
  background-image: -moz-linear-gradient(center top, #e68846, #e37930);
  background-repeat: repeat-x;
  border: 0 none;
  color: white;
}
.details .layout-sidebar-left,
.details .layout-sidebar-right,
.details .layout-sidebar-both {
  display: table;
  margin: 0 auto;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  width: 960px;
}
.details .dealer-info {
  opacity: 0.6;
  display: inline-block;
  width: 80%;
  padding-left: 17px;
  font-size: 9px;
  white-space: pre;
}
.details .protect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}
.details .protect::selection {
  background: transparent;
  color: #666666;
}
.details .title {
  padding: 20px 0;
}
.details .title h3 {
  color: #f17623;
  font-weight: bold;
}
.details .primary-special-offer {
  font-size: 16px;
  font-weight: bold;
  color: #f17623;
  padding-top: 10px;
}
.details .special-offer-details-container {
  background-color: #f6f6f6;
  font-size: 12px;
  overflow: hidden;
  padding: 15px 0;
}
.details .special-offer-details-container .special-offer-star-burst {
  position: relative;
  float: left;
}
.details .special-offer-details-container .special-offer-star-burst.double-line {
  padding-top: 33px;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 26px;
}
.details .special-offer-details-container-header {
  border-bottom: dotted 1px #cccccc;
  padding-bottom: 10px;
}
.details .special-offer-details-container-header-offer {
  background-color: #ff6700;
  color: white;
  text-transform: uppercase;
  display: inline-block;
  padding-left: 5px;
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 10px;
}
.details .special-offer-details-container-header-offer:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 0 13px 8px;
  border-color: transparent transparent transparent #ff6700;
  position: absolute;
  margin-left: 10px;
  margin-top: -3px;
}
.details .special-offer-details-container-header-title {
  display: inline-block;
  font-weight: bold;
}
.details .special-offer-details-container-details {
  font-size: 12px;
}
.details .special-offer-details-container-details-title {
  font-size: 16px;
  font-weight: bold;
  color: black;
  padding-top: 15px;
  padding-bottom: 10px;
}
.details .special-offer-details-container-details-inclusion {
  font-size: 12px;
  line-height: 19.416px;
}
.details .special-offer-details-container-details-inclusion:before {
  content: '\25CF';
  color: #dddddd;
  margin-right: 5px;
  float: left;
  display: inline-block;
}
.details .special-offer-details-container-details-disclaimer {
  font-size: 65%;
}
.details .detail-info {
  background-color: white;
  padding: 20px;
}
.details .social-media-container {
  overflow: hidden;
  background-color: white;
  padding: 15px 10px;
  margin-bottom: 20px;
}
.details .social-media-container h4 {
  font-weight: bold;
  float: left;
  padding: 8px 10px 0 10px;
}
.details .social-media-container i.fa {
  color: #999999;
}
.details .social-media-container i.fa.fa-twitter,
.details .social-media-container i.fa.fa-facebook {
  color: white;
}
.enquiry-form {
  background-color: white;
  margin-left: 0;
  border-top: 4px solid #f17623;
  margin-bottom: 20px;
}
.enquiry-form-arrow {
  position: absolute;
  color: white;
  font-size: 48px;
  left: 9px;
  top: 10px;
}
.enquiry-form .section-header h4 {
  margin-bottom: 10px;
  font-weight: bold;
}
.enquiry-form-button {
  cursor: pointer;
  border-radius: 2px 2px 2px 2px;
  display: block;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
  text-decoration: none;
  background: #e37830;
  border: 0;
  float: none;
  -webkit-text-shadow: none;
  text-shadow: none;
  text-transform: none;
  padding: 10px;
  width: 100%;
  color: white;
  box-shadow: 0 1px 0 #823f12;
}
.enquiry-form-button:hover {
  background: #dc6a1e;
  border: 0;
}
.enquiry-form-button:active {
  background: #c55f1b;
  border: 0;
}
.enquiry-form-actions {
  padding-top: 20px;
  padding-bottom: 10px;
  padding-right: 10px;
}
.enquiry-form .control input {
  float: none;
  margin-top: 0;
}
.enquiry-form label {
  white-space: nowrap;
  margin-bottom: 10px;
  line-height: 20px;
}
.enquiry-form .col-5 {
  white-space: nowrap;
  padding-left: 0;
}
.enquiry-form .enquiry-form-body {
  background-color: #eeeeee;
  padding: 20px;
}
.enquiry-form .enquiry-form-body .dealer-availability-list .dealer-availability-padding {
  padding: 10px 0px;
}
.enquiry-form .enquiry-form-body .dealer-availability-list .dealer-availability-padding .row {
  padding-bottom: 8px;
}
.enquiry-form .enquiry-form-body .dealer-availability-list .dealer-availability-padding .col-8 {
  padding-left: 10px;
}
.enquiry-form .enquiry-form-body .dealer-availability-list .dealer-availability-padding .col-8 .row {
  margin: 0px;
  padding-bottom: 0px;
}
.enquiry-form .enquiry-form-body .dealer-availability-list .dealer-availability-padding .col-8 .row-dealer-name {
  font-weight: bold;
  line-height: 1.5;
  margin-top: 3px;
}
.enquiry-form .enquiry-form-body .dealer-availability-list .dealer-availability-padding .col-8 .row-padding-top {
  padding-top: 5px;
}
.enquiry-form .enquiry-form-body .dealer-availability-list .dealer-availability-padding .col-8 .row a {
  font-size: 13px;
  font-weight: normal !important;
}
.enquiry-form .enquiry-form-body .dealer-availability-list .dealer-availability-padding .col-2-no-padding {
  padding-left: 0px;
}
.enquiry-form .enquiry-form-body .dealer-availability-list .dealer-availability-padding .col-2-no-padding .green-text {
  color: #34b59a;
}
.enquiry-form .postcode-panel-section {
  text-align: center;
  padding: 15px 0px;
  background-color: white;
}
.enquiry-form .postcode-panel-section label {
  font-size: 16px;
  padding: 5px 0px;
}
.enquiry-form .postcode-panel-section .postcode-input-wrapper input {
  width: 38px;
  text-align: center;
  font-size: 20px;
}
.enquiry-form .postcode-panel-section .postcode-input-wrapper input::-webkit-outer-spin-button,
.enquiry-form .postcode-panel-section .postcode-input-wrapper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.enquiry-form .postcode-panel-section .postcode-input-wrapper input[type=number] {
  -moz-appearance: textfield;
}
.enquiry-form .carconnect-enquiry-form-landing .carconnect-consultant {
  height: 70px;
  width: 70px;
  margin: auto;
}
.enquiry-form .carconnect-enquiry-form-landing h4 {
  text-align: center;
}
.enquiry-form .carconnect-enquiry-form-landing p {
  text-align: center;
  margin-bottom: 10px;
}
.enquiry-form .carconnect-enquiry-form-landing a {
  text-align: center;
  margin: auto;
  display: block;
  margin-top: 5px;
}
.enquiry-form .carconnect-enquiry-form-body #carconnect-header {
  text-align: center;
  font-size: 16pt;
}
.enquiry-form .enquiry-form-actions {
  padding: 0px;
}
.enquiry-form .name-container {
  float: left;
  width: 65%;
  padding-left: 20px;
}
.enquiry-form .phone-container {
  float: left;
  width: 35%;
  padding-left: 10px;
  padding-right: 0px;
}
.enquiry-form .email-container {
  float: left;
  width: 65%;
  padding-left: 20px;
}
.enquiry-form .postcode-container {
  float: left;
  width: 35%;
  padding-left: 10px;
  padding-right: 0px;
}
.enquiry-form .control {
  padding-right: 0px;
}
.explanation {
  background-color: #f6f6f6;
  margin-top: 20px;
  overflow: hidden;
  padding: 30px 0 20px 0;
  border-bottom: 1px solid #cccccc;
}
.explanation .redbook {
  margin-bottom: 30px;
}
.explanation .redbook .sprite-global-logo-redbook {
  background-image: url("/content/images/global_v2a.png");
  background-position: -259px -343px;
  width: 94px;
  height: 22px;
}
.explanation .redbook-text {
  opacity: 0.6;
  display: inline-block;
  width: 90%;
}
.explanation .redbook-icon {
  font-size: 500px;
  margin-top: 10px;
  display: inline-block;
  vertical-align: top;
  float: right;
}
.explanation .special-offer-details-disclaimer {
  margin-top: 10px;
  margin-bottom: 10px;
  opacity: 0.6;
}
.explanation .special-offer-details-disclaimer-number {
  font-size: 65%;
  display: inline-block;
  vertical-align: top;
  padding: 0px 10px 0 0;
}
.explanation .special-offer-details-disclaimer-description {
  display: inline-block;
  width: 95%;
}
.gallery-container {
  overflow: hidden;
  color: #cccccc;
}
.gallery-container .media-gallery-header h4 {
  margin: 5px;
  color: white;
}
.gallery-container .media-gallery-enquiry > .enquiry-form {
  background-color: #eeeeee;
  border-top: 0px;
  color: black;
}
.gallery-container .media-gallery-body {
  margin: 0px;
}
@media only screen and (max-width: 767px) {
  .details .img_slides_wrap {
    width: 100%;
    overflow: hidden;
  }
  .details .img_slides_wrap .slide {
    vertical-align: top;
    position: relative;
    width: 100%;
    margin-right: -100%;
  }
  .details .img_slides_wrap .slide {
    left: -100%;
    height: auto;
    overflow: hidden;
    z-index: 1;
    -webkit-transition-property: left,height;
    -moz-transition-property: left,height;
    -ms-transition-property: left,height;
    -o-transition-property: left,height;
    transition-property: left,height;
    -webkit-transition-duration: 333ms;
    -moz-transition-duration: 333ms;
    -ms-transition-duration: 333ms;
    -o-transition-duration: 333ms;
    transition-duration: 333ms;
    -webkit-transition-timing-function: cubic-bezier(0.1, 0.7, 0.7, 1);
    -moz-transition-timing-function: cubic-bezier(0.1, 0.7, 0.7, 1);
    -ms-transition-timing-function: cubic-bezier(0.1, 0.7, 0.7, 1);
    -o-transition-timing-function: cubic-bezier(0.1, 0.7, 0.7, 1);
    transition-timing-function: cubic-bezier(0.1, 0.7, 0.7, 1);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .details .img_slides_wrap .slide.active {
    left: 0;
    height: auto;
    overflow: visible;
    z-index: 2;
  }
  .details .img_slides_wrap .slide.active ~ .slide {
    left: 100%;
  }
  .details .img_slides_wrap .slide.active ~ .slide.active {
    left: 0;
  }
  .details .img_slides_wrap li {
    display: block;
    float: left;
  }
  .details .img_slides_wrap li img {
    width: 100%;
  }
  .details .primary-special-offer {
    padding-top: 0px;
  }
  .details .enquiry-form-arrow {
    display: none;
  }
  .details .ad-row {
    display: none;
  }
  .details .specifications > .module-accordion > .accordion-group > .accordion-header > .accordion-toggle {
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
  }
  .details .specifications > .module-accordion > .accordion-group > .accordion-header > .accordion-toggle > .fa {
    margin-right: 8px;
  }
  .details .specifications > .module-accordion > .accordion-group > .accordion-header > .accordion-toggle > .fa-plus {
    display: inline-block;
  }
  .details .specifications > .module-accordion > .accordion-group > .accordion-header > .accordion-toggle > .fa-minus {
    display: none;
  }
  .details .specifications > .module-accordion > .accordion-group > .accordion-header > .accordion-toggle.is-active > .fa-plus {
    display: none;
  }
  .details .specifications > .module-accordion > .accordion-group > .accordion-header > .accordion-toggle.is-active > .fa-minus {
    display: inline-block;
  }
  .details .specifications > .module-accordion > .accordion-group > .accordion-body {
    margin-left: 10px;
  }
  .details .key-features {
    padding-top: 0;
  }
  .details .key-features .media {
    padding: 5px 0;
  }
  .details .social-media-container {
    margin-top: 20px;
  }
  .details .special-offer-details-container-details-inclusion {
    width: 100%;
  }
  .details .special-offer-icon {
    display: none;
  }
  .explanation .page-content {
    padding: 0 20px;
  }
  .explanation .redbook .redbook-text {
    display: inline;
    width: auto;
  }
  .explanation .special-offer-details-disclaimer-description {
    width: 90%;
  }
  .enquiry-form-mobile {
    background-color: #f2f2f2;
    padding-bottom: 100px;
  }
  .enquiry-form-mobile .postcode-panel-section {
    text-align: center;
    padding: 25px 0px;
    background-color: #f2f2f2;
    position: sticky;
    top: 0;
    z-index: 1000;
  }
  .enquiry-form-mobile .postcode-panel-section label {
    font-size: 16px;
    padding: 5px 0px;
    font-weight: 600;
  }
  .enquiry-form-mobile .postcode-panel-section .postcode-input-wrapper {
    padding-top: 10px;
  }
  .enquiry-form-mobile .postcode-panel-section .postcode-input-wrapper input {
    width: 52px;
    height: 55px;
    text-align: center;
    font-size: 20px;
    border-radius: 2px;
    border: solid #f17623;
  }
  .enquiry-form-mobile .postcode-panel-section .postcode-input-wrapper input::-webkit-outer-spin-button,
  .enquiry-form-mobile .postcode-panel-section .postcode-input-wrapper input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  .enquiry-form-mobile .postcode-panel-section .postcode-input-wrapper input[type=number] {
    -moz-appearance: textfield;
  }
  .enquiry-form-mobile h5 {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
  }
  .enquiry-form-mobile .dealerAvailabilityList-callsms-mobile .row,
  .enquiry-form-mobile .dealerAvailabilityList-email-mobile .row {
    margin-left: 0px;
  }
  .enquiry-form-mobile .dealerAvailabilityList-callsms-mobile p,
  .enquiry-form-mobile .dealerAvailabilityList-email-mobile p {
    text-align: center;
  }
  .enquiry-form-mobile .dealerAvailabilityList-callsms-mobile .mobile-dealer-container,
  .enquiry-form-mobile .dealerAvailabilityList-email-mobile .mobile-dealer-container {
    padding: 10px 20px;
  }
  .enquiry-form-mobile .dealerAvailabilityList-callsms-mobile .mobile-dealer-container .mobile-dealer,
  .enquiry-form-mobile .dealerAvailabilityList-email-mobile .mobile-dealer-container .mobile-dealer {
    background-color: white;
    padding-top: 5px;
    padding-bottom: 17px;
  }
  .enquiry-form-mobile .dealerAvailabilityList-callsms-mobile .mobile-dealer-container .mobile-dealer .mobile-enquiry-button,
  .enquiry-form-mobile .dealerAvailabilityList-email-mobile .mobile-dealer-container .mobile-dealer .mobile-enquiry-button {
    min-height: 44px;
    min-width: 110px;
    border-radius: 100px;
    background-color: #f17623;
    border-style: none;
    font-size: 16px;
    color: white;
  }
  .enquiry-form-mobile .dealerAvailabilityList-callsms-mobile .mobile-dealer-container .mobile-dealer .flex-column,
  .enquiry-form-mobile .dealerAvailabilityList-email-mobile .mobile-dealer-container .mobile-dealer .flex-column {
    display: flex;
    align-items: center;
  }
  .enquiry-form-mobile .dealerAvailabilityList-callsms-mobile .mobile-email-enquiry-button,
  .enquiry-form-mobile .dealerAvailabilityList-email-mobile .mobile-email-enquiry-button {
    text-align: center;
  }
  .enquiry-form-mobile .dealerAvailabilityList-callsms-mobile .mobile-email-enquiry-button .mobile-enquiry-button,
  .enquiry-form-mobile .dealerAvailabilityList-email-mobile .mobile-email-enquiry-button .mobile-enquiry-button {
    min-height: 44px;
    min-width: 110px;
    border-radius: 100px;
    background-color: #f17623;
    border-style: none;
    font-size: 16px;
    color: white;
  }
  .enquiry-form-mobile .dealerAvailabilityList-callsms-mobile .mobile-email-enquiry-button .mobile-enquiry-button.disabled,
  .enquiry-form-mobile .dealerAvailabilityList-email-mobile .mobile-email-enquiry-button .mobile-enquiry-button.disabled {
    cursor: default;
    background: #cccccc;
    border: 1px solid #cccccc;
  }
  .enquiry-form-mobile .dealerAvailabilityList-callsms-mobile .mobile-dealer-distance,
  .enquiry-form-mobile .dealerAvailabilityList-email-mobile .mobile-dealer-distance {
    font-weight: 600;
    font-size: 16px;
  }
  .enquiry-form-mobile .dealerAvailabilityList-callsms-mobile .mobile-dealer-padding,
  .enquiry-form-mobile .dealerAvailabilityList-email-mobile .mobile-dealer-padding {
    padding: 10px 20px;
  }
  .enquiry-form-mobile .dealerAvailabilityList-callsms-mobile .mobile-no-padding,
  .enquiry-form-mobile .dealerAvailabilityList-email-mobile .mobile-no-padding {
    padding: 0px;
  }
  .enquiry-form-mobile .dealerAvailabilityList-callsms-mobile .mobile-checkbox,
  .enquiry-form-mobile .dealerAvailabilityList-email-mobile .mobile-checkbox {
    width: 22px;
    height: 22px;
  }
  .enquiry-form-mobile .dealerAvailabilityList-callsms-mobile .grey-text,
  .enquiry-form-mobile .dealerAvailabilityList-email-mobile .grey-text {
    color: #666666;
  }
  .enquiry-form-mobile .dealerAvailabilityList-callsms-mobile .green-text,
  .enquiry-form-mobile .dealerAvailabilityList-email-mobile .green-text {
    color: #34b59a;
  }
  .enquiry-form-mobile .extra-padding-bottom {
    padding-bottom: 30px;
  }
  .enquiry-form-mobile .enquiry-form-fieldset-disabled input[type=text],
  .enquiry-form-mobile .enquiry-form-fieldset-disabled textarea {
    background-color: #f2f2f2;
  }
  .enquiry-form-mobile .email-enquiry-body-mobile {
    padding: 10px 20px;
  }
  .enquiry-form-mobile .email-enquiry-body-mobile .control {
    margin-bottom: 0px;
    padding: 3px 0px;
  }
  .enquiry-form-mobile .email-enquiry-body-mobile .control .width-height-text-control {
    height: 45px;
    width: 100%;
  }
  .enquiry-form-mobile .email-enquiry-body-mobile .control .width-height-radio-control {
    width: 17px;
    height: 17px;
    margin-top: 4px !important;
  }
  .enquiry-form-mobile .email-enquiry-body-mobile .control .width-height-checkbox-control {
    width: 17px;
    height: 17px;
  }
  .enquiry-form-mobile .email-enquiry-body-mobile .col-7 {
    padding: 0px 5px;
  }
  .enquiry-form-mobile .email-enquiry-body-mobile .enquiry-form-disclaimer-mobile {
    font-size: 11px;
    line-height: 1.6;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .enquiry-form-mobile .email-enquiry-body-mobile .enquiry-form-disclaimer-mobile a {
    font-size: 11px;
  }
  .enquiry-form-mobile .email-enquiry-body-mobile h5 {
    padding-bottom: 10px;
  }
  .enquiry-form-mobile .enquiry-form-mobile-carconnect {
    background-color: white;
    padding: 10px 20px;
    text-align: center;
  }
  .enquiry-form-mobile .enquiry-form-mobile-carconnect h5 {
    padding: 5px 0px;
  }
  .enquiry-form-mobile .enquiry-form-mobile-carconnect p {
    padding: 10px 20px;
  }
  .enquiry-form-mobile .enquiry-form-mobile-carconnect .carconnect-learn-more-content-mobile {
    display: none;
  }
  .enquiry-form-mobile .layout-go-back {
    padding: 10px 10px;
    font-size: 16px;
    border-bottom: 5px solid #f17623;
    background-color: black;
  }
  .enquiry-form-mobile .layout-go-back a {
    color: white;
    text-decoration: none;
  }
  .enquiry-form-mobile .layout-go-back a .fa {
    margin-right: 5px;
  }
  .enquiry-thankyou .layout-go-back {
    padding: 10px 10px;
    font-size: 16px;
    border-bottom: 1px solid white;
    background-color: black;
  }
  .enquiry-thankyou .layout-go-back a {
    color: white;
    text-decoration: none;
  }
  .enquiry-thankyou .layout-go-back a .fa {
    margin-right: 5px;
  }
}
#enquiry-form .enquiry-form-disclaimer {
  font-size: 11px;
  line-height: 1.6;
  margin-top: 10px;
  margin-bottom: 10px;
}
#enquiry-form .enquiry-form-disclaimer a {
  font-size: 11px;
}
.mazda-3 {
  color: #333333;
  padding-bottom: 120px;
  background: #eeeeee;
}
.mazda-3 .content-container {
  background: none;
}
.mazda-3 .page-content {
  background: none;
}
.mazda-3 h3 {
  color: #1d364c;
  text-transform: none;
  margin: 30px 0px 20px 0px;
}
.mazda-3 .hero-image-container {
  position: relative;
  background: black;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.mazda-3 .hero-image-container h2 {
  color: #333333;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -480px;
  text-transform: none;
}
.mazda-3 .hero-image-container .hero-image {
  margin: 0px auto;
  display: block;
  width: 100%;
  max-width: 1800px;
}
.mazda-3 .details .vehicle-details {
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
  min-height: 375px;
}
.mazda-3 .badges {
  padding-top: 30px;
  border-top: 1px solid #cccccc;
  margin-top: 30px;
}
.mazda-3 .price {
  color: #00b5e6;
  font-size: 24px;
  line-height: 32px;
  margin-top: 10px;
}
.mazda-3 .price span {
  font-weight: normal;
}
.mazda-3 .car-listing li > .key-features {
  background: white;
  padding: 20px;
  margin-top: 40px;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
}
.mazda-3 .car-listing li .media-gallery-body {
  min-height: 260px;
}
.mazda-3 .car-details {
  background: white;
  padding: 20px;
  margin-top: 40px;
}
.mazda-3 .colour-picker-container .selected-colour {
  text-align: center;
  line-height: 1.5em;
}
.mazda-3 .colour-picker-container .primary {
  overflow: hidden;
  padding: 40px;
}
.mazda-3 .colour-picker-container .primary img {
  display: block;
  margin: 0px auto;
  width: 450px;
}
.mazda-3 .colour-picker-container .colour-picker h4 {
  text-transform: none;
  margin-top: 15px;
  color: #333333;
}
.mazda-3 .colour-picker-container .colour-picker .colours {
  width: 100%;
  overflow: hidden;
  padding: 10px 5px;
}
.mazda-3 .colour-picker-container .colour-picker .colours li {
  float: left;
  position: relative;
}
.mazda-3 .colour-picker-container .colour-picker .colours li a {
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 32px;
  height: 32px;
  margin: 0px 10px 10px 0px;
  display: block;
}
.mazda-3 .colour-picker-container .colour-picker .colours li a img {
  width: 32px;
  height: 32px;
}
.mazda-3 .colour-picker-container .colour-picker .colours li a i {
  font-size: 18px;
  text-align: center;
  line-height: 23px;
  color: #aaaaaa;
  margin: 0px auto;
  display: none;
  position: absolute;
  bottom: -12px;
  left: 12px;
}
.mazda-3 .colour-picker-container .colour-picker .colours li a.no-colour {
  border: 1px solid #cccccc;
}
.mazda-3 .colour-picker-container .colour-picker .colours li a.selected i {
  display: block;
}
.mazda-3 .colour-picker-container .colour-picker .colours li a:hover {
  text-decoration: none;
  color: #333333;
}
.mazda-3 .colour-picker-container .colour-picker .colours li a.include-border {
  border: 1px solid #cccccc;
}
.mazda-3 .media-gallery-footer {
  min-height: 55px;
}
.mazda-3 .enquiry-form {
  margin: 0px 0px 0px 0px;
  padding: 15px 20px 15px 20px;
  min-height: 249px;
  border-top: 0px solid #f17623;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
}
.mazda-3 .enquiry-form .search-results-enquiry-form .textarea {
  min-height: 80px;
}
.mazda-3 .enquiry-form .search-results-enquiry-form h4 {
  margin-top: 0px;
}
.mazda-3 .enquiry-form .search-results-enquiry-form.focused .show-on-focus {
  display: block;
}
.mazda-3 .enquiry-form .search-results-enquiry-form.focused .show-on-focus .enquiry-form-disclaimer {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 11px;
  line-height: 1.6;
}
.mazda-3 .enquiry-form .search-results-enquiry-form.focused .show-on-focus .enquiry-form-disclaimer a {
  font-size: 11px;
}
.mazda-3 .enquiry-form .search-results-enquiry-form.focused textarea {
  min-height: 80px;
}
.mazda-3 .enquiry-form .search-results-enquiry-form .name-container {
  float: left;
  width: 65%;
  padding-left: 20px;
}
.mazda-3 .enquiry-form .search-results-enquiry-form .phone-container {
  float: left;
  width: 35%;
  padding-left: 10px;
  padding-right: 0px;
}
.mazda-3 .enquiry-form .search-results-enquiry-form .email-container {
  float: left;
  width: 65%;
  padding-left: 20px;
}
.mazda-3 .enquiry-form .search-results-enquiry-form .postcode-container {
  float: left;
  width: 35%;
  padding-left: 10px;
  padding-right: 0px;
}
.mazda-3 .enquiry-form .search-results-enquiry-form .control {
  padding-right: 0px;
}
.mazda-3 .enquiry-form .need-finance {
  font-size: 12px;
  background: white;
  border: 1px solid #cccccc;
  text-align: center;
  padding: 5px;
  color: #333333;
  display: block;
}
.mazda-3 .enquiry-form .need-finance:hover {
  text-decoration: none;
}
.mazda-3 .enquiry-form .need-finance img {
  width: 128px;
  margin: 0px auto;
}
.mazda-3 .enquiry-form .need-finance a {
  font-size: 12px;
}
.mazda-3 .enquiry-form .need-finance p {
  margin-top: 10px;
  line-height: 18px;
}
.mazda-3 .tabs-container .tabs {
  width: 100%;
  overflow: hidden;
  margin-bottom: 15px;
  margin-top: 30px;
  text-align: center;
}
.mazda-3 .tabs-container .tabs li {
  display: inline-block;
}
.mazda-3 .tabs-container .tabs li a {
  display: block;
  padding-bottom: 5px;
  border-bottom: 1px solid transparent;
  color: #999999;
  min-width: 110px;
  margin-right: 20px;
}
.mazda-3 .tabs-container .tabs li a.selected {
  color: #4caf50;
  border-bottom: 1px solid #4caf50;
  cursor: default;
}
.mazda-3 .tabs-container .tabs li a:hover {
  text-decoration: none;
  color: #4caf50;
  border-bottom: 1px solid #4caf50;
}
.mazda-3 .tabs-container .tabs li:last-child a {
  margin-right: 0px;
}
.mazda-3 .tabs-container .tab-content {
  color: #333333;
  width: 100%;
  overflow: hidden;
  margin-bottom: 15px;
}
.mazda-3 .tabs-container .tab-content li {
  width: 150px;
  float: left;
  margin-right: 20px;
}
.mazda-3 .tabs-container .tab-content li p {
  border-bottom: 1px solid #dddddd;
  line-height: 18px;
  padding: 5px 0px 5px 0px;
  font-size: 12px;
}
.mazda-3 .tabs-container .tab-content li p.price {
  font-weight: bold;
  font-size: 15px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .mazda-3 {
    padding: 0px 20px 0px 20px;
  }
  .mazda-3 h3 {
    text-align: center;
  }
  .mazda-3 .enquiry-form {
    margin-top: 40px;
  }
  .mazda-3 .tabs-container .tabs li a {
    padding-top: 5px;
    margin-right: 0px;
    margin-top: 10px;
  }
  .mazda-3 .tabs-nav li {
    float: none;
  }
  .mazda-3 .tabs-nav li a {
    border: none;
  }
  .mazda-3 .tabs-nav li.is-active a {
    color: #2d79ba;
  }
  .mazda-3 .gallery .image-container img {
    display: block;
    width: 100%;
    height: auto;
  }
}
.layout-header {
  background: white;
}
.layout-header .logo-container {
  background: white;
  padding-top: 2px;
  height: 94px;
}
.layout-header .logo-container .logo {
  background: url(/Content/images/sprite-white-bg.png);
  width: 201px;
  float: left;
  height: 29px;
  display: block;
  text-indent: -9999px;
  margin-top: 25px;
  background-position: -145px -128px;
}
.layout-header .logo-container .ad-mrec-728x90 {
  float: right;
}
@media only screen and (max-width: 767px) {
  .logo-container {
    height: 70px !important;
  }
  .logo-container .logo {
    float: none;
    margin: 0px auto 0px auto;
    margin-top: 20px !important;
  }
}
