/* CSS Document */
body {
  
  margin: 0;
  padding: 0;
  color: #726f77;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' %3E%3Cdefs%3E%3ClinearGradient id='a' x1='0' x2='0' y1='0' y2='1' gradientTransform='rotate(224,0.5,0.5)'%3E%3Cstop offset='0' stop-color='%23dbdbdb'/%3E%3Cstop offset='1' stop-color='%23dbdbdb'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpattern id='b' width='7' height='7' patternUnits='userSpaceOnUse'%3E%3Ccircle fill='%23ffffff' cx='3.5' cy='3.5' r='3.5'/%3E%3C/pattern%3E%3Crect width='100%25' height='100%25' fill='url(%23a)'/%3E%3Crect width='100%25' height='100%25' fill='url(%23b)' fill-opacity='0.05'/%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;
    
}
*, *:before, *:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
a {
  text-decoration: none;
}
header {
  background: #2b2e48;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
  padding-bottom:10px;
  margin-bottom:20px;
  padding-top:10px;
  
}
header:after{
  content: '';
  display: block;
  width: 100%;
  clear: both;
}
header .logo {
  color: #4db7ee;
  float: left;
  font-family: "Dosis", arial, tahoma, verdana;
  font-size: 34px;
  font-weight: 500;
  margin-top:20px;
}
header .logo > span {
  color: #ffffff;
  font-weight: 300;
  padding-left: 5px;
}
header .image {
  float: right;
}
h1, h2, h3, h4 {
  font-family: "Dosis", arial, tahoma, verdana;
}

.logoimage{
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 25px;
  padding-bottom:40px;

}

form{
	background:#FFF;
	padding: 10px 10px 10px 10px;
}
.googleTranslate {

    width:600px;
    max-width:100%;
    padding:5px;

}
.footer{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 45px;
    line-height: 15px;
    background-color: #f5f5f5;
	font-size:11px;
}