/* ***** PAGE CONTACT */
#contact h1.contact-title {
  text-align: center;
  font-size: 20px;
  font-family: sansation_bold, Sans-serif;
  text-transform: uppercase;
  line-height: 1.4em;
  margin-top: 30px;
}

#contact #content.page-content .contact_page {
  max-width: 600px;
  border: 2px solid #ccdcbe;
  padding: 40px 30px;
  border-radius: 60px;
  background: #FFF;
  margin-top: 20px;
}
#contact #content.page-content .form-control {
  border: none;
  border-bottom: 1px solid #CCC;
}

#contact #content.page-content textarea.form-control {
  height: auto;
  border: 1px solid #CCC !important;
}


#contact #content.page-content{
  position: relative;
  height: 600px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #contact #content.page-content{ 
      height: 700px;
  }
}
@media (max-width: 640px){
  #contact #content.page-content .contact_page {
    max-width: 400px;
    margin: auto;
  }
}
#contact #content.page-content .contact_page {
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translate(-50%, 0);
}
#contact .form-control-label {
  padding-top: 15px;
  margin-bottom: 0px;
}

.ball1 {
  -webkit-animation: 15s linear 3s infinite moveDownAndLeft;
  animation: 5s linear 3s infinite moveDownAndLeft;
}
.ball2 {
  -webkit-animation: 10s linear 3s infinite moveUpAndLeft;
  animation: 8s linear 3s infinite moveUpAndLeft;
}
.ball3 {
  -webkit-animation: 10s linear 3s infinite moveDownAndLeft;
  animation: 10s linear 3s infinite moveDownAndLeft;
}
.ball4 {
  -webkit-animation: 15s linear 3s infinite moveUpAndLeft;
  animation: 15s linear 3s infinite moveUpAndLeft;
}

.bubbles {
  position: absolute;
  border-radius: 50%;
}

.bubble1 {
  top: 45%;
  left: 8%;
  width: 200px;
  height: 200px;
  background: #285d49;
  opacity: 0.6;
}
.bubble2 {
  top: 35%;
  right: 3%;
  width: 63px;
  height: 63px;
  background: #eccdd4;
  opacity: 0.6;
}
.bubble3 {
  width: 100px;
  height: 100px;
  background: #ccdcbe;
  top: 15%;
  left: 7%;
}
.bubble4 {
  top: 60%;
  left: 2%;
  width: 127px;
  height: 127px;
  background: #f1ce4a;
  opacity: 0.3;
}
.bubble5{
  right: 10%;
  width: 155px;
  bottom: 40%;
  height: 155px;
  background: #f1ce4a;
  opacity: 0.5;
}
.bubble6 {
  top: 52%;
  right: 8%;
  background: #ccdcbe;
  height: 300px;
  width: 300px;
  opacity: 0.5;
}