/* CSS Document */
.red_clr {
  color: #ff0000;
  font-size: smaller; }

.address-form .google-place-autocomplete input {
  font-family: "ProximaNova-Regular";
  margin-bottom: 5px; }
  @media (max-width: 767px) {
    .address-form .google-place-autocomplete input {
      margin-bottom: 6px; } }

.address-form .google-place-autocomplete label {
  font-family: "ProximaNova-Regular";
  font-size: 20px;
  opacity: 0.9000000238418579; }

#autocomplete {
  width: calc(100% - 24px);
  margin-top: 0px;
  margin-left: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

html, body {
  overflow-x: hidden;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  background-color: white; }

.google-place-autocomplete {
  margin-bottom: 0px; }

.material-input .valid {
  margin-bottom: 0 !important; }

.material-input .valid.filled + .valid-icon:last-child {
  display: none !important;
  position: absolute;
  right: 0; }

.gary-image {
  position: absolute;
  right: -34px;
  top: -218px; }

.material .material-input {
  background: transparent none repeat scroll 0 0 !important; }

.material-input input {
  box-shadow: none !important;
  height: 35px !important; }

label.error {
  margin-bottom: 10px; }

#submit:enabled {
  background-image: linear-gradient(0deg, #FF6F00 0%, #FF9B00 100%);
  opacity: 1; }

@media only screen and (min-width: 768px) {
  .material .material-input {
    float: left;
    border-left: 1px solid #B8B8B8;
    cursor: pointer; }

  .material .material-input:nth-of-type(4) {
    /*display: none;*/
    border-right: 0; }

  .material .material-input input {
    padding-bottom: 10px;
    font-size: 20px;
    font-family: ProximaNova-Regular;
    color: #8FB741 !important; }

  .material .material-input input,
  .material .material-input textarea {
    border-bottom: 1px solid lightgray; } }
@media only screen and (max-width: 767px) {
  .material .material-input {
    border-radius: 70px;
    margin: 0 auto;
    border: 1px solid #FF9000;
    padding-left: 15px !important;
    padding-right: 35px;
    background-color: #fff !important;
    height: 60px;
    width: 100% !important;
    margin-bottom: 2px;
    margin-top: 20px;
    padding-top: 26px !important; }

  .material .material-input input {
    font-size: 20px !important;
    font-family: ProximaNova-Regular;
    color: #8FB741 !important;
    top: -5px;
    position: relative; }

  .material .material-input label {
    top: 13px !important;
    width: 100%;
    text-align: center; }

  .material .material-input input, .material .material-input textarea {
    text-align: center;
    width: 95%;
    padding-left: 15px !important; }

  .material .material-input :focus ~ label, .material .material-input .filled ~ label, .material .error:focus ~ label {
    top: 1px !important;
    font-family: proxima_nova_rgbold !important; } }
@media only screen and (max-width: 375px) {
  .material .material-input {
    height: 55px; }

  .material .material-input input {
    font-size: 19px !important;
    top: -8px; }

  .material .material-input label {
    font-size: 19px !important;
    top: 11px !important; }

  .material .material-input :focus ~ label, .material .material-input .filled ~ label, .material .error:focus ~ label {
    top: -1px !important;
    font-size: 14px !important; } }
/*========================iPad=======================*/
@media (min-width: 768px) and (max-width: 1024px) {
  .material .material-input {
    /*width: 12%;*/ }

  .material .material-input label {
    font-size: 18px !important;
    max-width: calc(100% - 15px); }

  .material .material-input :focus ~ label, .material .material-input .filled ~ label, .material .error:focus ~ label {
    font-size: 14px !important; } }
@media only screen and (max-width: 640px) {
  /*  .address-form {
      max-width:92%;
      margin-bottom:20px;
      margin: 0 auto;
      margin-top: 25px;
      padding-left: 33px;
      padding-right: 31px;
    }*/
  .form-edit {
    margin-top: 1px; } }
.material .material-input input {
  margin-bottom: 0; }

#submit:focus {
  outline: none; }

.material .material-bar:before, .material .material-bar:after {
  background: #39a2e0; }

[data-icon]:before {
  font-family: "material" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-"]:before,
[class*=" icon-"]:before,
.material .material-checkbox:before {
  font-family: "material" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-down:before {
  content: "b"; }

.icon-check:before {
  content: "a"; }

input[type="text"] {
  padding-left: 0; }

/* Material input */
.material .material-input {
  position: relative;
  padding-top: 35px;
  padding-left: 10px;
  background: #fff; }

.material .material-input:after {
  display: block;
  clear: both;
  content: ""; }

.material .material-input input,
.material .material-input textarea {
  font-size: 18px;
  width: 100%;
  border: 0;
  /*border-bottom: 1px solid lightgray;*/
  outline: none;
  background: 0;
  float: left; }

.material .material-input textarea {
  height: 120px;
  padding: 7px 0; }

.material .material-input input {
  height: 32px;
  padding: 0;
  cursor: pointer; }

.material .material-input label {
  line-height: 32px;
  cursor: pointer; }

.material .material-input label {
  color: #585858;
  font-family: "ProximaNova-Regular";
  position: absolute;
  left: 10px;
  font-size: 20px;
  opacity: 0.9000000238418579;
  top: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: calc(100% - 24px); }

.material .material-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%; }

.material .material-bar:before,
.material .material-bar:after {
  content: "";
  height: 2px;
  width: 0;
  bottom: 0;
  position: absolute;
  background: #39a2e0; }

.material .material-bar:before {
  left: 50%; }

.material .material-bar:after {
  right: 50%; }

.material .material-input :focus ~ .material-bar:before,
.material .material-input :focus ~ .material-bar:after,
.material .error ~ .material-bar:before,
.material .error ~ .material-bar:after {
  width: 50%; }

.material .error ~ .material-bar:before,
.material .error ~ .material-bar:after,
.material .error ~ .material-bar:before,
.material .error ~ .material-bar:after {
  background: #ff0000; }

.material .error:focus,
.material .error.filled,
.material .error:not(.filled) ~ label {
  color: red; }

.material .material-input :focus ~ label,
.material .material-input .filled ~ label,
.material .error:focus ~ label {
  font-size: 15px;
  top: 5px;
  font-family: proxima_novasemibold;
  color: #373737 !important;
  opacity: 0.6;
  width: 100%; }

/* Radio */
.material .material-group {
  padding-top: 10px; }

.material .material-group input {
  display: none; }

.material .material-group-item {
  position: relative;
  margin-bottom: 5px; }

.material .material-group-item:last-child {
  margin-bottom: 0; }

.material .material-group label {
  padding-left: 30px;
  position: relative;
  cursor: pointer;
  z-index: 2;
  font-weight: 300; }

.material .material-checkbox,
.material .material-radio {
  width: 18px;
  height: 18px;
  background: #fff;
  left: 0;
  top: 50%;
  margin-top: -9px;
  position: absolute;
  z-index: 1;
  border: 2px solid gray; }

.material .material-radio {
  border-radius: 10px; }

.material .material-checkbox {
  border-radius: 3px; }

.material .material-checkbox:before {
  content: "a";
  font-size: 14px;
  text-align: center;
  padding-top: 3px;
  color: #fff;
  background: gray;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0); }

.material .material-radio:before {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: gray;
  content: "";
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0); }

.material input:checked ~ .material-radio:before,
.material input:checked ~ .material-checkbox:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

/* Select */
.material .material-select {
  font-size: 16px;
  font-weight: 300;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
  padding-top: 18px;
  z-index: 3; }

.material .material-select input {
  display: none; }

.material .material-select > label {
  color: gray;
  border-bottom: 1px solid lightgray;
  height: 40px;
  line-height: 40px;
  padding: 0 30px 0 0px;
  width: 100%;
  cursor: pointer;
  position: relative;
  display: block; }

.material .material-select > .material-title {
  position: absolute;
  color: lightgray;
  height: 40px;
  line-height: 40px;
  top: 18px;
  left: 0;
  opacity: 0;
  visibility: hidden; }

.material .material-select > input:checked + .material-title,
.material .material-select.filled > .material-title {
  top: 0;
  opacity: 1;
  visibility: visible;
  font-size: 13px;
  line-height: 24px; }

.material .material-select > label strong {
  border-color: lightgray transparent transparent transparent;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  margin-top: -3px;
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  top: 50%; }

.material .material-select > input:checked ~ ul {
  visibility: visible;
  opacity: 1;
  top: 24px; }

.material .material-select ul {
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: 2; }

.material .material-select ul li label {
  color: gray; }

.material .material-select ul li input:checked + label,
.material .material-select ul li:hover input:checked + label {
  font-weight: 400; }

.material .material-select ul li label {
  display: block;
  cursor: pointer;
  padding: 7px 10px; }

.material .material-select ul li label:hover {
  background: #f5f5f5; }

.material .material-select > input:checked + .material-bar {
  top: 22px; }

.material .material-select .material-bar {
  height: 2px;
  background: #0000ff;
  width: 0;
  bottom: auto;
  top: 56px; }

/* Shadow */
.material .material-select ul {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); }

/* Animation */
.material .material-select ul,
.material .material-bar:before,
.material .material-bar:after,
.material .material-input label,
.material .material-select .material-bar,
.material .material-select > span,
.material .material-radio:before,
.material .material-checkbox,
.material .material-checkbox:before,
.material .material-checkbox:after {
  transition: .2s ease all;
  -moz-transition: .2s ease all;
  -webkit-transition: .2s ease all; }

/* Disable select */
.material {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Material border box reset */
.material *,
.material *:before,
.material *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.material .valid ~ .material-bar::before, .material .valid ~ .material-bar::after, .material .valid ~ .material-bar::before, .material .valid ~ .material-bar::after {
  background: #84b320;
  width: 50%; }

.valid-icon, .invalid-icon {
  display: none;
  transition: 2s ease-in; }

.material-input .valid.filled + .valid-icon {
  display: block;
  position: absolute;
  right: 0;
  margin-top: 6px; }

.material-input .error ~ .invalid-icon {
  display: block;
  position: absolute;
  right: 0;
  margin-top: 6px; }

.material-input label {
  color: #666; }

.material .error:focus, .material .error.filled, .material .error:not(.filled) ~ label {
  color: #F4546C;
  line-height: 18px; }

label.error {
  color: red; }

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #8FB741;
  -webkit-box-shadow: 0 0 0px 1000px #000 inset;
  transition: background-color 5000s ease-in-out 0s; }

#new_user:active,
#new_user:focus {
  outline: 0;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important; }

@keyframes slide-down {
  from {
    transform: translateY(-30%);
    opacity: 0; }
  to {
    transform: translateY(0);
    opacity: 1; } }
.element {
  -webkit-animation: slide-down 0.7s ease-out;
  animation: slide-down 0.7s ease-out; }
