/*
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
*/

.contactsPageWrapperBox{
    width: inherit; 
    min-height: 210px; 
    margin-top: 125px; 
    margin-bottom: 50px;
    text-align: center;
    display: table;
}
.contactsPageWrapperBox h3{
    font-size: 30px; 
    font-weight: normal; 
    color: #669933;
}
.contactFormBox{
    width: 60%;
    margin: 0 auto;
    height: auto;
    text-align: center;
    overflow: hidden;
}
#contactFormBoxId form label p{
    text-align: left;
    text-indent: 4%;
}

#contactFormBoxId form input, 
#contactFormBoxId form textarea{
    width: 90%;
}
#contactFormBoxId form input#contactCapchaId{
    float: left;
    width: 160px;
    margin-left: 4%;
    margin-right: 15px;
}
#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{
    width: 48%; 
    height: auto; 
    overflow: hidden; 
    border: 1px solid #efefef; 
    background-color: #fff; 
    margin-bottom: 15px;
}
.fbFollowUsBox, 
.twitterFollowUsBox, 
.googlePlusFollowUsBox{
    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{
    width: 40%; 
    height: 15px;
    margin-right: 28px;
    float:right;
    text-align: right;
    display: table;
}

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

@media only screen and (max-width: 1199px){
    .contactsPageWrapperBox{
        width: 100%;
    }
}
@media only screen and (max-width: 979px){
    .contactFormBox{
        width:  80%;
    }
    .fbFollowUsBox, 
    .twitterFollowUsBox,
    .googlePlusFollowUsBox{
        width: 550px;
    }
    #contactFormBoxId form p button{
        width: 92.5%;
        float:left;
        margin-left: 28px;
    }
    .msgSendStatusMessageBox{
        width: 91.5%;
        text-align: center;
    }
}
@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: 667px){
    .fbFollowUsBox, 
    .twitterFollowUsBox,
    .googlePlusFollowUsBox{
        width: 500px;
    }    
    #contactFormBoxId form p button{
        margin-left: 17px;
    }  
}
@media only screen and (max-width: 559px){
    .contactFormBox{
        width:  85%;
    }
    .fbFollowUsBox, 
    .twitterFollowUsBox,
    .googlePlusFollowUsBox{
        width: 450px;
    }
    #contactCapchaId{
        margin-left:13px !important;
    }
}
@media only screen and (max-width: 479px){
    .contactFormBox{
        width:  90%;
    }
    .fbFollowUsBox, 
    .twitterFollowUsBox,
    .googlePlusFollowUsBox{
        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{
        width: 260px;
    }
    #contactFormBoxId form p button{
        margin-left: 5px;
    }
    #contactCapchaId{
        margin-left:6px !important;
    }


}