﻿.contact
{
    color: #515151;
    float: left;
    line-height: 18px;
    width: 100%;
}
.contact .address-company
{
    background: #fff;
    border: solid 1px #dadada;
    font-size: 12px;
    line-height: 22px;
    padding: 20px;
    margin-bottom: 20px;
    width: auto;
}
.contact .title-c
{
    background: none;
    color: #e20109;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0;
    float: left;
    width: 100%;
}
.address-company h3
{
    color: #02069e;
    font-size: 13px;
    text-transform: uppercase;
}
.contact .address-company p a
{
    color: #555;
    font-size: 13px;
}
.address-company p strong
{
    color: #000;
    padding-right: 5px;
}
/*=====send-mail====*/
.contact .send-mail
{
    background: #fff;
    border: solid 1px #E9E9E9;
    color: #555;
    padding: 20px;
    margin-bottom: 20px;
    width: auto;
}
.send-mail .red-color
{
    color: #ff0000;
}
.send-mail .input-1
{ 
    overflow: hidden;
    margin: 0 auto;
    width: 460px;
}
.send-mail .input-1 .lb-name
{
    float: left;
    line-height: 30px;
    padding: 5px 0;
    width: 90px;
}
.send-mail .input-1 .lb-error
{
    float: left;
    padding-bottom: 5px;
    padding-left: 85px;
    width: 480px;
}
.send-mail .input-1 .input-text, .send-mail .input-1 textarea, .input-1 .input-text-1
{
    color: #747474;
    border: solid 1px #c3c3c3;
    border-radius: 6px;
    padding: 2px 4px;
    font-family: Arial;
    font-size: 11px;
    font-style: italic;
    height: 24px;
    line-height: 24px;
    margin: 5px 0;
    width: 360px;
}
.send-mail .input-1 textarea
{
    height: 150px;
    overflow: auto;
    line-height: 20px;
    resize: none;
}
.send-mail .input-1 .input-text-1
{
    float: left;
    vertical-align: middle;
    margin: 0;
    height: 33px;
    line-height: 31px;
    width: 75px !important;
}
.send-mail .input-1 .lb-inden-codes
{
    float: left;
    line-height: 37px;
    padding: 5px 0;
    width: 90px;
}
.send-mail .input-1 .codes
{
    float: left;
    padding-top: 5px;
    width: 305px;
}
.send-mail .codes .capcha
{
    float: left;
    padding-left: 10px;
    width: 200px;
}
.codes .capcha img
{
    float: left;
}
.codes .capcha .rcRefreshImage
{
    background: url(../images/refresh.png) no-repeat left center;
    display: block;
    float: left;
    text-indent: -9999em;
    margin-left: 10px;
    margin-top: 9px;
    height: 16px;
    width: 16px;
}
.codes .capcha .rcRefreshImage:hover
{
    background-position: -16px center;
}
.send-mail .input-1 .bnt-button
{
    background: #1c87ff;
    border: none;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    font-family: Arial;
    font-size: 18px;
    height: 40px;
    text-transform: capitalize;
    margin: 15px 0 10px 85px;
    width: 80px;
}
.send-mail .input-1 .bnt-button:hover
{
    background: #e20109;
}
/*====map*/
.contact .map
{
    background: #fff;
    line-height: 20px;
    padding-top: 15px;
    width: 100%;
}
.contact .map h2
{
    color: #e20109;
    font-family: Arial;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 30px;
}
.contact .map h3
{
    color: #02069e;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 20px;
}
.contact .map strong
{
    color: #222;
}
.contact .map a
{
    color: #333;
    font-size: 12px;
}
.contact .map a:hover
{
    text-decoration: none;
}
.map #start 
{
    border: 1px solid #ccc;
    color: #666;
    font-size: 10px;
    height: 21px;
    line-height: 20px;
    padding: 0 8px;
    width: 290px;
}
.map i
{ 
     color: #666;
     font-size: 10px;
}
.map .getdiretion
{
    background: #fff; 
    border: 1px solid #ccc;
    color: #666;
    cursor: pointer;
    display: inline-block;  
    font-size: 10px; 
    font-weight: bold;
    padding: 3px 0; 
    width: 99px;
}
.map .map-content
{
    border: 1px solid #dadada; 
    overflow: hidden;
    padding: 2px;
    width: 99%;
}
.map #map
{
    height: 610px; 
    font-size: 12px;
}
.map #map .box
{
    width: 440px;
}
.map #directionsPanel I
{
    font-size: 10px; 
    color: #666;
}
