/*!
 * CSS for Alloyman
 */

body {
    overflow-x: hidden;
    font-family: Montserrat,"Helvetica Neue",sans-serif;
    color: #1e272b;
    padding-top: 80px;
}

body.index {
    padding-top: 0;
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #77ee11;
}

p {
    font-size: 14px;
    line-height: 1.75;
}

p.large {
    font-size: 16px;
}

a {
    color: #77ee11;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #99ff00;
}

a.link-muted,
a.link-muted:hover,
a.link-muted:focus,
a.link-muted:active {
    color: #1e272b;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-weight: 700;
}

.img-centered {
    margin: 0 auto;
}

.bg-light-gray {
    background-color: #f3f3f3;
}

.bg-darkest-gray {
    background-color: #1e272b;
}

.btn {
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    transition: all .25s;
}

.btn-primary {
    border-color: #99ff00;
    text-transform: uppercase;
    font-weight: 700;
    color: #1e272b;
    background-color: #99ff00;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-color: #77ee11;
    color: #fff;
    background-color: #77ee11;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #99ff00;
    background-color: #99ff00;
}

.btn-primary .badge {
    color: #99ff00;
    background-color: #fff;
}

.btn-xl {
    padding: 20px 40px;
    border-color: #99ff00;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    color: #1e272b;
    background-color: #99ff00;
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    border-color: #77ee11;
    color: #1e272b;
    background-color: #77ee11;
}

.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}

.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    border-color: #99ff00;
    background-color: #99ff00;
}

.btn-xl .badge {
    color: #99ff00;
    background-color: #fff;
}

.navbar-header {
    height: 65px;
}

.navbar-default {
    border-color: transparent;
    background-color: #1e272b;
}

.navbar-default .navbar-brand {
    color: #99ff00;
    height: auto;
    padding: 12px 12px;
}

.navbar-default .navbar-brand img {
    width: 250px;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #77ee11;
}

.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
}

.navbar-default .navbar-toggle {
    border-color: #99ff00;
    background-color: #99ff00;
    border-radius: 3px;
    margin-top: 15px;
    margin-bottom: 5px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #1e272b;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #99ff00;
}

.navbar-default .nav li a,
.navbar-default .nav li p {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 25px;
}

.navbar-default .nav li.nav-phone {
    padding-left: 20px;
}

.navbar-default .nav li.nav-phone p {
    color: #99ff00;
    margin: 0;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #99ff00;
}

.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #1e272b;
    background-color: #99ff00;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #1e272b;
    background-color: #77ee11;
}

@media(min-width:768px) {
    .navbar-default {
        padding: 25px 0;
        border: 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }
    
    .index .navbar-default {
        background-color: transparent;
    }

    .navbar-default .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px;
    }

    .navbar-default.navbar-shrink {
        padding: 10px 0;
        background-color: #1e272b;
    }

    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
}

@media(min-width:768px) and (max-width:991px) { 
    .navbar-default .nav li.nav-phone {
       display: none;
    }
}

header {
    text-align: center;
    color: #fff;
    background-attachment: scroll;
    background-image: url(../img/car-wheel-repair-header-bg.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header .intro-text {
    padding-top: 170px;
    padding-bottom: 60px;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
}

header .intro-text .intro-heading {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 35px;
    line-height: 40px;
}

header .intro-text .intro-lead-in {
    margin-bottom: 35px;
    font-family: "Droid Serif","Helvetica Neue",sans-serif;
    font-size: 18px;
    font-style: italic;
    line-height: 25px;
}

@media(min-width:768px) {
    header .intro-text {
        padding-top: 200px;
        padding-bottom: 100px;
        max-width: 600px;
    }

    header .intro-text .intro-heading {
        font-size: 50px;
        line-height: 55px;
    }
    
    header .intro-text .intro-lead-in {
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
        font-size: 25px;
        line-height: 35px;
    }
}

@media(min-width:992px) {
    header .intro-text {
        padding-top: 250px;
        padding-bottom: 150px;
        max-width: 1000px;
    }

    header .intro-text .intro-heading {
        font-size: 70px;
        line-height: 75px;
    }
    
    header .intro-text .intro-lead-in {
        max-width: 650px;
        font-size: 35px;
        line-height: 45px;
    }
}

section {
    padding: 100px 0;
}

section#services {
    padding-top: 60px;
    padding-bottom: 45px;
}

section h2.section-heading {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 40px;
}

section h3.section-subheading {
    text-transform: none;
    font-family: "Droid Serif","Helvetica Neue",sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.5;
}

section#content h2 {
    text-align: center;
    font-size: 2.1em;
    margin-bottom: 15px;
}

section#content p.item-intro {
    text-align: center;
    margin: 20px 0 30px;
    font-family: "Droid Serif","Helvetica Neue",sans-serif;
    font-size: 16px;
    font-style: italic;
}

/* Gallery page */

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

ul.gallery-list li {
    margin-bottom: 30px;
}

.gallery-photo {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}

.gallery-caption {
    text-align: center;
}

div.gallery-caption {
    margin-bottom: 30px;
}

@media(min-width:450px) {
    ul.gallery-list {
        padding: 0 50px;
    }
}

/* Terms page */

.terms-page section#content ol {
    line-height: 1.5em;
    list-style-type: none;
    counter-reset: item;
    margin: 0;
    padding: 0;
}

.terms-page section#content ol > li {
    display: table; 
    counter-increment: item;
    margin-bottom: 1.2em;
    font-size: 1.2em;
}

.terms-page section#content ol > li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 0.6em;    
}

.terms-page section#content li ol > li {
    margin: 0.3em 0;
    font-size: 0.85em;
}

.terms-page section#content li ol > li:before {
    content: counters(item, ".") " ";
}

.privacy-page section#content h4 {
    line-height: 40px;
}

@media(min-width:450px) {
    section#content h2 {
        font-size: 3em;
    }
}

@media(min-width:768px) {
    section {
        padding: 150px 0;
    }
    
    section#services {
        padding-bottom: 95px;
        padding-top: 95px;
    }
}

@media(min-width:992px) {
    section#services {
        padding-top: 120px;
    }
}

#services .row.services {
    padding-top: 75px;
}

#services .services-item {
    right: 0;
    margin: 0 0 15px;
}

#services .services-item .services-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 300px;
}

#services .services-item .services-link .services-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(153,255,0,.9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
    border-radius: 100%;
}

#services .services-item .services-link .services-hover:hover {
    opacity: 1;
}

#services .services-item .services-link .services-hover .services-hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#services .services-item .services-link .services-hover .services-hover-content i {
    margin-top: -12px;
}

#services .services-item .services-link .services-hover .services-hover-content h3,
#services .services-item .services-link .services-hover .services-hover-content h4 {
    margin: 0;
}

#services .services-item .services-caption {
    margin: 0 auto;
    padding: 25px;
    max-width: 400px;
    text-align: center;
    background-color: #fff;
}

#services .services-item .services-caption h4 {
    margin: 0;
    text-transform: none;
}

#services .services-item .services-caption p {
    margin: 0;
    font-family: "Droid Serif","Helvetica Neue",sans-serif;
    font-size: 16px;
    font-style: italic;
}

#services * {
    z-index: 2;
}

@media(min-width:767px) {
    #services .services-item {
        margin: 0 0 30px;
    }
}

.service-page #content, .terms-page #content, .privacy-page #content, .gallery-page #content {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 140px;
}

.timeline {
    position: relative;
    padding: 0;
    list-style: none;
    margin: 30px 0 50px;
}

.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    background-color: #f1f1f1;
}

.timeline>li {
    position: relative;
    margin-bottom: 25px;
    min-height: 50px;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li .timeline-panel {
    position: relative;
    padding: 5px 20px 0 100px;
}

.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li .timeline-image {
    z-index: 100;
    position: absolute;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    border: 5px solid #f3f3f3;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    background-color: #99ff00;
}

.timeline>li:last-child {
    margin-bottom: 0;
}


.timeline .timeline-body>p,
.timeline .timeline-body>ul {
    margin-bottom: 0;
}

@media(min-width:768px) {
    .timeline:before {
        left: 10%;
    }

    .timeline>li {
        min-height: 100px;
    }

    .timeline>li .timeline-panel {
        left: 120px;
        width: 75%;
        padding: 10px 20px 20px 30px;
    }

    .timeline>li .timeline-image {
        left: 10%;
        width: 100px;
        height: 100px;
        margin-left: -50px;
        border: 7px solid #f3f3f3;
    }
}

@media(min-width:992px) {
    .timeline>li {
        min-height: 150px;
        margin-bottom: 50px;
    }

    .timeline>li .timeline-panel {
        left: 180px;
        padding: 15px 20px 20px;
    }

    .timeline>li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px;
    }
}

@media(min-width:1200px) {
    .timeline>li {
        min-height: 170px;
    }

    .timeline>li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px;
    }
}

aside.car-logos img {
   margin: 50px auto;
    opacity: 0.4;
    transition: opacity .25s linear;
    -moz-transition: opacity .25s linear;
    -webkit-transition: opacity .25s linear;
}

aside.car-logos img:hover {
    opacity: 0.5;
}

@media (min-width: 992px) {
    aside.car-logos .col-md-2 {
        width: 20%;
    }
}

section#contact {
    background-color: #1e272b;
    background-image: url(../img/map-image.jpg);
    background-position: center;
    background-repeat: no-repeat;
}

section#contact .section-heading {
    color: #fff;
}

section#contact .form-group {
    margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
    padding: 20px;
    background-color: #f5fafa;
}

section#contact .form-group input.form-control {
    height: auto;
}

section#contact .form-group textarea.form-control {
    height: 135px;
}

section#contact .form-control:focus {
    border-color: #99ff00;
    box-shadow: none;
}

section#contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb;
}

section#contact:-moz-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb;
}

section#contact::-moz-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb;
}

section#contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb;
}

section#contact .text-danger {
    color: #99ff00;
}

@media(min-width:992px) { 
    section#contact .form-group textarea.form-control {
        height: 236px;
    }
}

footer {
    padding: 39px 0 25px;
    text-align: center;
    line-height: 1.5;
}

footer .left p {
    line-height: 1.6;
}

.adn-credit, .copy {
    font-size: 0.8em;
}

.adn-credit, .adn-credit a {
    color: #b1b1b1;
}

@media(min-width:992px) {
    footer div.col-md-4 {
        float: right;
    }
    
    footer div.left {
        text-align: left;
    }
    
    footer div.right {
        text-align: right;
        margin-top: 21px;
    }
}

ul.social-buttons {
    padding-top: 15px;
    padding-bottom: 15px;
}


ul.social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    color: #fff;
    background-color: #1e272b;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #99ff00;
    color: #1e272b;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}

.modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal .modal-content h2 {
    text-align: center;
    font-size: 3em;
    margin-bottom: 15px;
}

.modal .modal-content p.item-intro {
    text-align: center;
    margin: 20px 0 30px;
    font-family: "Droid Serif","Helvetica Neue",sans-serif;
    font-size: 16px;
    font-style: italic;
}

.modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}

.modal .modal-content img {
    margin-bottom: 30px;
}

.modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.modal .close-modal:hover {
    opacity: .3;
}

.modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #1e272b;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #1e272b;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.modal .modal-backdrop {
    display: none;
    opacity: 0;
}

.modal p.btn {
    text-align: center;
    display: block;
}

::-moz-selection {
    text-shadow: none;
    background: #99ff00;
    color: #1e272b;
}

::selection {
    text-shadow: none;
    background: #99ff00;
    color: #1e272b;
}

body {
    webkit-tap-highlight-color: #99ff00;
}