@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,700");
body, * {
  font-family: 'Open Sans', sans-serif; }

nav.fab-menu.visible .fab:not(:first-child) {
  opacity: 1;
  transform: none; }

nav.fab-menu {
  z-index: 9999;
  position: fixed; }
  nav.fab-menu .fab:first-child {
    z-index: 10;
    cursor: pointer; }
  @media only screen and (min-width: 992px) {
    nav.fab-menu {
      top: 15px;
      right: 100px; } }
  @media only screen and (min-width: 769px) and (max-width: 991px) {
    nav.fab-menu {
      top: 10px;
      right: 25px; } }
  @media only screen and (max-width: 768px) {
    nav.fab-menu {
      top: 10px;
      right: 10px; } }
  nav.fab-menu .fab:not(:first-child) {
    opacity: 0;
    -webkit-transform: translateY(-56px);
    -ms-transform: translateY(-56px);
    transform: translateY(-56px); }
  nav.fab-menu .fab {
    -webkit-transition: all .5s ease-out;
    transition: all .1s ease-out;
    position: relative;
    display: block;
    background-color: #00b0f0;
    border-radius: 50%;
    padding: 12px;
    color: white;
    margin-bottom: 8px; }
    nav.fab-menu .fab .icon-container {
      width: 24px;
      height: 24px; }
    nav.fab-menu .fab .material-icons {
      left: 50%; }

header .slogan {
  background: #a4c4e3; }
  header .slogan h2 {
    color: white;
    font-weight: lighter;
    font-size: 36px; }
    @media only screen and (max-width: 991px) {
      header .slogan h2 {
        font-size: 18px; } }

header .header-content {
  padding: 100px 0; }

header .header-img > img {
  width: 100%;
  height: auto; }

.types-container {
  background: #a4c4e3;
  padding-bottom: 20px; }

.types {
  padding: 0 70px; }
  @media only screen and (max-width: 768px) {
    .types {
      padding: 0; } }
  .types .type {
    color: white;
    padding-bottom: 12px; }
    .types .type h3 {
      color: white;
      font-weight: 700; }
    .types .type ul {
      padding-top: 20px;
      padding-bottom: 40px;
      font-size: 18px;
      font-weight: lighter; }
      @media only screen and (min-width: 769px) and (max-width: 991px) {
        .types .type ul {
          width: 360px;
          margin: auto; } }
    .types .type .icon {
      max-height: 120px; }

.extra-detail {
  background: white; }
  .extra-detail .desc {
    float: left;
    width: 100%;
    padding-top: 24px;
    padding-left: 90px;
    padding-bottom: 24px; }
    .extra-detail .desc h3 {
      color: #333; }
    @media only screen and (min-width: 992px) {
      .extra-detail .desc {
        font-size: 16px;
        padding-right: 260px;
        margin-right: -240px; } }
    @media only screen and (min-width: 769px) and (max-width: 991px) {
      .extra-detail .desc {
        font-size: 14px; } }
    @media only screen and (max-width: 768px) {
      .extra-detail .desc {
        font-size: 12px; } }
  @media only screen and (min-width: 992px) {
    .extra-detail .img {
      width: 240px; } }
  @media only screen and (max-width: 991px) {
    .extra-detail .img {
      width: 100%;
      max-width: 240px;
      max-height: 240px;
      float: right; } }

.quotes-container {
  padding: 20px 15px 90px 0; }
  .quotes-container .mv-img {
    margin: 30px auto; }
    .quotes-container .mv-img img {
      width: 230px; }
  .quotes-container .quote {
    margin: 0; }
    @media only screen and (min-width: 992px) {
      .quotes-container .quote {
        padding: 30px 220px; } }
    @media is-tablet {
      .quotes-container .quote {
        padding: 20px 20px; } }
    @media is-phone {
      .quotes-container .quote {
        padding: 15px; } }
    .quotes-container .quote h3 {
      font-size: 36px;
      color: #0085d8; }
    .quotes-container .quote .icon {
      font-size: 48px;
      color: #666666; }
    .quotes-container .quote .txt {
      font-size: 24px;
      padding-left: 20px;
      font-style: italic;
      font-weight: lighter; }

.certified,
.social {
  padding-bottom: 60px; }
  .certified h3,
  .social h3 {
    padding-bottom: 30px;
    color: #0085d8;
    font-size: 36px;
    font-weight: lighter; }
  @media only screen and (max-width: 991px) {
    .certified .fb,
    .social .fb {
      text-align: center; } }
  .certified .fb .item,
  .social .fb .item {
    padding: inherit 25px; }
  .certified .fb iframe,
  .social .fb iframe {
    max-width: 500px;
    max-height: 450px;
    height: 450px;
    width: 100%; }
    @media only screen and (min-width: 992px) {
      .certified .fb iframe,
      .social .fb iframe {
        float: right; } }
  @media only screen and (max-width: 991px) {
    .certified .tw,
    .social .tw {
      text-align: center; } }
  .certified .tw .twitter-timeline,
  .social .tw .twitter-timeline {
    max-width: 500px;
    max-height: 450px;
    height: 450px;
    width: 100%; }

.footer .separator img {
  width: 100%;
  height: auto; }

.footer .info {
  margin-top: -1px;
  background: #003659; }
  @media only screen and (min-width: 992px) {
    .footer .info {
      padding: 20px 40px; } }
  @media only screen and (max-width: 991px) {
    .footer .info {
      padding: 20px 0; } }
  .footer .info .desc {
    float: right;
    color: white; }
    .footer .info .desc h4 {
      font-weight: lighter;
      font-size: 32px;
      padding-bottom: 10px; }
    .footer .info .desc .li {
      padding: 0 20px 20px 15px;
      overflow: hidden; }
      .footer .info .desc .li .icon {
        padding-top: 8px;
        display: inline-block;
        float: left; }
      .footer .info .desc .li div.icon {
        padding-top: 2px;
        color: white; }
      .footer .info .desc .li .text {
        float: left;
        width: 100%;
        font-weight: lighter; }
      @media only screen and (min-width: 992px) {
        .footer .info .desc .li .icon {
          font-size: 24px; }
        .footer .info .desc .li div.icon {
          width: 24px;
          height: 28px; }
        .footer .info .desc .li .text {
          padding-left: 39px;
          margin-left: -24px;
          font-size: 24px; } }
      @media only screen and (max-width: 991px) {
        .footer .info .desc .li .icon {
          font-size: 20px; }
        .footer .info .desc .li div.icon {
          width: 20px;
          height: 24px; }
        .footer .info .desc .li .text {
          padding-left: 35px;
          margin-left: -20px;
          font-size: 20px; } }
  .footer .info .map {
    float: right;
    width: 100%;
    height: 300px;
    border: 0; }

.btn-more {
  font-size: 14px; }
  @media only screen and (max-width: 991px) {
    .btn-more {
      display: none; } }
  .btn-more .material-icons {
    font-size: 18px; }
