/*
*Custom CSS by Alex Rubio
*Code Authority 2014
*/

/*Call Us Button Style*/
.callnow {
    padding: 5px;
    border: 5px solid rgba(59, 125, 45, 0.37);
    border-radius: 6px;
    width: 213px;
    background-color: rgba(192, 192, 192, 0.63);
    margin-top: 48px;
    text-align: right;
    float: right;
}

.phone {
    float: left;
    width: 46px;
    margin-left: 0px;
}

.call {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 100;
}

.number {
    position: relative;
    font-size: 23px;
    text-transform: uppercase;
    color: #000;
    font-family: 'Lato', sans-serif;
    font-weight: 100;
}

/*Float Styles*/

.floatr {
    float: right!important;
}

.floatl {
    float: left!important;
}

/*Service ASIDE List Style*/
#servicex {
    margin-left: 10px;
}

    #servicex > ul li {
    }

#service {
    margin-left: 10px;
}

/*Logo Style*/

#logo {
    width: 244px;
    padding: 10px;
}

/*Request Quote Style*/

#quote {
    padding-top: 20px;
    padding-bottom: 4PX;
}

    #quote h2 {
        color: #5D5D5D;
        font-size: 45px;
        padding-bottom: 5px;
        font-weight: 100;
        float: left;
    }

    #quote button {
        float: right;
    }

/*Footer Style*/

footer {
    text-align: center;
    min-height: 27px;
    background-color: #3C7D2C;
    padding-top: 4px;
}

    footer p {
        font-family: 'Lato', sans-serif;
        padding-right: 24px;
        line-height: 10px;
        margin: 6px 10px 5px;
        color: #fff;
        font-size: 10px;
    }

    footer a, footer a:active, footer a:visited {
        color: #fff;
        text-decoration: none;
    }

        footer a:hover {
            color: #ACACAC;
        }

    footer ul {
        margin: 0px;
    }

    footer li {
        font-size: 12px;
        text-transform: capitalize;
        line-height: 0px;
        margin-right: 5%;
        display: inline;
    }

/*Info Section Style*/

#info {
    padding-top: 20px;
    background-color: #2e2e2e;
    padding-bottom: 29px;
}

    #info p {
        font-family: 'Lato', sans-serif;
        font-size: 15px;
        letter-spacing: .2px;
        font-weight: 100;
    }

        #info p.profile {
            font-family: 'Lato', sans-serif;
            font-size: 14px;
            letter-spacing: .2px;
            font-weight: 100;
        }

    #info a {
        color: #AAAAAA;
        font-family: 'Lato', sans-serif;
        font-size: initial;
        letter-spacing: .2px;
        font-weight: 100;
    }

#map {
    margin-left: 5px;
}

#info div {
    background-color: #2E2E2E;
    color: #fff;
    margin-bottom: 5px;
}

#info h3 {
    font-weight: 100;
    color: #fff;
}

#info .line {
    position: relative;
    height: 5px;
    border-top: 1px solid #6F6F6F;
    width: 81%;
    display: block;
}

/*Content Section Style*/

#content {
    padding-top: 20px;
    background-color: #fff;
}

    #content h3.jumbo {
        text-align: center;
        color: #3C7A2A;
        font-size: 50px;
        font-family: 'Lato', sans-serif;
        font-weight: 300;
        text-transform: none;
        margin-bottom: 30px;
    }

    #content h1.jumbo {
        text-align: center;
        color: #3C7A2A;
        font-size: 50px;
        font-family: 'Lato', sans-serif;
        font-weight: 300;
        text-transform: none;
        margin-bottom: 30px;
    }

    #content h3 {
        font-size: 25px;
        font-family: 'Lato', sans-serif;
        font-weight: 300;
        text-transform: uppercase;
    }

    #content p {
        line-height: 17px;
    }

.title {
    font-size: 21px;
    padding: 5px;
    background-color: #5B5B5B;
    color: #fff;
    display: block;
    font-family: 'Lato', sans-serif;
    margin-bottom: 10px;
    font-weight: 100;
}


/*Quote Button*/

.servicebt a {
    float: right;
    text-align: center;
    margin-top: 10px;
    padding-bottom: 4px;
    width: 264px;
    background: #2E2E2E;
    border: 1px solid #aaa;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 100;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 20px;
    line-height: normal;
    font-family: 'Lato', sans-serif;
}

    .servicebt a:hover {
        transition: all 0.5s ease;
        background-color: #000;
        color: #3B7D2D;
        font-family: 'Lato', sans-serif;
    }

/*Welcome BuTTON*/

.welcomebt a {
    text-align: center;
    width: 84px;
    background: #2E2E2E;
    border: 1px solid #aaa;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 100;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 10px;
    line-height: normal;
    font-family: 'Lato', sans-serif;
    margin-top: 1px;
    padding: 4px;
}

    .welcomebt a:hover {
        transition: all 0.5s ease;
        background-color: #000;
        color: #3B7D2D;
        font-family: 'Lato', sans-serif;
    }

/*Table Style*/

.Table {
    display: table;
    width: 100%;
}

.Title {
    display: table-caption;
    text-align: center;
    font-weight: bold;
    font-size: larger;
}

.Heading {
    display: table-row;
    font-weight: bold;
    text-align: center;
}

.Row {
    display: table-row;
}

.Cell {
    display: table-cell;
    width: auto;
    padding-left: 9px;
}

#servicesdiv .Cell {
    display: table-cell;
    padding-right: 28px;
    width: auto;
    padding-left: 9px;
    min-width: 100%;
    max-width: 300px;
}

.Cell p {
    line-height: 15px!important;
}

/*Services Style*/

#services {
    text-align: center;
    padding-top: 14px;
}

    #services img {
        width: 80%;
    }

.servname {
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 100;
    display: block;
    padding-bottom: 10px;
}

/*Imgbx Style*/

.imgbx {
    float: left;
    width: 37%;
    border: 3px solid #fff;
    margin-left: 5px;
    margin-bottom: 7px;
}

    .imgbx img {
        float: left;
        width: 100%;
    }


/*Full Width Divs*/
.mapbg {
    background-color: #fff;
    width: 100%;
    display: flex;
    display: inline-flexbox;
}

.sliderbg {
    background-color: #131313;
    width: 100%;
}

.footerbg, .navbg {
    background-color: #3C7D2C;
    width: 100%;
}

.infobg {
    background-color: #2E2E2E;
    width: 100%;
}

.quotebg, .servicesbg {
    background-color: #E2E2E2;
    width: 100%;
}

.headerbg {
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.15) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.15))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.15) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.15) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.15) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.15) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#26000000',GradientType=0 ); /* IE6-9 */
    width: 100%;
}
/*Slider DIV*/

#slider {
    height: 400px;
}

/*Button*/

.submit {
}

/*Finishes Classes*/
#finishes h4 {
    font-family: n font-size: 15px;
    letter-spacing: .2px;
    font-weight: 100;
}

#finishes p, figcaption {
    font-size: 12px;
}

/*JUMBO*/
.jumboservices {
    text-align: -webkit-center;
    font-size: 18px!important;
    color: #3B7D2D;
}

/*QUOTE BLOCKS*/
.bqstart {
    float: left;
    font-size: 700%;
    color: #3C7D2C;
}

.bqend {
    float: right;
    font-size: 700%;
    color: #3C7D2C;
    padding: 43px;
}


/*Cell Phone Style*/

@media only screen and (max-width: 767px) {


    .Cell {
        padding: 5px;
    }

    #servicesdiv .Cell {
        padding: 5px;
        float: left;
    }

    #info h3, p {
        padding-left: 5px;
    }

    #info .line {
        width: 97%;
        margin-left: 4px;
    }

    #quote {
        text-align: center;
    }

        #quote h2 {
            color: #5D5D5D;
            font-size: 30px;
        }

        #quote button {
            float: none;
        }

    #content h3.jumbo {
        text-align: center;
        color: #3C7A2A;
        font-size: 30px;
        font-family: 'Lato', sans-serif;
        font-weight: 300;
        text-transform: none;
        margin-bottom: 20px;
    }

    .callnow {
        padding: 5px;
        border: 5px solid rgba(59, 125, 45, 0.37);
        border-radius: 6px;
        width: 213px;
        background-color: rgba(118, 118, 118, 0.63);
        margin-top: 11px;
        text-align: right;
        float: none;
        margin-left: 32px;
        margin-bottom: 17px;
    }

    .number {
        font-size: 20px;
    }

    #logo {
        width: 207px;
        padding: 10px;
        margin-left: 42px;
    }

    #footer-ul {
        text-align: center;
        margin-bottom: 11px;
        font-size: 9px;
    }

    footer p {
        margin: 1px 17px 10px 0px;
    }

    .resize-serv {
        width: 50%!important;
    }
}
