* {
  padding: 0px;
  margin: 0px;
  outline: none;
  background: none;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: none;
}
body {
  font-family: sans-serif;
  font-size: 13px;
  color: #333;
  line-height: 1.5;
  background: url("../images/bg.jpg") no-repeat center top;
  background-size: cover;
}

p,
h1,
h2,
h3 {
  margin: 0px 0px 25px 0px;
}
a {
  color: #2a2a2a;
}
a img {
  border: none;
}
.clear {
  clear: both;
}

.flex {
  display: flex;
}

.right {
  float: right;
}
.left {
  float: left;
}

.center-text {
  text-align: center;
}

.v-margin {
  height: 25px;
}

header {
  padding: 25px 0px;
}

article {
  padding: 25px 0px;
}

footer {
  background: #333;
  padding: 50px 0px;
  color: #ccc;
}

footer a {
  color: #ccc !important;
}

.wrapper {
  max-width: 960px;
  margin: auto;
}

.logo img {
  display: block;
  height: 40px;
  margin: auto;
}

.content {
  justify-content: flex-end;
}

.video-responsive video {
  width: 100%;
  max-height: 100%;
  border-radius: 8px;
  border: dashed 4px #000;
}

.video {
  width: 60%;
}

.form {
  width: 40%;
  padding-left: 35px;
}

.title {
  color: #666;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
}

.intro {
  margin-bottom: 25px;
  color: #666;
  text-align: center;
}

.message {
  background: url("../images/tick.png") no-repeat center 25px;
  background-color: #edfbe8;
  padding: 100px 15px 15px 15px;
  border-radius: 2px;
  border: solid 1px #e3f9db;
  margin-top: -15px;
  margin-bottom: 25px;
  font-size: 12px;
  text-align: center;
  color: #333;
}

.instructions {
  margin-bottom: 25px;
  font-weight: 700;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"] {
  display: block;
  border: none;
  border: solid 1px #ccc;
  padding: 8px;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 13px;
  font-family: sans-serif;
  width: 100%;
  border-radius: 2px;
  background: #fff;
}

input[type="checkbox"] {
  border: solid 1px #e6e3e3;
  float: left;
  width: 15px;
  display: block;
}

.legal {
  float: left;
  margin: -20px 0px 0px 30px;
  font-size: 12px;
}

input[type="submit"] {
  background: #2a2a2a;
  display: block;
  margin-top: 25px;
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
  border: none;
  padding: 12px 35px;
  cursor: pointer;
  font-size: 12px;
  width: 100%;
}

input[type="submit"]:hover {
  transition-duration: 0.5s;
  opacity: 0.9;
}

.half {
  width: 49% !important;
}

footer {
  font-size: 11px;
  text-align: center;
}

@media only screen and (max-width: 980px) {
  body {
    font-size: 14px;
  }

  .flex {
    display: block;
  }

  .wrapper {
    width: 100%;
    padding: 25px;
  }

  .form,
  .video {
    width: 100%;
  }

  .form {
    padding-left: 0px;
    margin-top: 25px;
  }

  article,
  header,
  footer {
    margin: 0px;
    width: 100%;
    max-width: 100%;
    display: block;
  }
}

::-webkit-scrollbar {
  width: 10px;
  height: 0px;
}
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  height: 0px;
  background-color: transparent;
}
::-webkit-scrollbar-track-piece {
  background-color: #ccc;
}
::-webkit-scrollbar-thumb:vertical {
  height: 0px;
  background-color: #999;
}
