
/************ ERRORS ***********/
.error INPUT, .error TEXTAREA, .error SELECT {
	border-width:2px;
	border-style:solid;
	border-color:#eee;
	background:#50b3e6;
	}
.iferror {
	margin:0px;
	margin-left:30px;
	display:none;
	}
.error .iferror {
	display:block;
	color:#50b3e6;
	}

.hint { color:#888; }

/* *** body **** */

body{
color: #3F3F3F;
font-family: 'Droid Sans',Tahoma,Arial,Verdana sans-serif;
font-size:16px;
background:#3F3F3F;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}

@font-face {
    font-family: 'IconicStroke';
    src: url('font/iconic_stroke-webfont.eot');
    src: url('font/iconic_stroke-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/iconic_stroke-webfont.woff') format('woff'),
         url('font/iconic_stroke-webfont.ttf') format('truetype'),
         url('font/iconic_stroke-webfont.svg#IconicStrokeRegular') format('svg');
    font-weight: none;
    font-style: normal;
}

.heading {
font-family: Verdana, Geneva, sans-serif
 <!--'Playfair Display', serif;-->

text-align:left;
font-size:16px;
margin:0 0 20px 0;
margin-left:0px;
position:relative;
color:#8C8C8C;
}

/** have a nice ampersand **/
h1:after {
font-size:25px;
color:#D6CFCB;
content: ''; 
text-align:center;
display:block;
width:100%;
font-family: 'Alice', Verdana, serif;
text-shadow: 0px 1px 0px #fff;
}



/* Here comes to good stuff : content styling */    
#content{
position:relative;
margin:0px auto;
margin-bottom:20px;    
width:940px;
min-height:450px;
z-index:10;
padding:30px;

}

#content1{
position:relative;
margin:0px auto;
margin-bottom:20px;    
width:750px;
min-height:800px;
z-index:10;
padding:30px;

}

#content:after{
background:#f9f9f9;
/*margin:10px;*/
position: absolute;
content : " ";
bottom: 0;
left: 0;
right: 0;
top: 0;
z-index: -1; 
border:1px #E5E5E5 solid;
/*border-radius*/
-webkit-border-radius:8px;
   -moz-border-radius:8px;
        border-radius:8px;
		
}


/*** form styling **/
.formTop{
margin-top:1px;
}


/** we remove the red glow around required fields since we are already using the red star */
input:required, textarea:required { 
    -moz-box-shadow:none;  
    -webkit-box-shadow:none;  
    -o-box-shadow:none;  
    box-shadow:none;  
}

/** inputs and textarea**/
input:not([type="submit"]), textarea{
outline: none;
display: block;
/*width: 303px;*/
padding: 4px 8px;
margin-left: 10px;
border: 1px solid #DBDBDB;
color: #3F3F3F;
font-family: 'Droid Sans',Tahoma,Arial,Verdana sans-serif;
font-size: 14px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 8pX;
-webkit-transition: background 0.2s linear,
 box-shadow 0.6s linear;
-moz-transition: background 0.2s linear,
 box-shadow 0.6s linear;
-o-transition: background 0.2s linear,
 box-shadow 0.6s linear;
transition: background 0.2s linear,
 box-shadow 0.6s linear;
border: 5PX solid gainsboro;

}
input:not([type="submit"]):active, 
textarea:active,
input:not([type="submit"]):focus, 
textarea:focus{
background:#F7F7F7;
border:dashed 1px #969696;
/*box-shadow*/
-webkit-box-shadow:2px 2px 7px #E8E8E8 inset;
   -moz-box-shadow:2px 2px 7px #E8E8E8 inset;
        box-shadow:2px 2px 7px #E8E8E8 inset;
}
input:not([type="submit"]){
height: 40px;
}

/* placeholder */
::-webkit-input-placeholder  { 
color:#BABABA; 

}
input:-moz-placeholder,
textarea:-moz-placeholder{ 
color:#BABABA;
font-style:italic;
} 
textarea{
margin-top:6px;
margin-bottom: 10px;
min-height:80px;
resize:vertical
}

input{
margin-top:8px;
margin-bottom: 12px;
}

/** labels**/

/** adding our icon font !! */
.iconic:before{
font-size:25px;
font-family: "IconicStroke";
}
.iconic.comment:before { margin-left:30px; content: ""; }
.iconic.user:before { margin-left:30px; content: ""; }
.iconic.mail-alt:before { margin-left:30px; content: ""; }


label{
color:#7F7E7E;
-webkit-transition: color 1s ease;
   -moz-transition: color 1s ease;
	    transition: color 1s ease;
	
}
label:hover{
color:#191919;
}
label:before{
color:#C1BFBD;
-webkit-transition: color 1s ease;
   -moz-transition: color 1s ease;
	    transition: color 1s ease;
}
label:hover:before{
color:#969696;
-webkit-transition: color 1s ease;
   -moz-transition: color 1s ease;
	    transition: color 1s ease;
}

p{
margin-bottom:20px;
}
.indication{
color:#878787;
font-size:12px;
font-style:italic;
text-align:right;
padding-right:35px;
}
.required{
color:#E5224C;
}


#resetButton{
background-color: #F7F7F7;
outline:none;
display:block;
width:80px;
height:27px;
padding:4px 8px;
margin-left:30px;
border:none;
color:#3F3F3F;
font-family:'Droid Sans',Tahoma,Arial,Verdana sans-serif;
font-size:14px;

/*border-radius*/
-webkit-border-radius:5px;
   -moz-border-radius:5px;
        border-radius:5px;
/*transition*/
-webkit-transition:background 0.2s linear,
				   box-shadow 0.6s linear;
   -moz-transition:background 0.2s linear,
				   box-shadow 0.6s linear;
     -o-transition:background 0.2s linear,
				   box-shadow 0.6s linear;
        transition:background 0.2s linear,
				   box-shadow 0.6s linear;
}

/** Styling the send button **/
.submitButton{
	height:20px;
margin-left:14px;
margin-top:3px;
cursor:pointer;
background:none;
border:none;
font-family: Arial, Helvetica, sans-serif;
color:#767676;
font-size:15px;
/*padding:10px 4px;*/
border:1px solid #E0E0E0;
text-shadow: 0px 1px  1px #E8E8E8;
background: rgb(247,247,247);
background: -moz-linear-gradient(top,  rgba(247,247,247,1) 1%, rgba(242,242,242,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(247,247,247,1)), color-stop(100%,rgba(242,242,242,1)));
background: -webkit-linear-gradient(top,  rgba(247,247,247,1) 1%,rgba(242,242,242,1) 100%);
background: -o-linear-gradient(top,  rgba(247,247,247,1) 1%,rgba(242,242,242,1) 100%);
background: -ms-linear-gradient(top,  rgba(247,247,247,1) 1%,rgba(242,242,242,1) 100%);
background: linear-gradient(top,  rgba(247,247,247,1) 1%,rgba(242,242,242,1) 100%);
/*border-radius*/
-webkit-border-radius:5px;
   -moz-border-radius:5px;
        border-radius:5px;
/*box-shadow*/
-webkit-box-shadow:0px 1px 1px #FFF inset,
			       0 0 0px 5px #EAEAEA;
   -moz-box-shadow:0px 1px 1px #FFF inset,	
   		           0 0 0px 5px #EAEAEA;
        box-shadow:0px 1px 1px #FFF inset,	
        		   0 0 0px 5px #EAEAEA;
/*transition*/
-webkit-transition:all 0.2s linear;
   -moz-transition:all 0.2s linear;
     -o-transition:all 0.2s linear;
        transition:all 0.2s linear;
		
		width:72px;
		height:27px;
}

input[type=submit]:hover, input[type=reset]:hover, #resetButton:hover {
	border:1px solid;
color:#666;
border-color:#6495ED;
background:#6495ED;
background: -moz-linear-gradient(top,  #6495ED, 0%, #6495ED 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6495ED,1)), color-stop(100%,#6495ED));
background: -webkit-linear-gradient(top, #6495ED 0%,rgba(242,242,242,1) 100%);
background: -o-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(242,242,242,1) 100%);
background: -ms-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(242,242,242,1) 100%);
background: linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(242,242,242,1) 100%);
/*box-shadow*/
-webkit-box-shadow:0px 1px 1px #FFF inset,			
                   0 0 0px 5px #E0E0E0;
   -moz-box-shadow:0px 1px 1px #FFF inset,
        			0 0 0px 5px #E0E0E0;
        box-shadow:0px 1px 1px #FFF inset,
        			0 0 0px 5px #E0E0E0; 
				       
}

input[type=submit]:active, input[type=submit]:focus,
input[type=reset]:active, input[type=reset]:focus
{
position:relative;
top:1px;
color:#515151;
background: rgb(234,234,234);
background: -moz-linear-gradient(top,  rgba(234,234,234,1) 0%, rgba(242,242,242,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,234,234,1)), color-stop(100%,rgba(242,242,242,1)));
background: -webkit-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(242,242,242,1) 100%);
background: -o-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(242,242,242,1) 100%);
background: -ms-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(242,242,242,1) 100%);
background: linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(242,242,242,1) 100%);
/*box-shadow*/
-webkit-box-shadow:0px -1px 1px #FFF inset,
				   0 0 0px 5px #E0E0E0;
   -moz-box-shadow:0px -1px 1px #FFF inset,
				   0 0 0px 5px #E0E0E0;
        box-shadow:0px -1px 1px #FFF inset,
				   0 0 0px 5px #E0E0E0;
}

/*********** for IE8 ************/

.inputText{;
/*width:300px;*/


border:1px dashed #DBDBDB;
color:#3F3F3F;
font-family:'Droid Sans',Tahoma,Arial,Verdana sans-serif;
font-size:14px;
}

.inputText :focus {
background:#F7F7F7;
border:dashed 1px #969696;
}
#resetButton :focus, #resetButton :hover{
background-color: #F7F7F7;
}




.inputCapcha{;
width:150px;
padding:4px 8px;
margin-left:30px;
border:1px dashed #DBDBDB;
color:#3F3F3F;
font-family:'Droid Sans',Tahoma,Arial,Verdana sans-serif;
font-size:14px;
}
.img
{
	padding-left:190px;
/*	background-color:#C03;*/
	margin-left:-180px;
		margin-top:-5px;

}
.imgTextBox
{
margin-top:4px;
	
}
.contact-des{
	
	height:300px;
	width:400px;
	margin-left:370px;
/*	margin-top:-330px;
*/	color:#666;
	float:left;
	
}

.contact-des h1{
	
	
 font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
 font-size:20px;

	}
.contact-us{
	float: left;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
border-top-right-radius: 10px;
border-top-left-radius: 10px;
width: 754px;
/* background-color: #09f; */
/* background-color: #09f; */
border-color: #0AE;
/* border-color: cyan; */
border: 2px solid #09f;
}

.contactdes{
width: 208px;
/* height: 365px; */
float: right;
padding: 5px 20px;
margin: -227px 47px 5px 100px;
/* background-color: #09f; */
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;

	}
	
	
/*--------------------- End of the simple funtion of CSS(classes, Selectors) -------------------------*/




@media screen and (max-width:786px) {
.contact-us{
/*	float:left;
*/
}

.contactdes{
	width: 250px;
	margin-left:50px;
    float: left;
	margin-right:20px;

	}
}


@media screen and (max-width:580px) {
.contact-us{
	margin-left:80px;
}

.contactdes{

	margin-left:80px;

	}
}


@media screen and (max-width:480px) {
.contact-us{
		margin-left:30px;
}

.contactdes{
	margin-left:30px;
	}

}

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

.submitButton, #resetButton{
		
		width:80px;
		font-size:12px;
		height:30px;
	
		}
	
.contact-us{
		margin-left:3px;
		width:200px;
}

.contactdes{
	margin-left:3px;
	width:225px;
		height:320px;

	}

}

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

.submitButton, #resetButton{
		
		width:auto;
		font-size:12px;
		height:30px;
		margin-left:10px;
	
		}
	
.contact-us{
		margin-left:3px;
		width:200px;
}

.contactdes{
	margin-left:3px;
	width:180px;
	height:400px;
	}
input textarea{
	height:10px;
	width:100px;
	}
input:not([type="submit"]), textarea{
		outline:none;
		display:block;
		width:120px;
		padding:4px 8px;
		margin-left:10px;
		
	}
.inputText{
			width:130px;
	}
	

}