/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 16/Mar/2015, 11:35:28
    Author     : Pedro Rodrigues
*/

/*body{
    font-weight: 400 !important;
}*/

.container {
    margin-top: 140px;
}  
.container > h3{
    font-size: 30px; 
    font-weight: normal; 
    color: #333;
    text-align: center;
}
.contactFormBox{
    width: 60%;
    margin: 0 auto;
    height: auto;
    text-align: center;
    overflow: hidden;
}
.googlemapsBox{
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    background-color: rgb(248, 249, 250);
    box-sizing: border-box;
}


#contactFormBoxId form label p{
    text-align: left;
    text-indent: 4%;
    font-size: 16px;
    line-height: 1.5em;
    color: #666;
}

#contactFormBoxId form input, 
#contactFormBoxId form textarea{
    width: 90%;
}
#contactFormBoxId form input#contactCapchaId{
    float: left;
    width: 80px;
    margin-left: 4%;
    margin-right: 5px;
}
#contactFormBoxId form img{
    margin-top: 3px;
}
#contactFormBoxId form textarea{
    height: 100px;
}
#contactFormBoxId form p button{
    width: 160px;
    height: 30px;
    float: right;
    margin-right: 4%;
}
#contactFormBoxId form img{
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-raidus: 3px;
    float: left;
}


.fbFollowUsBox, 
.twitterFollowUsBox,
.googlePlusFollowUsBox,
.googleMapsBox{
    width: 48%; 
    height: auto; 
    overflow: hidden; 
    border: 1px solid #efefef; 
    background-color: #fff; 
    margin-bottom: 15px;
}
.fbFollowUsBox, 
.twitterFollowUsBox, 
.googlePlusFollowUsBox,
.googleMapsBox{
    width: 696px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.fbFollowUsBox .facebookTitleBox, 
#twitterFollowUsId .twitterTitleBox,
#googlePlusFollowUsId .googlePlusTitle{
    width: 100%; 
    height: 40px; 
    float: left;
    text-align: left;
    text-indent: 10px;
    border-bottom:1px solid #efefef;
    font-size: 17px !important; 
    font-weight: bold;
}
#googlePlusFollowUsId .googlePlusContentBox{
    width: 100%; 
    height: auto; 
    float: left; 
    padding-top: 10px; 
    padding-bottom: 10px;
}
.g-page{
    width:95%!important;
}
.msgSendStatusMessageBox, .processingStatusBox{
    width: 100% !important; 
    height: 20px;
    margin-right: 28px;
    float: left;
    text-align: left;
    display: block;
}
.msgSendStatusMessageBox{
    text-indent: 27px;
}
.processingStatusBox > img, .processingStatusBox > span {
    display: none;
}
.btnContactBox{
    width: 150px;
    height: 33px;
    float: left;
    margin-left: 25px;
    margin-right: 5px;
    margin-top: 15px;    
}
#fbAP, #fbTP{
    float: left;
    width: 100%;
}

#fbAP{
    margin-left: 5px;
} 
#fbTP{
    margin-bottom: 15px;
} 


/*GOOGLE MAPS SERVICE*/
#map-canvas { height: 100%; margin: 0; padding: 0;}

@media only screen and (max-width: 1199px){
/*    .pageContainer{
        width: 100%;
    }*/
}
@media only screen and (max-width: 1023px){
    #fbAP{
        margin-left: 0px;
    }  
}

@media only screen and (max-width: 979px){
    .contactFormBox{
        width:  80%;
    }
    .fbFollowUsBox, 
    .twitterFollowUsBox,
    .googlePlusFollowUsBox,
    .googleMapsBox{
        width: 550px;
    }
    #contactFormBoxId form p button{
        width: 92.5%;
        float:left;
        margin-left: 28px;
    }
    .msgSendStatusMessageBox{
        width: 91.5%;
        text-align: center;
    }

/*    #fbTP{
        margin-bottom: 15px;
    } */
}
@media only screen and (max-width: 899px){
    #contactFormBoxId form p button{
        width: 93%;
        margin-left: 26px;
    }    
}
@media only screen and (max-width: 799px){
    #contactFormBoxId form p button{
        margin-left: 23px;
    }    
}
@media only screen and (max-width: 799px){
    .btnContactBox{
        width: 100%;
        margin-left: 0px;
    }
}
@media only screen and (max-width: 667px){
    .fbFollowUsBox, 
    .twitterFollowUsBox,
    .googlePlusFollowUsBox,
    .googleMapsBox{
        width: 500px;
    }    
    #contactFormBoxId form p button{
        margin-left: 17px;
    }  
}
@media only screen and (max-width: 559px){
    .contactFormBox{
        width:  85%;
    }
    .fbFollowUsBox, 
    .twitterFollowUsBox,
    .googlePlusFollowUsBox,
    .googleMapsBox{
        width: 450px;
    }
    #contactCapchaId{
        margin-left:13px !important;
    }
}
@media only screen and (max-width: 479px){
    .contactFormBox{
        width:  90%;
    }
    .fbFollowUsBox, 
    .twitterFollowUsBox,
    .googlePlusFollowUsBox,
    .googleMapsBox{
        width: 300px;
    }
    #contactFormBoxId form p button{
        width: 96%;
        margin-left: 12px;
    }
}
@media only screen and (max-width: 400px){
    #contactFormBoxId form p button{
        margin-left: 10px;
    }
    #contactCapchaId{
        margin-left:9px !important;
    }
}
@media only screen and (max-width: 350px){
    .fbFollowUsBox, 
    .twitterFollowUsBox,
    .googlePlusFollowUsBox,
    .googleMapsBox{
        width: 260px;
    }
    #contactFormBoxId form p button{
        margin-left: 5px;
    }
    #contactCapchaId{
        margin-left:6px !important;
    }


}