@keyframes fading {
  from {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@-webkit-keyframes fading {
  from {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@keyframes loadin {
  0% {
    opacity: 0
  }

  80% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes loadin {
  0% {
    opacity: 0
  }

  80% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.loader {
  width: 102px;
  height: 30px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto
}

.loader .block {
  width: 10px;
  height: 30px;
  margin: 0 5px;
  background-color: #999;
  float: left;
  animation: fading 1s infinite
}

.loader .block:nth-child(2) {
  animation-delay: .2s
}

.loader .block:nth-child(3) {
  animation-delay: .4s
}

.loader .block:nth-child(4) {
  animation-delay: .6s
}

.loader .block:nth-child(5) {
  animation-delay: .8s
}

#page-container {
  opacity: 1;
  animation: loadin .5s 1;
  -webkit-animation: loadin .5s 1
}

#page-container.red .overlay {
  background-color: rgba(255, 0, 0, 0.3)
}

#page-container.orange .overlay {
  background-color: rgba(255, 122, 0, 0.37)
}

#page-container.yellow .overlay {
  background-color: rgba(254, 216, 5, 0.58)
}

#page-container.green .overlay {
  background-color: rgba(45, 108, 1, 0.58)
}

#page-container.blue .overlay {
  background-color: rgba(1, 72, 108, 0.58)
}

#page-container.purple .overlay {
  background-color: rgba(59, 1, 108, 0.58)
}

#page-container.pink .overlay {
  background-color: rgba(254, 39, 164, 0.58)
}

html {
  margin: 0;
  padding: 0;
  min-height: 100%
}

body {
  margin: 0 auto;
  padding: inherit;
  font-family: 'Montserrat', arial, Helvetica san-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.7;
  background-image: url("../img/canvas.jpg");
  background-color: #222;
  position: relative;
  min-height: 100%;
  color: #333
}

body.no-scroll {
  overflow: hidden
}

#popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -88888888888888;
  overflow: auto;
  pointer-events: none;
  opacity: 0;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s
}

#popup.showing {
  z-index: 88888888888888;
  pointer-events: all;
  opacity: 1
}

#popup.showing #backing-close {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  cursor: pointer
}

#popup #innards {
  position: relative;
  background-color: #eee;
  min-height: 200px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  width: 600px;
  max-width: 90%;
  margin: 5% auto;
  box-shadow: 4px 3px 20px #000
}

#popup #innards #innerframe {
  text-align: center;
  padding: 40px 30px
}

#popup #innards #innerframe:after {
  content: "";
  display: block;
  clear: both
}

#popup #innards #innerframe h3 {
  line-height: 1.4
}

#popup #innards #innerframe img {
  max-width: 80%;
  margin: 30px auto 0;
  height: auto
}

#popup #innards #innerframe a {
  text-align: center;
  padding: 5px 25px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 9px 0 0;
  background-color: #ccc;
  color: #333;
  border-radius: 8px
}

#popup #innards #innerframe a:hover {
  background-color: #333;
  color: #dadedf
}

#popup a#closeup {
  font-weight: bold;
  cursor: pointer;
  position: absolute;
  right: -10px;
  width: 30px;
  height: 30px;
  text-align: center;
  top: -10px;
  background-color: #333;
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px
}

#popup a#closeup:hover {
  background-color: #999;
  color: black
}

h1 {
  padding: 0 0 10px;
  margin: -12px 0 0;
  text-align: center;
  line-height: 1;
  font-size: 27px;
  color: rgba(255, 255, 255, 0.52);
  text-transform: uppercase;
  margin: 0;
  line-height: 1.2;
  letter-spacing: 2px;
  position: relative;
  font-weight: 100;
  text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.2), -1px 2px 3px rgba(0, 0, 0, 0.2), -2px 3px 3px rgba(0, 0, 0, 0.1), -2px 4px 3px rgba(0, 0, 0, 0.1), -3px 5px 3px rgba(0, 0, 0, 0.05), -3px 6px 3px rgba(0, 0, 0, 0.05), -4px 7px 3px rgba(0, 0, 0, 0.03), -4px 8px 3px rgba(0, 0, 0, 0.03), -5px 9px 3px rgba(0, 0, 0, 0.03), -5px 10px 3px rgba(0, 0, 0, 0.03), -6px 11px 3px rgba(0, 0, 0, 0.03), -6px 12px 3px rgba(0, 0, 0, 0.03);
  -moz-text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.2), -1px 2px 3px rgba(0, 0, 0, 0.2), -2px 3px 3px rgba(0, 0, 0, 0.1), -2px 4px 3px rgba(0, 0, 0, 0.1), -3px 5px 3px rgba(0, 0, 0, 0.05), -3px 6px 3px rgba(0, 0, 0, 0.05), -4px 7px 3px rgba(0, 0, 0, 0.03), -4px 8px 3px rgba(0, 0, 0, 0.03), -5px 9px 3px rgba(0, 0, 0, 0.03), -5px 10px 3px rgba(0, 0, 0, 0.03), -6px 11px 3px rgba(0, 0, 0, 0.03), -6px 12px 3px rgba(0, 0, 0, 0.03);
  -webkit-text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.2), -1px 2px 3px rgba(0, 0, 0, 0.2), -2px 3px 3px rgba(0, 0, 0, 0.1), -2px 4px 3px rgba(0, 0, 0, 0.1), -3px 5px 3px rgba(0, 0, 0, 0.05), -3px 6px 3px rgba(0, 0, 0, 0.05), -4px 7px 3px rgba(0, 0, 0, 0.03), -4px 8px 3px rgba(0, 0, 0, 0.03), -5px 9px 3px rgba(0, 0, 0, 0.03), -5px 10px 3px rgba(0, 0, 0, 0.03), -6px 11px 3px rgba(0, 0, 0, 0.03), -6px 12px 3px rgba(0, 0, 0, 0.03)
}

h2 {
  position: relative;
  padding: 0 0 10px;
  margin: -12px 0 0;
  text-align: center;
  line-height: 1;
  font-size: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 100;
  padding: 30px 0
}

h2:after {
  content: " ";
  display: block;
  height: 1px;
  width: 100px;
  opacity: .3;
  margin: 15px auto 0;
  border-bottom-style: solid;
  border-bottom-width: 1px
}

h3 {
  position: relative;
  padding: 0 0 10px;
  margin: -12px 0 0;
  text-align: center;
  line-height: 1;
  font-weight: 100;
  font-size: 21px
}

h4 {
  position: relative;
  padding: 0 0 10px;
  margin: -12px 0 0;
  text-align: center;
  line-height: 1
}

h5 {
  position: relative;
  padding: 0 0 10px;
  margin: -12px 0 0;
  text-align: center;
  line-height: 1
}

h6 {
  position: relative;
  padding: 0 0 10px;
  margin: -12px 0 0;
  text-align: center;
  line-height: 1
}

p {
  margin: 0
}

.column {
  float: left;
  width: 50%;
  position: relative
}

.column img {
  max-width: 100%;
  font-size: 1px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box
}

.responses {
  font-size: 1px
}

#current {
  display: none
}

.width {
  width: 1000px;
  margin: auto;
  clear: both;
  position: relative;
  max-width: 94%;
  padding: 60px 3%
}

.width:after {
  content: " ";
  display: block;
  clear: both
}

.clear {
  clear: both
}

a {
  text-decoration: none;
  border: none;
  outline: none;
  color: #ccc
}

a:hover {
  color: #818181
}

.header {
  clear: both;
  position: relative;
  margin: auto;
  background-image: url("../img/canvas.jpg");
  background-color: #222
}

.header .overlay {
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/spotlight.png");
  padding: 0;
  background-position: center center;
  display: block;
  background-repeat: no-repeat
}

.header #logo {
  margin: 0 auto;
  background-image: url("../img/spotlight.png");
  background-position: center center;
  background-size: contain;
  display: block;
  text-align: center;
  background-repeat: no-repeat;
  padding: 60px 0;
  position: relative
}

.header #logo a {
  display: block;
  width: 100%;
  height: 100%
}

.header #logo img.das {
  margin: auto;
  display: block;
  max-width: 90%;
  padding: 0 5%;
  width: 565px
}

.header #logo img.circle {
  width: 150px
}

.sub_header {
  color: #ccc;
  box-shadow: 0 20px 27px 0 rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 0 20px 27px 0 rgba(0, 0, 0, 0.38);
  -webkit-box-shadow: 0 20px 27px 0 rgba(0, 0, 0, 0.38);
  border-top: 1px solid #333;
  background-image: url("../img/blackwood.jpg");
  background-position: center top;
  position: sticky;
  z-index: 99;
  top: 0;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  font-size: 13px
}

.sub_header .palette {
  display: none;
  position: absolute;
  height: 15px;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto
}

.sub_header .palette a {
  display: block;
  float: right;
  width: 15px;
  margin: 0 3px;
  height: 15px
}

.sub_header .palette a.red {
  background: #b80101
}

.sub_header .palette a.orange {
  background: #d15502
}

.sub_header .palette a.yellow {
  background: goldenrod
}

.sub_header .palette a.green {
  background: #1a6400
}

.sub_header .palette a.blue {
  background: #00598b
}

.sub_header .palette a.purple {
  background: #69049f
}

.sub_header .palette a.pink {
  background: #ed0c96
}

.sub_header .palette a.black {
  background: black
}

.sub_header ul {
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
  max-width: 1000px
}

.sub_header ul li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 32%;
  padding: 0;
  margin: 0;
  text-shadow: -3px 6px 7px black
}

.sub_header ul li a {
  text-decoration: none;
  color: #dadedf;
  display: block;
  font-weight: bold;
  padding: 6px 12px;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase
}

.sub_header ul li a svg {
  fill: #dadedf;
  height: 25px;
  vertical-align: top;
  width: auto
}

.sub_header ul li:hover a {
  background: #F8F7F2;
  color: black;
  text-shadow: none
}

.sub_header ul li:hover a svg {
  fill: black
}

.sub_header i {
  font-family: 'Mono Social Icons Font';
  font-size: 35px;
  line-height: 40px;
  width: 40px;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-weight: normal
}

.sub_header .current_page_item a {
  color: #dadedf
}

.sub_header .sub li a:hover {
  background: #777;
  color: #dadedf
}

.sub_header li.active a {
  background: #F8F7F2;
  color: black;
  text-shadow: none
}

.tab {
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  position: relative
}

.banner1 {
  background-image: url("../img/patt.jpg");
  background-color: #353535
}

.banner1 h3 {
  font-size: 27px;
  padding: 10px 0 0
}

.banner1 p {
  margin: 20px 0 0;
  padding: 0
}

.banner1 div.bullets {
  margin: 0 auto 30px;
  width: 720px;
  max-width: 100%
}

.banner1 div.bullets>ul {
  padding: 0 20px;
  margin: 0;
  list-style-type: none
}

.banner1 div.bullets>ul li {
  position: relative
}

.banner1 div.bullets>ul li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: -30px;
  margin: 10px 10px 0;
  background: #515050;
  box-shadow: inset 2px 2px 4px -1px #b0aeae, 1px 3px 9px -2px black;
  -moz-box-shadow: inset 2px 2px 4px -1px #b0aeae, 1px 3px 9px -2px black;
  -webkit-box-shadow: inset 2px 2px 4px -1px #b0aeae, 1px 3px 9px -2px black
}

.banner2 {
  background-repeat: no-repeat;
  background-image: url("../img/charcoalplains.jpg");
  background-color: #222;
  background-size: cover;
  box-shadow: inset 0 11px 113px 4px #000;
  -moz-box-shadow: inset 0 11px 113px 4px #000;
  -webkit-box-shadow: inset 0 11px 113px 4px #000;
  color: #dadedf;
  background-position: center bottom;
  background-attachment: fixed;
  text-align: center
}

.banner2 #portfolio-in {
  margin: 0 0 15px
}

.banner2 #portfolio-in:after {
  content: "";
  display: block;
  clear: both
}

.banner2 #portfolio-in .port-item {
  float: left;
  margin: 0 2% 4%;
  background: black;
  position: relative
}

.banner2 #portfolio-in .port-item:after {
  display: block;
  position: absolute;
  margin: auto;
  height: 55%;
  pointer-events: none;
  font-size: 13px;
  line-height: 1.2;
  width: 80%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}

.banner2 #portfolio-in .port-item:hover .port-thumb {
  opacity: .3
}

.banner2 #portfolio-in .port-item:hover:after {
  content: attr(data-hover)
}

.banner2 #portfolio-in .port-item .port-thumb {
  cursor: pointer;
  vertical-align: top;
  margin: 0;
  opacity: 1;
  transition: opacity .5s;
  -moz-transition: opacity .5s;
  -webkit-transition: opacity .5s
}

.banner2 #portfolio-in .port-item.third {
  width: 29%
}

.banner2 #portfolio-in .port-item.third:nth-child(3n + 1) {
  clear: left
}

.banner2 #portfolio-in .port-item.fourth {
  width: 21%
}

.banner2 #portfolio-in .port-item.fourth:nth-child(4n + 1) {
  clear: left
}

.banner3 {
  background-image: url("../img/quartzlow.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-color: #dadedf
}

.banner3:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(229, 227, 227, 0.82)
}

.banner3 ul li {
  padding: 0 0 12px
}

.banner3 ul li a {
  color: #000000;
  text-decoration: underline;
  font-style: italic
}

.banner3 ul li a:hover {
  text-decoration: none;
  color: #333333
}

.banner3 ul li span {
  color: #666666;
  font-weight: 500;
  display: block
}

.banner4 {
  background-image: url("../img/crystalwhite.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-color: #333;
  color: #dadedf
}

.banner4:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.73)
}

.banner4 form {
  padding: 20px;
  color: #dadedf;
  background-color: rgba(0, 0, 0, 0.42)
}

.banner4 form span {
  display: block;
  padding: 20px 0 0
}

.banner4 form span.success {
  color: lightgreen
}

.banner4 form span.error {
  color: red
}

.banner4 form input,
.banner4 form select,
.banner4 form textarea {
  border: 1px solid #dadedf;
  background: #dadedf;
  width: 100%;
  line-height: 1;
  padding: 9px;
  font-family: 'Montserrat', arial, Helvetica san-serif;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box
}

.banner4 form input[type="submit"],
.banner4 form select[type="submit"],
.banner4 form textarea[type="submit"] {
  width: auto;
  color: #dadedf;
  border: 0;
  background-color: #444444;
  font-weight: bold
}

.banner4 form fieldset {
  margin: 0;
  padding: 0 0 9px;
  border: 0;
  outline: 0;
  width: 100%
}

.banner4 form fieldset.twocol {
  width: 49%
}

.banner4 form fieldset.left {
  float: left
}

.banner4 form fieldset.right {
  float: right
}

.banner4 form fieldset.error {
  color: red
}

.banner4 form fieldset.error input,
.banner4 form fieldset.error textarea {
  border: 1px solid red
}

.banner4 form fieldset.error:after {
  content: attr(data-error);
  font-size: 12px
}

.prods {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 40px 0;
  clear: both
}

.prods h1 {
  font-family: 'Kovoc', sans-serif;
  font-weight: normal;
  font-size: 4em
}

.prods .width {
  min-height: 300px
}

#main {
  display: block;
  background-image: url("../img/patt.jpg");
  margin: auto
}

#footer {
  clear: both;
  margin: 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  position: relative;
  color: #999;
  text-align: center;
  font-size: 13px;
  padding: 0 15px;
  box-shadow: 0 0 21px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0 0 21px rgba(0, 0, 0, 0.65);
  -webkit-box-shadow: 0 0 21px rgba(0, 0, 0, 0.65);
  background-color: black;
  background-image: url("../img/blackwood.jpg")
}

#footer ul {
  padding: 0;
  margin: 0
}

#footer ul li {
  display: block;
  float: left
}

#footer .part1 {
  color: #888
}

#footer a {
  color: #888;
  display: inline-block;
  vertical-align: middle
}

#footer a:hover {
  color: #ccc
}

#footer .social_media_icons a {
  font-family: 'Mono Social Icons Font';
  font-size: 30px;
  line-height: 1;
  padding: 0 4px !important
}

button {
  font-size: 13px;
  padding: 5px 15px;
  background: #616161;
  color: #dadedf;
  border: 0;
  font-weight: bold
}

.button {
  cursor: pointer;
  width: 130px !important;
  height: 27px;
  clear: both;
  border: none;
  overflow: visible;
  outline: none;
  position: relative;
  padding: 0 0 4px 0 !important
}

.button:hover {
  outline: none;
  overflow: visible
}

img {
  max-width: 100%;
  border: 0
}

.innerfooter {
  max-width: 1000px;
  margin: auto;
  padding: 40px 0
}

.padder {
  padding: 15px
}

@media all and (max-width:768px) {
  .column {
    float: none;
    width: auto
  }

  .responses {
    font-size: .5px
  }

  #portfolio #portfolio-in .port-item {
    width: 46%
  }

  #portfolio #portfolio-in .port-item:nth-child(2n + 1) {
    clear: left
  }

  body form fieldset.twocol {
    width: auto;
    float: none
  }

  #innerframe .left {
    width: auto;
    float: none;
    text-align: center;
    padding-bottom: 16px
  }

  #innerframe .right {
    width: auto;
    float: none;
    text-align: center
  }

  #innerframe .right h2 {
    text-align: center
  }

  #innerframe .right h2:after {
    content: none
  }

  #innerframe .right a {
    float: none;
    max-width: 150px;
    margin: 14px auto 0
  }
}

@media all and (max-width:500px) {
  .header #logo {
    padding-top: 11%
  }

  #portfolio #portfolio-in .port-item {
    width: 96%
  }
}

@media all and (max-width:1020px) {
  .width {
    width: auto;
    padding-left: 15px;
    padding-right: 15px
  }
}