input[type=text],
input[type=password] {
  font-size: 13px;
  min-height: 32px;
  margin: 0;
  padding: 7px 8px;
  outline: none;
  color: #333;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right center;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.075);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in 0;
  vertical-align: middle;
}
.button {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 8px 15px;
  font-size: 13px;
  font-weight: bold;
  color: #333;
  text-shadow: 0 1px 0 rgba(255,255,255,0.9);
  white-space: nowrap;
  background-color: #eaeaea;
  background-image: -moz-linear-gradient(#fafafa, #eaeaea);
  background-image: -webkit-linear-gradient(#fafafa, #eaeaea);
  background-image: linear-gradient(#fafafa, #eaeaea);
  background-repeat: repeat-x;
  border-radius: 3px;
  border: 1px solid #ddd;
  border-bottom-color: #c5c5c5;
  box-shadow: 0 1px 3px rgba(0,0,0,.05);
  vertical-align: middle;
  cursor: pointer;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
}
.button:hover,
.button:active {
  background-position: 0 -15px;
  border-color: #ccc #ccc #b5b5b5;
}
.button:active {
  background-color: #dadada;
  border-color: #b5b5b5;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0,0,0,.15);
}
.button:focus,
input[type=text]:focus,
input[type=password]:focus {
  outline: none;
  border-color: #51a7e8;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.075), 0 0 5px rgba(81,167,232,.5);
}
#auth {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 50;
  min-height: 32px;
  background-color: rgba(53,95,120,.4);
  padding: 7px 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.28);
  display: none;
}
#auth h1, #auth p, #auth label {
  display: none;
}
.auth-form-body {
  display: inline;
}
#auth input[type=text],
#auth input[type=password] {
  float: left;
  width: 175px;
  margin-right: 9px;
  border: 0;
  background-color: #f5f5f5;
}
#auth input[type=text]:focus,
#auth input[type=password]:focus {
  background-color: #fff;
  box-shadow: 0 0 5px rgba(255,255,255,.5);
}
#auth .button {
  border: 0;
}
#auth .button:focus {
  box-shadow: 0 0 5px rgba(255,255,255,.5);
}
label[for=search] {
  display: block;
  text-align: left;
}
#search label {
  font-weight: 200;
  padding: 5px 0;
}
#search input[type=text] {
  font-size: 18px;
  width: 705px;
}
#search .button {
  padding: 10px;
  width: 90px;
}
.logo { display: inline-block; margin-top: 35px; }
.logo-img-2x { display: none; }
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
  .logo-img-1x { display: none; }
  .logo-img-2x { display: inline-block; }
}
#suggestions {
  margin-top: 35px;
  color: #ccc;
}
#suggestions a {
  color: #666666;
  font-weight: 200;
  font-size: 14px;
  margin: 0 10px;
}

#parallax_wrapper {
  position: relative;
  z-index: 0;
  transition: all 0.25s ease-in;
  -webkit-transition: all 0.25s ease-in 0;
}
#parallax_field {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  height: 392px;
  width: 100%;
}
#parallax_field #parallax_bg {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 110%;
  height: 425px;
  z-index: 1;
}
#parallax_field #hand {
  position: absolute;
  z-index: 900;
  left:10%;
}
#parallax_field #grass {
  position: absolute;
  z-index: 1;
  top:300px;
  width: 100%;
}
#parallax_field #flower {
  position: absolute;
  z-index: 900;
  top:225px;
  left:50%;
}
#parallax_illustration {
  display: block;
  margin: 0 auto;
  width: 1000px;
  height: 392px;
  position: relative;
  overflow: hidden;
  clear: both;
}
#parallax_illustration a{
	display:block;
}
#parallax_illustration img {
  position: absolute;
}
#parallax_illustration #parallax_error_text {
  top: 102px;
  left: 550px;
  z-index: 990;
}
#parallax_illustration #parallax_error_ball11 {
  /*top: -70px;*/
  top: -10px;
  left: 400px;
  z-index: 990;
}
#parallax_illustration #parallax_error_ball12 {
  /*top: 12px;*/
  /*left: 532px;*/
  top: -20px;
  left: 412px;
  z-index: 990;
}
#parallax_illustration #parallax_octocat {
  top: 94px;
  left: 356px;
  z-index: 9;
}
#parallax_illustration #parallax_speeder {
  top: 150px;
  left: 432px;
  z-index: 8;
}
#parallax_illustration #parallax_octocatshadow {
  top: 297px;
  left: 371px;
  z-index: 7;
}
#parallax_illustration #parallax_speedershadow {
  top: 263px;
  left: 442px;
  z-index: 6;
}
#parallax_illustration #parallax_building_1 {
  top: 73px;
  left: 467px;
  z-index: 5;
}
#parallax_illustration #parallax_building_2 {
  top: 113px;
  left: 762px;
  z-index: 4;
}



#banner_line{
	background:url(../images/line.png) no-repeat center top;
	width:100%;
	height:392px;
	position:absolute;
	z-index:800;}
@media screen and (min-width: 1600px) and (max-width: 1920px) {
#parallax_field #hand {
  left:12%;
}

#parallax_field #flower {
  left:50%;
}
}
@media screen and (min-width: 1440px) and (max-width: 1600px) {
#parallax_field #hand {
  left:5%;
}

#parallax_field #flower {
  left:50%;
}
}
@media screen and (min-width: 1200px) and (max-width: 1440px) {
#parallax_field #hand {
  left:-3%;
}

#parallax_field #flower {
  left:50%;
}
}
@media screen and (min-width: 320px) and (max-width: 1200px) {
#parallax_field #hand {
  left:-15%;
}

#parallax_field #flower {
  left:50%;
}
}