/*    Billboard    */
h1{
    text-decoration: none;  
    font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
    font-weight: 400;
    Color: #202020;
    font-size: 18pt;
    line-height: 18pt;}
.main{
    margin: 0;
    height: auto;
}
.billboard{
    display: flex;
	flex-flow: column;
    overflow: hidden;
	width: 100%;    
    position: relative;    
}
.header-wrapper{
    width: 100vw;
    max-width: 1200px;
	height: 370px;
}

/*    Content general   */
.pagecontent{
    display: flex;
    flex-flow: column;
    overflow: hidden;
	width: 100%;
    height: auto;
    position: relative;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0;
}

/*  Content   */
.contxtctnr6{
    display: flex;
    flex-direction: column;
    align-content: space-between;
    border: #A4A4A4;
    border-style: solid;
    border-width: 1px;
    border-radius: 10px;
    margin-left: 0px;
    margin-right: 0px;
    background: rgba(255,209,171,0.60);
    padding-bottom: 5px;}
    

/*  Contact Form  START */
.contactformwrapper{    
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: auto;
    max-width: 1200px;
    margin: 20px 25px 20px 25px;
    justify-content: center;}

.custmailctnr{
    display: flex;
    flex-direction: column;
    background-color: #F5F4F4;
	border-radius: 10px;
    height: 200px;
    margin-top: 20px;
    padding: 20px;}

.custmailctnrtxt,
.formheader{
    font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
    font-weight: 400;
    font-size: 16pt;
    line-height: 25px;}

.contactformctnr{   
    display: flex;
    flex-direction: column;
    width: 360px;
    height: 430px;
    background-color: #E6E4E4;
	border-radius: 10px;
    margin: 20px auto 20px auto;
    padding-left: 20px;
    padding-right: 20px;}

.formheader{    
    margin-top: 20px;}

.cform{    
    display: flex;
    flex-direction: column;
    margin-top: 10px;}

.inputg,
.inputname,
.inputemail{
    display: flex;
    height: 25px;}

.inputg{
    display: flex;
    height: 25px;
    width: 70px;
	border-radius: 5px;
	border-width: 1px;
	border-color:rgba(101,101,101,1.00);
    padding-left: 10px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px;}

.inputname, .inputemail{
    display: flex;
    height: 25px;
    width: 200px;
	border-radius: 5px;
	border-width: 1px;
	border-color:rgba(101,101,101,1.00);
    padding-left: 10px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px;
    margin-top: 10px;}

.inputmsg{
    display: flex;
    height: 130px;
    width: auto;
	border-radius: 5px;
	border-width: 1px;
	border-color:rgba(101,101,101,1.00);
    padding-left: 10px;    
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px;
    margin-top: 10px;}

.submitrow{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 50px;
    border: 1px solid black;
    margin-top: 30px;}

.sbtn{
    display: flex;
    flex-direction: column;
    width: 120px;
    height: 40px;
    border-radius: 5px;
	border-width: 1px;
	border-color:rgba(101,101,101,1.00);
    border-style: solid;
    background-color: #C4C4FF;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #1C1C1C;
    box-shadow: 6px 6px 5px 1px rgba(0, 0, 255, .2);
    align-items: center;
    justify-content: center;
    margin-top: 30px;}

.sbtn:hover{
    font-size: 18px;
    color: #fff;
    background-color: #2E3192;
    box-shadow: 3px 3px 3px 1px rgba(0, 0, 255, .2);}

.formmessagectnr{
    height: 20px;
    margin: 15px 0 0 0;}

.formmessagewait, .formmessageok, .formmessageerr, .captchaerr{
    width: 100%;	
    border-radius: 5px;
	border-width: 1px;	
    display: none;}

.formmessagewait{
    background-color: #F9F098;
    border-color:rgba(255,253,1,1.00);
    border-style: solid;}

.formmessageok{
	background-color: #D4FFD2;
    border-color:rgba(0,140,7,1.00);
    border-style: solid;}

.formmessageerr, .captchaerr{
	background-color: #FFE4E5;
    border-color:rgba(181,0,0,0.43);
    border-style: solid;}

.ok, .err{
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px;
    margin-left: 10px;
    line-height: 0px;}

.err{color: red;}

.on{display: block;}

/*    input fields validation  */
.inputok {background-color:rgba(239,255,232,1.00);}
.inputerr{background-color:rgba(255,243,243,1.00);}
/*  Contact Form  END */


.ftlon{color: red;}
.doton,
.doton2{color: #7D0000;}
.doton{margin-right: 0px;}

@media (max-width: 1200px){
.header-wrapper{
	width: 100%;
	height:auto;}}

@media (max-width: 900px){
.contactformwrapper{
    flex-direction: column;
    justify-content: center;
    padding: 0;}}

@media (max-width: 530px){
.contactformwrapper{    
    width: 100vw;
    margin: 0;}    
.custmailctnr{
    overflow: hidden;
    border-radius: 0px;  
    margin-top: 20px;
    padding-right:20px;}
.contactformctnr{
    width: 100vw;
    max-width: 530px;
    border-radius: 0px;  
    margin: 20px 0px;}
.cform{width: 90vw;}

}



