/*=================*/
.contact-container{
	margin: 0 auto;
	width: 960px;
	height: 600px;
	font-family: sans-serif;
  padding-bottom: 50px;
}
/*================*/
.contact-left-container{
	width: 50%;
    float: left;
    height: 100%;
}

.contact-left-container address{
   font-style: normal;
}

#contact-h2{
   color: #3e8a24;
   font-size: 0.90em;
   padding: 0px;
   margin: 17px 0px;
}

#contact-left-par{
	color: #3e3e3e;
   padding: 0px;
   margin: 0px;
   font-size: 15px;
}
/*================*/
.contact-right-container{
    width: 50%;
    float: left;
    height: auto;
} 


#contact-h1{
	font-weight: normal;
	padding:0px;
	margin: 0px;
	color: #3e8a24;
}


#contact-par{
	font-weight: normal;
	font-size: 0.50em;
	padding:0px;
	margin: 0px;
	color: #3e3e3e;
}
/*================*/
#input-style{
	width: 290px;
    height: 10px;
    border-radius: 3px;
    border: 1px solid #B7B5B5;
    padding: 10px;
    background-color: #fff;
}

#input-style:focus{
	box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    -webkit-transition: all 0.30s ease-in-out;
   -moz-transition: all 0.30s ease-in-out;
   -ms-transition: all 0.30s ease-in-out;
   -o-transition: all 0.30s ease-in-out;
}

#select-style{
	width: 311px;
  border-radius: 3px;
  padding: 9px;
	overflow: hidden;
	-webkit-border-radius: 5px 4px 4px 5px/5px 5px 4px 4px;
	-moz-border-radius: 5px 4px 4px 5px/5px 5px 4px 4px;
	border-radius: 5px 4px 4px 5px/5px 5px 4px 4px;
	-webkit-box-shadow: 0 0 5px rgba(123, 123, 123, 0.2);
	-moz-box-shadow: 0 0 5px rgba(123,123,123,.2);
	box-shadow: 0 0 5px rgba(123, 123, 123, 0.2);
	border: solid 1px #B7B5B5;
}

#textarea-style{
	resize:none;
	width:290px;
	height:120px;
	border-radius:2px;
	padding:10px;
	border: solid 1px #B7B5B5;
	font-family: sans-serif;
	font-size: 0.80em;
}

#button-style{
	width: 100px;
    height: 38px;
    border-radius: 2px;
    border: none;
    padding: 5px;
    background: #4eba01; /* Old browsers */
    background: -moz-linear-gradient(top, #4eba01 0%, #55b705 21%, #0e7507 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #4eba01 0%,#55b705 21%,#0e7507 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #4eba01 0%,#55b705 21%,#0e7507 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4eba01', endColorstr='#0e7507',GradientType=0 ); /* IE6-9 */
    color: #ffffff;
	  cursor:pointer;

}

#allert-msg{
	font-size: 0.80em;
	color:#0fc10d; 
}

.table-style{
	width: 150px;
}

.g-recaptcha{
	width: 100px;
}


/*================*/
@media screen and (max-width: 768px){
   .contact-container{width: 100%;}
   /*================*/
   .contact-left-container{width: 30%;}
   #contact-h2{padding-left: 15px;}
   #contact-left-par{padding-left: 15px;}
   /*================*/
   .contact-right-container{width: 70%;}
   #contact-par{padding-left: 15px;padding-right: 15px;}
   #contact-h1{padding-left: 15px;}

}
/*================*/
@media screen and (max-width: 600px){
  .table-style{margin: 0 auto;}
	#select-style{width: 270px;}
   .contact-left-container{width: 100%;height: auto;}
   .contact-right-container{width: 100%;height: auto;padding-top: 20px;overflow-x:hidden;}
   #button-style{width: 275px;}
   #textarea-style{width: 248px;}
   #input-style{width: 250px;}
}