body {
  font-family: arial,sans-serif;
}

.google_header {
  height: 60px;
  float: left;
  top: 0px;
  right: 0px;
  width: 100%;
}

.nav_google {
  position: absolute;
  top: 30px;
  right: 20px;
  font-size: 13px;
  font-family: arial,sans-serif;
}

.nav_google ul {
  list-style: none none;
  padding-left: 10px;
  margin: 0;
}

.nav_google li {
  float: left;
  margin-left: 15px;
}

.nav_google a {
  color: #000000;
}

.nav_google a:hover {
  color: #666666;
}

.main_container {
  float: left;
  top: 80px;
  width: 100%;
  margin-bottom: 50px;
  margin-top: 35px;
  height: auto;
}

.container_center {
  position: absolute;
  margin: auto;
  top: 25%;
  bottom: 25%;
  left: 0;
  right: 0;
  width: 100%;
}

span {
  font-size: 80px;
  font-family: 'Varela Round', sans-serif;
  font-weight: bolder;
}

.blue-letter {
  color: #4285f4;
}

.red-letter {
  color: #EA4335;
}

.yellow-letter {
  color: #fbbc05;
}

.green-letter {
  color: #34a853;
}

.logo, .search {
  text-align: center !important;
}

.div_input {
  position: relative;
  /* left: 25%; */
  height: 44px;
  width: 534px;
  border: 1px solid #dfe1e5;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 24px;
  margin-right: auto;
  margin-left: auto;
}

.div_input:hover {
  border-radius: 20px;
  border-color: #f8f8f9;
  -webkit-box-shadow: 2px 2px 2px 2px #dfe1e5;
          box-shadow: 2px 2px 2px 2px #dfe1e5;
  width: 534px;
}

.div_image {
  width: 5%;
  height: 40px;
  float: left;
}

.img_search {
  color: #9aa0a6;
  height: 20px;
  width: 20px;
  display: inline-block;
  fill: currentColor;
  line-height: 24px;
  margin-top: 10px;
  margin-left: 8px;
}

.div_caption_index {
  float: left;
  min-width: 455px;
  width: auto;
}

.input {
  position: relative;
  outline: none;
  height: 40px;
  font: 16px arial,sans-serif;
  left: 5px;
  border: none;
  background-color: transparent;
  width: 100%;
}

.div_camera, .div_micro {
  float: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  background: transparent;
  outline: none;
  padding: 0 8px;
}

.div_camera:hover .camera_tooltip, .div_micro:hover .camera_tooltip {
  visibility: visible;
}

.div_camera .camera_tooltip, .div_micro .camera_tooltip {
  position: absolute;
  top: 50px;
  margin-left: -45px;
  background-color: #000000;
  color: #ffffff;
  width: 100px;
  visibility: hidden;
  z-index: 1;
  font-size: 11px;
  padding: 5px 0;
  font-family: arial,sans-serif;
  text-align: center;
}

.img_camera {
  background-image: url(http://www.gstatic.com/images/icons/material/system/2x/photo_camera_grey600_24dp.png);
  height: 24px;
  width: 24px;
  background-repeat: no-repeat;
  margin-top: 10px;
  display: inline-block;
  background-size: 24px;
}

/*.div_micro {
    float:left;
    align-items: center;
    border: 0;
    background: transparent;
    outline: none;
    padding: 0 8px;
    width: 5%;
}*/
.img_micro {
  position: relative;
  height: 24px;
  width: 24px;
  margin-top: 10px;
  vertical-align: middle;
  display: inline-block;
}

.div_len {
  float: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  background: transparent;
  outline: none;
  padding: 0 8px;
  width: 5%;
}

.img_len {
  background: none;
  color: #4285f4;
  height: 24px;
  width: 24px;
  display: inline-block;
  fill: currentColor;
}

.div_search {
  position: absolute;
  width: 50%;
  left: 25%;
  right: 25%;
  margin: 30px 4px;
}

.div_btn_search {
  float: left;
  width: 50%;
  text-align: right;
  padding-right: 5px;
}

.div_btn_lucky {
  float: right;
  width: 50%;
  text-align: left;
  padding-left: 5px;
}

a.submit_lucky {
  color: #000000;
  display: inline-block;
  text-align: center;
}

a.submit_lucky:hover {
  text-decoration: none;
}

.submit {
  border-radius: 5px;
  border-style: none;
  background-color: #f6f6f6;
  font-family: arial,sans-serif;
  font-size: 14px;
  height: 36px;
  padding: 5px 16px;
  width: auto;
  color: #5F6368;
}

.submit:hover {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  background-image: -webkit-linear-gradient(top, #f8f8f8, #f1f1f1);
  background-color: #f8f8f8;
  border: 1px solid #c6c6c6;
  color: #222;
}

.google_footer {
  position: absolute;
  background: #f2f2f2;
  border-top: 1px solid #e4e4e4;
  margin: 0 !important;
  line-height: 40px;
  left: 0px;
  right: 0px;
  bottom: 0px !important;
}

.left_margin {
  margin-left: 37px;
}

.left_space {
  float: left;
  padding-right: 27px;
}

.rigth_space {
  float: right;
  margin-right: 30px;
  white-space: nowrap;
  text-align: left;
}

.span_country {
  font-size: 15px !important;
  font-family: arial,sans-serif;
  color: rgba(0, 0, 0, 0.54);
  font-weight: normal;
}

.division {
  border-bottom: 1px solid #e4e4e4;
}

.advanced_a {
  color: #5f6368;
  text-decoration: none;
  white-space: nowrap;
  font-family: arial,sans-serif;
  font-size: 14px;
}

.advanced_a:hover {
  color: #5f6368;
  text-decoration: none;
}

.menu_footer {
  margin-left: 37px;
}

@media only screen and (min-width: 561px) and (max-width: 767px) and (orientation: portrait) {
  span {
    font-size: 60px;
    font-family: 'Varela Round', sans-serif;
    font-weight: bolder;
  }
  .nav_google {
    position: absolute;
    left: 20px;
  }
  .division {
    font-size: 8px;
  }
  .left_space {
    display: none;
  }
  .rigth_space {
    float: left;
  }
  .div_input {
    position: relative;
    height: 30px;
    width: auto;
  }
  .div_input:hover {
    border-radius: 20px;
    border-color: #f8f8f9;
    -webkit-box-shadow: 2px 2px 2px 2px #dfe1e5;
            box-shadow: 2px 2px 2px 2px #dfe1e5;
    width: auto;
  }
  .div_caption_index {
    float: left;
    min-width: 450px;
    width: auto;
  }
  .img_search {
    height: 15px;
    margin-top: 5px;
  }
  .input {
    left: 13px;
    top: -5px;
  }
  .div_micro {
    padding: 0 0px;
  }
  .img_micro {
    height: 15px;
    top: -3px;
  }
  .span_country {
    font-size: 14px !important;
  }
  .advanced_a {
    font-size: 12px;
  }
  .google_footer {
    line-height: 25px;
  }
  .div_search {
    display: none;
  }
  .menu_footer {
    text-align: center;
  }
}

@media only screen and (min-width: 561px) and (max-width: 770px) and (orientation: landscape) {
  span {
    font-size: 60px;
    font-family: 'Varela Round', sans-serif;
    font-weight: bolder;
  }
  .nav_google {
    position: absolute;
    left: 20px;
  }
  .division {
    font-size: 8px;
  }
  /*.left_space {
        display: none;
    }
    .rigth_space {
        float: left;
    }*/
  .div_input {
    position: relative;
    height: 30px;
    width: auto;
  }
  .div_input:hover {
    border-radius: 20px;
    border-color: #f8f8f9;
    -webkit-box-shadow: 2px 2px 2px 2px #dfe1e5;
            box-shadow: 2px 2px 2px 2px #dfe1e5;
    width: auto;
  }
  .div_caption_index {
    float: left;
    min-width: 450px;
    width: auto;
  }
  .img_search {
    height: 15px;
    margin-top: 5px;
  }
  .input {
    left: 13px;
    top: -5px;
  }
  .div_micro {
    padding: 0 0px;
  }
  .img_micro {
    height: 15px;
    top: -3px;
  }
  .span_country {
    font-size: 14px !important;
  }
  .advanced_a {
    font-size: 12px;
  }
  .google_footer {
    line-height: 25px;
  }
  .div_search {
    display: none;
  }
  .menu_footer {
    text-align: center;
  }
}

@media only screen and (min-width: 361px) and (max-width: 560px) and (orientation: portrait) {
  span {
    font-size: 60px;
    font-family: 'Varela Round', sans-serif;
    font-weight: bolder;
  }
  .nav_google {
    position: absolute;
    left: 20px;
  }
  .division {
    font-size: 8px;
  }
  .left_space {
    display: none;
  }
  .rigth_space {
    float: left;
  }
  .div_input {
    position: relative;
    height: 30px;
    width: auto;
  }
  .div_input:hover {
    border-radius: 20px;
    border-color: #f8f8f9;
    -webkit-box-shadow: 2px 2px 2px 2px #dfe1e5;
            box-shadow: 2px 2px 2px 2px #dfe1e5;
    width: auto;
  }
  .div_caption_index {
    float: left;
    min-width: 310px;
    width: auto;
  }
  .img_search {
    height: 15px;
    margin-top: 5px;
  }
  .input {
    left: 13px;
    top: -5px;
  }
  .div_micro {
    padding: 0 0px;
  }
  .img_micro {
    height: 15px;
    top: -3px;
  }
  .span_country {
    font-size: 14px !important;
  }
  .advanced_a {
    font-size: 12px;
  }
  .google_footer {
    line-height: 25px;
  }
  .div_search {
    display: none;
  }
  .menu_footer {
    text-align: center;
  }
}

@media only screen and (min-width: 361px) and (max-width: 560px) and (orientation: landscape) {
  span {
    font-size: 60px;
    font-family: 'Varela Round', sans-serif;
    font-weight: bolder;
  }
  .nav_google {
    position: absolute;
    left: 20px;
    top: 20px;
  }
  .division {
    font-size: 8px;
  }
  .left_space {
    display: none;
  }
  .rigth_space {
    float: left;
  }
  .div_input {
    position: relative;
    height: 30px;
    width: auto;
  }
  .div_input:hover {
    border-radius: 20px;
    border-color: #f8f8f9;
    -webkit-box-shadow: 2px 2px 2px 2px #dfe1e5;
            box-shadow: 2px 2px 2px 2px #dfe1e5;
    width: auto;
  }
  .div_caption_index {
    float: left;
    min-width: 310px;
    width: auto;
  }
  .img_search {
    height: 15px;
    margin-top: 5px;
  }
  .input {
    left: 13px;
    top: -5px;
  }
  .div_micro {
    padding: 0 0px;
  }
  .img_micro {
    height: 15px;
    top: -3px;
  }
  .span_country {
    font-size: 14px !important;
  }
  .advanced_a {
    font-size: 12px;
  }
  .google_footer {
    line-height: 25px;
  }
  .div_search {
    display: none;
  }
  .menu_footer {
    text-align: center;
  }
}

@media only screen and (max-width: 360px) and (orientation: portrait) {
  span {
    font-size: 40px;
    font-family: 'Varela Round', sans-serif;
    font-weight: bolder;
  }
  .nav_google {
    position: absolute;
    left: 20px;
  }
  .division {
    font-size: 8px;
  }
  .left_space {
    display: none;
  }
  .rigth_space {
    float: left;
  }
  .div_input {
    position: relative;
    height: 30px;
    width: 310px;
  }
  .div_input:hover {
    border-radius: 20px;
    border-color: #f8f8f9;
    -webkit-box-shadow: 2px 2px 2px 2px #dfe1e5;
            box-shadow: 2px 2px 2px 2px #dfe1e5;
    width: 310px;
  }
  .div_caption_index {
    float: left;
    min-width: 260px;
    width: auto;
  }
  .img_search {
    height: 15px;
    margin-top: 5px;
  }
  .input {
    left: 13px;
    top: -5px;
  }
  .div_micro {
    padding: 0 0px;
  }
  .img_micro {
    height: 15px;
    top: -3px;
  }
  .span_country {
    font-size: 12px !important;
  }
  .advanced_a {
    font-size: 10px;
  }
  .google_footer {
    line-height: 25px;
  }
  .div_search {
    display: none;
  }
  .menu_footer {
    text-align: center;
  }
}
/*# sourceMappingURL=google.css.map */