/* Reset
---------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}       
 
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display:block;
}

/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y: scroll;}
 
ul,ol { list-style: none; }
 
blockquote, q { quotes:none; }
 
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }

small {font-size: 85%;}

a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
 
ins { background-color:#ff9; color:#000; text-decoration:none; }
 
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
 
del { text-decoration: line-through; }
 
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
 
/* tables still need cellspacing="0" in the markup */
table { border-collapse:collapse; border-spacing:0; }
 
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
 
input, select { vertical-align:middle; }

/*  no borders */
:focus {outline:none;}
::-moz-focus-inner {border:0;}

/* END RESET CSS */




html{
	background: #e8e8e8;
}

body {
	margin: 0;
	padding: 0;
	font: normal normal 15px/18px Arial,Helvetica,Tahoma,Verdana,sans-serif;
	color: #3b3b3b;
	text-shadow:0 0 1px rgba(0,0,0,0.01);
}

body.mobile {
  padding-right:15px;
  padding-left:15px;
	background: #e8e8e8;
}

body.desktop {
	background: #c4c4c4 url('/images/ui/shared/sgibg.jpg') 50% 0 no-repeat fixed;
}

/* Common */
blockquote, q { font-size:13px; font-style:italic; }

.sub blockquote, .sub q { font-size:13px; font-style:italic; width:80%; }

blockquote .attribution { padding-left: 10%; font-weight:bold; font-style:italic; }

p, h2, li { padding-bottom: 18px; }

h2 { padding-bottom: 12px; text-transform: uppercase; }

h3 { font-size: 12px; padding-bottom: 12px; }

h4 { padding-bottom: 0px; }

.upper { text-transform: uppercase; }

.green { color: #8cc63f; }

body div.tiny *{
  font-size: 9px;
}

body div.tiny {
  overflow: scroll;
  height: 100px;
}
body div.tiny ul li {
  margin-left: 10px;
  padding:0;
}
body div.tiny ul li ul li{
  margin-left: 10px;
  padding:0;
}

.shadowleft { position: relative; left: -7px; }

.shadowright{ position: relative; right: -7px; }

a:link, a:visited, a:hover, a:active { color:#fff; text-decoration:none; text-shadow: none;}
a:hover, a.active { color:#00aeef; text-shadow:none }

body.mobile a:link, body.mobile a:visited, body.mobile a:hover, body.mobile a:active { color:#8cc63f; text-decoration:none; }
body.mobile a:hover, body.mobile a.active { color:#fff; text-shadow: 1px 1px #808283; }

::-moz-selection{ background: #8cc63f; color:#fff; text-shadow: none; }
::selection { background:#8cc63f; color:#fff; text-shadow: none; }

.
 { behavior: url(/css/iepngfix.htc); }

.container {
  position: relative;
  width: 960px;
  padding: 0 0px;
  margin: 0 auto;
}

/* Header and nav */
header .container{
  height: 110px;
}

header .container h1{
  position: absolute;
  width: 214px;
  height: 85px;
  top: 15px;
}

header .container h1 a{
  position: absolute;
  display: block;
  width: 275px;
  height: 85px;
  text-indent: -9999px;
  left:9px;
  background: url('/images/ui/shared/syndecalogo.png') no-repeat;
}

header nav{
  position: relative;
  top: 33px;
  left: 349px;
  height: 50px;
  width: 610px;
}

header nav ul li{
  margin: 0;
  padding: 0;
  float: left;
  display: inline;
  height: 50px;
  list-style-type: none;
}
header nav ul li a{
  position:absolute;
  float:left;
  height: 12px;
  text-indent: -9999px;
  text-decoration: none;
  background: url('/images/ui/shared/topnav.png') no-repeat;
  -webkit-transition: background-position .18s ease-out;
}

header nav ul li.overview a{
  left:0;
  width:129px;
  background-position:0 -12px;
}
header nav ul li.overview a:hover,
header nav ul li.overview a.active,
body.agency header nav ul li.overview a{
  background-position:0 0;
}

header nav ul li.solutions a{
  left:129px;
  width:186px;
  background-position:-129px -12px;
}

header nav ul li.solutions a:hover,
header nav ul li.solutions a.active,
body.technology header nav ul li.solutions a {
  background-position:-129px 0;
}

header nav ul li.examples a{
  left:315px;
  width:160px;
  background-position:-315px -12px;
}
header nav ul li.examples a:hover,
header nav ul li.examples a.active,
body.work header nav ul li.examples a {
  background-position:-315px 0;
}

header nav ul li.about a{
  left:475px;
  width:135px;
  background-position:-475px -12px;
}
header nav ul li.about a:hover,
header nav ul li.about a.active,
body.company header nav ul li.about a {
  background-position:-475px 0;
}

/* Footer */
#footer .container {
  clear:both;
  padding-top:50px;
  width:960px;
  height:133px;
  background: transparent url('/images/ui/shared/sgiseal.png') 50% 50% no-repeat;
}

.timing { text-align: center; }


/* Columns */
.columns:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
* html .columns { height: 1%; }
.columns{ display: inline-block; }
.columns{ display: block; }

* .column { overflow: hidden; }

.grid1col530 {
  padding-left:8px;
  width: 530px;
}

.grid1col550 {
  padding-left:8px;
  width: 550px;
}

.grid1col650 {
  padding-left:8px;
  width: 650px;
}

.grid1col960 {
  width: 968px;
  padding-bottom: 40px;
}

.grid1col960 > .column {
  overflow: visible;
}

.grid2col5050 .column:nth-child(1) {
  float: left;
  width: 480px;
}

.grid2col5050 .column:nth-child(2) {
  float: right;
  width: 480px;
}

.grid2col6040 .column:nth-child(1) {
  float: left;
  width: 600px;
}

.grid2col6040 .column:nth-child(2) {
  float: right;
  width: 360px;
}

.grid2col3070 .column:nth-child(1) {
  float: left;
  width: 327px;
}

.grid2col3070 .column:nth-child(2) {
  float: right;
  width: 633px;
}

.grid3col30{
  padding-left:9px;
  padding-bottom:10px;
}

.grid3col30 .column{
  float: left;
  width: 306px;
  margin-right: 20px;
}

body.mobile .grid3col30 .column{
  float: left;
  width: 305px;
  margin-right: 12px;
}

.grid3col30 .column:nth-child(3), body.mobile .grid3col30 .column:nth-child(3) {
  margin-right: 0;
}

#content h1 {
	height: 250px;
}

.target_container{
	margin-left:37px;
	position: relative;
}

.target_container .target{
	position:absolute;
	top:0;
	opacity:0;
	-webkit-transition:opacity .5s;
}

.target_container .target.active{
	position:static;
	opacity:1;
}

.no-opacity .target_container .target{
	display:none;
}

.no-opacity .target_container .target.active{
	display:block;
}

/* Home */
.home #content h1 {
  position:relative;
  text-indent:-9999px;
  width:950px;
  height:257px;
  background: transparent url('/images/ui/home/content-reimagined.png') no-repeat;
}

.home .grid2col6040 .column:nth-child(1) {
  width: 950px;
}

.home .grid2col6040 .column:nth-child(2) {
  width: 327px;
  padding:40px 21px 0 12px;
}

.home #gallery {
  width:297px;
  height:255px;
  margin-top:0px;
  right:27px;
  padding:12px 14px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
	background: rgb(188,188,188);
  background: rgba(138,138,138,.05);
  position:absolute;
}

.no-boxshadow .home #gallery {
	border: 1px solid #989898;
}

.shadow {
  -moz-box-shadow:inset 0 0 6px #989898;
  -webkit-box-shadow:inset 0 0 6px #989898;
  box-shadow:inset 0 0 6px #989898;
}

/* Backpage */
nav.secondary {
  font-weight:bold;
  text-transform:uppercase;
  color:#3b3b3b;
  position: relative;
}

nav.secondary li {
  padding-bottom: 26px;
}

nav.secondary a:link, nav.secondary a:visited, nav.secondary a:hover, nav.secondary a:active { color:#3b3b3b; text-decoration:none; }
nav.secondary a:hover { color:#8cc63f; text-shadow: 1px 1px #808283; }
nav.secondary li.active a { color:#fff; text-shadow: 1px 1px #808283; }



/* Backpage Subnav */
nav.secondary .tabs{
  position:relative;	
}
nav.secondary .tab_container{
  height:15px;
  overflow:hidden;
  position:relative;
  margin-bottom:30px;
}
nav.secondary .tab{
  width:300px;
  top:-15px;
  padding-left:10px;
  position:absolute;
  font-weight:bold;
}
nav.secondary .subnavA{
  top:13px;
  position:absolute;
  color:#3b3b3b;
  text-shadow:none;
}
nav.secondary .subnavB{
  top:0px;
  position:absolute;
  color:#ccc;
  text-shadow: 1px 1px #3b3b3b;
}

/* Primary Subnav */
nav.primary .subnav-container{
  left:25px;
  width:570px;
  height:12px;
  overflow:hidden;
  margin-bottom:40px;
  position:relative;
}
nav.primary .subnav{
  top:-14px;
  margin-right:20px;
  width:150px;
  position:absolute;
}
nav.primary .subnavA,
nav.primary .subnavB{
  font-size: 14px;
  line-height: 18px;
  font-weight:bold;
  text-transform:uppercase;
  text-decoration:none;
  position:absolute;
}
nav.primary .subnavA{
  top:12px;
  color:#5e5e5e;
  text-shadow:none;
}
nav.primary .subnavB{
  top:0px;
  position:absolute;
  color:#00aeef;
  text-shadow:none;
}

nav.primary #overview{
  left:0px;
}
nav.primary #solutions{
  left:160px;
}
nav.primary #examples{
  left:325px;
}
nav.primary #about{
  left:490px;
}


/* Overview */

body.overview #content li{
  padding-left:10px;
  padding-bottom:5px;
}
body.overview #content h1 {
  position:relative;
  text-indent:-9999px;
  width:960px;
  height:250px;
  background: transparent url('/images/headings/overview_header.png') 0 0 no-repeat;
}
body.overview #content h3 {
  position:relative;
  text-indent:-9999px;
  width:900px;
  height:300px;
  background: transparent url('/images/headings/overview_footer.png') 0 0 no-repeat;
}

/* Examples */

body.examples #content {
  font-size: 12px;
  line-height: 16px;
}

body.examples #content h1 {
  position:relative;
  text-indent:-9999px;
  width:960px;
  height:250px;
  background: transparent url('/images/headings/overview_header.png') 0 0 no-repeat;
}

body.examples #content h2 {
  padding-top: 10px;
  font-size: 14px;
  line-height: 18px;
  /*color:#fff; 
    text-shadow: 1px 1px #333;*/
}

body.examples #content img {
  background: #ebebeb;
}

body.examples #content h3 {
  padding-top: 10px;
}

body.examples .image {
  width: 307px;
  height: 131px;
  position: relative;
  margin: 0 10px 10px 0;
  background-color: #c5c5c5;
}

body.examples .clip {
  width: 307px;
  height: 131px;
  position: absolute;
  clip: rect(0px, 307px, 0px, 0px);  
}


/* Modal */
.lights {
  top: 0;
  left: 0;
  position: fixed;
	background: rgb(0,0,0);
	opacity: .7;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
}

.modal .grid2col6040 .column.first {
  float: left;
  width: 489px;
  padding-left: 22px;
	overflow: visible;
}

.modal .grid2col6040 .column.last {
  float: right;
  width: 345px;
  padding-right: 70px;
}

.modal {
  width: 940px;
  height: 450px;
  padding-top: 25px;
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  background: white;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.modal.active {
  display: block;
  opacity: 1;
}

.modal .close {
  position: absolute;
  top: 1px;
  right: 0;
  width: 40px;
  height: 40px;
}

.modal .close a {
  position: relative;
  display: block;
  text-indent: -9999px;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: transparent url('/images/ui/modal/modal-close.png') no-repeat 0 0;
}

.modal h1 {
	font-size: 18px;
	margin-bottom: 7px;
}

.modal p, .modal .project-link a {
	font-size: 12px;
	line-height: 15px;
}

.modal img, .modal a{
  -webkit-user-drag: none;
}

.modal .modal-content{
  position: absolute;
  z-index: 5;
}

.modal .project{
  position: absolute;
  width: 940px;
  z-index: 6;
}

.modal .project a:link, .modal .project a:visited, .modal .project a:hover, .modal .project a:active{
  color: #00aeef;
  font-weight: bold;
  text-decoration: none;
}

.modal .project a:hover{
  text-decoration: underline;
  text-shadow: none;
}

.modal .project h3{
  padding-top: 10px;
}

.modal .project .image-large{
  width: 487px;
  height: 285px;
	border: 1px solid #DDD;
}

.modal .project .image-thumbs{
  margin-top:9px;
}

.modal .project .image-thumbs li{
  width: 115px;
  height: 66px;
  float: left;
  margin-right: 7px;
  padding-bottom: 0;
  overflow: hidden;
  border: 1px solid #DDD;
}

.modal .thumb-clip{
  position:absolute;
  background-color:#00aeef;
  clip: rect(0px, 115px, 66px, 0px);	
}
.modal .thumb-clip-container{
  width: 115px;
  height: 66px;
  background-color:#00aeef;
}

.modal .project .image-thumbs li.active{
	border: 1px solid #00aeef;
	-webkit-box-shadow: 0px 0px 2px 0px #00aeef;
	-moz-box-shadow: 0px 0px 2px 0px #00aeef;
	box-shadow: 0px 0px 2px 0px #00aeef;
}

.modal .project .image-thumbs li.last{
  margin-right: 0;
  padding-right: 0;
}

.modal .video-play-icon {
	position: absolute;
	width: 115px;
	height: 66px;
	background: url('/images/ui/modal/play.png') no-repeat;
}

.modal .project .image-client img{
  width: 348px;
  height: 105px;
  background: #ebebeb;
}

.modal nav.catnav{
  position: absolute;
  top: 10px;
  padding-left: 22px;
  height: 20px;
  width: 100%;
  background-color: #fff;
}

.modal .projectnav{
  bottom: 0px;
  position: absolute;
  display: block;
  height: 40px;
  width: 100%;
}

.modal .projectnav div{
}
.modal-title{
  top:-39px;
  left: 22px;
  width:600px;
  height:20px;
  text-transform: uppercase;
  font-weight:bold;
  overflow:hidden;
  position: absolute;
}

.modal .projectnav div a{
}

.modal .projectnav div a.active{
  opacity: .5;
}

.modal .projectnav .next a:link, 
.modal .projectnav .next a:visited, 
.modal .projectnav .next a:hover, 
.modal .projectnav .next a:active {
  right: 0;
  bottom:-5px;
  position: absolute;	
  margin: 20px;
  width:50px;
  height:50px;
  background: url('/images/ui/modal/ModalArrowR.jpg') no-repeat;
}
.modal .projectnav .previous a:link, 
.modal .projectnav .previous a:visited, 
.modal .projectnav .previous a:active {
  left: 0;
  bottom:-5px;
  position: absolute;	
  margin: 20px;
  width:50px;
  height:50px;
  background: url('/images/ui/modal/ModalArrowL.jpg') no-repeat;
}

.modal .projectnav .previous a:hover,
.modal .projectnav .next a:hover{
  opacity:.5;
}

.modal-title{
  top:-39px;
  left: 22px;
  width:600px;
  height:20px;
  text-transform: uppercase;
  font-weight:bold;
  overflow:hidden;
  position: absolute;
}
.loader{
  height: 40px;
  width: 60px;
  top: 170px;
  margin: 0 auto;
  background: url('/images/ui/shared/loader-bg.png') no-repeat;
  position: relative;
}

.dot{
  position: absolute;
  top: -3px;
  left: -3px;
  width: 7px;
  height: 7px;
  background: url('/images/ui/shared/loader-dot.png') no-repeat;
  -webkit-animation: infinity .75s linear infinite;
}

@-webkit-keyframes infinity{
 from {
 -webkit-transform: translate3d(30px,20px,0px) scale3d(1.00,1.00,1) rotateZ(0deg); 
}
 1.6667%{
 -webkit-transform: translate3d(31px,18px,0px) scale3d(1.00,1.00,1) rotateZ(0deg); 
}
 3.3333%{
 -webkit-transform: translate3d(33px,15px,0px) scale3d(1.00,1.00,1) rotateZ(0deg); 
}
 5%{
 -webkit-transform: translate3d(34px,13px,0px) scale3d(1.00,1.00,1) rotateZ(0deg); 
}
 6.6667%{
 -webkit-transform: translate3d(35px,11px,0px) scale3d(1.00,1.00,1) rotateZ(0deg); 
}
 8.3333%{
 -webkit-transform: translate3d(37px,9px,0px) scale3d(1.00,1.00,1) rotateZ(0deg); 
}
 10%{
 -webkit-transform: translate3d(39px,8px,0px) scale3d(1.00,1.00,1) rotateZ(0deg); 
}
 11.66667%{
 -webkit-transform: translate3d(41px,7px,0px) scale3d(1.00,1.00,1) rotateZ(0deg); 
}
 13.3333%{
 -webkit-transform: translate3d(44px,7px,0px) scale3d(0.99,0.99,1) rotateZ(0deg); 
}
 15%{
 -webkit-transform: translate3d(46px,7px,0px) scale3d(0.93,0.93,1) rotateZ(0deg); 
}
 16.66667%{
 -webkit-transform: translate3d(48px,8px,0px) scale3d(0.87,0.87,1) rotateZ(0deg); 
}
 18.3333%{
 -webkit-transform: translate3d(50px,9px,0px) scale3d(0.81,0.81,1) rotateZ(0deg); 
}
 20%{
 -webkit-transform: translate3d(52px,11px,0px) scale3d(0.75,0.75,1) rotateZ(0deg); 
}
 21.66667%{
 -webkit-transform: translate3d(53px,13px,0px) scale3d(0.69,0.69,1) rotateZ(0deg); 
}
 23.3333%{
 -webkit-transform: translate3d(54px,15px,0px) scale3d(0.63,0.63,1) rotateZ(0deg); 
}
 25%{
 -webkit-transform: translate3d(54px,18px,0px) scale3d(0.57,0.57,1) rotateZ(0deg); 
}
 26.66667%{
 -webkit-transform: translate3d(54px,20px,0px) scale3d(0.51,0.51,1) rotateZ(0deg); 
}
 28.3333%{
 -webkit-transform: translate3d(54px,23px,0px) scale3d(0.58,0.58,1) rotateZ(0deg); 
}
 30%{
 -webkit-transform: translate3d(53px,25px,0px) scale3d(0.65,0.65,1) rotateZ(0deg); 
}
 31.66667%{
 -webkit-transform: translate3d(52px,28px,0px) scale3d(0.72,0.72,1) rotateZ(0deg); 
}
 33.3333%{
 -webkit-transform: translate3d(51px,30px,0px) scale3d(0.79,0.79,1) rotateZ(0deg); 
}
 35%{
 -webkit-transform: translate3d(49px,32px,0px) scale3d(0.86,0.86,1) rotateZ(0deg); 
}
 36.66667%{
 -webkit-transform: translate3d(46px,33px,0px) scale3d(0.93,0.93,1) rotateZ(0deg); 
}
 38.3333%{
 -webkit-transform: translate3d(43px,33px,0px) scale3d(1.00,1.00,1) rotateZ(0deg); 
}
 40%{
 -webkit-transform: translate3d(41px,33px,0px) scale3d(1.00,1.00,1) rotateZ(0deg); 
}
 41.66667%{
 -webkit-transform: translate3d(39px,32px,0px) scale3d(1.00,1.00,1) rotateZ(0deg); 
}
 43.3333%{
 -webkit-transform: translate3d(36px,30px,0px) scale3d(1.00,1.00,1) rotateZ(0deg); 
}
 45%{
 -webkit-transform: translate3d(35px,28px,0px) scale3d(1.00,1.00,1) rotateZ(0deg); 
}
 46.66667%{
 -webkit-transform: translate3d(33px,26px,0px) scale3d(1.00,1.00,1) rotateZ(0deg); 
}
 48.3333%{
 -webkit-transform: translate3d(32px,24px,0px) scale3d(1.00,1.00,1) rotateZ(0deg); 
}
 50%{
 -webkit-transform: translate3d(31px,22px,0px) scale3d(1.00,1.00,1) rotateZ(0deg); 
}
 51.66667%{
 -webkit-transform: translate3d(29px,19px,0px) scale3d(1.00,1.00,1) rotateZ(0deg); 
}
 53.3333%{
 -webkit-transform: translate3d(28px,17px,0px) scale3d(1.00,1.00,1) rotateZ(0deg); 
}
 55%{
 -webkit-transform: translate3d(27px,14px,0px) scale3d(1.00,1.00,1) rotateZ(0deg); 
}
 56.66667%{
 -webkit-transform: translate3d(26px,12px,0px) scale3d(1.00,1.00,1) rotateZ(0deg); 
}
 58.3333%{
 -webkit-transform: translate3d(24px,10px,0px) scale3d(1.00,1.00,1) rotateZ(0deg); 
}
 60%{
 -webkit-transform: translate3d(23px,8px,0px) scale3d(1.00,1.00,1) rotateZ(0deg); 
}
 61.66667%{
 -webkit-transform: translate3d(20px,7px,0px) scale3d(1.00,1.00,1) rotateZ(0deg); 
}
 63.3333%{
 -webkit-transform: translate3d(18px,7px,0px) scale3d(1.00,1.00,1) rotateZ(0deg); 
}
 65%{
 -webkit-transform: translate3d(15px,7px,0px) scale3d(0.96,0.96,1) rotateZ(0deg); 
}
 66.66667%{
 -webkit-transform: translate3d(13px,7px,0px) scale3d(0.89,0.89,1) rotateZ(0deg); 
}
 68.3333%{
 -webkit-transform: translate3d(10px,9px,0px) scale3d(0.83,0.83,1) rotateZ(0deg); 
}
 70%{
 -webkit-transform: translate3d(8px,10px,0px) scale3d(0.76,0.76,1) rotateZ(0deg); 
}
 71.66667%{
 -webkit-transform: translate3d(7px,13px,0px) scale3d(0.70,0.70,1) rotateZ(0deg); 
}
 73.3333%{
 -webkit-transform: translate3d(6px,15px,0px) scale3d(0.63,0.63,1) rotateZ(0deg); 
}
 75%{
 -webkit-transform: translate3d(6px,18px,0px) scale3d(0.57,0.57,1) rotateZ(0deg); 
}
 76.66667%{
 -webkit-transform: translate3d(6px,20px,0px) scale3d(0.52,0.52,1) rotateZ(0deg); 
}
 78.3333%{
 -webkit-transform: translate3d(6px,24px,0px) scale3d(0.60,0.60,1) rotateZ(0deg); 
}
 80%{
 -webkit-transform: translate3d(7px,27px,0px) scale3d(0.69,0.69,1) rotateZ(0deg); 
}
 81.66667%{
 -webkit-transform: translate3d(9px,30px,0px) scale3d(0.78,0.78,1) rotateZ(0deg); 
}
 83.3333%{
 -webkit-transform: translate3d(11px,32px,0px) scale3d(0.86,0.86,1) rotateZ(0deg); 
}
 85%{
 -webkit-transform: translate3d(14px,33px,0px) scale3d(0.95,0.95,1) rotateZ(0deg); 
}
 86.66667%{
 -webkit-transform: translate3d(17px,33px,0px) scale3d(1.00,1.00,1) rotateZ(0deg); 
}
 88.3333%{
 -webkit-transform: translate3d(19px,33px,0px) scale3d(1.00,1.00,1) rotateZ(0deg); 
}
 90%{
 -webkit-transform: translate3d(22px,32px,0px) scale3d(1.00,1.00,1) rotateZ(0deg); 
}
 91.66667%{
 -webkit-transform: translate3d(24px,30px,0px) scale3d(1.00,1.00,1) rotateZ(0deg); 
}
 93.3333%{
 -webkit-transform: translate3d(25px,29px,0px) scale3d(1.00,1.00,1) rotateZ(0deg); 
}
 95%{
 -webkit-transform: translate3d(27px,27px,0px) scale3d(1.00,1.00,1) rotateZ(0deg); 
}
 96.66667%{
 -webkit-transform: translate3d(28px,24px,0px) scale3d(1.00,1.00,1) rotateZ(0deg); 
}
 98.3333%{
 -webkit-transform: translate3d(29px,22px,0px) scale3d(1.00,1.00,1) rotateZ(0deg); 
}
 to {
 -webkit-transform: translate3d(30px,20px,0px) scale3d(1.00,1.00,1) rotateZ(0deg); 
}

}
