@font-face {
  font-family: 'Anivers-Regular', sans-serif;
  src: url('../webfonts/2BD212_0_0.eot');
  src: url('../webfonts/2BD212_0_0.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../webfonts/2BD212_0_0.woff') format('woff'), /* Modern Browsers */ url('../webfonts/2BD212_0_0.ttf') format('truetype');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
svg {
  display: none;
}
strong {
  font-weight: 400;
}
body {
  border-top: 10px solid #ffffff;
}
* {
  transition: 0.9s;
}
body {
  font-family: 'Open Sans', sans-serif;
}
.no-margin {
  margin: 0;
}
.box-sizing,
.bs {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:after,
*:before {
  box-sizing: border-box;
}
.container {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.clearly {
  clear: both;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
section.darkblue {
  background-color: #2c3e50;
}
section.darkblue h3 {
  color: #34495e;
  text-transform: uppercase;
}
.contact-form .button {
  border-radius: 10px 0 10px 0;
  text-transform: uppercase;
}
@media only screen and (max-device-width: 480px) {
  #main {
    -webkit-text-size-adjust: 100%;
  }
}
footer {
  background-color: #2fa9e0;
  padding: 10px 0;
  color: #000000;
  font-weight: 300;
  font-size: 80%;
  border-bottom: 10px solid #34495e;
  text-align: center;
  background-image: url('../../img/backgrounds/lake.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
h1 {
  font-family: 'Rock Salt', cursive;
}
section {
  padding: 10px 0 20px 0;
}
section h3 {
  font-weight: 300;
}
section.aboutme {
  background-image: url('../../img/backgrounds/lake.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  min-height: auto;
  position: relative;
  padding: 30px;
}
section.aboutme h3 {
  color: #ffffff;
  font-family: 'Rock Salt', cursive;
}
section.aboutme p {
  background-color: rgba(52, 73, 94, 0.9);
  border: 5px solid #f6f6f4;
  vertical-align: middle;
  color: #ffffff;
  padding: 25px 30px;
  margin-top: 30px;
  margin-bottom: 200px;
}
section.aboutme img {
  border: 10px solid #f5f5f5;
  -ms-transform: rotate(-2deg);
  /* IE 9 */
  -webkit-transform: rotate(-2deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-2deg);
  margin-top: 30px;
  margin-bottom: 40px;
}
section.case-studies {
  background-color: #ffffff;
}
section.case-studies img {
  width: 100%;
}
section.case-studies h3 {
  color: #34495e;
}
section.case-studies .textual {
  background-color: #ffffff;
  padding: 15px 25px;
}
section.case-studies .textual h5 {
  color: #2c3e50;
  font-weight: 400;
}
section.case-studies .textual p {
  font-size: 80%;
}
section.companies {
  background-color: #323232;
  background-image: url('../../img/backgrounds/lake.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 60px;
}
section.companies h3 {
  color: #34495e;
  text-transform: uppercase;
}
section.companies div.row div.logos {
  min-height: 55px;
  background-color: #323232;
  padding: 20px;
  background-color: rgba(32, 32, 32, 0.6);
}
section.companies div.logoset {
  padding: 20px 0 20px 0;
}
section.heading {
  background-color: #2c3e50;
}
section.heading h1 {
  color: #cecece;
  font-weight: 300;
  padding-top: 20px;
}
section.resume h4 {
  color: #34495e;
  font-weight: 700;
  font-size: 120%;
  text-transform: uppercase;
}
section.resume h5 {
  color: #34495e;
  text-transform: uppercase;
}
section.resume ul li {
  font-size: 80%;
  padding-right: 20px;
}
section.resume div.row {
  border-bottom: 1px dashed #cecece;
  padding-top: 20px;
}
section.resume div.row:last-child {
  border: none;
}
section.resume .experience .contain {
  padding: 0;
  border-bottom: 1px dashed #cecece;
  margin-bottom: 10px;
}
section.resume .experience h5 {
  font-weight: 300;
  color: #323232;
  text-transform: none;
  margin-bottom: 0;
}
section.resume .experience h6 {
  color: #2fa9e0;
  font-size: 150%;
  font-weight: 400;
}
section.resume .experience h6 span {
  font-weight: 300;
  font-size: 80%;
  color: #cecece;
}
section.resume .experience h7 {
  color: #323232;
  text-transform: uppercase;
}
section.resume .experience dl dd {
  list-style-type: disc;
}
section.resume .experience ul {
  list-style-type: circle;
  margin-bottom: 20px;
}
section.resume .experience ul li {
  font-size: 70%;
}
section.resume .experience ul.specifics {
  list-style-type: disc;
}
section.resume .experience ul.specifics li {
  font-size: 80%;
}
section.resume .experience p {
  color: #323232;
  font-size: 90%;
}
section.resume .experience p.place {
  font-weight: 300;
  margin: 0;
}
section.resume .experience p.date {
  font-weight: 400;
}
@media only screen and (max-width: 640px) {
  section.resume ul.first {
    margin-bottom: 0;
  }
}
.contact-form h5,
.contact-form h6 {
  color: #ffffff;
}
.contact-form h5 {
  text-transform: uppercase;
  padding-top: 20px;
}
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  background: #2c3e50;
  border: 2px solid #34495e;
  padding: 30px 20px ;
  color: #ffffff;
  font-size: 100%;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 20px;
  outline: none;
  box-shadow: none;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
}
select {
  height: 64px;
  font-weight: 700;
  padding-left: 15px;
  background-color: transparent;
  border: 2px solid #34495e;
  color: #34495e;
  text-transform: uppercase;
}
select:hover {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
select:focus {
  outline: none;
  background-color: transparent;
  border: 2px solid #ffffff;
}
#message {
  padding: 15px 20px ;
}
::-webkit-input-placeholder {
  color: #566573;
}
::-webkit-input-placeholder:focus {
  color: #ffffff;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #34495e;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #34495e;
}
:-ms-input-placeholder {
  color: #34495e;
}
/*----------------------------------------------------------------------------*\
    Headhesive Specific Styles
/*----------------------------------------------------------------------------*/
/**
 * Headhesive element clone
 * > `clone` class for the cloned element:
 *
 |  var options = {
 |      classes {
 |          clone: 'banner--clone';
 |      }
 |  }
 *
 */
.banner--clone {
  /* Required styles */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 30000;
  /* Additional styles */
  background-color: rgba(255, 255, 255, 0.9);
  /* Translate -100% to move off screen */
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  /* Animations */
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
/**
 * Headhesive stick
 * > `stick` class for the cloned element:
 *
 |  var options = {
 |      classes {
 |          stick: 'banner--stick';
 |      }
 |  }
 *
 */
.banner--stick {
  /* Translate back to 0%; */
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
/**
 * Headhesive unstick
 * > `unstick` class for the cloned element:
 *
 |  var options = {
 |      classes {
 |          unstick: 'banner--unstick';
 |      }
 |  }
 *
 */
.banner--unstick {
  /* Not required to use, but could be useful to have */
}
body.portfolio .button {
  display: none;
}
body.portfolio .button.show {
  display: inline-block;
}
ul.type-list li:nth-child(8) {
  color: #34495e;
}
ul.type-list li:nth-child(7) {
  color: #335670;
}
ul.type-list li:nth-child(6) {
  color: #326280;
}
ul.type-list li:nth-child(5) {
  color: #327093;
}
ul.type-list li:nth-child(4) {
  color: #317fa7;
}
ul.type-list li:nth-child(3) {
  color: #318ebb;
}
ul.type-list li:nth-child(2) {
  color: #2f9acb;
}
ul.type-list li:nth-child(1) {
  color: #2fa5db;
}
.studies a.button {
  border-radius: 10px 0 10px 0;
  text-transform: uppercase;
}
.studies .row {
  border-bottom: 1px dashed #cecece;
}
.studies .row:last-child {
  border: none;
}
.studies .row h2 {
  padding-top: 40px;
  margin-bottom: 20px;
  font-weight: 300;
}
.studies .row h2 a {
  color: #34495e;
  border-bottom: 1px dashed #34495e;
}
.studies .row h2 a:hover {
  border-color: transparent;
  color: #2fa9e0;
}
.studies .row p {
  font-weight: 300;
}
.studies .row p strong {
  font-weight: 400;
}
.studies .row ul {
  list-style-type: circle;
  padding-left: 10px;
}
.studies .row ul li {
  font-weight: 300;
}
.full-img {
  margin-bottom: 20px;
}
.full-img div {
  padding: 0 5px ;
}
.full-img img {
  width: 100%;
  border: 5px solid #f6f6f4;
}
.info {
  text-align: center;
  padding-top: 20px;
}
.info h2 {
  font-weight: 300;
}
.info p {
  font-weight: 300;
}
.info img.board {
  border: 10px solid #34495e;
}
.info hr {
  padding: 10px 0 10px 0;
  border-color: #cecece;
}
#snappy {
  padding-top: 20px;
  border-bottom: 1px solid #cecece;
  text-align: center;
}
#snappy ul {
  list-style-type: none;
  margin-left: 0;
}
#snappy ul li {
  display: inline;
  margin: 0;
  padding: 0;
}
#snappy ul li a {
  padding: 5px 10px;
  font-weight: 300;
  font-size: 80%;
  border: 1px solid transparent;
}
#snappy ul li a:hover {
  border-color: #34495e;
  background-color: #f6f6f4;
}
.work-list {
  height: auto;
}
/**
 * Grid container
 */
.tiles {
  list-style-type: none;
  position: relative;
  /** Needed to ensure items are laid out relative to this container **/
  margin: 0;
  padding: 0;
}
/**
 * Grid items
 */
.tiles li {
  width: 200px;
  height: auto;
  background-color: #ffffff;
  display: none;
  /** Hide items initially to avoid a flicker effect **/
}
.tiles li:hover {
  border-color: #cecece;
}
.tiles li a img {
  display: block;
  width: 100%;
  opacity: 0.6;
  border: 3px solid #f6f6f4;
}
.tiles li a:hover img {
  opacity: 1.0;
  cursor: pointer;
}
.tiles li.inactive {
  visibility: hidden;
  opacity: 0;
}
/**
 * Grid item text
 */
.tiles li a p {
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  font-weight: 400;
  margin: 7px 0 2px 7px;
  color: #34495e;
}
footer {
  text-align: center;
}
footer a {
  color: #435DC5;
  text-decoration: none;
}
/**
 * Progress bar for imagesLoaded
 */
.progress-bar {
  background-color: #0BC20B;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 0;
  box-shadow: 0 1px 3px rgba(11, 194, 11, 0.2);
  -webkit-transition: width 0.3s ease-out;
  -moz-transition: width 0.3s ease-out;
  -o-transition: width 0.3s ease-out;
  transition: width 0.3s ease-out;
}
/**
 * Placerholder css
 */
.wookmark-placeholder {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-color: #eee;
  border: 1px solid #dedede;
  z-index: -1;
}
.example-tiles {
  position: relative;
  /** Needed to ensure items are laid out relative to this container **/
  margin: 0;
  padding: 0;
}
.example-tiles li {
  display: block;
  opacity: 1;
  list-style-type: none;
  float: left;
  margin: 5px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.example-tiles a,
.example-tiles a:hover {
  color: #555;
  background-color: #eee;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 200px;
  height: 200px;
  font-size: 2em;
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #ddd;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  padding: 5px 8px;
  border-radius: 3px;
}
.example-tiles a:hover {
  background-color: #ddd;
}
.pfolio {
  margin-bottom: 30px;
  text-align: center;
}
.page-top {
  background-color: #2c3e50;
  margin-bottom: 10px;
  text-align: center;
  padding-top: 20px;
  border-top: 10px solid #ffffff;
  color: #ffffff;
}
.page-top p {
  text-transform: uppercase;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
}
.back-to {
  font-weight: 700;
  font-size: 200%;
  color: #ffffff;
  background-color: #34495e;
  border-radius: 30px;
  padding: 17px 20px;
  margin-top: 20px;
  display: inline-block;
}
header.home {
  background-image: url('../../img/backgrounds/lake.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  min-height: 100%;
  position: relative;
}
header.home h1 {
  padding-top: 100px;
}
body.oops header.home {
  /*background-image: none;
	background-size: auto;
	background-color: #2c3f52;
	background-repeat:no-repeat;
	background-position:center;*/
  -ms-transform: rotate(-2deg);
  /* IE 9 */
  -webkit-transform: rotate(-2deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-2deg);
}
body.oops header.home h1 {
  padding: 20px 50px;
  background-color: rgba(31, 31, 31, 0.6);
}
body.oops header.home img {
  max-height: 400px;
}
@media only screen and (max-width: 640px) {
  header.home h1 {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 500px) {
  header.home h1 {
    padding-top: 30px;
  }
}
header.sub {
  background-image: url('../../img/backgrounds/lake.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: auto;
  position: relative;
}
header.sub.contactpage {
  background-attachment: fixed;
}
header h1 {
  font-size: 4em;
  font-weight: 300;
  color: #ffffff;
  display: table-cell;
  padding-bottom: 20px;
}
header h2 {
  font-weight: 300;
  color: #2c3e50;
  background-color: rgba(255, 255, 255, 0.6);
  display: inline-block;
  padding: 10px 20px;
}
nav {
  padding-top: 20px;
}
nav a.LOGO ul {
  background-color: #34495e;
  background-color: rgba(0, 0, 0, 0.05);
  border: 5px solid #ffffff;
  display: table;
  list-style-type: none;
  font-family: 'Anivers-Regular', 'Open Sans', sans-serif;
  color: #ffffff;
  font-size: 200%;
  padding: 15px 20px;
  float: left;
}
nav a.LOGO ul li {
  line-height: 90%;
}
nav a.LOGO ul li span.slash {
  font-size: 95%;
}
nav a.LOGO ul li span.name {
  display: none;
  color: rgba(255, 255, 255, 0.6);
}
nav a.LOGO ul:hover {
  background-color: #34495e;
  border-color: #2c3e50;
}
nav a.LOGO ul:hover li span.name {
  display: inline-block;
}
nav a.LOGO ul:hover li span.slash {
  display: none;
  font-family: 'Rock Salt', cursive;
}
nav ul.navvy {
  float: right;
  margin-top: 30px;
  margin-right: 10px;
  background-color: rgba(0, 0, 0, 0.2);
}
nav ul.navvy li {
  display: inline-block;
  margin-left: 20px;
}
nav ul.navvy li a {
  text-transform: uppercase;
  color: #ffffff;
  font-family: 'Anivers-Regular', 'Open Sans', sans-serif;
  padding-bottom: 5px;
  padding-top: 5px;
  padding: 5px 15px;
}
nav ul.navvy li a:hover {
  color: #ffffff;
  border-color: #2c3e50;
  background-color: #34495e;
}
@media only screen and (max-width: 500px) {
  nav a.LOGO ul li span.name {
    display: inline-block;
  }
  nav a.LOGO ul li span.slash {
    display: none;
  }
  nav ul.navvy {
    text-align: center;
    float: left;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 20px 5px;
    width: 100%;
    margin-left: 0px;
    margin-top: 0;
  }
}
header.contact ul.navvy li.contact a,
body.contact ul.navvy li.contact a {
  background-color: #ffffff;
  color: #2c3e50;
}
header.work ul.navvy li.work a,
body.portfolio ul.navvy li.work a {
  background-color: #ffffff;
  color: #2c3e50;
}
header.experience ul.navvy li.experience a,
body.experience ul.navvy li.experience a {
  background-color: #ffffff;
  color: #2c3e50;
}
body.contact nav.banner--clone {
  display: none;
}
nav.banner--clone {
  background-color: #2c3e50;
  padding: 0;
  opacity: 0.98;
}
nav.banner--clone a.LOGO ul {
  margin-top: 5px;
  margin-bottom: 0;
  padding: 1px 8px;
  border: none;
  background-color: transparent;
}
nav.banner--clone a.LOGO ul li {
  display: inline;
  font-size: 80%;
}
nav.banner--clone ul.navvy {
  margin-top: 20px;
}
@media only screen and (max-width: 900px) {
  nav.banner--clone {
    display: none;
  }
}
