/*

Timeless Template 

http://www.templatemo.com/tm-517-timeless

*/

body {
  background-color: white;
  color: #ffffff;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 300;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
}

h3 {
  font-size: 1.3rem;
}

.tm-site-logo {
  width: 40px;
  height: 40px;
  border: 7px solid white;
  transform: rotate(45deg);
  display: inline-block;
  vertical-align: middle;
}

.tm-site-title {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}

.tm-site-header {
  padding-top: 45px;
  padding-bottom: 45px;
  margin-bottom: 0;
}

#tm-video-loader {
  border: 5px solid #f3f3f3;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  border-top: 5px solid #555;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.tm-video-container {
  position: relative;
  max-width: 1280px;
  max-height: 640px;
  overflow-y: hidden;
}

.tm-video-text {
  display: inline-block;
}

.tm-welcome-video {
  max-width: 100%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  background-color: black;
  background-size: cover;
  transition: 1s opacity;
}

.tm-video-text-overlay {
  position: absolute;
  left: 60%;
  bottom: 30px;
}
.tm-video-text-overlay h1 {
  font-size: 3.4rem;
}
.tm-welcome-text {
  margin-top: 65px;
  margin-bottom: 65px;
  font-size: 2.2rem;
}

.tm-font-400 {
  font-weight: 400;
}

.tm-text-light-gray {
  color: #cdcdcd;
}

.tm-text-gray {
  color: #cccccc;
}

.tm-text-white {
  color: #ffffff;
}

a.tm-text-white:hover,
a.tm-text-white:focus {
  color: #ffffff;
}

.tm-text-green {
  color: #99cc66;
}

.tm-text-cyan {
  color: #33cccc;
}

.tm-text-yellow {
  color: #ffff66;
}

.tm-text-orange {
  color: #cc9966;
}

.tm-bg-dark {
  background-color: #262626;
}

.tm-bg-dark-light {
  background-color: #404040;
}

hr {
  border-color: #666666;
  max-width: 70%;
}

.tm-video-iframe {
  height: auto;
}

.tm-timeline-item {
  margin-left: 70px;
}

.tm-timeline-item-inner {
  display: flex;
  align-items: center;
}

.tm-img-timeline {
  width: 160px;
  height: 160px;
  display: inline-block;
  vertical-align: middle;
}

.tm-timeline-connector {
  width: 55px;
  height: 3px;
  background-color: #404040;
}

.tm-timeline-connector-vertical {
  height: 60px;
  width: 3px;
  background-color: #404040;
  margin-left: 260px;
}

.tm-timeline-description {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 35px 40px;
  max-width: 712px;
}

.tm-section-mb {
  margin-bottom: 85px;
}

.tm-section-mt {
  margin-top: 85px;
}

.tm-contact-form {
  max-width: 500px;
}

.form-control {
  border-radius: 0;
  border-color: #666666;
  color: #ccc;
  background: transparent;
  padding: 12px 15px;
}

.form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #cccccc;
  opacity: 1;
  /* Firefox */
}

.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #dddddd;
}

.form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #dddddd;
}

iframe {
  max-width: 100%;
}

#google-map {
  max-width: 500px;
  width: 100%;
  height: 300px;
}

.tm-btn-send {
  border-radius: 0;
  font-size: 1.1rem;
  padding: 12px 50px;
  background: transparent;
  border: 1px solid #cccccc;
  color: #cccccc;
}

.tm-btn-send:hover,
.tm-btn-send:focus {
  background: #cccccc;
  color: #333333;
}

.form-control:focus {
  background-color: transparent;
  border-color: #cccccc;
  color: #fff;
  box-shadow: 0 0 0 0.2rem #cccccc14;
}

input,
textarea,
[contenteditable] {
  caret-color: #ffffff;
}

p {
  line-height: 1.9;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1310px;
  }
  .tm-container-2 {
    max-width: 1170px;
  }
}

@media (max-width: 1199px) {
  .tm-video-container {
    max-width: 932px;
    max-height: 466px;
  }
  .tm-video-text-overlay {
    left: 60%;
  }
}

@media (max-width: 991px) {
  #google-map,
  .tm-contact-form {
    max-width: 100%;
  }
  .google-map-iframe {
    width: 100%;
  }
  .tm-video-container {
    max-width: 690px;
    max-height: 345px;
  }
  .tm-video-text-overlay {
    left: 45%;
  }
  .tm-video-text-overlay h1 {
    font-size: 2.8rem;
  }
  .tm-timeline-item {
    margin-left: 25px;
  }
}

@media (max-width: 767px) {
  .tm-timeline-item {
    margin-left: 0;
  }
  .tm-video-container {
    max-width: 510px;
    max-height: 255px;
  }
  .tm-video-container,
  .tm-welcome-video {
    min-height: 220px;
  }
  .tm-video-text-overlay {
    left: 25%;
  }
}

@media (max-width: 584px) {
  .tm-timeline-item-inner {
    flex-direction: column;
  }
  .tm-timeline-connector {
    width: 3px;
    height: 55px;
  }
  .tm-timeline-connector-vertical {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 575px) {
  .container {
    max-width: 540px;
  }
  .tm-video-text-overlay {
    left: 30%;
  }
  .tm-video-text-overlay h1 {
    font-size: 1.8rem;
  }
}

@media (max-width: 480px) {
  .tm-video-container {
    overflow-x: hidden;
  }
  .tm-welcome-video {
    min-width: auto;
    max-width: 125%;
  }
}
