﻿/* ==========================================================================
contact section
========================================================================== */
#contact 
{
    background: #3B3B3B url('../images/contact-bg.jpg') no-repeat center center;
    background-size: cover;
    color: #ffffff;
}

#contact .contactarea 
{
    background: rgba(0,0,0, 0.5);
    padding:20px 20px;
    margin-top: 3px;
}

#contact h2
{
    padding-bottom: 20px;
}

#contact h3 
{
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
}

#contact .medium-icon 
{
    padding-top: 0px;
    padding-right: 5px;
}

#contact .contact-info div 
{
    padding-top: 14px;
    padding-bottom: 14px;
}

#contact form 
{
    padding-top: 20px;
}

#contact .form-control 
{
    border: 2px solid #ffffff;
    box-shadow: none;
    margin-top: 10px;
    margin-bottom: 10px;
    transition: all 0.4s ease-in-out;
    border-radius: 0;
}

#contact input 
{
    height: 40px;
}

#contact input[type="submit"],
#contact input[type="submit"]:focus, 
#contact input[type="button"],
#contact input[type="button"]:focus, 
.ButtonClose, 
.ButtonClose:focus 
{
    background: #141F35;
    border: none;
    border-top: 5px solid #61ba0b;
    letter-spacing: 1px;
    margin-top: 18px;
    height: 50px;
    color: #fff;
    max-width: 300px;
    float: right;
    border-radius: 0;
    width: 100%;
}

#contact input[type='submit'],
#contact input[type='button']
{
    margin-bottom: 20px;
}

#contact #CaptchaHolder
{
    width: 100%;
    background:#fff;
    height: 40px;
    margin: 10px 0 20px 0;
    transition: all 0.4s ease-in-out;
    box-shadow: none;
}

#contact #ImgCaptcha
{
    height: 40px;
    border: 2px solid #ffffff;
    margin-left: 10px;
}

#contact .socialicons
{
    margin-top: 39px;
}

#contact .socialicons a
{
    margin-right: 10px;
    color: #fff;
}

#contact .socialicons a i:hover
{
    text-shadow:0 0 3px #141F35; 
}

#contact .twitter:hover
{
    color: #1da1f2;
}

#contact .linkedin:hover
{
    color: #0077B5;
}

#contact .facebook:hover
{
    color: #3c5a99;
}

.DevArt 
{
    font-size: 12px;
}

.DevArt a, .DevArt a:visited, .DevArt a:hover, .DevArt 
{
    color: #1f1f1f;
}

#map
{
    padding: 0;
    margin: 0;
    background: #141F35;
}

a, a:link, a:visited, a:hover, a:active 
{
    text-decoration: none;
    transition: color 0.20s linear 0s;
    -o-transition: color 0.20s linear 0s;
    -ms-transition: color 0.20s linear 0s;
    -moz-transition: color 0.20s linear 0s;
    -webkit-transition: color 0.20s linear 0s;
}

@media all and (max-width: 768px)
{
    #contact input[type="submit"]
    {
        max-width:none;
        width: 100%;
    }

    #contact 
    {
        background: #3B3B3B url('../images/contact-bg.jpg') no-repeat center right -650px;
        background-size: cover;
    }
}