@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-web.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-web.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;
}
/*
- - - - 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 {
  background: #efece4;
}
.shade-creme {
  background: #BFCFD2;
}
.shade-choc {
	foreground: #73E4F8;
	background-color: #383245;
}
.shade-choc .title {
  color: #fff;
}
/*
- - - - TYPE - - - - - - */
body,
p,
li,
label,
input,
textarea {
  font-family: 'gt_walsheim_regular', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.title {
	color: #639;
	margin-bottom: 0.75em;
	text-align: center;
	font-size: 36px;
}
@media (max-width: 500px) {
  .title {
    font-size: 32px;
  }
}
.title.sub-title {
  font-size: 21px;
  margin-bottom: 0.25em;
}
.highlight {
  color: #31ACC2;
}
.work-panel .highlight {
	color: #73E4F8;
}
p {
	text-align: center;
	color: #59524c;
	margin: 0;
	padding: 0;
	margin-bottom: 0.75em;
}
p.intro {
  font-size: 1.5em;
}
@media (max-width: 600px) {
  p.intro {
    font-size: 1.2em;
  }
}

h4{
	
	text-align:justify;
	color: #DFE0AF;
	margin: 0;
	padding: 0;
	margin-bottom: 0.75em;
	
	}
.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.25em 2em;
  max-width: 960px;
  margin: 0 auto;
}
@media (max-width: 500px) {
  .container {
    padding: 2em 1em;
  }
}
section .container {
  padding: 4em 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 {
  width: 30.6%;
  margin-right: 4%;
}
.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: #73E4F8;
}
.page-logo {
  display: block;
  margin: 0 auto;
}
/*
- - - - NAV - - - - - - */.page-nav {
  background: #31ACC2;
}
.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: inline;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'gt_walsheim_bold', sans-serif;
  font-size: 0.875em;
  margin: 0 1.5em;
}
@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: #f3e3c4;
  text-decoration: none;
  display: inline-block;
  *display: inline;
  padding: 1.15em 0.75em;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
}
@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: #fbfcf9;
  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: 42px;
}
@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 {
  max-height: 164px;
  width: auto;
  display: block;
  margin: 0 auto 2em;
}
.tech-panel img {
  max-width: 90px;
  height: auto;
}
.tech-panel .col .sub-title,
.tech-panel .col p {
  text-align: left;
}
.tech-panel ul {
  max-width: 740px;
  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 {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
.work-panel li article {
  background: #49423c;
  border-radius: 6px;
  position: relative;
  min-height: 180px;
  box-shadow: 0 2px 0 #2b2521;
}
.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: #362f2a;
  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;
}
.work-panel li article .work-info.visi {
  display: block;
}
.page-footer .col p {
  max-width: 380px;
}
.contact-panel .title,
.contact-panel p {
  text-align: left;
}
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: 820px;
}
.twitter {
  background: #73E4F8;
  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: #31ACC2;
  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 {
	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);
	background-color: #BFCFD2;
}
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: 300ms;
  -moz-animation-duration: 300ms;
  -o-animation-duration: 300ms;
  animation-duration: 300ms;
}
.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);
  }
}
