/* main.less */
/* variables.less */
/* FONTS */
@font-face {
  font-family: 'LatoWebBold';
  src: url('../fonts/Lato-Bold.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/Lato-Bold.woff2') format('woff2'), /* Modern Browsers */ url('../fonts/Lato-Bold.woff') format('woff'), /* Modern Browsers */ url('../fonts/Lato-Bold.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'LatoWebBold';
  src: url('../fonts/Lato-BoldItalic.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/Lato-BoldItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/Lato-BoldItalic.woff2') format('woff2'), /* Modern Browsers */ url('../fonts/Lato-BoldItalic.woff') format('woff'), /* Modern Browsers */ url('../fonts/Lato-BoldItalic.ttf') format('truetype');
  font-style: italic;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'LatoWebHeavy';
  src: url('../fonts/Lato-Heavy.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/Lato-Heavy.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/Lato-Heavy.woff2') format('woff2'), /* Modern Browsers */ url('../fonts/Lato-Heavy.woff') format('woff'), /* Modern Browsers */ url('../fonts/Lato-Heavy.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'LatoWeb';
  src: url('../fonts/Lato-Italic.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/Lato-Italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/Lato-Italic.woff2') format('woff2'), /* Modern Browsers */ url('../fonts/Lato-Italic.woff') format('woff'), /* Modern Browsers */ url('../fonts/Lato-Italic.ttf') format('truetype');
  font-style: italic;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'LatoWeb';
  src: url('../fonts/Lato-Regular.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/Lato-Regular.woff2') format('woff2'), /* Modern Browsers */ url('../fonts/Lato-Regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/Lato-Regular.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
/* maincolors */
/*greycolors */
/* dimensions*/
/* Mixins */
/* timings */
nav {
  z-index: 1000;
  height: 80px;
  width: 100%;
  font-weight: bold;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #900;
  border-bottom: 2px solid #000;
}
nav logo {
  display: inline-block;
}
nav ul {
  float: right;
  padding: 0 5px;
  margin: 0 auto;
  height: 40px;
  text-align: center;
}
nav ul li {
  display: inline;
}
nav a {
  color: #fee;
  display: inline-block;
  width: auto;
  padding: 0 15px;
  text-decoration: none;
  line-height: 40px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
}
nav a:hover,
nav a:active {
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.75);
}
nav #pull {
  display: none;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}
/* griddlecat.less */
.grid-container {
  width: 100%;
}
.grid-container * {
  box-sizing: border-box;
}
.row:before,
.row:after {
  content: "";
  display: table;
  clear: both;
}
[class*='col-'] {
  float: left;
  min-height: 1px;
  width: 16.66%;
  /*-- our gutter --*/
  padding: 12px;
}
.col-1 {
  width: 16.66%;
}
.col-2 {
  width: 33.33%;
}
.col-3 {
  width: 50%;
}
.col-4 {
  width: 66.664%;
}
.col-5 {
  width: 83.33%;
}
.col-6 {
  width: 100%;
}
@media (max-width: 768px) {
  .col-1 {
    width: 33.33%;
  }
  .col-2 {
    width: 50%;
  }
  .col-3 {
    width: 83.33%;
  }
  .col-4 {
    width: 100%;
  }
  .col-5 {
    width: 100%;
  }
  .col-6 {
    width: 100%;
  }
  .row .col-2:last-of-type {
    width: 100%;
  }
  .row .col-5 ~ .col-1 {
    width: 100%;
  }
}
@media all and (max-width: 650px) {
  .col-1 {
    width: 50%;
  }
  .col-2 {
    width: 100%;
  }
  .col-3 {
    width: 100%;
  }
  .col-4 {
    width: 100%;
  }
  .col-5 {
    width: 100%;
  }
  .col-6 {
    width: 100%;
  }
}
/* default.less */
html {
  height: 100%;
  padding: 0;
  margin: 0;
}
body {
  background-color: #fee;
  color: #000;
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: 'LatoWeb', sans-serif;
  /*all sections*/
  /* individual sections */
}
body h1,
body h2,
body h3,
body h4 {
  font-family: 'LatoWebHeavy', sans-serif;
}
body p.lead {
  font-size: 125%;
}
body .page-section {
  position: relative;
  padding-top: 80px;
  margin-top: -80px;
  margin-bottom: 0;
  -webkit-background-clip: content-box;
  background-clip: content-box;
  min-height: 100vh;
  border-bottom: 1px solid #c33;
}
body .page-section a {
  text-decoration: none;
  color: #c33;
}
body .page-section a:active,
body .page-section a:hover {
  color: #900;
  text-decoration: underline;
}
body .page-section .paneline {
  z-index: 900;
  background-color: rgba(64, 0, 0, 0.45);
  text-align: center;
  height: 40vh;
  margin-bottom: -20px;
}
body .page-section .paneline h2 {
  color: #ddd;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
  margin: 24px;
  font-size: 200%;
}
body .page-section .underpaneline {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #fee;
}
body .page-section skills,
body .page-section testimonial {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  display: block;
  padding: 12px;
  color: #000;
  background-color: #ddd;
  overflow: auto;
}
body .header-section {
  background: rgba(64, 0, 0, 0.45);
  text-align: center;
  padding: 6% 20%;
  color: #fff;
}
body .header-section h2 {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
}
body .header-section h3 {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
}
body .header-section a.comein {
  white-space: nowrap;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-size: 160%;
  font-family: 'LatoWebHeavy', sans-serif;
  line-height: 400%;
  border: 1px solid #000;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  background-color: #bb2222;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#900), to(#bb2222));
  background-image: -webkit-linear-gradient(top, #900, #bb2222);
  background-image: -moz-linear-gradient(top, #900, #bb2222);
  background-image: -o-linear-gradient(top, #900, #bb2222);
  background-image: -ms-linear-gradient(top, #900, #bb2222);
  background-image: linear-gradient(top, #900, #bb2222);
  padding: 12px;
  left: auto;
  right: auto;
}
body .header-section a.comein:hover {
  background-color: #ee5555;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c33), to(#ee5555));
  background-image: -webkit-linear-gradient(top, #c33, #ee5555);
  background-image: -moz-linear-gradient(top, #c33, #ee5555);
  background-image: -o-linear-gradient(top, #c33, #ee5555);
  background-image: -ms-linear-gradient(top, #c33, #ee5555);
  background-image: linear-gradient(top, #c33, #ee5555);
}
/*general furniture */
.respons-img {
  max-width: 100%;
  height: auto;
}
.respons-img-small {
  max-width: 60%;
  height: auto;
}
.respons-img-smallhigh {
  max-height: 70%;
  width: auto;
}
/*frameholder*/
#frameholder {
  position: relative;
  padding-bottom: 142%;
  width: 80%;
  height: 0;
  margin: auto;
  overflow: hidden;
}
/* and lastly captain haddock */
.footer-section {
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#900), to(#000));
  background-image: -webkit-linear-gradient(top, #900, #000);
  background-image: -moz-linear-gradient(top, #900, #000);
  background-image: -o-linear-gradient(top, #900, #000);
  background-image: -ms-linear-gradient(top, #900, #000);
  background-image: linear-gradient(top, #900, #000);
  color: #ddd;
}
.footer-section div.panelr {
  text-align: right;
}
.footer-section h2 {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}
.footer-section p a {
  color: #f00;
}
.footer-section p a:hover {
  text-decoration: underline;
  color: #fff;
}
.client-container {
  width: 100%;
  height: 600px;
  position: relative;
  -webkit-perspective: 500px;
  perspective: 800px;
  overflow: hidden;
  margin-bottom: -60px;
  clear: both;
}
.client-container .client-card {
  width: 100%;
  height: 100%;
  max-width: 860px;
  position: absolute;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: transform 1s;
  transition: transform 1s;
  -ms-transform-origin: right center;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
.client-container .client-card.bigger {
  left: 50%;
  margin-left: -430px;
}
.client-container .client-card button {
  background-color: white;
  border: none;
  font-size: 200%;
  font-weight: bold;
  margin-bottom: -18px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  outline: none;
  width: 100px;
  text-align: center;
  cursor: pointer;
}
.client-container .client-card.flipped {
  -ms-transform: translateX(-100%) rotateY(-180deg);
  -webkit-transform: translateX(-100%) rotateY(-180deg);
  transform: translateX(-100%) rotateY(-180deg);
}
.client-container .client-card figure {
  margin: 0;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 12px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  text-align: center;
  background-color: #fee;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fee));
  background-image: -webkit-linear-gradient(top, #fff, #fee);
  background-image: -moz-linear-gradient(top, #fff, #fee);
  background-image: -o-linear-gradient(top, #fff, #fee);
  background-image: -ms-linear-gradient(top, #fff, #fee);
  background-image: linear-gradient(top, #fff, #fee);
}
.client-container .client-card .front img {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.client-container .client-card .back {
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  text-align: left;
  padding: 48px;
}
.client-container .client-card .back img {
  width: 120px;
  height: auto;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  float: left;
  margin-right: 24px;
  margin-bottom: 96px;
}
.clear-flipper {
  margin-top: 60px;
}
div.thankyou {
  display: none;
}
#contactform {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  background: #900;
  padding: 12px;
  color: #fee;
  font-size: 90%;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.25);
}
#contactform label {
  display: block;
  margin: 0 0 6px;
  position: relative;
}
#contactform label span {
  float: left;
  width: 30%;
  text-align: right;
  padding-right: 10px;
  margin-top: 10px;
  color: #fee;
  font-weight: bold;
}
#contactform label input[type="email"],
#contactform label input[type="text"],
#contactform label textarea {
  border: 1px solid #900;
  color: #000;
  height: 32px;
  line-height: auto;
  margin-bottom: 16px;
  margin-right: 6px;
  margin-top: 2px;
  outline: 0 none;
  padding: 5px 0 5px 5px;
  width: 60%;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
#contactform label div.g-recaptcha {
  margin-bottom: 16px;
  margin-right: 6px;
  margin-top: 2px;
  outline: 0 none;
  padding: 5px 0 5px 5px;
  width: 60%;
  display: inline-block;
}
#contactform label textarea {
  height: 128px;
  padding: 5px 0 0 5px;
  width: 60%;
}
#contactform label.final {
  text-align: center;
}
#contactform label .button {
  color: #ddd;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#900), to(#000));
  background-image: -webkit-linear-gradient(top, #900, #000);
  background-image: -moz-linear-gradient(top, #900, #000);
  background-image: -o-linear-gradient(top, #900, #000);
  background-image: -ms-linear-gradient(top, #900, #000);
  background-image: linear-gradient(top, #900, #000);
  border: 1px solid #000;
  padding: 12px;
  border-radius: 12px;
  font-size: 100%;
}
#contactform label .button:hover {
  color: #900;
  background-color: #c33;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#c33));
  background-image: -webkit-linear-gradient(top, #fff, #c33);
  background-image: -moz-linear-gradient(top, #fff, #c33);
  background-image: -o-linear-gradient(top, #fff, #c33);
  background-image: -ms-linear-gradient(top, #fff, #c33);
  background-image: linear-gradient(top, #fff, #c33);
  border-color: #900;
}
@media (max-width: 768px) {
  /* 768.less */
  body nav {
    border-bottom: 0;
    height: 60px;
  }
  body nav ul {
    display: none;
    height: auto;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    float: none;
    background-color: #900;
    position: absolute;
    top: 60px;
    width: 100%;
  }
  body nav ul li a {
    width: 100%;
    float: none;
  }
  body nav #pull {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
  body .header-section {
    background: url('../img/custom/mobile-bg.jpg');
    padding: 6%;
  }
  body .header-section h1 {
    padding: 0;
    margin: 0;
  }
  body .header-section h1 img {
    padding: 0;
    margin: 0;
  }
  body .page-section {
    padding-top: 60px;
    margin-top: -60px;
  }
  body .page-section .paneline {
    height: auto;
    background: url('../img/custom/mobile-bg.jpg');
  }
  body .respons-img-smallhigh {
    width: 60%;
    height: auto;
  }
  body #frameholder {
    width: auto;
  }
  body #contactform button.button {
    width: 100%;
  }
  body #contactform label span.false-label {
    display: none;
  }
  body #contactform label div.g-recaptcha {
    display: block;
    width: 100%;
  }
  body .clear-flipper {
    display: none;
  }
  body .client-container {
    height: 500px;
    margin-bottom: 24px;
  }
  body .client-container .client-card figure {
    background: #fff;
  }
  body .client-container .client-card .back img {
    margin-bottom: 12px;
  }
}

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