body {
    font: 400 15px/1.8 sans-serif;
    color: #777;
}

#googleMap {
    width: 100%;
    height: 400px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

#tcci-video {
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: -100;
}

#whatsapp {
    display: none;
}

/* unvisited link */
a:link {text-decoration: none;
  }
  
  /* mouse over link */
  a:hover {text-decoration: underline;
  }
  
  /* selected link */
  a:active {text-decoration: underline;
  }

.anchor {
    position: relative;
    top: -60px;
    visibility: hidden;
}

.bg-0 {
    background-color: lightgray;
    opacity: 0.9;
}

.bg-1 {
    background-color: #2d2d30;
    color: #bdbdbd;
}

    .bg-1 h3 {
        color: #fff;
    }

    .bg1 h3:hover {
      color:
    }

.bg-2 {
    background-color: whitesmoke;
    opacity: 0.9;
}

    .bg-2 h5 {
        color: #333;
        margin: 5px 0;
        align-items: center;
    }

.blue {
    background-color: #0000fc;
    opacity: 0.9;
}

.btn {
    padding: 15px 30px;
    background-color: orange;
    color: #f1f1f1;
    border-radius: 0;
    transition: .2s;
    vertical-align: bottom;
    border: 1px solid orange;
}

    .btn:hover, .btn:focus {
        border: 1px solid orange;
        background-color: #fff;
        color: orange;
    }

.carousel-inner {
    background-color: transparent;
}

.click {
    cursor: pointer;
}

.col-md-12 {
    padding: 5px;
    margin: 0 0 0 0;
}

.col-md-4 {
    padding: 5px;
}

    .col-md-4 img {
        width: 100%;
        max-height: 1200px;
    }

    .col-md-4 p {
      text-align: center;
    }

.col-md-6 {
    margin: 0 0 0 0;
    padding: 5px;
}

    .col-md-6 a {
        color: #777;
        font-weight: normal;
    }

    .col-md-6 img {
        width: 100%;
    }

.col-md-8 {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.cont {
    position: relative;
    text-align: center;
}

    .cont img {
        border-radius: 10px 10px;
        border: solid 2px;
        overflow: hidden;
    }

    .cont p {
        font-size: 1.5em;
        text-align: center;
    }

.container {
    padding: 20px 0;
}

.down-arrow {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: #6D6F71;
}

.dropdown-menu li a {
    color: #000 !important;
    font-size: 11px;
}

    .dropdown-menu li a:hover {
        background-color: red !important;
    }

.exhibition {
    position: absolute;
    top: 68px;
    right: 10px;
    width: 200px;
    height: 50px;
    overflow-y: hidden;
    background: url(home/achema18signet.jpg) no-repeat top right;
    background-size: cover;
}
    .exhibition:hover {
        transform-origin: top right;
        width: 400px;
        height: 100%;
        overflow-y: visible;
        background-size: contain;
    }

.fa-bars {
    color: #d5d5d5;
}

.flat {
    background-color: transparent;
    border: 3px solid orange;
    margin: 5px;
    text-align: center;
    color: orange;
    min-height: 80px;
    font-size: 2.5em;
}

    .flat:hover {
        background-color: orange;
        color: white;
        text-decoration: none;
        justify-content: center;
    }

.float {
    position: fixed;
    bottom: 0px;
    left: 5px;
    z-index: 100;
}

.form-control {
    border-radius: 0;
}

.grey {
    background-color: #2d2d30;
}

.imgover {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: white;
    opacity: 0.5;
    width: 100%;
    color: none;
}

    .imgover a:hover {
        display: inline;
        background-color: #2d2d30;
        opacity: 0.8;
        color: white;
        text-decoration: none;
    }

.indak-starter {
    height: 100vh;
    width: 98vw;
    overflow: hidden;
    background: url(home/indak7.jpg) no-repeat center;
    background-size: cover;
}

    .indak-starter img {
        width: 100%;
    }

.infobox {
    width: 100%;
    padding: 10px 0;
    text-align: center;
    background-color: whitesmoke;
    margin-top: 20px;
    display: none;
}

.list-group-item {
    background-color: transparent;
    border: none transparent;
    padding: 5px;
    margin: 0 0 0 0;
}

    .list-group-item:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

    .list-group-item:last-child {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

.logo {
    filter: brightness(80%);
}

    .logo:hover {
        filter: initial;
    }

.modal-header, .modal-body {
    padding: 40px 50px;
}

.modal-header, h4, .close {
    background-color: #333;
    color: #fff !important;
    text-align: center;
    font-size: 30px;
}

.navbar {
    font-family: sans-serif;
    margin-bottom: 0;
    border: 0;
    font-size: 11px !important;
    letter-spacing: 4px;
    opacity: 0.9;
}

    .navbar li a, .navbar, .navbar-brand {
        color: #d5d5d5 !important;
    }

.navbar-nav li a:hover {
    color: #fff !important;
}

.navbar-nav li.active a {
    color: #fff !important;
    background-color: #29292c !important;
}

.nav-tabs li a {
    color: #777;
}

.open .dropdown-toggle {
    color: #fff;
    background-color: #555 !important;
}

.orange {
    background-color: #e98300;
    opacity: 0.9;
}

.partner_logo {
  position: absolute;
  bottom: 20vh;
  left: 50%;
  transform: translateX(-50%);
}

.person {
    border: 10px solid transparent;
    margin-bottom: 25px;
    width: 80%;
    height: 80%;
    opacity: 0.7;
}

    .person:hover {
        border-color: #f1f1f1;
    }

.red {
    background-color: #ee3a42;
    opacity: 0.9;
}

.row {
    margin: 0 0 0 0;
}

.service-icon {
    max-height: 150px;
    max-width: 150px;
}

.showup {
    display: none;
}

    .showup p {
        background-color: whitesmoke;
    }

.slideanim {
    visibility: hidden;
}

.slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 0.7s;
    -webkit-animation-duration: 0.7s;
    visibility: visible;
}

@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(70%);
    }

    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

.spencer-starter {
    height: 100vh;
    background: url(home/spencer_aerial.jpg) no-repeat center top;
    background-size: cover;
}

.starter {
    height: 100vh;
    background: no-repeat right top;
    background-size: cover;
}

    .starter h1 {
        background-color: #fff;
        opacity: 0.6;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.tcci-starter {
    height: 100vh;
    width: 98vw;
    overflow: hidden;
}

.textcontainer {
    border: solid 5px white;
    padding: 10px 10px;
    text-align: left;
}

.thumbnail {
    padding: 0 0 0 0;
    border: none;
    border-radius: 0;
}

    .thumbnail p {
        margin-top: 15px;
        color: #555;
    }

.youtube {
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
}

    .youtube iframe {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

@media screen and (max-width: 768px) {
    .col-md-4 {
        text-align: center;
        margin: 25px 25px;
    }

    .btn-lg {
        width: 100%;
        margin-bottom: 35px;
    }

    .col-md-3 {
        padding: 0 20px;
    }

        .col-md-3 img {
            width: 50%;
        }

        form {
          padding-left: 5px;
          padding-right: 5px;
        }

    #tcci-video {
        display: none;
    }

    .tcci-starter {
        background: url(home/tcciback.jpg) no-repeat center top;
        height: 100vh;
        background-size: cover;
        overflow: hidden;
    }

    .indak-starter {
        background: url(home/indak7.jpg) no-repeat center top;
        height: 100vh;
        background-size: cover;
        overflow: hidden;
    }

    .partner_logo img {
      max-width: 90vw;
      height: auto;
    }

    #whatsapp {
        display: block;
    }

    .exhibition:hover {
      position: absolute;
      top: 68px;
      right: 10px;
      width: 200px;
      height: 50px;
      overflow-y: hidden;
      background: url(home/achema18signet.jpg) no-repeat top right;
      background-size: cover;
    }
}

footer {
    padding: 16px 32px;
}

    footer a {
        color: white;
        margin: 5px 0;
    }

        footer a:hover {
            color: #777;
            text-decoration: none;
        }

    footer p {
        margin: 0 0 0 0;
        font-size: 0.75em;
        text-align: center;
    }

    footer h3 {
        font-size: 1em;
    }

    footer hr {
        border-color: #d5d5d5;
    }

h1, h2 {
    padding: 20px 0 10px 0;
    text-align: left;
    letter-spacing: 5px;
    font-size: 2.5em;
    font-weight: 600;
    color: orange;
}

h3, h4 {
    margin: 10px 0 5px 0;
    font-size: 1.5em;
    color: #333;
}

h5 {
    padding: 10px 0;
    text-align: center;
}

p {
    text-align: justify;
}

textarea {
    resize: none;
}

to {
    width: 102%;
}
