.full-header-stick,
#mobile-header {
  -webkit-transition: all 300ms 100ms ease-in-out;
  -moz-transition: all 300ms 100ms ease-in-out;
  -ms-transition: all 300ms 100ms ease-in-out;
  transition: all 300ms 100ms ease-in-out;
}

body.header-fixed .full-header-stick,
body.header-fixed #mobile-header {
  position: fixed;
  width: 100%;
  top: 0;

  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

body.header-fixed--inview .full-header-stick,
body.header-fixed--inview #mobile-header {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.brochure__section {
  background: #ddd;
  padding-top: 75px;
  padding-bottom: 50px;
  position: relative;
  z-index: 0;
}

.brochure__section .brochure__bg {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;

  -webkit-background-size: cover !important;
  background-size: cover !important;
  background-position: center !important;
}

.brochure__section .brochure__bg:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background: rgba(0, 0, 0, .2);
}

.brochure__section #brochuresvg {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.5);

  position: absolute;
  top: 50px;
  right: -30%;
  z-index: -1;
  opacity: 0.25;
}

p.no-results {
  text-align: center;
  font-family: 'Proxima Nova';
  font-size: 40px;
  line-height: 45px;
  font-weight: 800;
  color: #222222;
}

.brochure__section {
  overflow: hidden;
}

.brochure__section .form__wrapper {
  background: none !important;
}

.brochure__section .form__wrapper .ajax-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/wp-content/uploads/2017/08/ajaxloader5.gif) no-repeat center rgba(0,0,0,0.6);
  margin: 0 !important;
}

.brochure__section .form__wrapper,
.sidebar_form__wrapper.form__wrapper {
  padding: 30px;
  background: url(/wp-content/uploads/2017/08/brochure-background.jpg) no-repeat center;
  max-width: 458px;
  position: relative;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  z-index: 1;
}

.brochure__section .form__wrapper:after,
.sidebar_form__wrapper.form__wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0, .4);
  z-index: -1;
}

.sidebar_form__wrapper.form__wrapper {
  padding: 30px 20px 15px;
}

.sidebar_form__wrapper.form__wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(14, 14, 14, 0.4);
  z-index: -1
}

.brochure__section .form__wrapper h2,
.sidebar_form__wrapper.form__wrapper h2 {
  color: #ffffff;
  margin: 0;
  font-size: 35px;
  line-height: 35px;
  font-weight: 800;
  letter-spacing: -2px;
  padding-bottom: 10px;
}

.brochure__section .form__wrapper p,
.sidebar_form__wrapper.form__wrapper p {
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0px;
}

.brochure__section .form__wrapper > p,
.sidebar_form__wrapper.form__wrapper > p {
  margin-bottom: 10px;
}

.brochure__section .wpcf7-form-control-wrap,
.sidebar_form__wrapper .wpcf7-form-control-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;

  width: 100%;
  margin-bottom: 5px;
}

.brochure__section form.show_manual_address .hidden,
.sidebar_form__wrapper form.show_manual_address .hidden {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;

  visibility: visible !important;
}

.brochure__section form .hidden,
.sidebar_form__wrapper form .hidden {
  -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
}

.brochure__section form .hidden .wpcf7-form-control-wrap,
.sidebar_form__wrapper form .hidden .wpcf7-form-control-wrap {
  width: calc(50% - 10px);
}

.brochure__section form .hidden .wpcf7-form-control-wrap:nth-child(even),
.sidebar_form__wrapper form .hidden .wpcf7-form-control-wrap:nth-child(even) {
  margin-left: 20px;
}

.brochure__section form.show_manual_address .map_wrapper .wpcf7-form-control-wrap,
.brochure__section form.show_manual_address .map_wrapper #brochure__map,
.sidebar_form__wrapper form.show_manual_address .map_wrapper .wpcf7-form-control-wrap,
.sidebar_form__wrapper form.show_manual_address .map_wrapper #brochure__map {
  display: none !important;
}

.brochure__section button.change_addr,
.sidebar_form__wrapper button.change_addr {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  border-radius: 3px;
  height: 35px;
  padding: 0 12px;
  border: none;
  font-family: "Proxima Nova";
  font-weight: bold;
  font-size: 13px;
  background: #ab2d23;
  color: #ffffff;
}

.sidebar_form__wrapper ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #dedede;
}
.sidebar_form__wrapper ::-moz-placeholder { /* Firefox 19+ */
  color: #dedede;
}
.sidebar_form__wrapper :-ms-input-placeholder { /* IE 10+ */
  color: #dedede;
}
.sidebar_form__wrapper :-moz-placeholder { /* Firefox 18- */
  color: #dedede;
}

.brochure__section button.change_addr:hover,
.sidebar_form__wrapper button.change_addr:hover {
  background: #ff9828
}

.brochure__section .wpcf7-form-control-wrap input,
.brochure__section .wpcf7-form-control-wrap select,
.sidebar_form__wrapper .wpcf7-form-control-wrap input,
.sidebar_form__wrapper .wpcf7-form-control-wrap select {
  margin: 0;
  background: none !important;
  border: none;
  border-bottom: 3px solid #ffffff;
  padding: 0 !important;
  color: #dedede !important;
  font-size: 14px !important;
  font-family: "Proxima Nova";
  height: 45px;
  width: 100% !important
}

.brochure__section .wpcf7-form-control-wrap select option,
.sidebar_form__wrapper .wpcf7-form-control-wrap select option {
  background: #ab2d23;
}

.brochure__section .map_wrapper .your-location input,
.sidebar_form__wrapper .map_wrapper .your-location input {
  color: #ffffff !important;
  font-size: 14px !important;
  line-height: 15px;
  margin-bottom: 10px;
  display: block;
  border: 1px solid rgba(255,255,255,0.2);
  height: 35px;
  margin-bottom: 0px;
  padding: 15px !important;
}

.brochure__section .map_wrapper .your-location input:focus,
.sidebar_form__wrapper .map_wrapper .your-location input:focus {
  border: 1px solid rgba(255,255,255,0.4) !important;
}

.brochure__section .map_wrapper .addr__text,
.sidebar_form__wrapper .map_wrapper .addr__text {
  color: #ffffff;
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 10px;
  display: none;
}

.brochure__section .wpcf7-form-control-wrap:before,
.sidebar_form__wrapper .wpcf7-form-control-wrap:before {
  display: none !important;
}

.brochure__section .wpcf7-form-control-wrap .wpcf7-not-valid-tip,
.sidebar_form__wrapper .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  display: block;
  width: 100%;
  padding: 0;
  margin-top: 3px;
  font-size: 14px;
  background: none !important;
  color: #ff9828 !important;
}

.brochure__section .wpcf7-response-output,
.sidebar_form__wrapper .wpcf7-response-output {
  margin: 10px 0;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
  background: none;
  text-align: center;
  color: #21ff74;
  border: none;
}

.brochure__section .wpcf7-response-output.wpcf7-validation-errors,
.sidebar_form__wrapper .wpcf7-response-output.wpcf7-validation-errors {
  color: #ff9828;
}

.brochure__section .wpcf7-checkbox,
.sidebar_form__wrapper .wpcf7-checkbox {
  margin-top: 15px;
}

.brochure__section .wpcf7-checkbox .wpcf7-list-item,
.sidebar_form__wrapper .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}

.brochure__section .wpcf7-checkbox input,
.sidebar_form__wrapper .wpcf7-checkbox input {
  height: initial;
  cursor: pointer;
}

.brochure__section .wpcf7-checkbox label,
.sidebar_form__wrapper .wpcf7-checkbox label {
  margin-bottom: 0;
  cursor: pointer;
}

.brochure__section .wpcf7-checkbox input,
.sidebar_form__wrapper .wpcf7-checkbox input {
  position: absolute;
  top: 0;
  visibility: hidden;
  opacity: 0;
}

.brochure__section .wpcf7-checkbox input:checked + .wpcf7-list-item-label:before,
.sidebar_form__wrapper .wpcf7-checkbox input:checked + .wpcf7-list-item-label:before {
  background: #ff9828;
}

.brochure__section .wpcf7-checkbox .wpcf7-list-item-label,
.sidebar_form__wrapper .wpcf7-checkbox .wpcf7-list-item-label {
  line-height: 1;
  color: #c6c6c6;
  font-size: 16px;
  position: relative;
  padding-left: 25px;
}

.brochure__section .wpcf7-checkbox .wpcf7-list-item-label:before,
.sidebar_form__wrapper .wpcf7-checkbox .wpcf7-list-item-label:before {
  position: absolute;
  content: "";
  top: 3px;
  left: 0;
  width: 13px;
  height: 13px;
  border-radius: 2px;
  background: #ffffff;
  border: 1px solid #ffffff;

  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.brochure__section .map_wrapper:not(.show),
.sidebar_form__wrapper .map_wrapper:not(.show) {
  display: none;
}

.brochure__section #brochure__map,
.sidebar_form__wrapper #brochure__map {
  min-height: 250px;
  background: #dadada;
}

.brochure__section .wpcf7-submit,
.sidebar_form__wrapper .wpcf7-submit {
  width: 100%;
  height: 45px;
  margin-top: 8px;
  border-radius: 5px;
  background: #ab2d23;
  border: none;
  font-weight: bold;
  font-size: 13px;
  outline: none;
}

.brochure__section .form__wrapper form .ajax-loader,
.sidebar_form__wrapper .form__wrapper form .ajax-loader {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto
}

.brochure__section .gm-style-iw,
.brochure__section .gm-style-iw-d,
.sidebar_form__wrapper .gm-style-iw,
.sidebar_form__wrapper .gm-style-iw-d {
  width: 230px !important;
  max-width: none !important;
}

.brochure__section .wpcf7-submit:hover,
.sidebar_form__wrapper .wpcf7-submit:hover {
  background: #ff9828;
}

.new__tellusrow {
  margin-bottom: 10px !important;
}

.new__tellusrow h2 {
  color: #222222;
  font-family: 'Proxima Nova';
  font-weight: 800;
  font-size: 40px;
  line-height: 35px;
  letter-spacing: -2px;
  margin: 0 !important;
  padding-bottom: 0px;
}

.new__tellusrow:after {
  height: 10px;
  bottom: 0;
}

.new__tellusrow h2:after {
  display: none;
}

.new__tellusrow .tell-us-header {
  margin-bottom: 30px;
  text-align: left;
}

.new__tellusrow .tell-us-header p {
  font-size: 16px;
  line-height: 24px;
}

.new__tellusrow .spb_raw_html {
  margin-bottom: 20px;
}

.new__tellusrow .spb_raw_html .spb-asset-content {
  border-radius: 15px;
  padding: 40px;
  min-height: 305px;
  box-shadow: 0px 0px 32px rgba(0,0,0,0.14);

  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
   align-items: flex-start;

  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;

  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.new__tellusrow .spb_raw_html svg {
  fill: #ab2d23;
  margin-bottom: 10px;

  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.new__tellusrow .spb_raw_html h3 {
  font-family: 'Proxima Nova';
  color: #ab2d23 !important;
  font-weight: bold;
  font-size: 23px;
  width: 100%;

  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.new__tellusrow .spb_raw_html {
  font-size: 16px;
  line-height: 20px;
  color: #717171;

  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.new__tellusrow .spb_raw_html a {
  font-family: 'Proxima Nova';
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px !important;
  color: #ab2d23 !important;
  text-align: center;
  border-radius: 5px;
  height: 42px;
  margin-top: auto;
  width: 100%;
  opacity: 1;
  background: #ab2d23;
  color: #ffffff !important;
  padding: 0 20px;

  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;

  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
   align-items: center;

  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.new__tellusrow .spb_raw_html:hover .spb-asset-content {
  background: #ab2d23;
}

.new__tellusrow .spb_raw_html:hover svg {
  fill: #ffffff;
}

.new__tellusrow .spb_raw_html:hover h3 {
  color: #ffffff !important;
}

.new__tellusrow .spb_raw_html:hover {
  color: #e9bab7;
}

.new__tellusrow .spb_raw_html:hover a {
  background: #ffffff;
  color: #ab2d23 !important;
}

.modal-dialog {
  width: calc(100% - 30px);
  border-radius: 0px;
  box-shadow: none;
  max-width: 670px;
}

.modal-dialog .modal-content {
  box-shadow: none;
  border-radius: 0px;
  border: none;
}

.modal-header button.close {
  margin: 0px;
  top: 15px;
  right: 15px;
  height: 30px;
  color: #7f1f17;
  font-size: 25px;
}

.modal-body {
  padding: 30px;
}

.modal-body h2 {
  font-family: 'Proxima Nova';
  font-weight: bold;
  margin: 0;
  padding-bottom: 10px;
  line-height: 1;
}

.modal-body p.sub-text {
  color: #eaada8;
  font-size: 14px;
  font-family: 'Proxima Nova';
  line-height: 20px;
  border-bottom: 1px solid #c85147;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.modal-body div[class^="col"] {
  padding: 0;
  margin: 0px !important;
}

.modal-body .wpcf7-form-control-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-flex-wrap: wrap;
   flex-wrap: wrap;

   margin-bottom: 10px;
}

.modal-body .wpcf7-form-control-wrap input,
.modal-body .wpcf7-form-control-wrap select,
.modal-body .wpcf7-form-control-wrap textarea {
  margin: 0 !important;
  width: 100%;
  border-radius: 0px;
  font-size: 14px !important;
  color: #929292;
  font-family: "Proxima Nova";
  height: 37px;
  padding: 0 18px !important;
  border: none !important;
}

.modal-body .wpcf7-form-control-wrap textarea {
  min-width: 100%;
  max-width: 100%;
  min-height: 147px;
  max-height: 147px;
  padding-top: 18px !important;
}

.modal-body .wpcf7-form-control-wrap:before {
  display: none;
}

.modal-body .step-2 div {
  margin: 0 !important;
  border: none;
  padding: 0 !important;
}

.modal-body .wpcf7-not-valid-tip {
  display: block;
  width: 100%;
  margin: 5px 0 0;
  padding: 0;
  background: none !important;
  font-family: "Proxima Nova";
  color: #ffaba4 !important;
}

.modal-body .wpcf7-response-output {
  margin: 0 0 20px;
  background: none;
  padding: 0;
  text-align: center;
  font-family: "Proxima Nova";
}

.modal-body .wpcf7-response-output.wpcf7-validation-errors {
  color: #ffaba4 !important;
}

.modal .wpcf7 input.wpcf7-submit[type="submit"] {
  background: #00ace5 !important;
  font-family: "Proxima Nova";
  font-size: 15px !important;
  font-weight: 800;
  height: 51px;
  border-radius: 5px !important;
  margin-top: 0 !important;
}

.modal-body .ajax-loader {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 52px !important;
  background: url(/wp-content/uploads/2017/08/ajaxloader2.gif) no-repeat center rgba(255,255,255,0.9) !important;
  margin: 0 !important;
}

.modal .top-border {
  border: none;
  padding: 0 !important;
}



.modal-body ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #929292;
}
.modal-body ::-moz-placeholder { /* Firefox 19+ */
  color: #929292;
}
.modal-body :-ms-input-placeholder { /* IE 10+ */
  color: #929292;
}
.modal-body :-moz-placeholder { /* Firefox 18- */
  color: #929292;
}

.footer-about-us {
  padding-bottom: 50px !important;
}

.footer-about-us img {
  margin-bottom: 20px;
}

footer#copyright .text-left {
  line-height: 20px;
}

@media all and (min-width: 375px) {
  #mobile-logo img {
    width: 180px;
  }
}

@media all and (min-width: 480px) {
  #mobile-logo img {
    width: 220px;
  }

  .brochure__section #brochuresvg {
    top: 150px;
    width: 100%;
    right: -70%;
  }
}

@media all and (min-width: 768px) {
  .modal-body {
    padding: 50px;
  }
  
  #mobile-logo img {
    width: 300px;
  }
  
  .brochure__section {
    padding-top: 93px;
    padding-bottom: 93px;
  }

  .brochure__section .form__wrapper {
    padding: 50px;
  }

  .brochure__section .form__wrapper h2 {
    font-size: 55px;
    line-height: 50px;
    padding-bottom: 15px;
    padding-right: 20px;
  }

  .brochure__section .form__wrapper p {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
  }

  .brochure__section .wpcf7-form-control-wrap {
    margin-bottom: 10px;
  }

  .brochure__section .wpcf7-form-control-wrap input,
  .brochure__section .wpcf7-form-control-wrap select {
    font-size: 20px !important;
    height: 55px;
  }

  .brochure__section .wpcf7-checkbox .wpcf7-list-item-label {
    font-size: 18px;
    padding-left: 35px;
  }

  .brochure__section .wpcf7-checkbox .wpcf7-list-item-label:before {
    width: 18px;
    height: 18px;
  }

  .brochure__section .map_wrapper .addr__text {
    font-size: 14px;
    line-height: 18px;
  }

  .brochure__section .form__wrapper form p {
    margin-bottom: 0px;
  }

  .brochure__section .wpcf7-submit {
    height: 52px;
  }

  .new__tellusrow .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
     align-items: flex-start;

     -webkit-flex-wrap: wrap;
    flex-wrap: wrap;

    margin: 0;
  }

  .new__tellusrow .spb_raw_html {
    width: 100%;
  }

  .new__tellusrow .row:first-of-type {
    margin-bottom: 50px;
  }

  .new__tellusrow .row .tell-us-header {
    margin: 0;
  }

  .modal-body div.col-sm-6,
  .modal-body div.col-sm-8,
  .modal-body div.col-sm-4 {
    width: calc(50% - 5px);
    margin-right: 10px !important
  }

  .modal-body div.col-sm-6:nth-child(even),
  .modal-body div.col-sm-8:nth-child(even),
  .modal-body div.col-sm-4:nth-child(even) {
    margin-right: 0px !important;
  }

  .modal-body .book-your-trip-form .top-border div:last-of-type {
    width: calc(50% - 5px);
  }
}

@media all and (min-width: 980px) {
  .new__tellusrow > .spb_content_element {
    padding-left: 15px !important;
    padding-right: 15px !important;

    max-width: 1140px;
    margin: auto;
  }
  .new__tellusrow .spb_raw_html {
    /* width: 33.33%; */
    width: 50%;
  }
}

@media all and (min-width: 1170px) {
  .brochure__section {
    padding-bottom: 101px;
  }

  .brochure__section #brochuresvg {
    width: 100%;
    height: 120px;
    top: 145px;
    right: -36.5%;
  }

  .new__tellusrow {
    padding-top: 150px;
    padding-bottom: 164px;
  }

  .new__tellusrow .row:first-of-type {
    margin-bottom: 95px;
  }

  .new__tellusrow > .spb_content_element {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .new__tellusrow .row .tell-us-header {
    padding: 0;
  }

  .new__tellusrow .spb_raw_html {
    padding: 0;
    /* width: calc(33.33% - 30px); */
    width: calc(50% - 30px);
    margin-right: 45px;
  }

  .new__tellusrow .spb_raw_html:last-of-type {
    margin-right: 0;
  }
}


@keyframes bounce2 {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce2 {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-moz-keyframes bounce2 {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-o-keyframes bounce2 {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}