@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);


/* ------- */
/* IMPORTS */
/* ------- */
/* ------------ */
/* RESET STYLES */
/* ------------ */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
select,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
button,
caption,
cite,
code,
dfn,
em,
input,
optgroup,
option,
select,
strong,
textarea,
th,
var {
  font: inherit;
}
del,
ins {
  text-decoration: none;
}
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
/* ---------- */
/* TYPOGRAPHY */
/* ---------- */
/* Font stacks */
/* FontDeck Apercu */
/* FontDeck Relative */
/* Font sizes */
/* ------ */
/* COLORS */
/* ------ */
/* Basic colors */
/* Shades of gray */
/* Branding colors */
/* --------------- */
/* HELPERS & FIXES */
/* --------------- */
/* Retina.js */
/* Rounded corners mixin */
/* Clearfix */
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 0;
}
/* Remove PageScroll navigation */
.pageScrollerNav {
  visibility: hidden !important;
  display: none !important;
  height: 0px !important;
  width: 0px !important;
}
/* ------ */
/* LAYOUT */
/* ------ */
/* ----- */
/* BASIC */
/* ----- */
.wrapper {
	margin: 0 auto;
	width: 980px;
}
/* ---- */
/* GRID */
/* ---- */
/* ------ */
/* HEADER */
/* ------ */
/* Metrics */
/* Colors */
/* ------ */
/* COLORS */
/* ------ */
/* Gradient */
/* ----- */
/* OTHER */
/* ----- */
/* Rounded corners */
/* Rounded corners top */
/* Rounded corners bottom */
/* Rounded corners left */
/* Rounded corners right */
/* Rounded corners right */
/* ------- */
/* SHADOWS */
/* ------- */
/* Inner shadow */
/* Drop shadow */
/* Text shadow */
/* ---------- */
/* ANIMATIONS */
/* ---------- *//* ---------- */
/* ANIMATIONS */
/* ---------- */
/* We're hiring */
@-webkit-keyframes wiggle {
  0%,
  41% {
    -webkit-transform: translatex(0);
  }
  15% {
    -webkit-transform: translatex(-2px);
  }
  25% {
    -webkit-transform: translatex(5px);
  }
  34% {
    -webkit-transform: translatex(-2px);
  }
}
@-moz-keyframes wiggle {
  0%,
  41% {
    -moz-transform: translatex(0);
  }
  15% {
    -moz-transform: translatex(-2px);
  }
  25% {
    -moz-transform: translatex(5px);
  }
  34% {
    -moz-transform: translatex(-2px);
  }
}
/* Great */
@-webkit-keyframes circus {
  0% {
    color: #c37906;
  }
  100% {
    color: #f8ad37;
  }
}
@-moz-keyframes circus {
  0% {
    color: #c37906;
  }
  100% {
    color: #f8ad37;
  }
}
/* Wave */
@-webkit-keyframes wave {
  0% {
    -webkit-transform: translatey(0);
  }
  25% {
    -webkit-transform: translatey(-8px);
  }
  50% {
    -webkit-transform: translatey(-3px);
  }
  75% {
    -webkit-transform: translatey(-4px);
  }
  100% {
    -webkit-transform: translatey(0px);
  }
}
@-moz-keyframes wave {
  0% {
    -moz-transform: translatey(0);
  }
  25% {
    -moz-transform: translatey(-8px);
  }
  50% {
    -moz-transform: translatey(-3px);
  }
  75% {
    -moz-transform: translatey(-4px);
  }
  100% {
    -moz-transform: translatey(0px);
  }
}
/* ------------- */
/* BEZIER CURVES */
/* ------------- */
/* ---------- */
/* TYPOGRAPHY */
/* ---------- */
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Apercu Pro Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
h1 {
  font-size: 68px;
}
h2 {
  font-size: 68px;
  text-align: center;
  width: 920px;
  margin-left: 80px;
  line-height: 64px;
  margin-bottom: 20px;
}
h3 {
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 20px;
}
h4 {
  font-size: 22px;
  text-align: center;
  margin-bottom: 10px;
}
h5 {
  font-size: 14px;
  text-align: center;
}
h6 {
  font-size: 12px;
}
/* Paragraphs */
p {
	font-size: 15px;
	line-height: 21px;
	margin-bottom: 20px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
p:last-child {
  margin-bottom: 0px;
}
/* Emphasis */
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
/* Blockquote */
blockquote {
  border-left: 5px solid #ddd;
  padding: 0px 15px;
  margin: 10px 0px;
}
/* Code */
code {
  font-family: "Apercu", Helvetica, Arial, sans-serif;
  background: #eee;
  padding: 2px 6px;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
/* Lists */
ul > li,
ol > li {
  font-size: 14px;
  line-height: 22.68px;
  font-family: "Relative Book", Helvetica, Arial, sans-serif;
}
ul > li {
  list-style-type: disc;
  margin-left: 15px;
}
ol > li {
  list-style-type: decimal;
  margin-left: 15px;
}
/* ------ */
/* SLIDER */
/* ------ */
.slide-container a:active,
#slider a:active,
.slide-container a:focus,
#slider a:focus {
  outline: none;
}
.slides,
ul.slides li.slide,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
}
#slider {
  margin: 0;
  padding: 0;
}
#slider .slides {
  width: 100%;
  display: block;
}
#slider .slide {
	width: 100%;
	display: block;
	
}
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
.no-js .slides > li:first-child {
  display: block;
}
.slider {
  position: absolute;
  top: 0px;
  -webkit-backface-visibility: hidden;
}
/* fireworks styles */
body {
  margin: 0px;
  padding: 0px;
}
#fireworks-template {
  display: none;
}
#fireContainer {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 706;
}
.firework {
  /* containing box which flies out first */

  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 1px;
  width: 4px;
  height: 4px;
  border: 1px solid #333;
  background: #666;
}
.fireworkParticle {
  /* elements that explode from the container */

  position: absolute;
  font-size: 1px;
  width: 10px;
  height: 10px;
  overflow: hidden;
}
.fireworkParticle img {
  display: block;
  width: 100px;
}
#sound {
  position: absolute;
  left: -706px;
  top: -706px;
}
#debug {
  position: absolute;
  left: 8px;
  top: 8px;
  width: 220px;
  height: 165px;
  overflow: hidden;
  color: #666;
  display: none;
}
/* ------ */
/* BASICS */
/* ------ */
body {
	background: #ededed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
}
/* ------ */
/* HEADER */
/* ------ */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  
}
header .wrapper {
	background-image: url(../IMG/fondmenuhaut.png);
	
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
	height: 100px;
}
header h1 {
  padding: 0px;
  margin: 0px;
  margin-top: 10px;
  color: #fff;
  float: right;
  text-indent: -9999px;
  width: 107px;
  height: 39px;
  
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  header h1 {
   
    background-size: 107px 39px;
  }
}
nav {
  float: left;
}
nav.content-nav ul li.active a {
	color:#63ADFF;
	padding: 0px;
}
nav ul {
  margin: 0px;
  margin-top: 40px;

  
  width: 880px;
}
nav ul li {
	list-style: none;
	text-transform: uppercase;
	font-size: 12px;
	font-family: "Apercu Pro Bold", Helvetica, Arial, sans-serif;
	letter-spacing: 0px;
	float: left;
	margin-left: 20px;
	margin-right: 35px;
}
nav ul li.active a {
	color:#63ADFF;
	padding: 0px;
}
nav ul li a {
  position: relative;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  height: 20px;
}
nav ul li a.active {
  color:#63ADFF;
}

nav ul li a:hover {
	color:#63ADFF;
}

nav ul li:last-child {
  margin-right: 0px;
}
/* ---- */
/* WORK */
/* ---- */
#home {
  z-index: 3;
  overflow: hidden;
}
#home header {
  z-index: 2;
}
#home ol.sombrero-nav {
  position: absolute;
  bottom: 0px;
  padding-bottom: 40px;
  text-align: center;
  width: 110px;
  left: 50%;
  margin-left: -100px;
}
#home ol.sombrero-nav li {
  list-style: none;
  background: yellow;
  width: 8px;
  height: 8px;
  display: inline-block;
  border: 2px solid #fff;
  background: none;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-animation-name: wave;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: 2;
  -webkit-animation-delay: 1s;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-name: wave;
  -moz-animation-duration: 1s;
  -moz-animation-iteration-count: 2;
  -moz-animation-delay: 1s;
  -moz-animation-timing-function: ease-in;
}
#home ol.sombrero-nav li span {
  visibility: hidden;
  display: none;
}
#home ol.sombrero-nav li.active {
  background: #111;
  border-color: #111;
}
#home ol.sombrero-nav li:nth-child(2) {
  -webkit-animation-delay: 1.05s;
  -moz-animation-delay: 1.05s;
}
#home ol.sombrero-nav li:nth-child(3) {
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
}
#work ol.sombrero-nav li:nth-child(4) {
  -webkit-animation-delay: 1.15s;
  -moz-animation-delay: 1.15s;
}
#work ol.sombrero-nav li:hover {
  cursor: pointer;
 
}

#work ol.sombrero-nav li.active:hover span {
  color: #111;
}
#work #slider {
  z-index: 1;
}
#work #slider .preloader {
  text-align: center;
}
#work #slider .preloader p {
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
}
#work #slider .slide .wrapper {
  position: relative;
}
#work #slider .slide .wrapper .information {
  width: 360px;
  height: 400px;
  display: block;
  color: #fff;
  position: absolute;
  right: 0px;
  top: 600px;
  z-index: 999;
}
#work #slider .slide .wrapper .information h2 {
	margin: 0px;
	text-align: center;
	display: inline-block;
	font-size: 42px;
	letter-spacing: -1px;
	width: 360px;
	margin-bottom: 5px;
}
#work #slider .slide .wrapper .information p {
  font-size: 16px;
  margin-bottom: 30px;
}
#work #slider .slide .wrapper .information a {
  color: #fff;
}
#work #slider .slide .wrapper a.more {
	text-transform: uppercase;
	text-decoration: none;
	font-family: "Relative Bold", Helvetica, Arial, sans-serif;
	color: #FFF;
	letter-spacing: 0px;
	background: #2E8DD5;
	padding: 4px 8px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 15px;
}
#work #slider .slide .wrapper .information.mindsnacks {
  left: 0;
  top: 300px;
}
#work #slider .slide .wrapper .information.easybring {
	
	left: 100px;
	top: 150px;
	width: 692px;
}
#work #slider .slide .wrapper .information.easybring * {
	width: 692px;
}
#work #slider .slide .wrapper .information.ck12 {
  left: 0;
  top: 160px;
  width: 360px;
}
#work #slider .slide .wrapper .information.companybook {
  right: 0;
  top: 440px;
  width: 320px;
}
/* ------- */
/* CONTENT */
/* ------- */
#content {
	background: #fff;
	width: 980px;
	margin: 0px auto;
	border-right:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	position: relative;
	min-height: 1000px;
	overflow: hidden;  /* HEADER */  /* ------ */  /* GENERAL SECTION ATTRIBUTES */  /* -------------------------- */

  /* ABOUT US */

  /* THE TEAM */

  /* -------- */

  /* OUR CLIENTS */

  /* ----------- */

  /* THE STABLE */

  /* ---------- */

  /* WE'RE HIRING */

  /* ------------ */

}
#content .desktop {
  display: block;
}
#content .iphone {
  display: none;
}
#content header {
  z-index: 1;
  position: fixed;
  top: 0px;
  height: 100px;
  opacity : 0.95;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  #content header h1 {
  
    background-size: 107px 39px;
  }
}
#content header .wrapper {
	background: #fff;
	padding: 0px 0px;  
}
#content header a {
  color: #333;
}
#content header a.selected{
	color:#999;
}
#content header a:hover {
	color:#2B89FF;
}
#content header li.active a{
	color:#B6B6B6;
}
#content header a.special {
  color: #afafaf;
}
#content header a.special:hover,
#content header li.active a.special {
  border-bottom: 1px solid #afafaf;
}
#content > .wrapper > section {
	padding-top: 100px;
	padding-bottom: 0px;
	background-repeat: no-repeat;
	background-position: top center;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  #content > .wrapper > section {
   
    background-size: 570px 9px;
  }
}
#content > .wrapper > section > .description {
  margin-bottom: 40px;
}
#content > .wrapper > section > .description p {
  font-size: 17px;
  line-height: 23px;
  color: #707070;
  width: 760px;
  margin-left: 160px;
  text-align: center;
}
#content > .wrapper > section > .description p a {
  color: #f49808;
  text-decoration: none;
}
#content > .wrapper > section > .description p a:hover {
  text-decoration: underline;
}
#content > .wrapper > section > .description p:last-child {
  padding-bottom: 20px;
}
#content > .wrapper > section:first-child {
	padding-top: 0px;
	padding-bottom: 0px;
	background: none;
}
#content > .wrapper > section#overview .description {
  width: 840px;
  margin-left: 120px;
}
#content > .wrapper > section#overview .description p {
  width: 840px;
  float: left;
  margin: 0;
  margin-right: 40px;
  margin-top: 20px;
  text-align: left  !important;
  -webkit-column-count: 2;
  -webkit-column-gap: 40px;
}
#content > .wrapper > section#overview .description p:last-child {
  margin-right: 0;
}
#content > .wrapper > section#overview .punchline {
  text-align: center;
  font-size: 20px;
  color: #303030;
  text-transform: uppercase;
  font-family: "Apercu Pro Bold", Helvetica, Arial, sans-serif;
}
#content > .wrapper > section#overview .punchline .button {
  background: #f49808;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 5px 8px 4px 8px;
  color: #ffffff;
  text-decoration: none;
  margin-left: 5px;
}
#content > .wrapper > section#overview .punchline .button:hover {
  background: #f8a31e;
}
#content > .wrapper > section#overview .char25,
#content > .wrapper > section#overview .char26,
#content > .wrapper > section#overview .char27,
#content > .wrapper > section#overview .char28,
#content > .wrapper > section#overview .char29 {
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.1s ease-in-out;
}
#content > .wrapper > section#overview h2:hover .char25,
#content > .wrapper > section#overview h2:hover .char26,
#content > .wrapper > section#overview h2:hover .char27,
#content > .wrapper > section#overview h2:hover .char28,
#content > .wrapper > section#overview h2:hover .char29 {
  color: #f49808;
}
#content > .wrapper > section#overview h2:hover .char25,
#content > .wrapper > section#overview h2:hover .char27,
#content > .wrapper > section#overview h2:hover .char29 {
  -webkit-animation-name: circus;
  -webkit-animation-duration: 0.1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: 0s;
  -webkit-animation-direction: alternate;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-animation-name: circus;
  -moz-animation-duration: 0.1s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-delay: 0s;
  -moz-animation-direction: alternate;
  -moz-transition: all 0.1s ease-in-out;
}
#content > .wrapper > section#overview h2:hover .char26,
#content > .wrapper > section#overview h2:hover .char28 {
  -webkit-animation-name: circus;
  -webkit-animation-duration: 0.1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: 0.05s;
  -webkit-animation-direction: alternate;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-animation-name: circus;
  -moz-animation-duration: 0.1s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-delay: 0.05s;
  -moz-animation-direction: alternate;
  -moz-transition: all 0.1s ease-in-out;
}
#content > .wrapper > section#team #team-players {
  text-align: center;
  width: 110%;
}
#content > .wrapper > section#team #team-players li {
  list-style-type: none;
  text-align: center;
  width: 240px;
  float: left;
  margin: 0;
  margin-right: 40px;
  margin-bottom: 30px;
}
#content > .wrapper > section#team #team-players li a {
  text-decoration: none;
}
#content > .wrapper > section#team #team-players li .picture {
  background: #f49808;
  height: 160px;
  width: 240px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  overflow: hidden;
}
#content > .wrapper > section#team #team-players li h4.name {
  margin-top: 20px;
  margin-bottom: 0px;
  text-transform: none;
  font-size: 24px;
  color: #525252;
}
#content > .wrapper > section#team #team-players li span.at {
  margin-left: 3px;
  margin-right: 3px;
  display: inline-block;
  -webkit-transform: rotate(360deg);
  -webkit-transition: -webkit-transform 1s ease-in-out;
}
#content > .wrapper > section#team #team-players li h5.job-title a:hover,
#content > .wrapper > section#team #team-players li h5.twitter a:hover {
  color: #f49808;
}
#content > .wrapper > section#team #team-players li h5.job-title {
  margin-bottom: 0;
  height: 20px;
  margin-top: 2px;
  color: #8f8f8f;
}
#content > .wrapper > section#team #team-players li h5.job-title a {
  color: #8f8f8f;
  font-size: 13px;
  font-weight: normal;
}
#content > .wrapper > section#team #team-players li h5.twitter {
  height: 20px;
  text-transform: none;
}
#content > .wrapper > section#team #team-players li h5.twitter a {
  color: #a5a5a5;
  font-size: 13px;
  font-weight: normal;
}
#content > .wrapper > section#team #team-players li.hiring:hover .char1,
#content > .wrapper > section#team #team-players li.hiring:hover .char3,
#content > .wrapper > section#team #team-players li.hiring:hover .char5,
#content > .wrapper > section#team #team-players li.hiring:hover .char7,
#content > .wrapper > section#team #team-players li.hiring:hover .char9,
#content > .wrapper > section#team #team-players li.hiring:hover .char11,
#content > .wrapper > section#team #team-players li.hiring:hover .char13,
#content > .wrapper > section#team #team-players li.hiring:hover .char2,
#content > .wrapper > section#team #team-players li.hiring:hover .char4,
#content > .wrapper > section#team #team-players li.hiring:hover .char6,
#content > .wrapper > section#team #team-players li.hiring:hover .char8,
#content > .wrapper > section#team #team-players li.hiring:hover .char10,
#content > .wrapper > section#team #team-players li.hiring:hover .char12 {
  color: #f49808;
}
#content > .wrapper > section#team #team-players li.hiring:hover .char1,
#content > .wrapper > section#team #team-players li.hiring:hover .char3,
#content > .wrapper > section#team #team-players li.hiring:hover .char5,
#content > .wrapper > section#team #team-players li.hiring:hover .char7,
#content > .wrapper > section#team #team-players li.hiring:hover .char9,
#content > .wrapper > section#team #team-players li.hiring:hover .char11,
#content > .wrapper > section#team #team-players li.hiring:hover .char13 {
  -webkit-animation-name: circus;
  -webkit-animation-duration: 0.1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: 0s;
  -webkit-animation-direction: alternate;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-animation-name: circus;
  -moz-animation-duration: 0.1s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-delay: 0s;
  -moz-animation-direction: alternate;
  -moz-transition: all 0.1s ease-in-out;
}
#content > .wrapper > section#team #team-players li.hiring:hover .char2,
#content > .wrapper > section#team #team-players li.hiring:hover .char4,
#content > .wrapper > section#team #team-players li.hiring:hover .char6,
#content > .wrapper > section#team #team-players li.hiring:hover .char8,
#content > .wrapper > section#team #team-players li.hiring:hover .char10,
#content > .wrapper > section#team #team-players li.hiring:hover .char12 {
  -webkit-animation-name: circus;
  -webkit-animation-duration: 0.1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: 0.05s;
  -webkit-animation-direction: alternate;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-animation-name: circus;
  -moz-animation-duration: 0.1s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-delay: 0.05s;
  -moz-animation-direction: alternate;
  -moz-transition: all 0.1s ease-in-out;
}
#content > .wrapper > section#team #team-players li:hover span.at {
  -webkit-transform: rotate(-360deg);
  -webkit-transition: -webkit-transform 1s ease-in-out;
}
#content > .wrapper > section#team #team-players li:nth-child(4) {
  margin-right: 0px;
}
#content > .wrapper > section#team #team-players li:nth-child(5) {
  margin-left: 140px;
}
#content > .wrapper > section#clients {
  text-align: center;
}
#content > .wrapper > section#clients .logos {
  width: 1000px;
  margin-left: 40px;
  margin-bottom: 40px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  /* Startups */

  /* Clients */

}
#content > .wrapper > section#clients .logos img {
  display: inline-block;
  margin-right: 40px;
  margin-bottom: 30px;
  position: relative;
  bottom: 1px;
}
#content > .wrapper > section#clients .logos img:last-child {
  margin-right: 0px;
}
#content > .wrapper > section#clients .logos .easybring {
  bottom: 15px;
}
#content > .wrapper > section#clients .logos .companybook {
  bottom: 10px;
}
#content > .wrapper > section#clients .logos .freeordeal {
  bottom: -15px;
}
#content > .wrapper > section#clients .logos .aftenposten {
  bottom: 10px;
}
#content > .wrapper > section#clients .logos .gyldendal {
  bottom: 5px;
}
#content > .wrapper > section#clients .logos .cloudsandconcerts {
  bottom: 8px;
}
#content > .wrapper > section#clients .logos .bylarm {
  bottom: 15px;
  margin-right: 0px;
}
#content > .wrapper > section#clients .logos .viking {
  margin-right: 0px;
}
#content > .wrapper > section#clients .logos .nrk {
  bottom: 5px;
}
#content > .wrapper > section#clients .logos .nortura {
  bottom: 8px;
}
#content > .wrapper > section#clients .logos .dnb {
  bottom: 3px;
}
#content > .wrapper > section#clients .logos .viking {
  bottom: 3px;
}
#content > .wrapper > section#clients .logos .medietilsynet {
  bottom: 25px;
}
#content > .wrapper > section#clients .logos .dnt {
  bottom: 20px;
}
#content > .wrapper > section#clients .logos .di {
  bottom: 28px;
}
#content > .wrapper > section#clients .logos .kdahl {
  bottom: 10px;
}
#content > .wrapper > section#clients .logos .firesafe {
  bottom: 20px;
}
#content > .wrapper > section#clients .logos.startups {
  height: 107px;
  margin-top: 4px;
}
#content > .wrapper > section#clients .logos.companies {
  height: 263px;
  margin-top: 40px;
}
#content > .wrapper > section#clients h4 {
  margin-bottom: 20px;
}
#content > .wrapper > section#technical ul {
  width: 920px;
  margin-left: 120px;
}
#content > .wrapper > section#technical ul li {
  list-style-type: none;
  float: left;
  margin: 0;
  margin-right: 40px;
  overflow: hidden;
}
#content > .wrapper > section#technical ul li div {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  overflow: hidden;
}
#content > .wrapper > section#technical ul li div img {
  height: 100%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
#content > .wrapper > section#technical ul li:nth-child(1) {
  width: 400px;
}
#content > .wrapper > section#technical ul li:nth-child(1) div {
  height: 260px;
}
#content > .wrapper > section#technical ul li:nth-child(1) img {
  width: 400px;
}
#content > .wrapper > section#technical ul li:nth-child(2) {
  width: 320px;
  margin-top: 40px;
}
#content > .wrapper > section#technical ul li:nth-child(2) div {
  height: 220px;
}
#content > .wrapper > section#technical ul li:nth-child(2) img {
  height: 220px;
  margin-left: -40px;
}
#content > .wrapper > section#technical ul li:nth-child(3) {
  width: 360px;
  margin-top: 40px;
  margin-left: 40px;
}
#content > .wrapper > section#technical ul li:nth-child(3) div {
  height: 280px;
}
#content > .wrapper > section#technical ul li:nth-child(3) img {
  height: 280px;
  margin-left: -40px;
}
#content > .wrapper > section#technical ul li:nth-child(4) {
  width: 360px;
  height: 240px;
  margin-top: 40px;
}
#content > .wrapper > section#technical ul li:nth-child(4) div {
  height: 240px;
}
#content > .wrapper > section#technical ul li:nth-child(4) img {
  height: 240px;
  margin-left: -100px;
}
#content > .wrapper > section#hiring #jobs {
  margin-left: 120px;
}
#content > .wrapper > section#hiring #jobs .job {
  border: 3px solid #f49808;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  float: left;
  width: 400px;
  height: 270px;
  margin-right: 40px;
  margin-bottom: 40px;
  box-sizing: border-box;
  color: #f49808;
}
#content > .wrapper > section#hiring #jobs .job h4 {
  text-transform: none;
  font-size: 30px;
  line-height: 28px;
  margin-top: 30px;
  margin-bottom: 20px;
}
#content > .wrapper > section#hiring #jobs .job ul {
  width: 320px;
  margin-left: 40px;
}
#content > .wrapper > section#hiring #jobs .job li {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: normal;
}
#content > .wrapper > section#hiring #jobs .job:last-child {
  margin-right: 0px;
  margin-bottom: 0px;
}
#content > .wrapper > section#hiring #offers {
  width: 800px;
  margin-left: 140px;
  margin-top: 20px;
}
#content > .wrapper > section#hiring #offers ul {
  float: left;
  text-align: center;
}
#content > .wrapper > section#hiring #offers ul li {
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 25px;
  color: #999;
  display: inline-block;
  list-style-type: none;
}
#content > .wrapper > section#hiring #offers ul li span {
  font-size: 8px;
  position: relative;
  margin-right: 5px;
  margin-left: 5px;
  top: -2px;
  color: #f49808;
}
/* ------- */
/* CONTACT */
/* ------- */
section#contact {
  width: 1240px;
  height: 700px;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  background: white;
  position: relative;
}
section#contact .wrapper {
  background-image: none;
}
section#contact #contact-information {
  z-index: 9999999 !important;
  background: #ffffff;
  position: absolute;
  top: 40px;
  left: -40px;
  padding: 20px 20px 10px 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
section#contact #contact-information > ul > li {
  list-style-type: none;
  margin: 0 !important;
}
section#contact #contact-information > ul > li > ul {
  padding-bottom: 10px !important;
}
section#contact #contact-information > ul > li > ul > li {
  float: left;
  width: 160px;
  list-style-type: none;
  margin: 0 !important;
  font-size: 14px;
}
section#contact #contact-information > ul > li > ul > li a {
  color: #f49808;
  text-decoration: none;
}
section#contact #contact-information > ul > li > ul > li a:hover {
  text-decoration: underline;
}
section#contact #contact-information > ul > li > ul > li:first-child {
  font-family: "Apercu Pro Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  width: 100px;
  color: #999;
  letter-spacing: 1px;
}
section#contact #contact-information > ul > li > ul > li:last-child {
  width: 188px;
}
section#contact #map {
  height: 700px;
  width: 1240px;
  margin-left: -80px;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}
section#contact #map .map-attribution {
  display: none !important;
}
section#contact #map .zoomer {
  display: none !important;
}
section#contact .marker-image {
  margin-left: -21px;
  margin-top: -60px;
  pointer-events: all;
  position: absolute;
}
section#contact .marker-image.bb {
  margin-left: -32px;
  margin-top: -122px;
}
section#contact .marker-popup {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	position: relative;
	bottom: 0px;
	left: -50%;
	margin-left: -3px;
	max-width: 400px;
	background: #fff;
	color: #000;
	padding: 5px 10px;
	padding: 0px;
	background-color: transparent;
}
section#contact .marker-popup .tooltip {
  max-width: 400px;
  background: #fff;
  color: #000;
  padding: 5px 10px;
}
section#contact .marker-popup .tooltip.bb {
  position: relative;
  bottom: 35px;
  left: 4px;
}
section#contact .marker-popup .tooltip:after,
section#contact .marker-popup .tooltip:before {
  top: 100%;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 50%;
  position: absolute;
  pointer-events: none;
}
section#contact .marker-popup .tooltip:after {
  border-top-color: #fff;
  border-width: 5px;
  margin-left: -5px;
}
section#contact .marker-popup .tooltip:before {
  border-width: 5px;
  margin-left: -18px;
}
section#contact .marker-popup p {
  font-family: "Apercu Pro Bold", Helvetica, Arial, sans-serif !important;
  text-transform: uppercase;
  color: #c37906;
}
section#contact .marker-popup:after,
section#contact .marker-popup:before {
  border: none;
  content: '';
  height: 0;
  width: 0;
  left: 50%;
  position: inherit;
}
section#contact .marker-popup:after {
  margin-left: 0px;
}
section#contact .marker-popup:before {
  margin-left: 0px;
}
/* ------------------- */
/* RESPONSIVE VERSIONS */
/* ------------------- */
/* iPad portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  header {
    width: 768px;
    margin-left: 128px;
  }
  .information.companybook {
    top: 340px !important;
    right: -240px !important;
  }
  .information.ck12 {
    top: 100px !important;
  }
}
@media only screen and (max-width: 1024px) {
  nav {
    float: left;
  }
  nav.content-nav ul li.active a {
   color:#63ADFF;
	padding: 0px;
  }
  nav ul {
    margin: 0px;
    margin-top: 20px;
    width: 600px;
  }
  nav ul li {
    margin-left: 0px;
    margin-right: 38px;
  }
  nav ul li.active a {
   color:#63ADFF;
	padding: 0px;
  }
  nav ul li a span.hide {
    display: none;
    visibility: hidden;
  }
  nav ul li:last-child {
    margin-right: 0px;
  }
  .wrapper {
    width: 720px;
    margin-left: 24px;
    margin-right: 0px;
  }
  #content-header {
    background: #ffffff;
  }
  #content {
    width: 768px;
  }
  #content .wrapper > section .description p {
    width: 688px;
    margin-left: 0px;
    padding-left: 20px;
  }
  #content .wrapper > section#overview h2 {
    width: 728px;
    margin-left: 0px;
    font-size: 60px;
  }
  #content .wrapper > section#overview .description {
    margin-left: 0px;
    width: 728px;
  }
  #content .wrapper > section#overview .description p {
    width: 688px;
    padding-left: 20px;
    margin-top: 20px;
    -webkit-column-gap: 20px;
  }
  #content .wrapper > section#team ul#team-players {
    padding-left: 20px;
  }
  #content .wrapper > section#team ul#team-players li {
    margin-right: 40px;
    width: 200px;
  }
  #content .wrapper > section#team ul#team-players li .picture {
    width: 200px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    overflow: hidden;
  }
  #content .wrapper > section#team ul#team-players li .picture img {
    margin-left: -15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    overflow: hidden;
  }
  #content .wrapper > section#team ul#team-players li h4.name {
    font-size: 20px;
    margin-top: 15px;
  }
  #content .wrapper > section#team ul#team-players li h5.job-title {
    margin-top: 0px;
  }
  #content .wrapper > section#team ul#team-players li h5.job-title a {
    font-size: 12px;
  }
  #content .wrapper > section#team ul#team-players li:nth-child(3),
  #content .wrapper > section#team ul#team-players li:nth-child(6) {
    margin-right: 0px;
  }
  #content .wrapper > section#team ul#team-players li:nth-child(4) {
    margin-right: 40px;
  }
  #content .wrapper > section#team ul#team-players li:nth-child(5) {
    margin-left: 0px;
  }
  #content .wrapper > section#team ul#team-players li:last-child {
    display: none;
  }
  #content .wrapper > section#clients .logos {
    margin-left: 0px;
    width: 728px;
    /* Startups */
  
    /* Clients */
  
  }
  #content .wrapper > section#clients .logos .easybring {
    bottom: 15px;
  }
  #content .wrapper > section#clients .logos .companybook {
    display: none;
  }
  #content .wrapper > section#clients .logos .freeordeal {
    display: none;
  }
  #content .wrapper > section#clients .logos .aftenposten {
    bottom: 10px;
  }
  #content .wrapper > section#clients .logos .gyldendal {
    bottom: 5px;
  }
  #content .wrapper > section#clients .logos .cloudsandconcerts {
    bottom: 8px;
  }
  #content .wrapper > section#clients .logos .bylarm {
    display: none;
  }
  #content .wrapper > section#clients .logos .viking {
    margin-right: 0px;
  }
  #content .wrapper > section#clients .logos .nrk {
    bottom: 5px;
  }
  #content .wrapper > section#clients .logos .nortura {
    bottom: 8px;
  }
  #content .wrapper > section#clients .logos .dnb {
    bottom: 3px;
  }
  #content .wrapper > section#clients .logos .viking {
    display: none;
  }
  #content .wrapper > section#clients .logos .medietilsynet {
    bottom: 25px;
  }
  #content .wrapper > section#clients .logos .dnt {
    bottom: 20px;
  }
  #content .wrapper > section#clients .logos .di {
    bottom: 28px;
  }
  #content .wrapper > section#clients .logos .kdahl {
    display: none;
  }
  #content .wrapper > section#clients .logos .firesafe {
    display: none;
  }
  #content .wrapper > section#clients .logos.desktop.startups {
    height: 63px !important;
  }
  #content .wrapper > section#clients .logos.desktop.companies {
    height: 234px;
  }
  #content .wrapper > section#technical ul {
    margin-left: 0px;
    width: 688px;
    height: 500px;
    margin-left: 17px;
  }
  #content .wrapper > section#technical ul li {
    height: 240px;
    width: 334px !important;
    margin-top: 0px !important;
    margin-bottom: 20px !important;
    margin-right: 20px !important;
  }
  #content .wrapper > section#technical ul li div {
    height: 240px !important;
    width: 334px !important;
  }
  #content .wrapper > section#technical ul li div img {
    height: 240px !important;
  }
  #content .wrapper > section#technical ul li:nth-child(2n) {
    margin-right: 0px !important;
  }
  #content .wrapper > section#technical ul li:nth-child(3) {
    margin-left: 0px !important;
  }
  #content .wrapper > section#technical ul li:nth-child(3) div img {
    margin-left: 0px;
  }
  #content .wrapper > section#hiring #jobs {
    margin-left: 0px;
  }
  #content .wrapper > section#hiring #jobs .job {
    width: 350px;
    height: 240px;
    margin-bottom: 20px;
    float: left;
    margin-right: 20px;
  }
  #content .wrapper > section#hiring #jobs .job h4 {
    font-size: 22px;
    margin-top: 20px;
  }
  #content .wrapper > section#hiring #jobs .job ul {
    margin-left: 20px;
  }
  #content .wrapper > section#hiring #jobs .job ul li {
    width: 300px;
    font-size: 14px;
    line-height: 20px;
  }
  #content .wrapper > section#hiring #jobs .job:nth-child(2n) {
    margin-right: 0px;
  }
  #content .wrapper > section#hiring #jobs .job:nth-child(3),
  #content .wrapper > section#hiring #jobs .job:nth-child(4) {
    margin-bottom: 0px;
  }
  #content .wrapper > section#hiring #offers {
    margin-left: 0px !important;
    width: 728px;
  }
  #content .wrapper > section#hiring #offers ul li {
    font-size: 11px;
  }
  #content .wrapper > section#contact #contact-information {
    left: 10px;
    top: 30px;
  }
  header {
    height: 80px !important;
  }
  header .wrapper {
    padding: 10px 0px !important;
  }
}
/* ------ */
/* IPHONE */
/* ------ */
/* Portrait — iPhone 4, iPhone 4S, iPhone 5 */
@media only screen and (max-width: 640px) {
  .desktop {
    display: none !important;
  }
  .iphone {
    display: block !important;
  }
  /* ---------- */
  /* COMPONENTS */
  /* ---------- */
  h2 {
    font-size: 32px !important;
    text-align: center !important;
    width: 280px !important;
    margin-left: 0px !important;
    line-height: 30px;
    margin-bottom: 00px;
  }
  h3 {
    font-size: 28px;
    text-align: center;
    margin-left: -20px;
  }
  /* ------ */
  /* LAYOUT */
  /* ------ */
  body {
    max-width: 100%;
    background: #ffffff;
  }
  .wrapper {
    width: 320px;
    margin: 0 auto;
  }
  /* ------ */
  /* HEADER */
  /* ------ */
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
  }
  header .wrapper {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    height: 60px;
  }
  header h1 {
    padding: 0px;
    margin: 0px;
    margin-top: 0px;
    color: #fff;
    float: right;
    text-indent: -9999px;
    width: 107px;
    height: 39px;
  }
  nav {
    display: none;
  }
  /* ---- */
  /* WORK */
  /* ---- */
  section#work header .wrapper {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    height: 40px;
    padding: 20px;
  }
  section#work header .wrapper h1 {
    right: 40px;
    position: relative;
  }
  section#work ol.sombrero-nav {
    padding-bottom: 20px;
  }
  section#work ol.sombrero-nav li {
    width: 8px;
    height: 8px;
    border: 2px solid #fff;
    background: none;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-transform: rotate(-90deg);
  }
  section#work ol.sombrero-nav li span {
    visibility: hidden;
    display: none;
  }
  section#work ol.sombrero-nav li.active {
    background: #111;
    border-color: #111;
  }
  section#work #slider {
    z-index: 1;
  }
  section#work #slider .slide .wrapper .information {
    visibility: hidden;
    display: none;
  }
  /* ------- */
  /* CONTENT */
  /* ------- */
  #content {
    width: 320px;
    text-align: left !important;
    /* CLIENTS */
  
    /* ABOUT US */
  
    /* THE STABLE */
  
    /* -------- */
  
    /* GENERAL SECTION ATTRIBUTES */
  
    /* -------------------------- */
  
  }
  #content header {
    display: none !important;
  }
  #content header .wrapper {
    display: none !important;
    width: 100%;
    height: 40px;
    padding: 20px;
  }
  #content header .wrapper h1 {
    right: 40px;
    position: relative;
    display: none !important;
  }
  #content > .wrapper > section#overview {
    padding-top: 40px !important;
    padding-bottom: 20px !important;
  }
  #content > .wrapper > section#overview .description {
    width: 280px;
    margin-left: 0 !important;
  }
  #content > .wrapper > section#overview .description p {
    width: 280px !important;
    margin: 0;
    margin-top: 20px;
    padding-bottom: 0px !important;
    text-align: center !important;
    -webkit-column-count: 1;
    -webkit-column-gap: 40px;
    font-size: 14px;
    line-height: 18px;
  }
  #content > .wrapper > section#overview .punchline {
    display: none;
  }
  #content > .wrapper > section#clients h4 {
    display: none;
  }
  #content > .wrapper > section#clients .logos.all {
    width: 560px;
    margin-top: -50px;
    margin-left: -140px;
    margin-bottom: -45px !important;
    padding: 0px;
    text-align: left;
    height: 250px;
    -webkit-transform: scale(0.5);
    display: block;
  }
  #content > .wrapper > section#clients .logos.all img {
    padding: 0 !important;
    display: inline-block;
    float: none;
    margin: 0px;
  }
  #content > .wrapper > section#clients .logos.all .ck12,
  #content > .wrapper > section#clients .logos.all .easybring,
  #content > .wrapper > section#clients .logos.all .mindsnacks {
    margin-right: 34px;
    margin-bottom: 0px;
  }
  #content > .wrapper > section#clients .logos.all .aftenposten,
  #content > .wrapper > section#clients .logos.all .gyldendal {
    margin-right: 45px;
  }
  #content > .wrapper > section#clients .logos.all .dnb,
  #content > .wrapper > section#clients .logos.all .kdahl,
  #content > .wrapper > section#clients .logos.all .nortura {
    margin-right: 34px;
  }
  #content > .wrapper > section#clients .logos.all .dnb {
    top: -20px;
  }
  #content > .wrapper > section#clients .logos.all .nortura {
    top: -25px;
  }
  #content > .wrapper > section#clients .logos.all .nrk {
    top: -18px;
  }
  #content > .wrapper > section#clients .logos.all .dagsavisen {
    top: -3px;
  }
  #content > .wrapper > section#team li {
    text-align: left;
  }
  #content > .wrapper > section#team .picture {
    display: none;
  }
  #content > .wrapper > section#team #team-players {
    display: none;
  }
  #content > .wrapper > section#team #team-players li {
    width: 100%;
  }
  #content > .wrapper > section#team #team-players li:nth-child(5) {
    margin-left: 0px;
  }
  #content > .wrapper > section#technical h3 {
    padding-bottom: 20px;
  }
  #content > .wrapper > section#technical .description {
    position: relative;
    top: 160px;
  }
  #content > .wrapper > section#technical ul {
    margin-left: -20px;
    width: 320px;
    position: relative;
    top: -130px;
    height: 160px;
  }
  #content > .wrapper > section#technical ul li {
    display: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    width: 320px;
    height: 140px;
    background: yellow;
  }
  #content > .wrapper > section#technical ul li div {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
  }
  #content > .wrapper > section#technical ul li div img {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    left: -10px;
    position: relative;
  }
  #content > .wrapper > section#technical ul li:nth-child(3) {
    display: block;
    margin-left: 0 !important;
    margin-top: 0 !important;
    height: 140px;
  }
  #content > .wrapper > section#technical ul li:nth-child(3) div {
    height: 140px;
    overflow: hidden;
  }
  #content > .wrapper > section#technical ul li:nth-child(3) div img {
    position: relative;
    bottom: 60px;
  }
  #content > .wrapper > section#hiring #jobs {
    margin-left: 0px;
    width: 280px;
  }
  #content > .wrapper > section#hiring #jobs .job {
    width: 280px;
    height: 240px;
    margin-bottom: 10px;
  }
  #content > .wrapper > section#hiring #jobs .job h4 {
    font-size: 22px;
    margin-top: 20px;
  }
  #content > .wrapper > section#hiring #jobs .job ul {
    margin-left: 20px;
  }
  #content > .wrapper > section#hiring #jobs .job ul li {
    width: 220px;
    font-size: 14px;
    line-height: 20px;
  }
  #content > .wrapper > section#hiring #jobs .job.designer {
    height: 260px;
  }
  #content > .wrapper > section#hiring #jobs .job.ios {
    height: 260px;
    margin-bottom: 10px;
  }
  #content > .wrapper > section#hiring #jobs .job.writer {
    height: 280px;
  }
  #content > .wrapper > section#hiring #offers {
    display: none;
  }
  #content > .wrapper > section#contact {
    background: yellow;
    height: 340px;
    padding-bottom: 0px !important;
  }
  #content > .wrapper > section#contact #contact-information {
    left: 20px;
    top: 20px;
    width: 240px;
  }
  #content > .wrapper > section {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    padding-left: 20px !important;
  }
  #content > .wrapper > section .description {
    width: 280px !important;
    margin-left: 0 !important;
  }
  #content > .wrapper > section .description p {
    width: 280px !important;
    padding-left: 0px !important;
    margin: 0;
    margin-top: 20px;
    text-align: center !important;
    -webkit-column-count: 1;
    -webkit-column-gap: 40px;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0px;
    padding-bottom: 0px !important;
  }
}
/*** 	Animations
****/
.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 2s;
  animation-delay: 3s;
  animation-iteration-count: 2;
  -webkit-animation-iteration-count: 2;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translatex(0);
  }
  50% {
    -webkit-transform: translatex(-20px);
  }
}
@-moz-keyframes shake {
  0%,
  100% {
    -moz-transform: translatex(0);
  }
  50% {
    -moz-transform: translatex(-20px);
  }
}
@-o-keyframes shake {
  0%,
  100% {
    -o-transform: translatex(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -o-transform: translatex(-20px);
  }
  20%,
  40%,
  60%,
  80% {
    -o-transform: translatex(20px);
  }
}
@keyframes shake {
  0%,
  100% {
    transform: translatex(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translatex(-20px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translatex(20px);
  }
}
