@import url('../webfonts/ss-social-regular.css');

@import url('../webfonts/ss-standard.css');
/*
- - - - FONTS/ICONS - - - - - - */
@font-face {
  font-family: 'gt_walsheim_regular';
  src: url('../webfonts/gt-walsheim-web.eot');
  src: url('../webfonts/gt-walsheim-webd41d.eot?#iefix') format('embedded-opentype'), url('../webfonts/gt-walsheim-web.woff') format('woff'), url('../webfonts/gt-walsheim-web.ttf') format('truetype'), url('../webfonts/gt-walsheim-web.svg#gt_walsheim_regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gt_walsheim_bold';
  src: url('../webfonts/gt-walsheim-bold-web.eot');
  src: url('../webfonts/gt-walsheim-bold-webd41d.eot?#iefix') format('embedded-opentype'), url('../webfonts/gt-walsheim-bold-web.woff') format('woff'), url('../webfonts/gt-walsheim-bold-web.ttf') format('truetype'), url('../webfonts/gt-walsheim-bold-web.svg#gt_walsheim_bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
.delist {
  margin: 0;
  padding: 0;
  list-style: none;
}
.left {
  float: left;
}
img.left {
  margin: 0 0.5em 0 0.5em;
}
.right {
  float: right;
}
img.right {
  margin: 0 0 0.5em 0.5em;
}
.clear {
  clear: both;
}
.icon {
  font-size: 0.8em;
  position: relative;
  top: 0.03em;
  margin-left: 0.5em;
}
/*
- - - - Media Element - - - - - - */
.media,
.bd {
  overflow: hidden;
  _overflow: visible;
  zoom: 1;
}
.media .img {
  float: left;
  margin-right: 1em;
}
.media .img img {
  display: block;
}
.media .imgExt {
  float: right;
  margin-left: 1em;
}
img {
  max-width: 100%;
  height: auto;
  transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}
/*
- - - - VARS - - - - - - */
body {
  background: #fbfcf9;
  font-family: 'gt_walsheim_regular', sans-serif;
}
body.fixed {
  padding-top: 50px;
}
@media (max-width: 454px) {
  body.fixed {
    padding-top: 50px;
  }
}
.shade-late {
 
}
.shade-creme {
  
}
.shade-choc {
  
}
.shade-choc .title {
  
}
/*
- - - - TYPE - - - - - - */
body,
p,
li,
label,
input,
textarea {
	color: #293725;
    font-family: "ProximaNovaAltCondensedRegular",sans-serif;
    font-size: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.title {
    color: #10280b;
    font-family: alex_brushregular;
    font-size: 220%;
    margin-bottom: 10px;
    text-align: center;
}
#title {
    padding-top: 50px !important;
    font-weight: normal;
    padding: 0;
    font-size: 262% !important;
}
@media (max-width: 500px) {
  .title {
    font-size: 32px;
  }
}
.title.sub-title {
   font-family: proximanovaaltcondensedsemibold;
    font-size: 105%;
    margin-bottom: 0.25em;
    text-align: left;
}
.highlight {
  color: #C34000;
}
.work-panel .highlight {
  color: #feda93;
}
p {
  color: #293725;
  margin: 0;line-height: 26px;
  padding: 0;
  margin-bottom: 0.75em;
}
p.intro {
  font-size: 1.5em;
}
@media (max-width: 600px) {
  p.intro {
    font-size: 1.2em;
  }
}
.btn {
  background: #3483ab;
  color: #fbfcf9;
  box-shadow: 0 2px 0 #246d93;
  display: inline-block;
  *display: inline;
  padding: 1em 1.75em;
  border-radius: 6px;
  font-family: 'gt_walsheim_bold', sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.btn:hover {
  color: #fff;
  background: #246d93;
  box-shadow: 0 2px 0 #175c80;
}
.btn:active {
  box-shadow: none;
  position: relative;
  top: 2px;
}
a {
  color: #3483ab;
}
a:hover {
  color: #246d93;
}
/*
- - - - LAYOUT - - - - - - */
.container {
  padding: 1.2em 2em;
  max-width: 95%;
  margin: 0 auto;
}
@media (max-width: 500px) {
  .container {
    padding: 2em 1em;
  }
}
section .container {
  padding: 6em 2em;
}
@media (max-width: 500px) {
  section .container {
    padding: 2em 1em;
  }
}
section .container p:last-of-type {
  margin-bottom: 0;
}
.col {
  float: left;
  margin-bottom: 1em;
}
.two-col .col {
  width: 48%;
  margin-right: 4%;
}
.two-col .col:nth-of-type(2n) {
  margin-right: 0;
}
.two-col .col:nth-of-type(2n+1) {
  clear: both;
}
.three-col .col {
	margin-right: 1%;
    width: 32.6%;
}
.three-col .col:nth-of-type(3n) {
  margin-right: 0;
}
.three-col .col:nth-of-type(3n+1) {
  clear: both;
}
@media (max-width: 800px) {
  .three-col.work-pane .col {
    width: 48%;
    margin-right: 4%;
  }
  .three-col.work-pane .col:nth-of-type(3n) {
    margin-right: 4%;
  }
  .three-col.work-pane .col:nth-of-type(3n+1) {
    clear: none;
  }
  .three-col.work-pane .col:nth-of-type(2n) {
    margin-right: 0;
  }
  .three-col.work-pane .col:nth-of-type(2n+1) {
    clear: both;
  }
}
@media (max-width: 600px) {
  .three-col.work-pane .col {
    width: auto;
    margin-right: 0;
    float: none;
  }
  .three-col.work-pane .col:nth-of-type(3n) {
    margin-right: 0;
  }
  .three-col.work-pane .col:nth-of-type(3n+1) {
    clear: none;
  }
  .three-col.work-pane .col:nth-of-type(2n) {
    margin-right: 0;
  }
  .three-col.work-pane .col:nth-of-type(2n+1) {
    clear: both;
  }
}
@media (max-width: 747px) {
  .working-with-us-panel .three-col .col {
    width: auto;
    margin-right: 0;
    float: none;
    margin-bottom: 3em;
  }
  .working-with-us-panel .three-col .col:last-of-type {
    margin-bottom: 0;
  }
  .working-with-us-panel .three-col .col:nth-of-type(3n) {
    margin-right: 0;
  }
  .working-with-us-panel .three-col .col:nth-of-type(3n+1) {
    clear: none;
  }
  .working-with-us-panel .three-col .col:nth-of-type(2n) {
    margin-right: 0;
  }
  .working-with-us-panel .three-col .col:nth-of-type(2n+1) {
    clear: none;
  }
  .working-with-us-panel .three-col .col p {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
  .tech-panel .two-col .col,
  .page-footer .two-col .col {
    width: auto;
    float: none;
    margin-bottom: 2em;
    margin-right: 0;
  }
  .tech-panel .two-col:nth-of-type(2n) .col:last-of-type,
  .page-footer .two-col:nth-of-type(2n) .col:last-of-type {
    margin-bottom: 0;
  }
}
/*
- - - - HEADER - - - - - - */
.page-header {
  background:url("../img/header_on_bg.jpg") no-repeat scroll 0 bottom transparent;
}
.page-logo {
  display: block;
  margin: 0 auto;
}
/*
- - - - NAV - - - - - - */
.page-nav {}
.page-nav.fixed {
  /* position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999; */
  /*
		@media (max-width:454px) {
			top: -50px;
			-webkit-transition: top 300ms;
			-moz-transition: top 300ms;
			-o-transition: top 300ms;
			transition: top 300ms;

			&.open {
				top:0;
				-webkit-transition: top 300ms;
				-moz-transition: top 300ms;
				-o-transition: top 300ms;
				transition: top 300ms;			
			}
		}
	*/

}
.page-menu {
  text-align: center;
  position: relative;
}
.page-menu li {
    display: block;
    font-family: ProximaNovaAltCondensedRegular;
    font-size: 112%;
    margin: 0 50px;
    text-align: right;
    text-transform: none;
}
@media (max-width: 700px) {
  .page-menu li {
    margin: 0 0.5em;
  }
}
@media (max-width: 500px) {
  .page-menu li {
    margin: 0 0;
  }
}
.page-menu li a {
   color: #fff;
    display: inline-block;
    line-height: 35px;
    padding: 0;
    text-decoration: none;
}
@media (max-width: 460px) {
  .page-menu li a {
    padding: 1.15em 0.3em;
    letter-spacing: 0;
  }
}
.page-menu li a:hover {
  color: #fff;
}
.page-menu li.on a {
  color: #fff;
  text-shadow: none;
}
.secondary-nav {
  background: #59524c;
}
.secondary-menu {
  text-align: center;
}
.secondary-menu li {
  display: inline-block;
}
.secondary-menu li a {
  color: #fff;
  padding: 0.5em 1em;
  display: block;
}
.pull-toggle {
  padding: 1em;
  background: #d46b41;
  margin: 0 auto;
  position: absolute;
  bottom: -3em;
  left: 0;
  color: #fff;
  font-size: 1em;
  line-height: 1em;
  display: none;
}
.pull-toggle.show {
  display: block;
}
.pull-toggle:hover {
  cursor: pointer;
}
.hello-panel h1 {
  font-size: 262%;
}
@media (max-width: 600px) {
  .hello-panel h1 {
    font-size: 36px;
  }
}
@media (max-width: 600px) {
  .hello-panel h1 {
    font-size: 32px;
  }
}
.hello-panel h1,
.hello-panel p {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.working-with-us-panel img {
	display: block;
    margin: 0 auto 2em;
    width: 85%;
}
.tech-panel img {
  height: auto;
}
.tech-panel .col .sub-title,
.tech-panel .col p {
  text-align: left;
}
.tech-panel ul {
  margin: 0 auto;
}
.tech-panel ul li {
  margin-bottom: 2em;
}
.work-panel .title {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.work-panel ul {
	margin: 0 30px;
    max-width: 100%;
}
.work-panel li article {
	border-radius: 6px;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -ms-border-radius:	6px;
    -o-border-radius: 6px;
	min-height: 180px;
	position: relative;
}
.work-panel li article .work-icon {
  text-align: center;
  display: table;
  min-height: 180px;
  height: 180px;
  width: 100%;
}
.work-panel li article .work-icon div {
  display: table-cell;
  vertical-align: middle;
}
.work-panel li article img {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.work-info {
  background:url("../images/her.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-radius: 6px;
  display: none;
  padding: 1em;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.work-info .title,
.work-info p {
  text-align: left;
}
.work-info p {
  color: #feda93;
  font-size: 0.875em;
}
.work-info a {
  color: #fff;
  text-decoration: none;
}
.work-info a:hover {
  text-decoration: underline;
}
/* html.no-touch .work-panel li article:hover .work-info {
  display: block;
  -webkit-animation-name: bounceInShow;
  -moz-animation-name: bounceInShow;
  -o-animation-name: bounceInShow;
  animation-name: bounceInShow;
  -webkit-animation-duration: 300ms;
  -moz-animation-duration: 300ms;
  -o-animation-duration: 300ms;
  animation-duration: 300ms;
} */
html.no-touch .work-panel li article .work-info {
  display: block;
  -webkit-animation-name: bounceInShow;
  -moz-animation-name: bounceInShow;
  -o-animation-name: bounceInShow;
  animation-name: bounceInShow;
  -webkit-animation-duration: 300ms;
  -moz-animation-duration: 300ms;
  -o-animation-duration: 300ms;
  animation-duration: 300ms;
}
.work-panel li article .work-info.visi {
  display: block;
}
.page-footer .col p {
  max-width: 380px;
}
.contact-panel .title,
.contact-panel p {
}
address {
  margin-top: 2em;
  display: block;
  font-style: normal;
  color: #59524C;
}
address img {
  display: block;
}
address a {
  display: block;
  margin-top: 0.5em;
}
.footer-logo {
  margin-bottom: 1em;
  display: block;
  margin-top: 1em;
}
.contact-panel .container {
  max-width: 80%;
}
.twitter {
  background: #e27c53;
  font-family: 'gt_walsheim_bold', sans-serif;
}
@media (max-width: 700px) {
  .twitter {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.twitter a {
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
}
.twitter a span {
  font-size: 1.3em;
  position: relative;
  top: 4px;
}
.credits {
  background: #d46b41;
  font-size: 0.9em;
}
.twitter,
.credits {
  text-align: center;
  color: #fff;
}
.twitter p,
.credits p,
.twitter a,
.credits a {
  color: #fff;
}
/*
- - - - FORM - - - - - - */
input[type="text"],
input[type="email"],
textarea {
  background: #f3e3c4;
  border: 1px solid #e4cfa7;
  border-radius: 6px;
  padding: 0.75em;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 1em;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
}
input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
  box-shadow: none;
  outline: none;
}
textarea {
  height: 140px;
}
input[type="submit"],
button {
  border: none;
}
/*
- - - - - - FADE ANIMATIONS - - - - - - - */
.hide {
  opacity: 0;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
.bounceIn {
  -webkit-animation-name: bounceInShow;
  -moz-animation-name: bounceInShow;
  -o-animation-name: bounceInShow;
  animation-name: bounceInShow;
  -webkit-animation-duration: 600ms;
  -moz-animation-duration: 600ms;
  -o-animation-duration: 600ms;
  animation-duration: 600ms;
}
.inUp1s {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
}
.inUp600ms {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 600ms;
  -moz-animation-duration: 600ms;
  -o-animation-duration: 600ms;
  animation-duration: 600ms;
}
.in600ms {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 600ms;
  -moz-animation-duration: 600ms;
  -o-animation-duration: 600ms;
  animation-duration: 600ms;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-webkit-keyframes bounceInShow {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.6);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes bounceInShow {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-transform: scale(0.6);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transform: scale(1);
  }
}
@-o-keyframes bounceInShow {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -o-transform: scale(0.6);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -o-transform: scale(1);
  }
}
@keyframes bounceInShow {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: scale(0.6);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: scale(1);
  }
}
