a.uline {
  text-decoration: underline; }

.container.search-outr {
  overflow: visible !important; }

/*default*/
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background-color: #000; }

.sprite {
  background-image: url(../img/sprite.png);
  background-repeat: no-repeat; }

.section-block {
  padding: 0px 0px;
  width: 90%;
  margin: 0px auto 60px auto; }

.pp-section {
  width: 100%;
  padding-left: 35px;
  padding-right: 35px;
  clear: both;
  float: left; }

.page-process {
  margin-bottom: 20px; }

.form-control {
  border-radius: 1px;
  -webkit-border-radius: 1px;
  padding: 10px;
  height: 47px;
  font-size: 16px !important;
  font-weight: normal;
  color: #575756 !important;
}

.form-control::-moz-placeholder {
  color: #575756 !important; }

.btn.btn-primary {
  font-size: 16px;
  color: #ffffff !important;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  background: #308dff;
  padding: 0px 50px;
  height: 47px;
  line-height: 47px;
  border: 0px; }

.centertxt {
  text-align: center; }

.middle-section .headmast-hp {
  position: relative; }

.middle-section .headmast-hp .caption {
  position: absolute;
  color: #464646;
  width: 100%;
  margin-top: 35px;
  padding: 0px 50px 0px 50px; }

.middle-section .headmast-hp .caption-left {
  float: left;
  height: 220px;
  display: table; }

.middle-section .headmast-hp .caption-left h4 {
  vertical-align: middle;
  display: table-cell;
  margin: 0px;
  font-size: 60px;
  font-weight: bold;
  line-height: 1.1; }

.middle-section .headmast-hp .caption-right {
  float: right;
  display: table; }

.middle-section .headmast-hp .caption-right .circle {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 9px #555;
  -webkit-box-shadow: 0px 0px 9px #555;
  text-align: center;
  vertical-align: middle;
  display: table-cell; }

.middle-section .headmast-hp .caption-right h4 {
  display: inline;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 10px; }

.middle-section .headmast-hp .caption-right .circle a {
  font-size: 16px;
  font-weight: normal;
  color: #464646;
  display: block;
  margin-top: 8px; }

/*search widger*/
.searchWidget .form-control {
  border-radius: 1px;
  -webkit-border-radius: 1px;
  padding: 10px;
  height: 47px;
  margin-bottom: 0px; }

.searchWidget {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 10px;
  position: absolute;
  z-index: 2; }

/*timepicker*/
.bootstrap-timepicker-widget .glyphicon-chevron-up::before, .bootstrap-timepicker-widget .glyphicon-chevron-down::before {
  content: ""; }

.bootstrap-timepicker-widget .glyphicon-chevron-up {
  background: url(../img/sprite.png) no-repeat -279px -13px;
  width: 14px;
  height: 9px; }

.bootstrap-timepicker-widget .glyphicon-chevron-down {
  background: url(../img/sprite.png) no-repeat -279px -25px;
  width: 14px;
  height: 9px; }

.bootstrap-timepicker-widget table td input {
  width: 30px; }

.timepick {
  background-position: -236px -11px;
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -12px;
  z-index: 1;
  width: 24px;
  height: 24px;
  pointer-events: none; }

/*code for custom dropdown in booking engine*/
.custom_dropdown_list.setSelect{width: 100%; height: auto; overflow:visible;}

.custom_dropdown_list.setSelect.incData{height: 340px; overflow-x: hidden; overflow-y: auto;}

.downArrow {
  background-position: -568px -150px;
  position: absolute;
  top: 50%;
  right:10px;
  margin-top: -12px;
  z-index: 1;
  width: 24px;
  height: 24px;
  pointer-events: none; }
/*close ccode for custom dropdown in booking engine*/

.bootstrap-timepicker-widget {
  z-index: 10000 !important; }

/*timepicker*/
/*why hertz*/
.whyhertz .row > .col-xs-4 {
  margin: 0px;
  padding: 0px; }

.whyhertz h5 {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #464646;
  margin: 30px 0px; }

.whyhertz .icon {
  display: table; }

.whyhertz .icon div {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #fff129;
  display: table-cell;
  vertical-align: middle;
  width: 100px;
  height: 100px; }

.whyhertz .icon div img {
  width: 100%;
  height: auto; }

.whyhertz .icon-text {
  float: left;
  font-size: 22px;
  color: #6b6a6e;
  font-weight: bold;
  height: 100px;
  display: table; }

.whyhertz .icon-text > div {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  text-transform: uppercase; }

/*banner with editable*/
.bannerWrapper {
  position: relative; }

.bannerWrapper .bannerInfo {
  position: absolute;
  width: 80%;
  top: 10px;
  left: 10px;
  text-shadow: 0px 2px 9px rgba(0, 0, 0, 0.45); }

.bannerWrapper .bannerInfo h5 {
  line-height: 1;
  margin: 0px;
  font-size: 40px;
  font-weight: bold;
  color: #fff; }

.bannerWrapper .bannerInfo b {
  font-size: 60px;
  font-weight: bold; }

.bannerWrapper .btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 0px 20px;
  height: 40px;
  line-height: 40px;
  font-size: 15px !important;
  font-weight: normal; }

.bannerWrapper .btn.right {
  left: auto;
  right: 10px; }

/*welcomtxt*/
.welcomtxt {
  font-size: 17px;
  padding: 0px;
  width: 60%;
  margin: 20px auto;
  color: #464646; }

/*testimonials*/
.testimonials {
  color: #464646; }

.testimonials .testimonial-txt {
  font-size: 54px;
  margin: 0px;
  line-height: 1; }

.testimonials p {
  font-size: 20px;
  margin: 0px;
  padding: 0px; }

#footer-container .footer-desk a {
  background: none; }

#copyright-content {
  border-bottom: 1px solid #ffd100; }

.footer-copyright-bottom {
  width: 90%;
  font-size: 12px;
  color: #464646; }

.ebm-links-parent {
  display: table;
  height: 77px; }

.ebm-links {
  display: table-cell;
  vertical-align: middle;
  width: 100%; }

.footer-copyright-bottom span a {
  color: #464646;
  margin: 0px 2px;
  border-right: 1px solid #838383;
  padding-right: 4px;
  display: inline-block;
  height: 12px !important;
  line-height: 12px; }

.footer-copyright-bottom span:last-child a {
  border: 0px;
  padding-right: 0px; }

.footer-copyright-bottom .v-logo {
  text-align: right; }

/*search widget*/
.posrelative {
  position: relative; }

.date {
  background-position: -27px -11px;
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -12px;
  z-index: 1;
  width: 22px;
  height: 24px;
  pointer-events: none; }

.location-search {
  background-position: -140px -11px;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -12px;
  z-index: 1;
  width: 24px;
  height: 24px;
  pointer-events: none; }

.driver-age {
  background-position: -194px -11px;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -12px;
  z-index: 1;
  width: 24px;
  height: 24px;
  pointer-events: none; }

.promo-code {
  background-position: -87px -11px;
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -12px;
  z-index: 1;
  width: 24px;
  height: 24px;
  pointer-events: none; }

.promo {
  display: none; }

.searchWidget .form-control {
  padding-right: 40px; }

/*page-tab*/
.pages-tab ul {
  padding: 0px;
  margin: 20px 0px; }

.pages-tab li {
  display: table;
  margin-right: 40px;
  float: left;
  margin-left: 0px;
  min-width: 18%; }

.pages-tab li .n {
  background: url("../img/sprite.png") repeat scroll -134px -71px;
  color: #fff;
  display: table-cell;
  font-size: 19px;
  font-weight: bold;
  height: 35px;
  padding-left: 8px;
  vertical-align: middle;
  width: 40px; }

.pages-tab li .t {
  display: table-cell;
  height: 35px;
  color: #464646;
  font-size: 18px;
  padding-left: 15px;
  vertical-align: middle; }

.pages-tab li.completed .n {
  background-position: -27px -71px; }

.pages-tab li a {
  color: #464646; }

.gbxbgbor {
  background: #fafafb;
  border: 1px solid #c8cacc; }

/*bk-info-bar*/
.bk-info-bar {
  position: relative;
  margin-bottom: 15px; }

.bk-info-bar h5, .your-extra h5 {
  font-size: 18px;
  color: #464646; }

.bk-info-bar p {
  color: #575756; }

.bk-info-bar .cb {
  position: relative;
  text-align: right;
  margin-top: -30px; }

.bk-info-bar .cb a {
  position: relative;
  margin-top: -20px; }

.box-toggle {
  clear: both;
  width: 100%;
  float: left; }

.box-toggle > h5 {
  background: #e9e9e9;
  padding-right: 50px;
  position: relative;
  padding: 15px 10px;
  margin-bottom: -2px;
  z-index: 1;
  margin-top: 0px; }

.box-toggle > h5 .rgt {
  position: absolute;
  right: 40px;
  top: 15px; }

.box-toggle > h5 span {
  position: absolute;
  right: 17px;
  top: 17px;
  width: 13px;
  height: 10px;
  background: url(../img/sprite.png) no-repeat -338px -99px; }

.box-toggle > h5 span.open {
  background-position: -338px -69px; }

.box-toggle-data-lft {
  padding-left: 0px;
  margin-left: 0px;
  padding-right: 5px; }

.box-toggle-data-rgt {
  padding-right: 0px;
  margin-right: 0px;
  padding-left: 5px; }

.box-toggle-data {
  padding: 10px; }

.box-toggle-data h5 {
  font-size: 16px;
  font-weight: bold;
  color: #464646;
  margin: 0px 0px 10px 0px; }

.box-toggle-data ul {
  margin: 0px;
  padding: 0px; }

.box-toggle-data ul li {
  margin: 0 0 8px;
  padding: 0 0 0 25px; }

.box-toggle-data ul.disc li {
  background: url("../img/bullet-small-disc.png") no-repeat -7px 0;
  list-style: none;
  padding-left: 10px; }

.box-toggle-data ul.tick li {
  background: url("../img/bullet-tick.png") no-repeat -3px 0;
  list-style: none; }

.box-toggle-data .more {
  text-align: right; }

.rental-terms h5 a {
  margin: 10px 0px;
  font-size: 13px; }

.filter-box .gbxbgbor {
  clear: both;
  float: left;
  width: 100%;
  padding: 10px; }

.filter-box .field-label {
  float: left;
  height: 30px;
  line-height: 30px;
  padding-right: 10px;
  font-size: 14px !important; }

.filter-box .gbxbgbor > div {
  padding: 0px 3px;
  margin-right: 20px;
  float: left; }

.filter-box .gbxbgbor > div p {
  margin-top: 5px;
  font-size: 14px;
  color: #222; }

.filter-box .gbxbgbor .sort-outr > div {
  float: left;
  margin-right: 20px; }

.filter-box .select {
  float: left; }

.filter-box .select-wrapper {
  background: transparent !important;
  border: 1px solid #e6e6e7;
  height: 30px;
  line-height: 30px;
  padding: 4px; }

.filter-box .select-wrapper .holder {
  font-size: 14px !important;
  color: #007bc3  !important;
  height: 20px;
  line-height: 20px; }

.filter-box .select-wrapper .down-arrow {
  background-position: -231px -85px !important;
  width: 13px;
  height: 10px;
  right: 5px; }

.filter-box .select-wrapper select {
  height: 30px !important;
  top: 0px;
  left: 0px; }

.cars-av-box {
  padding: 0px;
  margin-top: 10px; }

.cars-av-box .col-sm-6 {
  padding: 0px;
  margin-bottom: 10px; }

.cars-av-box .gbxbgbor {
  position: relative;
  clear: both;
  float: left;
  width: 99%; }

.cars-av-box .col-sm-6:nth-child(2n+1) {
  clear: both; }

.cars-av-box .col-sm-6:nth-child(odd) .gbxbgbor {
  margin-right: 7px; }

.cars-av-box .col-sm-6:nth-child(even) .gbxbgbor {
  margin-left: 7px; }

.cars-av-box h3 {
  background: #6c6a70;
  position: relative;
  padding: 12px 10px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  clear: both;
  float: left;
  width: 99%; }

.cars-av-box .col-sm-6:nth-child(odd) h3 {
  margin: 0 7px 0px 0px; }

.cars-av-box .col-sm-6:nth-child(even) h3 {
  margin: 0 0px 0px 7px; }

.cars-av-box h3 a {
  font-size: 13px;
  text-decoration: underline;
  margin-left: 10px;
  color: #fff;
  font-weight: normal;
  float: left;
  margin-top: 2px; }

.cars-av-box h3 span.car-name {
  float: left;
  width: 78%; }

.cars-av-box h3 span.size {
  float: right;
  font-size: 13px;
  font-weight: normal;
  margin-top: 2px; }

.cars-av-box .av-loc {
  background: #fbf9d9;
  color: #464646;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  font-size: 20px;
  clear: both;
  float: left;
  width: 100%; }

.cars-av-box .car-box {
  text-align: center; }

.van-spec-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #fafafb;
  display: none; }

.car-spec-img {
  width: 45%;
  vertical-align: middle; }

.car-spec-img img {
  width: 80%; }

.car-spec-info {
  padding: 10px;
  width: 55%; }

.car-spec-info {
  padding: 10px; }

.van-spec-overlay .car-spec-info li {
  width: 100%;
  margin-bottom: 5px; }

.car-spec-info.car-features .icon {
  width: 35px; }

.van-spec-overlay table {
  padding: 0px;
  border-collapse: 0px;
  width: 96%;
  margin: 0px auto; }

.van-spec-overlay td.car-spec-info {
  vertical-align: middle; }

.overlaytitle {
  position: relative;
  padding: 15px;
  font-size: 20px;
  font-weight: bold;
  text-align: center; }

.overlaytitle a {
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  right: 18px;
  top: 18px; }

.car-features ul {
  padding: 0px;
  margin: 0px; }

.car-features ul li {
  display: inline-block;
  list-style: none;
  margin: 0px 15px 0px 0px;
  padding: 0px;
  color: #575756; }

.car-features ul li.more-details {
  float: right;
  height: 34px;
  line-height: 34px; }

.car-features ul li .icon {
  float: left;
  height: 34px;
  background: url(../img/sprite.png) no-repeat; }

.car-features ul li .txt {
  margin-left: 5px;
  float: left;
  height: 34px;
  padding-top: 7px;
  width: 75%; }

.car-features ul li .seating-capacity {
  background-position: -85px -289px;
  width: 24px; }

.car-features ul li .pay-load {
  background-position: -26px -289px;
  width: 35px; }

.car-features ul li .fuel {
  background-position: -203px -289px;
  width: 28px; }

.car-features ul li .kg {
  background-position: -135px -289px;
  width: 28px; }

.car-features ul li .milieage {
  background-position: -323px -289px;
  width: 28px; }

.car-features ul li .automatic {
  background-position: -259px -289px;
  width: 28px; }

.pay-info {
  text-align: center;
  border-top: 1px solid #c8cacc;
  color: #575756;
  padding-bottom: 30px; }

.pay-info .call2action {
  color: #006ba4;
  font-size: 35px;
  font-weight: bold;
  padding: 10px;
  text-align: center; }

.pay-info .call2action strike {
  font-size: 20px;
  font-weight: normal;
  color: #575756; }

.pay-info .btn {
  padding: 0px 40px;
  height: 40px;
  line-height: 40px;
  margin: -4px 0 0 10px; }

.payatloc {
  font-size: 16px;
  padding: 10px 0px 10px 0px; }

.terms {
  color: #575756;
  font-size: 11px; }

.terms .sprite {
  width: 13px;
  height: 14px;
  background-position: -30px -179px;
  display: inline-block;
  position: relative;
  top: 3px; }

.rq-req > h5 {
  font-size: 18px;
  margin: 10px 15px;
  font-weight: bold; }

.rq-req ul {
  margin: 0px;
  padding: 0px; }

.rq-req li {
  list-style: none;
  margin: 0px 0px 8px 0px;
  padding: 0px; }

.rq-req li a {
  color: #878787; }

.rq-req li span {
  background: url(../img/sprite.png) no-repeat -77px -224px;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 6px; }

.rq-req li span.active {
  background-position: -121px -224px; }

.rq-req li ul {
  margin: 5px 0px 0px 20px;
  display: block; }

/*right panel*/
.right-panel .r-block {
  position: relative;
  padding: 0px;
  width: 100%;
  float: left;
  margin-bottom: 15px; }

.right-panel .r-block .panel-head {
  background-color: #d8d8d8;
  color: #464646;
  padding: 10px 15px; }

.right-panel .r-block .panel-head h5 {
  font-size: 18px;
  margin: 0px;
  font-weight: 600; }

.right-panel .r-block .panel-content {
  color: #6b6a6e;
  float: left;
  width: 100%;
  padding-right: 15px; }

.right-panel .r-block .panel-content ol li {
  margin-bottom: 10px; }

.right-panel .faqs ol {
  margin-left: 0;
  padding-left: 30px; }

.right-panel .faqs li a {
  color: #6b6a6e; }

.right-panel .faqs .view-more-anchor {
  margin: 0px 0px 10px 10px;
  float: left;
  display: block; }

.right-panel .r-block a:hover, .right-panel .r-block a:active, .right-panel .r-block a:visited, .right-panel .r-block a:focus {
  outline: none;
  text-decoration: none;
  color: #308dff; }

.right-panel .r-block.testimonials {
  text-align: center;
  padding: 30px 10px; }

.right-panel .testimonials .testimonial-txt {
  font-size: 30px !important;
  margin-bottom: 15px; }

.right-panel .r-block.testimonials p {
  font-size: 15px; }

.check-select span.custom-checkbox, .check-select-inner span.custom-checkbox {
  width: 22px;
  height: 22px;
  line-height: 22px;
  display: inline-block;
  position: relative;
  z-index: 1;
  top: 0;
  background: #fff;
  border: 1px solid #a7a7a7;
  vertical-align: middle;
  margin-right: 5px; }

.check-select span.custom-checkbox.selected, .check-select-inner span.custom-checkbox.selected {
  background: #fff url("../img/sprite.png") -418px -292px; }

.check-select, .check-select-inner {
  margin-top: 10px;
  cursor: pointer;
  font-size: 14px;
  margin-bottom: 0;
  color: #fff;
  text-align: left;
  text-align: left;
  line-height: 1;
  float: left; }

.check-select span.custom-checkbox input[type="checkbox"], .check-select-inner span.custom-checkbox input[type="checkbox"] {
  margin: 0;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  outline: none;
  opacity: 0;
  _noFocusLine: expression(this.hideFocus=true);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0; }

.select-wrapper {
  float: left;
  display: inline-block;
  background: #fff;
  cursor: pointer;
  width: 100% !important;
  position: relative;
  height: 47px;
  line-height: 47px;
  border: 1px solid #CCC; }

.select-wrapper .down-arrow {
  background-position: -569px -158px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -7px;
  width: 22px;
  height: 14px; }

.select-wrapper .holder {
  display: block;
  padding: 0 30px 0 10px;
  white-space: wrap;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  z-index: 1;
  color: #575756 !important;
  font-size: 16px;
  height: 47px;
  line-height: 47px; }

.select-wrapper select {
  width: 100%;
  height: 47px !important;
  margin: 0;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  outline: none;
  opacity: 0;
  /* CSS hacks forolderbrowsers */
  _noFocusLine: expression(this.hideFocus=true);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  outline: 0;
  font-size: 16px !important;
  color: #575756;
  font-weight: normal !important; }

.ui-widget-header {
  background-color: #464646 !important;
  margin-left: -0.25em;
  margin-right: -0.25em; }

.ui-datepicker {
  background: #ffffff !important;
  border: 1px solid #a3a3a2 !important;
  padding-top: 0px !important;
  width: 250px !important; }

.ui-datepicker th {
  color: #464646; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: #e1e1e1;
  color: #464646;
  border: 1px solid #cccccc !important;
  border: 0px; }

.ui-state-highlight {
  color: #333 !important;
  background: #ffd100 !important; }

.ui-datepicker-title span {
  color: #ffffff !important;
  font-size: 14px;
  line-height: 1; }

.ui-datepicker td span, .ui-datepicker td a {
  text-align: center;
  height: auto; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  border: 0px; }

.ui-datepicker-title {
  width: auto !important;
  line-height: 1; }

.ui-datepicker-prev, .ui-datepicker-next {
  background: none;
  margin: 0; }

.ui-datepicker tbody td {
  padding: 1px; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  background: none;
  border: 0; }

.ui-widget-header .ui-icon {
  background-image: url("../img/carvan/sprite.png"); }

.ui-icon-circle-triangle-w {
  background-position: -466px -294px; }

.ui-icon-circle-triangle-e {
  background-position: -477px -294px; }

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 2px; }

.ui-datepicker .ui-datepicker-prev {
  left: 0; }

.ui-datepicker .ui-datepicker-next {
  right: 0; }

.custom_dropdown {
  position: relative;
  width: 100%; }

.dropdowninput {
  border: 1px solid #a3a3a2;
  height: 47px; }

.dropdowninput input {
  border: 0px;
  width: 100%;
  height: 100%;
  padding: 0px 10px;
  font-size: 16px !important;
  color: #575756 !important;
  cursor: pointer;
  background: #fff !important; }

.dropdowninput input:focus {
  outline: 0px; }

.dropdowninput .timepick {
  right: 10px; }

.custom_dropdown_list {
  position: absolute;
  min-width: 235px;
  height: 340px;
  margin-top: -1px;
  background: #fff;
  border: 1px solid #e9e9e9;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
  z-index: 100; }

.custom_dropdown_list ul {
  margin: 0px;
  padding: 0px; }

.custom_dropdown_list li {
  border-top: 1px solid #e9e9e9;
  height: 38px;
  line-height: 38px;
  list-style: none;
  margin: 0px;
  padding: 0px 10px 0px 35px;
  color: #464646;
  cursor: pointer;
  font-size: 15px; }

.custom_dropdown_list li.selected {
  background: #c8cacc;
  color: #066198 !important;
  position: relative; }

.custom_dropdown_list li:first-child {
  border: 0px; }

.custom_dropdown_list li.selected .arrow {
  background: url(../img/sprite.png) -528px -297px;
  width: 17px;
  height: 17px;
  position: absolute;
  left: 13px;
  top: 13px; }

.custom_dropdown_top .custom_dropdown_list {
  width: 100%;
  min-width: 100%;
  height: auto;
  overflow: hidden;
  top: inherit;
  margin-top: -1px;
  background: #fafafb; }

.custom_dropdown_top .custom_dropdown_list li {
  border-top: 1px solid #e9e9e9;
  height: 28px;
  line-height: 28px;
  list-style: none;
  margin: 0px;
  padding: 0px 10px 0px 10px;
  color: #464646;
  cursor: pointer;
  font-size: 15px; }

.custom_dropdown_top .custom_dropdown_list li.selected .arrow {
  display: none; }

/*extras*/
.extra-bk-info > div:nth-child(odd) {
  padding-right: 20px; }

.extra-bk-info > div:nth-child(even) {
  padding-left: 20px; }

.extra-bk-info > div .gbxbgbor .bk-info-wrapper {
  min-height: 130px; }

.extra-bk-info > div .gbxbgbor .lr-link {
  position: relative;
  margin-top: -10px; }

.your-extra {
  margin-bottom: 15px; }

.itemwrapper {
  margin-bottom: 10px; }

.itemwrapper .item-added {
  margin-bottom: 10px; }

.itemwrapper .item-added > span.icon {
  height: 41px;
  line-height: 41px;
  display: inline-block;
  float: left;
  width: 41px;
  margin-right: 8px; }

.itemwrapper .item-added > span {
  line-height: 41px; }

.subtotal {
  margin-top: 10px; }

.chooseextras {
  margin-bottom: 15px; }

.chooseextras h5 {
  font-weight: bold;
  font-size: 30px;
  margin: 20px 0px 20px 0px;
  padding: 0px; }

.grbgtitle {
  color: #fff;
  font-size: 16px;
  padding: 5px 5px 5px 8px;
  background: #6c6a70;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 10px; }

.chooseitemwrapper {
  margin: 0px -5px 10px -5px; }

.chooseitem {
  padding: 0 5px;
  text-align: center;
  margin-top: 10px; }

.chooseitem p {
  padding: 0px 5px; }

.chooseitem .p-info {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px; }

.chooseitem .p-info b {
  color: #006ba4;
  font-size: 24px; }

.chooseitem .available-info {
  border-top: 1px solid #ccc;
  font-size: 16px;
  clear: both;
  height: 100px; }

.available-info .tick {
  width: 39px;
  height: 32px;
  background: url(../img/sprite.png) -195px -210px;
  margin: 14px auto;
  display: inline-block; }

.available-info .counter, .available-info .btn-action {
  height: 32px;
  margin: 14px auto; }

.chooseitem .tnc {
  margin-bottom: 10px; }

.chooseitem .ext-title {
  display: table;
  width: 100%; }

.chooseitem h3 {
  background: #fbf9d9;
  font-size: 16px;
  color: #464646;
  margin: 0px;
  padding: 3px 0px;
  text-align: center;
  font-weight: bold;
  display: table-cell;
  width: 100%;
  height: 50px;
  vertical-align: middle;
  text-align: center; }

.chooseitem h3.nobg {
  background: none; }

.chooseitem .ext-desc {
  width: 100%; }

.chooseitem .ext-desc .description {
  display: table;
  height: 60px;
  width: 100%; }

.chooseitem > span {
  height: 107px;
  line-height: 107px;
  float: left; }

.chooseitem .icon div {
  height: 107px;
  width: 107px;
  margin: 15px auto; }

.chooseitem .icon .fuel {
  background-position: -6px -428px; }

.chooseitem .icon .super {
  background-position: -119px -428px; }

.chooseitem .icon .gps {
  background-position: -232px -428px; }

.chooseitem .icon .protection {
  background-position: -346px -428px; }

.chooseitem .icon .collision {
  background-position: -459px -428px; }

.chooseitem .icon .driver {
  background-position: -572px -428px; }

.chooseitem .icon .wifi {
  background-position: -685px -428px; }

.chooseitem .btn-primary, .btn-lastrow .btn-primary {
  height: 40px;
  line-height: 40px; }

.chooseitem:nth-child(3n+1) {
  clear: both; }

.btn-lastrow {
  margin-bottom: 10px;
  text-align: right; }

/*overlay*/
.lb-overlay {
  background-color: #000;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 200; }

.lb-cotainer {
  background: #fff none repeat scroll 0 0;
  border: 0px solid #ccc;
  left: 50%;
  margin: 0 0 0 -302px;
  position: fixed;
  top: 15%;
  width: 600px;
  z-index: 201;
  color: #000; }

.lb-cotainer .header {
  background: #000000;
  margin: 0 0 10px;
  padding: 0 10px 13px; }

.lb-cotainer .header h3 {
  float: left;
  width: 75%;
  font-size: 14px;
  font-weight: bold;
  margin-top: 20px;
  color: #ffd100; }

.lb-cotainer .header span.lb-deny {
  float: right;
  font-weight: bold;
  text-align: right;
  width: 24%;
  font-size: 15px; }

.lb-cotainer .icons-yellow_x {
  background: url("../img/carvan/sprite.png") repeat scroll -413px -77px;
  height: 20px;
  width: 20px; }

.lb-progress {
  width: 150px;
  height: 40px;
  margin: 20px auto;
  background: url(../img/loader.gif) no-repeat center; }

/*cookieleft */
.lb-close {
  color: #000000; }

.cookieleft {
  color: #000; }

/*pls-wait*/
.pls-wait {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 10000; }

.load-outerbg {
  background: #fff;
  padding: 5px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.5);
  top: 50%; }

.loader {
  font-size: 10px;
  text-indent: -9999em;
  border-top: solid #ffd100;
  border-right: solid #ffd100;
  border-bottom: solid #ffd100;
  border-left: solid transparent;
  border-width: 5px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear; }

.loader, .loader:after {
  border-radius: 50%;
  width: 40px;
  height: 40px; }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/*booking and confirmation page*/
.clear {
  clear: both; }

.pl0 {
  padding-left: 0; }

.text-right {
  text-align: right; }

.booking-outr {
  margin-top: 15px; }

.mbot15 {
  margin-bottom: 15px; }

.mt15 {
  margin-top: 15px; }

ul.booking-steps {
  list-style: none;
  padding: 0;
  margin: 0; }

ul.booking-steps > li {
  margin-bottom: 5px; }

ul.booking-steps li > a {
  display: block;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  background: #e9e9e9;
  color: #575756;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 20px;
  position: relative; }

ul.booking-steps li > a.active {
  background: #6c6a70;
  color: #fff; }

ul.booking-steps li > a span {
  display: inline-block;
  background: url(../img/sprite.png) no-repeat -384px -305px;
  vertical-align: middle;
  height: 10px;
  width: 13px;
  position: absolute;
  right: 10px;
  top: 15px; }

ul.booking-steps li > a.active span {
  background: url(../img/sprite.png) no-repeat -384px -291px; }

ul.booking-steps li > div.steps-form {
  display: none;
  background: #fcfcfd;
  padding: 15px 0;
  border: 1px solid #e3e4e5; }

ul.booking-steps li > div.steps-form.active {
  display: block; }

ul.booking-steps li > div.steps-form input.form-control, ul.booking-steps li > div.steps-form select.form-control {
  margin-bottom: 20px; }

ul.booking-steps li > div.steps-form input.error, ul.booking-steps li > div.steps-form select.error {
  border: 1px solid #e9322d; }

ul.booking-steps li > div.steps-form label.error {
  display: block;
  margin-top: -15px;
  font-size: 11px;
  margin-bottom: 10px;
  font-weight: normal; }

ul.booking-steps li > div.steps-form select {
  height: 47px !important; }

.step-3 p span {
  font-weight: bold; }

.step-3 p a {
  text-decoration: underline;
  color: #333; }

.btn-next {
  background: #2d9acc;
  background: -moz-linear-gradient(top, #2d9acc 0%, #076499 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #2d9acc), color-stop(100%, #076499));
  background: -webkit-linear-gradient(top, #2d9acc 0%, #076499 100%);
  background: -o-linear-gradient(top, #2d9acc 0%, #076499 100%);
  background: -ms-linear-gradient(top, #2d9acc 0%, #076499 100%);
  background: linear-gradient(to bottom, #2d9acc 0%, #076499 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d9acc', endColorstr='#076499', GradientType=0 );
  padding: 10px 25px;
  margin-top: 15px;
  color: #fff;
  border: 0;
  font-size: 16px !important;
  margin-bottom: 0; }

.marketing-check {
  margin-left: 30px;
  display: block;
  margin-top: 15px; }

.marketing-check .check-select-inner {
  margin-top: 0;
  margin-left: -30px; }

.info-icon {
  width: 13px;
  height: 14px;
  background-position: -30px -179px;
  display: inline-block;
  position: relative;
  top: 15px; }

.card-date {
  float: left;
  line-height: 47px; }

.card-expiry {
  float: left;
  width: auto;
  margin-left: 10px; }

.ccv-code {
  width: 70px;
  float: left;
  margin-left: 20px; }

.ccv-img {
  line-height: 47px;
  margin-left: 10px;
  float: left; }

.securecode {
  display: none; }

ul.booking-steps li > div.steps-form .ccv label.error {
  margin-top: 0; }

ul.booking-steps li > div.step-4 .info-icon {
  top: 0;
  vertical-align: middle; }

.table-booking {
  font-size: 16px;
  border: 1px solid #CCC; }

.total-cost {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px; }

.booking-submit {
  font-size: 24px;
  color: #898989;
  text-align: center; }

.booking-submit span {
  display: block;
  font-size: 32px;
  font-weight: bold;
  color: #333;
  line-height: 1.2; }

.booking-submit .btn-submit {
  background: #2d9acc;
  background: -moz-linear-gradient(top, #2d9acc 0%, #076499 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #2d9acc), color-stop(100%, #076499));
  background: -webkit-linear-gradient(top, #2d9acc 0%, #076499 100%);
  background: -o-linear-gradient(top, #2d9acc 0%, #076499 100%);
  background: -ms-linear-gradient(top, #2d9acc 0%, #076499 100%);
  background: linear-gradient(to bottom, #2d9acc 0%, #076499 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d9acc', endColorstr='#076499', GradientType=0 );
  padding: 10px 0;
  width: 100%;
  color: #fff;
  border: 0;
  margin-top: 10px;
  font-size: 16px !important;
  margin-bottom: 0;
  font-weight: bold; }

.box {
  padding: 20px 10px;
  background: #fafafb;
  border: 1px solid #CCC; }

.thankyou-meesage {
  color: #464646;
  font-size: 30px;
  margin-bottom: 15px; }

.thankyou-meesage span {
  font-weight: bold; }

.confirmation-box {
  background: #fafafb;
  border: 1px solid #c8cacc;
  padding: 15px;
  margin-bottom: 10px; }

.confirmation-box p {
  padding: 0;
  margin: 0; }

.confirmation-box h5 {
  font-size: 18px;
  color: #464646;
  font-weight: bold;
  margin-top: 0; }

.confirmation-box .img-responsive {
  margin: 0px auto; }

span.confirmation-numbr {
  font-size: 30px;
  font-weight: bold;
  color: #464646; }

.location-outr {
  margin: 25px 0 15px 0;
  float: left; }

.location-outr h3 {
  font-size: 30px;
  font-weight: bold;
  color: #464646;
  margin-top: 0; }

.location-outr h3 span {
  display: block; }

.pickup-headng {
  font-size: 16px;
  color: #fff;
  background: #6c6a70;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px; }

.map-links {
  background: #6c6a70;
  padding: 10px; }

.map-links a {
  font-size: 12px;
  color: #fff;
  text-decoration: none; }

.confirm-bookingoutr {
  margin: 0 -15px; }

ul.terms {
  margin: 0;
  padding: 0; }

ul.terms li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #CCC;
  list-style-position: inside;
  font-size: 12px; }

#terms h4 {
  margin-top: 0;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px; }

/*booking popup*/
#booking-modal .searchWidget {
  width: 100%;
  position: static;
  background: #fff;
  color: #666; }

#booking-modal .modal-header, .modal-header {
  border-bottom: 0;
  padding-bottom: 0px; }

#booking-modal .modal-dialog {
  max-width: 700px; }

#booking-modal .searchWidget .form-control, .searchWidget .select-wrapper {
  margin-top: 0; }

#booking-modal .searchWidget .date, #booking-modal .searchWidget .timepick {
  right: 10px; }

#booking-modal .searchWidget .check-select {
  color: #666; }

#booking-modal .searchWidget h3 {
  font-size: 20px;
  margin: 0;
  color: #1b80b4; }

#booking-modal .searchWidget .change-headng {
  font-size: 16px;
  margin: 10px 0; }

#booking-modal .searchWidget .form-control {
  margin-top: 15px; }

#booking-modal .searchWidget .promo input {
  margin-top: 0; }

#booking-modal .close {
  opacity: 1; }

button.close {
  font-size: 22px !important; }

button:hover, button:focus {
  background: #fff; }

.modal-body {
  padding-top: 0; }

#booking-modal .searchWidget .search-error {
  top: 12px; }

/*Alpha Vikesh*/
.tpMrg {
  margin-top: 0px;
}

.form-hide-panel .posrelative .form-control {
  background: #fff;
  cursor: pointer; }

.content-block--grid .content-block-primary:nth-child(2n+1), .content-block--grid .content-block-primary:first-child {
  margin: 0 0 30px !important; }

.content-block--grid .content-block-primary {
  margin-bottom: 30px !important; }

.snowchain-content {
  padding: 10px 20px;
  position: relative;
  max-height: 300px;
  overflow-y: auto; }

@media screen and (min-width: 768px) {
  .mt15-desk {
    margin-top: 15px; }
  .mbot15-desk {
    margin-bottom: 15px; } }

/*search widget*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .cars-av-box h3 {
    font-size: 13px; }
  .cars-av-box h3 span {
    float: right;
    margin-top: 0px;
    font-size: 12px; }
  .filter-box .gbxbgbor > div {
    margin-right: 0px; }
  .filter-box .field-label, .filter-box .select-wrapper .holder {
    font-size: 13px !important; }
  .chooseitem h3 {
    font-size: 14px; }
  .chooseitem:nth-child(3n+1) {
    clear: both; }
  #close {
    margin-right: 20px; } }

@media screen and (min-width: 769px) {
  /* #footer-container .footer-desk {display:block;}
    #footer, #footer-container, .footer-bg-color {background:$true-black; clear:both;} */
  .container-footer-tab {
    display: none !important; }
  .search-outr {
    width: 85%; } }

@media screen and (min-width: 768px) {
  .buttonMove input {
    margin-top: 40px; }
  #footer-container .footer-desk a {
    color: #e2e2e2;
    font-weight: normal;
    font-size: 12px; }
  #footer-container .footer-desk div > strong {
    color: #ffd100;
    font-size: 16px;
  }
  #booking-modal .modal-dialog {
    width: 700px; } }

@media screen and (min-width: 768px) and (max-width: 768px) {
  /*top nav*/
  .topRightNav a {
    font-size: 12px; }
  .width80 img {
    max-width: 600px; }
  .herospace .image-wrapper-tab {
    overflow: hidden; }
  .herospace .image-wrapper-tab img {
    width: 130%;
    margin-left: -15%; }
  .middle-section .headmast-hp .caption {
    margin-top: 15px; }
  .middle-section .headmast-hp .caption-left {
    height: 140px; }
  .middle-section .headmast-hp .caption-left h4 {
    font-size: 26px; }
  .middle-section .headmast-hp .caption-right h4 {
    font-size: 18px; }
  .middle-section .headmast-hp .caption-right .circle {
    width: 140px;
    height: 140px; }
  /*search widget*/
  .searchWidget {
    /*top:170px */ }
  .searchWidget .btn.btn-primary {
    padding: 0px;
    width: 100%; }
  /*why hertz*/
  .whyhertz .icon div {
    width: 60px;
    height: 60px; }
  .whyhertz .icon-text {
    font-size: 14px;
    height: 70px; }
  /*banner wrapper*/
  .bannerWrapper .bannerInfo h5 {
    font-size: 28px; }
  .bannerWrapper .bannerInfo b {
    font-size: 45px; }
  /*page tab*/
  .pages-tab li .t {
    font-size: 15px; }
  /*right panel*/
  .right-panel {
    padding: 0px;
    margin-top: 15px; }
  /*footer*/
  footer .panel-group .panel {
    overflow: hidden;
    border-radius: 0px; }
  footer .panel-default {
    /* border: 8px solid #efefef; */ }
  footer .panel-default {
    /* border-color: #efefef;  */
    margin-top: 14px;
    margin-bottom: 8px !important; }
  footer .panel-default > .panel-heading {
    background-color: #efefef;
    border-color: #ddd;
    color: #333; }
  footer .panel-group .panel-heading {
    border-bottom: 0 none; }
  footer .panel-heading {
    background: #efefef none repeat scroll 0 0;
    border-bottom: 1px solid transparent;
    padding: 10px; }
  footer .panel-heading {
    padding: 0; }
  footer .panel-title {
    color: #000;
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 0; }
  footer .panel-title > a {
    background: #fafafa url("../img/sprite.png") no-repeat scroll 277px -215px;
    color: #000 !important;
    display: block;
    outline: medium none;
    padding: 7px 12px;
    font-weight: bold; }
  footer .panel-body {
    padding: 10px 15px; }
  footer .panel-body ul {
    margin: 0;
    padding: 0;
    width: 98%; }
  footer .panel.panel-default ul li {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 0 !important; }
  footer .panel-body ul li {
    display: block;
    float: none;
    list-style: outside none none;
    margin-bottom: 5px;
    width: 100% !important; }
  footer .panel-body ul li a {
    margin: 0;
    padding: 0;
    text-align: center; }
  footer .container {
    clear: both; }
  footer .goRight {
    background: #fff none repeat scroll 0 0;
    clear: both;
    float: right !important;
    margin-bottom: 15px !important;
    margin-top: 0;
    padding-bottom: 23px;
    padding-right: 20px !important;
    width: 100%; } }

@media screen and (max-width: 767px) {
  body {
    background: #fff; }
  .section-block {
    margin: 0px auto 30px auto; }
  .btn.btn-primary {
    height: 40px;
    line-height: 40px;
    padding: 0 30px; }
  /*top head*/
  /* #header-container {height:45px; box-shadow:0 2px 1px rgba(0, 0, 0, 0.5); -webkit-box-shadow:0 2px 1px rgba(0, 0, 0, 0.5); z-index:10; position:relative;} */
  /* #header-container .utility-bar {height:45px;} */
  /* #header-container .utility-bar .mob-nav {display:block !important;} */
  /*cart in mobile*/
  /*cart in mobile*/
  /*headmast*/
  .middle-section .headmast-hp .caption {
    margin-top: 10px;
    padding: 0px 10px; }
  .middle-section .headmast-hp .caption-left h4 {
    font-size: 18px; }
  .middle-section .headmast-hp .caption-left {
    height: 100px; }
  .middle-section .headmast-hp .caption-right .circle {
    width: 100px;
    height: 100px;
    line-height: 1; }
  .middle-section .headmast-hp .caption-right h4 {
    font-size: 12px; }
  .middle-section .headmast-hp .caption-right .circle a {
    font-size: 11px; }
  /*.welcomtxt */
  .welcomtxt {
    width: 90%;
    font-size: 14px; }
  /*.searchWidget*/
  .searchWidget {
    /*top:118px;*/ }
  .searchWidget.grnt {
    background: rgba(0, 0, 0, 0.15);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.89) 32%, black 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.15)), color-stop(32%, rgba(0, 0, 0, 0.89)), color-stop(100%, black));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.89) 32%, black 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.89) 32%, black 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.89) 32%, black 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.89) 32%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 ); }
  .searchWidget .form-control {
    height: 40px;
    font-size: 13px !important; }
  /*why hertz*/
  .whyhertz h5 {
    font-size: 22px; }
  .whyhertz .icon {
    text-align: center;
    display: block; }
  .whyhertz .icon div {
    display: inline-block;
    width: 100%;
    height: 100%;
    margin: 0px auto; }
  .whyhertz .icon-text {
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
    height: auto;
    display: block; }
  .whyhertz .icon-text > div {
    vertical-align: top; }
  .whyhertz .row {
    padding: 0px;
    margin: 0px; }
  /*.bannerWrapper*/
  .bannerWrapper {
    margin: 5px 0px; }
  .bannerWrapper .bannerInfo h5 {
    font-size: 20px; }
  .bannerWrapper .bannerInfo b {
    font-size: 40px; }
  .bannerWrapper .btn {
    font-size: 15px !important;
    height: 30px;
    line-height: 30px;
    padding: 0 10px; }
  .bannerWrapper img {
    width: 100%; }
  /*.testimonials*/
  .testimonials .testimonial-txt {
    font-size: 25px; }
  .testimonials p {
    font-size: 14px; }
  /*.pp-section*/
  .pp-section {
    padding-left: 15px;
    padding-right: 15px; }
  .bk-info-bar {
    margin-bottom: 5px; }
  .bk-info-bar .cb {
    margin-top: 0px; }
  .bk-info-bar.gbxbgbor {
    border: 0px; }
  .box-toggle-target {
    display: none; }
  .rental-terms {
    text-align: right;
    padding-right: 10px; }
  .filter-box h2 {
    font-size: 20px;
    margin-left: 5px;
    font-weight: bold; }
  .filter-box .gbxbgbor > div {
    width: 100%; }
  .filter-box .gbxbgbor > div p {
    font-weight: bold;
    font-size: 15px; }
  .filter-box .gbxbgbor > div .field-label {
    width: 35%;
    font-size: 13px !important;
    text-align: right; }
  .filter-box .gbxbgbor > div .select {
    width: 65%; }
  .pp-section .filter-box .select-wrapper {
    height: 40px;
    line-height: 40px; }
  .pp-section .select-wrapper .holder {
    height: 30px !important;
    line-height: 30px !important; }
  .filter-box .select-wrapper .down-arrow {
    right: 11px; }
  .filter-box .select-wrapper select {
    height: 40px !important; }
  .box-toggle-data.gbxbgbor {
    border: 0px; }
  .box-toggle-data-lft {
    padding: 0px; }
  .cars-av-box .col-sm-6 {
    padding: 0px 7px; }
  .cars-av-box .col-sm-6:nth-child(2n) h3, .cars-av-box .col-sm-6:nth-child(2n) .gbxbgbor {
    margin-left: 0px;
    margin-right: 0px; }
  .cars-av-box h3 {
    font-size: 13px; }
  .cars-av-box h3 span.size, .cars-av-box h3 a {
    font-size: 12px;
    margin-top: 0px; }
  .car-features ul li {
    margin: 0 3px 0 0;
    font-size: 12px; }
  .pay-info {
    padding-bottom: 15px; }
  .pay-info .call2action {
    font-size: 22px; }
  .pay-info .call2action strike {
    font-size: 13px; }
  .pay-info .btn {
    padding: 0px 20px !important; }
  .payatloc {
    font-size: 14px; }
  .rq-req > h5 {
    font-size: 14px; }
  /*right panel*/
  .right-panel {
    padding: 5px;
    margin-top: 10px; }
  .sm-data .panel-head h5 span {
    float: right;
    width: 13px;
    height: 12px;
    background: url(../img/sprite.png) -338px -97px !important;
    margin-top: 4px; }
  .sm-data .panel-head h5 span.open {
    background-position: -338px -69px !important; }
  .faqs .view-more-anchor {
    display: none !important; }
  .faqs .panel-content {
    display: none; }
  /*extras*/
  .chooseextras h5 {
    font-size: 24px;
    font-weight: bold;
    margin: 10px;
    padding: 0; }
  .itemwrapper .item-added > span {
    height: 41px;
    line-height: 41px;
    display: inline-block;
    float: none;
    margin: 0px auto;
    width: 100%;
    text-align: center;
    display: block; }
  .itemwrapper .item-added > span span {
    width: 41px;
    margin: 0px auto;
    float: none; }
  .itemwrapper .icon div {
    width: 41px !important;
    margin-right: 8px; }
  .itemwrapper .item-added:nth-child(2n+1) {
    clear: both; }
  .chooseitemwrapper {
    margin: -10px 5px 10px; }
  .chooseitem {
    text-align: left; }
  .chooseitem > span, .chooseitem .icon span {
    height: 41px;
    line-height: 41px; }
  .chooseitem .icon div {
    height: 41px;
    width: 41px;
    margin: 0px 10px;
    float: none; }
  .chooseitem .icon .fuel {
    background-position: -22px -366px; }
  .chooseitem .icon .super {
    background-position: -73px -366px; }
  .chooseitem .icon .gps {
    background-position: -123px -366px; }
  .chooseitem .icon .protection {
    background-position: -174px -366px; }
  .chooseitem .icon .collision {
    background-position: -225px -366px; }
  .chooseitem .icon .driver {
    background-position: -275px -366px; }
  .chooseitem .icon .wifi {
    background-position: -326px -366px; }
  .chooseitem .btn-primary, .btn-lastrow .btn-primary {
    height: 40px;
    line-height: 40px; }
  .chooseitem .ext-desc {
    float: left;
    width: 80%;
    display: inline;
    font-size: 12px; }
  .chooseitem .p-info b {
    font-size: 18px; }
  .chooseitem .terms .t-txt {
    display: none; }
  .chooseitem .terms {
    float: right;
    margin-right: 5px; }
  .chooseitem .available-info {
    border-top: 0px;
    height: 100%;
    display: block-flex;
    vertical-align: middle;
    position: relative; }
  .available-info .tick {
    display: block; }
  .chooseitem .chlft {
    border-right: 1px solid #dfdfdf;
    padding-right: 0px;
    display: table; }
  .chooseitem .chlft > div {
    display: table-cell;
    vertical-align: middle;
    float: none;
    height: 100%; }
  .chooseitem .chlft > div p {
    margin: 10px 0; }
  .chooseitem .chrgt {
    padding-left: 0px;
    position: absolute;
    right: 0px;
    height: 100%; }
  .available-info > div {
    position: absolute;
    top: 50%;
    width: 100%; }
  .available-info .counter {
    margin-top: -20px;
    height: 40px; }
  .available-info .btn-action {
    margin-top: -20px;
    height: 40px;
    width: 100%; }
  .available-info .tick {
    margin-top: -16px;
    left: 50%;
    margin-left: -20px; }
  .chooseitem .chrgt .btn {
    font-size: 12px !important;
    padding: 0px;
    width: 90%;
    margin: 0px 5%; }
  .chooseitem .gbxbgbor .row {
    position: relative; }
  .chooseitem .gbxbgbor .row .tnc {
    bottom: 5px;
    position: absolute;
    right: 5px;
    top: inherit;
    margin-bottom: 0px; }
  .available-info .counter {
    font-size: 12px;
    text-align: center; }
  .btn-lastrow {
    padding: 0px 10px; }
  .btn-lastrow .btn {
    width: 100%; }
  /*overlay*/
  .lb-cotainer {
    width: 300px;
    margin-left: -150px; }
  /*footer*/
  #footer {
    clear: both;
    background: #f5f6f7; }
  .ebm-links-parent {
    height: auto;
    margin-top: 10px; }
  .footer-copyright-bottom {
    width: 90% !important;
    padding: 0px; }
  .footer-copyright-bottom > .row {
    margin: 0px !important; }
  .footer-copyright-bottom .v-logo {
    text-align: center; }
  .footer-copyright-bottom .ebm-links {
    text-align: center;
    font-size: 10px; }
  .footer-copyright-bottom .ebm-links span:first-child {
    display: block; }
  .searchWidget .form-control, .searchWidget .select-wrapper {
    margin-top: 10px; }
  #booking-modal .searchWidget .form-control {
    margin-top: 10px; }
  .select-wrapper {
    height: 40px;
    line-height: 40px; }
  .select-wrapper .holder {
    font-size: 13px;
    height: 40px;
    line-height: 40px; }
  .searchWidget {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0; }
  /*.location-search-dropoff {margin:0 15px}*/
  .search-submit {
    margin-top: 10px; }
  .select-wrapper select {
    height: 40px !important; }
  .booking-cost {
    padding: 0 15px; }
  .confirm-bookingoutr {
    margin: 0; }
  .location-outr h3 {
    font-size: 22px;
    margin-top: 15px; }
  #booking-modal .searchWidget .promo input {
    margin-top: 10px; }
  #booking-modal .searchWidget .promo {
    float: none; }
  .sort-outr {
    display: none;
    margin-top: 10px; }
  .filter-box .gbxbgbor .sort-outr > div {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0; }
  .filter-box .gbxbgbor > div.sort {
    position: relative;
    margin: 0;
    cursor: pointer; }
  .filter-box .gbxbgbor > div.sort p {
    margin: 0; }
  .filter-box .gbxbgbor > div.sort span {
    background: url("../img/sprite.png") no-repeat scroll -338px -99px;
    height: 10px;
    position: absolute;
    right: 5px;
    top: 50%;
    width: 13px;
    margin-top: -5px; }
  .filter-box .gbxbgbor > div.sort span.open {
    background-position: -338px -69px; }
  .dropdowninput {
    margin-top: 10px;
    height: 40px; }
  .dropdowninput input {
    font-size: 12px !important; }
  .check-select, .check-select-inner {
    font-size: 12px; }
  .lb-content-load #myFrame {
    height: 200px; }
  /*--*/
  .tpMrg {
    margin-top: 0px; }
  .content-block--grid .content-block-primary {
    margin-bottom: 0px !important; } }

/* Styles for Landscape screen */
@media all and (max-width: 640px) and (orientation: landscape) {
  /*headmast*/
  .middle-section .headmast-hp .caption {
    margin-top: 30px; }
  .middle-section .headmast-hp .caption-left {
    height: 180px; }
  .middle-section .headmast-hp .caption-left h4 {
    font-size: 36px; }
  .middle-section .headmast-hp .caption-right .circle {
    height: 180px;
    width: 180px; }
  .middle-section .headmast-hp .caption-right h4 {
    font-size: 22px; }
  .middle-section .headmast-hp .caption-right .circle a {
    font-size: 18px; }
  /*why hertz*/
  .whyhertz .row > .col-xs-4 .icon {
    width: 45% !important;
    padding-left: 0px; }
  .whyhertz .row > .col-xs-4 .icon-text {
    width: 50% !important;
    height: 80px;
    text-align: left;
    font-size: 15px;
    padding: 0px;
    display: table;
    margin-top: 0px; }
  .whyhertz .icon-text > div {
    vertical-align: middle; }
  .searchWidget {
    top: 230px; }
  /*bannerWrapper*/
  .bannerBox .col-xs-12 {
    width: 50%; }
  .bannerWrapper .bannerInfo h5 {
    font-size: 16px; } }

/* Ajay */
.search-error {
  color: white;
  padding: 4px;
  margin: 0px;
  padding: 5px 15px;
  background: #e99222;
  margin-bottom: 10px;
  width: 100%;
  display: none; }

.ui-autocomplete {
  width: 458px !important;
  z-index: 99999; }

.autocomplete-outr {
  position: absolute;
  width: 100%;
  top: 50px;
  left: 0;
  padding-left: 15px;
  height: 600px;
  z-index: 999; }

.autocomplete-innr {
  background: #fff; }

#info {
  width: 65%;
  padding: 10px 20px 10px 20px;
  font-size: 16px;
  overflow-x: hidden;
  position: static;
  float: left;
  border: 0;
  height: 600px;
  background: #ffd100; }

.detailInfo {
  padding: 12px 0;
  border-top: 1px solid #000;
  box-sizing: border-box;
  color: #000000; }

.detailInfo p {
  line-height: 20px;
  margin: 0;
  padding: 0; }

.detailInfo h4 {
  text-transform: uppercase;
  font-size: 16px;
  margin: 0;
}

#info .info-heading h3 {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 10px;
  color: #000000; }

#info .close-autocomplete {
  width: 22px;
  height: 22px;
  display: inline-block;
  float: right;
  background: url("../img/close-btn-auto.png");
  cursor: pointer; }

#close {
  width: 22px;
  height: 22px;
  display: inline-block;
  float: right;
  cursor: pointer;
  display: none;
  position: relative; }

a:hover, a:focus {
  outline: none; }

.ui-autocomplete-loading {
  background-position: 90% center; }

.ui-widget-content {
  background: #ffffff; }

.ui-autocomplete-item.ui-menu-item {
  display: block;
  padding-left: 34px !important; }

.ui-autocomplete {
  width: 35% !important;
  float: left;
  margin-top: 0;
  height: 600px;
  margin-bottom: 0;
  position: static !important; }

.ui-autocomplete li.ui-menu-item:hover {
  background: #e2e2e2; }

.ui-autocomplete-category {
  background: url("../img/dd-city-icon.png") 11px 17px no-repeat;
  font-size: 16px;
  text-transform: uppercase;
  color: #000000;
  line-height: normal;
  padding: 18px 40px 18px;
  border-top: 2px solid #000000; }

.ui-autocomplete-category:first-child {
  border-top: none !important; }

.ui-autocomplete-category.railIcon {
  background: url("../img/dd-rail-icon.png") 11px 17px no-repeat !important; }

.ui-autocomplete-category.airportIcon {
  background: url("../img/dd-plane-icon.png") 11px 17px no-repeat !important; }

/*.ui-menu .ui-menu-item a {padding-left:25px!important;background:url("../img/dd-city-icon.png") 0 4px no-repeat}
.ui-menu .ui-menu-item a.railIcon {background-image:url("../img/dd-rail-icon.png")}
.ui-menu .ui-menu-item a.airportIcon {background-image:url("../img/dd-plane-icon.png")}*/
.ui-menu .ui-menu-item a, .ui-menu .ui-menu-item a:hover, .ui-menu .ui-menu-item a.ui-state-focus, .ui-autocomplete-item.ui-menu-item:hover a {
  font-size: 16px;
  border-top: 1px solid #e2e2e2;
  padding: 14px 40px 14px 6px;
  display: block;
  color: #000000;
  outline: none !important;
  margin: 0px;
  line-height: 18px;
  font-weight: normal; }

.choose-location {
  color: #000;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  margin-top: 180px; }

.choose-location img {
  margin-right: 10px; }

/*.cityIcon.ui-state-focus {padding-left:25px!important;background:url("../img/dd-city-icon.png") 0 4px no-repeat!important;font-weight: normal!important;border: 0!important;}
.railIcon.ui-state-focus {padding-left:25px!important;background:url("../img/dd-rail-icon.png") 0 4px no-repeat!important;font-weight: normal!important;border: 0!important;}
.airportIcon.ui-state-focus {padding-left:25px!important;background:url("../img/dd-plane-icon.png") 0 4px no-repeat!important;font-weight: normal!important;border: 0!important;}*/
.search-error {
  position: absolute;
  top: -40px;
  left: 0;
  padding: 5px;
  z-index: 100; }

#map-canvas {
  height: 300px; }

.modal-content .autocomplete-outr {
  padding-left: 30px;
  top: 118px; }

@media all and (min-width: 320px) and (max-width: 767px) {
  #info {
    display: none; }
  .ui-autocomplete {
    width: 96% !important; }
  .autocomplete-outr {
    width: 95.2% !important;
    top: 80px; }
  .ui-autocomplete {
    width: 100% !important; }
  .droploc {
    top: 227px; }
  /*.location-search-dropoff,.search-submit {display:none;}*/
  .search-error {
    top: -25px; }
  .padl5-mob {
    padding-left: 5px; }
  .padr5-mob {
    padding-right: 5px; }
  .padl5-mob .date, .padr5-mob .date {
    margin-top: -7px; }
  #booking-modal .droploc {
    top: 267px; }
  .modal-content .autocomplete-outr {
    top: 83px; }
  .autocomplete-outr {
    height: 400px; }
  #info {
    height: 400px; }
  .ui-autocomplete {
    height: 400px; } }

@media screen and (min-width: 768px) {
  .buttonMove input {
    margin-top: 40px; }
  .droploc {
    left: 41.7%;
    width: 67%; }
  .droploc #info {
    width: 60%; }
  .droploc .ui-autocomplete {
    width: 40% !important; }
  .modal-content .droploc {
    left: 47.9%;
    width: 67%; } }

.searchWidget .overlay-search {
  background-color: #000;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: fixed;
  top: 0;
  width: 100%; }

#Desktop_canvas {
  width: 594px;
  height: 387px; }

.pay-info.fixedHeight {
  height: 156px; }

#nav-container .nav-menu td {
  height: 50px; }

#driverage, .input-small {
  line-height: 45px\9 !important;
  height: 45px\9  !important; }

.tick li {
  cursor: pointer; }

.lb-cotainer .header span.lb-deny {
  padding-top: 7px; }

@media all and (min-width: 320px) and (max-width: 768px) {
  .lb-cotainer {
    margin-left: 2%;
    width: 96%;
    left: 0px;
    max-height: 96%;
    top: 2%; }
  .van-spec-overlay {
    overflow-x: hidden;
    overflow-y: auto; }
  .tabcontainer {
    max-height: 300px;
    min-height: 200px;
    height: auto !important; }
  .tabcontainer ul {
    float: left;
    padding: 0px;
    width: 100%;
    margin: 0px; }
  .tabcontainer ul li.tabcontent {
    width: auto;
    height: auto; }
  .tabcontainer ul li.tabcontent h2 {
    margin-top: 20px; }
  .car-features ul li .txt {
    width: 70%; } }

@media screen and (max-width: 767px) {
  .lb-content-load #myFrame {
    height: 200px; }
  .pay-info.fixedHeight {
    height: auto; }
  #close {
    margin-right: 15px;
    margin-top: 5px; }
  .search-error {
    top: 0px;
    width: 85%; } }

.btn-next:visited, .btn-next:hover, btn-next {
  color: #fff;
  text-decoration: none; }

.lb-cotainer .header span.lb-deny {
  padding-top: 7px !important; }

.tabcontainer ul {
  float: left;
  padding: 0px;
  width: 100%;
  margin: 0px;
  display: block; }

.tabcontainer ul li.tabcontent {
  width: auto;
  height: auto; }

.tabcontainer ul li.tabcontent h2 {
  margin-top: 20px; }

.form-control {
  outline: none;
  border-radius: 0px; }

.searchWidget .overlay-search {
  z-index: 99;
  display: none; }

.searchWidget .container.search-outr {
  z-index: 101;
  position: relative; }

.owl-carousel {
  z-index: 1; }

/* for IE9 */
.cta-points {
  display: block\9  !important; }

.cta-points li {
  width: 18% \9  !important;
  float: left\9;
  display: block\9  !important;
  padding-left: 35px\9  !important;
  /* IE6, IE7, IE8, IE9 */ }

.cta-points li:after {
  top: 26px\9  !important; }

/* style.min */
.content-block-primary, .content-block-primary--footer, .content-block--grid, .collection-list, .advert-row--two-col, .hero-section--breadcrumb, .image-grid, .location-listing--dual, .cta-bar, .cta-points, .details-block, .card-city, .related-articles {
  zoom: 1; }

.content-block-primary:before, .content-block-primary--footer:before, .content-block--grid:before, .collection-list:before, .advert-row--two-col:before, .hero-section--breadcrumb:before, .image-grid:before, .location-listing--dual:before, .cta-bar:before, .cta-points:before, .details-block:before, .card-city:before, .related-articles:before, .content-block-primary:after, .content-block-primary--footer:after, .content-block--grid:after, .collection-list:after, .advert-row--two-col:after, .hero-section--breadcrumb:after, .image-grid:after, .location-listing--dual:after, .cta-bar:after, .cta-points:after, .details-block:after, .card-city:after, .related-articles:after {
  content: " ";
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1; }

.content-block-primary:after, .content-block-primary--footer:after, .content-block--grid:after, .collection-list:after, .advert-row--two-col:after, .hero-section--breadcrumb:after, .image-grid:after, .location-listing--dual:after, .cta-bar:after, .cta-points:after, .details-block:after, .card-city:after, .related-articles:after {
  clear: both; }

*, :before, :after {
  box-sizing: border-box; }

.location-page-wrapper {
  float: left;
  width: 100%;
}

.content-block-primary {
  background: #efefef;
  margin: 0 0 5%;
  overflow: hidden; }

.location-page-wrapper-ie .content-block-primary {
  margin: 0 0 2.5%; }

@media only screen and (min-width: 768px) {
  .content-block-primary {
    margin: 0 0 2.5%; } }

.content-block-primary p {
  margin: 20px 0;
  font-size: 15px; }

.content-block-primary h1, .content-block-primary h2, .content-block-primary h3, .content-block-primary h4, .content-block-primary h5, .content-block-primary h6 {
  margin: 35px 0 20px;
  color: #198bff; }

.content-block-primary h2 {
  font-size: 24px; }

.content-block-primary h3 {
  font-size: 1.5em; }

.content-block-primary h4, .content-block-primary h5, .content-block-primary h6 {
  font-size: 1.25em; }

.content-block-primary table {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0; }

.content-block-primary td, .content-block-primary th {
  padding: 5px;
  border: 1px #333 solid;
  text-align: center; }

.content-block-primary th {
  color: #fff; }

.content-block-primary thead tr, .content-block-primary tfoot tr {
  background: #aaa; }

.content-block-primary tbody tr:nth-child(even) {
  background: #fff; }

.content-block-primary table caption {
  margin: 0 0 10px; }

.content-block-primary summary {
  font-size: 1.6em;
  margin: 0 0 10px;
  outline: 0;
  cursor: pointer; }

.content-block-primary video, .content-block-primary audio, .content-block-primary iframe {
  margin: 0 0 30px; }

.content-block-primary figure {
  margin: 0 0 20px;
  display: inline-block;
  position: relative; }

.lt-ie9 .content-block-primary figure {
  margin: 0 0 40px; }

.lt-ie9 .content-block-primary figure.figure__full {
  width: 100%; }

.lt-ie9 .content-block-primary figure.figure__two-third {
  width: 66.6666%; }

.lt-ie9 .content-block-primary figure.figure__half {
  width: 50%; }

.lt-ie9 .content-block-primary figure.figure__third {
  width: 33.3333%; }

.lt-ie9 .content-block-primary figure.figure__quarter {
  width: 2 5%; }

.lt-ie9 .content-block-primary figure.figure__left {
  float: left;
  clear: left;
  margin-right: 20px; }

.lt-ie9 .content-block-primary figure.figure__right {
  float: right;
  clear: right;
  margin-left: 20px; }

@media only screen and (min-width: 800px) {
  .content-block-primary figure {
    margin: 0 0 40px; }
  .content-block-primary figure.figure__full {
    width: 100%; }
  .content-block-primary figure.figure__two-third {
    width: 66.6666%; }
  .content-block-primary figure.figure__half {
    width: 50%; }
  .content-block-primary figure.figure__third {
    width: 33.3333%; }
  .content-block-primary figure.figure__quarter {
    width: 2 5%; }
  .content-block-primary figure.figure__left {
    float: left;
    clear: left;
    margin-right: 20px; }
  .content-block-primary figure.figure__right {
    float: right;
    clear: right;
    margin-left: 20px; } }

.content-block-primary figure img {
  margin: 0 auto; }

.content-block-primary figure figcaption {
  position: absolute;
  background: #333;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 10px;
  bottom: 0;
  left: 0;
  font-size: 1.25em;
  line-height: 1.5em; }

.content-block-primary blockquote {
  text-align: center;
  font-size: 1.25em;
  clear: both;
  color: #333;
  width: 100%;
  padding: 0 20px;
  margin: 30px auto;
  border-color: #ddd; }

.lt-ie9 .content-block-primary blockquote {
  font-size: 1.5em; }

@media only screen and (min-width: 800px) {
  .content-block-primary blockquote {
    font-size: 1.5em; } }

.lt-ie9 .content-block-primary blockquote.quote__full {
  width: 100%; }

.lt-ie9 .content-block-primary blockquote.quote__two-third {
  width: 66.6666%; }

.lt-ie9 .content-block-primary blockquote.quote__half {
  width: 50%; }

.lt-ie9 .content-block-primary blockquote.quote__third {
  width: 33.3333%; }

.lt-ie9 .content-block-primary blockquote.quote__quarter {
  width: 25%; }

.lt-ie9 .content-block-primary blockquote.quote__left {
  float: left;
  clear: left;
  margin-right: 20px;
  text-align: left; }

.lt-ie9 .content-block-primary blockquote.quote__right {
  float: right;
  clear: right;
  text-align: right;
  margin-left: 20px; }

.lt-ie9 .content-block-primary blockquote p {
  font-size: 1em; }

@media only screen and (min-width: 800px) {
  .content-block-primary blockquote.quote__full {
    width: 100%; }
  .content-block-primary blockquote.quote__two-third {
    width: 66.6666%; }
  .content-block-primary blockquote.quote__half {
    width: 50%; }
  .content-block-primary blockquote.quote__third {
    width: 33.3333%; }
  .content-block-primary blockquote.quote__quarter {
    width: 25%; }
  .content-block-primary blockquote.quote__left {
    float: left;
    clear: left;
    margin-right: 20px;
    text-align: left; }
  .content-block-primary blockquote.quote__right {
    float: right;
    clear: right;
    text-align: right;
    margin-left: 20px; }
  .content-block-primary blockquote p {
    font-size: 1em; } }

.content-block-primary blockquote cite {
  display: block;
  margin-top: 10px;
  color: #333; }

.content-block-primary pre {
  background-color: #fff; }

.content-block-primary .content-block-primary--title {
  background-color: #ffd100;
  padding: 15px 30px;
  margin: 0;
  color: #000; }

.location-page-wrapper-ie .content-block-primary .content-block-primary--ribbon {
  background: #fff229 url(../img/content-block-ribbon.png) no-repeat center right;
  padding: 15px 140px 15px 30px; }

@media only screen and (min-width: 768px) {
  .content-block-primary .content-block-primary--ribbon {
    background: #ffd100 url(../img/content-block-ribbon.png) no-repeat center right;
    padding: 15px 140px 15px 30px; } }

.location-page-wrapper-ie .content-block-primary--icon {
  position: relative; }

.location-page-wrapper-ie .content-block-primary--icon:after {
  content: '';
  position: absolute;
  right: 40px;
  top: 50%; }

.location-page-wrapper-ie .content-block-primary--icon__car:after {
  margin: -12px 0;
  background: url(../img/icon-car.png) no-repeat center center;
  width: 60px;
  height: 25px;
  right: 30px; }

.location-page-wrapper-ie .content-block-primary--icon__question:after {
  margin: -18px 0 0 -18px;
  background: url(../img/icon-question.png) no-repeat center center;
  width: 36px;
  height: 36px; }

.location-page-wrapper-ie .content-block-primary--icon__marker:after {
  margin: -18px 0 0 -14px;
  background: url(../img/icon-marker.png) no-repeat center center;
  width: 27px;
  height: 36px; }

.location-page-wrapper-ie .content-block-primary--icon__steering:after {
  margin: -18px 0 0 -18px;
  background: url(../img/icon-steering.png) no-repeat center center;
  width: 36px;
  height: 36px; }

.location-page-wrapper-ie .content-block-primary--icon__book:after {
  margin: -18px 0 0 -18px;
  background: url(../img/icon-book.png) no-repeat center center;
  width: 36px;
  height: 36px; }

.location-page-wrapper-ie .content-block-primary--icon__paper:after {
  margin: -18px 0 0 -13px;
  background: url(../img/icon-paper.png) no-repeat center center;
  width: 26px;
  height: 36px; }

.location-page-wrapper-ie .content-block-primary--icon__map:after {
  margin: -18px 0 0 -16px;
  background: url(../img/icon-map.png) no-repeat center center;
  width: 32px;
  height: 36px; }

.location-page-wrapper-ie .content-block-primary--icon__info:after {
  margin: -18px 0 0 -18px;
  background: url(../img/icon-info.png) no-repeat center center;
  width: 36px;
  height: 36px; }

.location-page-wrapper-ie .content-block-primary--icon__plane:after {
  margin: -15px 0 0;
  background: url(../img/icon-plane.png) no-repeat center center;
  width: 45px;
  height: 30px;
  right: 30px; }

@media only screen and (min-width: 768px) {
  .content-block-primary--icon {
    position: relative; }
  .content-block-primary--icon:after {
    content: '';
    position: absolute;
    right: 43px;
    top: 50%; }
  .content-block-primary--icon__car:after {
    margin: -12px 0 0;
    background: url(../img/icon-car.png) no-repeat center center;
    width: 60px;
    height: 25px;
    right: 30px; }
  .content-block-primary--icon__question:after {
    margin: -18px 0 0 -18px;
    background: url(../img/icon-question.png) no-repeat center center;
    width: 36px;
    height: 36px; }
  .content-block-primary--icon__marker:after {
    margin: -18px 0 0 -14px;
    background: url(../img/icon-marker.png) no-repeat center center;
    width: 36px;
    height: 36px; }
  .content-block-primary--icon__steering:after {
    margin: -18px 0 0 -18px;
    background: url(../img/icon-steering.png) no-repeat center center;
    width: 36px;
    height: 36px; }
  .content-block-primary--icon__book:after {
    margin: -18px 0 0 -18px;
    background: url(../img/icon-book.png) no-repeat center center;
    width: 36px;
    height: 36px; }
  .content-block-primary--icon__paper:after {
    margin: -18px 0 0 -13px;
    background: url(../img/icon-paper.png) no-repeat center center;
    width: 26px;
    height: 36px; }
  .content-block-primary--icon__map:after {
    margin: -18px 0 0 -16px;
    background: url(../img/icon-map.png) no-repeat center center;
    width: 36px;
    height: 36px; }
  .content-block-primary--icon__info:after {
    margin: -18px 0 0 -18px;
    background: url(../img/icon-info.png) no-repeat center center;
    width: 36px;
    height: 36px; }
  .content-block-primary--icon__plane:after {
    margin: -15px 0 0;
    background: url(../img/icon-plane.png) no-repeat center center;
    width: 45px;
    height: 30px;
    right: 40px; } }

.content-block-primary--inner {
  padding: 20px 30px 30px;
  position: relative; }

.content-block-primary--inner.remspc {
  padding: 0px 30px 30px; }

.content-block-primary--inner > img {
  width: calc(100% + 60px);
  height: auto;
  margin: 0 auto;
  display: block;
  box-sizing: content-box;
  position: relative;
  left: -30px; }

.content-block-primary--inner #frameyoutube-container {
  width: calc(100% + 60px);
  left: -30px; }

.location-page-wrapper-ie .content-block-primary--inner img {
  width: 100%;
  position: static; }

.content-block-primary--footer {
  padding: 0 30px 30px;
  text-align: center; }

.content-block-primary--footer .btn {
  display: inline-block;
  font-size: 12px;
}

.content-block-primary--footer-link {
  float: right;
  font-size: 15px;
}

.location-page-wrapper-ie .content-block--grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.location-page-wrapper-ie .content-block--grid .content-block-primary {
  float: left;
  width: 48.75%;
  margin: 0 0 2.5% 2.5%; }

.location-page-wrapper-ie .content-block--grid .content-block-primary:nth-child(2n+1), .location-page-wrapper-ie .content-block--grid .content-block-primary:first-child {
  margin: 0 0 2.5%; }

@media only screen and (min-width: 768px) {
  .content-block--grid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .content-block--grid .content-block-primary {
    float: left;
    width: 48.75%;
    margin: 0 0 2.5% 2.5%; }
  .content-block--grid .content-block-primary:nth-child(2n+1), .content-block--grid .content-block-primary:first-child {
    margin: 0 0 2.5%; } }

.location-page-wrapper-ie .content-block--grid .content-block-primary:first-child {
  margin: 0; }

#frameyoutube-container {
  position: relative; }

.location-page-wrapper-ie #frameyoutube-container {
  padding-top: 43%; }

@media only screen and (min-width: 768px) {
  #frameyoutube-container {
    padding-top: 43%; } }

.location-page-wrapper-ie #frameyoutube-container #frameyoutube {
  position: absolute;
  top: 0;
  height: 100% !important;
  margin: 0;
  width: 100%; }

@media only screen and (min-width: 768px) {
  #frameyoutube-container #frameyoutube {
    position: absolute;
    top: 0;
    height: 100% !important;
    margin: 0;
    width: 100%; } }

#frameyoutube-container .ytv-relative {
  position: relative;
  padding-top: 56%; }

.location-page-wrapper-ie #frameyoutube-container .ytv-relative {
  position: static;
  padding-top: 0; }

@media only screen and (min-width: 768px) {
  #frameyoutube-container .ytv-relative {
    position: static;
    padding-top: 0; } }

#frameyoutube-container .ytv-video {
  margin: 0;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%; }

.location-page-wrapper-ie #frameyoutube-container .ytv-video {
  width: auto; }

@media only screen and (min-width: 768px) {
  #frameyoutube-container .ytv-video {
    width: auto; } }

#frameyoutube-container #ytv-video-playerframeyoutube0 {
  height: 100% !important; }

#frameyoutube-container .ytv-list ul {
  margin: 0;
  padding: 0; }

.section-title {
  font-size: 2.75em; }

.collection-list {
  float: none;
  margin: 0;
  padding: 0 !important;
  border: 0; }

.collection-list a {
  display: block; }

.collection-list li {
  border: 0;
  list-style: none !important;
  margin: 40px 0 0; }

.location-page-wrapper-ie .collection-list li {
  width: 47.5%;
  float: left;
  margin: 0 0 5% 5%; }

.location-page-wrapper-ie .collection-list li:nth-child(2n+1) {
  margin: 0 0 5%; }

@media only screen and (min-width: 500px) {
  .collection-list li {
    width: 47.5%;
    float: left;
    margin: 0 0 5% 5%; }
  .collection-list li:nth-child(2n+1) {
    margin: 0 0 5%; } }

.location-page-wrapper-ie .collection-list li {
  width: 18%;
  float: left;
  margin: 0 0 0 2.5%; }

.location-page-wrapper-ie .collection-list li:nth-child(2n+1) {
  margin: 0 0 0 2.5%; }

@media only screen and (min-width: 768px) {
  .collection-list li {
    width: 18%;
    float: left;
    margin: 0 0 0 2.5%; }
  .collection-list li:nth-child(2n+1) {
    margin: 0 0 0 2.5%; } }

.collection-list li:first-child {
  margin: 0; }

.collection-list h4 {
  font-size: 12px;
  margin: 10px 0 0;
  color: #fff;
  padding: 10px;
  text-align: center; }

.collection-list li h4 {
  background-color: #198bff; }

.collection-list img {
  float: none;
  width: 100%; }

.advert-row {
  margin: 0 0 5%; }

.location-page-wrapper-ie .advert-row {
  margin: 0 0 2.5%; }

@media only screen and (min-width: 768px) {
  .advert-row {
    margin: 0 0 2.5%; } }

.advert-row img {
  max-width: 100%;
  display: block;
  margin: 0 auto; }

.advert-row--two-col .advert-row--single {
  margin: 0 0 5%; }

.location-page-wrapper-ie .advert-row--two-col .advert-row--single {
  margin: 0 0 0 2.5%;
  width: 48.75%;
  float: left; }

.location-page-wrapper-ie .advert-row--two-col .advert-row--single:nth-child(odd), .location-page-wrapper-ie .advert-row--two-col .advert-row--single:first-child {
  margin: 0; }

@media only screen and (min-width: 768px) {
  .advert-row--two-col .advert-row--single {
    margin: 0 0 0 2.5%;
    width: 48.75%;
    float: left; }
  .advert-row--two-col .advert-row--single:nth-child(odd), .advert-row--two-col .advert-row--single:first-child {
    margin: 0; } }

.location-page-wrapper-ie .advert-row--two-col .advert-row--single {
  width: 47.5%; }

.testimonial-block {
  background-image: url(../img/background-blur.jpg);
  background-size: cover;
  background-position: center center;
  margin: 0 0 5%;
  display: none;
  position: relative; }

.location-page-wrapper-ie .testimonial-block {
  margin: 0 0 2.5%; }

@media only screen and (min-width: 768px) {
  .testimonial-block {
    margin: 0 0 2.5%; } }

.testimonial-block:after {
  background: url(../img/transparent-black.png);
  background: rgba(0, 0, 0, 0.75);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.testimonial-block .owl-wrapper-outer, .testimonial-block .owl-pagination, .testimonial-block .owl-prev, .testimonial-block .owl-next {
  z-index: 2; }

.testimonial-block--single {
  padding: 30px;
  border: 0;
  margin: 0;
  color: #fff; }

.location-page-wrapper-ie .testimonial-block--single {
  padding: 60px 80px 0; }

@media only screen and (min-width: 768px) {
  .testimonial-block--single {
    padding: 60px 80px 0; } }

.testimonial-block--single:before {
  content: '';
  display: block;
  width: 49px;
  height: 38px;
  background: url(../img/blockquotes.png) no-repeat bottom center; }

.testimonial-block cite {
  margin: 0 0 10px;
  display: block; }

.testimonial-block--profile {
  display: none;
  margin: 0 10px 0 0;
  border-radius: 50%;
  overflow: hidden; }

.location-page-wrapper-ie .testimonial-block--profile {
  display: inline; }

@media only screen and (min-width: 500px) {
  .testimonial-block--profile {
    display: inline; } }

.map-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.map-embed {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-height: 400px;
  overflow: hidden;
  width: 100% !important; }

.hero-section {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  float: left;
  width: 100%;
  position: relative; }

.hero-section::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  top: 0px;
  left: 0px; }

@media screen and (min-width: 768px) {
  .hero-section::before {
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); } }

@media screen and (min-height: 560px) and (min-width: 768px) {
  .hero-section {
    min-height: 460px; } }

.location-page-wrapper-ie .hero-section {
  min-height: 460px; }

.hero-section--title {
  line-height: 1;
  color: #fff;
  font-size: 64px;
  margin: 0;
  padding: 30px 0 0 115px;
  text-align: left;
  position: relative;
  text-transform: uppercase; }

.hero-section--title span {
  color: #ffd100; }

.location-page-wrapper-ie .hero-section--title {
  padding: 20px 30px 20px 270px;
  font-size: 3.75em;
  text-align: left; }

/*.hero-section--breadcrumb {
    background: url(../img/transparent-black.png);
    background: rgba(51, 51, 51, .75);
    color: #fff;
    font-size: 1em;
    margin: 0;
    padding: 0 20px 20px;
    line-height: 1em;
    font-weight: 300;
    text-align: center;
}*/
.location-page-wrapper-ie .hero-section--breadcrumb {
  display: inline-block;
  -webkit-transform: skew(-38deg);
  -ms-transform: skew(-38deg);
  transform: skew(-38deg);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  padding: 5px 50px 15px 208px;
  margin: 0 0 0 70px;
  text-align: left; }

/* @media only screen and (min-width:768px) {.hero-section--breadcrumb {display: inline-block; -webkit-transform: skew(-38deg); -ms-transform: skew(-38deg); transform: skew(-38deg); -webkit-transform-origin: 0 0; -ms-transform-origin: 0 0; transform-origin: 0 0; padding: 5px 50px 15px 239px; margin: 0 0 0 70px; text-align: left; } }*/

/* breadcrumb code start */
.hero-section--breadcrumb {
  padding: 10px 10px 10px 40px;
  font-size: 14px;
  color: #ffffff;
  position: relative; }

.breadcrumb-common ol { list-style: none; margin:0px; padding: 0px;}
.breadcrumb-common ol li{display:inline-block; padding: 0px 3px 0px 2px; color: #fff;}
.breadcrumb-common ol li a{color:#fff;}
.breadcrumb-common ol li a:hover{text-decoration:underline;}

/* breadcrumb code end */


.location-page-wrapper-ie .hero-section--breadcrumb div {
  -webkit-transform: skew(38deg);
  -ms-transform: skew(38deg);
  transform: skew(38deg);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0; }

@media only screen and (min-width: 768px) {
  .hero-section--breadcrumb div {
    -webkit-transform: skew(38deg);
    -ms-transform: skew(38deg);
    transform: skew(38deg);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0; } 
  }

.hero-section--breadcrumb a {
  color: #fff; }

.hero-section--breadcrumb a:hover {
  text-decoration: underline; }

.hero-section .searchWidget {
  position: static; }

.location-page-wrapper-ie .hero-section .searchWidget {
  position: absolute;
  bottom: 0px;
  /*margin: -178px 0 0;*/ }

@media only screen and (min-width: 768px) {

  .hero-section .searchWidget {
    position: absolute;
    bottom: 0px; } }

/*#hero-price-point {
    font-size: 2em;
    line-height: 1.25em;
    background: #fff;
    padding: 10px 20px 20px;
}*/
.location-page-wrapper-ie #hero-price-point {
  font-size: 2.5em;
  line-height: 1.25em;
  position: absolute;
  height: 100%;
  width: 264px;
  background: #f3f3f3;
  background: url(../img/hero-price-bg.png) no-repeat top left;
  top: 0;
  left: 0;
  padding: 30px 20px; }

#hero-price-point {
  color: #ffffff;
  line-height: normal;
  position: relative; }

#hero-price-point strong {
  font-weight: normal; }

#hero-price-point small {
  font-size: 10px;
  line-height: 12px;
  display: block;
  padding: 0; }

@media only screen and (min-width: 768px) {
  #hero-price-point {
    width: 295px;
    margin-left: 115px; }
  .hdingmain {
    font-size: 30px; }
  #hero-price-point strong {
    font-size: 32px; }
  .wht-bg {
    width: 85%; } }

#hero-price-point br {
  display: none; }

.location-page-wrapper-ie #hero-price-point br {
  display: block; }

@media only screen and (min-width: 768px) {
  #hero-price-point br {
    display: block; } }

/*#hero-price-point span {
    font-size: .6em;
    line-height: 1em;
    margin: 10px 0;
    display: block;
}

.location-page-wrapper-ie #hero-price-point small {
    font-size: .4em;
    line-height: 1.25em;
}*/
/*@media only screen and (min-width:768px) {
    #hero-price-point small {
    font-size: .4em;
    line-height: 1.25em;
    padding-right:30px
}
}*/
.location-page-container {
  padding-top: 5%;
  color: #333;
  clear: left; }

.location-page-wrapper-ie .location-page-container {
  padding-top: 2.5%; }

@media only screen and (min-width: 768px) {
  .location-page-container {
    padding-top: 2.5%; } }

.btn--primary {
  background: #198bff;
  color: #fff;
  border-radius: 0;
  display: block; }

.btn--primary:hover, .btn--primary:focus, .btn--primary:visited, .content-block--grid .content-block-primary.map-block .btn--primary {
  background: #0072e5;
  color: #fff; }

.btn--secondary {
  background: #308dff;
  color: #ffffff;
  border-radius: 0;
  display: block; }

.btn--secondary:hover, .btn--secondary:focus, .btn--secondary:visited {
  color: #ffffff; }

.image-grid {
  padding: 30px; }

.location-page-wrapper-ie .image-grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media only screen and (min-width: 768px) {
  .image-grid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.image-grid--single {
  min-height: 200px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin: 0 0 5%;
  position: relative;
  display: block; }

.location-page-wrapper-ie .image-grid--single {
  width: 47.5%;
  float: left;
  margin: 0 0 5% 5%; }

.location-page-wrapper-ie .image-grid--single:nth-child(2n+1) {
  margin: 0 0 5%;
  clear: left; }

@media only screen and (min-width: 500px) {
  .image-grid--single {
    width: 47.5%;
    float: left;
    margin: 0 0 5% 5%; }
  .image-grid--single:nth-child(2n+1) {
    margin: 0 0 5%;
    clear: left; } }

.location-page-wrapper-ie .image-grid--single {
  float: left;
  margin: 0 0 2.5% 2.5%;
  width: 31.66667%; }

.location-page-wrapper-ie .image-grid--single:nth-child(2n+1) {
  margin: 0 0 2.5% 2.5%;
  clear: none; }

.location-page-wrapper-ie .image-grid--single:nth-child(3n+1):nth-last-child(-n+3), .location-page-wrapper-ie .image-grid--single:nth-child(3n+1):nth-last-child(-n+3) ~ .location-page-wrapper-ie .image-grid--single {
  margin: 0 0 0 2.5%; }

.location-page-wrapper-ie .image-grid--single:nth-child(3n+1) {
  margin: 0 0 2.5%;
  clear: left; }

.location-page-wrapper-ie .image-grid--single:nth-child(3n+1):nth-last-child(-n+3) {
  margin: 0; }

@media only screen and (min-width: 768px) {
  .image-grid--single {
    float: left;
    margin: 0 0 25px 2.5%;
    width: 31.66667%; }
  .image-grid--single:nth-child(2n+1) {
    margin: 0 0 25px 2.5%;
    clear: none; }
  .image-grid--single:nth-child(3n+1):nth-last-child(-n+3), .image-grid--single:nth-child(3n+1):nth-last-child(-n+3) ~ .image-grid--single {
    margin: 0 0 0 2.5%; }
  .image-grid--single:nth-child(3n+1) {
    margin: 0 0 25px;
    clear: left; }
  .image-grid--single:nth-child(3n+1):nth-last-child(-n+3) {
    margin: 0; } }

.location-page-wrapper-ie .image-grid--single {
  width: 29.16667%; }

.image-grid--single span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: url(../img/transparent-black.png);
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 20px;
  padding: 10px; }

.location-listing--list {
  height: 500px;
  overflow: auto;
  margin: 0;
  padding: 0;
  counter-reset: location-counter; }

.location-listing--list .location-listing--item {
  list-style: none;
  padding: 20px 20px 20px 65px;
  position: relative;
  counter-increment: location-counter; }

.location-listing--list .location-listing--item:before {
  content: counter(location-counter);
  width: 29px;
  height: 42px;
  background: url(../img/icon-marker-yellow.png) no-repeat center center;
  position: absolute;
  top: 20px;
  left: 20px;
  text-align: center;
  padding: 5px 0 0;
  font-weight: 700; }

.location-listing--list .location-listing--item:after {
  content: '';
  height: 1px;
  background: #ebebeb;
  border-bottom: 1px #fff solid;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0; }

.location-listing--list .location-listing--item:nth-child(even) {
  background: #eee; }

.location-listing--list .location-listing--item h3 {
  margin: 0 0 8px; }

.location-listing--list .location-listing--item p {
  margin: 0; }

.location-page-wrapper-ie .location-listing--dual .location-listing--list {
  width: 50%;
  float: left; }

@media only screen and (min-width: 768px) {
  .location-listing--dual .location-listing--list {
    width: 50%;
    float: left; } }

.location-listing--map {
  border-top: 20px #fff solid; }

.location-page-wrapper-ie .location-listing--map {
  width: 50%;
  height: 500px;
  float: right;
  border-top: 0; }

.location-page-wrapper-ie .location-listing--map .map-embed {
  height: 100%; }

@media only screen and (min-width: 768px) {
  .location-listing--map {
    width: 50%;
    height: 500px;
    float: right;
    border-top: 0; }
  .location-listing--map .map-embed {
    height: 100%; } }

.cta-bar {
  padding: 10px 10px;
  background: #f3f3f3; }

.location-page-wrapper-ie .cta-bar {
  background: #f3f3f3 url(../img/yellow-ribbon.png) no-repeat -120px center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

@media only screen and (min-width: 1000px) {
  .cta-bar {
    background: #f3f3f3 url(../img/yellow-ribbon.png) no-repeat 0px center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; } }

.cta-bar h2 {
  padding: 0;
  white-space: nowrap;
  font-size: 1.75em;
  text-align: center;
  display: none; }

.location-page-wrapper-ie .cta-bar h2 {
  margin: 0 80px 0 0;
  display: block;
  min-width: 140px; }

@media only screen and (min-width: 1000px) {
  .cta-bar h2 {
    margin: 0 40px 0 0;
    display: block;
    min-width: 180px;
    text-align: center; } }

.cta-points {
  margin: 0;
  padding: 0;
  list-style: none; }

.location-page-wrapper-ie .cta-points {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

@media only screen and (min-width: 768px) {
  .cta-points {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; } }

.cta-points li {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 10px 0 10px 35px;
  position: relative;
  font-size: 1.25em; }

.location-page-wrapper-ie .cta-points li {
  padding: 10px 0 10px 65px; }

.cta-points li:after {
  content: '';
  position: absolute;
  left: 0;
  width: 24px;
  height: 20px;
  background: url(../img/icon-tick.png) no-repeat center center;
  top: 50%;
  margin: -10px 0 0;
  padding: 10px 0 10px 20px; }

.location-page-wrapper-ie .cta-points li:after {
  left: 30px; }

@media only screen and (min-width: 768px) {
  .cta-points li:after {
    left: 30px; } }

.cta-points li:first-child {
  /*padding: 10px 0 10px 35px;*/ }

.cta-points li:first-child:after {
  left: 0; }

.location-page-wrapper-ie .cta-bar, .location-page-wrapper-ie9 .cta-bar {
  background: #f3f3f3; }

.location-page-wrapper-ie .cta-bar h2, .location-page-wrapper-ie9 .cta-bar h2 {
  display: none; }

.location-page-wrapper-ie .cta-points li, .location-page-wrapper-ie9 .cta-points li {
  float: left;
  width: 25%; }

.icon-list {
  padding: 0; }

.location-page-wrapper-ie .icon-list {
  padding: 0 0 0 50px; }

.location-page-wrapper-ie .icon-list li {
  position: relative; }

.location-page-wrapper-ie .icon-list li:after {
  content: '';
  position: absolute;
  top: -8px;
  left: -50px;
  width: 36px;
  height: 32px; }

.location-page-wrapper-ie .icon-list--sat-nav:after {
  background: url(../img/icon_locations.png) no-repeat center center; }

.location-page-wrapper-ie .icon-list--childseat:after {
  background: url(../img/icon_babyseat.png) no-repeat center center; }

.location-page-wrapper-ie .icon-list--safe-cover:after {
  background: url(../img/icon_supercover.png) no-repeat center center; }

.location-page-wrapper-ie .icon-list--refuel-cover:after {
  background: url(../img/icon_reFuel.png) no-repeat center center; }

.location-page-wrapper-ie .icon-list--neverlost:after {
  background: url(../img/icon_neverlost.png) no-repeat center center; }

.location-page-wrapper-ie .icon-list--roadassist-cover:after {
  background: url(../img/icon_roadside.png) no-repeat center center; }

.content-block-primary--icon__neverlost:after {
  margin: -18px 0 0;
  /*background: url(../img/icon_neverlost.png) no-repeat center center;*/
  background: url(../img/managertips.png) no-repeat center center;
  width: 36px;
  height: 36px; }

@media only screen and (min-width: 500px) {
  .icon-list {
    padding: 0 0 0 50px; }
  .icon-list li {
    position: relative; }
  .icon-list li span {
    position: absolute;
    top: -6px;
    left: -50px;
    width: 37px;
    height: 37px; }
  .icon-list--sat-nav:after {
    background: url(../img/icon_locations.png) no-repeat center center; }
  .icon-list--childseat:after {
    background: url(../img/icon_babyseat.png) no-repeat center center; }
  /*
.icon-list--safe-cover:after {
    background: url(../img/icon_supercover.png) no-repeat center center;
}
.icon-list--refuel-cover:after {
    background: url(../img/icon_reFuel.png) no-repeat center center;
}
.icon-list--neverlost:after {
    background: url(../img/icon_neverlost.png) no-repeat center center;
}
.icon-list--roadassist-cover:after {
    background: url(../img/icon_roadside.png) no-repeat center center;
} */ }

/* @media only screen and (max-width: 480px) {
  .icon-list li span {
    display: none; } } */

.details-block {
  margin: 20px 0 0; }

.location-page-wrapper-ie .details-block {
  margin: 0; }

@media only screen and (min-width: 768px) {
  .details-block {
    margin: 0; } }

.details-block--single {
  padding: 0 0 0 40px;
  margin: 0 0 40px;
  clear: both; }

.details-block h3 {
  color: #198bff;
  font-size: 1.5em;
  margin: 0 0 10px;
  position: relative; }

.details-block h3:after {
  content: '';
  position: absolute;
  top: 50%;
  left: -40px;
  width: 30px;
  margin: -15px 0 0;
  height: 30px; }

.details-block--hours h3:after {
  background: url(../img/icon-clock.png) no-repeat center center; }

.details-block--address h3:after {
  background: url(../img/icon-marker-grey.png) no-repeat center center; }

.details-block--information h3:after {
  background: url(../img/icon-info-grey.png) no-repeat center center; }

.details-block--phone h3:after {
  background: url(../img/icon-phone.png) no-repeat center center; }

.location-page-wrapper-ie .details-block--details, .location-page-wrapper-ie .details-block--contact {
  width: 47.5%; }

.location-page-wrapper-ie .details-block--details {
  float: left; }

.location-page-wrapper-ie .details-block--contact {
  float: right; }

@media only screen and (min-width: 768px) {
  .details-block--details, .details-block--contact {
    width: 47.5%; }
  .details-block--details {
    float: left; }
  .details-block--contact {
    float: right; } }

.card-city {
  /* padding: 10px;*/
  background: #fff;
  /* border-bottom: 3px #e9e9e9 solid; */
  margin: 0 0 30px;
  display: block;
  text-decoration: none; }

.card-city p {
  margin: 0;
  font-size: 14px;
  padding: 5px 0;
  line-height: 1.25em;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #3f3f3f; }

.card-city p.with-icon {
  padding: 5px 0 5px 25px;
  margin: 0px 0px 10px 15px; }

.card-city .panel-title {
  color: #fff;
  font-size: 18px;
  line-height: 1.25em;
  text-transform: uppercase;
  text-align: left;
  margin: 0 20px 0 0;
  background: url(../img/transparent-black.png);
  background: rgba(0, 0, 0, 0.65);
  padding: 10px; }

.lt-ie9 .card-city .panel-title span {
  display: block;
  position: relative;
  z-index: 2; }

@media only screen and (min-width: 600px) {
  .card-city .panel-title span {
    display: block;
    position: relative;
    z-index: 2; } }

.card-city .panel-title .first-half {
  color: #ffd100; }

.card-city .article-type {
  background: #ffffff;
  color: #000000;
  font-size: 13px;
  display: inline-block;
  padding: 5px 10px;
  text-transform: uppercase; }

.icon-location {
  background: url(../img/icon-location.png) no-repeat 0 center; }

.icon-date {
  background: url(../img/icon-calendar.png) no-repeat 0 center; }

.icon-price {
  background: url(../img/icon-tag.png) no-repeat 0 center; }

.icon-hertz-location {
  background: url(../img/icon-car.png) no-repeat 0 center; }

.panel-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 200px;
  margin: 0 0 10px;
  overflow: hidden;
  position: relative; }

.panel-image--container {
  position: absolute;
  bottom: 24px; }

.lt-ie9 .panel-image img {
  display: none; }

@media only screen and (min-width: 600px) {
  .panel-image img {
    display: none; } }

.related-articles {
  padding-top: 30px; }

.location-page-wrapper-ie .related-articles {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.location-page-wrapper-ie .related-articles--single {
  float: left;
  width: 31.66667%;
  margin: 0 0 0 2.5%; }

.location-page-wrapper-ie .related-articles--single:first-child {
  margin: 0; }

@media only screen and (min-width: 768px) {
  .related-articles {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .related-articles--single {
    float: left;
    width: 31.66667%;
    margin: 0 0 0 2.5%; }
  .related-articles--single:first-child {
    margin: 0; } }

.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page, .owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

.grabbing {
  cursor: url(../img/grabbing.png) 8 8, move; }

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-pagination {
  padding: 0 0 20px;
  position: relative; }

.owl-theme .owl-controls .owl-buttons .owl-prev, .owl-theme .owl-controls .owl-buttons .owl-next {
  position: absolute;
  background: url(../img/owl-navigation-arrows.png) no-repeat;
  width: 19px;
  height: 31px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  margin: -16px 0 0;
  bottom: 20px; }

.location-page-wrapper-ie .owl-theme .owl-controls .owl-buttons .owl-prev, .location-page-wrapper-ie .owl-theme .owl-controls .owl-buttons .owl-next {
  top: 50%;
  bottom: auto; }

@media only screen and (min-width: 768px) {
  .owl-theme .owl-controls .owl-buttons .owl-prev, .owl-theme .owl-controls .owl-buttons .owl-next {
    top: 50%;
    bottom: auto; } }

.owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 30px;
  background-position: left center; }

.owl-theme .owl-controls .owl-buttons .owl-next {
  right: 30px;
  background-position: right center; }

.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center; }

.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  display: inline;
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  border-radius: 30px;
  background: #FFF;
  filter: Alpha(Opacity=50);
  opacity: .5; }

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  opacity: 1;
  text-decoration: none; }

.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  display: inline; }

.owl-theme .owl-controls .owl-page span {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  opacity: .5;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background: #FFF; }

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  opacity: 1; }

.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 30px; }

.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center; }

.owl-origin {
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease; }

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease .7s;
  animation: fadeIn .7s both ease .7s; }

.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease; }

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease; }

.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both; }

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  animation: goDown .6s ease both; }

.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both; }

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both; }

@-webkit-keyframes empty {
  0% {
    opacity: 1; } }

@keyframes empty {
  0% {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); } }

@keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
    transform: translateZ(-500px); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
    transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
    transform: translateZ(-500px) translateX(-200%); } }

@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0); } }

@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
    transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
    transform: translateZ(-500px); }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0); } }

@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8); } }

@keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8); } }

@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%); } }

@keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }

@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5); } }

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5); } }

@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5); } }

@keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5); } }

/*owl-slide-slider*/
.cta-bar {
  overflow: hidden;
  padding: 10px; }

/*.cta-bar ul { display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-align-items: center;-ms-flex-align: center;align-items: center;margin:0;
padding:0;list-style:none;overflow:hidden;}*/
.cta-bar ul {
  display: block;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden; }

.cta-bar ul li {
  display: inline-block;
  vertical-align: top;
  width: 24%;
  position: relative;
  font-size: 1.25em;
  color: #575756;
  padding: 10px 10px 10px 40px; }

.cta-bar ul li img {
  display: none; }

.cta-bar ul li::after {
  content: '';
  position: absolute;
  left: 0;
  width: 24px;
  height: 20px;
  background: url(../img/icon-tick.png) no-repeat center center;
  top: 15px;
  /*margin: -10px 0 0; 
padding: 10px 0 10px 20px;*/ }

.cta-bar ul .owl-wrapper-outer {
  padding-left: 24px; }

.cta-bar ul .owl-prev {
  background: url(../img/ng-arrows.png) no-repeat !important;
  left: 0px !important; }

.cta-bar ul .owl-next {
  background: url(../img/ng-arrows.png) no-repeat !important;
  right: 0px !important;
  background-position: -18px 0px !important; }

.cta-bar ul .owl-prev, .cta-bar ul .owl-next {
  position: absolute;
  width: 19px;
  height: 31px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  margin: -16px 0 0; }

.sitemap-block {
  position: relative;
  float: left; }

.sitemap-block > li {
  padding: 5px !important; }

.sitemap-block > li > ul {
  background: #fff;
  border: 1px solid #e9e9e9;
  margin-bottom: 10px;
  padding: 10px 15px !important;
  min-height: 80px; }

#sitemap .sitemap-block > li > ul > li > h4 {
  background-color: #ffd100;
  color: #3f3f3f;
  display: block;
  float: left;
  font-size: 25px;
  margin-top: -10px;
  padding: 5px 0px 20px;
  position: relative;
  width: 45px;
  text-align: center;
  color: #000; }

.sitemap-block > li > ul > li > h4:after {
  left: 0px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
  border-bottom: 12px solid #fff;
  bottom: 0px; }

.sitemap-block > li > ul > li > ul {
  padding-left: 60px !important; }

.sitemap-block > li > ul > li > ul > li {
  padding: 2px 0px !important; }

.sitemap-block > li > ul > li > ul > li > a {
  font-size: 14px; }

.sitemap-block > li > ul > li > ul > li > a {
  text-decoration: none;
  color: #308dff; }

.sitemap-block > li > ul > li > ul > li > a:hover {
  color: #026ff5; }

.sitemap-block > li > ul > li > ul > li > .count-head, .sitemap-block > li > ul > li > ul > li > .count-head > a {
  color: #242323; }

.sitemap-block > li > ul > li > ul > li > .count-head > a {
  text-decoration: none; }

.hero-section--breadcrumb div {
  transform: skew(0deg);
  -webkit-transform: skew(0deg);
  -moz-transform: skew(0deg);
  -ms-transform: skew(0deg);
  -o-transform: skew(0deg); }

.hero-section {
  min-height: 500px !important; }

.hero-section #Desktop_canvas_sitmap {
  position: absolute !important;
  padding: 0px;
  left: 0px;
  right: 0px; }

@media screen and (max-width: 767px) {
.icon-list.services-list{padding:0px;}
.icon-list.services-list li{position: relative; display:block;}
.icon-list.services-list li h3{padding: 0px 0px 0px 50px;}
.icon-list.services-list li span{display:block; width: 38px; height: 38px; position: absolute; top:-6px; left: 0px;}

.hdingmain, #hero-price-point strong, .hero-section--title {font-family: "RideLight"; }
  #hero-price-point {
    background: #ffffff;
    color: #000000;
    padding: 20px 10px;
    text-align: center; }
  #hero-price-point small {
    line-height: 18px; }
  .hdingmain, #hero-price-point strong {
    display: inline;
    font-size: 24px; }
  .wht-bg {
    font-size: 12px;
    line-height: 15px; }
  .searchWidget {
    background: #000000;
    padding-bottom: 25px; }
  .hero-section--title {
    font-size: 46px;
    text-align: center;
    padding: 20% 10px; }
  .hero-section--breadcrumb {
    padding: 10px;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    background: rgba(0, 0, 0, 0.5); }
  .cta-bar ul li {
    color: #3f3f3f;
    font-size: 16px; }
  .content-block-primary--inner {
    padding: 30px 20px 20px !important; }
  .content-block-primary--inner.remspc {
    padding: 0px 20px 20px !important; }
  .image-grid--single {
    margin: 0px 0 20px; }
  .card-city {
    margin: 0px 0 20px;
    background: #f3f3f3; }
  .content-block-primary {
    background: #ffffff; }
  
  .hero-section {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 40%;
  float: left;
  width: 100%;
  position: relative; }
  
  .hero-section::before {
    background: rgba(0, 0, 0, 0.5); }
  #copyright-content {
    border-bottom: 1px solid transparent; }
  .map-embed {
    /*width:calc(100% - 60px)!important;margin-left:30px;*/
    width: 100%; }
  .btn--primary {
    width: calc(100% - 60px) !important;
    margin-left: 30px; }
  .details-block {
    padding: 0 30px 0; }
  .hero-section .searchWidget {
    position: relative;
    z-index: 99; }
  /* rayeesh new code for seo page tab functionality*/
  .content-block-primary h2 {
    font-size: 22px;
    position: relative;
    cursor: pointer; }
  .content-block-primary .content-block-primary--title {
    padding: 15px 30px 15px 20px; }
  .tabData .content-block-primary--inner, .tabData .content-block-primary--footer, .tabData .location-listing--list {
    display: none; }
  .tabData.open h2 span {
    background-position: -338px -69px; }
  .tabData h2 span {
    height: 10px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin: -5px -6px 0px 0px;
    width: 13px;
    background: url("../img/carvan/sprite.png") no-repeat -338px -99px; }
  /* rayeesh new code for seo page tab functionality end code */
}

.inner-nw img {
  max-width: 350px;
  float: right;
  left: 0 !important;
  margin: 0 15px 15px !important; }

.inner-nw .ttl-img {
  display: inline;
  margin: 0;
  padding: 20px 0; }

.inner-nw .ttl-img span {
  padding-left: 10px; }

.inner-nw .ttl-img img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  max-width: inherit;
  left: inherit !important;
  margin: 0 !important;
  float: none !important; }

/*New CSS*/
.sec-block-head {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff !important;
  font-size: 1.5em;
  padding: 10px;
  margin-bottom: 0px !important;
  line-height: 1.5em; }

.collection_list {
  float: left;
  width: 100%; }

.collection_list ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center; }

.collection_list ul li {
  background: #308dff;
  max-height: 550px;
  float: none;
  overflow: hidden;
  position: relative;
  width: 20%;
  display: inline-block;
  margin: 0px -2px; }

.collection_list ul li .track {
  float: left;
  width: 100%;
  position: relative; }

.collection_list ul li .track .top_heading {
  color: #fff;
  float: left;
  font-size: 16px;
  padding: 10px 5px;
  position: relative;
  text-align: center;
  width: 100%;
  word-wrap: break-word;
  z-index: 12; }

.collection_list ul li .track img {
  float: left;
  width: 100%;
  position: relative; }

.collection_list ul li .track .top_heading a {
  color: #fff; }

.discover_more {
  bottom: 0;
  left: 0;
  position: absolute;
  font-size: 15px;
  background: #308dff;
  color: #fff !important;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  word-wrap: break-word;
  z-index: 15; }

.discover_more:hover {
  background: #fff229;
  color: #000 !important; }

.mobile_text {
  display: none; }

.desk_text {
  display: block;
  text-align: center; }

.mobile_img {
  display: none; }

.collection_list ul .col-text .slide_content {
  display: none;
  bottom: 0px;
  height: 100%;
  left: 0;
  padding: 0px 0 36px;
  position: absolute;
  width: 100%;
  z-index: 999; }

.family_collection .slide_content {
  background: rgba(133, 73, 176, 0.85); }

.fun_collection .slide_content {
  background: rgba(0, 181, 226, 0.85); }

.green_collection .slide_content {
  background: rgba(132, 189, 0, 0.85); }

.prestige_collection .slide_content {
  background: rgba(156, 158, 161, 0.85); }

.dream_collection .slide_content {
  background: rgba(0, 0, 0, 0.85); }

.collection_list ul .col-text .slide_content_inner {
  padding: 47px 0; }

.collection_list ul .col-text .slide_content .outer_img {
  display: table;
  height: 140px;
  width: 140px;
  margin: 0 auto; }

.collection_list ul .col-text .slide_content .img {
  height: 100%;
  width: 100%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  overflow: hidden; }

.collection_list ul .col-text .slide_content .img img {
  display: inline;
  width: 94%; }

.collection_list ul .col-text .slide_content .inner_heading {
  color: #ffffff;
  float: left;
  font-size: 16px;
  margin: 10px 0 0;
  padding: 0 10px;
  text-align: center;
  text-transform: capitalize;
  width: 100%; }

.collection_list ul .col-text .slide_content .inner_txt {
  line-height: 18px;
  margin: 5px 0 0;
  padding: 0 10px 32px;
  color: #fff;
  float: left;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  width: 100%;
  word-wrap: break-word; }

.collection_list ul li .track:hover .slide_content {
  display: block; }

.content-block-primary--inner iframe {
  width: 100%; }

@media all and (min-width: 768px) and (max-width: 1024px) {
  .cta-bar ul {
    display: block; }
  .cta-bar ul li {
    margin-right: 0;
    width: 24%;
    display: inline-block;
    vertical-align: top; } }

@media all and (max-width: 1024px) {
  .collection_list ul .col-text .slide_content .outer_img {
    height: 120px; }
  .collection_list ul .col-text .slide_content .inner_heading {
    margin-top: 7px; }
  .discover_more {
    padding: 7px 0;
    font-size: 14px; } }

@media all and (max-width: 992px) {
  .inner_img, .discover_more, .collection_list ul .col-text .slide_content .inner_heading, .collection_list ul .col-text .slide_content .inner_txt {
    display: none; }
  .col-text .slide_content .img_car {
    bottom: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    width: 100%; }
  .img_car > img {
    height: auto;
    width: 100%; }
  .col-text {
    height: 155px;
    overflow: hidden; } }

@media all and (max-width: 767px) {
  .desk_text, .desk_img {
    display: none; }
  .collection_list ul li {
    width: 100%;
    max-height: inherit;
    min-height: 61px;
    height: auto;
    display: block;
    margin: 0px; }
  .collection_list ul li .track .top_heading {
    float: right;
    height: 60px;
    line-height: 60px;
    padding: 0;
    width: 60%;
    background: url(../img/arrow1.png) no-repeat scroll 98% center; }
  .collection_list ul li .track .img {
    float: left;
    width: 40%; }
  .mobile_text {
    display: block;
    font-size: 23px;
    margin: 0 0 0 10px;
    text-align: left; }
  .mobile_img {
    display: block;
    float: left;
    height: 60px;
    width: 100%; }
  .collection_list ul .col-text .slide_content {
    float: left;
    position: relative;
    padding: 0 0 15px; }
  .inner_img, .collection_list ul .col-text .slide_content .inner_heading, .collection_list ul .col-text .slide_content .inner_txt {
    display: block; }
  .collection_list ul .col-text .slide_content_inner {
    padding: 20px 0; }
  .collection_list ul .col-text .slide_content .outer_img {
    height: 180px;
    width: 180px; }
  .collection_list ul .col-text .slide_content .inner_txt {
    padding: 0 10px; } }

@media all and (max-width: 400px) {
  .collection_list {
    float: none;
    margin: 0 -30px;
    width: auto; }
  .collection_list ul li .track .top_heading {
    background-position: 95% center; } }

.icon-section {
  float: left;
  width: 80%; }

.icon-blocks {
  float: left;
  width: 33%;
  margin-top: 1%; }

.icon-blocks .icon {
  display: inline-block;
  vertical-align: middle;
  width: 37%; }

.icon-blocks .icon img {
  max-width: 100%;
  height: auto; }

.icon-blocks .icon-text {
  display: inline-block;
  vertical-align: middle;
  width: 60%;
  font-size: 24px;
  line-height: 100%;
  color: #6b6a6e; }

.pos_abs {
  top: auto;
  bottom: 100%; }

.content-block-primary .scheduleBox p {
  margin: 0; }

label.returnCheck {
  display: block;
  width: auto !important;
  float: none; }

label.returnCheck input, label.returnCheck span {
  display: inline-block;
  vertical-align: middle;
  width: auto !important; }

@media all and (max-width: 1024px) {
  .collection_list ul .col-text .slide_content .outer_img {
    height: 120px; }
  .collection_list ul .col-text .slide_content .inner_heading {
    margin-top: 7px; }
  .discover_more {
    padding: 7px 0;
    font-size: 14px; } }

@media all and (max-width: 992px) {
  .collection_list ul li {
    margin: 0px -3px; }
  .collection_list ul li .track .top_heading {
    font-size: 13px;
    min-height: 62px; }
  .inner_img, .discover_more, .collection_list ul .col-text .slide_content .inner_heading, .collection_list ul .col-text .slide_content .inner_txt {
    display: block; }
  .col-text .slide_content .img_car {
    bottom: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    width: 100%; }
  .img_car > img {
    height: auto;
    width: 100%; }
  .col-text {
    height: 260px;
    overflow: hidden; }
  .icon-section {
    width: 100%; }
  .icon-blocks .icon-text {
    font-size: 22px; }
  .discover_more {
    padding: 7px 0;
    font-size: 11px; } }



@media all and (max-width: 767px) {
  .inner_img, .discover_more, .collection_list ul .col-text .slide_content .inner_heading, .collection_list ul .col-text .slide_content .inner_txt {
    display: none; }
  .desk_text, .desk_img {
    display: none; }
  .collection_list ul li .track .top_heading {
    float: right;
    height: 60px;
    line-height: 60px;
    padding: 0;
    width: 60%;
    background: url(../img/arrow.png) no-repeat scroll 98% center; }
  .collection_list ul li .track .img {
    float: left;
    width: 40%; }
  .mobile_text {
    display: block;
    font-size: 23px;
    margin: 0 0 0 10px;
    text-align: left; }
  .mobile_img {
    display: block;
    float: left;
    height: 60px;
    width: 100%; }
  .collection_list ul .col-text .slide_content {
    float: left;
    position: relative;
    padding: 0 0 15px; }
  .inner_img, .collection_list ul .col-text .slide_content .inner_heading, .collection_list ul .col-text .slide_content .inner_txt {
    display: block; }
  .collection_list ul .col-text .slide_content_inner {
    padding: 20px 0; }
  .collection_list ul .col-text .slide_content .outer_img {
    height: 180px;
    width: 180px; }
  .collection_list ul .col-text .slide_content .inner_txt {
    padding: 0 10px; }
  .cta-bar ul {
    display: block; }
  .cta-bar ul li {
    margin-right: 0;
    font-size: 1.25em;
    width: 100%; }
  .pos_abs {
    left: 9%;
    margin: 0 !important;
    bottom: 110%; }
  .searchWidget #driverage {
    margin-top: 0; }
  .searchWidget #resSubmit {
    padding: 0 !important; }
  .icon-blocks .icon-text {
    font-size: 14px; }
  .con-pad {
    padding: 10px 0 0; }
  .location-listing--map {
    padding: 0px 20px; } }

@media all and (max-width: 480px) {
  .icon-blocks {
    width: 100%; }
  .icon-blocks .icon-text {
    font-size: 22px; } }

@media all and (max-width: 400px) {
  .collection_list {
    float: none;
    margin: 0 -30px;
    width: auto; }
  .collection_list ul li .track .top_heading {
    background-position: 95% center; } }

#searchWidgetPickupDaySitemap, #searchWidgetDropoffDaySitemap {
  font-size: 12px;
  height: 28px;
  line-height: 17px;
  margin-right: 5px;
  width: 96px;
  background: url(../img/calenderIcon.png) no-repeat 98% 5px #fff;
  border-radius: 3px; }

.vanSchedsubmitBtn1 {
  display: block;
  width: auto;
  display: inline-block;
  height: auto;
  border: 0px;
  padding: 5px 25px 5px 15px;
  bottom: 0px;
  background: #2f9dce;
  background: -moz-linear-gradient(top, #2f9dce 0%, #076299 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2f9dce), color-stop(100%, #076299));
  background: -webkit-linear-gradient(top, #2f9dce 0%, #076299 100%);
  background: -o-linear-gradient(top, #2f9dce 0%, #076299 100%);
  background: -ms-linear-gradient(top, #2f9dce 0%, #076299 100%);
  background: linear-gradient(to bottom, #2f9dce 0%, #076299 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9dce', endColorstr='#076299',GradientType=0 );
  font-size: 12px;
  color: #fff;
  clear: both;
  margin-top: 6px;
  cursor: pointer;
  margin-bottom: 0px !important; }

/* css for blink  */
#loader_get_dir {
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: blinker;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  animation-name: blinker;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite; }

@-moz-keyframes blinker {
  0% {
    opacity: 1.0; }
  50% {
    opacity: 0.0; }
  100% {
    opacity: 1.0; } }

@-webkit-keyframes blinker {
  0% {
    opacity: 1.0; }
  50% {
    opacity: 0.0; }
  100% {
    opacity: 1.0; } }

@keyframes blinker {
  0% {
    opacity: 1.0; }
  50% {
    opacity: 0.0; }
  100% {
    opacity: 1.0; } }

.winLoadBox{
  visibility: hidden;
}

blockquote p, blockquote h3{
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
.hero-section--title, .card-city .panel-title{/* font-family: mulilight; */ font-family:'RideLight';font-style: normal; font-weight: normal; text-rendering: optimizeLegibility;}

.hdingmain, .btn.btn-primary, .ui-autocomplete-category, .content-block-primary--footer .btn, .content-block-primary--footer-link, #footer-container .footer-desk div > strong, .detailInfo h4, #info .info-heading h3, .card-city .article-type, .collection_list ul .col-text .slide_content .inner_heading, .collection_list ul li .track .top_heading {   /* font-family: MontserratBold; */font-family: 'Ride'; font-style: normal; font-weight: bold; text-rendering: optimizeLegibility; }


@media screen and (max-width: 767px) {
  .hdingmain, #hero-price-point strong, .hero-section--title {
    font-family: "Ride",sans-serif; font-style: normal; font-weight: normal;
  }
} 