
/* -----------------------------------------------------------------------------------------*/
/*-############################## CONTACT Page Styles  ########################## */
/* -----------------------------------------------------------------------------------------*/
#entupleContact, #entupleContactForm {
    display: inline;
    float: left;
    width: 100%;
    padding: 20px 0px;
}
.entuple-contact-area {
    display: inline;
    float: left;
    width: 100%;
}
.entuple-addresses {
    margin-top: 10px;
}
.contact-address-content {
    margin-bottom: 15px;
    color: #666666;
}
.contact-address-content h4 {
    font-size: 18px;
}
.contact-address-content .list-unstyled li.media span {
    margin-top: 4px;
    margin-right: 10px;
}
.contact-address-content .list-unstyled li.media p {
    line-height: 1.7;
    margin-bottom: 4px;
    font-size: 13px;
}
.media .fa-mobile {
    font-weight: bold;
    font-size: 20px;
    padding-left: 5px;
}
.contact-form-area {
    /*margin-top: 50px;*/
}
.contact-content {
    display: inline;
    float: left;
    width: 100%;
    /*padding: 0 28%;*/
}
.form-section {
    display: inline;
    float: left;
    width: 100%;
}
.form-section #contactSuccess {
    text-align: center;
}
#contactSuccess {
    font-size: 13px;
    color: #048d04;
}
.contact-form {
    text-align: center;
}
.contact-form .form-group {
    position: relative;
}
.contact-form .contact-icon {
    color: #0091ea;
    font-size: 14px;
    position: absolute;
    left: 5px;
    top: 15px;
}
.contact-form .form-group input {
    background: transparent;
    border-radius: 0;
    color: #333;
    font-size: 13px;
    border: 1px #cccccc;
    border-style: none none solid none;
    height: 35px;
    padding: 0 25px;
    margin-bottom: 24px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.contact-form .form-group textarea {
    background: transparent;
    border: 1px #cccccc;
    border-style: none none solid none;
    border-radius: 0;
    color: #333;
    font-size: 14px;
    padding: 10px;
    height: 100px;
    padding: 13px 25px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.contact-form .form-control:focus {
    background-color: #fff;
    border-style: none none solid none;
    outline: 0;
    box-shadow: none;
}
.contact-form .form-control::-webkit-input-placeholder {
    color: #7e7e7e;
    font-size: 14px;
}
.contact-form .form-control:-moz-placeholder {
    color: #7e7e7e;
    font-size: 14px;
}
.contact-form .form-control::-moz-placeholder {
    color: #7e7e7e;
    font-size: 14px;
}
.contact-form .form-control:-ms-input-placeholder {
    color: #7e7e7e;
    font-size: 14px;
}
#contactError {
    font-size: 13px;
    color: #db0606;
}
.send-msg-btn {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 12px 20px;
    margin-top: 10px;
    width: 145px;
    border-radius: 20px;
}/*
.send-msg-btn {
    color: #0091ea;
    border: 1px solid #0091ea;
    background-color: #fff;    
}
.send-msg-btn:hover,
.send-msg-btn:focus {
    color: #fff;
    border: 1px solid #0091ea;
    background-color: #0091ea;    
}*/
#entupleGoogleMap {
    display: inline;
    float: left;
    width: 100%;
    margin-bottom: -7px;
}
#entupleGoogleMap iframe {
    height: 220px;
    width: 100%;
}
/* -----------------------------------------------------------------------------------------*/
/*-############################## End of CONTACT Page Styles  ########################## */
/* -----------------------------------------------------------------------------------------*/


@media (max-width: 589px) {	
    #LinkedIn{
        display: none;
    }
}