.hero-full-screen {
	height: 60vh !important;
}

#guam table {
  max-width: 50rem;
  margin: 0 auto;
}

#guam td {
  border: 1px solid black;
  width: 50%;
}

#guam .guam-partner-official img{
  height: 8rem;
}

#guam .guam-partner-logo {
  position: relative;
  border: 1px solid white;
  cursor: pointer;
}

#guam .guam-book-now {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 100%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition-timing-function: ease-in;
  transition: fade 1s;
}

#guam .guam-book-now .button {
  width: 10rem;
}

#guam .single-image {
  padding: 1rem;
}

#guam .single-image i {
  font-size: 3rem;
}

#guam .single-image img {
  height: 3rem;
}

#guam section.steps_section {
  background-color: #eee;
  padding: 0.5rem;
}

#guam .cb-steps-bottom{
  display: flex;
}

#guam .cb-steps-el p{
  padding: 0 1.2rem;
}

#guam .dot {
  margin-bottom: 0.5rem;
  padding-top: 0.7rem;
  height: 5rem;
  width: 5rem;
  background-color: #509fee;
  border-radius: 50%;
  display: inline-block;
  margin-top: 2rem;
  font-size: 1.2rem;
  font-weight: bolder;
}

#guam #snackbar {
  visibility: hidden;
  min-width: 250px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 12px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 30px;
  transform: translate(-50%, 0px);
}

#guam #snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@media screen and (min-width: 1241px) {
  #guam .guam-partner-logo:hover .guam-book-now {
    display: block;
    background: rgba(0,0,0,.5);
    padding-top: 50%;
  }
}

@media screen and (max-width: 1240px) {
  #guam .guam-book-now {
    display: block;
    padding-top: 50%;
    background: rgba(0,0,0,.5);
  }
}

@media screen and (max-width: 1240px) {
  #guam p {
    padding: 0 0.5rem;
  }
	#guam table {
    margin-left: 1rem;
  }
}

@media screen and (min-width: 650px) {
  #guam .cb-steps{
    display: flex;
    flex-direction: column;
    position: relative;
  }
  #guam .cb-steps-el{
    width: 25%;
    z-index: 2;
  }
  #guam .cb-line{
    width: 75%;
    background: black;
    height: 5px;
    position: absolute;
    top: 8.9rem;
    left: 6.5rem;
    padding: 0 6rem;
    z-index: 1;
  }
  #guam .cb-button{
    padding: 1.2rem 6rem;
  }
}

@media screen and (max-width: 649px) {
  #guam h1 {
    font-size: 1.5rem;
  }
  #guam .cb-steps{
    flex-direction: row;
    width: 100%;
  }
  #guam .cb-line{
    visibility: hidden;
  }
  #guam .cb-steps-bottom{
    flex-direction: column;
  }
  #guam .hero{
    height: 27vh;
    background-size: contain;
  }
}

@media screen and (max-width: 1379px){
  #guam .cb-line{
    left: 6.5rem;
  }
}