.container{
    margin-top: 90px;
}
.contactBox{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    float: left;
    background-color: transparent;
    box-sizing: border-box;
    display: block;
    position: relative;
}
.contactInnerBox{
    width: 100%;
    height: auto;
    float: left;
    background-color: transparent;
    box-sizing: border-box;
    position: relative;
}
.contactFormBox{
    width: 100%;
    height: auto;
    float: left;
    display: block;
    box-sizing: border-box;
    position: relative;    
}
.cpseudoplaceholder{
    position: absolute;
    margin-top: 0px;
    height: 40px;
    width: 185px;
    color: rgba(88, 89, 91, 0.85);
}
.cpseudoplaceholderInputFieldFocused {
    margin-top: -35px !important;
    font-size: 11px;
    color: rgba(88, 89, 91, 0.80);
}
.ci9lrp {
    width: 100%;
    height: 1px;
    margin-top: 2px;
    float: left;
    position: relative;
    background-color: rgb(243,243,243);
}
.ci9lrpfocus {
    width: 100%;
    margin-top: -2px;
    display: block;
    float: left;
    content: '';
    background-color: rgba(88, 89, 91, 0.80);
    height: 1px;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
    margin-left: 0px; 
}
.ci9lrpfocusActive{
    transform: scaleX(1) !important;
}
h3.contactH3{
    width: 100%;
    margin-bottom: 30px;
    float: left;
    color: rgb(88, 89, 91);
    font-weight: 400;
    line-height: 1.5em;
}
.contactBox > .contactInnerBox > .contactFormBox > form{
    width: 100%;
    height: auto;
    display: block;
    float: left;
    box-sizing: border-box;
    position: relative;    
}
.contactBox > .contactInnerBox > .contactFormBox > form > label{
    width: 100%;
    height: auto;
    margin-bottom: 30px; 
    float: left;
    box-sizing: border-box;
    position: relative;
}
.contactBox > .contactInnerBox > .contactFormBox > form > label#forccaptchaId{
    margin-bottom: 10px; 
}
.contactBox > .contactInnerBox > .contactFormBox > form > label > input{
    width:100%;
    height: 40px;
    float: left;
    margin: 0;
    border: none;
    color: #333;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;    
    border-bottom: 1px solid #fff;
    border-left: 1px solid rgba(88, 89, 91, 0.80);
    background-color: transparent !important;
    -webkit-box-shadow:  none;
    -moz-box-shadow: none;
    box-shadow: none;    
    box-sizing: border-box;
}
.contactBox > .contactInnerBox > .contactFormBox > form > label > textarea{
    width:100%;
    height: 100px;
    float: left;
    margin: 0;
    border: none;
    color: #333;
    font-size: 14px;
    line-height: 40px;
    font-family: 'Montserrat', sans-serif;
    border-bottom: 1px solid #fff;
    border-left: 1px solid rgba(88, 89, 91, 0.80);
    background-color: transparent !important;
    -webkit-box-shadow:  none;
    -moz-box-shadow: none;
    box-shadow: none;    
    box-sizing: border-box;
}
.contactBox > .contactInnerBox > .contactFormBox > form > label > .cpseudoplaceholder > span{
    line-height: 40px;
}
.contactBox > .contactInnerBox > .contactFormBox > form > label#formessegeId > .cpseudoplaceholder > span{
    line-height: 25px;
}
.contactBox > .contactInnerBox > .contactFormBox > form > label#forccaptchaId{
    width: 250px;
}
.contactBox > .contactInnerBox > .contactFormBox > form > label#forccaptchaId > input#ccaptchaId{
    width: 150px;
    margin-right: 10px;
}
.contactBox > .contactInnerBox > .contactFormBox > form > label#forccaptchaId > img{
    float: right;
    margin-top: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
/*.contactBox> .contactInnerBox > .contactFormBox > label > input:focus{
    color: #333;
}*/
.contactBox > .contactInnerBox > .contactFormBox > form > label > textarea{  
    box-sizing: border-box;
    line-height: 20px;
    padding: 4px 6px;
    font-size: 14px;
}
/*.contactBox > .contactInnerBox > .contactFormBox > form > label > textarea:focus{ 
    color: #333;
}*/
.contactBox > .contactInnerBox > .contactFormBox > form > label > div.btnContactBox > button{
    width: 150px;
    height: 35px;
    margin: 0;
    float: left;
    padding: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 500;
    background-color: rgba(88, 89, 91,0.85);
    color: rgb(255, 255, 255);
    border: none;
    
}
.btnContactBox{
    width: 100%;
    float: left;
    padding: 0px;
    box-sizing: border-box;
}
.contactBox > .contactInnerBox > .contactFormBox > form > label > div.btnContactBox > button:hover{
    background-color: rgba(88, 89, 91,0.80);
}
.submitMessageBox{
    width: 100%;
    height: 25px;
    margin-left: 5px;
    float: left;
    box-sizing: border-box;
    margin-bottom: 10px;
    display: block;
    visibility: hidden;
}
.submitChkBox{
    width: 25px;
    height: 25px;
    float: left;
    border-color: #f2f2f2;
    background-image: url('../images/icons/joe-sprite-icons.png');
    background-repeat: no-repeat;
    box-sizing: border-box;
    display: inline-block;
}
.submitChkBoxSuccess{
    background-position: -6px -55px;
}
.submitChkBoxWarning{
    background-position: -6px -6px;
}
.submitInnerMessageBox{
    width: 150px;
    height: 100%;
    margin-left: 5px;
    float: left;
    box-sizing: border-box;
    display: inline-block;    
}
.submitInnerMessageBox > span{
    color: rgb(117, 117, 117);
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 20px;
    position: absolute;
    cursor: initial;
}
.contactSubmitIconLoadBox{
    width: 25px;
    height: 25px;
    float: left;
    display: block;
    margin-bottom: 15px;
    margin-left: 15px;
    overflow: hidden;
    text-align: center;
    padding: 0;
    margin-top: -10px;
}
.contactSubmitIconLoadBox > img{
    visibility:hidden;
}
.googlemapsBox, .facebookLikeBtnBox{
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    background-color: rgb(248, 249, 250);
    box-sizing: border-box;
}
.facebookLikeBtnBox{
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: left;
    background-color: transparent;
}
.pcontacts{
    font-size: 12px;
    font-weight: 400;
    margin-left: 15px;
    margin-right: 15px;
    width: 100%;
    float: left;
    line-height: 20px;
    margin-bottom: 0px; 
    box-sizing: border-box;
}
.pShare{
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
    box-sizing: border-box;
}

@media only screen and (max-width: 1499px){

}
@media only screen and (max-width: 1366px){

}
@media only screen and (max-width: 1280px){

}
@media only screen and (max-width: 1259px){

}

@media only screen and (max-width: 1199px){

}
@media only screen and (max-width: 1149px){

}
@media only screen and (max-width: 1099px){

}
@media only screen and (max-width: 1023px){    
    .contactBox > .contactInnerBox > .contactFormBox > form > label > input{
        width:100%;
    }
    .contactBox > .contactInnerBox > .contactFormBox > form > div > button{
        width: 100%;
    }    
}
@media only screen and (max-width: 799px){

}
@media only screen and (max-width: 667px){


}
@media only screen and (max-width: 549px){
    .btnContactBox{
        text-align: center;
    }
    .btnContactBox > button#contactBtnId{
        width: 95%;
        float: none;
    }
    h3.contactH3{
        text-align: center;
    }
}
@media only screen and (max-width: 510px){

}

@media only screen and (max-width: 479px){

}

@media only screen and (max-width: 450px){

}
@media only screen and (max-width: 350px){
  
}