/*body
{
    margin: 0px;
    padding: 0px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
}*/
/*.contact-main{
    margin: 10% 0 0 30%;
}*/
.contact-form-top
{
    width: 94%;
    padding: 15px;
    background: #92a3b0;
    border-radius: 5px 5px 0px 0px;
}
.contact-form-top h4
{


    font-size: 30px;
    color: #fff;
    margin: 0px;
    padding: 0px;
    float: left;

}
.contact-form-top .close
{
    width: 30px;
    height: 30px;
    float: right;

}
.contact-form-top .close .closeicon
{
    font-size: 25px;
    color: #fff;
    margin-top: 3px;

}
.contact-form-container
{
    width:94%;
    padding: 15px;
    background: #00559b;
    border-radius: 0px 0px 5px 5px;
}
.contact-form-container p
{
    font-size: 17px;
    color: #fff;
    margin: 0px 0px 15px 0px;
}
.contact-form-container .form-main
{
    width: 100%;
    height: auto;
    position: relative;
    margin: 15px 0px 0px 0px;
}
.contact-form-container .form-main .icon
{
    width: 32px;
    height: 32px;
    background: #92a3b0;
    float: left;
    display: block;
    text-align: center;
}
.contact-form-container .form-main .icon .iconstyle
{
    color: #fff;
    font-size: 17px;
    padding: 7px 0px 0px 0px;
}
.contact-form-container .form-main .inputs
{

    display: block;
    float: left;	
    width: 92%;
}
.contact-form-container .form-main .inputs input
{
    display: block;
    width: 100%;
    height: 32px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: none; 
}
.contact-form-container .form-main .inputs textarea
{
    height: 136px;
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: none;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
    resize: none;
    text-align: left;
}
.contact-form-container button
{
    background: #92a3b0;
    padding: 7px;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    border: medium none;
    font-size: 17px;
    margin-top: 10px;
    float: right;
    cursor: pointer;
/*    margin-right: 4px;*/
}
.contact-form-container button:hover
{
    background: #92a3b0;

}
.slidesection-main
{
    width: 199px;
    height: 48px;
    display: block;
    position: fixed;
    top: 21%;
    right: -150px;
    cursor: pointer
}
.slidesection-main .slidesectionleft
{
    width: 48px;
    height: 48px;
    background: #005ba8;
    float: left;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 30px;
    padding-top: 7px;
}
.slidesection-main .slidesectionright
{
    width: 150px;
    height: 48px;
    background: #92a3b0;
    float: left;
    display: block;
    padding: 12px 0px 0px 10px;
    color: #fff;
}
.clear
{
    clear: both;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 5; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    margin: auto;
    width: 37%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.captcha {
    margin-left: 8%;
}

@media screen and (min-width: 320px) and (max-width: 480px) {
.modal-content {
        width: 96%;
}
.contact-form-container .form-main .inputs {
    width: 87%;
}

}

@media screen and (min-width: 481px) and (max-width: 768px) {
.modal-content {
        width: 76%;
}
.contact-form-container .form-main .inputs {
    width: 89%;
}

}
@media screen and (min-width: 769px) and (max-width: 1236px) {
.modal-content {
        width: 49%;
}
.contact-form-container .form-main .inputs {
    width: 90%;
}

}
