/*-------------------------------------
00 ------------------------------ Reset
-------------------------------------*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none}[hidden]{display:none}html{font-size:100%;overflow-y:scroll;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}h1,h2,h3,h4,h5,h6{font-weight:400}a{color:#00f}a:focus{outline:thin dotted}li{list-style:none}abbr[title]{border-bottom:0}b,strong{font-weight:700}i,em,dfn{font-style:italic}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}ins{background:#ff9;color:#000;text-decoration:none}mark{background:#ff0;color:#000;font-style:italic;font-weight:700}pre,code,kbd,samp{font-family:monospace,monospace;_font-family:'courier new',monospace}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:before,q:after{content:"";content:none}small{font-size:85%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0;-ms-interpolation-mode:bicubic;vertical-align:middle}label{cursor:pointer}input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal;*overflow:visible}button,input[type=button],input[type=reset],input[type=submit]{cursor:pointer;-webkit-appearance:button}input[type=checkbox],input[type=radio]{box-sizing:border-box}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top;resize:vertical}table{border-collapse:collapse;border-spacing:0}td{vertical-align:top}html{-ms-overflow-style:scrollbar;}


/*-------------------------------------
01 --------------------- Responsive Grid
-------------------------------------*/
.container {width: 100%; margin: 0px auto;}
.row {max-width: 1000px; width: 100%; margin: 0px auto;}
img {max-width: 100%;}
.one, .two, .three, .four, 
.five, .six, .seven, .eight, 
.nine, .ten, .eleven, .twelve {
	margin-right: 2%;
	float: left;
}
.one {width: 6.5%;}
.two {width: 15%;}
.three {width: 23.5%;}
.four {width: 32%;}
.five {width: 40.5%}
.six {width: 49%;}
.seven {width: 57.5%;}
.eight {width: 66%;}
.nine {width: 74.5%;}
.ten {width: 83%;}
.eleven {width: 91.5%;}
.twelve {margin-right: 0px; width: 100%;}
.last {margin-right: 0px;}

.content-wrap {
  padding: 20px;
}

/*-------------------------------------
02 ---------------------------- General
-------------------------------------*/
body {
  background: #888 url(../images/bg.jpg) no-repeat;
  background-position: center top;
  overflow-x: hidden;
  background-attachment: fixed;
}

i,
em {
	font-style: italic;	
}

b,
strong {
	font-weight: bold;	
}

.clear {
	position: relative;
	display: block;
	clear: both;	
}

.sprite {
	position: relative;
	display: block;
	background: url(../images/sprite.png) no-repeat;
}

a {
  color: #069947;
  text-decoration: none;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
 
a.phone_number {
  cursor: text;
  color: inherit;
}

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

/*-------------------------------------
03 ----------------------------- Header
-------------------------------------*/
#header {
  height: 120px;
  margin-bottom: -16px;
  position: relative;
  margin-top: 10px;
  z-index: 1000;
  background: url('../images/bg-nav.png') repeat-x;
  background-position: center 27px;
}

#main-logo {
  display: block;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  margin-left: -86px;
}

#header nav {
  padding-top: 48px;
}

#header .row {
  position: relative;
}

#main-nav-left {
  float: left;
}

#main-nav-right {
  float: right;
}

.menu-item {
  display: inline-block;
  margin: 0 40px;
}

.menu-item:hover > a {
  color: #069947;
}

.menu-item a {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  font-family: 'oswaldbook';
}

#mobile-header {
  display: none;
  text-align: center;
}

#mobile-logo {
  margin: 10px 0;
  /* max-width: 80%; */
}

#mobile-menu {
  padding: 5px 0;
  background: #000;
}

#mobile-menu .menu-item {
  margin: 0 36px;
}

#mobile-menu .menu-item a {
  color: #fff;
  font-size: 24px;
}

/*-------------------------------------
04 -------------------------- Home Page
-------------------------------------*/
#home-hero {
  height: 360px;
  position: relative;
  font-family: latobold;
  font-size: 20px;
  line-height: 40px;
  background-image: url('../images/hero-home.jpg');
  background-position: top center;
  background-repeat: no-repeat;
}

#home-hero ul {
  clear: both;
  float: right;
  margin: 40px 20px;
}

#home-hero ul li {
  list-style: disc;
}

#mobile-hero {
  display: none;
  padding: 20px 0;
  position: relative;
  font-family: latobold;
  font-size: 32px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-image: url('../images/hero-home-mobile.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  border-bottom: 2px solid #069947;
  text-shadow: 0px 4px 9px rgba(0, 0, 0, 0.8);
}

#mobile-hero li {
  padding: 5px 0;
}

#tire-reps-link {
  float: right;
  top: 10px;
  right: 10px;
  width: 256px;
  height: 61px;
  background-position: 0 -156px;
}

#interior-hero #tire-reps-link {
  background-position: 0 -230px;
}

#main .row {
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

#home-panels-container {
  margin-bottom: 40px;
  text-align: center;
}

.home-panel {
  display: inline-block;
  color: #fff;
  width: 44%;
  padding: 20px;
  height: 200px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.home-panel:hover {
  background-size: 105%;
}

#home-btn-left {
  float: left;
  background-image: url(/images/home-btn-left.jpg);
}

a#home-btn-right {
  float: right;
  background-image: url(/images/home-btn-right.jpg);
}

.home-panel span {
  display: block;
  margin: 0 auto;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

span.panel-head {
  font-family: oswaldbook;
  font-size: 34px;
  text-transform: uppercase;
}

span.panel-text {
  font-family: oswaldlight;
  font-size: 24px;
}

span.panel-link {
  margin-top: 7px;
  font-family: oswaldbold;
  font-size: 24px;
  text-transform: uppercase;
}

span.panel-link:hover {
  color: #07bf59;
}

/*-------------------------------------
05 ---------------------- Interior Page
-------------------------------------*/
.container h1 {
  font-size: 60px;
  text-transform: uppercase;
  font-family: 'chunkfive';
}

.container h2 {
  font-size: 50px;
  text-transform: uppercase;
  font-family: 'oswaldbook';
}

.container h3 {
  font-size: 32px;
  text-transform: uppercase;
  font-family: 'oswaldbook';
  padding-bottom: 10px;
}

.container h4 {
  font-size: 20px;
  text-transform: uppercase;
  font-family: 'latobold';
  padding: 5px 0 15px;
}

.container h5 {
  font-size: 20px;
  text-transform: uppercase;
  font-family: 'latobold';
  padding: 5px 0;
}

.container p {
  font-size: 16px;
  line-height: 28px;
  padding-bottom: 15px;
  font-family: 'latoregular';
}

.content-wrap img {
  padding-bottom: 15px;
}

#interior-hero {
  height: 250px;
  position: relative;
  font-family: latobold;
  font-size: 20px;
  line-height: 40px;  
  text-align: center;
  background: #2e2e2e;
  background-image: url('../images/hero-int.jpg');
  background-position: top center;
  background-repeat: no-repeat;
}

#interior-hero .twelve {
  position: relative;
  z-index: 100;
}

.page-title {
  font-family: chunkfive;
  font-size: 40px;
  color: #fff;
  position: absolute;
  bottom: 0;
  padding-top: 7px;
  padding-bottom: 5px;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  background: #000;
  background: rgba(0,0,0,.7);
}

.inner-content {
  text-align: center;
}

.brand-box {
  /* height: 54px;
  overflow: hidden; */
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

.brand-box h3 {
  cursor: pointer;
}

.brand-box span.expand {
  font-family: latoregular;
  font-size: 18px;
  color: #069947;
  position: relative;
  top: -8px;
}

.brand-img {
  float: right;
  margin: 0 0 10px 10px;
}

.hidden {
  display: none;
}

.ec-logos {
  text-align: center;
}

.ec-logos a {
  display: inline-block;
  width: 30%;
  margin: 0 1%;
}

/*-------------------------------------
06 ----------------------------- Footer
-------------------------------------*/
a#more-than-tires {
  display: block;
  margin: 20px 0;
  text-align: center;
  cursor: pointer;
  border: 1px solid #000;
  background-image: url('../images/mtt-wheels-screen.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  font-family: latoregular;
  font-size: 38px;
  line-height: 48px;
  color: #000;
}

a#more-than-tires:hover {
  box-shadow: 0 0 5px 0 #069947;
}

#more-than-tires img {
  padding: 10px 0;
}

#more-than-tires h2 {
  color: #069947;
  font-size: 45px;
  line-height: 45px;
  font-family: chunkfive;
  padding-bottom: 5px;
}

#more-than-tires span {
  display: block;
}

#footer.container {
  margin: 20px 0 50px;
  text-align: center;
  color: #000;
}

#footer-logo {
  margin: 0 auto 10px;
  width: 60px;
  height: 50px;
  background-position: -201px 0px;
}

p.footer-title {
  font-size: 24px;
  margin-top: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

p.copyright {
  font-size: 12px;
  line-height: 14px;
  font-family: latoregular;
}

p.copyright a {
  color: #000;
  text-decoration: none;
}

p.copyright a:hover {
  text-decoration: underline;
}

/* Sticky Footer */
#sticky-footer.container {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: url('../images/bg-footer.png') repeat-x;
  z-index: 10000;
  -webkit-transform: translate3d(0,0,0);
}

#sticky-footer .row {
  position: relative;
}

.footer-separator.sprite {
  margin-top: 3px;
  margin-right: 18px;
  margin-left: 18px;
  float: left;
  width: 1px;
  height: 55px;
  background-position: -319px 0px;
}

.footer-contact-info {
  float: left;
  text-transform: uppercase;
}

.footer-contact-info a {
  color: #069947;
  text-decoration: none;
}

.footer-contact-info span {
  display: inline-block;
  position: relative;
  top: 17px;
}

a.footer-phone {
  font-size: 22px;
  font-family: 'latobold';
}

.phone-icon.sprite {
  width: 16px;
  height: 21px;
  background-position: -334px -8px;
  margin-right: 5px;
  position: relative;
  top: 19px;
  display: inline-block;
}

a.footer-email {
  font-size: 22px;
  font-family: latobold;
}

.email-icon.sprite {
  width: 23px;
  height: 20px;
  background-position: -367px -8px;
  margin-right: 5px;
  position: relative;
  top: 19px;
  display: inline-block;
}

.chat-notification.sprite {
  float: left;
  width: 162px;
  height: 39px;
  margin: 0;
  position: relative;
  top: 21px;
  display: inline-block;
  cursor: pointer;
}

#chat-online {
  background-position: -318px -120px;
}

#chat-offline {
  background-position: -318px -210px;
  height: 21px;
}

#footer-social-icons {
  float: left;
  margin-top: 17px;
}

#footer-social-icons a {
  display: block;
  float: left;
  margin-left: 12px;
  width: 28px;
  height: 28px;
  background-image: url('../images/sprite.png');
  background-repeat: no-repeat;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

#footer-social-icons a:hover {
  margin-top: -2px;
}

#footer-social-icons #sm-facebook {
  margin-left: 0 !important;
}

#sm-facebook {
  background-position: -319px -66px;
}

#sm-linkedin {
  background-position: -358px -66px;
}

#sm-youtube {
  background-position: -396px -66px;
}

#sm-twitter {
  background-position: -434px -66px;
}

#sm-instagram {
  background-position: -472px -66px;
}

#footer-bbb-icon {
  position: absolute;
  top: 10px;
  right: 0;
  display: inline-block;
  width: 200px;
  height: 42px;
  margin: 0;
}

/* Mobile Sticky Footer */
#mobile-footer-wrap {
  display: none;
}

a.footer-phone-mobile {
  margin: 0 20px;
  float: left;
  font-size: 0;
  display: inline-block;
}

.phone-icon-mobile.sprite {
  position: relative;
  top: 7px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 16px;
  height: 32px;
  background-position: -334px -8px;
}

a.footer-email-mobile {
  margin: 0 30px;
  float: left;
  font-size: 0;
  display: inline-block;
}

.email-icon-mobile.sprite {
  position: relative;
  top: 7px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 26px;
  height: 32px;
  background-position: -365px -8px;
}

#mobile-footer-wrap .footer-separator {
  display: none;
  width: 10%;
  float: left;
}

.footer-separator span.sprite {
  position: relative;
  top: 3px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1px;
  height: 55px;
  background-position: -319px 0px;
}

#mobile-footer-wrap .footer-separator span.sprite {
  top: 1px;
  background-position: -325px 0px;
}

.mobile-chat-notification {
  float: right;
  margin: 0 20px;
  display: inline-block;
}

#mobile-chat-online.sprite {
  cursor: pointer;
  position: relative;
  top: 14px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 162px;
  height: 39px;
  background-position: -318px -120px;
}

#mobile-chat-offline.sprite {
  cursor: pointer;
  position: relative;
  top: 14px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 162px;
  height: 39px;
  background-position: -318px -210px;
}

/* .zopim { */
  /* display: none !important; */
/* } */

#live-chat-notification.sprite {
  cursor: pointer;
}