* {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  font-family: 'Roboto', Arial, sans-serif; }

ol, ul {
  list-style: none; }

.clear {
  clear: both;
  height: 0px;
  margin: 0; }

header, nav, article, section, footer, img {
  display: block; }

.clear-it:after {
  content: "";
  display: block;
  clear: both; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 700;
  line-height: 115%; }

h1 {
  font-size: 32px;
  margin-bottom: 16px; }

h2 {
  font-size: 28px;
  margin-bottom: 14px; }

h3 {
  font-size: 26px;
  margin-bottom: 12px; }

h4 {
  font-size: 24px;
  margin-bottom: 10px; }

h5 {
  font-size: 20px;
  margin-bottom: 7px; }

h6 {
  font-size: 18px;
  margin-bottom: 5px; }

p {
  margin-bottom: 18px; }

.maroon {
  color: #a30728; }

.dk-maroon {
  color: #8A0622; }

.lt-gray {
  color: #efefef; }

.dk-gray {
  color: #333; }

.black {
  color: #000; }

.white {
  color: #fff; }

.caps {
  text-transform: uppercase; }
.subheading{
	font-size: 18px;
}
.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

a, a:hover {
  text-decoration: none;
  color: inherit;
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -ms-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all; }
  a.maroon-btn, a:hover.maroon-btn {
    background: #a30728;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 12px;
    display: block;
    max-width: 400px;
    text-align: center; }
    a.maroon-btn:hover, a:hover.maroon-btn:hover {
      background: #8A0622; }
  a.blk-btn, a:hover.blk-btn {
    background: #000;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 12px;
    display: block;
    max-width: 400px;
    text-align: center; }
    a.blk-btn:hover, a:hover.blk-btn:hover {
      background: #333; }

ul.list {
  list-style: disc;
  margin: 0 0 14px 14px; }
  ul.list li {
    list-style: disc;
    margin-left: 14px; }

body {
  font-family: 'Roboto', Arial, sans-serif;
  background: #000;
  font-size: 18px;
  line-height: normal;
  font-weight: 400;
  color: #000;
  -webkit-text-size-adjust: none; }

.wrap {
  width: 92%;
  margin: 0 auto;
  max-width: 1230px; }

.sm-wrap {
  width: 92%;
  margin: 0 auto;
  max-width: 960px; }

.no-margin {
  margin: 0 !important; }

.full-img img {
  width: 100%;
  height: auto;
  margin-bottom: 20px; }

.column1, .column2, .column3, .column4, .column5, .column6, .column7, .column8, .column9, .column10, .column11, .column12 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left; }

.column1 {
  width: 8.33333%; }

.column2 {
  width: 16.66666%; }

.column3 {
  width: 25%; }

.column4 {
  width: 33.33333%; }

.column5 {
  width: 41.66666%; }

.column6 {
  width: 50%; }

.column7 {
  width: 58.33333%; }

.column8 {
  width: 66.66666%; }

.column9 {
  width: 75%; }

.column10 {
  width: 83.33333%; }

.column11 {
  width: 91.66666%; }

.column12 {
  width: 100%; }

.col-pad-lt {
  padding: 0 0 0 2%; }

.col-pad-rt {
  padding: 0 2% 0 0; }

.col-pad-center {
  padding: 0 1%; }

/** header/nav styles **/
header {
  width: 100%;
  padding: 25px 0;
  background: #fff; }

.logo {
  width: 35%;
  position: relative;
  float: left;
  margin-right: 2%; }
  .logo img {
    width: 100%;
    height: auto;
    max-width: 218px; }

.rt-head {
  width: 63%;
  float: left;
  text-align: right; }
  .rt-head .loc-block {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    border-right: 1px #000 solid;
    padding: 0 2%; }
    .rt-head .loc-block:last-of-type {
      text-align: left !important;
      border-right: none; }

nav.clear-it {
  width: 100%;
  background: #a30728; }
  nav.clear-it ul {
    width: 100%;
    margin: 0 auto;
    text-align: center; }
  nav.clear-it li {
    display: inline-block;
    position: relative; }
    nav.clear-it li:hover > ul {
      display: block;
      z-index: 99999; }
  nav.clear-it a:link, nav.clear-it a:active, nav.clear-it a:visited {
    color: #fff;
    font-weight: 700;
    display: block;
    line-height: 50px;
    font-size: 18px;
    padding: 0 9px;
    text-transform: uppercase; }
    nav.clear-it a:link:hover, nav.clear-it a:active:hover, nav.clear-it a:visited:hover {
      background: #8A0622; }

nav.clear-it ul ul {
  display: none;
  position: absolute;
  z-index: 99999;
  top: 50px;
  left: 0;
  width: 240px;
  background: #a30728;
  text-align: left; }
  nav.clear-it ul ul ul {
    position: absolute;
    left: 100%;
    top: 0; }
  nav.clear-it ul ul li {
    float: none;
    position: relative;
    display: block; }
    nav.clear-it ul ul li a:link, nav.clear-it ul ul li a:active, nav.clear-it ul ul li a:visited {
      font-size: 14px;
      line-height: 16px;
      padding: 10px;
      border-bottom: 1px solid #fff;
      color: #fff; }
      nav.clear-it ul ul li a:link:hover, nav.clear-it ul ul li a:active:hover, nav.clear-it ul ul li a:visited:hover {
        background: #8A0622;
        color: #fff; }

#mobile-nav {
  display: none;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 9999;
  width: 260px;
  overflow-x: none;
  overflow-y: auto;
  font-size: 16px;
  background: #a30728;
  color: #fff;
  margin: 0 !important;
  -webkit-box-shadow: 2px 0px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 2px 0px 3px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 2px 0px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 0px 3px rgba(0, 0, 0, 0.4); }
  #mobile-nav .close-nav {
    width: 100%;
    display: block;
    text-align: right;
    line-height: 50px;
    height: 50px;
    border-bottom: 1px #fff solid;
    cursor: pointer; }
    #mobile-nav .close-nav i {
      font-size: 24px;
      margin-right: 15px; }
  #mobile-nav ul {
    clear: both;
    display: block;
    padding: 0; }
    #mobile-nav ul li {
      display: block;
      margin: 0;
      line-height: 40px;
      position: relative;
      border-bottom: 1px solid #fff; }
      #mobile-nav ul li a, #mobile-nav ul li span {
        padding: 0 15px;
        display: block;
        font-weight: 700;
        text-decoration: none;
        color: #fff; }
        #mobile-nav ul li a:hover, #mobile-nav ul li span:hover {
          background: #8A0622;
          color: #fff; }
      #mobile-nav ul li.expandable .end {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        display: block;
        text-align: center; }
        #mobile-nav ul li.expandable .end.rotate {
          -webkit-transform: rotate(90deg);
          -moz-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
    #mobile-nav ul ul {
      border-bottom: none;
      margin: 0;
      background: #8A0622; }
      #mobile-nav ul ul.collapsed {
        display: none; }
      #mobile-nav ul ul.expanded {
        display: block !important; 
border-top: solid 1px #fff;}
      #mobile-nav ul ul.expanded ul{
        
		text-indent: 10px;}
      #mobile-nav ul ul li {
        line-height: 40px;
        font-size: 14px; }
        #mobile-nav ul ul li:last-child {
          border-bottom: none; }
        #mobile-nav ul ul li a, #mobile-nav ul ul li span {
          color: #fff;
          padding-left: 30px; }
          #mobile-nav ul ul li a:hover, #mobile-nav ul ul li span:hover {
            background: #000; }

/** content styles **/
.slide-contain {
  width: 100%;
  display: block;
  position: relative; }
  .slide-contain .cycle-slideshow {
    width: 100%;
    height: auto;
    display: block;
    z-index: 1;
    overflow: hidden; }
    .slide-contain .cycle-slideshow img {
      width: 100%;
      height: auto;
      top: 0;
      left: 0; }
  .slide-contain .slide-caption {
    position: absolute;
    z-index: 3;
    text-align: right;
    width: 100%;
    height: auto;
    left: 0;
    bottom: 10%;
    font-size: 44px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.8); }
    .slide-contain .slide-caption span {
      width: 65%;
      display: inline-block; }

article {
  width: 100%;
  background: #efefef url("../siteart/pattern.jpg") repeat;
  padding: 60px 0; }

.brands {
  width: 100%;
  display: block;
  background: #333 url("../siteart/brushed-pattern.jpg") repeat;
  padding: 0;
  border-top: 1px #000 solid; }
  .brands .tab-header {
    background: #000;
    width: 100%;
    text-align: center;
    padding: 15px 0;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px; }
  .brands .manu-logos {
    width: 100%;
    padding: 25px 0; }
    .brands .manu-logos a {
      width: 20%;
      float: left; }
      .brands .manu-logos a img {
        width: 90%;
        height: auto;
        max-width: 230px; }

.part-lists div:nth-of-type(3n + 1) {
  clear: left; }

.loc-map iframe {
  width: 100%;
  height: 350px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px #333 solid; }

.manu-logos {
  width: 100%; }
  .manu-logos a {
    width: 20%;
    float: left; }
    .manu-logos a img {
      width: 90%;
      height: auto;
      max-width: 230px; }

#hl-container {
  width: 100%;
  height: 550px;
  background: #E0E0E0;
  margin: 0 0 25px 0; }

#gal-thumbs {
  width: 100%;
  display: block; }

.chocolat-image img {
  width: 18%;
  height: auto;
  margin: 0 2% 10px 0;
  float: left; }

.rate-table {
  width: 100%;
  display: block;
  margin-bottom: 25px; }
  .rate-table .row.rate-head {
    font-weight: 700; }
  .rate-table .row:nth-of-type(even) {
    background: #ddd; }
  .rate-table .row:after {
    content: "";
    clear: both;
    display: block; }
  .rate-table .row .item, .rate-table .row .monthly, .rate-table .row .weekly, .rate-table .row .daily {
    width: 25%;
    float: left;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }

/** footer styles **/
.foot {
  width: 100%;
  display: block;
  background: #a30728;
  color: #fff;
  font-size: 16px;
  padding: 35px 0; }
  .foot .foot-nav {
    list-style: none;
    margin-bottom: 0;
    line-height: 150%; }
    .foot .foot-nav li {
      list-style: none;
      margin: 0; }
  .foot .soc-media {
    font-size: 32px; }
    .foot .soc-media a {
      margin-right: 5px; }

footer {
  width: 100%;
  padding: 20px 0; }
  footer .copyright, footer .hosted {
    color: #fff;
    font-size: 12px; }
  footer .hosted {
    text-align: right; }

::placeholder {
  color: #666;
  opacity: 1; }

:-ms-input-placeholder, ::-ms-input-placeholder {
  color: #666; }

#formpage label {
  display: block;
  margin-bottom: 3px; }
  #formpage label i {
    color: #a30728;
    font-size: 12px;
    line-height: 22px;
    float: right; }
#formpage input {
  width: calc(100% - 12px);
  padding: 6px 5px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 1px solid #efefef;
  color: #000;
  font-size: 16px;
  margin-bottom: 15px;
  background: #fff; }
  #formpage input:focus {
    background: #efefef;
    color: #333;
    border-color: #a30728;
    outline-style: none; }
  #formpage input .checkbox {
    padding: 0;
    border: 0;
    margin: 0 5px 0 0;
    width: 13px;
    height: 13px;
    display: inline;
    background-color: #fff; }
  #formpage input.radio {
    padding: 0;
    border: 0;
    margin: 0 5px 0 0;
    width: 15px;
    height: 15px;
    display: inline; }
  #formpage input.radio:focus, #formpage input.checkbox:focus {
    background: none;
    border: 0;
    outline-style: none; }
  #formpage input.button, #formpage input.button:focus {
    width: 100%;
    margin: 0;
    padding: 12px 0;
    background: #a30728;
    border: none;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    -webkit-appearance: none;
    cursor: pointer; }
  #formpage input.button:hover {
    background: #8A0622;
    color: #fff; }
#formpage textarea {
  width: calc(100% - 12px);
  padding: 6px 5px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 1px solid #efefef;
  color: #000;
  font-size: 16px;
  height: 120px;
  margin-bottom: 15px;
  background: #fff; }
  #formpage textarea:focus {
    background: #efefef;
    color: #333;
    border-color: #a30728;
    outline-style: none; }
#formpage select {
  width: calc(100% - 2px);
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border: 1px solid #efefef;
  color: #000;
  vertical-align: middle;
  font-size: 16px;
  line-height: normal;
  padding: 5px;
  margin-bottom: 15px;
  background: #fff; }
  #formpage select:focus {
    background: #efefef;
    color: #333;
    border-color: #a30728;
    outline-style: none; }

/*control the Captcha */
.CaptchaPanel {
  margin: 0 0 0 0 !important;
  padding: 0 0 0 0 !important;
  text-align: center;
  line-height: normal !important; }

.CaptchaImagePanel {
  margin: 0 0 0 0;
  padding: 0 0 0 0; }
  .CaptchaImagePanel img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    max-width: 160px; }

.CaptchaMessagePanel {
  padding: 0 0 0 0 !important;
  margin: 0 0 0 0 !important;
  font-weight: normal !important;
  font-size: 12px;
  line-height: 14px; }

.CaptchaAnswerPanel {
  margin: 0 0 0 0;
  padding: 2px 0px 2px 0px !important; }

.CaptchaWhatsThisPanel {
  line-height: 0;
  margin: 0 0 7px 0;
  padding: 8px 0 8px 0 !important; }
  .CaptchaWhatsThisPanel a {
    color: #000; }
    .CaptchaWhatsThisPanel a:hover {
      text-decoration: none; }

.show-1024, .show-tablet, .show-640, .show-480 {
  display: none; }

@media screen and (max-width: 1220px) {
  nav a:link, nav a:active, nav a:visited {
    font-size: 15px;
    padding: 0 7px; }

  .slide-contain .slide-caption {
    font-size: 36px; } }
@media screen and (min-width: 1025px) {
  #mobile-nav {
    display: none !important; } }
@media screen and (max-width: 1024px) {
  .show-1024 {
    display: block; }

  .hide-1024 {
    display: none; }

  .column1-ht {
    width: 8.33333%; }

  .column2-ht {
    width: 16.66666%; }

  .column3-ht {
    width: 25%; }

  .column4-ht {
    width: 33.33333%; }

  .column5-ht {
    width: 41.66666%; }

  .column6-ht {
    width: 50%; }

  .column7-ht {
    width: 58.33333%; }

  .column8-ht {
    width: 66.66666%; }

  .column9-ht {
    width: 75%; }

  .column10-ht {
    width: 83.33333%; }

  .column11-ht {
    width: 91.66666%; }

  .column12-ht {
    width: 100%; }

  .col-pad-lt-ht {
    padding: 0 0 0 2%; }

  .col-pad-rt-ht {
    padding: 0 2% 0 0; }

  .col-pad-center-ht {
    padding: 0 1%; }

  .col-pad-clear-ht {
    padding: 0; }

  body {
    font-size: 16px; }

  p {
    margin-bottom: 16px; }

  h1 {
    font-size: 30px;
    margin-bottom: 14px; }

  h2 {
    font-size: 26px;
    margin-bottom: 12px; }

  h3 {
    font-size: 24px;
    margin-bottom: 10px; }

  h4 {
    font-size: 22px; }

  h5 {
    font-size: 18px; }

  h6 {
    font-size: 16px; }

  #simple-menu {
    height: 36px;
    line-height: 36px;
    width: 80px;
    text-align: center;
    display: block;
    cursor: pointer;
    margin: 0 auto;
    color: #fff;
    font-size: 18px;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase; }

  article {
    padding: 45px 0; }

  #hl-container {
    height: 400px; }

  .chocolat-image img {
    width: 23%; } }
@media screen and (max-width: 768px) {
  .show-tablet {
    display: block; }

  .hide-tablet {
    display: none; }

  .column1-vt {
    width: 8.33333%; }

  .column2-vt {
    width: 16.66666%; }

  .column3-vt {
    width: 25%; }

  .column4-vt {
    width: 33.33333%; }

  .column5-vt {
    width: 41.66666%; }

  .column6-vt {
    width: 50%; }

  .column7-vt {
    width: 58.33333%; }

  .column8-vt {
    width: 66.66666%; }

  .column9-vt {
    width: 75%; }

  .column10-vt {
    width: 83.33333%; }

  .column11-vt {
    width: 91.66666%; }

  .column12-vt {
    width: 100%; }

  .col-pad-lt-vt {
    padding: 0 0 0 2%; }

  .col-pad-rt-vt {
    padding: 0 2% 0 0; }

  .col-pad-center-vt {
    padding: 0 1%; }

  .col-pad-clear-vt {
    padding: 0; }

  .slide-contain .slide-caption {
    font-size: 32px; }
    .slide-contain .slide-caption span {
      width: 90%; }

  .part-lists div:nth-of-type(3n + 1) {
    clear: none; }
  .part-lists div:nth-of-type(odd) {
    clear: left; }

  .loc-map iframe {
    height: 300px; }

  #hl-container {
    height: 325px; }

  .chocolat-image img {
    width: 31.33333%; }

  .foot {
    font-size: 14px; }
    .foot .soc-media {
      font-size: 28px; } }
@media screen and (max-width: 640px) {
  .show-640 {
    display: block; }

  .hide-640 {
    display: none !important; }

  .column1-hp {
    width: 8.33333%; }

  .column2-hp {
    width: 16.66666%; }

  .column3-hp {
    width: 25%; }

  .column4-hp {
    width: 33.33333%; }

  .column5-hp {
    width: 41.66666%; }

  .column6-hp {
    width: 50%; }

  .column7-hp {
    width: 58.33333%; }

  .column8-hp {
    width: 66.66666%; }

  .column9-hp {
    width: 75%; }

  .column10-hp {
    width: 83.33333%; }

  .column11-hp {
    width: 91.66666%; }

  .column12-hp {
    width: 100%; }

  .col-pad-lt-hp {
    padding: 0 0 0 2%; }

  .col-pad-rt-hp {
    padding: 0 2% 0 0; }

  .col-pad-center-hp {
    padding: 0 1%; }

  .col-pad-clear-hp {
    padding: 0; }

  body {
    font-size: 14px; }

  p {
    margin-bottom: 14px; }

  h1 {
    font-size: 28px; }

  h2 {
    font-size: 24px; }

  h3 {
    font-size: 22px; }

  h4 {
    font-size: 20px; }

  h5 {
    font-size: 16px; }

  h6 {
    font-size: 14px; }

  header {
    padding: 15px 0; }

  .rt-head .loc-block {
    font-size: 13px; }

  .slide-contain:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 2; }
  .slide-contain .slide-caption {
    text-align: center;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%); }
    .slide-contain .slide-caption span {
      width: 100%; }

  article {
    padding: 25px 0; }

  .brands .tab-header {
    padding: 10px 0; }
  .brands .manu-logos {
    padding: 15px 0 0 0; }
    .brands .manu-logos a {
      width: 33.33333%;
      margin-bottom: 15px; }

  .manu-logos a {
    width: 33.33333%;
    margin-bottom: 15px; }

  #hl-container {
    height: 250px; }

  .rate-table {
    overflow-x: scroll; }
    .rate-table .row {
      min-width: 700px; }

  .foot {
    padding: 25px 0;
    text-align: center; }
    .foot .foot-nav {
      margin-bottom: 15px; }
    .foot .soc-media {
      font-size: 24px; }

  footer {
    padding: 20px 0;
    font-size: 14px; }
    footer .foot-logo img {
      margin: 0;
      float: right; }
    footer .copyright, footer .hosted, footer .hosted {
      font-size: 10px;
      text-align: center; }

  #formpage label {
    display: block;
    margin-bottom: 3px; }
  #formpage input {
    font-size: 14px; }
    #formpage input.button, #formpage input.button:focus {
      font-size: 16px;
      line-height: 16px; }
  #formpage textarea {
    font-size: 14px; }
  #formpage select {
    font-size: 14px; } }
@media screen and (max-width: 480px) {
  .show-480 {
    display: block; }

  .hide-480 {
    display: none; }

  .column1-vp {
    width: 8.33333%; }

  .column2-vp {
    width: 16.66666%; }

  .column3-vp {
    width: 25%; }

  .column4-vp {
    width: 33.33333%; }

  .column5-vp {
    width: 41.66666%; }

  .column6-vp {
    width: 50%; }

  .column7-vp {
    width: 58.33333%; }

  .column8-vp {
    width: 66.66666%; }

  .column9-vp {
    width: 75%; }

  .column10-vp {
    width: 83.33333%; }

  .column11-vp {
    width: 91.66666%; }

  .column12-vp {
    width: 100%; }

  .col-pad-lt-vp {
    padding: 0 0 0 2%; }

  .col-pad-rt-vp {
    padding: 0 2% 0 0; }

  .col-pad-center-vp {
    padding: 0 1%; }

  .col-pad-clear-vp {
    padding: 0; }

  .logo {
    width: 100%;
    margin-right: 0; }
    .logo img {
      max-width: 135px;
      margin: 0 auto 12px auto; }

  .rt-head {
    width: 100%;
    text-align: center; }
    .rt-head .loc-block {
      width: 46%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      text-align: right; }

  .slide-contain .slide-caption {
    font-size: 24px; }

  .chocolat-image img {
    width: 48%; }

  .rent-boxes .column4:nth-of-type(3n + 1) {
    clear: none; }
  .rent-boxes .column4:nth-of-type(odd) {
    clear: left; }

  footer .foot-logo img {
    max-width: 125px; } }
@media screen and (max-width: 375px) {
  .brands .manu-logos a {
    width: 50%; }

  .manu-logos a {
    width: 50%; } }
