﻿/*----------------------------------------------
css settings for HTML div exactCenter 
------------------------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Raleway);

#abc {
    width: 100%;
    height: 100%;
    opacity: 1;
    top: 0;
    left: 0;
    display: none;
}

#form img#close {
    position: absolute;
    right: -14px;
    top: -14px;
    cursor: pointer;
}


div#popupContact {
    position: absolute;
    left: 54%;
    top: 7.3%;
    font-family: 'Raleway', sans-serif;
}

#form {
    max-width: 350px;
    min-width: 250px;
    padding: 10px 30px;
    border: 2px solid #22699f;
    border-radius: 10px;
    font-family: raleway;
    background-color: #ffffff;
}

    #form p {
        margin-top: 30px;
    }

    #form h2 {
        background-color: #22699f;
        border-bottom: 2px dashed #fff;
        color: #fff;
        padding: 10px 30px;
        margin: -11px -31px;
        text-align: center;
        border-radius: 10px 10px 0 0;
        font-size: 1.8em;
    }

hr {
    margin: 10px -50px;
    border: 0;
    border-top: 1px solid #ccc;
}

#form input[type=text] {
    width: 100%;
    padding: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
    border: 1px solid #ccc;
    padding-left: 35px;
    font-size: 16px;
    font-family: raleway;
}

#form #strLeadFirstName {
    background-image: url('../../images/name.png');
    background-repeat: no-repeat;
    background-position: 5px 7px;
    height: 40px;
    max-width: 300px;
}

#form #strLeadLastName {
    background-image: url('../../images/name.png');
    background-repeat: no-repeat;
    background-position: 5px 7px;
    height: 40px;
    max-width: 300px;
}

#form #strLeadEmail {
    background-image: url('../../images/email.png');
    background-repeat: no-repeat;
    background-position: 5px 7px;
    height: 40px;
    max-width: 300px;
}

#form #strLeadPhone1 {
    background-image: url('../../images/phone1.png');
    background-repeat: no-repeat;
    background-position: 5px 7px;
    height: 40px;
    max-width: 300px;
}

#form textarea {
    background-image: url('../../images/msg.png');
    background-repeat: no-repeat;
    background-position: 5px 14px;
    max-width: 300px;
    width: 100%;
    height: 95px;
    padding: 10px;
    resize: none;
    border: 1px solid #ccc;
    padding-left: 35px;
    font-size: 16px;
    font-family: raleway;
    margin-bottom: 5px;
    margin-top: 5px;
}

#form #submit {
    text-decoration: none;
    width: 100%;
    text-align: center;
    display: block;
    background-color: #4594d0;
    color: white;
    border: 1px solid #4594d0;
    padding: 10px 0;
    font-size: 20px;
    cursor: pointer;
    border-radius: 5px;
}

    #form #submit:hover {
        text-decoration: none;
        width: 100%;
        text-align: center;
        display: block;
        background-color: #fff;
        color: #22699f;
        border: 1px solid #22699f;
        padding: 10px 0;
        font-size: 20px;
        cursor: pointer;
        border-radius: 5px;
    }

#formspan {
    color: red;
    font-weight: bold;
}


/*-----------------------------------------------------------------
css settings for right side advertisement
------------------------------------------------------------------*/
img#fugo {
    margin-left: 70%;
}


@media only screen and (max-width: 600px) {
    div#popupContact {
        max-width: 350px;
        position: absolute;
        left: 13%;
        top: 8%;
        font-family: 'Raleway', sans-serif;
    }


}
