@media screen and (max-width: 800px) {
  .right {
  float:none;
  margin-bottom:20px;
  }
}
p{
text-align:justify;
}
.recent_news{
	min-height:300px;
	text-align:justify;
	background:#069ecf; 
	padding:20px;
	border-radius:10px;
}

.recent_events{
	min-height:300px;
	text-align:justify;
	background:#069ecf;
	padding:20px;
	border-radius:10px;
}
.footer_bottom{
	min-height: 300px;
	text-align: justify;
	background: none repeat scroll 0% 0% #6DB7CF;
	padding: 10px;
	border-radius: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid;
}
.footer_bottom:hover{
	min-height: 300px;
	text-align: justify;
	background: none repeat scroll 0% 0% #3D6F80;
	padding: 10px;
	border-radius: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid;
}
.footer_bottom h4{
	text-align:center;
	background:#66bb6a;
	padding:5px;
	border:1px solid #1DD72D;
	border-radius:10px;
}

.footer_bottom h4:hover {
  background-color: white;
  border-color: #e04d47;
  -moz-box-shadow: rgba(224, 77, 71, 0.5) 0px 0px 3px;
  -webkit-box-shadow: rgba(224, 77, 71, 0.5) 0px 0px 3px;
  box-shadow: rgba(224, 77, 71, 0.5) 0px 0px 3px;
}
.right_sidbar{
	border-radius:10px;
	}
.left_sidbar{
	border-radius:10px;
	background:#069ecf !important;
	}
.left_sidbar_link{
	border-radius:10px;
	background:#069ecf !important;
	}
.footer_contact{
	border-radius:10px;
	background: #92A592;
	min-height:300px;
	text-align:justify;
	padding:20px;
	}
.footer_comment{
	border-radius:10px;
	background: #EBFFE9;
	min-height:300px;
	text-align:justify;
	padding:20px;
	}
.footer_fb{
	border-radius:10px;
	background: white !important;
	min-height:300px;
	text-align:justify;
	padding:20px;
	}
	.center{
	border-radius:10px;
	font-size:12px;
	}
	.dealers{
	padding:5px;
	}
	.left_sideber{
	border-radius:10px;
	}
.blank{
	min-height:20px;
}
.footer{
	background:#5484ff;
	color:#000;
	background-attachment: scroll;
	background-image: url("../img/1.jpg");
    background-position: center top;
    background-repeat: repeat;

}
.header
{
	background-attachment: scroll;
	background-image: url("../img/1.jpg");
    background-position: center top;
    background-repeat: repeat;
}
.webmail
{
	vertical-align:central;
	padding-bottom:10px;
}
.webmail form table tr td {
    padding: 5px;
	background-color:#069ecf;
	line-height:0.5em;
}
.left_webmail
{
	border-radius:10px;
}

.area{
float:left;
height:150px;
width:250px;
padding-left:20px;
}
.contact-form form {
  text-align: right;
}
.contact-form input[type="text"] {
  width: 100%;
  color: #898888;
  background: none;
  outline: none;
  font-size: 14px;
  padding: .5em;
  margin-bottom: .5em;
  border: solid 1px #D5D4D4;
  -webkit-appearance: none;
}
.contact-form input[type="email"] {
  width: 100%;
  color: #898888;
  background: none;
  outline: none;
  font-size: 14px;
  padding: .5em;
  margin-bottom: .5em;
  border: solid 1px #D5D4D4;
  -webkit-appearance: none;
}
.contact-form textarea {
  resize: none;
  width: 100%;
  color: #898888;
  font-size: 14px;
  outline: none;
  padding: .5em;
  border: solid 1px #D5D4D4;
  min-height: 150px;
  -webkit-appearance: none;
}
.contact-form input[type="submit"] {
  width: 100%;
  border: none;
  outline: none;
  color: #FFF;
  padding: .5em 1.5em;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  /* margin: 0.5em 0 0 0; */
  -webkit-appearance: none;
  background: #666666;
}
.contact-form input[type="submit"]:hover{
	background:#069ecf;
	cursor:pointer;
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus,
.contact-form :focus,
input[type="text"]:hover,
input[type="email"]:hover,
textarea:hover,
.contact-form :hover {
  background-color: white;
  border-color: #e04d47;
  -moz-box-shadow: rgba(224, 77, 71, 0.5) 0px 0px 3px;
  -webkit-box-shadow: rgba(224, 77, 71, 0.5) 0px 0px 3px;
  box-shadow: rgba(224, 77, 71, 0.5) 0px 0px 3px;
}
