/* CSS Document 

STYLE SHEET FOR DAVE'S WHEELS, DAVE THOMAS, SPEED DREAM, TONAZZO
Created by Jozee Designs! www.jozeedesigns.com
*/

html,
body {
    background-color: #f2f2f2;
}

body {
    padding-top: 20px;
    color: #5a5a5a;
    font-family: 'Open Sans', sans-serif;
    height: auto;
}

body.about {
    background: url(../images/mountain-biking.jpg) top center no-repeat;
    background-size: 100% auto;
}

body.components {
    background: url(../images/mountain-biking2.jpg) top center no-repeat;
    background-size: 100% auto;
}

body.order {
    background: url(../images/mountain-biking2.jpg) top center no-repeat;
    background-size: 100% auto;
}

button::-moz-focus-inner {
    border: 0;
}

a {
    outline: 0;
}

h2 {
    padding: 20px 30px 0 30px;
    color: #af1e23;
}

.quote-fw,
.quote-fw-dbl,
.quote-fw-dbl2 {
    border: 2px solid #d2d2d2;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    width: auto;
    margin: 25px 85px 0 85px;
    background: url(../images/custom-wheel-corner-rt.png) right bottom no-repeat #f2f2f2;
}

.quote-fw-dbl,
.quote-fw-dbl2 {
    width: 30% !important;
    margin: 0px 30px 0px 30px !important;
    background: url(../images/custom-wheel-corner-rt.png) right bottom no-repeat #f2f2f2;
    border: 1px solid red;
}

.quote-fw-dbl2 {
    position: absolute;
    margin: 0px 30px 0px 0px !important;
    right: 30px !important;
}

.quote-fw p,
.quote-fw-dbl p,
.quote-fw-dbl2 p {
    font-weight: normal;
    font-style: italic;
    font-size: 14px;
    line-height: 170%;
    padding: 15px 15px 5px 25px;
    text-align: left;
}

.quote,
.quote2 {
    border: 2px solid #d2d2d2;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: url(../images/custom-wheel-corner-rt.png) right bottom no-repeat #f2f2f2;
    padding: 15px 20px 15px 20px;
}

.quote {
    margin: 20px 15px 10px 30px;
}

.quote2 {
    margin: 20px 30px 10px 15px;
}

.lead {
    margin: 0 20px 20px 30px;
}

.leadsm {
    font-size: 75%;
}

small,
cite {
    font-style: italic;
    color: #af1e23;
}

small {
    margin: 0 0 0 30px;
}

.first small {
    margin-left: 31px;
}

.second small {
    margin-left: 15px;
}

.third small {
    margin-left: 1px;
}


/* Custom container */

.container-narrow,
.container-narrow2 {
    margin: 0 auto;
    max-width: 900px;
    min-height: 740px;
    background: url("../images/bg-diag-top.png") repeat-x scroll left top #FFFFFF;
    padding-bottom: 30px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.container-narrow2 {
    background-color: transparent;
}

.container-narrow > hr {
    margin: 30px 0;
}

.jumbotron h1 {
    font-size: 72px;
    line-height: 1;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.marketing p + h4 {
    margin-top: 28px;
}

.indent {
    padding-left: 20px;
}


/* HEADER -------------------------------------------------- */

.navbar-wrapper {
    /* Special class on .container surrounding .navbar, used for positioning it into place. */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    margin-top: 20px;
}

.navbar-inverse .navbar-inner {
    background: transparent;
    background-image: none;
    box-shadow: 0;
}

.navbar .navbar-inner {
    border: 0;
}

.navbar .brand {
    z-index: 100;
}

.nav-header {
    color: #CD141A;
}

.navbar .nav > li > a {
    padding: 25px 16px;
    color: #e50911;
    font-size: 110%;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 1)
}

.center.navbar .nav,
.center.navbar .nav > li {
    float: none;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    margin: 0;
}

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

.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
    width: 100% !important;
}

.navbar {
    width: 100%;
    height: 70px;
    z-index: 100;
    bottom: 0;
    text-align: center;
    color: #666;
    background: rgba(0, 0, 0, .8);
}

.navbar h1 {
    margin: 0;
}

.navbar a.brand {
    width: 208px;
    height: 36px;
    position: absolute;
    left: 33px;
    margin-top: 3px;
    background: url(../img/logo.png) top center no-repeat;
    text-indent: -99999px;
}


/*.navbar a.brand:hover, .navbar a.brand:active, .navbar a.brand:focus {
    left:6px;
	margin-top: -40px;
	background:url(../images/daves-bike-wheels-logo-hm.png) top center no-repeat;
	}*/

.dropdown .dropdown-menu .nav-header,
.dropdown-menu > li > a {
    text-align: left;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
    color: #ffffff;
    text-decoration: none;
    background-color: #af1e23;
    background-image: -moz-linear-gradient(top, #c22126, #af1e23);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c22126), to(#af1e23));
    background-image: -webkit-linear-gradient(top, #c22126, #af1e23);
    background-image: -o-linear-gradient(top, #c22126, #af1e23);
    background-image: linear-gradient(to bottom, #c22126, #af1e23);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffc22126', endColorstr='#ffaf1e23', GradientType=0);
}

.header-phone {
    text-align: right;
    right: 0;
    margin: 25px 30px 0 0px;
    position: absolute;
    float: right;
    font-size: 110%;
    color: #e5dfdf;
}

.header-phone li {
    list-style: none;
}


/* MODAL CONTACT FORM -----------------------------------------------------*/

.modal {
    overflow-y: auto;
    max-height: 90%;
    margin-top: -1%;
    width: 312px;
    margin-left: -156px;
}

.modal-header {
    padding-left: 20px;
}

.modal-body,
.modal-footer {
    padding-left: 23px;
}

.modal-header {
    background: #000 url(../images/checkerboard-sm.gif);
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding-top: 17px;
    padding-bottom: 4px;
    border: 1px solid #fff;
}

.modal-body {
    padding-bottom: 10px 0 0 0;
    margin-bottom: 0;
    max-height: 400px;
}

.modal-header h3 {
    color: #FFFFFF;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .8);
    font-size: 25.5px;
    margin-top: 5px;
}

.modal p.underline {
    border-bottom: solid 1px #EEE;
    padding-bottom: 6px;
}

.modal input,
.modal textarea {
    margin-bottom: 2px;
    border: 1px solid red;
}

.modal label {
    margin-bottom: 1px;
}

.modal i {
    margin-top: 2px;
}

i.icon-phone,
i.icon-mail {
    background: url(../images/icon-cell.png) top center no-repeat;
    width: 24px;
    height: 24px;
    margin: -2px 5px -3px 0;
}

i.icon-mail {
    background: url(../images/icon-mail.png) top center no-repeat;
    margin: 0 5px 18px 0;
    float: left;
}

.modal-footer {
    text-align: left;
    padding-bottom: 0;
    margin-top: -7px;
    padding-top: 11px;
    text-align: left;
}

button.close {
    float: right;
    position: absolute;
    right: 6px;
    bottom: 6px;
}


/* PAGES -----------------------------------------------------*/

.hero-unit {
    background: #dbdbdb url(../images/bike-wheel-corner.png) -70px bottom no-repeat;
}

.hero-unit h1 {
    color: #af1e23;
    margin-bottom: 0px;
    font-size: 30px;
    line-height: 115%;
}

.hero-unit h3 {
    color: #af1e23;
    line-height: 15px;
    padding-bottom: 10px;
}

.hero-unit {
    margin-top: 70px;
    min-height: 288px;
}

.hero-unit img {
    float: right;
    margin: -60px -60px 0 20px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    border-top-right-radius: 8px;
}

.page {
    padding-bottom: 30px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-image: none;
    padding: 0 20px 30px;
    margin-top: 70px;
}

.page h2 {
    margin-left: 0;
    font-size: 28px;
}

.page h2,
.page h3 {
    color: #AF1E23;
    border-bottom: 1px solid #D2D2D2;
    margin: 10px 30px;
    padding: 20px 0 0 0;
    transition: all 0.3s ease-in-out 0s;
}

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

.order h3 {
    margin-bottom: 0px;
}

.page .second h2 {
    margin-left: 14px;
}

.hashtop {
    background: url("../images/bg-diag-top.png") repeat-x scroll left top #FFFFFF;
}

.funimg {
    margin: 15px 0 0 14px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}


/* PRODUCT PAGES -----------------------------------------------------*/

.product {
    background: url("../images/bg-check-line.gif") repeat-x scroll left top;
    margin-left: 30px;
    width: 92.5%;
}

.product img {
    margin: 15px 0 15px 30px;
}

.product img.topimg {
    margin-top: 50px;
}

.gy-outline-rnd {
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

img.logoimg {
    padding: 0 0 0 0px;
}

.product h3 {
    padding: 40px 30px 0px 20px;
    margin: 0;
    line-height: 34px;
}

.product h4 {
    border-bottom: 1px dotted #AF1E23;
    margin: 15px 30px 0 20px;
    padding-bottom: 6px;
}

.product p {
    padding: 5px 30px 0px 20px;
}

.span5 h4 {
    margin-left: 33px;
    margin-right: 14px;
}

.span5 p {
    margin-left: 13px;
}

p.caption {
    background-color: #CCCCCC;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    margin: -18px 14px 15px 30px;
    padding-bottom: 3px;
    text-align: center;
}

.span6,
.span4 {
    text-align: justify;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.hyphenate {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.span6 p.first {
    margin-right: 20px;
}

.span12 p.first {
    margin: 10px 30px 20px;
    font-size: 120%;
    line-height: 140%;
}

.span6 .second h4,
.span6 p.second {
    margin-right: 30px;
}

.second h2 {
    margin-left: -30px;
}

.first h4,
.first p {
    margin-left: 30px;
}

.second h4,
.second p {
    margin-right: 15px;
    margin-left: 15px;
}

.second h4,
.third p {
    margin-right: 30px;
}

img.enlarge {
    margin-left: 291px;
    margin-top: 310px;
    position: absolute;
}

.usa {
    background-image: url("../images/made-in-usa.png");
    float: right;
    height: 53px;
    margin: -28px 25px 2px 10px;
    text-indent: -99999px;
    width: 73px;
}

.thumb {
    height: 84px;
    width: 84px;
    margin: 0px -17px 20px 30px !important
}

.testimonial {
    text-indent: 30px;
    background: url(../images/quote.gif) top left no-repeat;
    border-bottom: 1px dotted #D2D2D2;
    padding-bottom: 3px;
    margin-bottom: 1px;
}

.product .span5 table {
    margin-left: 1px;
}


/* COMPONENTS/ORDER PAGE -----------------------------------------------------*/

.topbuttons {
    padding: 0 0 10px 30px !important;
}

.uc {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    padding-right: 5px;
}

.order table {
    margin-bottom: 8px;
}

.order .jumbotron2 {
    background: #AF1E23;
    margin: 0 30px;
    padding: 1px 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: url("../images/bg-diag-top-rd.jpg") repeat-x scroll left top #AF1E23;
}

.order .jumbotron2 .row-fluid {
    margin: 5px 5px 5px 5px;
    padding: 0px;
    width: auto;
    -webkit-border-top-right-radius: 16px;
    -webkit-border-bottom-left-radius: 16px;
    -moz-border-radius-topright: 16px;
    -moz-border-radius-bottomleft: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
}

.order .items {
    background-color: #eeeeee;
    background: url("../images/grad-wt-ltgy.gif") repeat-x scroll left top #eeeeee;
}

.itemsecond {
    margin-top: -20px !important;
}

.itemsecond .span12 {
    margin-top: -17px !important;
}

.order .jumbotron2 .span12 h3 {
    color: #fff;
    border: none;
    font-size: 24px;
    padding: 18px 0 8px 15px;
}

.order .jumbotron2 .span3 {
    margin-left: 11px;
    padding: 10px 0 0 7px;
}

.order .jumbotron2 .span3 h3,
.order .jumbotron2 .span3 h4,
.order .jumbotron2 .span3 p {
    margin-left: 0px;
}

.order .jumbotron2 .span3 p {
    margin-bottom: 8px;
}

.order .jumbotron2 .span3 p.top {
    padding-top: 5px;
}

.order .jumbotron2 h3 {
    font-size: 110%;
    line-height: 30px;
    margin: -10px 0 0 0px;
    padding: 0px;
}

.order .jumbotron2 h4 {
    font-size: 110%;
}

.order .jumbotron2 h4 {
    font-size: 110%;
}

.order .items .span12 h4 {
    background: url(../images/bullet.gif) top left no-repeat;
    margin: 15px 5px 10px 0px;
    padding-left: 15px;
    font-size: 140%;
    color: #AF1E23;
}

.order .items h4 .model {
    color: #000;
    padding-left: 1px;
}

.order .jumbotron2 .span3 img {
    margin: -2px 0 11px 0px;
    border: 1px solid #ccc;
    -webkit-border-top-right-radius: 19px;
    -webkit-border-bottom-left-radius: 19px;
    -moz-border-radius-topright: 19px;
    -moz-border-radius-bottomleft: 19px;
    border-top-right-radius: 19px;
    border-bottom-left-radius: 19px;
}

img.component2img {
    margin-top: -20px !important;
}

.order .btn {
    padding: 3px 12px 6px;
}

.btn-custom {
    background-color: hsl(358, 80%, 30%) !important;
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#e51920", endColorstr="#890f13");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#e51920), to(#890f13));
    background-image: -moz-linear-gradient(top, #e51920, #890f13);
    background-image: -ms-linear-gradient(top, #e51920, #890f13);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e51920), color-stop(100%, #890f13));
    background-image: -webkit-linear-gradient(top, #e51920, #890f13);
    background-image: -o-linear-gradient(top, #e51920, #890f13);
    background-image: linear-gradient(#e51920, #890f13);
    border-color: #890f13 #890f13 hsl(358, 80%, 25%);
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
    -webkit-font-smoothing: antialiased;
}

table td {
    padding-left: 32px;
}

table td + td {
    padding-left: 0 !important;
}

table p {
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.span5 table p {
    padding-top: 0;
    padding-right: 0;
    margin-top: -5px;
    font-size: 13px;
}

table.outdent td {
    padding-left: 0px;
}

.boxed {
    border: 1px solid #D2D2D2;
    padding: 0;
    margin-bottom: 10px;
    margin-top: -10px;
}

.boxed table {
    margin-bottom: 0;
    padding-bottom: 0;
    padding: 4px 4px 0 4px;
}

.boxed table td {
    padding: 0px 4px 0 4px;
}

.boxed .uc {
    background-color: #dbdbdb;
    display: block;
    padding: 0 4px;
}

.boxed h3 {
    padding: 8px 0px 0 3px !important;
    font-size: 15px !important;
}


/* COMPONENTS/ORDER PAGE (End) ------------------------------------------------*/

.faq .items .first {
    padding-bottom: 15px;
}

.faq .items .span12 h4 {
    margin: 25px 50px 15px 0 !important;
    padding-left: 20px;
}

.faq .first p {
    margin: 0 50px 10px 20px;
    line-height: 160%;
}

.faq .jumbotron2 .row-fluid {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.popover {
    border: 1px solid #e50911;
}

.faq h3.popover-title {
    font-size: 14px !important;
    color: #000000 !important;
    margin-top: 0;
    padding: 7px 0 5px 16px !important;
}

a.popover-def {
    border-bottom: 1px dotted #999999;
    cursor: help;
}

a:active.popover-def,
a:hover.popover-def {
    text-decoration: none;
}

.sitemaplist {
    margin-left: 50px;
    list-style-type: none;
    margin-top: -10px;
}

.sitemaplist .nav-header {
    margin-left: -30px;
    margin-bottom: -5px;
    margin-top: 5px;
}

.components .row-fluid {
    margin-top: 70px;
}

.components .row-fluid.product {
    margin-top: 0px;
}


/* FOOTER -----------------------------------------------------*/

footer {
        color: #666666;
}

footer .footertxt {
    background-color: #000000;
    padding: 20px 0 8px 20px;
}

ul.footer-links {
    margin-right: 25px;
    text-align: right;
}

ul.footer-links li {
    display: inline;
    padding: 0 10px;
}

footer a:link {
    color: #666;
}

footer a:visited {
    color: #666;
}

footer a:hover {
    color: #CCC;
}

footer a:active {
    color: #CCC;
}

ul.footer-phone {
    text-align: right;
    right: 0;
    margin: -31px 30px 0 0px;
    position: absolute;
    float: right;
    font-size: 110%;
    color: #e5dfdf;
    list-style: none;
}


/* RESPONSIVE CSS -------------------------------------------------- */

@media (max-width: 1200px) {
    p.caption {
        margin: -18px 14px 15px 11px;
        background-color: transparent;
        text-align: left;
    }
    .navbar a.brand {
        background: url("../images/daves-wheels-logo-t.png") no-repeat scroll center top transparent;
        height: 30px;
        margin-top: 10px;
        width: 174px;
    }
}

@media (max-width: 980px) {
    .container.navbar-wrapper {
        margin-bottom: 0;
        width: auto;
    }
    .navbar {
        height: 51px;
    }
    .navbar-inner {
        border-radius: 0;
    }
    .header-phone {
        margin: 15px 45px 0 0;
    }
    .carousel .item {
        height: 500px;
    }
    .carousel img {
        width: auto;
    }
    .featurette {
        height: auto;
        padding: 0;
    }
    .featurette-image.pull-left,
    .featurette-image.pull-right {
        display: block;
        float: none;
        max-width: 40%;
        margin: 0 auto 20px;
    }
    /* mine*/
    .navbar-inverse .btn-navbar {
        margin: 10px 166px 0 0;
    }
    .center.navbar .nav,
    .center.navbar .nav > li {
        display: list-item;
    }
    .navbar-inverse .navbar-inner {
        background: rgba(0, 0, 0, .8);
        z-index: 1000;
        position: absolute;
        border-top: 1px solid transparent;
        width: 100%
    }
    .dropdown .dropdown-menu .nav-header,
    .dropdown-menu > li > a {
        text-align: center;
    }
    .navbar-inverse .nav-collapse .nav > li > a:hover,
    .navbar-inverse .nav-collapse .nav > li > a:focus,
    .navbar-inverse .nav-collapse .dropdown-menu a:hover,
    .navbar-inverse .nav-collapse .dropdown-menu a:focus {
        background-color: #af1e23;
    }
    .navbar-fixed-top {
        margin-top: -20px;
    }
    .navbar a.brand {
        background: url("../images/daves-wheels-logo-t.png") no-repeat scroll center top transparent;
        height: 30px;
        margin-top: -6px;
        width: 174px;
    }
    .page, .hero-unit, .components .row-fluid {
        margin-top: -20px;
    }
    .second h4,
    .second p {
        margin-left: 30px;
    }
    p.caption {
        margin: -18px 14px 15px 11px;
        background-color: transparent;
        text-align: left;
    }
    footer {
        padding-bottom: 0px;
    }
}

@media (max-width: 767px) {
    .modal {
        margin-left: 0;
    }
    .navbar a.brand {
        background: url("../images/daves-wheels-logo-t-s.png") no-repeat scroll center top transparent;
        height: 17px;
        margin-top: 3px;
        margin-left: -12px;
        width: 125px;
        text-indent: -99999px;
    }
    .header-phone {
        right: 34px;
    }
    .header-phone {
        margin-right: 20px;
    }
    .navbar-inverse .btn-navbar {
        margin-right: 10px;
    }
    .carousel {
        margin-left: -20px;
        margin-right: -20px;
    }
    .carousel .item {
        height: 300px;
    }
    .carousel-caption {
        width: 65%;
        padding: 0 70px;
        margin-top: 100px;
    }
    .carousel-caption h1 {
        font-size: 30px;
    }
    .carousel-caption .lead,
    .carousel-caption .btn {
        font-size: 18px;
    }
    .marketing .span4 + .span4 {
        margin-top: 40px;
    }
    .featurette-heading {
        font-size: 30px;
    }
    .featurette .lead {
        font-size: 18px;
        line-height: 1.5;
    }
    .hero-unit {
        padding: 20px;
    }
    .hero-unit img {
        float: left;
        padding-bottom: 10px;
        margin-left: 0px;
    }
    .hero-unit h1 {
        clear: both;
    }
    .quote-fw {
        margin: 25px 20px 0 20px;
    }
    .second h4,
    .third p {
        margin-left: 30px;
    }
    .page .second h2 {
        margin-left: 30px;
    }
    footer .footertxt {
        padding: 20px 0 8px 0;
    }
    ul.footer-links {
        margin-right: 0px;
        text-align: left;
    }
}