* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

/* mac hide \*/
html,body{height:100%;width:100%;}
/* end hide */

html {
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
}

body {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	background-color: #ededed;
	color: #707f86;
	margin: 0 auto;
	text-align:center;
}

table {
	width: 100%;
	margin: 25px 0;
}

.b1 {
	border-right: 1px solid silver;
}

.b2 {
	width: 500px;
	padding: 0 50px;
}

.b3 {
	border-left: 1px solid silver;
}

.logo {
	margin: 25px 0;
	
}

h1 {
	font-size: 36px;
	font-weight: 700;
	color: #0d2f4c;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: -3px;
	word-spacing: 3px;
	display: block;
	text-shadow: 1px 1px white;
	line-height: 30px;
	margin: 0px 0 -15px -90px;
	padding: 30px 0 20px 90px;
}

h2 {
	font-size: 20px;
	font-weight: 500;
	text-decoration: none;
	letter-spacing: -1px;
	overflow: visible;
	display: block;
	text-shadow: 1px 1px white;
	margin: 15px 0 -14px -90px;
	padding: 0 0 20px 90px;
	color: #2376c9;
}

h2 a {
	text-decoration: underline;
	color: #2376c9;
}

h2 a:hover {
	text-decoration: none;
}

p, ul {
	width: 500px;
	text-align: justify;
	margin: 0 0 25px 0;
}

p a {
	color: white;
	text-decoration: none;
	background-color: #2376c9;
	padding: 0 3px 0 3px;
}

p a:hover {
	color: white;
	background-color: #f29400;
}

ul li:before{ content:"-"; position:relative; left:-10px;}
ul li{ text-indent:-5px; list-style-type: none; margin: 10px 0 0 25px;}

#footer {

}


#form-main{
	width:100%;
	float:left;
	padding: 0 0 50px 0;
}

#form-div {
	width: 450px;
	float: left;
  margin-top:30px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}

.feedback-input {
	color:#3c3c3c;
	font-family: Helvetica, Arial, sans-serif;
  font-weight:500;
	font-size: 18px;
	border-radius: 0;
	line-height: 22px;
	background-color: #fbfbfb;
	padding: 13px;
	margin-bottom: 10px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
  border: 3px solid rgba(0,0,0,0);
}

.feedback-input:focus, .feedback-captcha:focus{
	background: #fff;
	box-shadow: 0;
	border: 3px solid #2376c9;
	color: #2376c9;
}

.feedback-captcha {
	color:#3c3c3c;
	font-family: Helvetica, Arial, sans-serif;
    font-weight:500;
	font-size: 18px;
	border-radius: 0;
	line-height: 22px;
	background-color: #fbfbfb;
	padding: 13px;
	margin-bottom: 10px;
	width:324px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
    border: 3px solid rgba(0,0,0,0);
}

.image-captcha {
	display: inline-block;
	position: relative;
	vertical-align: bottom;
	margin-right: 20px;
	margin-bottom: 10px;
	background-color:white;
	padding: 3px;
}

.image-captcha img {
	display: inline;
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 150px;
	height: 48px;
	vertical-align: bottom;
}

.focused{
	color:#30aed6;
	border:#30aed6 solid 3px;
}


textarea {
    width: 100%;
    height: 150px;
    line-height: 150%;
    resize:vertical;
}

input:hover, textarea:hover,
input:focus, textarea:focus {
	background-color:white;
}

#button-blue{
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	float:left;
	width: 500px;
	border: #fbfbfb solid 4px;
	cursor:pointer;
	background-color: #2376c9;
	color:white;
	font-size:24px;
	padding-top:22px;
	padding-bottom:22px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
  margin-top:-4px;
  font-weight:700;
}

#button-blue:hover{
	background-color: rgba(0,0,0,0);
	color: #2376c9;
}
	
.send:hover {
	color: #3498db;
}
	
.ease {
	width: 0px;
	height: 74px;
	background-color: #fbfbfb;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease;
}

.send:hover .ease{
  width:500px;
  background-color:white;
}
