/* Global
-------------------------------*/

html, body { height: 100%; }

body { 
    color: #2b2b2b;
    background-color: #fff;
    font-family: "proxima-nova-alt", Helvetica, sans-serif;
}

a, a:hover, a:visited, a:active {
    color:inherit;
    -webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
    outline: none !important;
}

section {
    padding:60px 0;
    clear:both;
}

header, footer {
    clear:both;
}

.row {
    max-width:none;
    margin:0 auto;
}

/* Theme
-------------------------------*/

header {
}

/*Buttons*/

.button-link {
    display:block;
    width:182px;
    padding:15px;
    font-size:12px;
    font-weight:400;
    color:#fff!important;
    text-transform:uppercase;
    text-align:center;
    letter-spacing:1px;
    background:#2b2b2b;
}

/*Forms*/

input[type="text"], input[type="email"], select {
    margin-bottom:0px;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    -o-box-shadow:none;
    box-shadow:none;
    border-left:none;
    border-top:none;
    border-bottom:none;
    background:#fff;
    font-size:14px;
    color:#505050;
}

select {
    background-image:url('../img/arrow-down.svg');
    background-size:8px;
    background-position:95%;
    background-repeat:no-repeat;
}

select:focus {
    outline:none;
}

input[type="text"], input[type="email"] {
    padding: 0 18px;
}

input[type="submit"] {
    display:block;
    text-transform: none;
    border:none;
    outline:none;
    background-image:none;
    font-size:12px;
    padding:12px;
}

input[type="submit"]:hover {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

input[type="file"] {
    font-size:11px;
    color:#999;
}

/*Lists*/

ul {
    margin:0px;
    padding:0px;
    list-style-type:none;
}

ul li {
    font-size:14px;
    line-height:180%;
}

ul.inline-list {
    margin: 0px;
}

ul.inline-list li {
    margin: 0px;
    padding:0px;
}

.inline-list>li {
    float:none;
    display:inline-block;
}

ul.inline-list>li>* {
    display:inline-block;
}

/*Testimonials Slider*/

#testimonials {
    background:#4397ff;
    color:#fff;
}

#testimonials h3 {
    color:#fff;
}

.testimonial-quote {
    max-width:680px;
    margin:0 auto 12px auto;
    font-weight:400;
    font-size:20px;
    border-left:none;
    line-height:180%;
    color:#fff;
}

.testimonial-name {
    font-size:12px;
    font-weight:400;
    font-style:italic;
    text-transform:uppercase;
}

.orbit-slide-number, .orbit-timer {
    opacity:0;
}

.orbit-bullets {
    text-align:center;
}

.orbit-bullets li {
    position:relative;
    height:16px;
    width:16px;
    background:#4397ff;
    border:1px solid transparent;
    border-radius:50%;
    margin:0;
}

.orbit-bullets li:after {
    content:'';
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    margin:auto;
    width:6px;
    height:6px;
    background:#a1cbff;
    border-radius:50%;
}

.orbit-bullets li.active {
    border:1px solid #fff;
    background:#4397ff;
}

.orbit-bullets li.active:after {
    background:#fff;
}

/* Typography
-------------------------------*/

h1, h2, h3,
h4, h5, h6 {
    font-weight: 700;
    font-family: "proxima-nova-alt", Helvetica, sans-serif;
}

h1 { 
    font-size:40px;
    font-weight:700;
    color:#fff;
    text-align:center;
    margin-bottom:0;
}

h2 {
    text-align:center;
}

h3 {
    margin-bottom:20px;
    padding-bottom:20px;
    font-size:12px;
    text-transform:uppercase;
    text-align:center;
    letter-spacing:1px;
}

h4 {
    margin-bottom:12px;
    font-size:12px;
    font-weight:700;
    text-transform:uppercase;
}

p { 
    font-size: 12px;
    font-weight:400;
    line-height:180%;
}

/* Header
-------------------------------*/

header {
    width:100%;
}

header .row {
    max-width:920px;
}

header .logo {
    max-width:140px;
}

.header-right div {
    float:right;
}

.header-button {
    display:inline-block;
    width:182px;
    font-weight:700;
    font-size:10px;
    text-transform:uppercase;
    letter-spacing:1px;
    text-align:center;
    background:#fff;
    padding:15px;
    color:#2b2b2b!important;
}

.contact-info {
    display:inline-block;
    margin-top:30px;
    text-align:right;
    font-size:12px;
}

.contact-info .highlighted-text {
    font-weight:700;
    font-size:21px;
}


/* Drawer Menu
-------------------------------*/

.menu-button {
    display:none;
    position:absolute;
    top:0;
    right:0;
    width:30px;
    margin:24px;
}


/* Section-Specific Styles
-------------------------------*/

    /*Home*/

    .home header {
        padding:15px 30px 45px 30px;
        background:url('../img/fredy_chevy_home.jpg');
        background-size:cover;
        background-repeat:no-repeat;
        color:#fff;
    }

    .home .header-button {
        position:relative;
        top:-15px;
        margin-right:36px;
    }

    .home h2 {
        margin-bottom:60px;
        font-size:22px;
        font-weight:700;
        color:#4397ff;
        text-transform:uppercase;
    }

    .hero-text {
        padding:36px 0;
        text-align:center;
    }

    .hero-text p {
        font-size:18px;
    }

    .description {
        max-width:630px;
        margin:0 auto;
    }

    .get-an-estimate {
        margin:60px auto 15px auto;
        font-size:20px;
        font-weight:700;
    }

    #start-estimate {
        padding:24px 30px;
        background:#bf1e2e;
    }

    #start-estimate form {
        max-width:850px;
        margin:0 auto;
    }

    #start-estimate input, #start-estimate a {
        float:left;
        width:25%;
        border-right:1px solid #2b2b2b;
    }

    #start-estimate a {
        max-width:182px;
        padding:10px;
    }

    #logos {
        padding:24px 30px;
        background:#2b2b2b;
    }

    #logos ul {
        display:table;
        text-align:center;
        max-width:1100px;
        margin:0 auto;
    }

    #logos ul li {
        display:table-cell;
        padding:0 15px;
    }

    #what-sets-us .row {
        max-width:910px;
    }

    #what-sets-us h3 {
        text-align:left;
        width:100%;
        border-bottom:1px solid #2b2b2b;
    }

    #cars {
        background:#f8f8f8;
    }

    #cars .row {
        max-width:1120px;
        margin:0 auto;
    }

    #cars .car-1 {
        padding-right:6%;
    }

    #included-with-repair .row {
        max-width:760px;
        margin:0 auto;
    }

    #included-with-repair ul {
        border-left:1px solid #dddddd;
        position:relative;
        left:29px;
    }

    #included-with-repair ul li {
        position:relative;
        left:-29px;
        line-height:200%;
        margin:24px 0 48px 0;
        font-size:12px;
    }

    #included-with-repair ul li:last-child {
        margin:24px 0 24px 0;
    }

    #included-with-repair ul li:before {
        display:inline-block;
        margin-right:8px;
        padding-top:1.5px;
        width:26px;
        height:26px;
        border-radius:50%;
        color:#fff;
        font-size:13px;
        font-weight:700;
        text-align:center;
    }

    #included-with-repair ul .item-1:before {
        content:'1';
        background:#0380d5;
    }

    #included-with-repair ul .item-2:before {
        content:'2';
        background:#2570d5;
    }

    #included-with-repair ul .item-3:before {
        content:'3';
        background:#525bd5;
    }

    #included-with-repair ul .item-4:before {
        content:'4';
        background:#7c46d5;
    }

    #included-with-repair ul .item-5:before {
        content:'5';
        background:#9f36d5;
    }

    #included-with-repair ul .item-6:before {
        content:'6';
        background:#a334d2;
    }

    #included-with-repair ul .item-7:before {
        content:'7';
        background:#ae37b8;
    }

    #included-with-repair ul .item-8:before {
        content:'8';
        background:#bb3a9b;
    }

    #included-with-repair ul .item-9:before {
        content:'9';
        background:#ca3d77;
    }

    #included-with-repair ul .item-10:before {
        content:'10';
        background:#d5405e;
    }

    #contact {
        background:#f8f8f8;
    }

    #contact h3 {
        color:#4397ff;
    }

    #contact .row {
        max-width:580px;
        margin:0 auto;
    }

    .contact-icon {
        float:left;
        width:10%;
        padding-right:10px;
    }

    .contact-text {
        float:left;
        width:90%;
    }

    #contact .button-link {
        margin:60px auto 0 auto;
    }

    /*Estimate*/

    .estimate header {
        padding:20px;
        background:url('../img/fredy_chevy_estimate.jpg');
        background-size:cover;
    }

    .estimate .header-button {
        margin-left:36px;
        margin-top:45px;
    }

    .estimate h2 {
        margin-bottom:40px;
        font-size:22px;
    }

    .estimate-body .row {
        max-width:960px;
        margin:0 auto;
    }

    .estimate-instructions {
        padding-right:80px;
    }

    .estimate-instructions p {
        font-size:14px;
    }

    #estimate-form fieldset {
        border:none;
        padding:0;
        margin-bottom:15px;
    }

    #estimate-form input[type="text"], #estimate-form input[type="email"], #estimate-form textarea, #estimate-form select {
        border:1px solid #d9d9d9;
        padding:8px;
    }

    #estimate-form textarea {
        height:115px;
    }

    .three-up {
        float:left;
        display:block;
        width:31%;
        margin-right:3.333333333333333333%;
    }

    .two-up {
        float:left;
        display:block;
        width:49%;
        margin-right:2%;
    }

    .three-up.last {
        width:31.3333333333333333%;
        margin-right:0;
    }

    .two-up.last {
        margin-right:0;
    }

    #estimate-form label {
        font-size:12px;
    }

    .estimate ::-webkit-input-placeholder {
        font-size:12font-weight:400; color:#ff6d72;
    }

    .estimate :-moz-placeholder { /* Firefox 18- */
        font-weight:400; color:#ff6d72;
    }

    .estimate ::-moz-placeholder {  /* Firefox 19+ */
        font-weight:400; color:#ff6d72;
    }

    .estimate :-ms-input-placeholder {  
        font-weight:400; color:#ff6d72;
    }

    .estimate h3 {
        margin-bottom:0;
        margin-top:30px;
        padding-bottom:0;
        letter-spacing:0;
        text-align:left;
        font-size:12px;
    }

    .estimate input[type="submit"] {
        display:block;
        width:182px;
        margin:15px 0;
        padding:15px;
        background:#bf1e2e;
        color:#fff;
        text-transform:uppercase;
        font-size:12px;
        text-align:center;
    }

/* Estimate Modal
-------------------------------*/
    
    #estimate-modal {
        max-width:448px;
        margin:0 auto;
        background:;
    }

    .reveal-modal {
        padding:30px;
        background:rgba(0,0,0,0.8);
        border:none;
        border-radius:0;
    }

    .reveal-modal-bg {
        background:rgba(0,0,0,0.2);
    }

    .tabbed-estimate-form {
        background:#fff;
        color:#2b2b2b;
    }

    #estimate-modal h2 {
        color:#2b2b2b;
        text-transform:none;
        margin-bottom:0;
        padding:20px 0;
        border-bottom:2px solid #ddd;
        font-size:21px;
    }

    .tabs {
        width:100%;
    }

    .tabs dd, .tabs .tab-title {
        width:33.333333333333333%;
        color:#fff;
    }

    .tabs dd>a, .tabs .tab-title>a {
        background:#2b2b2b;
        border-right:1px solid #fff;
        text-transform:uppercase;
        color:#fff;
        font-size:11px;
        text-align:center;
    }

    .tabs dd:last-child>a, .tabs .tab-title:last-child>a {
        border-right:none!important;
    }

    .tabs dd.active a, .tabs .tab-title.active a {
        background:#4397ff;
        color:#fff;
    }

    .tabs-content {
        background:#f0f0f0;
        margin-bottom:0;
    }

    .tabs-content>.content {
        padding:0;
    }

    #estimate-modal fieldset {
        padding:15px 25px;
        border-bottom:2px solid #ddd;
        border-top:none;
        border-left:none;
        border-right:none;
        margin:0;
    }

    #estimate-modal input[type="text"], #estimate-modal input[type="email"], #estimate-modal textarea, #estimate-modal select {
        border:1px solid #ddd;
    }

    .next-button, #estimate-modal input[type="submit"] {
        display:block;
        width:75%;
        margin:15px auto;
        padding:15px;
        background:#4397ff;
        color:#fff;
        text-transform:uppercase;
        font-size:12px;
        text-align:center;
    }

    #estimate-modal label {
        margin-bottom:10px;
        font-size:11px;
        font-weight:700;
        text-transform:uppercase;
    }

    .next-button:hover, .next-button:visited, .next-button:active {
        color:#fff!important;
    }



/* Footer
-------------------------------*/

footer { 
    padding:40px 30px;
    width: 100%;
    background:#2b2b2b;
    color:#fff;
}

footer .row {
    max-width:910px;
}

footer ul {
    text-align:right;
}

footer ul li {
    display:inline-block;
    margin-left:24px;
}

footer ul li img {
    height:18px;
}

footer p {
    font-size:12px;
    padding-top:10px;
}

footer form {
    margin:30px auto;
    clear: both;
    float: left;
    width: 100%;
}

/* Media Queries
-------------------------------*/

@media only screen 
and (max-width:840px) {
    #logos ul li {
        padding:0 8px;
    }
    .estimate-instructions, .estimate-information {
        float:none;
        width:100%;
        padding:0 30px;
    }
}

@media only screen 
and (max-width:685px) {
    .estimate .header-button {
        display:block;
        margin-top:15px;
    }
    #start-estimate input, #start-estimate a {
        float:none;
        display:block;
        width:100%;
        max-width:420px;
        margin:15px auto;
        border-right:none;
    }
    #included-with-repair {
        padding:60px 30px;
    }
    #included-with-repair ul {
        float:none;
        width:100%;
        text-align:center;
        border-left:none;
        margin-bottom:24px;
    }
    #included-with-repair ul li {
        margin:0 0 48px 0
    }
    #included-with-repair ul li:before {
        display:block;
        margin-left:auto;
        margin-right:auto;
        margin-bottom:6px;
    }
}

@media only screen 
and (max-width:640px) {
    h1 {
        font-size:30px;
    }
    header .logo {
        float:none;
        display:block;
        margin:30px auto;
    }
    .header-right div {
        float:none;
        width:100%;
    }
    .header-button, .home .header-button{
        display:block;
        margin-right:auto;
        margin-left:auto;
        margin-top:30px;
    }
    .contact-info {
        display:block;
        width:100%;
        text-align:center;
    }
    .estimate .header-button {
        margin-left:auto;
    }
    #logos {
        display:none;
    }
    #what-sets-us {
        padding:60px 30px 30px 30px;
    }
    #what-sets-us div {
        margin-bottom:30px;
    }
    #what-sets-us .row {
        margin-bottom:0;
    }
    #cars {
        padding:60px 30px 30px 30px;
    }
    #cars div {
        margin-bottom:60px;
    }
    #cars .row {
        margin-bottom:0;
    }
    .contact-icon {
        float:none;
        width:25px;
        margin:0 auto 10px auto;
        padding-right:0;
    }
    .contact-text {
        float:none;
        width:100%;
        text-align:center;
        margin-bottom:60px;
    }
    #contact .button-link {
        margin:0 auto;
    }
    footer p, footer ul {
        text-align:center;
    }
    footer ul li {
        margin-left:12px;
        margin-right:12px;
    }
}

@media only screen 
and (max-width:500px) {
    .two-up, .three-up, .two-up.last, .three-up.last {
        float:none;
        display:block;
        width:100%;
        margin-right:0;
    }

    .estimate input[type="submit"] {
        margin:15px auto;
    }
}




#recaptcha-field > div:first-child {
    margin: 0 auto;
}

