﻿
* {
    font-family: 'Source Sans Pro', sans-serif;
}

.contact-form {
    width: 560px;
    margin: 0px auto;
}

.subject {
}

li {
    list-style: none;
}

ul {
    margin: 0px;
    padding: 0px;
}

.first-last li {
    display: inline-block;
}

.subject input, .phone input, .email input, .message input {
    width: 100%;
}

.first-last input {
    width: 260px;
}

label {
    width: 33px;
    height: 14px;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.9px;
    text-align: left;
    color: #666666;
}

.inputs {
    width: 560px;
    height: 60px;
    background-color: #f8f8f8;
    border: 0px;
}

/*.contact-form input{
	border: 0px;
    background-color: #f8f8f8;
}*/

.contact-title {
    text-align: center;
    font-size: 20px;
    color: #333333;
    padding: 30px;
}

.contact-form input.half-input.inputs.first-half {
    margin-right: 5px;
}

.contact-form input.half-input.inputs.second-half {
    margin-left: 5px;
}

label.last-name {
    margin-left: 10px;
}

label.lab-lastname {
    margin-left: 4px;
}

.first-last, .email, .phone, .message {
    margin-top: 20px;
}

input.half-input.inputs, .inputs {
    font-size: 18px;
    padding-left: 10px;
}

textarea.inputs {
    height: 120px;
    margin-bottom: 20px;
    border: 0px;
}

.send-block li {
    display: inline-block;
}

li.checkbox {
    font-size: 16px;
    width: 275px;
}

li.submit button {
    background-color: #000;
    border: 0px;
    color: #fff;
    height: 60px;
    width: 180px;
    font-size: 14px !important;
}

.send-block li {
    width: 49%;
}

.submit button {
    float: right;
}

.info-title {
    text-align: center;
    margin-top: 30px;
    border-top: 1px solid #e7e7e7;
    padding-top: 25px;
    font-size: 18px;
    margin-bottom: 25px;
}

.infos li {
    display: inline-block;
    font-size: 18px;
}

ul.cust-info {
    width: 375px;
    margin: 0px auto;
}

li.callus a {
    text-decoration: none;
    color: #333;
}

li.callus {
    padding-right: 10px;
}

    li.callus img {
        vertical-align: middle;
        padding-right: 5px;
    }

li.hours img {
    padding-right: 5px;
    vertical-align: middle;
}

.inputs:focus {
    border: 0px !important;
    background-color: #fff;
    box-shadow: 0px 0px 11px 4px #f8f8f8;
    outline: none;
}

label {
    line-height: 30px;
}

textarea:focus {
    border: 0px !important;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px #a5a5a5;
    outline: none;
}


.email input {
    background-image: url(/icons/gray-mail.svg);
    background-repeat: no-repeat;
    text-indent: 30px;
    background-position-x: 13px;
    background-position-y: 20px;
}

.phone input {
    background-image: url(/icons/gray-phone.svg);
    background-repeat: no-repeat;
    text-indent: 30px;
    background-position-x: 13px;
    background-position-y: 20px;
}


.tberr {
    color: #ff0000;
    border: 1px solid #ff0000;
    /*font-size: 13px;*/
    letter-spacing: 1px;
    background-image: url(../icons/alert1.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position-y: 18px;
    background-position-x: 310px;
}


.but1 {
    background-color: #000;
    border: 0px;
    color: #fff;
    height: 60px;
    width: 180px;
    font-size: 14px !important;
}




@media only screen and (max-width: 1260px) {
    .contact-form {
        width: initial;
        padding: 10px;
    }


    .inputs {
        width: 100%;
        padding-left: 0;
        text-indent: 10px;
        resize: none;
    }

    .send-block li {
        display: block;
        width: 100%;
    }

    .but1 {
        width: 100%;
        margin-top: 10px;
    }

    ul.cust-info {
        width: 100%;
        margin: 0px auto;
    }

    li.callus {
        padding-right: 0;
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }

    .infos li {
        display: block;
        font-size: 18px;
        text-align: center;
    }

    .first-last li {
        display: block;
    }

    .contact-form input.half-input.inputs.first-half {
        margin-right: 0;
        padding: 0;
        width: 100%;
    }

    .contact-form input.half-input.inputs.second-half {
        margin-left: 0;
        padding: 0;
        width: 100%;
    }

    .email input {
        text-indent: 50px;
    }
   .phone input {
        text-indent: 50px;
    }






}

