﻿.contact
{
    color: #547381;
    line-height: 18px;
    margin: 0 auto;
    padding: 50px 0;
    overflow: hidden;
    width: 1080px;
}
.contact .wrap-contact {
    float: left;
    width: 500px;
}
.contact .address-company
{
    border-bottom: solid 1px #dde7eb;
    font-size: 12px;
    line-height: 22px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: auto;
}
    .contact .address-company span {
        display: inline-block;
        width: 70px;
    }
.contact .title-c
{
    background: none;
    color: #1718cb;
    font-size:14px;
    text-transform: uppercase;
    padding: 0 0 5px;
    float: left;
    width: 100%;
}
.contact .address-company p a
{
    color: #547381;
}
.address-company p strong
{
    color: #000;
    float: left;
    padding-right: 5px;
}
/*=====send-mail====*/
.contact .send-mail
{
    color: #547381;
    overflow: hidden;
    width: auto;
}
.send-mail .title-c
{
    color: #17e942;
    padding-bottom: 20px;
}
.send-mail .red-color
{
    color: #ff0000;
}
.send-mail .input-1
{ 
    overflow: hidden;
    width: 460px;
}
.send-mail .input-1 .lb-name
{
    float: left;
    line-height: 30px;
    padding: 5px 0 5px 10px;
    position: relative;
    width: 80px;
}

.send-mail .input-1 .lb-error
{
    float: left;
    padding-bottom: 5px;
    padding-left: 90px;
    width: 370px;
}
.send-mail .input-1 .input-text, .send-mail .input-1 textarea, .input-1 .input-text-1,
.send-mail .select-b
{
    background: url(../images/input-bg.png) repeat-x left top;
    color: #747474;
    border: solid 1px #c7ddda;
    padding: 2px 4px;
    font-family: Arial;
    font-size: 11px;
    font-style: italic;
    height: 24px;
    line-height: 24px;
    margin: 5px 0;
    width: 360px;
}
.send-mail .select-b {
    float: left;
    height: 28px;
    line-height: 28px;
    padding: 2px;
    width: 370px;
}
.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 5px 10px;
    position: relative;
    width: 80px;
}

.send-mail .lb-name .red-color, .send-mail .lb-inden-codes .red-color
{
    left: 0;
    top: 3px;
    position: absolute;
}
.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: url(../images/btn-contact-bg.png) repeat-x left top;
    border: none;
    color: #fff;
    cursor: pointer;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    height: 32px;
    text-transform: uppercase;
    margin: 15px 0 10px 90px;
    width: 85px;
}
/*====map*/
.contact .map
{
    color: #333;
    float: right;
    line-height: 20px;
    width: 550px;
}
.contact .map h2
{
    color: #1718cb;
    font-size: 14px;
    text-transform: uppercase;
    padding: 5px 0;
}
.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 #29a5ca; 
    overflow: hidden;
    padding: 2px;
    width: 99%;
}
.map #map
{
    height: 550px; 
    font-size: 12px;
}
.map #map .box
{
    width: 360px;
}
.map #directionsPanel I
{
    font-size: 10px; 
    color: #666;
}
