.bg {
  background-color: green;
}

.border1 {
  border: 1px solid red;
}

.border2 {
  border: 1px solid blue;
}

.border3 {
  border: 1px solid green;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.custom-gutters {
  margin-right: -12px;
  margin-left: -12px;
}
.custom-gutters > .col,
.custom-gutters > [class*=col-] {
  padding-right: 12px;
  padding-left: 12px;
}

.row-gutter div {
  margin-bottom: 10px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

body {
  font: 14px Fira Sans, tahoma, arial, sans-serif;
  color: #fff;
  background: #0f151f;
  background-image: url(../img/bg_noise2.jpg);
  background-position: top left;
  background-size: 100%;
  background-repeat: repeat;
  font-weight: 300;
  margin: 48px 0 120px 0;
  padding: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

.header {
  padding: 0 0 0 0;
  margin: 0 0 64px 0;
}

.flex-header {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.flex-sampler {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.bcrumb {
  color: #999;
}
.bcrumb a {
  color: #999;
}

.copyright {
  font-size: 12px;
  font-weight: 300;
  color: #777;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 40px;
}

footer {
  background-color: rgba(0, 0, 0, 0.9);
  padding: 16px 0 16px 0;
  border-top: 1px solid #333;
  box-shadow: 0px -12px 12px rgba(0, 0, 0, 0.9);
}

.title {
  color: #fff;
  overflow: none;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  white-space: nowrap;
  padding-left: 40px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

.title-small {
  color: #fff;
  overflow: none;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  white-space: nowrap;
  padding-left: 24px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

.title1 {
  font-size: 20px;
  font-weight: 400;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.title1-small {
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.title2-small {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.1rem;
  padding-left: 2px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.title2 {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.1rem;
  padding-left: 2px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.wordmark {
  border: 0px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  overflow: hidden;
}

.nav {
  overflow: auto;
  text-transform: uppercase;
  font: 13px Fira Sans, tahoma, arial, sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 0px solid red;
}

.nav-link {
  padding: 0 12px 0 12px;
  border: 0px solid red;
}

.sampler {
  margin: 40px auto 40px auto;
  max-width: 1070px;
}

.sampler-box {
  border: 1px solid #555;
  border-radius: 1px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  max-height: 200px;
  min-height: 140px;
  background-image: url(../img/bg_tint.png);
  background-position: center center;
  background-size: auto;
}
.sampler-box img {
  margin: 0;
  padding: 0;
  opacity: 0.65;
}

.sampler-box:hover {
  border: 1px solid #99ff33;
  background-image: none;
}

.sampler-text {
  font: 24px Fira Sans, tahoma, arial, sans-serif;
  font-weight: 300;
  line-height: 24px;
  color: #ccc;
}

.sampler-text:hover {
  text-decoration: none;
}

.caption {
  margin-top: 8px;
  color: #ccc;
}

.holder {
  border: 1px solid red;
  height: 180px;
}

.contact-form {
  border: 0px solid #555;
  border-radius: 4px;
}

.contact-form2x {
  background-image: url(../img/imlistening5.jpg);
  background-position: top right;
  background-attachment: inherit;
  background-repeat: no-repeat;
}

.contact-container {
  border: 0px solid #9B9B9B;
  padding: 40px;
}
.contact-container form {
  padding: 0 40px 0 40px;
}

.img-inset {
  opacity: 0.9;
  filter: alpha(opacity=90);
  margin-bottom: 48px;
}

.form-group-custom {
  font: 14px Fira Sans, tahoma, arial, sans-serif;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 4px;
  padding-bottom: 0px;
  margin-bottom: 32px;
}
.form-group-custom label {
  color: #59AB00;
  font-weight: 400;
  padding: 8px 16px 0 16px;
}

.form-control {
  font: 16px Fira Sans, tahoma, arial, sans-serif;
  border: 1px solid #ccc;
  border-top: 1px solid #ddd;
  border-left: 8px solid #ddd;
  border-radius: 0;
  padding: 8px 12px 8px 12px;
  margin: 0;
}

.form-control:focus {
  font: 16px Fira Sans, tahoma, arial, sans-serif;
  border: 0px;
  border-top: 1px solid #ccc;
  border-left: 8px solid #59AB00;
  border-radius: 0;
  padding: 8px 12px 8px 12px;
  margin: 0;
}

textarea, select, input, button {
  outline: none;
}

a, .nav a {
  color: #fff;
  text-decoration: none;
}

a:active, .nav a.active {
  color: #99ff33;
}

a:hover, .nav a:hover {
  text-decoration: underline;
  color: #99ff33;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: 0 none;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.btn-custom {
  color: #c6c6c6;
  font-size: 18px;
  font-weight: 300;
  padding: 0px 16px 0px 16px;
  margin: 0;
  height: 40px;
  border: 1px solid #c6c6c6;
  border-radius: 4px;
  outline: 0 none;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.btn-custom:hover {
  color: #99ff33;
  border: 1px solid #99ff33;
  background-color: transparent;
  border-radius: 4px;
  outline: 0 none;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.btn-custom:active {
  background-color: transparent;
  border-radius: 0px;
  outline: 0 none;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.btn-custom:focus {
  background-color: transparent;
  border-radius: 0px;
  outline: 0 none;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.padding-none {
  padding: 0;
}

.margin-site {
  margin: 0 165px 0 165px;
}

.row {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.col-sm-5, .col-sm-6, .col-sm-7, .col-10, .col-md-3, .col-lg-2 {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.alert-success {
  font-size: 18px;
  font-weight: 200;
  padding: 24px;
  margin-bottom: 32px;
  color: #99ff33;
  border: 1px solid #99ff33;
  border-radius: 4px;
  background-color: transparent;
}
.alert-success div {
  margin-left: 24px;
}

h1 {
  color: #fff;
  font-size: 48px;
  font-weight: 200;
  padding-bottom: 24px;
  letter-spacing: -1px;
}

h6 {
  color: #9B9B9B;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
}

.txt-body {
  font-size: 18px;
  line-height: 28px;
  padding: 0px 0 24px 0;
}

.txt-col-pr {
  margin-right: 20px;
}

.txt-col-pl {
  margin-left: 20px;
}

.mtop-32 {
  margin-top: 32px;
}

.mtop-48 {
  margin-top: 48px;
}

.mtop-56 {
  margin-top: 56px;
}

.mtop-64 {
  margin-top: 64px;
}

.mtop-72 {
  margin-top: 72px;
}

.mtop-88 {
  margin-top: 88px;
}

@media (max-width: 1600px) {
  .title1 {
    font-size: 20px;
  }

  .title2 {
    font-size: 16px;
  }

  .wrapper {
    margin: 120px;
  }
}
@media (max-width: 992px) {
  .title1 {
    font-size: 20px;
  }

  .title2 {
    font-size: 16px;
  }

  .wrapper {
    margin: 64px;
  }

  body {
    background-size: 100%;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
  }
}
@media (max-width: 768px) {
  .header {
    margin-bottom: 32px;
  }

  .title {
    padding-left: 24px;
  }

  .title1 {
    font-size: 16px;
  }

  .title2 {
    font-size: 12px;
  }

  .sampler {
    margin: 24px auto 0px auto;
  }

  .sampler-text {
    font-size: 18px;
  }

  h1 {
    font-size: 32px;
  }

  .txt-body {
    font-size: 16px;
    line-height: 24px;
  }

  .wrapper {
    margin: 24px;
  }

  .mtop-32 {
    margin-top: 16px;
  }

  .mtop-48 {
    margin-top: 24px;
  }

  .mtop-56 {
    margin-top: 28px;
  }

  .mtop-64 {
    margin-top: 32px;
  }

  .mtop-72 {
    margin-top: 36px;
  }

  .mtop-88 {
    margin-top: 44px;
  }

  body {
    margin: 24px 0 120px 0;
    background-size: 100%;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
  }

  .custom-gutters {
    margin-right: -6px;
    margin-left: -6px;
  }
  .custom-gutters > .col,
.custom-gutters > [class*=col-] {
    padding-right: 6px;
    padding-left: 6px;
  }

  .row-gutter div {
    margin-bottom: 6px;
  }
}

/*# sourceMappingURL=style.css.map */
