@charset "utf-8";
/* CSS Document */

/*CONTACT*/

#contact-container a { font-faimily: robotoregualr;}

#contact-container {width: 100%; min-height: 800px; padding-top: 100px; padding-bottom: 100px; background-color: #F3F2ED; font-family: robotolight; }

#contact-container .address-container {
  margin-top: 80px;
  font-family: quicksandbold;
  color: #106e8d;
  font-size: 40px;
}

#contact-container .text { margin-top: 30px; font-size: 28px; } 

#contact-container .text-bucket { margin-top: 30px; font-family: quicksandbold; padding-bottom: 10px; font-size: 22px; width: 100%; border-bottom: 2px solid #106e8d;}
#contact-container .container-c03{ margin-top:120px;}

@media (max-width: 991px) {
	#contact-container .container-c01{ margin-top:50px;}
}

@media (max-width: 768px) {
  #contact-container {
    padding-top: 50px;
  }
  #contact-container .address-container {
    margin-top: 40px;
    font-family: quicksandbold;
    color: #106e8d;
    font-size: 30px;
  }
  #contact-container .text {
    margin-top: 30px;
    font-size: 18px;
  }
  #contact-container .container-c01 {
    margin-top: 50px;
  }
  #contact-container .container-c02 {
    margin-top: 10px;
  }
  #contact-container .container-c03 {
    margin-top: 50px;
  }
}

.white-line02 { border-top: 1px solid #fff; margin-top:40px;}
