/*
 ***************************************
 * GLOBAL STYLES
 ***************************************
 */
/** PRINTER ONLY **/
.print-only {
  display: none;
  visibility: hidden;
}
/* Headings reset */
h1,
h2,
h3,
h4 {
  line-height: 1.2em;
}
h1 {
  font-size: 2.441em;
}
h2 {
  font-size: 1.953em;
}
h3 {
  font-size: 1.563em;
}
h4 {
  font-size: 1.2em;
}
p {
  font-size: 1em;
}
hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #ccc;
}
*:focus {
  outline: none !important;
}
.popover-content {
  background-color: #cf7272;
  border-color: #cf7272;
  color: #ffffff;
}
.popover.left .arrow,
.popover.left .arrow:after {
  border-left-color: #cf7272;
}
.popover.top .arrow,
.popover.top .arrow:after {
  border-top-color: #cf7272;
}
.popover.right .arrow,
.popover.right .arrow:after {
  border-right-color: #cf7272;
}
.popover.bottom .arrow,
.popover.bottom .arrow:after {
  border-bottom-color: #cf7272;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 0px;
  text-align: left;
  background-color: transparent;
  background-clip: padding-box;
  border: none;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.placeholder {
  color: #aaa;
  text-transform: capitalize !important;
}
.center-content {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.height {
  margin-top: 48px !important;
}
.height-24 {
  margin-top: 24px !important;
}
.height-72 {
  margin-top: 72px !important;
}
.no-left-padding {
  padding-left: 0;
}
.no-right-padding {
  padding-right: 0;
}
.ui-slider .ui-slider-handle.ui-state-default {
  background: url('/bundles/htgsite/img/slider/handle-dr.png');
  width: 26px;
  height: 26px;
  border: 0;
  cursor: pointer;
}
*:focus {
  outline: none !important;
}
.input-group {
  margin-bottom: 12px;
}
ul li {
  list-style: none;
}
form.inline-f {
  display: inline-block;
  margin: 0;
  padding: 0;
}
form.inline-f .form-group {
  display: inline-block;
  margin: 0;
  padding: 0;
  margin-left: 10px;
}
form.inline-f .form-group label {
  margin-right: 5px;
  font-weight: 400;
  display: inline-block;
  margin-top: 5px;
}
form.inline-f .form-group button {
  margin-top: 9px;
}
.abs-centered {
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
}
.border-only {
  border-bottom: 1px solid #DDD;
  padding-bottom: 20px;
}
.whitebg {
  background: #fff !important;
}
.centered {
  margin: 0 auto;
  text-align: center;
}
.remove-row-margin {
  margin-left: -15px;
  margin-right: -15px;
}
#form-bits,
#search-by-ref {
  display: none;
}
#pageDisplay {
  display: block;
}
.pager > li > a {
  background-color: #333;
  color: #fff;
}
.pager > li > a:hover {
  background-color: #fff;
  color: #333;
}
/*
 ***************************************
 * 1. BASE
 ***************************************
 * GLOBAL LINKS AND BODY STYLES
 ***************************************
 */
html {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1em;
}
body {
  background-color: #ffffff;
  line-height: 1.563em;
  margin-top: 48px;
  height: 100%;
}
body#main {
  background-color: #ededed;
}
a,
a:visited,
a:active,
a:link {
  color: #2b7fbf;
}
a:hover {
  color: #226395;
}
.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#welcome-links a {
  font-size: 80px;
  padding: 48px;
  color: #444444;
}
#welcome-links a:hover {
  background-color: #95ba4d;
  color: #fff;
  border-color: #95ba4d;
}
#welcome-links a > i {
  display: block;
}
/*
 ***************************************
 * 2. NAVBAR
 ***************************************
 * NAVBAR AND HEADER STYLES
 ***************************************
 */
.navbar-default {
  background-color: #222222;
  border: none !important;
}
.navbar-default .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #ffffff;
}
#userDropdown.active,
#userDropdown:active,
.open #userDropdown {
  background-color: #5e5e5e !important;
}
.nav > li > a > span.caret.white-caret {
  border-top: 4px solid #ffffff !important;
  border-bottom-color: #ffffff !important;
  border-top-color: #ffffff !important;
  border-bottom: 0 dotted !important;
}
.nav > li.open > a > span.caret.white-caret {
  border-top-color: #ffffff !important;
  border-bottom-color: #ffffff !important;
  border-top: 0 dotted !important;
  border-bottom: 4px solid #ffffff !important;
}
.nav > li .home_caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #ffffff;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted;
  border-right: 4px solid transparent;
  content: "";
}
.nav > li a:hover .home_caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #ffffff;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted;
  border-right: 4px solid transparent;
  content: "";
}
.nav > li.open a:hover .home_caret,
.nav > li.open .home_caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-bottom: 4px solid #ffffff;
  border-left: 4px solid transparent;
  border-top: 0 dotted;
  border-right: 4px solid transparent;
  content: "";
}
.user-menu {
  margin-top: -1px !important;
  z-index: 9999999;
}
.user-menu a {
  color: #666 !important;
  font-weight: 400 !important;
  padding: 7px 30px 7px 30px !important;
}
.user-menu a:hover {
  background-color: #444444 !important;
  color: #fff !important;
}
.nav li.selected a {
  background: #444444;
  color: #ffffff !important;
}
.nav li.new_prop a {
  background: #444444;
  color: #ffffff !important;
  box-shadow: 0;
}
.nav li.selected:hover,
.nav li.new_prop:hover {
  background: #444444;
}
.nav li.selected:hover > a:hover,
.nav li.new_prop:hover > a:hover {
  color: #ffffff !important;
}
.navbar .navbar-header .logo img {
  margin: 0;
  margin-left: 20px;
}
.navbar .navbar-header {
  margin: 0;
  margin-top: 0px;
}
.navbar-right {
  margin-top: 0px;
}
.header {
  position: absolute;
  width: 100%;
}
#header-form {
  position: relative;
  z-index: 6;
  background: #fff;
  padding: 30px;
  width: 450px;
  /*margin-top: 240px;*/
  margin-top: 35px !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
#header-form .form-group-slider {
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 3px;
}
#header-form label {
  text-align: center;
  font-size: 1.371em;
  font-weight: 500;
  margin-bottom: 10px;
}
a.left.carousel-control,
a.right.carousel-control {
  width: 30px;
  top: auto;
  bottom: 110px;
  transition: ease-in 0.1s opacity;
  opacity: 0.8;
}
a.left.carousel-control:hover,
a.right.carousel-control:hover {
  opacity: 1 !important;
}
#main-header {
  background-color: #222222;
  width: 100%;
  height: 48px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  position: fixed;
  top: 0;
}
#main-header .logo img {
  max-height: 28px;
  margin: 9px 0 0 15px;
}
#main-header .container {
  padding: 0;
}
#main-header .navbar-right li a {
  font-weight: 500;
  color: #fff;
  border-right: 1px solid #444444;
  font-size: 1em;
}
.user-menu li a {
  border-right: none !important;
}
span.glyphicon-chevron-right:before,
span.glyphicon-chevron-left:before {
  content: "";
}
span.glyphicon-chevron-left {
  margin: 0 !important;
}
.mobile-nav {
  background-color: #222222;
  margin: 0;
  padding: 0;
  border: 0;
}
#mobile-top .nav a,
#mobile-top .mobile-nav a {
  color: #fff;
  border: 0;
  margin: 0;
  font-weight: 600;
  padding-left: 22px;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-toggle {
  background-color: transparent;
  border-color: transparent !important;
}
.navbar-toggle:hover,
.navbar-toggle:active,
.navbar-toggle.active,
.navbar-toggle:focus {
  background-color: transparent!important;
  outline: none;
  border: 1px solid #fff !important;
}
#mobile-top .nav a:hover,
#mobile-top .mobile-nav a:hover,
#mobile-top .nav li.active a,
#mobile-top .nav li.selected a {
  background-color: #333333 !important;
  color: #fff !important;
  border: none !important;
}
#mobile-top .nav li.selected a {
  box-shadow: none;
}
/*
 ***************************************
 * 3. CAROUSEL
 ***************************************
 * CAROUSEL - HOMEPAGE & DETAIL VIEW
 ***************************************
 */
.carousel-image-left {
  width: 100%;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
  position: absolute;
  left: -97%;
  top: -5px;
  z-index: 1;
}
.carousel-image-right {
  width: 100%;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
  position: absolute;
  left: 97%;
  top: -5px;
  z-index: 1;
}
.carousel .item {
  transition: 0.3s ease-in-out opacity;
  -webkit-transition: 0.3s ease-in-out opacity;
  -moz-transition: 0.3s ease-in-out opacity;
  -ms-transition: 0.3s ease-in-out opacity;
  -o-transition: 0.3s ease-in-out opacity;
  left: 0 !important;
}
.carousel .next.left,
.carousel .prev.right {
  opacity: 1;
  z-index: 1;
}
.carousel .active.left,
.carousel .active.right {
  opacity: 0;
  z-index: 2;
}
#carousel-example-generic {
  position: relative;
  top: 0;
  z-index: 5;
}
.carousel-caption {
  position: absolute;
  left: 0 !important;
  text-align: left;
  margin: 0;
  padding: 0 10px;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  margin-top: 40px;
  height: 50px;
  margin-bottom: -20px;
}
.carousel-caption:before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 50px;
  content: " ";
  background: linear-gradient(to right, transparent 50%, #222222 100%);
}
.carousel-caption p {
  white-space: nowrap;
  overflow: hidden;
  line-height: 50px;
}
.carousel-caption p b {
  text-transform: uppercase;
  color: #fff;
  font-weight: 800;
}
.carousel-inner img {
  width: 100%;
  /*max-height: 600px;*/
  max-height: 500px;
}
.img-cropped {
  max-width: 100%;
  /*height: 650px;*/
  height: 500px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.img-cropped img {
  min-height: 100%;
  min-width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
span.glyphicon-chevron-left {
  margin-left: -10px;
}
.view-link {
  position: absolute;
  right: 0;
  line-height: 50px;
  color: #FFF !important;
  text-transform: uppercase;
  background-color: #444444;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  font-weight: 800;
  font-size: 0.878em;
  width: 129px;
}
.view-link:hover {
  background-color: #2b2b2b;
  text-decoration: none;
}
.view-logo {
  float: right;
  margin-right: 120px;
  display: block;
  position: relative;
  z-index: 999999999;
}
.view-logo > img {
  width: auto !important;
  max-height: 50px;
}
/*
 **************************************
 * 4. FOOTER
 **************************************
 * FOOTER STYLES
 ***************************************
 */
.footer {
  background-color: #222222;
  padding: 45px 0;
  margin-top: 48px;
  height: auto !important;
  width: 100%;
  min-height: 30%;
}
.footer h3 {
  color: #aaa;
  font-size: 1em;
  font-weight: 800;
  margin: 12px 0;
  padding-bottom: 12px;
  border-bottom: 1px solid #555;
  text-transform: uppercase;
}
.footer ul {
  list-style: none;
}
.footer li,
.footer li a {
  color: #ccc;
  font-size: 1em;
  font-weight: 400;
  margin-bottom: 5px;
}
.footer li a:hover {
  color: #f2f2f2;
  text-decoration: none;
}
/*
 **************************************
 * 5. MISCELLANIOUS
 **************************************
 * BUTTON | ICONS | PAGINATION | UNCAT
 ***************************************
 */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  font-size: 1em;
}
.pagination > .active > a,
.pagination > .active > a:hover {
  background-color: #444444;
  border: 1px solid #444444;
}
.pagination a {
  color: #444444;
}
.margin5 {
  margin-top: 5px;
}
.margin5N {
  margin-top: -5px;
}
.margin10 {
  margin-top: 10px;
}
.margin10N {
  margin-top: -10px;
}
.margin15 {
  margin-top: 15px;
}
.margin15N {
  margin-top: -15px;
}
.margin20 {
  margin-top: 20px;
}
.margin20N {
  margin-top: -20px;
}
.margin30 {
  margin-top: 30px;
}
.margin30N {
  margin-top: -30px;
}
.margin17 {
  margin-top: 17px;
}
.margin21 {
  margin-top: 21px;
}
.margin5B {
  margin-bottom: 5px;
}
.margin10B {
  margin-bottom: 10px;
}
.margin15B {
  margin-bottom: 15px;
}
.margin20B {
  margin-bottom: 20px;
}
.margin30B {
  margin-bottom: 30px;
}
.btn-tiny {
  font-size: 0.875em;
  text-transform: uppercase;
  font-weight: 800;
}
.centered {
  margin: 0 auto;
  text-align: center;
}
.btn-primary {
  background-color: #444444;
  border-color: #444444;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  background-color: #2b2b2b;
  border-color: #1e1e1e;
}
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #444444;
  border-color: #444444;
}
a.btn-primary,
a.btn-primary:hover,
a.btn-primary > i,
a.btn-primary:hover > i {
  color: #fff !important;
}
a.btn-primary span.caret {
  border-bottom-color: white !important;
  border-top-color: white !important;
  border-bottom: 0 dotted !important;
  border-top: 4px solid #fff !important;
}
.btn-dark {
  background-color: transparent;
  border-color: #555;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  margin-top: 5px;
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active {
  background-color: #555;
  border-color: #555;
}
.btn-dark.disabled:hover,
.btn-dark.disabled:focus,
.btn-dark.disabled:active,
.btn-dark.disabled.active,
.btn-dark[disabled]:hover,
.btn-dark[disabled]:focus,
.btn-dark[disabled]:active,
.btn-dark[disabled].active,
fieldset[disabled] .btn-dark:hover,
fieldset[disabled] .btn-dark:focus,
fieldset[disabled] .btn-dark:active,
fieldset[disabled] .btn-dark.active {
  background-color: transparent;
  border-color: #555;
}
a.btn-dark,
a.btn-dark:hover,
a.btn-dark > i,
a.btn-dark:hover > i {
  color: #fff !important;
}
a.btn-dark span.caret {
  border-bottom-color: white !important;
  border-top-color: white !important;
  border-bottom: 0 dotted !important;
  border-top: 4px solid #fff !important;
}
.btn-custom {
  background-color: #95ba4d;
  border-color: #95ba4d;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active {
  background-color: #79993b;
  border-color: #6a8634;
}
.btn-custom.disabled:hover,
.btn-custom.disabled:focus,
.btn-custom.disabled:active,
.btn-custom.disabled.active,
.btn-custom[disabled]:hover,
.btn-custom[disabled]:focus,
.btn-custom[disabled]:active,
.btn-custom[disabled].active,
fieldset[disabled] .btn-custom:hover,
fieldset[disabled] .btn-custom:focus,
fieldset[disabled] .btn-custom:active,
fieldset[disabled] .btn-custom.active {
  background-color: #95ba4d;
  border-color: #95ba4d;
}
a.btn-custom,
a.btn-custom:hover,
a.btn-custom > i,
a.btn-custom:hover > i {
  color: #fff !important;
}
a.btn-custom span.caret {
  border-bottom-color: white !important;
  border-top-color: white !important;
  border-bottom: 0 dotted !important;
  border-top: 4px solid #fff !important;
}
.btn-alert {
  background-color: #cf7272;
  border-color: #cf7272;
}
.btn-alert:hover,
.btn-alert:focus,
.btn-alert:active,
.btn-alert.active {
  background-color: #c24c4c;
  /*#88ad42*/
  border-color: #b63e3e;
  /*#799b3b*/
}
.btn-alert.disabled:hover,
.btn-alert.disabled:focus,
.btn-alert.disabled:active,
.btn-alert.disabled.active,
.btn-alert[disabled]:hover,
.btn-alert[disabled]:focus,
.btn-alert[disabled]:active,
.btn-alert[disabled].active,
fieldset[disabled] .btn-alert:hover,
fieldset[disabled] .btn-alert:focus,
fieldset[disabled] .btn-alert:active,
fieldset[disabled] .btn-alert.active {
  background-color: #cf7272;
  /*#95bb4e*/
  border-color: #cf7272;
  /*#95bb4e*/
}
a.btn-print,
a.btn-print:hover {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}
a.btn-alert,
button.btn-alert,
a.btn-alert:hover,
button.btn-alert:hover,
a.btn-alert > i,
button.btn-alert > i,
a.btn-alert:hover > i,
button.btn-alert:hover > i {
  color: #fff !important;
}
.hide-inline {
  display: inline !important;
}
.btn-save {
  background-color: #EEE;
  border-color: #CCC;
  color: #666 !important;
}
.btn-save:hover,
.btn-save:focus,
.btn-save:active,
.btn-save.active,
a.btn-savet > i,
a.btn-save:hover > i {
  background-color: #d7bd2e;
  /*#88ad42*/
  border-color: #d7bd2e;
  /*#799b3b*/
  color: #fff !important;
}
a.btn-save,
a.btn-save:hover,
a.btn-savet > i,
a.btn-save:hover > i {
  color: #666;
}
.btn-createEmail {
  background-color: #EEE;
  border-color: #CCC;
  color: #666 !important;
}
.btn-createEmail:hover,
.btn-createEmail:focus,
.btn-createEmail:active,
.btn-createEmail.active,
a.btn-createEmail:hover > i {
  background-color: #cf7272;
  /*#88ad42*/
  border-color: #cf7272;
  /*#799b3b*/
  color: #fff !important;
}
a.btn-createEmail:hover .caret {
  border-top: 4px solid #FFF;
}
a.btn-createEmail .caret {
  border-top: 4px solid #666;
}
a.btn-createEmail,
a.btn-createEmail:hover,
a.btn-createEmailt > i,
a.btn-createEmail:hover > i {
  color: #666;
}
.btn-map {
  background-color: #EEE;
  border-color: #CCC;
  color: #666 !important;
}
.btn-map:hover,
.btn-map:focus,
.btn-map:active,
.btn-map.active,
a.btn-map:hover > i {
  background-color: #95ba4d;
  /*#88ad42*/
  border-color: #95ba4d;
  /*#799b3b*/
  color: #fff !important;
}
a.btn-map:hover .caret {
  border-top: 4px solid #FFF;
}
a.btn-map .caret {
  border-top: 4px solid #666;
}
a.btn-map,
a.btn-map:hover,
a.btn-mapt > i,
a.btn-map:hover > i {
  color: #666;
}
.btn-grey {
  background-color: #888;
  border-color: #888;
  color: #fff !important;
}
.btn-grey:hover,
.btn-grey:focus,
.btn-grey:active,
.btn-grey.active,
a.btn-grey:hover > i {
  background-color: #666;
  border-color: #666;
  color: #fff !important;
}
a.btn-grey:hover .caret {
  border-top: 4px solid #FFF;
}
a.btn-grey .caret {
  border-top: 4px solid #888;
}
a.btn-grey,
a.btn-grey:hover,
a.btn-greyt > i,
a.btn-grey:hover > i {
  color: #fff;
}
/*
 **************************************
 * 6. NEWS
 **************************************
 *
 ***************************************
 */
.news-date span {
  text-transform: uppercase;
  font-size: 0.878em;
  font-weight: 800;
  color: #999999;
}
.news-date span:before {
  content: "";
  display: inline-block;
  background: #444444;
  height: 8px;
  width: 8px;
  margin-right: 6px;
  border-radius: 100px;
}
.news-headline > h2,
.agents-headline > h2 {
  font-size: 2.441em;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 20px;
  font-weight: 300;
  margin: 0;
}
h2.val-title {
  font-size: 2.441em;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 20px;
  font-weight: 300;
  margin: 0;
  margin-top: 24px;
}
.agents-headline h2:first-child {
  margin-top: 0;
}
.agents {
  margin-top: 48px;
  padding-left: 0;
  padding-right: 0;
}
.agents .home-mpu {
  text-align: center;
  margin: 0 auto;
  background-color: #ededed;
  padding-top: 30px;
  padding-bottom: 30px;
}
#article-list-home {
  padding-left: 0;
  padding-right: 0;
}
.mpu-container {
  text-align: center;
  margin: 0 auto;
  background-color: #ededed;
  padding-top: 15px;
  padding-bottom: 15px;
}
.agents-headline > h2 {
  margin-top: 24px;
}
.news-item {
  margin: 24px 0;
  overflow: hidden;
  height: 150px;
}
.main-search-f {
  background-color: #fff;
  border: 1px solid #cccccc;
  padding: 10px 20px 10px 20px;
}
#main-search a {
  font-size: 1em;
}
.agent-ref-f {
  background-color: #fff;
  border: 1px solid #cccccc;
  padding: 10px 20px 10px 20px;
}
h2.news-headline {
  font-size: 1.096em;
  margin: 6px 0 !important;
  margin-bottom: 12px;
  margin-top: 6px;
  font-weight: 700;
}
h2.news-headline a,
h2.news-headline-hero a {
  color: #333;
}
#wpLogo {
  display: none;
}
.backToTop > i {
  display: none;
}
.moveOver {
  margin-right: -6px;
}
p.news-body {
  margin: 0;
  font-size: 1em;
  word-wrap: break-word;
}
.agent-logo {
  margin-top: 15px;
}
.agent-logo img {
  border: 1px solid #cccccc;
  padding: 5px;
}
.news {
  margin-top: 48px;
}
.news .pagi {
  text-align: center;
}
.news-list {
  position: relative;
}
h1.news-head {
  font-size: 2.441em;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 20px;
}
p.news-summary {
  font-size: 1em;
  line-height: 25px;
}
#article-list {
  margin-top: 40px;
}
article h1 {
  font-size: 2.441em;
}
article .byline {
  display: block;
  margin-bottom: 20px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 20px;
}
.article-content p {
  font-size: 1em;
  line-height: 25px;
}
article .byline span.author {
  display: block;
  font-size: 1em;
  color: #666;
  margin-bottom: 5px;
}
article .byline span.publish-date,
article .byline span.updated-date {
  font-size: 1em;
  color: #666;
}
article a.btn.btn-primary {
  color: #fff;
  margin-bottom: 20px;
}
/*
 ***************************************
 * 4. TYPEAHEAD
 ***************************************
 * TYPEAHEAD STYLES FOR INPUTS
 ***************************************
 */
.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
  margin-bottom: 0;
}
.twitter-typeahead {
  display: block !important;
  font-size: 1em;
}
.tt-dropdown-menu {
  min-width: 100%;
  margin-top: 5px;
  padding: 5px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.tt-suggestion {
  display: block;
  padding: 3px 20px;
}
.tt-suggestion.tt-is-under-cursor {
  color: #fff;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.tt-suggestion.tt-is-under-cursor a {
  color: #fff;
}
.tt-suggestion p {
  margin: 0;
}
.news {
  margin-top: 48px;
}
.news .pagi {
  text-align: center;
}
.news-list {
  position: relative;
}
h1.news-head {
  font-size: 2.441em;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 20px;
}
p.news-summary {
  font-size: 1em;
  line-height: 25px;
}
#article-list {
  margin-top: 40px;
}
article h1 {
  font-size: 2.441em;
}
article .byline {
  display: block;
  margin-bottom: 24px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 12px;
  border-top: 3px solid #ccc;
  padding-top: 12px;
  margin-top: 24px;
}
.article-content p {
  font-size: 1em;
  line-height: 25px;
}
article .byline span.author {
  display: block;
  font-size: 1em;
  color: #666;
  margin-bottom: 5px;
  font-weight: 700;
}
article .byline span.publish-date,
article .byline span.updated-date {
  font-size: 1em;
  color: #666;
}
article a.btn.btn-primary {
  color: #fff;
  margin-bottom: 20px;
}
article strong {
  font-weight: bold;
  margin-bottom: 8px;
  display: block;
  margin-top: 24px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
  font-size: 1.096em;
}
body.blackbg article strong {
  font-weight: bold;
  margin-bottom: 8px;
  display: block;
  margin-top: 24px;
  border-bottom: 1px solid #555;
  padding-bottom: 8px;
  font-size: 1.096em;
}
body.blackbg article {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
}
#bestCarousel .carousel-inner .active.left,
#reviewCarousel .carousel-inner .active.left {
  left: -33%;
}
#bestCarousel .carousel-inner .next,
#reviewCarousel .carousel-inner .next {
  left: 33%;
}
#bestCarousel .carousel-inner .prev,
#reviewCarousel .carousel-inner .prev {
  left: -33%;
}
#reviewCarousel .carousel-control.left,
#bestCarousel .carousel-control.left,
#reviewCarousel .carousel-control.right,
#bestCarousel .carousel-control.right {
  background-image: none;
}
#reviewCarousel .left {
  left: 15px;
  bottom: 40% !important;
}
#bestCarousel .left {
  left: 15px;
  bottom: 80%;
  z-index: 999;
}
#bestCarousel .right {
  right: 29px;
  bottom: 80%;
  z-index: 999;
}
#bestCarousel .left i,
#bestCarousel .right i {
  background-color: #000;
  background: rgba(0, 0, 0, 0.8);
  padding: 15px;
}
#reviewCarousel .right {
  right: 15px;
  bottom: 40% !important;
}
#reviewCarousel .left,
#bestCarousel .left,
#reviewCarousel .right,
#bestCarousel .right {
  color: #fff !important;
}
.cara-left,
.cara-right {
  color: #222 !important;
  text-decoration: none !important;
  margin-left: 24px;
}
.rev-left,
.rev-right {
  color: #fff !important;
  text-decoration: none !important;
  margin-left: 24px;
}
.review-footer {
  border-top: 1px solid #333;
  padding-top: 24px;
}
.rev-search {
  margin-top: 24px;
  border-top: 1px solid #333;
  padding-top: 18px;
}
.rev-search .btn-group.bootstrap-select {
  margin-right: 12px;
}
.news-list-button {
  margin: 0 0 20px 0;
}
img.large-logo {
  z-index: 20;
  position: absolute;
  top: 60px;
  max-height: 104px;
}
body.drivetimes img.large-logo {
  max-height: 140px;
}
.selected-item {
  background-color: #EEE;
  color: #666;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #ccc;
  display: none;
  margin-bottom: 10px;
}
.selected-item a {
  padding-top: 6px;
  padding-bottom: 5px;
  padding-left: 10px;
  text-decoration: none;
  font-size: 15px;
  display: block;
  color: #666;
}
.hiddenField {
  position: absolute;
  top: -9999px;
  visibility: hidden;
}
h3.tip {
  margin: 0;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
  font-size: 16px;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
#postcs .form-group.has-warning input {
  color: #c09853 !important;
}
/*
 **************************************
 * SEARCH RESULTS
 **************************************
 * SEARCH RESULT PAGE STYLES
 ***************************************
 */
/** new featured **/
.featured-title {
  width: 100%;
  height: 37px;
  border-bottom: 1px solid #e6e6e6;
  overflow: hidden;
}
.featured-title > h1 {
  font-size: 0.878em;
  text-transform: uppercase;
  color: #444444;
  margin: 0;
  padding: 0;
  margin-top: 12px;
  font-weight: 800;
  margin-left: 18px;
}
.featured-title > h1:before {
  content: "";
  display: inline-block;
  background: #222;
  height: 10px;
  width: 10px;
  margin-right: 10px;
  border-radius: 100px;
}
.property-alert > span > span.distance-text {
  font-weight: 400;
  font-size: 0.935em;
}
h2.property-title {
  font-size: 1.25em;
  font-weight: bold;
  margin: 0;
  padding: 0;
  line-height: 20px;
}
#display_1_small {
  display: inline-block;
}
.numberLeft {
  /*margin-bottom: 24px;*/
}
#numberOfVehicles {
  display: inline-block;
  font-size: 20px !important;
  font-weight: 400;
  vertical-align: top;
  padding-left: 5px;
  margin-top: -2px;
}
#numberOfVehicles.AOD {
  padding-top: 5px;
  margin-top: 0;
  margin-bottom: 24px;
}
#more_than {
  display: inline-block;
  font-size: 20px !important;
  font-weight: 400;
  vertical-align: top;
  margin-top: -3px !important;
}
.bootstrap-tagsinput {
  width: 100%;
  height: 34px;
}
#searchError {
  display: none;
}
#notice-message > div.message,
#no-results > div.message {
  display: inline-block;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  max-width: 80%;
}
.has-error > input,
.has-error > select {
  color: #b94a48 !important;
}
.btn.disabled,
.btn[disabled] {
  cursor: not-allowed !important;
  background-image: none;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #999;
  background-color: #E6E6E6;
  border-color: #ccc;
}
#notice-message,
#no-results {
  display: none;
  position: fixed;
  top: 48px;
  z-index: 21;
  width: 100%;
  border-radius: 0;
  box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.4), 0 1px 0px rgba(169, 68, 66, 0.3);
}
#notice-message,
#no-results {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  background-color: #f2dede;
  padding-left: 20px;
  color: #a94442;
  border-color: #ebccd1;
}
.info-message {
  background-color: #b9d4ec !important;
  color: #245682 !important;
  border-color: #a5c8e6 !important;
  font-weight: 600;
}
.ignore-message {
  margin-right: 10px;
  color: rgba(0, 0, 0, 0.4);
  font-weight: 600;
}
.info-message .close {
  margin-top: 1px !important;
  color: #444 !important;
}
.has-info > input {
  border-color: #428bca;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.property-description {
  margin-top: 5px;
  font-size: 0.96em;
}
.search-padding {
  padding: 18px 2px 18px 18px;
}
.property-alert {
  padding-top: 9px;
  padding-bottom: 9px;
  text-align: center;
  color: #fff;
  font-weight: normal;
  vertical-align: bottom;
  background-color: #444444;
  margin-top: -24px;
  width: 100%;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  font-size: 1em;
}
.property-alert a {
  color: #fff;
  text-decoration: underline;
}
.property-alert span {
  font-weight: bold;
}
.col-img img {
  min-width: 100%;
}
select.selectpicker {
  display: none;
}
.shadow {
  position: relative;
  height: 400px;
  margin-bottom: -48px;
  display: none;
}
.blind {
  width: 100%;
  background: #555555;
  background: -moz-radial-gradient(center, ellipse cover, #555555 0%, #333333 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #555555), color-stop(100%, #333333));
  background: -webkit-radial-gradient(center, ellipse cover, #555555 0%, #333333 100%);
  background: -o-radial-gradient(center, ellipse cover, #555555 0%, #333333 100%);
  background: -ms-radial-gradient(center, ellipse cover, #555555 0%, #333333 100%);
  background: radial-gradient(ellipse at center, #555555 0%, #333333 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#333333', GradientType=1);
  height: 400px;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.selected-choice {
  background: transparent;
  width: 100%;
  height: 100% !important;
  position: absolute;
  left: 0;
}
.bootstrap-select {
  position: relative;
}
.blind p {
  color: #fff;
  text-align: center;
  margin-top: 160px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
}
.arrow {
  background: url('/bundles/htgsite/img/arrow.png') no-repeat;
  width: 88px;
  height: 143px;
  position: relative;
  float: right;
  margin-top: 10px;
  margin-right: 100px;
}
.property-alert span.sep {
  font-weight: normal;
}
.no-margin {
  padding-left: 0;
  padding-right: 0;
}
.no-left-margin {
  padding-left: 0;
}
.no-right-margin {
  padding-right: 0;
}
.news-item img {
  width: 124px;
  height: auto;
  float: right;
  margin-left: 7px;
  margin-top: 32px;
}
.search-block-inner {
  background: #fff;
  height: 335px;
  margin-bottom: 14px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  border-top: 1px solid #DDD;
  overflow: hidden;
}
.search-block-inner img {
  width: 100%;
}
.listResults {
  background-color: #fff;
  padding-top: 36px;
  padding-bottom: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  position: relative;
}
button[data-id="search_form_sort_by"] {
  background-color: #EEE;
  border-color: #CCC;
  color: #666 !important;
}
.listResults label {
  font-size: 1em;
}
.listResults .label {
  font-size: 0.8em;
}
.listResults .btn {
  font-size: 1em;
}
.listResults .dropdown-menu > li > a {
  font-size: 1em;
}
.refineSearch .col-md-6 .left {
  padding-right: 0;
}
.refineSearch .col-md-6 .right {
  padding-left: 0;
}
.search-control {
  margin-top: 21px;
}
h2.property-title a,
h1.reg-title a {
  color: #444;
}
.listResults h1.result-title,
.listResults h2.result-title {
  margin: 0;
  padding: 0;
  font-weight: 300;
  margin-bottom: 10px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 20px;
  font-size: 2.441em;
}
.listResults h1.result-title > span,
.listResults h2.result-title > span {
  color: #444444;
}
.listResults h2.result-title a {
  font-size: 14px !important;
  font-weight: 500;
}
.listResults .page-heading {
  margin: 0;
}
.search-control-buttons {
  margin-bottom: 20px;
}
.but {
  font-weight: 600;
}
.refineSearch {
  margin: 10px -15px 20px -15px;
}
a.gold-star {
  color: #d7c95c;
}
a.blue-envelope {
  color: #444444;
  margin-right: 10px;
}
a.blue-envelope,
a.gold-star {
  font-size: 22px;
  margin-top: 10px;
}
.split {
  margin-top: 30px;
}
.no-gutter {
  padding: 0;
  margin: -30px;
  margin-right: -30px;
  margin-top: 0;
}
.search-block {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  /*background-color: #000;*/
}
.refine {
  margin-left: 15px;
  margin-right: 15px;
  clear: both;
  padding-top: 30px;
}
h3.featured {
  font-size: 1em;
  text-transform: uppercase;
  color: #999;
  margin: 0;
  padding: 0;
  padding-top: 15px;
  font-weight: 700;
}
h3.featured:before {
  content: "";
  display: inline-block;
  background: #2b7fbf;
  height: 10px;
  width: 10px;
  margin-right: 10px;
  border-radius: 100px;
}
h1.featured-title {
  font-size: 20px;
  margin: 0;
  padding: 0;
  padding-top: 5px;
  line-height: 25px;
  font-weight: bold;
  /*height: 4em;*/
}
h1.reg-title {
  font-size: 1em;
  font-weight: bold;
  margin: 0;
  padding: 0;
  line-height: 20px;
}
.reg-padding {
  padding: 10px;
}
p.description {
  margin-top: 6px;
  line-height: 1.8em;
}
p.reg-description {
  margin: 0;
  padding: 0;
  color: #666;
  line-height: 1.4em;
  font-size: 13px;
  margin-top: 6px;
  min-height: 5em;
}
.more-details {
  background-color: #ededed;
  bottom: 0;
  text-align: center;
  color: #666;
  right: 15px;
  width: 95%;
  padding: 8px;
  font-weight: 600;
  font-size: 12px;
  margin-top: 10px;
}
.offer-alert {
  line-height: 35px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  vertical-align: bottom;
  background-color: #95bb4e;
  margin-left: -17px;
  margin-right: -45px;
}
.more-alert {
  line-height: 35px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  vertical-align: bottom;
  background-color: #2979b6;
  margin-left: -16px;
  margin-right: -15px;
}
.col-info {
  margin-top: -24px;
  /*margin-left: -14px;*/
}
.offers {
  background-color: #95bb4e;
  text-align: center;
  color: #fff;
  width: 95%;
  padding: 8px;
  font-weight: 600;
  margin-top: 10px;
}
.reg-offer {
  margin: 0;
  margin-right: -29px;
  margin-bottom: -30px;
}
.topMargin {
  margin-top: 10px;
}
.topPadding {
  padding-top: 10px;
}
.info-details {
  /*padding-top: 15px;*/
}
.search-block-inner .big-photo {
  margin: 0 auto;
}
.fluid-photo {
  margin-top: 0px;
  margin-left: -6px;
}
.fluid-photo img {
  width: 49.221789883268485%;
  height: 84px;
  margin: 2px 0 0 2px;
  /*padding-left: 2px;*/
  float: left;
}
.no-padding {
  padding: 0;
  margin-top: 2px;
}
.no-padding:nth-child(odd) {
  padding-right: 1px;
}
.alpha {
  margin-left: 0;
}
.omega {
  margin-right: 0;
}
.center-cropped {
  width: 100%;
  height: 180px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.center-cropped img {
  min-height: 100%;
  min-width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.form-clear,
.form-clear-ref {
  margin-top: -10px;
}
ul.car-stats {
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
}
ul.car-stats li {
  font-size: 13px;
  color: #666;
}
ul.car-stats li:before {
  content: "\002022";
  color: #999;
  padding-right: 7px;
}
car-stats-f {
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
}
.car-stats-f li {
  font-size: 13px;
  color: #666;
  width: 100% !important;
}
.main-search-f {
  background-color: #fff;
  border: 1px solid #cccccc;
  padding: 10px 20px 10px 20px;
}
#device-search {
  margin-top: 30px;
}
#device-search h5 {
  font-size: 1.2em;
  font-weight: 500;
  margin-bottom: 20px;
}
.car-stats-f li:before {
  content: "\002022";
  color: #999;
  padding-right: 7px;
}
.car-stats-f .hidden-xs {
  display: inline-block !important;
  font-weight: 600;
}
/*** SLIDER ***/
.slider-bit {
  margin-bottom: 20px;
}
.slider-box {
  border: 1px solid #ccc;
  padding: 29px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.ui-widget-content {
  border: 0 !important;
  background: #ccc !important;
}
.ui-widget-header {
  background: #666 !important;
}
.photo-globe {
  position: relative;
}
img.agent-ovlay {
  position: absolute;
  width: 88px !important;
  height: 44px !important;
  right: 0;
  bottom: 0;
}
img.status-ovlay {
  position: absolute;
  width: 100px !important;
  height: 100px !important;
  top: 0;
  left: 0;
  z-index: 5;
}
.agentBorder {
  display: none;
  border-top: 1px solid #ccc;
  position: relative;
  box-shadow: none !important;
}
.agentILogo > img {
  border: 1px solid #ededed;
  max-width: 180px;
  padding: 12px;
}
.identity img {
  max-width: 200px;
}
.agentIntro {
  padding-left: 30px;
}
.agentIntro > h1 {
  font-weight: 300;
  font-size: 30px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .agentIntro > h1,
  .agentIntro > p {
    text-align: center;
  }
  .agentIntro > h1 {
    margin-top: 10px;
  }
}
.agentIntro > p {
  margin: 0;
  padding: 0;
  margin-top: 10px;
}
h1.misc-title {
  font-weight: 300;
}
h2.register-title {
  font-weight: 400;
  font-size: 20px;
}
#my-account ul.benefits {
  margin: 0;
  margin-bottom: 30px;
}
#my-account p.benefits-title {
  margin: 20px 0 15px 0;
}
#my-account ul.benefits li {
  margin-left: 30px;
  list-style-type: disc;
  font-size: 14px;
  display: list-item;
}
a#toggleRefine,
a#toggleRefineM {
  width: 100%;
  background: #eee;
  border: 0;
  color: #888;
  padding: 8px 0;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}
a#toggleRefine:hover,
a#toggleRefineM:hover {
  text-decoration: none;
}
#searchID {
  display: block;
  margin-top: 20px;
}
#front-form-global input {
  background-color: #fff !important;
}
span.glyphicon-chevron-left,
span.glyphicon-chevron-right {
  background: none !important;
}
.typeahead,
.tt-query,
.tt-hint {
  outline: none;
}
.typeahead:focus {
  border: 2px solid #0097cf;
}
.tt-hint {
  padding-left: 12px;
  padding-top: 4px;
  color: #999999;
}
.twitter-typeahead .tt-hint {
  display: block;
  width: 100%;
}
#front-form-global input {
  background: transparent !important;
}
.btn-tool {
  color: #666 !important;
  margin-left: 10px;
}
#directory-listing {
  margin-top: 48px;
  padding-bottom: 96px;
}
#directory-listing h1 {
  margin: 0;
  padding: 0;
  font-weight: 300;
  margin-bottom: 24px;
  border-bottom: 1px solid #CCC;
  padding-bottom: 12px;
}
#directory-listing .directory-items {
  margin-top: 10px;
}
#directory-listing .directory-town-items {
  font-size: 13px;
}
#searchFormResult .checkbox-wrap {
  border: 1px solid #CCC;
  background: #fff;
  padding-left: 10px;
  margin-top: 26px;
  height: 34px;
  border-radius: 3px;
}
#searchFormResult .checkbox {
  margin: 0;
  padding: 0;
  margin-top: 6px;
  margin-left: 20px;
}
.header {
  position: absolute;
  width: 100%;
}
#header-form {
  position: relative;
  z-index: 6;
  background: #fff;
  padding: 30px;
  width: 450px;
  margin-top: 240px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
#header-form .form-group-slider {
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 3px;
}
#header-form label {
  text-align: center;
  font-size: 1.371em;
  font-weight: 500;
  margin-bottom: 10px;
}
table.car-details-facts {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  padding: 10px;
  border-collapse: collapse;
}
table.vehicle-specs,
table.vehicle-tspecs {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  padding: 10px;
  border-collapse: collapse;
}
table.vehicle-tspecs {
  margin-bottom: 48px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background: #eee !important;
  border: 0 !important;
}
.odd-class {
  background: #eee !important;
  border: 0 !important;
}
.even-class {
  border: 0 !important;
}
.view_all_from_dealer {
  padding: 12px 12px 12px 12px;
  border-top: 1px solid #ccc;
}
.table-striped > tbody > tr:nth-child(even) > td,
.table-striped > tbody > tr:nth-child(even) > th {
  border: 0 !important;
}
table.vehicle-specs td {
  width: 50%;
  border: 0 !important;
  border: 1px solid #ccc !important;
  color: #555;
  padding: 15px !important;
}
table.vehicle-tspecs td {
  width: 25%;
  border: 0 !important;
  color: #555;
  padding: 15px !important;
}
td.blank:before {
  content: "" !important;
}
table.car-details-facts td:before {
  /*content: "\002022";*/
  color: #999;
  font-size: 14px;
  padding-right: 10px;
}
table.car-details-facts td {
  width: 25%;
  border: 0 !important;
  border: 1px solid #ccc !important;
  color: #555;
  padding: 15px !important;
}
h3.keyF {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  margin-bottom: 12px;
}
#gauges {
  margin-bottom: 24px;
}
table.car-details-facts {
  font-size: 15px;
  color: #666;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th {
  padding: 15px !important;
  border: 0 !important;
  border: 1px solid #ccc !important;
  color: #555;
  font-size: 12px;
  width: 25%;
}
.hide-element {
  display: block;
  position: absolute;
  opacity: 0;
  z-index: -999;
  top: 0;
}
#property-thumbs .carousel-control {
  width: 5%;
}
img.more-img {
  min-width: 90px !important;
}
#more-vehicles .row {
  padding: 0 15px 0 15px;
}
#more-vehicles {
  margin-top: 24px;
  border: 1px solid #ccc;
  line-height: 16px;
}
#more-vehicles h2 {
  font-size: 18px;
  margin: 0 auto;
  text-align: center;
  border-bottom: 1px solid #CCC;
  background-color: #ededed;
  padding: 15px 0 15px 0;
  margin-bottom: 12px;
  color: #222;
  font-weight: 600;
}
.property-controls .mpu-container {
  padding-left: 0px;
}
#show_video_reviews > h2 {
  font-size: 20px;
  text-align: center;
}
.video-thumb-wrapper {
  position: relative;
}
.more-column {
  border-top: 1px solid #ccc;
  margin-bottom: 12px;
  padding-top: 12px;
  overflow: hidden;
}
#more-vehicles .first-child {
  border-top: 0 !important;
  padding-top: 0 !important;
}
.more-column p {
  font-size: 13px;
  margin: 0;
  padding: 0;
  margin-top: 4px;
}
.more-column img {
  max-width: 60px;
  margin: 0 auto;
  float: left;
  margin-right: 10px;
  margin-top: 1px;
}
.more-final-column a {
  margin-bottom: 12px;
  display: block;
}
#more-vehicles a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
#property-thumbs .left,
#property-thumbs .left a {
  margin-left: 0;
  margin-top: -11%;
  position: absolute;
  color: #666;
  background: #fff;
  padding: 10px;
}
#property-thumbs .right,
#property-thumbs .right a {
  position: absolute;
  right: 0;
  margin-right: 0;
  margin-top: -11%;
  color: #666;
  background: #fff;
  padding: 10px;
}
.well-gallery {
  margin-left: -15px;
  margin-right: -15px;
  background-color: #fff;
  padding: 0px;
}
.well-gallery .row .col-xs-3 {
  margin: 0;
  padding: 5px 4px 5px 4px;
  margin-bottom: 0px;
}
.pull-up {
  margin-top: 48px;
  z-index: 3;
  position: relative;
}
.pull-up h1 {
  margin: 0;
}
.pull-up h5 {
  font-weight: 300;
  margin: 0;
  padding: 0;
  font-size: 1.371em;
  margin-bottom: 20px;
  margin-top: 5px;
}
.pull-up h1 > span {
  color: #444444;
  font-weight: 300;
}
.detail-main {
  background-color: #fff;
}
.detail-main h1 {
  font-weight: 400;
  font-size: 2.441em;
  line-height: 40px;
  margin: 0;
  padding: 0px;
  padding-bottom: 10px;
}
.detail-main h1 > span {
  display: block;
  color: #444444;
  margin-top: 5px;
}
.property-holder {
  border: 1px solid #CCC;
}
#backToSearch {
  margin-bottom: 24px;
  width: 100%;
}
.property-holder img {
  width: 100%;
  height: 100%;
}
.detail-main .nav.nav-tabs {
  margin: 0;
  border: none;
  padding: 0;
  border-radius: none;
  border-top: none;
}
.detail-main .nav li {
  border-left: 1px solid #ccc;
  background-color: #333;
  text-align: center;
  border-radius: 0;
  -moz-border-radius: 0;
}
.detail-main .nav li.t {
  width: 33.333%;
}
.detail-main .nav li.f {
  width: 25%;
}
.detail-main .nav li:first-child {
  border-left: 0;
}
.detail-main .nav li a:link,
.detail-main .nav li a:visited,
.detail-main .nav li a:active {
  color: #999;
  font-weight: 600;
  font-size: 1.097em;
}
.detail-main .nav-tabs > li > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-right: 0;
  border: 0;
  line-height: 2em;
}
.detail-main .nav li a:hover {
  background-color: #fff;
  border-top: #fff;
  border-bottom: 0;
  border-radius: 0;
  color: #333;
  font-weight: 600;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.detail-main .nav li.active a {
  background-color: #fff;
  border: none;
  border-top: 0;
  color: #333;
  font-weight: 600;
  border-radius: 0;
  -moz-border-radius: 0;
}
.tab-pane {
  margin-top: 20px;
  padding: 10px;
  font-size: 1em;
  line-height: 1.563em;
  color: #222;
}
.tab-pane p {
  margin-bottom: 10px;
}
.tab-pane .schedule {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 1em;
}
.agent-column .property-controls > a.btn {
  color: #FFF;
}
.agent-column .property-controls > h1 {
  font-size: 16px;
  font-weight: 600;
}
.agent-column .property-controls > h1 span {
  display: block;
  color: #444444;
  margin-top: 5px;
}
.agent-info {
  background-color: #f2f2f2;
  padding: 24px;
  overflow: hidden;
}
.agent-info .message {
  width: 70%;
}
.agent-info .photo {
  margin-top: 10px;
  margin-right: 10px;
}
.disclaimer > h2 {
  font-size: 14px;
  color: #666;
  margin: 0;
  padding: 0;
  font-weight: bold;
  margin-top: 20px;
}
.disclaimer p {
  font-size: 0.96em !important;
  color: #666;
  line-height: 18px;
}
.property-controls {
  width: 100%;
}
h1.property {
  font-weight: 300;
  font-size: 2.441em;
  margin-bottom: 12px;
}
h5.address {
  padding-top: 0px;
  font-weight: 500;
}
.agent-contact {
  margin-top: 20px;
  background-color: #fff;
  border: 1px solid #cccccc;
}
.agent-contact .identity {
  text-align: center;
  border-bottom: 1px solid #cccccc;
  margin-top: 10px;
  padding-bottom: 10px;
}
.agent-contact .identity > img {
  margin: 20px;
}
.tab-content #description p {
  font-size: 1.097em;
  line-height: 1.714em;
}
.agent-contact .contact-details {
  padding: 30px;
}
.big-phone-no {
  text-align: center;
}
.agent-contact .contact-details > h2 {
  margin: 0;
  padding: 0;
  font-size: 1.953em;
  font-weight: bold;
  margin-bottom: 5px;
}
.agent-contact .contact-details > address {
  margin-top: 10px;
  margin-bottom: 0;
}
.agent-contact .contact-details > p {
  margin: 0;
  padding: 0;
  margin-top: 5px;
}
.agent-contact .tools {
  padding: 12px;
  padding-top: 0;
}
.agent-contact .tools a,
.agent-contact .tools a:hover {
  color: #fff;
}
#property-detail-main .carousel-inner .item > img {
  position: relative;
}
.page-count {
  position: absolute;
  text-align: center;
  color: #fff;
  z-index: 99999;
  bottom: 0;
  padding: 20px 0 20px 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.main-carousel-left,
.main-carousel-right {
  position: absolute;
  bottom: 0;
  z-index: 999999;
  background: transparent;
}
a.main-carousel-left {
  left: 0;
  color: #fff;
  padding: 20px;
}
a.main-carousel-right {
  right: 0;
  color: #fff;
  padding: 20px;
}
.agent-carousel {
  min-height: 290px;
}
.social {
  margin: 0 auto;
  text-align: center;
  border: 1px solid #CCC;
  border-top: 0;
  background-color: #ededed;
  padding: 15px 0 15px 0;
  font-size: 25px;
}
.social > a {
  color: #b2b2b2;
  display: inline-block;
}
.social i {
  margin: 0 20px 0 20px;
  display: inline-block;
}
.social > a:hover i.fa-facebook {
  color: #3b5998;
}
.social > a:hover i.fa-twitter {
  color: #326ada;
}
.social > a:hover i.fa-google-plus {
  color: #F90101;
}
.social > a:hover i.fa-pinterest {
  color: #C92228;
}
.social > a:hover i.fa-linkedin {
  color: #0e76a8;
}
.detail-ad {
  margin: 0 auto;
  text-align: center;
  margin-top: 20px;
}
#my-account {
  margin-top: 72px;
}
#my-account h1 {
  border-bottom: 1px solid #DDD;
  padding-bottom: 20px;
  margin: 0;
}
#my-account ul {
  margin: 0;
  padding: 0;
  width: 100%;
  margin-top: 20px;
  margin-left: -15px;
}
#my-account ul li {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}
#my-account ul li > a {
  color: #333;
  display: block;
  width: 100%;
  padding: 5px 15px 5px;
}
#my-account .hero {
  margin-top: 20px;
}
#my-account .hero > .title {
  margin-left: 0px;
}
#my-account .hero > .title > h2 {
  border: 0;
  font-weight: 300;
  margin: 0;
  padding: 0;
  margin-top: 30px;
}
#my-account .hero > .title > h3 {
  border: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: #999;
  font-size: 16px;
  margin-top: 10px;
}
.avatar img {
  width: 124px;
  height: 124px;
  border-radius: 62px;
  -moz-border-radius: 62px;
  -webkit-border-radius: 62px;
}
#my-account ul li.active a {
  color: #333;
  border-left: 4px solid #444444;
  /*background-color: #2b7fbf;*/
}
#my-account .account {
  margin-top: 60px;
  padding-bottom: 20px;
  margin-bottom: 150px;
}
#my-account .account h1 {
  font-size: 16px;
  font-weight: bold;
  padding: 0;
  padding-bottom: 10px;
  margin-right: 20px;
  margin-bottom: 20px;
}
#my-account .account table.table tr td {
  border: 0;
}
#my-account .account table.table {
  margin-bottom: 48px;
}
#my-account .account table.table tr td:first-child {
  width: 30%;
}
#my-account .account table.table tr td:last-child {
  width: 70%;
}
.account-subheader {
  font-size: 1.953em;
  border-bottom: 1px solid #CCC;
  padding-bottom: 12px;
}
form#personal-details {
  margin-top: 30px;
  margin-bottom: 200px;
}
form#personal-details label {
  margin-top: 8px;
  font-weight: 400;
  text-align: left;
  padding: 0;
  width: 140px;
}
form#personal-details button.btn.btn-primary {
  margin-top: 30px;
  font-size: 0.768em;
  font-weight: 600;
}
#register_type_save {
  margin-top: 24px;
}
h2.account-subheader {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
#my-account ul.saved-search {
  padding-left: 15px;
}
#my-account table.table,
#my-account table.table td {
  border-top: 0;
  margin: 0;
  padding: 0;
}
.col-result {
  border-left: 1px solid #ccc;
  margin-left: -30px;
  padding-left: 60px;
}
#my-account td.number {
  border-right: 1px solid #ccc;
  vertical-align: middle;
  text-align: center;
  width: 8%;
  font-size: 18px;
}
#my-account ul.saved-search li {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
#my-account ul.saved-search li:hover {
  /*background-color: #2b7fbf;*/
  /*color: #fff;*/
  border: 1px solid #ccc;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  overflow: hidden;
  /*box-shadow: inset 0px 2px 1px rgba(0,0,0,0.10);*/
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
#my-account ul.saved-search .results .title {
  line-height: normal;
  font-size: 24px;
  margin: 8px 15px 0 15px;
  padding-bottom: 10px;
}
#my-account ul.saved-search .results .title h1 {
  margin: 0;
  padding: 0;
  font-size: 24px;
  border-bottom: 0;
  line-height: normal;
}
#my-account ul.saved-search .results .controls {
  padding: 10px 15px;
  font-size: 14px;
  border-top: 1px solid #ccc;
}
#my-account ul.saved-search .results .controls .form-group label {
  margin-right: 5px;
  font-weight: 400;
  display: inline-block;
  margin-top: 6px;
  margin-left: 10px;
}
#my-account ul.saved-search .results .controls i {
  margin-left: 30px;
  color: #2b7fbf;
}
#my-account ul.saved-search li:hover .results .controls i,
#my-account ul.saved-search li:hover .results .controls a {
  /*color: #fff;*/
}
#my-account ul.saved-search .results .controls i:first-child {
  margin: 0;
}
form#email-prefs {
  margin-bottom: 300px;
}
form#email-prefs input[type=checkbox].css-checkbox {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
#my-account button {
  font-size: 0.765em;
  text-transform: uppercase;
  font-weight: 800 !important;
}
form#email-prefs input[type=checkbox].css-checkbox + label.css-label {
  padding-left: 20px;
  height: 15px;
  display: inline-block;
  line-height: 15px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 1em;
  vertical-align: middle;
  cursor: pointer;
  margin-left: -20px;
}
form#email-prefs input[type=checkbox].css-checkbox:checked + label.css-label {
  background-position: 0 -15px;
}
form#email-prefs .css-label {
  margin: 5px;
  background-image: url('/bundles/htgsite/img/lite-x-gray.png');
}
form#email-prefs button.btn.btn-primary {
  margin-top: 30px;
  font-size: 0.768em;
  font-weight: 600;
}
form#passwords {
  margin-bottom: 300px;
  margin-top: 30px;
}
form#passwords button.btn.btn-primary {
  margin-top: 30px;
  font-size: 0.768em;
  font-weight: 600;
}
form#passwords label {
  margin-top: 8px;
  font-weight: 400;
}
.login {
  margin-top: 30px;
  margin-bottom: 200px;
}
.spacer.horizontal {
  padding-top: 20px;
  clear: both;
}
.login button {
  margin-top: 20px;
}
.remember-me {
  padding-left: 35px;
  padding-top: 25px;
  font-weight: normal;
}
.remember-me > label {
  font-weight: normal;
}
#property-map {
  margin-top: 48px;
}
#property-map h1 {
  margin: 0;
  font-weight: 300;
  margin-bottom: 24px;
}
.property-map-header {
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 20;
}
#property-map .property-map-holder {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 19;
}
.property-legend {
  background-color: #666;
  margin-bottom: -48px;
  overflow: hidden;
  color: #fff;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 18;
}
.pink-circle {
  background-color: #ff00ef;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  display: inline-block;
  margin: 0 5px 0 0;
}
.red-circle {
  background-color: #fe0000;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  display: inline-block;
  margin: 0 5px 0 0;
}
.yellow-circle {
  background-color: #ffbe00;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  display: inline-block;
  margin: 0 5px 0 0;
}
.blue-circle {
  background-color: #008cff;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  display: inline-block;
  margin: 0 5px 0 0;
}
.legend-text {
  display: inline;
  vertical-align: top;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  padding-top: 2px;
  margin-right: 30px;
}
.legend-text:last-child {
  margin-right: 0;
}
.btn-property-map {
  color: #FFF !important;
  margin-top: 5px;
  margin-right: -14px;
}
.property-legend .container {
  margin: 0 auto;
  margin-top: 48px;
  margin-bottom: 48px;
  text-align: center;
}
.property-window {
  max-width: 320px;
}
.property-window-h {
  border-bottom: 1px solid #CCC;
  padding-bottom: 5px;
}
.property-window-p {
  /*margin-right: 10px; 
    width: 50px; 
    height: 50px;
    float: left;
    */
  margin-bottom: 10px;
}
.property-window-p a {
  text-decoration: none;
}
.property-window-p img {
  margin-right: 5px;
}
.flipDisplay {
  display: block;
}
.flipDisplay > div {
  display: inline-block;
}
.flipDisplay.large div {
  background-image: url('/bundles/htgsite/img/digit/digit-lg.png');
  background-position: 0px 0px;
  height: 77px;
  width: 53px;
}
.flipDisplay.medium div {
  background-image: url('/bundles/htgsite/img/digit/digit-md.png');
  background-position: 0px 0px;
  height: 52px;
  width: 36px;
}
.flipDisplay.small div {
  background-image: url('/bundles/htgsite/img/digit/digit-sm.png');
  background-position: 0px 0px;
  height: 35px;
  width: 24px;
}
.flipDisplay.tiny div {
  background-image: url('/bundles/htgsite/img/digit/digit-xs.png');
  background-position: 0px 0px;
  height: 24px;
  width: 16px;
}
#home-reviews {
  margin-top: 48px;
  background-color: #222;
  padding: 48px 0;
}
#home-reviews h2.review-title {
  margin: 0;
  padding: 0;
  color: #fff;
  border-bottom: 1px solid #333;
  padding-bottom: 12px;
  font-size: 2.441em;
  font-weight: 300;
}
#home-reviews .row.reviews {
  margin: 24px 0;
  margin-left: -15px;
  margin-right: -15px;
}
#home-reviews .row.reviews .review-item {
  background-color: #333;
  color: #fff;
  padding: 28px;
  height: 350px;
  overflow: hidden;
  position: relative;
}
.fadeout:after {
  content: "";
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 30%;
  bottom: 0;
  left: 0;
  background-image: -webkit-linear-gradient(bottom, #333333 5%, rgba(51, 51, 51, 0.5) 80%, rgba(51, 51, 51, 0) 100%);
  background-image: -moz-linear-gradient(bottom, #333333 5%, rgba(51, 51, 51, 0.5) 80%, rgba(51, 51, 51, 0) 100%);
  background-image: -ms-linear-gradient(bottom, #333333 5%, rgba(51, 51, 51, 0.5) 80%, rgba(51, 51, 51, 0) 100%);
  background-image: -o-linear-gradient(bottom, #333333 5%, rgba(51, 51, 51, 0.5) 80%, rgba(51, 51, 51, 0) 100%);
  background-image: linear-gradient(to top, #333333 5%, rgba(51, 51, 51, 0.5) 80%, rgba(51, 51, 51, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00333333', endColorstr='#333333', GradientType=0);
  /* IE6-9 */
}
.fadeout-light:after {
  content: "";
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 30%;
  bottom: 0;
  left: 0;
  background-image: -webkit-linear-gradient(bottom, #ffffff 5%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0) 100%);
  background-image: -moz-linear-gradient(bottom, #ffffff 5%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(bottom, #ffffff 5%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(bottom, #ffffff 5%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to top, #ffffff 5%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
.fadeout-light-half:after {
  content: "";
  pointer-events: none;
  position: absolute;
  width: 50%;
  height: 30%;
  bottom: 0;
  left: 0;
  background-image: -webkit-linear-gradient(bottom, #ffffff 5%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0) 100%);
  background-image: -moz-linear-gradient(bottom, #ffffff 5%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(bottom, #ffffff 5%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(bottom, #ffffff 5%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to top, #ffffff 5%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
#home-reviews .row.reviews .review-item .review-date {
  text-transform: uppercase;
  font-size: 0.878em;
  font-weight: 800;
  color: #999;
}
.article-content iframe {
  margin: 0 auto;
  width: 360px;
}
#home-reviews .row.reviews .review-item .review-date:before {
  content: "";
  display: inline-block;
  background: #999;
  height: 8px;
  width: 8px;
  margin-right: 6px;
  border-radius: 100px;
}
#home-reviews .row.reviews .review-item h3 {
  font-size: 1.196em;
  font-weight: 600;
  margin: 6px 0;
  padding: 0;
}
#home-reviews .row.reviews .review-item h3 a {
  color: #fff;
}
#home-reviews .row.reviews .review-item iframe,
#home-reviews .row.reviews .review-item p,
#home-reviews .row.reviews .review-item img {
  margin-top: 12px;
}
body.blackbg {
  background-color: #333;
  color: #fff;
}
body.blackbg .footer {
  border-top: 1px solid #555;
  background-color: #222;
}
body.blackbg .reviewLink a {
  color: #fff;
  background: #2b7fbf;
  padding: 8px;
  border-radius: 3px;
  margin-top: 12px;
  display: inline-block;
  text-decoration: none;
}
body.blackbg .reviewLink a:hover {
  color: #fff;
  background: #338cd1;
  padding: 8px;
  border-radius: 3px;
  margin-top: 12px;
  display: inline-block;
  text-decoration: none;
}
body.blackbg article .byline {
  display: block;
  margin-bottom: 24px;
  border-bottom: 1px solid #555;
  padding-bottom: 12px;
  border-top: 3px solid #555;
  padding-top: 12px;
  margin-top: 24px;
  color: #fff;
}
body.blackbg article .byline span.author {
  display: block;
  font-size: 1em;
  color: #fff;
  margin-bottom: 5px;
  font-weight: 700;
}
body.blackbg article .byline span.publish-date {
  color: #bbb;
}
body.blackbg .social {
  margin: 0 auto;
  text-align: center;
  border: 1px solid #515151;
  background: transparent;
  padding: 15px 0 15px 0;
  font-size: 25px;
}
body.blackbg .social a {
  color: #999;
}
body.blackbg .mpu-container {
  text-align: center;
  margin: 0 auto;
  background-color: transparent;
  border: 1px solid #515151;
  padding-top: 15px;
  padding-bottom: 15px;
}
body.blackbg .navbar-default {
  background-color: #222;
  border: none !important;
}
body.blackbg #main-header .navbar-right li a {
  font-weight: 500;
  color: #fff;
  border-right: 1px solid #333;
  font-size: 1em;
}
body.blackbg #main-header {
  background-color: #222;
  width: 100%;
  height: 48px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  position: fixed;
  top: 0;
}
#best-buys {
  background-color: #ededed;
  padding: 48px 0;
  margin-bottom: -48px;
}
#best-buys h2.best-buy-title {
  margin: 0;
  padding: 0;
  color: #222;
  border-bottom: 1px solid #cbcbcb;
  padding-bottom: 24px;
  font-size: 2.441em;
  font-weight: 300;
}
.best-buy-items {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 24px;
}
.best-title {
  background-color: #333;
  color: #fff;
  text-transform: uppercase;
  padding: 8px 12px;
  font-size: 0.875em;
  font-weight: 800;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  margin-bottom: -1px;
}
#best-buys .no-padding {
  padding: 0;
}
.ajax-loader {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  background-image: url('/bundles/htgsite/img/loadinfo.gif');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background: rgba(255, 255, 255, 0.8) url('/bundles/htgsite/img/loadinfo.gif') 50% 50% no-repeat;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  z-index: 20;
}
/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
.loading {
  overflow: hidden;
}
/* Anytime the body has the loading class, our
   modal element will be visible */
.loading .ajax-loader {
  display: block;
}
.staticValue {
  position: relative;
  margin-left: -15px;
  margin-right: 15px;
  display: none;
  margin-top: -44px;
  margin-bottom: 10px;
  cursor: pointer;
}
.innerValue {
  background-color: #eee;
  border: 1px solid #ccc;
  width: 100%;
  z-index: 99;
  height: 34px;
  border-radius: 3px;
  margin-left: 15px;
  padding-right: 15px;
  line-height: 34px;
  padding: 0 12px;
}
.close-x {
  position: absolute;
  right: 0;
  top: 7px;
}
img.home-branch-logo {
  position: absolute;
  top: 60px;
  right: 60px;
  width: 200px;
  height: 150px;
  z-index: 30;
}
/* Webkit */
#search_form_postcode::-webkit-input-placeholder {
  text-transform: capitalize;
}
/* Firefox < 16 */
#search_form_postcode::-moz-placeholder {
  text-transform: capitalize;
}
/* Firefox > 16 */
#search_form_postcode::-moz-placeholder {
  text-transform: capitalize;
}
/* IE 10+ */
#search_form_postcode:-ms-input-placeholder {
  text-transform: capitalize;
}
h1.result-title > .pull-right > a.dealer-reset-form {
  font-size: 14px !important;
  font-weight: 500;
  vertical-align: top;
}
.overlay-play {
  position: relative;
}
.htg-play-icon {
  /*background: url('/bundles/htgsite/img/icons/play-btn.png') no-repeat;*/
  width: 64px;
  height: 64px;
  position: absolute;
  top: 41%;
  left: 46%;
  color: #fff;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.8);
}
.reviewSearch {
  float: right;
  margin-top: -25px;
}
.reviewSearch label {
  font-size: 13px;
  float: left;
  margin-bottom: -5px;
}
.vid-rev {
  margin-left: 24px;
}
#review-form-error {
  color: #d9534f;
  margin-left: 15px;
}
.revFormHol {
  position: relative;
}
.inline-error {
  position: absolute;
  left: -280px;
  z-index: 20;
  font-size: 14px;
  font-weight: 600;
}
.circle {
  padding: 40px 20px 20px;
  background: #fff;
  width: 100% !important;
  max-width: 100%;
  margin: 10px;
  position: relative;
  border-radius: 6px;
  box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.1);
  display: inline-block;
}
.value {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  text-align: center;
  color: red;
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  display: none;
}
.circle-label {
  padding: 20px 30px 0;
  border-top: 1px solid #eee;
  margin: 40px -20px 0;
  color: #666;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  line-height: 21px;
  text-align: center;
}
.circle-label + .circle-label {
  margin-top: 20px;
}
.rating-bar {
  width: 50%;
  margin: 0 auto;
  position: relative;
}
.rating-bar:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.rating-bar.g:after {
  background: #37B737;
}
.rating-bar.m:after {
  background: #F08A05;
}
.rating-bar.b:after {
  background: #d3222e;
}
.rating-bar div {
  float: left;
  width: 100%;
  padding-top: 50%;
  line-height: 1em;
  margin-top: -0.5em;
  text-align: center;
  color: white;
}
.no-left-padding {
  padding-left: 0;
}
#gauges {
  margin-top: 24px;
}
.gauge-item > div {
  text-align: center;
}
.circle-text {
  margin-top: -90px;
}
.gauge-item {
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.circle-data {
  position: absolute;
  z-index: 999;
  margin-left: -15px;
  text-align: center;
  width: 100%;
  font-size: 1em;
  font-weight: bold;
  margin-top: 38px;
  color: #666;
}
.backToTop {
  background: transparent;
  margin-top: 12px;
  margin-right: 12px;
  margin-left: -12px;
  border: 0;
  float: right;
  color: white;
}
i[class*='htg-icon-'] {
  display: inline-block;
  vertical-align: middle;
}
i.htg-icon-image {
  background: url('/bundles/htgsite/img/icons/images.png') no-repeat;
  width: 20px;
  height: 20px;
}
.detail-main .nav li.active a#dlink i.htg-icon-info,
.detail-main .nav li a#dlink:hover i.htg-icon-info {
  background: url('/bundles/htgsite/img/icons/info-dark.png') no-repeat;
  width: 20px;
  height: 20px;
}
.detail-main .nav li a#dlink i.htg-icon-info {
  background: url('/bundles/htgsite/img/icons/info.png') no-repeat;
  width: 20px;
  height: 20px;
}
i.htg-icon-floorplan {
  background: url('/bundles/htgsite/img/icons/floorplan.png') no-repeat;
  width: 20px;
  height: 20px;
}
.detail-main .nav li.active a#flink i.htg-icon-floorplan,
.detail-main .nav li a#flink:hover i.htg-icon-floorplan {
  background: url('/bundles/htgsite/img/icons/floorplan-dark.png') no-repeat;
  width: 20px;
  height: 20px;
}
.detail-main .nav li a#flink i.htg-icon-floorplan {
  background: url('/bundles/htgsite/img/icons/floorplan.png') no-repeat;
  width: 20px;
  height: 20px;
}
i.htg-icon-map {
  background: url('/bundles/htgsite/img/icons/map.png') no-repeat;
  width: 20px;
  height: 20px;
}
.detail-main .nav li.active a#maplink i.htg-icon-map,
.detail-main .nav li a#maplink:hover i.htg-icon-map {
  background: url('/bundles/htgsite/img/icons/map-dark.png') no-repeat;
  width: 20px;
  height: 20px;
}
.detail-main .nav li a#maplink i.htg-icon-map {
  background: url('/bundles/htgsite/img/icons/map.png') no-repeat;
  width: 20px;
  height: 20px;
}
i.htg-icon-streetview {
  background: url('/bundles/htgsite/img/icons/streetview.png') no-repeat;
  width: 20px;
  height: 20px;
}
.detail-main .nav li.active a#streetviewlink i.htg-icon-streetview,
.detail-main .nav li a#streetviewlink:hover i.htg-icon-streetview {
  background: url('/bundles/htgsite/img/icons/streetview-dark.png') no-repeat;
  width: 20px;
  height: 20px;
}
.detail-main .nav li a#streetviewlink i.htg-icon-streetview {
  background: url('/bundles/htgsite/img/icons/streetview.png') no-repeat;
  width: 20px;
  height: 20px;
}
i.htg-icon-equipment {
  background: url('/bundles/htgsite/img/icons/equipment.png') no-repeat;
  width: 20px;
  height: 20px;
}
.detail-main .nav li.active a#specs i.htg-icon-equipment,
.detail-main .nav li a#specs i.htg-icon-equipment {
  background: url('/bundles/htgsite/img/icons/equipment.png') no-repeat;
  width: 20px;
  height: 20px;
}
.detail-main .nav li a#specs i.htg-icon-equipment {
  background: url('/bundles/htgsite/img/icons/equipment.png') no-repeat;
  width: 20px;
  height: 20px;
}
i.htg-icon-bts {
  background: url('/bundles/htgsite/img/icons/back_to_grid_search.png') no-repeat;
  width: 13px;
  height: 13px;
}
i.htg-icon-bts {
  margin-top: -2px;
  margin-right: 3px;
}
a i.htg-icon-email {
  background: url('/bundles/htgsite/img/icons/email_icon_20x20.png') no-repeat;
  width: 20px;
  height: 20px;
}
a i.htg-icon-save {
  background: url('/bundles/htgsite/img/icons/save_icon_20x20.png') no-repeat;
  width: 20px;
  height: 20px;
}
a i.htg-icon-maps {
  background: url('/bundles/htgsite/img/icons/map_icon_20x20.png') no-repeat;
  width: 20px;
  height: 20px;
}
button i.htg-icon-refinesearch {
  background: url('/bundles/htgsite/img/icons/refinesearch_icon_20x20.png') top right no-repeat;
  width: 20px;
  height: 20px;
}
i.htg-icon-virtual {
  background: url('/bundles/htgsite/img/icons/virtual_tour.png') top left no-repeat;
  width: 18px;
  height: 12px;
  margin-top: -3px;
  margin-right: 5px;
}
a:hover i.htg-icon-virtual {
  background: url('/bundles/htgsite/img/icons/virtual_tour.png') top left no-repeat;
  width: 18px;
  height: 12px;
}
a i.htg-icon-virtual {
  background: url('/bundles/htgsite/img/icons/virtual_tour.png') no-repeat;
  width: 18px;
  height: 12px;
}
a i.htg-icon-maps,
button i.htg-icon-refinesearch,
a i.htg-icon-save,
a i.htg-icon-email {
  margin-top: -2px;
}
a:hover i.htg-icon-maps,
a:hover i.htg-icon-refinesearch,
a:hover i.htg-icon-save,
a:hover i.htg-icon-email {
  background-position: top right;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  a i.htg-icon-maps {
    background: url('/bundles/htgsite/img/icons/map_icon_20x20@2x.png') no-repeat;
    width: 20px;
    height: 20px;
  }
  button i.htg-icon-refinesearch {
    background: url('/bundles/htgsite/img/icons/refinesearch_icon_20x20@2x.png') top right no-repeat;
    width: 20px;
    height: 20px;
  }
  a i.htg-icon-save {
    background: url('/bundles/htgsite/img/icons/save_icon_20x20@2x.png') no-repeat;
    width: 20px;
    height: 20px;
  }
  a i.htg-icon-email {
    background: url('/bundles/htgsite/img/icons/email_icon_20x20@2x.png') no-repeat;
    width: 20px;
    height: 20px;
  }
  a i.htg-icon-maps,
  button i.htg-icon-refinesearch,
  a i.htg-icon-save,
  a i.htg-icon-email {
    background-size: 40px 20px;
    margin-top: -5px;
  }
  a:hover i.htg-icon-maps,
  button:hover i.htg-icon-refinesearch,
  a:hover i.htg-icon-save,
  a:hover i.htg-icon-email {
    background-position: top right;
  }
  .ui-slider .ui-slider-handle.ui-state-default {
    background: url('/bundles/htgsite/img/slider/handle-dr@2x.png');
    width: 26px;
    height: 26px;
    border: 0;
    cursor: pointer;
    background-size: 26px 26px;
  }
  .detail-main .nav li.active a#dlink i.htg-icon-info,
  .detail-main .nav li a#dlink:hover i.htg-icon-info {
    background: url('/bundles/htgsite/img/icons/info-dark@2x.png') no-repeat;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
  }
  .detail-main .nav li a#dlink i.htg-icon-info {
    background: url('/bundles/htgsite/img/icons/info@2x.png') no-repeat;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
  }
  .detail-main .nav li.active a#flink i.htg-icon-floorplan,
  .detail-main .nav li a#flink:hover i.htg-icon-floorplan {
    background: url('/bundles/htgsite/img/icons/floorplan-dark@2x.png') no-repeat;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
  }
  .detail-main .nav li a#flink i.htg-icon-floorplan {
    background: url('/bundles/htgsite/img/icons/floorplan@2x.png') no-repeat;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
  }
  .detail-main .nav li.active a#maplink i.htg-icon-map,
  .detail-main .nav li a#maplink:hover i.htg-icon-map {
    background: url('/bundles/htgsite/img/icons/map-dark@2x.png') no-repeat;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
  }
  .detail-main .nav li a#maplink i.htg-icon-map {
    background: url('/bundles/htgsite/img/icons/map@2x.png') no-repeat;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
  }
  .detail-main .nav li.active a#streetviewlink i.htg-icon-streetview,
  .detail-main .nav li a#streetviewlink:hover i.htg-icon-streetview {
    background: url('/bundles/htgsite/img/icons/streetview-dark@2x.png') no-repeat;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
  }
  .detail-main .nav li a#streetviewlink i.htg-icon-streetview {
    background: url('/bundles/htgsite/img/icons/streetview@2x.png') no-repeat;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
  }
  i.htg-icon-bts {
    background: url('/bundles/htgsite/img/icons/back_to_grid_search@2x.png') no-repeat;
    width: 13px;
    height: 13px;
    background-size: 13px 13px;
  }
}
@media screen and (max-width: 480px) {
  #reviewCarousel .item > div:first-child {
    display: none;
  }
  #reviewCarousel .item > div:first-child + div {
    display: none;
  }
  .review-item img {
    max-width: 100% !important;
  }
  .img-cropped {
    height: 300px;
  }
  .gauge-item {
    margin-bottom: 24px;
  }
  .vid-rev {
    margin: 0 !important;
    margin-top: 12px !important;
    float: none !important;
  }
  .rev-search {
    float: none;
    overflow: hidden;
    margin-top: 12px;
  }
  .rev-search .btn-group.bootstrap-select {
    width: 100% !important;
    margin: 0;
    margin-bottom: 12px;
  }
  form[name=makeandmodelrev] button {
    width: 100% !important;
    margin: 0 !important;
    float: none !important;
  }
  .agents .home-mpu {
    text-align: center;
    margin: 0 auto;
    background-color: transparent;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #mobile-search-f {
    display: none;
  }
  .article-img {
    padding-left: 0 !important;
  }
  table.car-details-facts td {
    padding: 10px !important;
  }
  .car-stats-f .hidden-xs {
    display: none !important;
    font-weight: 600;
  }
  .mpu-fix {
    padding-left: 15px !important;
    background: transparent !important;
    margin-top: 48px;
  }
  .mpu-container {
    background: transparent !important;
  }
  .mpu-center {
    margin: 0 auto;
    text-align: center;
    background-color: #000;
  }
  #home-reviews a.btn-dark {
    float: none !important;
    width: 100%;
  }
  .reviewSearch {
    margin: 30px 0;
  }
  .vehicle-tspecs td,
  .vehicle-tspecs th {
    display: block !important;
    width: 100% !important;
  }
  .table-striped > tbody > tr:nth-child(odd) > td,
  .table-striped > tbody > tr:nth-child(odd) > th {
    background: transparent !important;
  }
  .table-striped > tbody > tr > td:nth-child(odd),
  .table-striped > tbody > tr > th:nth-child(odd) {
    background: #EEE !important;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .gauge-item {
    margin-bottom: 24px;
  }
  .vid-rev {
    margin: 0 !important;
    margin-top: 12px !important;
    float: none !important;
  }
  .rev-search {
    display: block;
    float: none !important;
    overflow: hidden;
    margin-top: 24px;
  }
  .rev-search .btn-group.bootstrap-select {
    width: 100% !important;
    margin: 0;
    margin-bottom: 12px;
  }
  form[name=makeandmodelrev] button {
    width: 100% !important;
    margin: 0 !important;
    float: none !important;
  }
  #reviewCarousel .item > div:first-child {
    display: none;
  }
  #reviewCarousel .item > div:first-child + div {
    display: none;
  }
  .review-item img {
    max-width: 80% !important;
  }
  .img-cropped {
    height: 300px;
  }
  .agents .home-mpu {
    text-align: center;
    margin: 0 auto;
    background-color: transparent;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .reviewSearch {
    margin: 30px 0;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  h2.review-title > span {
    display: none;
  }
  .inline-error {
    position: static !important;
    font-size: 14px;
    font-weight: 600;
    display: none;
  }
  ul.pagination > li.first,
  ul.pagination > li.last,
  ul.pagination > li.page,
  ul.pagination > li.active {
    display: none;
  }
  ul.pagination > li.next > a,
  ul.pagination > li.previous > a {
    padding: 8px 36px;
    margin: 0 24px;
  }
  ul.pagination {
    width: 100%;
  }
  ul.pagination > li {
    box-shadow: none;
  }
  ul.pagination > li.next {
    float: right;
    background: transparent;
    padding-right: 5px;
    border: 0;
  }
  ul.pagination > li.previous {
    float: left;
    background: transparent;
    border: 0;
    padding-left: 5px;
  }
  .splitter {
    clear: both;
    margin-top: 18px;
  }
  .img-cropped {
    height: 300px;
  }
  .search-padding {
    padding-bottom: 0;
  }
  .split {
    margin-bottom: 30px;
  }
  .search-block-inner .big-photo {
    width: 100%;
    overflow: hidden;
  }
  .property-alert > span.qual {
    display: block;
  }
  .property-alert span.sep {
    display: none !important;
  }
  .property-title {
    margin-top: 10px;
  }
  h2.news-headline-hero {
    font-size: 1.096em !important;
    font-weight: 700;
  }
  .search-block-inner .no-left-margin {
    padding-right: 0 !important;
  }
  .fluid-photo img {
    width: 24.962630792227206%;
    margin: 0 0 0 0;
    padding-top: 2px;
    padding-left: 2px;
    padding-right: 0px;
  }
  .search-block-inner {
    height: inherit !important;
    overflow: hidden;
    box-sizing: border-box;
    padding-bottom: 10px;
  }
  #home-reviews a.btn-dark {
    float: none !important;
    width: 100%;
  }
  .info-details {
    margin-bottom: -10px;
  }
  .search-controls {
    margin-bottom: 30px;
  }
  .form-clear-ref {
    margin-top: 3px;
  }
  p.reg-description {
    margin-top: 6px;
    font-size: 15px;
  }
  .col-info {
    margin-top: -24px;
    margin-left: -14px;
    margin-bottom: 60px;
  }
  .offer-alert {
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    vertical-align: bottom;
    background-color: #95bb4e;
    margin-left: -27px;
    margin-right: -30px;
  }
  .more-alert {
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    vertical-align: bottom;
    background-color: #2979b6;
    margin-left: -16px;
    margin-right: -15px;
  }
  .reg-offer {
    margin: 0;
    margin-left: -1px !important;
    margin-right: -30px;
    margin-bottom: -30px;
  }
  .collapse {
    display: none;
  }
  .collapse.in {
    display: block;
  }
  .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height 0.35s ease;
  }
  #toggle-search {
    display: block;
  }
  table.car-details-facts td {
    display: block;
    float: left;
    width: 50%;
  }
  span.tab-title {
    display: none;
  }
  #backToSearch {
    margin-top: 24px;
  }
  #my-account {
    padding-right: 15px;
  }
  #my-account > .container > h1 {
    margin-left: 15px;
    margin-bottom: 20px;
  }
  #my-account ul.sidebar {
    width: 100%;
    margin: 0 auto;
    margin-left: 15px;
    margin-right: 15px;
  }
  #my-account ul.sidebar li {
    margin: 0 auto;
    display: inline-block;
    width: 95.5%;
    padding: 0;
    padding-bottom: 10px;
    margin-top: 10px;
  }
  #my-account ul.sidebar li:last-child {
    border-bottom: 1px solid #CCC;
    padding-bottom: 20px;
  }
  #my-account ul.sidebar li a:hover {
    text-decoration: none;
  }
  #my-account ul.sidebar li.active a,
  #my-account ul.sidebar li.active a:hover {
    border: 0;
    background-color: #444444;
    color: #fff;
    margin-bottom: 0;
    padding: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .article-content iframe {
    width: 100%;
    padding-right: 15px;
  }
}
/* Anything bigger than small devices ------------- */
@media only screen and (min-width: 992px) {
  .news-item.news-hero {
    margin: 12px 0 !important;
    height: 238px !important;
  }
  .news-item img.jumbo {
    height: auto !important;
    width: 360px !important;
    float: right;
    margin-left: 12px;
    margin-top: 0px;
  }
  h2.news-headline-hero {
    font-size: 1.711em;
    margin: 6px 0 !important;
    margin-bottom: 12px;
    margin-top: 6px;
    font-weight: 800;
  }
}
@media only screen and (max-width: 991px) {
  .numberLeft {
    margin-top: 12px;
    width: 100%;
  }
  .review-footer a {
    width: 100%;
  }
  #review-form-error {
    margin: 0;
    margin-top: 12px;
  }
  .vid-rev {
    margin: 0 !important;
    margin-top: 12px !important;
    float: none !important;
  }
  .rev-search {
    float: none;
    overflow: hidden;
    margin-top: 12px;
    width: 100%;
  }
  .rev-search .btn-group.bootstrap-select {
    width: 100% !important;
    margin: 0;
    margin-bottom: 12px;
  }
  form[name=makeandmodelrev] button {
    width: 100% !important;
    margin: 0 !important;
    float: none !important;
  }
  #reviewCarousel .item > div:first-child {
    display: none;
  }
  #reviewCarousel .item > div:first-child + div {
    display: none;
  }
  #bestCarousel .right {
    right: 29px;
    bottom: 40% !important;
  }
  #bestCarousel .left {
    left: 15px;
    bottom: 40% !important;
  }
  .review-item img {
    max-width: 60%;
  }
  .no-right-padding {
    padding-right: 15px !important;
  }
  .no-left-padding {
    padding-left: 15px !important;
  }
  h2.news-headline-hero {
    font-size: 1.096em !important;
    font-weight: 700;
  }
  #home-reviews .row.reviews .review-item {
    background-color: #333;
    color: #fff;
    padding: 28px;
    overflow: hidden;
    height: 380px;
    margin-bottom: 28px;
  }
  #home-reviews .row.reviews .review-item img {
    margin: 0 auto;
    text-align: center;
    margin-top: 12px;
  }
  #wpLogo {
    display: none !important;
    visibility: none;
  }
  .fadeout-light-half:after {
    width: 100% !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .img-cropped {
    height: 400px;
  }
  .reviewSearch {
    margin: 30px 0;
    width: 100%;
  }
  #main-header > .container {
    width: 100%;
  }
  .agents .home-mpu {
    text-align: center;
    margin: 0 auto;
    background-color: transparent;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .search-controls {
    margin-bottom: 30px;
  }
  .form-clear-ref {
    margin-top: 3px;
  }
  .news-item:last-child {
    border: 0;
  }
  .search-block-inner {
    height: 385px !important;
    overflow: hidden;
  }
  .img-cropped {
    height: 400px;
  }
  .fluid-photo img {
    width: 49.04306220095694%;
    height: 90px;
    margin: 2px 0 0 2px;
    /*padding-left: 2px;*/
    float: left;
  }
  p.description {
    line-height: 2em;
    font-size: 15px;
  }
  h1.featured-title {
    font-size: 16px;
  }
  p.reg-description {
    margin-top: 6px;
    font-size: 12px;
  }
  h1.reg-title {
    font-size: 13px;
  }
  .reg-offer {
    margin: 0;
    margin-left: 0 !important;
    margin-bottom: -30px;
  }
  .col-info {
    margin-top: -24px;
    margin-left: -14px;
    margin-bottom: 60px;
  }
  .offer-alert {
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    vertical-align: bottom;
    background-color: #95bb4e;
    margin-left: -27px;
    margin-right: -30px;
  }
  .more-alert {
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    vertical-align: bottom;
    background-color: #2979b6;
    margin-left: -16px;
    margin-right: -15px;
  }
  #backToSearch {
    margin-top: 24px;
  }
}
/* Anything bigger than xs devices ------------ */
@media only screen and (min-width: 768px) {
  .bigger {
    display: block!important;
    height: auto!important;
    overflow: visible !important;
  }
  #toggle-search {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .agents .home-mpu {
    text-align: center;
    margin: 0 auto;
    background-color: transparent;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .search-block-inner {
    height: 315px !important;
    font-size: 11px;
  }
  .agents .home-mpu {
    padding: 0;
  }
  h2.property-title {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    line-height: 20px;
  }
  img.large-logo {
    max-width: 45%;
  }
  .property-description {
    margin-top: 5px;
    font-size: 13px;
  }
  .center-cropped {
    width: 100%;
    height: 179px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
  }
  .news-item.news-hero {
    margin: 12px 0 !important;
    height: 190px !important;
  }
  .news-item img.jumbo {
    height: 190px !important;
    width: 300px !important;
    float: right;
    margin-left: 12px;
    margin-top: 0px;
  }
  h2.news-headline-hero {
    font-size: 1.395em;
    margin: 6px 0 !important;
    margin-bottom: 12px;
    margin-top: 6px;
    font-weight: 700;
  }
  h1.featured-title {
    font-size: 15px;
    line-height: normal;
  }
  .col-info {
    margin-top: -24px;
    margin-left: -14px;
    margin-bottom: 60px;
  }
  h1.reg-title {
    font-size: 13px;
  }
  p.description {
    margin-top: 10px;
    line-height: 1.8em;
    font-size: 13px;
  }
  h1.reg-title {
    line-height: 18px;
  }
  p.reg-description {
    margin-top: 6px;
    font-size: 12px;
  }
  .agentILogo > img {
    max-width: 150px;
  }
}
@media only screen and (max-width: 1199px) {
  /* Everything except Large */
  .mpu-container {
    background: transparent;
  }
  img.article-img {
    float: none;
    margin: 0 auto;
    margin-bottom: 24px;
  }
  .mpu-fix {
    padding-left: 15px !important;
    background: transparent !important;
    margin-top: 72px;
  }
}
@media print {
  /*
 ***************************************
 * PRINT STYLESHEET
 ***************************************
 */
  /** ENABLE PRINT CLASS **/
  .print-only {
    display: block;
    visibility: visible;
  }
  #main-header {
    display: none;
  }
  .nav.nav-tabs {
    display: none;
  }
  .page-count {
    display: none;
  }
  .main-carousel-left,
  .main-carousel-right {
    display: none;
  }
  .btn {
    display: none;
  }
  .footer {
    display: none;
  }
  .agent-column {
    display: none;
  }
  a.left,
  a.right {
    display: none;
  }
  h1 {
    margin: 0;
  }
  .pull-up {
    margin: 0;
    margin-top: -40px;
  }
  .show-brand {
    color: #000;
    margin-bottom: 20px;
  }
}
