/* DEFINING NORMAL FONT-NAMES INSTEAD OF WEIGHTS */
/* DEFINING FONTS  */
/* Widths */
/* ==================================
BREAKPOINT MIXINS
================================== */
body.test:after {
  background: red;
  color: #fff;
  content: "undefined";
  left: 0;
  -webkit-opacity: 80;
  -moz-opacity: 80;
  opacity: 80;
  padding: .5em 1em;
  position: fixed!important;
  text-align: center;
  top: 0;
  z-index: 99999;
}
@media only screen and (max-width: 529px) {
  body.test:after {
    background: yellow;
    content: "mobile";
  }
}
@media only screen and (min-width: 581px) and (max-width: 800px) and (orientation : portrait) {
  body.test:after {
    background: orange;
    content: "tablet-portrait";
  }
}
@media only screen and (min-width: 801px) and (max-width: 949px) {
  body.test:after {
    background: red;
    content: "tablet";
  }
}
@media only screen and (min-width: 950px) and (max-width: 1128px) {
  body.test:after {
    background: purple;
    content: "desktop";
  }
}
@media only screen and (min-width: 1129px) {
  body.test:after {
    background: blue;
    content: "desktop-xl";
  }
}
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
  position: relative;
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
}
.carousel li {
  margin-right: 5px;
}
/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav .flex-next {
  background-position: 100% 0;
  right: -36px;
}
.flex-direction-nav .flex-prev {
  left: -36px;
}
.flexslider:hover .flex-next {
  opacity: 0.8;
  right: 5px;
}
.flexslider:hover .flex-prev {
  opacity: 0.8;
  left: 5px;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: .3!important;
  filter: alpha(opacity=30);
  cursor: default;
}
/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0;
  }
}
/* old slider */
.slider-bg-image {
  width: 100%;
  height: 800px;
  display: block;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center!important;
}
.flex-control-paging li a {
  width: 11px;
  height: 12px;
  cursor: pointer;
  display: block;
  text-indent: -9999px;
}
.homepage .flexslider li,
.homepage .flexslider,
.about .flexslider li,
.about .flexslider {
  background: #fff;
}
.flex-direction-nav {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 99;
}
.flex-control-nav {
  position: absolute;
  z-index: 9999;
}
.about .flex-control-nav {
  display: none;
}
.flexslider-wrapper {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
.flex-next:before {
  content: "\f054";
}
.flex-prev:before {
  content: "\f053";
}
.macbook-slider .flexslider {
  text-align: center;
  top: -17px;
}
.macbook-slider .flexslider .flex-direction-nav li {
  width: 20%!important;
}
.macbook-slider .flexslider .flex-control-paging {
  display: none!important;
}
.iphone-slideshow .flex-direction-nav {
  display: block!important;
  font-size: 0px;
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -25px;
  margin-bottom: 0!important;
}
.iphone-slideshow .flex-direction-nav .flex-next,
.iphone-slideshow .flex-direction-nav .flex-prev {
  width: 35px;
  height: 52px;
  display: inline-block;
  color: #a4cccb;
}
.iphone-slideshow .flex-control-paging {
  display: none!important;
}
.macbook-slider .flex-direction-nav,
.officeslider .flex-direction-nav {
  display: block!important;
  font-size: 0px;
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -25px;
  margin-bottom: 0!important;
}
.flex-direction-nav .flex-next,
.flex-direction-nav .flex-prev {
  width: 35px;
  height: 52px;
  display: inline-block;
}
.officeslider .flex-next:before,
.officeslider .flex-prev:before {
  color: rgba(255, 255, 255, 0.8);
}
.flex-next:before,
.flex-prev:before {
  font-family: 'Yummygum-website-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 50px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.officeslider .flex-direction-nav li {
  width: 50px;
  float: left;
  margin-left: 20px;
}
.officeslider .flex-direction-nav li:last-child {
  float: right;
  margin-right: 40px;
}
.whatsapp .flexslider img {
  max-width: 390px!important;
  max-height: 686px!important;
}
.tally .flex-next:before,
.tally .flex-prev:before {
  color: #afc4e0;
}
.buddybroker .flex-next:before,
.buddybroker .flex-prev:before {
  color: #ed8658;
}
.thislife .flex-next:before,
.thislife .flex-prev:before {
  color: #fb975f;
}
/* ==================================
=WORK
================================== */
.logo .light {
  color: rgba(255, 255, 255, 0.9);
}
a.dark {
  background: rgba(0, 0, 0, 0.05) !important;
  border: 2px solid rgba(0, 0, 0, 0.1) !important;
}
a.dark:hover {
  background: rgba(0, 0, 0, 0.1) !important;
}
nav.light a,
nav.light a:visited {
  color: rgba(255, 255, 255, 0.8) !important;
}
nav.dark a,
nav.dark a:visited {
  color: #484a53 !important;
}
#fullbleed {
  position: relative;
  height: 100%;
  width: auto;
}
#fullbleed h1 {
  font: 300 40px/48px 'Whitney A', 'Whitney B', "Helvetica", "Arial", sans-serif;
  text-align: center;
  opacity: 0;
  -webkit-animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 1.5s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: fadeInUp;
  -moz-animation-duration: 1s;
  -moz-animation-iteration-count: 1;
  -moz-animation-delay: 1.5s;
  -moz-animation-fill-mode: forwards;
  -o-animation-name: fadeInUp;
  -o-animation-duration: 1s;
  -o-animation-iteration-count: 1;
  -o-animation-delay: 1.5s;
  -o-animation-fill-mode: forwards;
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
  padding-top: 130px;
}
#fullbleed .dark {
  color: rgba(0, 0, 0, 0.6) !important;
  text-shadow: 0 1px 20px #ffffff !important;
}
#fullbleed .light {
  color: rgba(255, 255, 255, 0.9) !important;
  text-shadow: 0 1px 20px rgba(42, 80, 128, 0.8) !important;
}
#fullbleed-flo span,
#fullbleed-whatsapp span,
#fullbleed-tally span,
#fullbleed-thislife span,
#fullbleed-pushh span {
  width: 100%;
  height: 100%;
  position: absolute;
  color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  z-index: 0;
  opacity: 0;
  -webkit-animation-name: fadeIn;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 0.8s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: fadeIn;
  -moz-animation-duration: 1.5s;
  -moz-animation-iteration-count: 1;
  -moz-animation-delay: 0.8s;
  -moz-animation-fill-mode: forwards;
  -o-animation-name: fadeIn;
  -o-animation-duration: 1.5s;
  -o-animation-iteration-count: 1;
  -o-animation-delay: 0.8s;
  -o-animation-fill-mode: forwards;
  animation-name: fadeIn;
  animation-duration: 1.5s;
  animation-iteration-count: 1;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
  background-image: url("http://yummygum.s3.amazonaws.com/yg-site-2014/img/home/home-featured-pushh.jpg");
}
@media only screen and (max-width: 529px) {
  #fullbleed-tally span {
    background-image: url("http://yummygum.s3.amazonaws.com/yg-site-2014/img/home/home-featured-tally-iphone-portrait.jpg") !important;
  }
}
#fullbleed-pushh span {
  background-image: url("http://yummygum.s3.amazonaws.com/yg-site-2014/img/home/home-featured-pushh.jpg");
}
@media only screen and (max-width: 529px) {
  #fullbleed-pushh span {
    background-image: url("http://yummygum.s3.amazonaws.com/yg-site-2014/img/home/home-featured-pushh-iphone-portrait.jpg") !important;
  }
}
#fullbleed-whatsapp span {
  background-image: url("http://yummygum.s3.amazonaws.com/yg-site-2014/img/home/home-featured-whatsapp.jpg");
}
@media only screen and (max-width: 529px) {
  #fullbleed-whatsapp span {
    background-image: url("http://yummygum.s3.amazonaws.com/yg-site-2014/img/home/home-featured-whatsapp-iphone-portrait.jpg") !important;
  }
}
#fullbleed-flo span {
  background-image: url("http://yummygum.s3.amazonaws.com/yg-site-2014/img/home/home-featured-flo.jpg");
}
@media only screen and (max-width: 529px) {
  #fullbleed-flo span {
    background-image: url("http://yummygum.s3.amazonaws.com/yg-site-2014/img/home/home-featured-flo-iphone-portrait.jpg") !important;
  }
}
#fullbleed-thislife span {
  background-image: url("http://yummygum.s3.amazonaws.com/yg-site-2014/img/home/home-featured-thislife.jpg");
}
@media only screen and (max-width: 529px) {
  #fullbleed-thislife span {
    background-image: url("http://yummygum.s3.amazonaws.com/yg-site-2014/img/home/home-featured-thislife-iphone-portrait.jpg") !important;
  }
}
#chevron-light,
#chevron-dark {
  bottom: -70px;
  left: 50%;
  font-size: 40px;
  margin-left: -20px;
  color: rgba(255, 255, 255, 0.8);
  position: absolute;
  z-index: 5;
  -webkit-animation: bouncybounce 3000ms linear infinite;
  -moz-animation: bouncybounce 3000ms linear infinite;
  animation: bouncybounce 3000ms linear infinite;
  -webkit-transition: all linear 400ms;
  -moz-transition: all linear 400ms;
  -ms-transition: all linear 400ms;
  -o-transition: all linear 400ms;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  -ms-transition: 400ms;
  transition: 400ms;
}
#chevron-light:hover,
#chevron-dark:hover {
  cursor: pointer !important;
  color: rgba(255, 255, 255, 0.95);
}
#chevron-dark {
  color: rgba(0, 0, 0, 0.8);
}
#chevron-dark:hover {
  color: rgba(0, 0, 0, 0.95);
}
@-webkit-keyframes bouncybounce {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -100, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -100, 0, 1);
  }
  5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -83.0449, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -83.0449, 0, 1);
  }
  10% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -71.98371, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -71.98371, 0, 1);
  }
  15% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -72.37782, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -72.37782, 0, 1);
  }
  20% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -79.11335, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -79.11335, 0, 1);
  }
  25% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -86.82407, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -86.82407, 0, 1);
  }
  30% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -92.77534, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -92.77534, 0, 1);
  }
  35% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -96.4376, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -96.4376, 0, 1);
  }
  40% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -98.33033, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -98.33033, 0, 1);
  }
  45% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -99.17494, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -99.17494, 0, 1);
  }
  50% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -99.5182, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -99.5182, 0, 1);
  }
  55% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -99.6679, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -99.6679, 0, 1);
  }
  60% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -99.75751, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -99.75751, 0, 1);
  }
  65% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -99.8283, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -99.8283, 0, 1);
  }
  70% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -99.88616, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -99.88616, 0, 1);
  }
  75% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -99.9296, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -99.9296, 0, 1);
  }
  80% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -99.95892, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -99.95892, 0, 1);
  }
  90% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -99.98703, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -99.98703, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -100, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -100, 0, 1);
  }
}
@keyframes bouncybounce {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -100, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -100, 0, 1);
  }
  5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -83.0449, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -83.0449, 0, 1);
  }
  10% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -71.98371, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -71.98371, 0, 1);
  }
  15% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -72.37782, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -72.37782, 0, 1);
  }
  20% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -79.11335, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -79.11335, 0, 1);
  }
  25% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -86.82407, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -86.82407, 0, 1);
  }
  30% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -92.77534, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -92.77534, 0, 1);
  }
  35% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -96.4376, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -96.4376, 0, 1);
  }
  40% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -98.33033, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -98.33033, 0, 1);
  }
  45% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -99.17494, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -99.17494, 0, 1);
  }
  50% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -99.5182, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -99.5182, 0, 1);
  }
  55% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -99.6679, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -99.6679, 0, 1);
  }
  60% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -99.75751, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -99.75751, 0, 1);
  }
  65% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -99.8283, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -99.8283, 0, 1);
  }
  70% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -99.88616, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -99.88616, 0, 1);
  }
  75% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -99.9296, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -99.9296, 0, 1);
  }
  80% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -99.95892, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -99.95892, 0, 1);
  }
  90% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -99.98703, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -99.98703, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -100, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -100, 0, 1);
  }
}
#work-page {
  opacity: 0;
  -webkit-animation-name: fadeIn;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: fadeIn;
  -moz-animation-duration: 0.5s;
  -moz-animation-iteration-count: 1;
  -moz-animation-delay: 1s;
  -moz-animation-fill-mode: forwards;
  -o-animation-name: fadeIn;
  -o-animation-duration: 0.5s;
  -o-animation-iteration-count: 1;
  -o-animation-delay: 1s;
  -o-animation-fill-mode: forwards;
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
.work {
  background-size: 300px!important;
  background-repeat: repeat-x !important;
  background-color: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#f5f8fe));
  background: -webkit-linear-gradient(bottom, #ffffff, #f5f8fe);
  background: -moz-linear-gradient(bottom, #ffffff, #f5f8fe);
  background: -ms-linear-gradient(bottom, #ffffff, #f5f8fe);
  background: -o-linear-gradient(bottom, #ffffff, #f5f8fe);
  padding-top: 120px;
}
/* ==================================
	=WORK TILES
	================================== */
.work li,
#work-cases-thumbs li,
.work li a,
#work-cases-thumbs li a,
.work li a:visited,
#work-cases-thumbs li a:visited,
.work li a div,
#work-cases-thumbs li a div,
.work li a:visited div,
#work-cases-thumbs li a:visited div,
.work li a div img,
#work-cases-thumbs li a div img,
.work li a:visited div img,
#work-cases-thumbs li a:visited div img,
.work li a div .overlay,
#work-cases-thumbs li a div .overlay,
.work li a:visited div .overlay,
#work-cases-thumbs li a:visited div .overlay {
  width: 300px;
  height: 300px;
}
.work li,
#work-cases-thumbs li,
.work li a,
#work-cases-thumbs li a,
.work li a:active,
#work-cases-thumbs li a:active,
.work li a div,
#work-cases-thumbs li a div,
.work li a:active div,
#work-cases-thumbs li a:active div {
  overflow: hidden;
}
.work li,
#work-cases-thumbs li {
  background: #fff;
  list-style: none;
  float: left;
  margin: 0px 30px 30px 0;
}
.work li a,
#work-cases-thumbs li a,
.work li a:visited,
#work-cases-thumbs li a:visited {
  display: block;
}
.work li a div,
#work-cases-thumbs li a div,
.work li a:visited div,
#work-cases-thumbs li a:visited div {
  position: relative;
}
.work li a div img,
#work-cases-thumbs li a div img,
.work li a:visited div img,
#work-cases-thumbs li a:visited div img {
  display: inline-block;
  position: absolute;
  z-index: 2;
  opacity: 1;
  -webkit-transition: all linear 450ms;
  -moz-transition: all linear 450ms;
  -ms-transition: all linear 450ms;
  -o-transition: all linear 450ms;
  -webkit-transition: 450ms;
  -moz-transition: 450ms;
  -o-transition: 450ms;
  -ms-transition: 450ms;
  transition: 450ms;
}
.work li a div .overlay,
#work-cases-thumbs li a div .overlay,
.work li a:visited div .overlay,
#work-cases-thumbs li a:visited div .overlay {
  display: inline-block;
  background: rgba(42, 80, 128, 0.85);
  z-index: 3;
  opacity: 0;
  -webkit-transition: all linear 250ms;
  -moz-transition: all linear 250ms;
  -ms-transition: all linear 250ms;
  -o-transition: all linear 250ms;
  -webkit-transition: 250ms;
  -moz-transition: 250ms;
  -o-transition: 250ms;
  -ms-transition: 250ms;
  transition: 250ms;
  text-align: center;
  color: #fff;
  font: 500 30px/20px 'Whitney A', 'Whitney B', "Helvetica", "Arial", sans-serif;
  text-shadow: 0 1px 6px rgba(42, 80, 128, 0.8);
}
.work li a div .overlay span,
#work-cases-thumbs li a div .overlay span,
.work li a:visited div .overlay span,
#work-cases-thumbs li a:visited div .overlay span {
  color: #f0f4f7 !important;
}
.work li a div .overlay .overlay-text,
#work-cases-thumbs li a div .overlay .overlay-text,
.work li a:visited div .overlay .overlay-text,
#work-cases-thumbs li a:visited div .overlay .overlay-text {
  padding-top: 138px;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  -webkit-transition: 150ms;
  -moz-transition: 150ms;
  -o-transition: 150ms;
  -ms-transition: 150ms;
  transition: 150ms;
}
.work li a div .overlay .overlay-text span,
#work-cases-thumbs li a div .overlay .overlay-text span,
.work li a:visited div .overlay .overlay-text span,
#work-cases-thumbs li a:visited div .overlay .overlay-text span {
  line-height: 30px;
  -webkit-transition: all linear 250ms;
  -moz-transition: all linear 250ms;
  -ms-transition: all linear 250ms;
  -o-transition: all linear 250ms;
  -webkit-transition: 250ms;
  -moz-transition: 250ms;
  -o-transition: 250ms;
  -ms-transition: 250ms;
  transition: 250ms;
}
.work li a div .overlay .overlay-text .description,
#work-cases-thumbs li a div .overlay .overlay-text .description,
.work li a:visited div .overlay .overlay-text .description,
#work-cases-thumbs li a:visited div .overlay .overlay-text .description {
  font-size: 18px;
  opacity: .6;
}
.work li a div:hover .overlay,
#work-cases-thumbs li a div:hover .overlay,
.work li a:visited div:hover .overlay,
#work-cases-thumbs li a:visited div:hover .overlay {
  opacity: 1 !important;
}
.work li a div:hover .overlay .overlay-text,
#work-cases-thumbs li a div:hover .overlay .overlay-text,
.work li a:visited div:hover .overlay .overlay-text,
#work-cases-thumbs li a:visited div:hover .overlay .overlay-text {
  padding-top: 130px;
}
.work li a div:hover img,
#work-cases-thumbs li a div:hover img,
.work li a:visited div:hover img,
#work-cases-thumbs li a:visited div:hover img {
  -webkit-transform: scale(1.1);
}
.work li:nth-child(3n+3),
#work-cases-thumbs li:nth-child(3n+3) {
  margin-right: 0;
}
#work-cases {
  padding: 50px 0 60px 0;
  background-size: 300px!important;
  background-repeat: repeat-x !important;
  background-color: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#f5f8fe));
  background: -webkit-linear-gradient(bottom, #ffffff, #f5f8fe);
  background: -moz-linear-gradient(bottom, #ffffff, #f5f8fe);
  background: -ms-linear-gradient(bottom, #ffffff, #f5f8fe);
  background: -o-linear-gradient(bottom, #ffffff, #f5f8fe);
  background-color: #fff;
}
#work-cases h3 {
  margin-bottom: 70px;
}
#work-cases-thumbs li,
#work-cases-thumbs li a,
#work-cases-thumbs li a:visited,
#work-cases-thumbs li a div,
#work-cases-thumbs li a:visited div,
#work-cases-thumbs li a div img,
#work-cases-thumbs li a:visited div img,
#work-cases-thumbs li a div .overlay,
#work-cases-thumbs li a:visited div .overlay {
  width: 180px;
  height: 180px;
}
#work-cases-thumbs li {
  margin-right: 16px;
}
#work-cases-thumbs li a div .overlay,
#work-cases-thumbs li a:visited div .overlay {
  line-height: 150px;
  font-size: 20px;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  -webkit-transition: 150ms;
  -moz-transition: 150ms;
  -o-transition: 150ms;
  -ms-transition: 150ms;
  transition: 150ms;
}
#work-cases-thumbs li a div .overlay .overlay-text,
#work-cases-thumbs li a:visited div .overlay .overlay-text {
  padding-top: 10px;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  -webkit-transition: 150ms;
  -moz-transition: 150ms;
  -o-transition: 150ms;
  -ms-transition: 150ms;
  transition: 150ms;
}
#work-cases-thumbs li a div:hover .overlay .overlay-text,
#work-cases-thumbs li a:visited div:hover .overlay .overlay-text {
  padding-top: 5px;
}
#work-cases-thumbs li:nth-child(3n+3) {
  margin-right: 12px;
}
#work-cases-thumbs li:last-child {
  margin-right: 0;
}
/* ==================================
	=DRIBBBLE
	================================== */
#dribbble {
  width: 100%;
  margin-top: 80px;
  background-size: 300px!important;
  background-repeat: repeat-x !important;
  background-color: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#f5f8fe));
  background: -webkit-linear-gradient(bottom, #ffffff, #f5f8fe);
  background: -moz-linear-gradient(bottom, #ffffff, #f5f8fe);
  background: -ms-linear-gradient(bottom, #ffffff, #f5f8fe);
  background: -o-linear-gradient(bottom, #ffffff, #f5f8fe);
}
#dribbble-header {
  padding-top: 50px !important;
  background: none;
}
#dribbble-header h2 {
  margin-bottom: 50px;
}
#dribbble-link {
  -webkit-transition: all linear 300ms;
  -moz-transition: all linear 300ms;
  -ms-transition: all linear 300ms;
  -o-transition: all linear 300ms;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  -ms-transition: 300ms;
  transition: 300ms;
}
#dribbble-link span {
  font-size: 28px;
}
#dribbble-link:hover {
  color: #ea4c89;
}
#shotsByPlayerId .dribbble-shot,
#shotsByPlayerId a,
#shotsByPlayerId a .overlay {
  width: 217px;
  height: 217px;
  box-sizing: border-box;
}
#shotsByPlayerId .dribbble-shot {
  display: inline-block;
  float: left;
  margin: 0 30px 20px 0;
  background-clip: padding-box;
  padding: 0px;
  overflow: hidden;
}
#shotsByPlayerId .dribbble-shot:nth-child(4) {
  margin-right: 0;
}
#shotsByPlayerId .dribbble-shot:nth-child(8) {
  margin-right: 0;
}
#shotsByPlayerId a {
  position: relative;
  display: block;
  background-size: auto 216px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  overflow: hidden;
}
#shotsByPlayerId a .overlay {
  content: '';
  color: #fff;
  font: 500 20px/14px 'Whitney A', 'Whitney B', "Helvetica", "Arial", sans-serif;
  text-shadow: 0 1px 6px rgba(42, 80, 128, 0.8);
  background: rgba(42, 80, 128, 0.9);
  text-align: center;
  padding: 72px 12px 0;
  position: absolute;
  z-index: 8888;
  margin: 0;
  opacity: 0;
  -webkit-transition: all linear 250ms;
  -moz-transition: all linear 250ms;
  -ms-transition: all linear 250ms;
  -o-transition: all linear 250ms;
  -webkit-transition: 250ms;
  -moz-transition: 250ms;
  -o-transition: 250ms;
  -ms-transition: 250ms;
  transition: 250ms;
  line-height: 40px;
}
#shotsByPlayerId a .overlay span {
  font-size: 17px;
  line-height: 30px;
  -webkit-transition: all linear 250ms;
  -moz-transition: all linear 250ms;
  -ms-transition: all linear 250ms;
  -o-transition: all linear 250ms;
  -webkit-transition: 250ms;
  -moz-transition: 250ms;
  -o-transition: 250ms;
  -ms-transition: 250ms;
  transition: 250ms;
}
#shotsByPlayerId a .overlay span span {
  font-size: 16px;
  padding-top: 10px;
}
#shotsByPlayerId a .overlay #dribbble-shot-dribbble-icon {
  opacity: .5;
  border: 2px solid rgba(255, 255, 255, 0.5);
  padding: 4px;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  display: inline-block;
  margin-top: 20px;
  font-size: 14px;
}
#shotsByPlayerId a .overlay #dribbble-shot-dribbble-icon span {
  font-size: 12px;
  margin-right: 5px;
}
#shotsByPlayerId a .overlay #dribbble-shot-dribbble-icon:hover {
  border: 2px solid rgba(255, 255, 255, 0.5);
  opacity: 1;
}
#shotsByPlayerId a:hover .overlay {
  opacity: 1;
  line-height: 28px;
}
#shotsByPlayerId a:hover .overlay span {
  line-height: 15px;
}
/* ==================================
= TESTIMONIAL
================================== */
.testimonial {
  background-size: 300px!important;
  background-repeat: repeat-x !important;
  background-color: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#f5f8fe));
  background: -webkit-linear-gradient(bottom, #ffffff, #f5f8fe);
  background: -moz-linear-gradient(bottom, #ffffff, #f5f8fe);
  background: -ms-linear-gradient(bottom, #ffffff, #f5f8fe);
  background: -o-linear-gradient(bottom, #ffffff, #f5f8fe);
  background-size: auto!important;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  padding: 80px 0;
}
.testimonial .testimonial-text {
  font: italic 400 20px/30px 'Whitney A', 'Whitney B', "Helvetica", "Arial", sans-serif;
  color: #484a53;
  width: 60%;
  text-align: center;
  margin: 0 auto;
}
.testimonial .testimonial-person {
  margin-bottom: 50px;
}
.testimonial .testimonial-person .testimonial-avatar {
  -webkit-border-radius: 100px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100px;
  -moz-background-clip: padding;
  border-radius: 100px;
  background-clip: padding-box;
  width: 100px;
  height: 100px;
  padding: 5px;
  background: white;
  -webkit-box-shadow: 0 1px 3px rgba(57,66,74,.07);
  -moz-box-shadow: 0 1px 3px rgba(57,66,74,.07);
  box-shadow: 0 1px 3px rgba(57,66,74,.07);
  color: 0 1px 3px rgba(57,66,74,.07);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid rgba(149, 152, 162, 0.3);
}
.testimonial .testimonial-person .name-and-title {
  font: 500 14px/14px 'Whitney A', 'Whitney B', "Helvetica", "Arial", sans-serif;
  color: #9598a2;
}
.testimonial .testimonial-person .name-and-title span {
  font-weight: 400 !important;
}
.testimonial .testimonial-person .name-and-title span a {
  font: inherit;
  color: inherit;
  cursor: pointer;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  -webkit-transition: 150ms;
  -moz-transition: 150ms;
  -o-transition: 150ms;
  -ms-transition: 150ms;
  transition: 150ms;
}
.testimonial .testimonial-person .name-and-title span a:hover {
  color: #484a53;
}
/* ==================================
=MACBOOK SLIDER
================================== */
@media (max-width: 1100px) {
  .macbook-slider .flexslider li {
    width: 15%;
  }
}
@media (max-width: 1000px) {
  .macbook-slider {
    height: 410px!important;
    text-align: left!important;
  }
  .macbook-slider .macbook {
    width: 700px;
    left: 50%;
    margin-left: -350px;
  }
  .macbook-slider .flexslider {
    top: -27px !important;
  }
  .macbook-slider .flexslider img {
    width: 518px;
  }
}
@media (max-width: 735px) {
  .macbook-slider {
    display: none!important;
  }
}
/* @media (max-width: 735px)  */
@media (max-width: 700px) {
  .mobile-wrap {
    display: block!important;
  }
}
/* @media (max-width: 700px) */
@media (max-width: 600px) {
  .sliderActive li.flex-active img {
    opacity: 0.6!important;
  }
  .sliderActive li.flex-active img:hover {
    opacity: 1!important;
  }
  #work-with-us {
    display: none;
  }
}
@media (max-width: 560px) {
  .iphone-slideshow,
  .iphone-slideshow .wrap,
  #iphone-model {
    height: 319px!important;
  }
  #iphone {
    top: -67px !important;
    width: 240px!important;
    height: 479px!important;
  }
  #iphone #glare {
    width: 124px!important;
    height: 304px!important;
    top: 6px!important;
    right: 13px!important;
  }
}
@media (max-width: 400px) {
  .slider-bg-image {
    height: 200px;
  }
}
@media (max-width: 320px) {
  .slider-wrap .icon-next-01 {
    font-size: 12px !important;
    margin-left: 5px !important;
  }
}
@media only screen and (min-width: 950px) and (max-width: 1128px) {
  .hideondesktop {
    display: none !important;
  }
}
@media only screen and (min-width: 1129px) {
  .hideondesktop {
    display: none !important;
  }
}
