@font-face{
  font-family:'league_gothicregular';
  src:url('/fonts/league_gothic-webfont.eot');
  src:url('/fonts/league_gothic-webfont.eot?#iefix') format('embedded-opentype'),
    url('/fonts/league_gothic-webfont.woff') format('woff'),
    url('/fonts/league_gothic-webfont.ttf') format('truetype'),
    url('/fonts/league_gothic-webfont.svg#league_gothicregular') format('svg');
  font-weight:normal;
  font-style:normal;
}

body, html {
  padding: 0;
  margin: 0;
}

body {
  background: url('/images/tuffy/bg-body.jpg');
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  padding: 0;
}

body * {
  font-family: Arial, Helvetica, sans-serif;
}

#overlay {
  background: yellow;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0.07;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.07)";
}

.wrapper {
  width: 980px;
  margin: 0px auto;
  position: relative;
}

#logo {
  width: 150px;
  position: absolute;
  margin: 0 auto;
  top: -55px;
  left: 68px;
  display: block;

}

#container {
  margin-top: 80px;
}

#sidebar {
  background: linear-gradient(rgba(0, 0, 0, 1), rgba(54, 50, 41, 0.9)) repeat scroll 0 0 rgba(0, 0, 0, 0);
  float: left;
  width: 255px;
  position: relative;
  box-shadow: -2px 0px 6px #666;
  color: #ddd;
  padding: 50px 20px 20px 20px;
}

#sidebar .tagline.custom-font {
  font-size: 24px;
  color: #eee;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  display: block;
  padding-right: 10px;
}

.custom-font {
  font-family: 'league_gothicregular',Arial,Helvetica,sans-serif !important;
}

#shop-image {
  width: 255px;
  margin-top: 20px;
}

#google-map {
  margin-top: 15px;
}

.icon {
  float: left;
  margin-right: 20px;
  position: relative;
}

.row {
  float: left;
}

.day_name {
  width: 80px;
  display: block;
  float: left;
  clear: left;
}

.social {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.social li {
  float: left;
  height: 27px;
  width: 27px;
  overflow: hidden;
  margin-right: 10px;
}

.facebook {
  background: url("/images/tuffy/sprite.png") no-repeat scroll -123px -146px rgba(0, 0, 0, 0);
}

.twitter {
  background: url("/images/tuffy/sprite.png") no-repeat scroll -165px -146px rgba(0, 0, 0, 0);
}

#phone {
  margin: 0;
  color: #ccc !important;
  text-decoration: none;
}

#phone a {
  color: #ddd;
  text-decoration: none;
  font-weight: normal;
}

.icon-row {
  padding: 12px 0;
  border-bottom: 1px solid #666;
}

#icon-house {
  top: 6px;
  margin-right: 23px;
}
#icon-phone {
  margin-right: 21px;
}
.icon-row:nth-of-type(3) {
  margin-bottom: 8px;
}

.icon-row:nth-of-type(4) {
  padding-bottom: 16px;
}

.icon-row:nth-of-type(5) {
  padding-top: 16px;
}

#icon-clock {
  margin-right: 24px;
  top: 2px;
}

.icon-row:nth-of-type(5) .icon {
  margin-right: 26px;
  top: 4px;
}

.icon-row:first-of-type {
  margin-top: 5px;
}
.icon-row:last-of-type {
  border-bottom: 0;
}

.clearer {
  clear: both;
}

header {
  background: black;
  background: rgba(54,50,41,0.95);
  background: linear-gradient(rgba(0, 0, 0, 1), rgba(54, 50, 41, 0.75)) repeat scroll 0 0 rgba(0, 0, 0, 0);
  /* box-shadow: 0 2px 12px #333; */
  height: 100px;
  margin-top: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

header nav {
  position: absolute;
  left: 320px;
  top: 38px;
  text-shadow: 2px 2px 3px #222;
}

header nav a {
  color: #ccc;
  border-image: linear-gradient(to bottom, #333, #aaa) 1 100% 1 100%;
  border-width: 0 1px 0 0;
  border-style: solid;
  font-family: 'league_gothicregular',Arial,Helvetica,sans-serif;
  float: left;
  text-decoration: none;
  margin-right: 10px;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-right: 10px;
}

header nav a:last-child {
  border-width: 0;
}

header nav a .first-word {
  font-family: 'league_gothicregular',Arial,Helvetica,sans-serif;
  font-size: 26px;
  letter-spacing: 2px;
  color: #ddd;
}

header nav a:hover, header nav a:hover .first-word, #sidebar-account-name {
  color: #dbbd22 !Important;
  text-shadow: 2px 2px 3px black;
}

#main-content {
  background: white;
  float: left;
  width: 640px;
  padding: 15px;
  padding-top: 20px;
  margin-top: 27px;
  margin-top: 20px;
  border-width: 6px 6px 6px 0;
  border-width: 0px 6px 6px 0;
  border-color: #ccc;
  border-image: url("/images/tuffy/metallic-border.png") 4 4 4 4 !important;
  border-radius: 0 11px 11px 0;
  border-style: solid;
}

#promotion {
  width: 100%;
}

#header-right {
  float: right;
  position: relative;
}

#header-right h1 {
  font-size: 15px;
  color: #dbbd22;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: normal;
  position: absolute;
  top: 27px;
  right: 0px;
  text-align: center;
}

#header-right h1 .first-letter {
  font-size: 17px;
}

#header-right h1 .first-word {
  font-size:  26px;
  letter-spacing: 2px;
  font-family: 'league_gothicregular',Arial,Helvetica,sans-serif !important;
  font-weight: normal;
}

#header-right h1 .first-word .first-letter {
  font-size: 28px;
}

#top-nav a {
  color: #aaa;
  text-decoration: none;
  position: relative;
  top: 6px;
  font-size: 10px;
  text-transform: uppercase;
  margin-right: 20px;
}

#top-nav a:last-child {
  margin-right: 0;
}

#top-nav a .first-letter {
  font-size: 12px;
}

#top-nav a:hover {
  color: #dbbd22;
}

#home-page-coupon {
  display: block;
  margin: 20px auto 0;
}

#sidebar-account-name {
  margin: 10px 0 0;
  font-weight: normal;
  font-size: 28px;
  letter-spacing: 1px;
}

#sidebar-account-name .first-letter {
  font-size: 26px;
  font-family: 'league_gothicregular',Arial,Helvetica,sans-serif !important;
}
#wide-footer {
  background: rgb(54,50,41);
  background: rgba(54,50,41, 0.85);
  background: linear-gradient(rgba(54,50,41, 0.85) 0%, rgba(12,10,8, 0.9) 5%, rgba(0,0,0, 0.9) 100%);
  position: relative;
  padding-top: 0px;
  padding-bottom: 20px;
  color: #ccc;
  box-shadow: 0px 0px 7px #666;
  font-size: 16px;
  margin-top: 40px;
  width: 100%;
}

#wide-footer h3 {
  font: 23px/25px 'league_gothicregular', Arial, Helvetica, sans-serif;
  color: #DBBD22;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

#wide-footer h3 .first-letter {
  font: 25px 'league_gothicregular', Arial, Helvetica, sans-serif;
}

#wide-footer a {
  color: #ccc;
  font-size: 16px;
  display: block;
  padding: 4px 0;
}

#wide-footer a {
  text-transform: none;
  text-decoration: none;
}

#wide-footer a .first-letter {
  font-size: 18px;
}

#wide-footer a:hover {
  color: #DBBD22;
}

#wide-footer .footer-column {
  float: left;
  padding: 1%;
  width: 31%;
}

#wide-footer .footer-column:first-child {
  width: 32%;
}
#wide-footer .footer-column:nth-child(2) {
  padding-left: 10%;
  width: 23%;
}

#wide-footer .footer-column:nth-child(3) {
  padding-left: 8%;
  width: 23%;
}

#wide-footer .wrapper {
  position: relative;
  left: 30px;
}

.home-page-coupon {
  float: left;
  width: 48.5%;
  margin-top: 20px;
}

.home-page-coupon.first {
  margin-right: 3%;
}

.footer-img-link {
  margin-right: 20px;
}

#intro_text {
  background: #eee;
  padding: 0 20px;
  margin: 10px 25px;
  border: 1px solid #999;
  color: #333;
  padding-top: 10px;
}

#intro_text p:first-child {
  margin-top: 0;
}

#subpage-main.form-page {
  padding: 20px 25px;
}

#subpage-main-centered {
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  width: 100%;
  padding-left: 20px;
}

#subpage-footer {
  display: none;
}

#subpage-main-centered form label em {
  display: block;
  float: right;
  padding: 0 0 0 3px;
  position: relative;
  left: 0;
}
#subpage-main-centered form label {
  width: 120px;
  position: relative;
  margin-bottom: 10px;
  top: 0px;
  padding-right: 10px;
  text-align: right;
}
#subpage-main-centered form input[type="text"] {
  width: 150px;
}

.subpage-column {
  float: left;
}
.subpage-column:not(.last) {
  margin-right: 20px;
}

.subpage-column {
  max-width: 45%;
}

#subpage-main-content * {
  background: transparent !important;
}

#subpage-main-content {
  background: transparent !important;
}

#subpage-main-content, #subpage-main-content2 {
  padding: 25px;
}

.current-special {
  margin-bottom: 25px;
  width: 450px;
  margin-left: 30px;
}

.current-special img {
  max-width: 100%;
}

.current-special a.current-special-button {
  background: black;
  display: block;
  color: white;
  float: right;
  padding: 4px 8px;
  text-decoration: none;
}

.current-special a.current-special-button:hover {
  background: #333;
}

#print-address-hours td:last-child {
  font-weight: bold;
}
#print-address-hours td {
  vertical-align: top;
}

.address-account-name {
  font-family: 'league_gothicregular',Arial,Helvetica,sans-serif !important;
  font-size: 24px;
  letter-spacing: 1px;
}
.address-phone {
  font-weight: bold;
  font-size: 18px;
}

#subpage-main-left {
  background: transparent !important;
}

#subpage-main-left * {
  background: transparent !important;
}

.subpage_img {
  max-width: 270px;
}

#main-content-container {
  min-height: 750px;
}

.social-media-icon {
  width: 25px !important;
  height: 25px !important;
  margin-top: 0 !important;
}

#facebox p {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZGYwMCIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAlIiBzdG9wLWNvbG9yPSIjZmJkYzAzIiBzdG9wLW9wYWNpdHk9IjAuOCIvPgogICAgPHN0b3Agb2Zmc2V0PSIzMiUiIHN0b3AtY29sb3I9IiNlZGQwMGUiIHN0b3Atb3BhY2l0eT0iMC43OSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3NyUiIHN0b3AtY29sb3I9IiNjOWIwMmEiIHN0b3Atb3BhY2l0eT0iMC43NyIvPgogICAgPHN0b3Agb2Zmc2V0PSI5MCUiIHN0b3AtY29sb3I9IiNjMWE5MzAiIHN0b3Atb3BhY2l0eT0iMC43NiIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYmRhNjMyIiBzdG9wLW9wYWNpdHk9IjAuNzYiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top,  rgba(255,223,0,0.8) 0%, rgba(251,220,3,0.8) 10%, rgba(237,208,14,0.79) 32%, rgba(201,176,42,0.77) 77%, rgba(193,169,48,0.76) 90%, rgba(189,166,50,0.76) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,223,0,0.8)), color-stop(10%,rgba(251,220,3,0.8)), color-stop(32%,rgba(237,208,14,0.79)), color-stop(77%,rgba(201,176,42,0.77)), color-stop(90%,rgba(193,169,48,0.76)), color-stop(100%,rgba(189,166,50,0.76)));
	background: -webkit-linear-gradient(top,  rgba(255,223,0,0.8) 0%,rgba(251,220,3,0.8) 10%,rgba(237,208,14,0.79) 32%,rgba(201,176,42,0.77) 77%,rgba(193,169,48,0.76) 90%,rgba(189,166,50,0.76) 100%);
	background: -o-linear-gradient(top,  rgba(255,223,0,0.8) 0%,rgba(251,220,3,0.8) 10%,rgba(237,208,14,0.79) 32%,rgba(201,176,42,0.77) 77%,rgba(193,169,48,0.76) 90%,rgba(189,166,50,0.76) 100%);
	background: -ms-linear-gradient(top,  rgba(255,223,0,0.8) 0%,rgba(251,220,3,0.8) 10%,rgba(237,208,14,0.79) 32%,rgba(201,176,42,0.77) 77%,rgba(193,169,48,0.76) 90%,rgba(189,166,50,0.76) 100%);
	background: linear-gradient(to bottom,  rgba(255,223,0,0.8) 0%,rgba(251,220,3,0.8) 10%,rgba(237,208,14,0.79) 32%,rgba(201,176,42,0.77) 77%,rgba(193,169,48,0.76) 90%,rgba(189,166,50,0.76) 100%);
}

.find-location-header {
  background: rgb(92, 125, 179);
  background: linear-gradient(rgb(113, 158, 206), rgb(69, 101, 147)) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.brands-index-page #subpage-main-left img {
  max-width: 290px !important;
  height: auto !important;
}

#header-home-link {
  width: 22px;
  height: 22px;
  background: url(/images/tuffy/white-house.png);
}

#header-home-link:hover {
  background: url(/images/tuffy/yellow-house.png);
}

#home-page-links a {
  display: inline;
}

.brands-index-page #subpage-main-right {
  padding: 10px 0 !important;
}

.payment-method-icon, .social-media-icon {
  margin-bottom: 8px;
}

#google_review {
  margin-top: 0px;
  margin-left: 15px;
  margin-bottom: 8px;
}

.payment-method-wrapper {
  position: relative;
}

.payment-method-wrapper .pm-lg {
  width: 2rem;
}

.payment-method-wrapper .payment-method-large {
  position: absolute;
  top: -50px;
  left: 40px;
  display: none;
  z-index: 99;
}

.payment-method-wrapper:hover .payment-method-large {
  display: block;
}
