/*html.active {
	height:100%;
	overflow:hidden;	
}*/
html {
	box-sizing: border-box;
	overflow-x: hidden;
}
body {
	font-family: WorkSans, Arial, sans-serif;
	font-size: 1em;
	color: #222;
	background:#F2F2F2;
}
body.home {
	background:#000;
}
body.error404 {
	background:#000;	
}
body.error404 header {
	background:none;
	position:relative;	
}
body.error404 #content {
	text-align: center;
    width: 100%;
    padding: 50px 0;
}
body.error404 header .logo {
	background:url('../images/logo-white.png');	
}
body.error404 #content .copy > * {
 	color:#F2F2F2;  
}
body.error404 #content .copy > h1 {
	margin:0;
}
body.error404 #content .copy > h1 span {
 	color:#ff3d3f;  
}

*, *:before, *:after {
	box-sizing: inherit;
}
.wrapper{
	padding:40px 60px;
	margin:0 auto;
	position:relative;
	max-width:1600px;
	overflow:visible;
}
#content .wrapper {
	padding:40px 130px;	
}
#content .wrapper.buffer {
	padding-top:200px;	
}
section img {
	max-width:100%;
	height:auto;
}
td img {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
}
.clear {
	clear:both !important;
}
.alignleft {
    float: left;
    margin: 0 20px 0 0;
}
.alignright {
    float: right;
    margin: 0 0 0 20px;
}
.aligncenter {
	display:block;
    float: none;
    margin: 0 auto 20px;
}
.buttonCTA, input[type="submit"]  {
	font-family: WorkSansBold, Arial, sans-serif;
    display: inline-block;
	background:#0072bc;
	font-weight:bold;
    font-size: 1.06em;
    border: 2px solid #0072bc;
    border-radius: 4px;
    color: #FFF;
    margin: 15px auto;
    padding: 14px 30px;
    text-align: center;
    text-decoration: none;
	min-width:180px;
}
.buttonCTA:hover, input[type="submit"]:hover {
    color: #FFF !important;
	background:#838386;
	border-color:#838386;
}
img.mobileImage {
	display:none;
	width:100%;	
}
/* --------- Typography ---------  */
@font-face {
  font-family: 'Flama';
  src: url('../fonts/Flama.otf');
}
@font-face {
  font-family: 'WorkSans';
  src: url('../fonts/WorkSans-Regular.ttf');
}
@font-face {
  font-family: 'WorkSansBold';
  src: url('../fonts/WorkSans-Bold.ttf');
}
b, strong {
	font-family: WorkSansBold, Arial, sans-serif;
    font-weight: bold;
}
h1{
	font-family: Flama, Arial, sans-serif;
	font-size: 5.125em;
	line-height: 95%;
	text-align: center;
	margin-bottom:40px;
}
.single h1 {
	text-transform:uppercase;	
}
h2{
	font-family: Flama, Arial, sans-serif;
	font-size: 3.125em;
	line-height: 95%;
	text-align: center;
	margin-bottom:40px;
}
h3{
	font-family: Flama, Arial, sans-serif;
	font-size: 2.5em;
	letter-spacing:0.015em;
	line-height: 95%;
	text-align: left;
	margin-bottom:30px;
}
h4{
	font-family: WorkSans, Arial, sans-serif;
	font-size: 1.875em;
	line-height: 95%;
	text-transform:uppercase;
	text-align: left;
	margin-bottom:20px;
}
p, td{
	font-size: 1.25em;
	letter-spacing:0.015em;
	line-height: 140%;
	margin-bottom:20px;
}
.copy p {
	text-align:center;	
}
sup {
    top: 10px;
    font-size: 60%;	
}
ul li, ol li{
	font-size: 1.25em;
	letter-spacing:0.015em;
	line-height: 140%;
}
#content ul li, #content ol li {
	list-style:inherit;
	list-style-position: inside;
	line-height: 140%;
}
a{
	color:#0072bc;
	-webkit-transition:all 300ms;
  	-moz-transition:all 300ms;
  	-o-transition:all 300ms;
	transition:all 300ms;
	text-decoration:none;
}
a:hover, a:active{
	text-decoration:none;
	color:#222;
}
blockquote {
	font-size:1.563em;	
}
blockquote p {
    display: inline;
}
blockquote + p {
    font-size: 1.125em;
    margin: 20px 0;
}
blockquote:before {
    content: open-quote;
    font-size: 1.5em;
    margin: 0 0 -10px -14px;
}
blockquote:after  {
    content: close-quote;
    font-size: 1.5em;
    margin: 0 -10px 0 2px;
}
::-webkit-input-placeholder{
	font-family: WorkSans, Arial, sans-serif;
	color:#838386;
}
:-moz-placeholder{
	font-family: WorkSans, Arial, sans-serif;
	color:#838386;
}
::-moz-placeholder{
	font-family: WorkSans, Arial, sans-serif;
	color:#838386;
}
input:-ms-input-placeholder{
	font-family: WorkSans, Arial, sans-serif;
	color:#838386;
}
placeholder{
	font-family: WorkSans, Arial, sans-serif;
	color:#838386;
}
select option {
	font-family: WorkSansBold, Arial, sans-serif;	
	font-weight:normal;
}
::-moz-selection {
    color: #FFF;
    background: #0072bc;
}
::selection {
    color: #FFF;
    background: #0072bc;
}
label {
	font-size: 1.75em;
	letter-spacing:0.015em;	
}
input, textarea, select {
	display:inline-block;
	background:rgba(131, 131, 134, 0.05);
	font-size: 1.75em;
	letter-spacing:0.015em;
	width:286px;
	height:60px;
	color:#222;
	padding:15px 20px;
	margin:10px 19px 10px 0px;
	border-radius:4px;
	border:1px solid rgba(131, 131, 134, 0.05);
	outline:none;
}
input[type="radio"] {
	width:auto;
	padding:0;
	border:none;
}
input[type="radio"]:checked {
	color:#222;
}
.contactSection {
    clear: both;
    padding: 300px 0 100px;
}
.contactSection form {
	padding:50px 0 0;	
}
.home .contactSection p, .home .contactSection input, .home .contactSection input[type="submit"], .home .contactSection label {
	color:#fff;	
}
.mainImage {
	padding:100px 0 0px;	
}
.mainImage .copy {
    color: #FFF;
    margin: -21% 0 0%;
    text-align: center;
	padding:0;
}
.mainImage .copy h2 {
    text-transform: uppercase;
    font-size: 5em;
    margin: 0;
}
.mainImage .copy p {
    font-size: 1.5em;
}
.home .workSection.text {
	padding:20px 0 0;
}
.workSection.text .workItem {
    margin-bottom: 60px;
}
.workSection.text h2 {
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    font-size: 5em;
	margin-bottom:10px;
}
.workSection.text p {
    text-align: center;
    color: #FFF;
    line-height: 150%;
    font-size: 1.39em;
}

.contactSection p {
    text-align: center;
    color: #222;
}
.contactSection input {
    width: 100%;
    max-width: 1000px;
	height:auto;
	font-size: 1.375em;
    display: inline-block;
    background: none;
    border: none;
    border-bottom: 2px solid #333;
    border-radius: 0;
	padding:10px 0 10px 14%;
}
.contactSection form > p > span {
	display:block;
	margin:0 auto;
	text-align:center;	
}
.contactSection label {
    display: inline-block;
	color:#222;
	font-size: 1.375em;
    margin: 21px -310px 0 0;
    width: 305px;
    text-align: left;
}
.contactSection .name input {
	padding-left:18%;
}
.contactSection .message input {
	padding-left:22%;
}
.contactSection .email input {
	padding-left:24.5%;
}
.contactSection input[type="submit"] {
	display:block;
	font-family:WorkSans, Arial, sans-serif;
	font-weight:normal;
	font-size: 1em;
	width:auto;
	margin:40px auto 0;
	padding:0;
	border:none;
	color:#333;
	min-width:130px;
	background:url('../images/icon-right-b.png') no-repeat center right;
	background-size:contain;
}
.contactSection input[type="submit"]:hover {
	color:#333 !important;
	opacity:0.7;
}

.right {
	float:right;
}
.left {
	float:left;
}
.center {
	margin:0 auto;
	text-align:center;
}
a.scrollDown {
    display: block;
    width: 50px;
    height: 50px;
    font-size: 3.125em;
    color: #FFF;
    z-index: 99988;
    bottom: 40px;
    position: absolute;
    left: 50%;
    margin-left: -25px;
}
a.scrollDown::before {
	border-style: solid;
	border-width: 0.05em 0.05em 0 0;
	content: '';
	display: block;
	height: 0.45em;
	left: 0.15em;
	position: relative;
	top: 0;
	transform: rotate(135deg);
	vertical-align: top;
	width: 0.45em;
}
.arrowLeft {
	display:inline-block;
	color:#222;
	height:28px;
	line-height:28px;
	padding-left:45px;
	padding-right:45px;
	margin:40px auto;
	background:url('../images/icon-left-b.png') no-repeat center left;
	background-size:contain;
}
.arrowRight {
	display:inline-block;
	color:#222;
	height:28px;
	line-height:28px;
	padding-left:45px;
	padding-right:45px;
	margin:40px auto;
	background:url('../images/icon-right-b.png') no-repeat center right;
	background-size:contain;
}
/*
.arrowLeft:before {
    content: '\276E';
    padding: 10px;
}
.arrowRight:after {
    content: '\276F';
    padding: 10px;
}
*/
.arrowLeft:hover {
	-moz-animation: shakeLeft 0.75s ease-in-out;
	-ms-animation: shakeLeft 0.75s ease-in-out;
	-webkit-animation: shakeLeft 0.75s ease-in-out;
	animation: shakeLeft 0.75s ease-in-out;
}
.arrowRight:hover, .contactSection input[type="submit"]:hover {
	-moz-animation: shakeRight 0.75s ease-in-out;
	-ms-animation: shakeRight 0.75s ease-in-out;
	-webkit-animation: shakeRight 0.75s ease-in-out;
	animation: shakeRight 0.75s ease-in-out;
}

.bottomLink {
	clear:both;
	text-align:center;
}
/* --------- END Typography --------- */

/* --------- HEADER --------- */

header {
/*    height: 180px;*/
	height: 1px;
    position: fixed;
    width: 100%;
    z-index: 999999;
/*	background: -moz-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(242,242,242,0) 100%); 
	background: -webkit-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(242,242,242,0) 100%); 
	background: linear-gradient(to bottom,  rgba(242,242,242,1) 0%,rgba(242,242,242,0) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#00f2f2f2',GradientType=0 ); 
*/
}
header .logo {
    display: block;
    position: relative;
	margin:40px 60px;
    float: left;
    text-indent: -9999px;
    width: 201px;
    height: 131px;
    background: url('../images/logo-grey.png') no-repeat center center;
    background-size: cover;
    z-index: 999998;
}
header .mobileWrap.active + .logo {
    background-image: url('../images/logo-white.png');
}
.mobileMenu {
    background: #F2F2F2;
    height: 36px;
    width: 36px;
    display: block;
    position: absolute;
    top: 60px;
    right: 60px;
    padding: 14px;
	z-index:999999;
    text-decoration: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.mobileMenu span {
    background: none repeat scroll 0 0 #000;
    display: block;
    height: 4px;
    margin: 0 0 12px;
    width: 100%;
}
.mobileMenu span.last {
    display: none;
    background: url('../images/close-btn.png') no-repeat center center;
    color: #FFF;
    font-size: 3.5em;
    height: 55px;
    width: 55px;
    position: relative;
    text-align: center;
	top:-12px;
	left:-22%;
}
.mobileMenu.active {
	background:none;	
}
.mobileMenu.active span {
	display:none;	
}
.mobileMenu.active span.last {
	display:block;	
}
.sideMobile {
	display:none;
    width: 100%;
	height:100%;
    background: rgba(0,0,0,0.9);
    position: fixed;
    left: 0;
	top:0;
    z-index: 999997;
}
.sideMobile.active {
	display:block;
}
.sideMobile ul {
	position: absolute;
	width: 100%;
    left: 50%;
    margin: 0 0 0 -50%;
    top: 50%;
}
.sideMobile ul.jobs li {
	display:none;		
}
.sideMobile li a {
	display:block;
	font-family: Flama, Arial, sans-serif;
    color: #FFF;
	font-size: 3.5em;
	letter-spacing:0.015em;
	line-height:100%;
	text-transform:uppercase;
	text-align: center;
}
.sideMobile li a:hover, li.current-menu-item a {
    color: #ff3d3f;
}
li.current-menu-item.contact a {
    color: #FFF;
}
li.current-menu-item.contact a:hover {
    color: #ff3d3f;
}


/**** FULL VIDEO *****/

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.sliderWrapper iframe, .videoSlider iframe {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.fluid-width-video-wrapper {
	padding-top:0% !important;
	padding-bottom:56.5% !important	
}
.videoWrapper .info {
    display: none;
    height: 100%;
    width: 100%;
    background: #000;
    text-align: center;
    top: 0;
    position: absolute;
}
.videoWrapper .info h1 {
    color: #FFF;
    width: 1000px;
    margin: 0 0 0 -500px;
    position: absolute;
    top: 55%;
    left: 50%;
}
.videoWrapper .infoTop {
    height: 0;
    width: 100%;
    text-align: center;
    top: 50%;
    position: absolute;
}
.videoWrapper .infoTop h1 {
    width: 1000px;
    margin: -35px 0 0 -500px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #FFF;
}

.heroWrapper img, .sliderWrapper img {
    width: 100%;
}
.sliderWrapper, .videoSlider {
	opacity:0;
	height:100%;
	width:100%;
	list-style:none;	
}
.copy {
	padding:100px 13% 50px;	
}
.halfSection {
    width: 100%;
}
.halfSection .halfItem {
    display:table-cell;
    width: 50%;
    padding: 5%;
    vertical-align: middle;
}
.fullSection {
	clear:both;	
	padding:100px 0;
}
.imageList {
	list-style:none;
	overflow:auto;
	padding:100px 0;	
}
.imageList li {
	position:relative;
    background-size: cover;
    width: 30%;
    float: left;
    margin: 1.5%;
}
.imageList li:nth-child(3n+1) {
	clear:both;
}

.workSection {
	overflow:auto;
	padding:20px 0;	
}
.home .workSection {
	padding:0 0 20px;	
}
.blog .workSection, .category .workSection {
	padding:200px 0 100px;	
}
.workItem {
	position:relative;
    background-size: cover;
    width: 30%;
    float: left;
    margin: 1.5%;
}
.workItem .inner {
    position: relative;
    width: 100%;
    padding-bottom: 51.5%;
    overflow: hidden;
}
.workItem .front {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.workItem .frame {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: 1;
	zoom:1;
    filter: alpha(opacity=100);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.workItem:hover .frame {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility:hidden;
	backface-visibility:hidden;
}
.workItem .copy {
    display:block;
	opacity:0;
	height:100%;
	width:100%;
	padding:20px;
}
.workItem:hover .copy, .workItem .copy.show{
	opacity:1;	
}
.workItem .copy:before {
    content: "";
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    transform: translateX(-100%);
    opacity: 0;
    filter: alpha(opacity=0);
    zoom: 1;
    position: absolute;
    left: -1%;
    top: -1%;
    width: 102%;
    height: 102%;
	background-color:rgba(254,54,59,0.8);
}
.workItem:hover .copy:before, .workItem .copy.show:before {
    transform: translateX(0%);
    opacity: 1;
    filter: alpha(opacity=100);
}
.workItem .copy.show:before {
	background-color:#191919;
}
.workItem:nth-child(3n+1) {
    clear: both;
}
.workItem h3 {
	color:#FFF;
	font-size:2.25em;
    text-transform: uppercase;
    position: absolute;
    bottom: 20px;
    left: 20px;
	margin:0 20px 0 0;
	line-height:85%;
	letter-spacing:0.03em;
}
.workItem .tag {
	color:#FFF;
	font-size:1em;
	letter-spacing:normal;
	position:relative;
}	

.logoWrap {
	background:#222;
}
.logoWrap h2 {
    color: #FFF;
    width: 75%;
    margin: 0px auto 50px;
    font-size: 100px;
}
.logos ul {
	overflow:auto;
	list-style:none;
}
.logos ul li {
	list-style:none;
	float:left;
	width:30%;
	margin:50px 1.5%;
}
.cta .logos ul li, .logoWrap .logos ul li {
	width:13.5%;
	margin:1.5%;
}
.logos ul li img {
	display:block;
	max-width:100%;
	margin:0 auto;
}
.logos ul li:nth-child(3n+1) {
    clear: both;
}
.cta .logos ul li:nth-child(3n+1), .logoWrap .logos ul li:nth-child(3n+1)  {
    clear:inherit;
}
.cta .logos ul li:nth-child(6n+1), .logoWrap .logos ul li:nth-child(6n+1) {
    clear: both;
}
.ctaBtn {
	margin:50px auto;
	text-align:center
}
.logoWrap .content {
	margin:50px auto 10px;
	text-align:center
}
.ctaBtn a, .logoWrap .btn {
    padding: 12px 40px;
    background: none;
    color: #ff3d3f;
    font-weight: bold;
    border: 3px solid #ff3d3f;
    border-radius: 24px;
	display:inline-block;
}
.ctaBtn a:hover, .logoWrap .btn:hover {
    color: #FFF;
    background: #000;
	border-color:#000;
}

.widgettitle {
	display:none;	
}
.catFilter {
	display:none;
    padding: 90px;
}
.blog .catFilter, .category .catFilter {
	display:block;	
}
.catFilter select#cat {
	font-family:WorkSans, Arial, sans-serif;
    background: none;
    border: none;
    padding: 0 10px;
    margin: 0;
    width: auto;
    height: auto;
    text-decoration: underline;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

/**** Slider ****/

.bottomSlider {
	opacity:0;
	margin:100px auto;	
}
.bottomSlider ul {
    list-style: none;
}
.bx-wrapper {
    position: relative;
}
.bx-controls-direction a {
	color:#FFF;
	font-size:1.5em;
    top: 50%;
    position: absolute;
    width: 40px;
    height: 40px;
    display: block;
    z-index: 100;
	margin-top:-40px;
}
.bx-prev {
	left:10px;	
	background:url('../images/icon-left.png') no-repeat center center;
	background-size:contain;
}
.bx-next {
	right:19px;	
	background:url('../images/icon-right.png') no-repeat center center;
	background-size:contain;
}
.videoSlider .bx-prev {
	left:-45px;	
	background:url('../images/icon-left-grey.png') no-repeat center center;
	background-size:contain;
}
.videoSlider .bx-next {
	right:-45px;	
	background:url('../images/icon-right-grey.png') no-repeat center center;
	background-size:contain;
}


.bx-controls.bx-has-pager {
    text-align: center;
    margin: 10px auto 8px;
}
.bx-wrapper .bx-pager.bx-default-pager .bx-pager-item {
    display: inline-block;
    margin: 5px 2px;
	position:relative;
	z-index:888899;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    display: block;
    background: rgba(133,133,133,1);
    position: relative;
    z-index: 888899;
    text-indent: -9999px;
    outline: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 1px 0 0;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: rgba(25,25,25,1);
    width: 10px;
    height: 10px;
    margin: 0;
}


/**** PopUp  ****/

a.popupVideo::after {
    content: '';
    display: block;
	border: 0;
	background: transparent;
	box-sizing: border-box;
	width: 0;
	height: 74px;
	border-color: transparent transparent transparent rgba(256,256,256,0.7);
	transition: 100ms all ease;
	border-style: solid;
	border-width: 37px 0 37px 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -40px 0 0 -30px;
}
a.popupVideo:hover::after {
    height: 37px;
    border-width: 18px 0 18px 30px;
    margin: -30px 0 0 -16px;
}

.mfp-wrap {
	background:rgba(0,0,0,0.8);
	z-index:9999999999;
}
.mfp-iframe-holder .mfp-close {
    top: -50px;
    font-size: 5em;
    right: -15px;
}
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}



/**** FOOTER ****/

footer {
	background:#222;
	clear:both;	
}
footer .wrapper {
	padding:60px 130px;	
}
footer .info p {
	font-size:1em;
	letter-spacing:normal;
	color:#FFF;	
}
footer ul.social {
    padding: 20px 0;
}

.social li {
	display: inline-block;
    width: 56px;
    height: 56px;
	margin:15px 15px 0 0;
    text-indent: -9999px;
}
.social li:hover {
    opacity: 0.7;
}
.social li a {
	display: block;
    width: 56px;
    height: 56px;
}
.social .instagram {
    background: url(../images/icon-instagram.png) no-repeat center center;
}
.social .linkedin {
    background: url(../images/icon-linkedin.png) no-repeat center center;
}
.social .twitter {
    background: url(../images/icon-twitter.png) no-repeat center center;
}
.social .vimeo {
    background: url(../images/icon-vimeo.png) no-repeat center center;
}

div.wpcf7-response-output {
    margin: 0 auto !important;
    padding: 1em !important;
    text-align: center !important;
    width: 80% !important;
}
div.wpcf7-validation-errors {
    border: 2px solid red !important;
}
span.wpcf7-not-valid-tip {
    font-size: 0.5em !important;
}

.acf-map {
	opacity:0;
	width: 100%;
	height: 500px;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}


@keyframes shakeLeft {
  0% {
	-webkit-transform: translateX(0);
  }
  20% {
	-webkit-transform: translateX(-20px);
  }
  40% {
	-webkit-transform: translateX(10px);
  }
  60% {
	-webkit-transform: translateX(-5px);
  }
  80% {
	-webkit-transform: translateX(5px);
  }
  100% {
	-webkit-transform: translateX(0);
  }
}
@-moz-keyframes shakeLeft {
  0% {
	-webkit-transform: translateX(0);
  }
  20% {
	-webkit-transform: translateX(-20px);
  }
  40% {
	-webkit-transform: translateX(10px);
  }
  60% {
	-webkit-transform: translateX(-5px);
  }
  80% {
	-webkit-transform: translateX(5px);
  }
  100% {
	-webkit-transform: translateX(0);
  }
}
@-webkit-keyframes shakeLeft {
  0% {
	-webkit-transform: translateX(0);
  }
  20% {
	-webkit-transform: translateX(-20px);
  }
  40% {
	-webkit-transform: translateX(10px);
  }
  60% {
	-webkit-transform: translateX(-5px);
  }
  80% {
	-webkit-transform: translateX(5px);
  }
  100% {
	-webkit-transform: translateX(0);
  }
}
@-ms-keyframes shakeLeft {
  0% {
	-webkit-transform: translateX(0);
  }
  20% {
	-webkit-transform: translateX(-20px);
  }
  40% {
	-webkit-transform: translateX(10px);
  }
  60% {
	-webkit-transform: translateX(-5px);
  }
  80% {
	-webkit-transform: translateX(5px);
  }
  100% {
	-webkit-transform: translateX(0);
  }
}
@keyframes shakeRight {
  0% {
	-webkit-transform: translateX(0);
  }
  20% {
	-webkit-transform: translateX(20px);
  }
  40% {
	-webkit-transform: translateX(-10px);
  }
  60% {
	-webkit-transform: translateX(5px);
  }
  80% {
	-webkit-transform: translateX(-5px);
  }
  100% {
	-webkit-transform: translateX(0);
  }
}
@-moz-keyframes shakeRight {
  0% {
	-webkit-transform: translateX(0);
  }
  20% {
	-webkit-transform: translateX(20px);
  }
  40% {
	-webkit-transform: translateX(-10px);
  }
  60% {
	-webkit-transform: translateX(5px);
  }
  80% {
	-webkit-transform: translateX(-5px);
  }
  100% {
	-webkit-transform: translateX(0);
  }
}
@-webkit-keyframes shakeRight {
  0% {
	-webkit-transform: translateX(0);
  }
  20% {
	-webkit-transform: translateX(20px);
  }
  40% {
	-webkit-transform: translateX(-10px);
  }
  60% {
	-webkit-transform: translateX(5px);
  }
  80% {
	-webkit-transform: translateX(-5px);
  }
  100% {
	-webkit-transform: translateX(0);
  }
}
@-ms-keyframes shakeRight {
  0% {
	-webkit-transform: translateX(0);
  }
  20% {
	-webkit-transform: translateX(20px);
  }
  40% {
	-webkit-transform: translateX(-10px);
  }
  60% {
	-webkit-transform: translateX(5px);
  }
  80% {
	-webkit-transform: translateX(-5px);
  }
  100% {
	-webkit-transform: translateX(0);
  }
}


