

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: inline-block; }
  .nav-link:focus, .nav-link:hover {
    text-decoration: none; }
  .nav-link.disabled {
    color: #818a91; }
    .nav-link.disabled, .nav-link.disabled:focus, .nav-link.disabled:hover {
      color: #818a91;
      cursor: not-allowed;
      background-color: transparent; }

.nav-inline .nav-item {
  display: inline-block; }

.nav-inline .nav-item + .nav-item,
.nav-inline .nav-link + .nav-link {
  margin-left: 1rem; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs::after {
    content: "";
    display: table;
    clear: both; }
  .nav-tabs .nav-item {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs .nav-item + .nav-item {
      margin-left: .2rem; }
  .nav-tabs .nav-link {
    display: block;
    padding: 0.5em 1em;
    border: 1px solid transparent;
    -moz-border-radius: 0.25rem 0.25rem 0 0;
         border-radius: 0.25rem 0.25rem 0 0; }
    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
      border-color: #eceeef #eceeef #ddd; }
    .nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:focus, .nav-tabs .nav-link.disabled:hover {
      color: #818a91;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover,
  .nav-tabs .nav-item.open .nav-link,
  .nav-tabs .nav-item.open .nav-link:focus,
  .nav-tabs .nav-item.open .nav-link:hover {
    color: #55595c;
    background-color: #fff;
    border-color: #ddd #ddd transparent; }

.nav-pills::after {
  content: "";
  display: table;
  clear: both; }

.nav-pills .nav-item {
  float: left; }
  .nav-pills .nav-item + .nav-item {
    margin-left: .2rem; }

.nav-pills .nav-link {
  display: block;
  padding: 0.5em 1em;
  -moz-border-radius: 0.25rem;
       border-radius: 0.25rem; }

.nav-pills .nav-link.active, .nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover,
.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus,
.nav-pills .nav-item.open .nav-link:hover {
  color: #fff;
  cursor: deult;
  background-color: #0275d8; }

.nav-stacked .nav-item {
  display: block;
  float: none; }
  .nav-stacked .nav-item + .nav-item {
    margin-top: .2rem;
    margin-left: 0; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  -moz-border-radius-topright: 0;
       border-top-right-radius: 0;
  -moz-border-radius-topleft: 0;
       border-top-left-radius: 0; }

.navbar {
  position: relative;
  padding: 0.5rem 1rem; }
  .navbar::after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 544px) {
    .navbar {
      -moz-border-radius: 0.25rem;
           border-radius: 0.25rem; } }

.navbar-full {
  z-index: 1000; }
  @media (min-width: 544px) {
    .navbar-full {
      -moz-border-radius: 0;
           border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 544px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      -moz-border-radius: 0;
           border-radius: 0; } }

.navbar-fixed-top {
  top: 0; }

.navbar-fixed-bottom {
  bottom: 0; }

.navbar-sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1030;
  width: 100%; }
  @media (min-width: 544px) {
    .navbar-sticky-top {
      -moz-border-radius: 0;
           border-radius: 0; } }

.navbar-brand {
  float: left;
  text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 400;
    font-size: 22px !important;
    color: white;
	
  margin-right: 1rem;
  font-size: 1.25rem; 
 }
  .navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }

.navbar-divider {
  float: left;
  width: 1px;
  padding-top: .425rem;
  padding-bottom: .425rem;
  margin-right: 1rem;
  margin-left: 1rem;
  overflow: hidden; }
  .navbar-divider::before {
    content: "\00a0"; }

.navbar-toggler {
  padding: .5rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: none;
  border: 1px solid transparent;
  -moz-border-radius: 0.25rem;
       border-radius: 0.25rem; }
  .navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none; }

@media (min-width: 544px) {
  .navbar-toggleable-xs {
    display: block !important; } }

@media (min-width: 768px) {
  .navbar-toggleable-sm {
    display: block !important; } }

@media (min-width: 992px) {
  .navbar-toggleable-md {
    display: block !important; } }

.navbar-nav .nav-item {
  float: left; }

.navbar-nav .nav-link {
  display: block;
  padding-top: .425rem;
  padding-bottom: .425rem; }
  .navbar-nav .nav-link + .nav-link {
    margin-left: 1rem; }

.navbar-nav .nav-item + .nav-item {
  margin-left: 1rem; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.8); }
  .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.8); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.3); }
  .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.6); }

.navbar-light .navbar-nav .open > .nav-link, .navbar-light .navbar-nav .open > .nav-link:focus, .navbar-light .navbar-nav .open > .nav-link:hover,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .active > .nav-link:focus,
.navbar-light .navbar-nav .active > .nav-link:hover,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.open:focus,
.navbar-light .navbar-nav .nav-link.open:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.active:focus,
.navbar-light .navbar-nav .nav-link.active:hover {
  color: rgba(0, 0, 0, 0.8); }

.navbar-light .navbar-divider {
  background-color: rgba(0, 0, 0, 0.075); }

.navbar-dark .navbar-brand {
  color: white; }
  .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    color: white; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75); }

.navbar-dark .navbar-nav .open > .nav-link, .navbar-dark .navbar-nav .open > .nav-link:focus, .navbar-dark .navbar-nav .open > .nav-link:hover,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link:focus,
.navbar-dark .navbar-nav .active > .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.open,
.navbar-dark .navbar-nav .nav-link.open:focus,
.navbar-dark .navbar-nav .nav-link.open:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.active:focus,
.navbar-dark .navbar-nav .nav-link.active:hover {
  color: white; }

.navbar-dark .navbar-divider {
  background-color: rgba(255, 255, 255, 0.075); }

.label {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  -moz-border-radius: 0.25rem;
       border-radius: 0.25rem; }
  .label:empty {
    display: none; }

.btn .label {
  position: relative;
  top: -1px; }

a.label:focus, a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-pill {
  padding-right: .6em;
  padding-left: .6em;
  -moz-border-radius: 10rem;
       border-radius: 10rem; }

.label-deult {
  background-color: #818a91; }
  .label-deult[href]:focus, .label-deult[href]:hover {
    background-color: #687077; }

.label-primary {
  background-color: #0275d8; }
  .label-primary[href]:focus, .label-primary[href]:hover {
    background-color: #025aa5; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:focus, .label-success[href]:hover {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:focus, .label-info[href]:hover {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:focus, .label-warning[href]:hover {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:focus, .label-danger[href]:hover {
    background-color: #c9302c; }

.list-group {
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    -moz-border-radius-topright: 0.25rem;
         border-top-right-radius: 0.25rem;
    -moz-border-radius-topleft: 0.25rem;
         border-top-left-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    -moz-border-radius-bottomright: 0.25rem;
         border-bottom-right-radius: 0.25rem;
    -moz-border-radius-bottomleft: 0.25rem;
         border-bottom-left-radius: 0.25rem; }

.list-group-flush .list-group-item {
  border-width: 1px 0;
  -moz-border-radius: 0;
       border-radius: 0; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0; }

a.list-group-item,
button.list-group-item {
  width: 100%;
  color: #555;
  text-align: inherit; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:focus, a.list-group-item:hover,
  button.list-group-item:focus,
  button.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5; }

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
  color: #818a91;
  cursor: not-allowed;
  background-color: #eceeef; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
    color: #818a91; }

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
    color: #a8d6fe; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:focus, a.list-group-item-success:hover,
  button.list-group-item-success:focus,
  button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover,
  button.list-group-item-success.active,
  button.list-group-item-success.active:focus,
  button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:focus, a.list-group-item-info:hover,
  button.list-group-item-info:focus,
  button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover,
  button.list-group-item-info.active,
  button.list-group-item-info.active:focus,
  button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:focus, a.list-group-item-warning:hover,
  button.list-group-item-warning:focus,
  button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #f2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:focus,
  button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:focus, a.list-group-item-danger:hover,
  button.list-group-item-danger:focus,
  button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:focus,
  button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive  {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9 {
  padding-bottom: 42.85714%; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.embed-responsive-1by1 {
  padding-bottom: 100%; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2; }
  .close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5; }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner > .carousel-item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    -moz-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left; }
    .carousel-inner > .carousel-item > img,
    .carousel-inner > .carousel-item > a > img {
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .carousel-item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        -moz-transition: transform .6s ease-in-out, -moz-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out, -moz-transform .6s ease-in-out, -o-transform .6s ease-in-out;
        -webkit-backce-visibility: hidden;
                backce-visibility: hidden;
        -webkit-perspective: 1000px;
                perspective: 1000px; }
        .carousel-inner > .carousel-item.next, .carousel-inner > .carousel-item.active.right {
          left: 0;
          -webkit-transform: translate3d(100%, 0, 0);
             -moz-transform: translate3d(100%, 0, 0);
                  transform: translate3d(100%, 0, 0); }
        .carousel-inner > .carousel-item.prev, .carousel-inner > .carousel-item.active.left {
          left: 0;
          -webkit-transform: translate3d(-100%, 0, 0);
             -moz-transform: translate3d(-100%, 0, 0);
                  transform: translate3d(-100%, 0, 0); }
        .carousel-inner > .carousel-item.next.left, .carousel-inner > .carousel-item.prev.right, .carousel-inner > .carousel-item.active {
          left: 0;
          -webkit-transform: translate3d(0, 0, 0);
             -moz-transform: translate3d(0, 0, 0);
                  transform: translate3d(0, 0, 0); } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5; }
  .carousel-control.left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right, .slider--link--home {
    right: 0;
    left: auto;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:focus, .carousel-control:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-mily: serif;
    line-height: 1; }
  .carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev::before {
    content: "\2039"; }
  .carousel-control .icon-next::before {
    content: "\203a"; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #fff;
    -moz-border-radius: 10px;
         border-radius: 10px; }
  .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media (min-width: 544px) {
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px; }
  .carousel-control .icon-prev {
    margin-left: -15px; }
  .carousel-control .icon-next {
    margin-right: -15px; }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.clearfix::after {
  content: "";
  display: table;
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-xs-left {
  float: left !important; }

.pull-xs-right {
  float: right !important; }

.pull-xs-none {
  float: none !important; }

@media (min-width: 544px) {
  .pull-sm-left {
    float: left !important; }
  .pull-sm-right {
    float: right !important; }
  .pull-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .pull-md-left {
    float: left !important; }
  .pull-md-right {
    float: right !important; }
  .pull-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .pull-lg-left {
    float: left !important; }
  .pull-lg-right {
    float: right !important; }
  .pull-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .pull-xl-left {
    float: left !important; }
  .pull-xl-right {
    float: right !important; }
  .pull-xl-none {
    float: none !important; } }

@media (min-width: 1620px) {
  .pull-xxl-left {
    float: left !important; }
  .pull-xxl-right {
    float: right !important; }
  .pull-xxl-none {
    float: none !important; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.invisible {
  visibility: hidden !important; }

.text-hide {
  font: "0/0" a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-xs-left {
  text-align: left !important; }

.text-xs-right {
  text-align: right !important; }

.text-xs-center {
  text-align: center !important; }

@media (min-width: 544px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

@media (min-width: 1620px) {
  .text-xxl-left {
    text-align: left !important; }
  .text-xxl-right {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-normal {
  font-weight: normal; }

.font-weight-bold {
  font-weight: bold; }

.font-italic {
  font-style: italic; }

.text-muted {
  color: #818a91; }

.text-primary {
  color: #0275d8 !important; }

a.text-primary:focus, a.text-primary:hover {
  color: #025aa5; }

.text-success {
  color: #5cb85c !important; }

a.text-success:focus, a.text-success:hover {
  color: #449d44; }

.text-info {
  color: #5bc0de !important; }

a.text-info:focus, a.text-info:hover {
  color: #31b0d5; }

.text-warning {
  color: #f0ad4e !important; }

a.text-warning:focus, a.text-warning:hover {
  color: #ec971f; }

.text-danger {
  color: #d9534f !important; }

a.text-danger:focus, a.text-danger:hover {
  color: #c9302c; }

.bg-inverse {
  color: #eceeef;
  background-color: #373a3c; }

.bg-ded {
  background-color: #f7f7f9; }

.bg-primary {
  color: #fff !important;
  background-color: #0275d8 !important; }

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #025aa5; }

.bg-success {
  color: #fff !important;
  background-color: #5cb85c !important; }

a.bg-success:focus, a.bg-success:hover {
  background-color: #449d44; }

.bg-info {
  color: #fff !important;
  background-color: #5bc0de !important; }

a.bg-info:focus, a.bg-info:hover {
  background-color: #31b0d5; }

.bg-warning {
  color: #fff !important;
  background-color: #f0ad4e !important; }

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #ec971f; }

.bg-danger {
  color: #fff !important;
  background-color: #d9534f !important; }

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #c9302c; }

.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.m-a-0 {
  margin: 0 0 !important; }

.m-t-0 {
  margin-top: 0 !important; }

.m-r-0 {
  margin-right: 0 !important; }

.m-b-0 {
  margin-bottom: 0 !important; }

.m-l-0 {
  margin-left: 0 !important; }

.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.m-a-1 {
  margin: 1rem 1rem !important; }

.m-t-1 {
  margin-top: 1rem !important; }

.m-r-1 {
  margin-right: 1rem !important; }

.m-b-1 {
  margin-bottom: 1rem !important; }

.m-l-1 {
  margin-left: 1rem !important; }

.m-x-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.m-y-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.m-a-2 {
  margin: 1.5rem 1.5rem !important; }

.m-t-2 {
  margin-top: 1.5rem !important; }

.m-r-2 {
  margin-right: 1.5rem !important; }

.m-b-2 {
  margin-bottom: 1.5rem !important; }

.m-l-2 {
  margin-left: 1.5rem !important; }

.m-x-2 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.m-y-2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.m-a-3 {
  margin: 3rem 3rem !important; }

.m-t-3 {
  margin-top: 3rem !important; }

.m-r-3 {
  margin-right: 3rem !important; }

.m-b-3 {
  margin-bottom: 3rem !important; }

.m-l-3 {
  margin-left: 3rem !important; }

.m-x-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.m-y-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.p-a-0 {
  padding: 0 0 !important; }

.p-t-0 {
  padding-top: 0 !important; }

.p-r-0 {
  padding-right: 0 !important; }

.p-b-0 {
  padding-bottom: 0 !important; }

.p-l-0 {
  padding-left: 0 !important; }

.p-x-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.p-a-1 {
  padding: 1rem 1rem !important; }

.p-t-1 {
  padding-top: 1rem !important; }

.p-r-1 {
  padding-right: 1rem !important; }

.p-b-1 {
  padding-bottom: 1rem !important; }

.p-l-1 {
  padding-left: 1rem !important; }

.p-x-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.p-y-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.p-a-2 {
  padding: 1.5rem 1.5rem !important; }

.p-t-2 {
  padding-top: 1.5rem !important; }

.p-r-2 {
  padding-right: 1.5rem !important; }

.p-b-2 {
  padding-bottom: 1.5rem !important; }

.p-l-2 {
  padding-left: 1.5rem !important; }

.p-x-2 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.p-y-2 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.p-a-3 {
  padding: 3rem 3rem !important; }

.p-t-3 {
  padding-top: 3rem !important; }

.p-r-3 {
  padding-right: 3rem !important; }

.p-b-3 {
  padding-bottom: 3rem !important; }

.p-l-3 {
  padding-left: 3rem !important; }

.p-x-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.p-y-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.pos-f-t {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.hidden-xs-up {
  display: none !important; }

@media (max-width: 543px) {
  .hidden-xs-down {
    display: none !important; } }

@media (min-width: 544px) {
  .hidden-sm-up {
    display: none !important; } }

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important; } }

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important; } }

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important; } }

@media (max-width: 1619px) {
  .hidden-xl-down {
    display: none !important; } }

@media (min-width: 1620px) {
  .hidden-xxl-up {
    display: none !important; } }

.hidden-xxl-down {
  display: none !important; }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-ce {
  font-mily: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }


.-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .-li.-lg {
    left: -1.85714em; }

.-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  -moz-border-radius: .1em;
       border-radius: .1em; }

.-pull-left {
  float: left; }

.-pull-right {
  float: right; }

..-pull-left {
  margin-right: .3em; }

..-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

..pull-left {
  margin-right: .3em; }

..pull-right {
  margin-left: .3em; }

.-spin {
  -webkit-animation: -spin 2s infinite linear;
  -moz-animation: -spin 2s infinite linear;
       animation: -spin 2s infinite linear; }

.-pulse {
  -webkit-animation: -spin 1s infinite steps(8);
  -moz-animation: -spin 1s infinite steps(8);
       animation: -spin 1s infinite steps(8); }

@-webkit-keyframes -spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-moz-keyframes -spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
         transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
         transform: rotate(359deg); } }

@keyframes -spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
         transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
      -o-transform: rotate(359deg);
         transform: rotate(359deg); } }

.-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
       transform: rotate(90deg); }

.-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
       transform: rotate(180deg); }

.-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
       transform: rotate(270deg); }

.-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
       transform: scale(-1, 1); }

.-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
    -o-transform: scale(1, -1);
       transform: scale(1, -1); }

:root .-rotate-90,
:root .-rotate-180,
:root .-rotate-270,
:root .-flip-horizontal,
:root .-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.-stack-1x, .-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.-stack-1x {
  line-height: inherit; }

.-stack-2x {
  font-size: 2em; }

.-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.-glass:before {
  content: ""; }

.-music:before {
  content: ""; }

.-search:before {
  content: ""; }

.-envelope-o:before {
  content: ""; }

.-heart:before {
  content: ""; }

.-star:before {
  content: ""; }

.-star-o:before {
  content: ""; }

.-user:before {
  content: ""; }

.-film:before {
  content: ""; }

.-th-large:before {
  content: ""; }

.-th:before {
  content: ""; }

.-th-list:before {
  content: ""; }

.-check:before {
  content: ""; }

.-remove:before,
.-close:before,
.-times:before {
  content: ""; }

.-search-plus:before {
  content: ""; }

.-search-minus:before {
  content: ""; }

.-power-off:before {
  content: ""; }

.-signal:before {
  content: ""; }

.-gear:before,
.-cog:before {
  content: ""; }

.-trash-o:before {
  content: ""; }

.-home:before {
  content: ""; }

.-file-o:before {
  content: ""; }

.-clock-o:before {
  content: ""; }

.-road:before {
  content: ""; }

.-download:before {
  content: ""; }

.-arrow-circle-o-down:before {
  content: ""; }

.-arrow-circle-o-up:before {
  content: ""; }

.-inbox:before {
  content: ""; }

.-play-circle-o:before {
  content: ""; }

.-rotate-right:before,
.-repeat:before {
  content: ""; }

.-refresh:before {
  content: ""; }

.-list-alt:before {
  content: ""; }

.-lock:before {
  content: ""; }

.-flag:before {
  content: ""; }

.-headphones:before {
  content: ""; }

.-volume-off:before {
  content: ""; }

.-volume-down:before {
  content: ""; }

.-volume-up:before {
  content: ""; }

.-qrcode:before {
  content: ""; }

.-barcode:before {
  content: ""; }

.-tag:before {
  content: ""; }

.-tags:before {
  content: ""; }

.-book:before {
  content: ""; }

.-bookmark:before {
  content: ""; }

.-print:before {
  content: ""; }

.-camera:before {
  content: ""; }

.-font:before {
  content: ""; }

.-bold:before {
  content: ""; }

.-italic:before {
  content: ""; }

.-text-height:before {
  content: ""; }

.-text-width:before {
  content: ""; }

.-align-left:before {
  content: ""; }

.-align-center:before {
  content: ""; }

.-align-right:before {
  content: ""; }

.-align-justify:before {
  content: ""; }

.-list:before {
  content: ""; }

.-dedent:before,
.-outdent:before {
  content: ""; }

.-indent:before {
  content: ""; }



.-photo:before,
.-image:before,
.-picture-o:before {
  content: ""; }

.-pencil:before {
  content: ""; }

.-map-marker:before {
  content: ""; }

.-adjust:before {
  content: ""; }

.-tint:before {
  content: ""; }

.-edit:before,
.-pencil-square-o:before {
  content: ""; }

.-share-square-o:before {
  content: ""; }

.-check-square-o:before {
  content: ""; }

.-arrows:before {
  content: ""; }

.-step-backward:before {
  content: ""; }

.-st-backward:before {
  content: ""; }

.-backward:before {
  content: ""; }

.-play:before {
  content: ""; }

.-pause:before {
  content: ""; }

.-stop:before {
  content: ""; }

.-forward:before {
  content: ""; }

.-st-forward:before {
  content: ""; }

.-step-forward:before {
  content: ""; }

.-eject:before {
  content: ""; }

.-chevron-left:before {
  content: ""; }

.-chevron-right:before {
  content: ""; }

.-plus-circle:before {
  content: ""; }

.-minus-circle:before {
  content: ""; }

.-times-circle:before {
  content: ""; }

.-check-circle:before {
  content: ""; }

.-question-circle:before {
  content: ""; }

.-info-circle:before {
  content: ""; }

.-crosshairs:before {
  content: ""; }

.-times-circle-o:before {
  content: ""; }

.-check-circle-o:before {
  content: ""; }

.-ban:before {
  content: ""; }

.-arrow-left:before {
  content: ""; }

.-arrow-right:before {
  content: ""; }

.-arrow-up:before {
  content: ""; }

.-arrow-down:before {
  content: ""; }

.-mail-forward:before,
.-share:before {
  content: ""; }

.-expand:before {
  content: ""; }

.-compress:before {
  content: ""; }

.-plus:before {
  content: ""; }

.-minus:before {
  content: ""; }

.-asterisk:before {
  content: ""; }

.-exclamation-circle:before {
  content: ""; }

.-gift:before {
  content: ""; }

.-leaf:before {
  content: ""; }

.-fire:before {
  content: ""; }

.-eye:before {
  content: ""; }

.-eye-slash:before {
  content: ""; }

.-warning:before,
.-exclamation-triangle:before {
  content: ""; }

.-plane:before {
  content: ""; }

.-calendar:before {
  content: ""; }

.-random:before {
  content: ""; }

.-comment:before {
  content: ""; }

.-magnet:before {
  content: ""; }

.-chevron-up:before {
  content: ""; }

.-chevron-down:before {
  content: ""; }

.-retweet:before {
  content: ""; }

.-shopping-cart:before {
  content: ""; }

.-folder:before {
  content: ""; }

.-folder-open:before {
  content: ""; }

.-arrows-v:before {
  content: ""; }

.-arrows-h:before {
  content: ""; }

.-bar-chart-o:before,
.-bar-chart:before {
  content: ""; }

.-twitter-square:before {
  content: ""; }

.-cebook-square:before {
  content: ""; }

.-camera-retro:before {
  content: ""; }

.-key:before {
  content: ""; }

.-gears:before,
.-cogs:before {
  content: ""; }

.-comments:before {
  content: ""; }

.-thumbs-o-up:before {
  content: ""; }

.-thumbs-o-down:before {
  content: ""; }

.-star-half:before {
  content: ""; }

.-heart-o:before {
  content: ""; }

.-sign-out:before {
  content: ""; }

.-linkedin-square:before {
  content: ""; }

.-thumb-tack:before {
  content: ""; }

.-external-link:before {
  content: ""; }

.-sign-in:before {
  content: ""; }

.-trophy:before {
  content: ""; }

.-github-square:before {
  content: ""; }

.-upload:before {
  content: ""; }

.-lemon-o:before {
  content: ""; }

.-phone:before {
  content: ""; }

.-square-o:before {
  content: ""; }

.-bookmark-o:before {
  content: ""; }

.-phone-square:before {
  content: ""; }

.-twitter:before {
  content: ""; }

.-cebook-f:before,
.-cebook:before {
  content: ""; }

.-github:before {
  content: ""; }

.-unlock:before {
  content: ""; }

.-credit-card:before {
  content: ""; }

.-feed:before,
.-rss:before {
  content: ""; }

.-hdd-o:before {
  content: ""; }

.-bullhorn:before {
  content: ""; }

.-bell:before {
  content: ""; }

.-certificate:before {
  content: ""; }

.-hand-o-right:before {
  content: ""; }

.-hand-o-left:before {
  content: ""; }

.-hand-o-up:before {
  content: ""; }

.-hand-o-down:before {
  content: ""; }

.-arrow-circle-left:before {
  content: ""; }

.-arrow-circle-right:before {
  content: ""; }

.-arrow-circle-up:before {
  content: ""; }

.-arrow-circle-down:before {
  content: ""; }

.-globe:before {
  content: ""; }

.-wrench:before {
  content: ""; }

.-tasks:before {
  content: ""; }

.-filter:before {
  content: ""; }

.-briefcase:before {
  content: ""; }

.-arrows-alt:before {
  content: ""; }

.-group:before,
.-users:before {
  content: ""; }

.-chain:before,
.-link:before {
  content: ""; }

.-cloud:before {
  content: ""; }

.-flask:before {
  content: ""; }

.-cut:before,
.-scissors:before {
  content: ""; }

.-copy:before,
.-files-o:before {
  content: ""; }

.-paperclip:before {
  content: ""; }

.-save:before,
.-floppy-o:before {
  content: ""; }

.-square:before {
  content: ""; }

.-navicon:before,
.-reorder:before,
.-bars:before {
  content: ""; }

.-list-ul:before {
  content: ""; }

.-list-ol:before {
  content: ""; }

.-strikethrough:before {
  content: ""; }

.-underline:before {
  content: ""; }

.-table:before {
  content: ""; }

.-magic:before {
  content: ""; }

.-truck:before {
  content: ""; }

.-pinterest:before {
  content: ""; }

.-pinterest-square:before {
  content: ""; }

.-google-plus-square:before {
  content: ""; }

.-google-plus:before {
  content: ""; }

.-money:before {
  content: ""; }

.-caret-down:before {
  content: ""; }

.-caret-up:before {
  content: ""; }

.-caret-left:before {
  content: ""; }

.-caret-right:before {
  content: ""; }

.-columns:before {
  content: ""; }

.-unsorted:before,
.-sort:before {
  content: ""; }

.-sort-down:before,
.-sort-desc:before {
  content: ""; }

.-sort-up:before,
.-sort-asc:before {
  content: ""; }

.-envelope:before {
  content: ""; }

.-linkedin:before {
  content: ""; }

.-rotate-left:before,
.-undo:before {
  content: ""; }

.-legal:before,
.-gavel:before {
  content: ""; }

.-dashboard:before,
.-tachometer:before {
  content: ""; }

.-comment-o:before {
  content: ""; }

.-comments-o:before {
  content: ""; }

.-flash:before,
.-bolt:before {
  content: ""; }

.-sitemap:before {
  content: ""; }

.-umbrella:before {
  content: ""; }

.-paste:before,
.-clipboard:before {
  content: ""; }

.-lightbulb-o:before {
  content: ""; }

.-exchange:before {
  content: ""; }

.-cloud-download:before {
  content: ""; }

.-cloud-upload:before {
  content: ""; }

.-user-md:before {
  content: ""; }

.-stethoscope:before {
  content: ""; }

.-suitcase:before {
  content: ""; }

.-bell-o:before {
  content: ""; }

.-coffee:before {
  content: ""; }

.-cutlery:before {
  content: ""; }

.-file-text-o:before {
  content: ""; }

.-building-o:before {
  content: ""; }

.-hospital-o:before {
  content: ""; }

.-ambulance:before {
  content: ""; }

.-medkit:before {
  content: ""; }

.-fighter-jet:before {
  content: ""; }

.-beer:before {
  content: ""; }

.-h-square:before {
  content: ""; }

.-plus-square:before {
  content: ""; }

.-angle-double-left:before {
  content: ""; }

.-angle-double-right:before {
  content: ""; }

.-angle-double-up:before {
  content: ""; }

.-angle-double-down:before {
  content: ""; }

.-angle-left:before {
  content: ""; }

.-angle-right:before {
  content: ""; }

.-angle-up:before {
  content: ""; }

.-angle-down:before {
  content: ""; }

.-desktop:before {
  content: ""; }

.-laptop:before {
  content: ""; }

.-tablet:before {
  content: ""; }

.-mobile-phone:before,
.-mobile:before {
  content: ""; }

.-circle-o:before {
  content: ""; }

.-quote-left:before {
  content: ""; }

.-quote-right:before {
  content: ""; }

.-spinner:before {
  content: ""; }

.-circle:before {
  content: ""; }

.-mail-reply:before,
.-reply:before {
  content: ""; }

.-github-alt:before {
  content: ""; }

.-folder-o:before {
  content: ""; }

.-folder-open-o:before {
  content: ""; }

.-smile-o:before {
  content: ""; }

.-frown-o:before {
  content: ""; }

.-meh-o:before {
  content: ""; }

.-gamepad:before {
  content: ""; }

.-keyboard-o:before {
  content: ""; }

.-flag-o:before {
  content: ""; }

.-flag-checkered:before {
  content: ""; }

.-terminal:before {
  content: ""; }

.-code:before {
  content: ""; }

.-mail-reply-all:before,
.-reply-all:before {
  content: ""; }

.-star-half-empty:before,
.-star-half-full:before,
.-star-half-o:before {
  content: ""; }

.-location-arrow:before {
  content: ""; }

.-crop:before {
  content: ""; }

.-code-fork:before {
  content: ""; }

.-unlink:before,
.-chain-broken:before {
  content: ""; }

.-question:before {
  content: ""; }

.-info:before {
  content: ""; }

.-exclamation:before {
  content: ""; }

.-superscript:before {
  content: ""; }

.-subscript:before {
  content: ""; }

.-eraser:before {
  content: ""; }

.-puzzle-piece:before {
  content: ""; }

.-microphone:before {
  content: ""; }

.-microphone-slash:before {
  content: ""; }

.-shield:before {
  content: ""; }

.-calendar-o:before {
  content: ""; }

.-fire-extinguisher:before {
  content: ""; }

.-rocket:before {
  content: ""; }

.-maxcdn:before {
  content: ""; }

.-chevron-circle-left:before {
  content: ""; }

.-chevron-circle-right:before {
  content: ""; }

.-chevron-circle-up:before {
  content: ""; }

.-chevron-circle-down:before {
  content: ""; }

.-html5:before {
  content: ""; }

.-css3:before {
  content: ""; }

.-anchor:before {
  content: ""; }

.-unlock-alt:before {
  content: ""; }

.-bullseye:before {
  content: ""; }

.-ellipsis-h:before {
  content: ""; }

.-ellipsis-v:before {
  content: ""; }

.-rss-square:before {
  content: ""; }

.-play-circle:before {
  content: ""; }

.-ticket:before {
  content: ""; }

.-minus-square:before {
  content: ""; }

.-minus-square-o:before {
  content: ""; }

.-level-up:before {
  content: ""; }

.-level-down:before {
  content: ""; }

.-check-square:before {
  content: ""; }

.-pencil-square:before {
  content: ""; }

.-external-link-square:before {
  content: ""; }

.-share-square:before {
  content: ""; }

.-compass:before {
  content: ""; }

.-toggle-down:before,
.-caret-square-o-down:before {
  content: ""; }

.-toggle-up:before,
.-caret-square-o-up:before {
  content: ""; }

.-toggle-right:before,
.-caret-square-o-right:before {
  content: ""; }

.-euro:before,
.-eur:before {
  content: ""; }

.-gbp:before {
  content: ""; }

.-dollar:before,
.-usd:before {
  content: ""; }

.-rupee:before,
.-inr:before {
  content: ""; }

.-cny:before,
.-rmb:before,
.-yen:before,
.-jpy:before {
  content: ""; }

.-ruble:before,
.-rouble:before,
.-rub:before {
  content: ""; }

.-won:before,
.-krw:before {
  content: ""; }

.-bitcoin:before,
.-btc:before {
  content: ""; }

.-file:before {
  content: ""; }

.-file-text:before {
  content: ""; }

.-sort-alpha-asc:before {
  content: ""; }

.-sort-alpha-desc:before {
  content: ""; }

.-sort-amount-asc:before {
  content: ""; }

.-sort-amount-desc:before {
  content: ""; }

.-sort-numeric-asc:before {
  content: ""; }

.-sort-numeric-desc:before {
  content: ""; }

.-thumbs-up:before {
  content: ""; }

.-thumbs-down:before {
  content: ""; }

.-youtube-square:before {
  content: ""; }

.-youtube:before {
  content: ""; }

.-xing:before {
  content: ""; }

.-xing-square:before {
  content: ""; }

.-youtube-play:before {
  content: ""; }

.-dropbox:before {
  content: ""; }

.-stack-overflow:before {
  content: ""; }

.-instagram:before {
  content: ""; }

.-flickr:before {
  content: ""; }

.-adn:before {
  content: ""; }

.-bitbucket:before {
  content: ""; }

.-bitbucket-square:before {
  content: ""; }

.-tumblr:before {
  content: ""; }

.-tumblr-square:before {
  content: ""; }

.-long-arrow-down:before {
  content: ""; }

.-long-arrow-up:before {
  content: ""; }

.-long-arrow-left:before {
  content: ""; }

.-long-arrow-right:before {
  content: ""; }

.-apple:before {
  content: ""; }

.-windows:before {
  content: ""; }

.-android:before {
  content: ""; }

.-linux:before {
  content: ""; }

.-dribbble:before {
  content: ""; }

.-skype:before {
  content: ""; }

.-foursquare:before {
  content: ""; }

.-trello:before {
  content: ""; }

.-female:before {
  content: ""; }

.-male:before {
  content: ""; }

.-gittip:before,
.-gratipay:before {
  content: ""; }

.-sun-o:before {
  content: ""; }

.-moon-o:before {
  content: ""; }

.-archive:before {
  content: ""; }

.-bug:before {
  content: ""; }

.-vk:before {
  content: ""; }

.-weibo:before {
  content: ""; }

.-renren:before {
  content: ""; }

.-pagelines:before {
  content: ""; }

.-stack-exchange:before {
  content: ""; }

.-arrow-circle-o-right:before {
  content: ""; }

.-arrow-circle-o-left:before {
  content: ""; }

.-toggle-left:before,
.-caret-square-o-left:before {
  content: ""; }

.-dot-circle-o:before {
  content: ""; }

.-wheelchair:before {
  content: ""; }

.-vimeo-square:before {
  content: ""; }

.-turkish-lira:before,
.-try:before {
  content: ""; }

.-plus-square-o:before {
  content: ""; }

.-space-shuttle:before {
  content: ""; }

.-slack:before {
  content: ""; }

.-envelope-square:before {
  content: ""; }

.-wordpress:before {
  content: ""; }

.-openid:before {
  content: ""; }

.-institution:before,
.-bank:before,
.-university:before {
  content: ""; }

.-mortar-board:before,
.-graduation-cap:before {
  content: ""; }

.-yahoo:before {
  content: ""; }

.-google:before {
  content: ""; }

.-reddit:before {
  content: ""; }

.-reddit-square:before {
  content: ""; }

.-stumbleupon-circle:before {
  content: ""; }

.-stumbleupon:before {
  content: ""; }

.-delicious:before {
  content: ""; }

.-digg:before {
  content: ""; }

.-pied-piper:before {
  content: ""; }

.-pied-piper-alt:before {
  content: ""; }

.-drupal:before {
  content: ""; }

.-joomla:before {
  content: ""; }

.-language:before {
  content: ""; }

.-x:before {
  content: ""; }

.-building:before {
  content: ""; }

.-child:before {
  content: ""; }

.-paw:before {
  content: ""; }

.-spoon:before {
  content: ""; }

.-cube:before {
  content: ""; }

.-cubes:before {
  content: ""; }

.-behance:before {
  content: ""; }

.-behance-square:before {
  content: ""; }

.-steam:before {
  content: ""; }

.-steam-square:before {
  content: ""; }

.-recycle:before {
  content: ""; }

.-automobile:before,
.-car:before {
  content: ""; }

.-cab:before,
.-taxi:before {
  content: ""; }

.-tree:before {
  content: ""; }

.-spotify:before {
  content: ""; }

.-deviantart:before {
  content: ""; }

.-soundcloud:before {
  content: ""; }

.-database:before {
  content: ""; }

.-file-pdf-o:before {
  content: ""; }

.-file-word-o:before {
  content: ""; }

.-file-excel-o:before {
  content: ""; }

.-file-powerpoint-o:before {
  content: ""; }

.-file-photo-o:before,
.-file-picture-o:before,
.-file-image-o:before {
  content: ""; }

.-file-zip-o:before,
.-file-archive-o:before {
  content: ""; }

.-file-sound-o:before,
.-file-audio-o:before {
  content: ""; }

.-file-movie-o:before,
.-file--o:before {
  content: ""; }

.-file-code-o:before {
  content: ""; }

.-vine:before {
  content: ""; }

.-codepen:before {
  content: ""; }

.-jsfiddle:before {
  content: ""; }

.-life-bouy:before,
.-life-buoy:before,
.-life-saver:before,
.-support:before,
.-life-ring:before {
  content: ""; }

.-circle-o-notch:before {
  content: ""; }

.-ra:before,
.-rebel:before {
  content: ""; }

.-ge:before,
.-empire:before {
  content: ""; }

.-git-square:before {
  content: ""; }

.-git:before {
  content: ""; }

.-y-combinator-square:before,
.-yc-square:before,
.-hacker-news:before {
  content: ""; }

.-tencent-weibo:before {
  content: ""; }

.-qq:before {
  content: ""; }

.-wechat:before,
.-weixin:before {
  content: ""; }

.-send:before,
.-paper-plane:before {
  content: ""; }

.-send-o:before,
.-paper-plane-o:before {
  content: ""; }

.-history:before {
  content: ""; }

.-circle-thin:before {
  content: ""; }

.-header:before {
  content: ""; }

.-paragraph:before {
  content: ""; }

.-sliders:before {
  content: ""; }

.-share-alt:before {
  content: ""; }

.-share-alt-square:before {
  content: ""; }

.-bomb:before {
  content: ""; }

.-soccer-ball-o:before,
.-futbol-o:before {
  content: ""; }

.-tty:before {
  content: ""; }

.-binoculars:before {
  content: ""; }

.-plug:before {
  content: ""; }

.-slideshare:before {
  content: ""; }

.-twitch:before {
  content: ""; }

.-yelp:before {
  content: ""; }

.-newspaper-o:before {
  content: ""; }

.-wifi:before {
  content: ""; }

.-calculator:before {
  content: ""; }

.-paypal:before {
  content: ""; }

.-google-wallet:before {
  content: ""; }

.-cc-visa:before {
  content: ""; }

.-cc-mastercard:before {
  content: ""; }

.-cc-discover:before {
  content: ""; }

.-cc-amex:before {
  content: ""; }

.-cc-paypal:before {
  content: ""; }

.-cc-stripe:before {
  content: ""; }

.-bell-slash:before {
  content: ""; }

.-bell-slash-o:before {
  content: ""; }

.-trash:before {
  content: ""; }

.-copyright:before {
  content: ""; }

.-at:before {
  content: ""; }

.-eyedropper:before {
  content: ""; }

.-paint-brush:before {
  content: ""; }

.-birthday-cake:before {
  content: ""; }

.-area-chart:before {
  content: ""; }

.-pie-chart:before {
  content: ""; }

.-line-chart:before {
  content: ""; }

.-lastfm:before {
  content: ""; }

.-lastfm-square:before {
  content: ""; }

.-toggle-off:before {
  content: ""; }

.-toggle-on:before {
  content: ""; }

.-bicycle:before {
  content: ""; }

.-bus:before {
  content: ""; }

.-ioxhost:before {
  content: ""; }

.-angellist:before {
  content: ""; }

.-cc:before {
  content: ""; }

.-shekel:before,
.-sheqel:before,
.-ils:before {
  content: ""; }

.-meanpath:before {
  content: ""; }

.-buysellads:before {
  content: ""; }

.-connectdevelop:before {
  content: ""; }

.-dashcube:before {
  content: ""; }

.-forumbee:before {
  content: ""; }

.-leanpub:before {
  content: ""; }

.-sellsy:before {
  content: ""; }

.-shirtsinbulk:before {
  content: ""; }

.-simplybuilt:before {
  content: ""; }

.-skyatlas:before {
  content: ""; }

.-cart-plus:before {
  content: ""; }

.-cart-arrow-down:before {
  content: ""; }

.-diamond:before {
  content: ""; }

.-ship:before {
  content: ""; }

.-user-secret:before {
  content: ""; }

.-motorcycle:before {
  content: ""; }

.-street-view:before {
  content: ""; }

.-heartbeat:before {
  content: ""; }

.-venus:before {
  content: ""; }

.-mars:before {
  content: ""; }

.-mercury:before {
  content: ""; }

.-intersex:before,
.-transgender:before {
  content: ""; }

.-transgender-alt:before {
  content: ""; }

.-venus-double:before {
  content: ""; }

.-mars-double:before {
  content: ""; }

.-venus-mars:before {
  content: ""; }

.-mars-stroke:before {
  content: ""; }

.-mars-stroke-v:before {
  content: ""; }

.-mars-stroke-h:before {
  content: ""; }

.-neuter:before {
  content: ""; }

.-genderless:before {
  content: ""; }

.-cebook-official:before {
  content: ""; }

.-pinterest-p:before {
  content: ""; }

.-whatsapp:before {
  content: ""; }

.-server:before {
  content: ""; }

.-user-plus:before {
  content: ""; }

.-user-times:before {
  content: ""; }

.-hotel:before,
.-bed:before {
  content: ""; }

.-viacoin:before {
  content: ""; }

.-train:before {
  content: ""; }

.-subway:before {
  content: ""; }

.-medium:before {
  content: ""; }

.-yc:before,
.-y-combinator:before {
  content: ""; }

.-optin-monster:before {
  content: ""; }

.-opencart:before {
  content: ""; }

.-expeditedssl:before {
  content: ""; }

.-battery-4:before,
.-battery-full:before {
  content: ""; }

.-battery-3:before,
.-battery-three-quarters:before {
  content: ""; }

.-battery-2:before,
.-battery-half:before {
  content: ""; }

.-battery-1:before,
.-battery-quarter:before {
  content: ""; }

.-battery-0:before,
.-battery-empty:before {
  content: ""; }

.-mouse-pointer:before {
  content: ""; }

.-i-cursor:before {
  content: ""; }

.-object-group:before {
  content: ""; }

.-object-ungroup:before {
  content: ""; }

.-sticky-note:before {
  content: ""; }

.-sticky-note-o:before {
  content: ""; }

.-cc-jcb:before {
  content: ""; }

.-cc-diners-club:before {
  content: ""; }

.-clone:before {
  content: ""; }

.-balance-scale:before {
  content: ""; }

.-hourglass-o:before {
  content: ""; }

.-hourglass-1:before,
.-hourglass-start:before {
  content: ""; }

.-hourglass-2:before,
.-hourglass-half:before {
  content: ""; }

.-hourglass-3:before,
.-hourglass-end:before {
  content: ""; }

.-hourglass:before {
  content: ""; }

.-hand-grab-o:before,
.-hand-rock-o:before {
  content: ""; }

.-hand-stop-o:before,
.-hand-paper-o:before {
  content: ""; }

.-hand-scissors-o:before {
  content: ""; }

.-hand-lizard-o:before {
  content: ""; }

.-hand-spock-o:before {
  content: ""; }

.-hand-pointer-o:before {
  content: ""; }

.-hand-peace-o:before {
  content: ""; }

.-trademark:before {
  content: ""; }

.-registered:before {
  content: ""; }

.-creative-commons:before {
  content: ""; }

.-gg:before {
  content: ""; }

.-gg-circle:before {
  content: ""; }

.-tripadvisor:before {
  content: ""; }

.-odnoklassniki:before {
  content: ""; }

.-odnoklassniki-square:before {
  content: ""; }

.-get-pocket:before {
  content: ""; }

.-wikipedia-w:before {
  content: ""; }

.-sari:before {
  content: ""; }

.-chrome:before {
  content: ""; }

.-firefox:before {
  content: ""; }

.-opera:before {
  content: ""; }

.-internet-explorer:before {
  content: ""; }

.-tv:before,
.-television:before {
  content: ""; }

.-contao:before {
  content: ""; }

.-500px:before {
  content: ""; }

.-amazon:before {
  content: ""; }

.-calendar-plus-o:before {
  content: ""; }

.-calendar-minus-o:before {
  content: ""; }

.-calendar-times-o:before {
  content: ""; }

.-calendar-check-o:before {
  content: ""; }

.-industry:before {
  content: ""; }

.-map-pin:before {
  content: ""; }

.-map-signs:before {
  content: ""; }

.-map-o:before {
  content: ""; }

.-map:before {
  content: ""; }

.-commenting:before {
  content: ""; }

.-commenting-o:before {
  content: ""; }

.-houzz:before {
  content: ""; }

.-vimeo:before {
  content: ""; }

.-black-tie:before {
  content: ""; }

.-fonticons:before {
  content: ""; }

.-reddit-alien:before {
  content: ""; }

.-edge:before {
  content: ""; }

.-credit-card-alt:before {
  content: ""; }

.-codiepie:before {
  content: ""; }

.-modx:before {
  content: ""; }

.-fort-awesome:before {
  content: ""; }

.-usb:before {
  content: ""; }

.-product-hunt:before {
  content: ""; }

.-mixcloud:before {
  content: ""; }

.-scribd:before {
  content: ""; }

.-pause-circle:before {
  content: ""; }

.-pause-circle-o:before {
  content: ""; }

.-stop-circle:before {
  content: ""; }

.-stop-circle-o:before {
  content: ""; }

.-shopping-bag:before {
  content: ""; }

.-shopping-basket:before {
  content: ""; }

.-hashtag:before {
  content: ""; }

.-bluetooth:before {
  content: ""; }

.-bluetooth-b:before {
  content: ""; }

.-percent:before {
  content: ""; }

/****** Hamburger *******/
/* hamburger */
.slideout-menu {
  left: auto;
  top: 70px; }

.btn-hamburger {
  left: auto;
  right: 12px; }

.ham {
  display: inline-block;
  width: 24px;
  height: 23px;
  z-index: 10; }
  .ham.is-active li {
    position: relative;
    z-index: 10; }

.ham-hamburger__wrapper {
  position: relative;
  cursor: pointer;
  z-index: 2; }
  .ham-hamburger__wrapper:hover .ham-hamburger {
    width: 30px; }
    .ham-hamburger__wrapper:hover .ham-hamburger:before {
      width: 30px; }

@media all and (max-width: 47.875em) {
  .ham-hamburger {
    width: 24px !important;
    background: #000 !important; } }

.ham.is-active .ham-hamburger {
  background: none; }

.ham.is-active .ham-hamburger:before,
.ham.is-active .ham-hamburger:after {
  top: 0;
  width: 24px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
       transform: rotate(45deg); }
  @media all and (max-width: 47.875em) {
    .ham.is-active .ham-hamburger:before,
    .ham.is-active .ham-hamburger:after {
      -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
      -moz-transform: rotate(0);
        -o-transform: rotate(0);
           transform: rotate(0);
      top: -10px; } }

.ham.is-active .ham-hamburger:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
       transform: rotate(-45deg); }
  @media all and (max-width: 47.875em) {
    .ham.is-active .ham-hamburger:after {
      -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
      -moz-transform: rotate(0);
        -o-transform: rotate(0);
           transform: rotate(0);
      top: 10px; } }

.ham.is-active .ham-hamburger:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
       transform: scale(1.2); }

.ham-hamburger {
  position: relative;
  z-index: 10;
  width: 22px;
  height: 2px;
  margin: 15px 0;
  background: #000000;
  -moz-border-radius: 4px;
       border-radius: 4px;
  -webkit-transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.ham-hamburger:before, .ham-hamburger:after {
  content: '';
  display: block;
  height: 2px;
  background: #000000;
  position: absolute;
  -moz-border-radius: 4px;
       border-radius: 4px;
  -webkit-transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.ham-hamburger:before {
  top: -10px;
  right: 0;
  width: 15px; }

.ham-hamburger:after {
  top: 10px;
  width: 30px;
  right: 0; }

.ham-hamburger__wrapper {
  display: block;
  height: 22px;
  width: 100px;
  float: right; }

/* hamburger */
/****** Animate *******/
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
       animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
       animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
       animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
       animation-duration: 2s; }

.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
  -webkit-animation-duration: .75s;
  -moz-animation-duration: .75s;
       animation-duration: .75s; }

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  40%, 43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  40%, 43%, 70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); }
  70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@-moz-keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
         animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
         transform: translateZ(0); }
  40%, 43% {
    -webkit-transform: translate3d(0, -30px, 0);
    -moz-transform: translate3d(0, -30px, 0);
         transform: translate3d(0, -30px, 0); }
  40%, 43%, 70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -moz-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
         animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); }
  70% {
    -webkit-transform: translate3d(0, -15px, 0);
    -moz-transform: translate3d(0, -15px, 0);
         transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    -moz-transform: translate3d(0, -4px, 0);
         transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
         animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
         transform: translateZ(0); }
  40%, 43% {
    -webkit-transform: translate3d(0, -30px, 0);
    -moz-transform: translate3d(0, -30px, 0);
         transform: translate3d(0, -30px, 0); }
  40%, 43%, 70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -moz-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
         animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); }
  70% {
    -webkit-transform: translate3d(0, -15px, 0);
    -moz-transform: translate3d(0, -15px, 0);
         transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    -moz-transform: translate3d(0, -4px, 0);
         transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
       animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
   -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
       transform-origin: center bottom; }

@-webkit-keyframes flash {
  0%, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@-moz-keyframes flash {
  0%, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@keyframes flash {
  0%, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  -moz-animation-name: flash;
       animation-name: flash; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@-moz-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
         transform: scaleX(1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -moz-transform: scale3d(1.05, 1.05, 1.05);
         transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
         transform: scaleX(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
      -o-transform: scaleX(1);
         transform: scaleX(1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -moz-transform: scale3d(1.05, 1.05, 1.05);
         transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
      -o-transform: scaleX(1);
         transform: scaleX(1); } }

.pulse {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
       animation-name: pulse; }

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@-moz-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
         transform: scaleX(1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    -moz-transform: scale3d(1.25, 0.75, 1);
         transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    -moz-transform: scale3d(0.75, 1.25, 1);
         transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    -moz-transform: scale3d(1.15, 0.85, 1);
         transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    -moz-transform: scale3d(0.95, 1.05, 1);
         transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    -moz-transform: scale3d(1.05, 0.95, 1);
         transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
         transform: scaleX(1); } }

@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
      -o-transform: scaleX(1);
         transform: scaleX(1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    -moz-transform: scale3d(1.25, 0.75, 1);
         transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    -moz-transform: scale3d(0.75, 1.25, 1);
         transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    -moz-transform: scale3d(1.15, 0.85, 1);
         transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    -moz-transform: scale3d(0.95, 1.05, 1);
         transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    -moz-transform: scale3d(1.05, 0.95, 1);
         transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
      -o-transform: scaleX(1);
         transform: scaleX(1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  -moz-animation-name: rubberBand;
       animation-name: rubberBand; }

@-webkit-keyframes shake {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@-moz-keyframes shake {
  0%, to {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
         transform: translateZ(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -moz-transform: translate3d(-10px, 0, 0);
         transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    -moz-transform: translate3d(10px, 0, 0);
         transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  0%, to {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
         transform: translateZ(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -moz-transform: translate3d(-10px, 0, 0);
         transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    -moz-transform: translate3d(10px, 0, 0);
         transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
       animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-moz-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
         transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    -moz-transform: translateX(-6px) rotateY(-9deg);
         transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    -moz-transform: translateX(5px) rotateY(7deg);
         transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    -moz-transform: translateX(-3px) rotateY(-5deg);
         transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    -moz-transform: translateX(2px) rotateY(3deg);
         transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
         transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
      -o-transform: translateX(0);
         transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    -moz-transform: translateX(-6px) rotateY(-9deg);
         transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    -moz-transform: translateX(5px) rotateY(7deg);
         transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    -moz-transform: translateX(-3px) rotateY(-5deg);
         transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    -moz-transform: translateX(2px) rotateY(3deg);
         transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
      -o-transform: translateX(0);
         transform: translateX(0); } }

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
       animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  -moz-animation-name: headShake;
       animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@-moz-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
         transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
         transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
         transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
         transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
         transform: rotate(0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
      -o-transform: rotate(15deg);
         transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
      -o-transform: rotate(-10deg);
         transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
      -o-transform: rotate(5deg);
         transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
      -o-transform: rotate(-5deg);
         transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
         transform: rotate(0deg); } }

.swing {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
   -ms-transform-origin: top center;
    -o-transform-origin: top center;
       transform-origin: top center;
  -webkit-animation-name: swing;
  -moz-animation-name: swing;
       animation-name: swing; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@-moz-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
         transform: scaleX(1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    -moz-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
         transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    -moz-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
         transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    -moz-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
         transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); }
  to {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
         transform: scaleX(1); } }

@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
      -o-transform: scaleX(1);
         transform: scaleX(1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    -moz-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
         transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    -moz-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
         transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    -moz-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
         transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); }
  to {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
      -o-transform: scaleX(1);
         transform: scaleX(1); } }

.tada {
  -webkit-animation-name: tada;
  -moz-animation-name: tada;
       animation-name: tada; }

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }

@-moz-keyframes wobble {
  0% {
    -webkit-transform: none;
    -moz-transform: none;
         transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    -moz-transform: translate3d(-25%, 0, 0) rotate(-5deg);
         transform: translate3d(-25%, 0, 0) rotate(-5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    -moz-transform: translate3d(20%, 0, 0) rotate(3deg);
         transform: translate3d(20%, 0, 0) rotate(3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    -moz-transform: translate3d(-15%, 0, 0) rotate(-3deg);
         transform: translate3d(-15%, 0, 0) rotate(-3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    -moz-transform: translate3d(10%, 0, 0) rotate(2deg);
         transform: translate3d(10%, 0, 0) rotate(2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    -moz-transform: translate3d(-5%, 0, 0) rotate(-1deg);
         transform: translate3d(-5%, 0, 0) rotate(-1deg); }
  to {
    -webkit-transform: none;
    -moz-transform: none;
         transform: none; } }

@keyframes wobble {
  0% {
    -webkit-transform: none;
    -moz-transform: none;
      -o-transform: none;
         transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    -moz-transform: translate3d(-25%, 0, 0) rotate(-5deg);
         transform: translate3d(-25%, 0, 0) rotate(-5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    -moz-transform: translate3d(20%, 0, 0) rotate(3deg);
         transform: translate3d(20%, 0, 0) rotate(3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    -moz-transform: translate3d(-15%, 0, 0) rotate(-3deg);
         transform: translate3d(-15%, 0, 0) rotate(-3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    -moz-transform: translate3d(10%, 0, 0) rotate(2deg);
         transform: translate3d(10%, 0, 0) rotate(2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    -moz-transform: translate3d(-5%, 0, 0) rotate(-1deg);
         transform: translate3d(-5%, 0, 0) rotate(-1deg); }
  to {
    -webkit-transform: none;
    -moz-transform: none;
      -o-transform: none;
         transform: none; } }

.wobble {
  -webkit-animation-name: wobble;
  -moz-animation-name: wobble;
       animation-name: wobble; }

@-webkit-keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@-moz-keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: none;
    -moz-transform: none;
         transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
         transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
         transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
         transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
         transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
         transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    -moz-transform: skewX(0.39063deg) skewY(0.39063deg);
         transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    -moz-transform: skewX(-0.19531deg) skewY(-0.19531deg);
         transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: none;
    -moz-transform: none;
      -o-transform: none;
         transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
      -o-transform: skewX(-12.5deg) skewY(-12.5deg);
         transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
      -o-transform: skewX(6.25deg) skewY(6.25deg);
         transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
      -o-transform: skewX(-3.125deg) skewY(-3.125deg);
         transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
      -o-transform: skewX(1.5625deg) skewY(1.5625deg);
         transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
      -o-transform: skewX(-0.78125deg) skewY(-0.78125deg);
         transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    -moz-transform: skewX(0.39063deg) skewY(0.39063deg);
      -o-transform: skewX(0.39063deg) skewY(0.39063deg);
         transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    -moz-transform: skewX(-0.19531deg) skewY(-0.19531deg);
      -o-transform: skewX(-0.19531deg) skewY(-0.19531deg);
         transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  -webkit-animation-name: jello;
  -moz-animation-name: jello;
       animation-name: jello;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
   -ms-transform-origin: center;
    -o-transform-origin: center;
       transform-origin: center; }

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@-moz-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
         animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
         transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -moz-transform: scale3d(1.1, 1.1, 1.1);
         transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -moz-transform: scale3d(0.9, 0.9, 0.9);
         transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    -moz-transform: scale3d(1.03, 1.03, 1.03);
         transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    -moz-transform: scale3d(0.97, 0.97, 0.97);
         transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
         transform: scaleX(1); } }

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
         animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
         transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -moz-transform: scale3d(1.1, 1.1, 1.1);
         transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -moz-transform: scale3d(0.9, 0.9, 0.9);
         transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    -moz-transform: scale3d(1.03, 1.03, 1.03);
         transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    -moz-transform: scale3d(0.97, 0.97, 0.97);
         transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
      -o-transform: scaleX(1);
         transform: scaleX(1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
       animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@-moz-keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
         animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    -moz-transform: translate3d(0, -3000px, 0);
         transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    -moz-transform: translate3d(0, 25px, 0);
         transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    -moz-transform: translate3d(0, -10px, 0);
         transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    -moz-transform: translate3d(0, 5px, 0);
         transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    -moz-transform: none;
         transform: none; } }

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
         animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    -moz-transform: translate3d(0, -3000px, 0);
         transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    -moz-transform: translate3d(0, 25px, 0);
         transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    -moz-transform: translate3d(0, -10px, 0);
         transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    -moz-transform: translate3d(0, 5px, 0);
         transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    -moz-transform: none;
      -o-transform: none;
         transform: none; } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
       animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@-moz-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
         animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    -moz-transform: translate3d(-3000px, 0, 0);
         transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    -moz-transform: translate3d(25px, 0, 0);
         transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -moz-transform: translate3d(-10px, 0, 0);
         transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    -moz-transform: translate3d(5px, 0, 0);
         transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    -moz-transform: none;
         transform: none; } }

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
         animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    -moz-transform: translate3d(-3000px, 0, 0);
         transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    -moz-transform: translate3d(25px, 0, 0);
         transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -moz-transform: translate3d(-10px, 0, 0);
         transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    -moz-transform: translate3d(5px, 0, 0);
         transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    -moz-transform: none;
      -o-transform: none;
         transform: none; } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
       animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@-moz-keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
         animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    -moz-transform: translate3d(3000px, 0, 0);
         transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    -moz-transform: translate3d(-25px, 0, 0);
         transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    -moz-transform: translate3d(10px, 0, 0);
         transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    -moz-transform: translate3d(-5px, 0, 0);
         transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    -moz-transform: none;
         transform: none; } }

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
         animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    -moz-transform: translate3d(3000px, 0, 0);
         transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    -moz-transform: translate3d(-25px, 0, 0);
         transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    -moz-transform: translate3d(10px, 0, 0);
         transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    -moz-transform: translate3d(-5px, 0, 0);
         transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    -moz-transform: none;
      -o-transform: none;
         transform: none; } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
       animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@-moz-keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
         animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    -moz-transform: translate3d(0, 3000px, 0);
         transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -moz-transform: translate3d(0, -20px, 0);
         transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
         transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    -moz-transform: translate3d(0, -5px, 0);
         transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
         transform: translateZ(0); } }

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
         animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    -moz-transform: translate3d(0, 3000px, 0);
         transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -moz-transform: translate3d(0, -20px, 0);
         transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
         transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    -moz-transform: translate3d(0, -5px, 0);
         transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
         transform: translateZ(0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  -moz-animation-name: bounceInUp;
       animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@-moz-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -moz-transform: scale3d(0.9, 0.9, 0.9);
         transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -moz-transform: scale3d(1.1, 1.1, 1.1);
         transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
         transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -moz-transform: scale3d(0.9, 0.9, 0.9);
         transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -moz-transform: scale3d(1.1, 1.1, 1.1);
         transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
         transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-name: bounceOut;
  -moz-animation-name: bounceOut;
       animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@-moz-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
         transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -moz-transform: translate3d(0, -20px, 0);
         transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -moz-transform: translate3d(0, 2000px, 0);
         transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
         transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -moz-transform: translate3d(0, -20px, 0);
         transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -moz-transform: translate3d(0, 2000px, 0);
         transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  -moz-animation-name: bounceOutDown;
       animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@-moz-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    -moz-transform: translate3d(20px, 0, 0);
         transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -moz-transform: translate3d(-2000px, 0, 0);
         transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    -moz-transform: translate3d(20px, 0, 0);
         transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -moz-transform: translate3d(-2000px, 0, 0);
         transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  -moz-animation-name: bounceOutLeft;
       animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@-moz-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    -moz-transform: translate3d(-20px, 0, 0);
         transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -moz-transform: translate3d(2000px, 0, 0);
         transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    -moz-transform: translate3d(-20px, 0, 0);
         transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -moz-transform: translate3d(2000px, 0, 0);
         transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  -moz-animation-name: bounceOutRight;
       animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@-moz-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    -moz-transform: translate3d(0, -10px, 0);
         transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
         transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -moz-transform: translate3d(0, -2000px, 0);
         transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    -moz-transform: translate3d(0, -10px, 0);
         transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
         transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -moz-transform: translate3d(0, -2000px, 0);
         transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -moz-animation-name: bounceOutUp;
       animation-name: bounceOutUp; }

@-webkit-keyframes deIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

@-moz-keyframes deIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes deIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

.deIn {
  -webkit-animation-name: deIn;
  -moz-animation-name: deIn;
       animation-name: deIn; }

@-webkit-keyframes deInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-moz-keyframes deInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
         transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
         transform: none; } }

@keyframes deInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
         transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
      -o-transform: none;
         transform: none; } }

.deInDown {
  -webkit-animation-name: deInDown;
  -moz-animation-name: deInDown;
       animation-name: deInDown; }

@-webkit-keyframes deInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-moz-keyframes deInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -moz-transform: translate3d(0, -2000px, 0);
         transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
         transform: none; } }

@keyframes deInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -moz-transform: translate3d(0, -2000px, 0);
         transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
      -o-transform: none;
         transform: none; } }

.deInDownBig {
  -webkit-animation-name: deInDownBig;
  -moz-animation-name: deInDownBig;
       animation-name: deInDownBig; }

@-webkit-keyframes deInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-moz-keyframes deInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
         transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
         transform: none; } }

@keyframes deInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
         transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
      -o-transform: none;
         transform: none; } }

.deInLeft {
  -webkit-animation-name: deInLeft;
  -moz-animation-name: deInLeft;
       animation-name: deInLeft; }

@-webkit-keyframes deInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-moz-keyframes deInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -moz-transform: translate3d(-2000px, 0, 0);
         transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
         transform: none; } }

@keyframes deInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -moz-transform: translate3d(-2000px, 0, 0);
         transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
      -o-transform: none;
         transform: none; } }

.deInLeftBig {
  -webkit-animation-name: deInLeftBig;
  -moz-animation-name: deInLeftBig;
       animation-name: deInLeftBig; }

@-webkit-keyframes deInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-moz-keyframes deInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
         transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
         transform: none; } }

@keyframes deInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
         transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
      -o-transform: none;
         transform: none; } }

.deInRight {
  -webkit-animation-name: deInRight;
  -moz-animation-name: deInRight;
       animation-name: deInRight; }

@-webkit-keyframes deInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-moz-keyframes deInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -moz-transform: translate3d(2000px, 0, 0);
         transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
         transform: none; } }

@keyframes deInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -moz-transform: translate3d(2000px, 0, 0);
         transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
      -o-transform: none;
         transform: none; } }

.deInRightBig {
  -webkit-animation-name: deInRightBig;
  -moz-animation-name: deInRightBig;
       animation-name: deInRightBig; }

@-webkit-keyframes deInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-moz-keyframes deInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
         transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
         transform: none; } }

@keyframes deInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
         transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
      -o-transform: none;
         transform: none; } }

.deInUp {
  -webkit-animation-name: deInUp;
  -moz-animation-name: deInUp;
       animation-name: deInUp; }

@-webkit-keyframes deInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-moz-keyframes deInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -moz-transform: translate3d(0, 2000px, 0);
         transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
         transform: none; } }

@keyframes deInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -moz-transform: translate3d(0, 2000px, 0);
         transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
      -o-transform: none;
         transform: none; } }

.deInUpBig {
  -webkit-animation-name: deInUpBig;
  -moz-animation-name: deInUpBig;
       animation-name: deInUpBig; }

@-webkit-keyframes deOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0; } }

@-moz-keyframes deOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes deOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0; } }

.deOut {
  -webkit-animation-name: deOut;
  -moz-animation-name: deOut;
       animation-name: deOut; }

@-webkit-keyframes deOutDown {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@-moz-keyframes deOutDown {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
         transform: translate3d(0, 100%, 0); } }

@keyframes deOutDown {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
         transform: translate3d(0, 100%, 0); } }

.deOutDown {
  -webkit-animation-name: deOutDown;
  -moz-animation-name: deOutDown;
       animation-name: deOutDown; }

@-webkit-keyframes deOutDownBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@-moz-keyframes deOutDownBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -moz-transform: translate3d(0, 2000px, 0);
         transform: translate3d(0, 2000px, 0); } }

@keyframes deOutDownBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -moz-transform: translate3d(0, 2000px, 0);
         transform: translate3d(0, 2000px, 0); } }

.deOutDownBig {
  -webkit-animation-name: deOutDownBig;
  -moz-animation-name: deOutDownBig;
       animation-name: deOutDownBig; }

@-webkit-keyframes deOutLeft {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@-moz-keyframes deOutLeft {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
         transform: translate3d(-100%, 0, 0); } }

@keyframes deOutLeft {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
         transform: translate3d(-100%, 0, 0); } }

.deOutLeft {
  -webkit-animation-name: deOutLeft;
  -moz-animation-name: deOutLeft;
       animation-name: deOutLeft; }

@-webkit-keyframes deOutLeftBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@-moz-keyframes deOutLeftBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -moz-transform: translate3d(-2000px, 0, 0);
         transform: translate3d(-2000px, 0, 0); } }

@keyframes deOutLeftBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -moz-transform: translate3d(-2000px, 0, 0);
         transform: translate3d(-2000px, 0, 0); } }

.deOutLeftBig {
  -webkit-animation-name: deOutLeftBig;
  -moz-animation-name: deOutLeftBig;
       animation-name: deOutLeftBig; }

@-webkit-keyframes deOutRight {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@-moz-keyframes deOutRight {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
         transform: translate3d(100%, 0, 0); } }

@keyframes deOutRight {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
         transform: translate3d(100%, 0, 0); } }

.deOutRight {
  -webkit-animation-name: deOutRight;
  -moz-animation-name: deOutRight;
       animation-name: deOutRight; }

@-webkit-keyframes deOutRightBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@-moz-keyframes deOutRightBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -moz-transform: translate3d(2000px, 0, 0);
         transform: translate3d(2000px, 0, 0); } }

@keyframes deOutRightBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -moz-transform: translate3d(2000px, 0, 0);
         transform: translate3d(2000px, 0, 0); } }

.deOutRightBig {
  -webkit-animation-name: deOutRightBig;
  -moz-animation-name: deOutRightBig;
       animation-name: deOutRightBig; }

@-webkit-keyframes deOutUp {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@-moz-keyframes deOutUp {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
         transform: translate3d(0, -100%, 0); } }

@keyframes deOutUp {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
         transform: translate3d(0, -100%, 0); } }

.deOutUp {
  -webkit-animation-name: deOutUp;
  -moz-animation-name: deOutUp;
       animation-name: deOutUp; }

@-webkit-keyframes deOutUpBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@-moz-keyframes deOutUpBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -moz-transform: translate3d(0, -2000px, 0);
         transform: translate3d(0, -2000px, 0); } }

@keyframes deOutUpBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -moz-transform: translate3d(0, -2000px, 0);
         transform: translate3d(0, -2000px, 0); } }

.deOutUpBig {
  -webkit-animation-name: deOutUpBig;
  -moz-animation-name: deOutUpBig;
       animation-name: deOutUpBig; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn); }
  0%, 40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg); }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg); }
  50%, 80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@-moz-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    -moz-transform: perspective(400px) rotateY(-1turn);
         transform: perspective(400px) rotateY(-1turn); }
  0%, 40% {
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
         animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    -moz-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
         transform: perspective(400px) translateZ(150px) rotateY(-190deg); }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    -moz-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
         transform: perspective(400px) translateZ(150px) rotateY(-170deg); }
  50%, 80% {
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
         animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -moz-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
         transform: perspective(400px) scale3d(0.95, 0.95, 0.95); }
  to {
    -webkit-transform: perspective(400px);
    -moz-transform: perspective(400px);
         transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
         animation-timing-function: ease-in; } }

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    -moz-transform: perspective(400px) rotateY(-1turn);
         transform: perspective(400px) rotateY(-1turn); }
  0%, 40% {
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
         animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    -moz-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
         transform: perspective(400px) translateZ(150px) rotateY(-190deg); }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    -moz-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
         transform: perspective(400px) translateZ(150px) rotateY(-170deg); }
  50%, 80% {
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
         animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -moz-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
         transform: perspective(400px) scale3d(0.95, 0.95, 0.95); }
  to {
    -webkit-transform: perspective(400px);
    -moz-transform: perspective(400px);
         transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
         animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backce-visibility: visible;
  backce-visibility: visible;
  -webkit-animation-name: flip;
  -moz-animation-name: flip;
       animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg); }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@-moz-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -moz-transform: perspective(400px) rotateX(90deg);
         transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
         animation-timing-function: ease-in; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    -moz-transform: perspective(400px) rotateX(-20deg);
         transform: perspective(400px) rotateX(-20deg); }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -moz-transform: perspective(400px) rotateX(10deg);
         transform: perspective(400px) rotateX(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    -moz-transform: perspective(400px) rotateX(-5deg);
         transform: perspective(400px) rotateX(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    -moz-transform: perspective(400px);
         transform: perspective(400px); } }

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -moz-transform: perspective(400px) rotateX(90deg);
         transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
         animation-timing-function: ease-in; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    -moz-transform: perspective(400px) rotateX(-20deg);
         transform: perspective(400px) rotateX(-20deg); }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -moz-transform: perspective(400px) rotateX(10deg);
         transform: perspective(400px) rotateX(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    -moz-transform: perspective(400px) rotateX(-5deg);
         transform: perspective(400px) rotateX(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    -moz-transform: perspective(400px);
         transform: perspective(400px); } }

.flipInX {
  -webkit-backce-visibility: visible !important;
  backce-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -moz-animation-name: flipInX;
       animation-name: flipInX; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg); }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@-moz-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -moz-transform: perspective(400px) rotateY(90deg);
         transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
         animation-timing-function: ease-in; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    -moz-transform: perspective(400px) rotateY(-20deg);
         transform: perspective(400px) rotateY(-20deg); }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -moz-transform: perspective(400px) rotateY(10deg);
         transform: perspective(400px) rotateY(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    -moz-transform: perspective(400px) rotateY(-5deg);
         transform: perspective(400px) rotateY(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    -moz-transform: perspective(400px);
         transform: perspective(400px); } }

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -moz-transform: perspective(400px) rotateY(90deg);
         transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
         animation-timing-function: ease-in; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    -moz-transform: perspective(400px) rotateY(-20deg);
         transform: perspective(400px) rotateY(-20deg); }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -moz-transform: perspective(400px) rotateY(10deg);
         transform: perspective(400px) rotateY(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    -moz-transform: perspective(400px) rotateY(-5deg);
         transform: perspective(400px) rotateY(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    -moz-transform: perspective(400px);
         transform: perspective(400px); } }

.flipInY {
  -webkit-backce-visibility: visible !important;
  backce-visibility: visible !important;
  -webkit-animation-name: flipInY;
  -moz-animation-name: flipInY;
       animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@-moz-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    -moz-transform: perspective(400px);
         transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    -moz-transform: perspective(400px) rotateX(-20deg);
         transform: perspective(400px) rotateX(-20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -moz-transform: perspective(400px) rotateX(90deg);
         transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    -moz-transform: perspective(400px);
         transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    -moz-transform: perspective(400px) rotateX(-20deg);
         transform: perspective(400px) rotateX(-20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -moz-transform: perspective(400px) rotateX(90deg);
         transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-name: flipOutX;
  -moz-animation-name: flipOutX;
       animation-name: flipOutX;
  -webkit-backce-visibility: visible !important;
  backce-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

@-moz-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    -moz-transform: perspective(400px);
         transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    -moz-transform: perspective(400px) rotateY(-15deg);
         transform: perspective(400px) rotateY(-15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -moz-transform: perspective(400px) rotateY(90deg);
         transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    -moz-transform: perspective(400px);
         transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    -moz-transform: perspective(400px) rotateY(-15deg);
         transform: perspective(400px) rotateY(-15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -moz-transform: perspective(400px) rotateY(90deg);
         transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backce-visibility: visible !important;
  backce-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  -moz-animation-name: flipOutY;
       animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg); }
  60%, 80% {
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@-moz-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    -moz-transform: translate3d(100%, 0, 0) skewX(-30deg);
         transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    -moz-transform: skewX(20deg);
         transform: skewX(20deg); }
  60%, 80% {
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    -moz-transform: skewX(-5deg);
         transform: skewX(-5deg); }
  to {
    -webkit-transform: none;
    -moz-transform: none;
         transform: none;
    opacity: 1; } }

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    -moz-transform: translate3d(100%, 0, 0) skewX(-30deg);
         transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    -moz-transform: skewX(20deg);
      -o-transform: skewX(20deg);
         transform: skewX(20deg); }
  60%, 80% {
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    -moz-transform: skewX(-5deg);
      -o-transform: skewX(-5deg);
         transform: skewX(-5deg); }
  to {
    -webkit-transform: none;
    -moz-transform: none;
      -o-transform: none;
         transform: none;
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -moz-animation-name: lightSpeedIn;
       animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
       animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@-moz-keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    -moz-transform: translate3d(100%, 0, 0) skewX(30deg);
         transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    -moz-transform: translate3d(100%, 0, 0) skewX(30deg);
         transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -moz-animation-name: lightSpeedOut;
       animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
       animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  0%, to {
    -webkit-transform-origin: center; }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@-moz-keyframes rotateIn {
  0% {
    -moz-transform-origin: center;
         transform-origin: center;
    -webkit-transform: rotate(-200deg);
    -moz-transform: rotate(-200deg);
         transform: rotate(-200deg);
    opacity: 0; }
  0%, to {
    -webkit-transform-origin: center; }
  to {
    -moz-transform-origin: center;
         transform-origin: center;
    -webkit-transform: none;
    -moz-transform: none;
         transform: none;
    opacity: 1; } }

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
       -moz-transform-origin: center;
         -o-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate(-200deg);
    -moz-transform: rotate(-200deg);
      -o-transform: rotate(-200deg);
         transform: rotate(-200deg);
    opacity: 0; }
  0%, to {
    -webkit-transform-origin: center; }
  to {
    -webkit-transform-origin: center;
       -moz-transform-origin: center;
         -o-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
    -moz-transform: none;
      -o-transform: none;
         transform: none;
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  -moz-animation-name: rotateIn;
       animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; }
  0%, to {
    -webkit-transform-origin: left bottom; }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@-moz-keyframes rotateInDownLeft {
  0% {
    -moz-transform-origin: left bottom;
         transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
         transform: rotate(-45deg);
    opacity: 0; }
  0%, to {
    -webkit-transform-origin: left bottom; }
  to {
    -moz-transform-origin: left bottom;
         transform-origin: left bottom;
    -webkit-transform: none;
    -moz-transform: none;
         transform: none;
    opacity: 1; } }

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
       -moz-transform-origin: left bottom;
         -o-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
         transform: rotate(-45deg);
    opacity: 0; }
  0%, to {
    -webkit-transform-origin: left bottom; }
  to {
    -webkit-transform-origin: left bottom;
       -moz-transform-origin: left bottom;
         -o-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
    -moz-transform: none;
      -o-transform: none;
         transform: none;
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  -moz-animation-name: rotateInDownLeft;
       animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  0%, to {
    -webkit-transform-origin: right bottom; }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@-moz-keyframes rotateInDownRight {
  0% {
    -moz-transform-origin: right bottom;
         transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
         transform: rotate(45deg);
    opacity: 0; }
  0%, to {
    -webkit-transform-origin: right bottom; }
  to {
    -moz-transform-origin: right bottom;
         transform-origin: right bottom;
    -webkit-transform: none;
    -moz-transform: none;
         transform: none;
    opacity: 1; } }

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
       -moz-transform-origin: right bottom;
         -o-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
         transform: rotate(45deg);
    opacity: 0; }
  0%, to {
    -webkit-transform-origin: right bottom; }
  to {
    -webkit-transform-origin: right bottom;
       -moz-transform-origin: right bottom;
         -o-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
    -moz-transform: none;
      -o-transform: none;
         transform: none;
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  -moz-animation-name: rotateInDownRight;
       animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  0%, to {
    -webkit-transform-origin: left bottom; }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@-moz-keyframes rotateInUpLeft {
  0% {
    -moz-transform-origin: left bottom;
         transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
         transform: rotate(45deg);
    opacity: 0; }
  0%, to {
    -webkit-transform-origin: left bottom; }
  to {
    -moz-transform-origin: left bottom;
         transform-origin: left bottom;
    -webkit-transform: none;
    -moz-transform: none;
         transform: none;
    opacity: 1; } }

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
       -moz-transform-origin: left bottom;
         -o-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
         transform: rotate(45deg);
    opacity: 0; }
  0%, to {
    -webkit-transform-origin: left bottom; }
  to {
    -webkit-transform-origin: left bottom;
       -moz-transform-origin: left bottom;
         -o-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
    -moz-transform: none;
      -o-transform: none;
         transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  -moz-animation-name: rotateInUpLeft;
       animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  0%, to {
    -webkit-transform-origin: right bottom; }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@-moz-keyframes rotateInUpRight {
  0% {
    -moz-transform-origin: right bottom;
         transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
         transform: rotate(-90deg);
    opacity: 0; }
  0%, to {
    -webkit-transform-origin: right bottom; }
  to {
    -moz-transform-origin: right bottom;
         transform-origin: right bottom;
    -webkit-transform: none;
    -moz-transform: none;
         transform: none;
    opacity: 1; } }

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
       -moz-transform-origin: right bottom;
         -o-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
         transform: rotate(-90deg);
    opacity: 0; }
  0%, to {
    -webkit-transform-origin: right bottom; }
  to {
    -webkit-transform-origin: right bottom;
       -moz-transform-origin: right bottom;
         -o-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
    -moz-transform: none;
      -o-transform: none;
         transform: none;
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  -moz-animation-name: rotateInUpRight;
       animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1; }
  0%, to {
    -webkit-transform-origin: center; }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }

@-moz-keyframes rotateOut {
  0% {
    -moz-transform-origin: center;
         transform-origin: center;
    opacity: 1; }
  0%, to {
    -webkit-transform-origin: center; }
  to {
    -moz-transform-origin: center;
         transform-origin: center;
    -webkit-transform: rotate(200deg);
    -moz-transform: rotate(200deg);
         transform: rotate(200deg);
    opacity: 0; } }

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
       -moz-transform-origin: center;
         -o-transform-origin: center;
            transform-origin: center;
    opacity: 1; }
  0%, to {
    -webkit-transform-origin: center; }
  to {
    -webkit-transform-origin: center;
       -moz-transform-origin: center;
         -o-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate(200deg);
    -moz-transform: rotate(200deg);
      -o-transform: rotate(200deg);
         transform: rotate(200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  -moz-animation-name: rotateOut;
       animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1; }
  0%, to {
    -webkit-transform-origin: left bottom; }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; } }

@-moz-keyframes rotateOutDownLeft {
  0% {
    -moz-transform-origin: left bottom;
         transform-origin: left bottom;
    opacity: 1; }
  0%, to {
    -webkit-transform-origin: left bottom; }
  to {
    -moz-transform-origin: left bottom;
         transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
         transform: rotate(45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
       -moz-transform-origin: left bottom;
         -o-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1; }
  0%, to {
    -webkit-transform-origin: left bottom; }
  to {
    -webkit-transform-origin: left bottom;
       -moz-transform-origin: left bottom;
         -o-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
         transform: rotate(45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  -moz-animation-name: rotateOutDownLeft;
       animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1; }
  0%, to {
    -webkit-transform-origin: right bottom; }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }

@-moz-keyframes rotateOutDownRight {
  0% {
    -moz-transform-origin: right bottom;
         transform-origin: right bottom;
    opacity: 1; }
  0%, to {
    -webkit-transform-origin: right bottom; }
  to {
    -moz-transform-origin: right bottom;
         transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
         transform: rotate(-45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
       -moz-transform-origin: right bottom;
         -o-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1; }
  0%, to {
    -webkit-transform-origin: right bottom; }
  to {
    -webkit-transform-origin: right bottom;
       -moz-transform-origin: right bottom;
         -o-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
         transform: rotate(-45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  -moz-animation-name: rotateOutDownRight;
       animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1; }
  0%, to {
    -webkit-transform-origin: left bottom; }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }

@-moz-keyframes rotateOutUpLeft {
  0% {
    -moz-transform-origin: left bottom;
         transform-origin: left bottom;
    opacity: 1; }
  0%, to {
    -webkit-transform-origin: left bottom; }
  to {
    -moz-transform-origin: left bottom;
         transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
         transform: rotate(-45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
       -moz-transform-origin: left bottom;
         -o-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1; }
  0%, to {
    -webkit-transform-origin: left bottom; }
  to {
    -webkit-transform-origin: left bottom;
       -moz-transform-origin: left bottom;
         -o-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
         transform: rotate(-45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  -moz-animation-name: rotateOutUpLeft;
       animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1; }
  0%, to {
    -webkit-transform-origin: right bottom; }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

@-moz-keyframes rotateOutUpRight {
  0% {
    -moz-transform-origin: right bottom;
         transform-origin: right bottom;
    opacity: 1; }
  0%, to {
    -webkit-transform-origin: right bottom; }
  to {
    -moz-transform-origin: right bottom;
         transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
         transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
       -moz-transform-origin: right bottom;
         -o-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1; }
  0%, to {
    -webkit-transform-origin: right bottom; }
  to {
    -webkit-transform-origin: right bottom;
       -moz-transform-origin: right bottom;
         -o-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
      -o-transform: rotate(90deg);
         transform: rotate(90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  -moz-animation-name: rotateOutUpRight;
       animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left; }
  0%, 20%, 60% {
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left; }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@-moz-keyframes hinge {
  0% {
    -moz-transform-origin: top left;
         transform-origin: top left; }
  0%, 20%, 60% {
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
         animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    -moz-transform: rotate(80deg);
         transform: rotate(80deg);
    -moz-transform-origin: top left;
         transform-origin: top left; }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
         transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
         transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
         animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    -moz-transform: translate3d(0, 700px, 0);
         transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
       -moz-transform-origin: top left;
         -o-transform-origin: top left;
            transform-origin: top left; }
  0%, 20%, 60% {
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
         animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    -moz-transform: rotate(80deg);
      -o-transform: rotate(80deg);
         transform: rotate(80deg);
    -webkit-transform-origin: top left;
       -moz-transform-origin: top left;
         -o-transform-origin: top left;
            transform-origin: top left; }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
      -o-transform: rotate(60deg);
         transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
      -o-transform-origin: top left;
         transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
         animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    -moz-transform: translate3d(0, 700px, 0);
         transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-name: hinge;
  -moz-animation-name: hinge;
       animation-name: hinge; }

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-moz-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    -moz-transform: translate3d(-100%, 0, 0) rotate(-120deg);
         transform: translate3d(-100%, 0, 0) rotate(-120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
         transform: none; } }

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    -moz-transform: translate3d(-100%, 0, 0) rotate(-120deg);
         transform: translate3d(-100%, 0, 0) rotate(-120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
      -o-transform: none;
         transform: none; } }

.rollIn {
  -webkit-animation-name: rollIn;
  -moz-animation-name: rollIn;
       animation-name: rollIn; }

@-webkit-keyframes rollOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg); } }

@-moz-keyframes rollOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    -moz-transform: translate3d(100%, 0, 0) rotate(120deg);
         transform: translate3d(100%, 0, 0) rotate(120deg); } }

@keyframes rollOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    -moz-transform: translate3d(100%, 0, 0) rotate(120deg);
         transform: translate3d(100%, 0, 0) rotate(120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  -moz-animation-name: rollOut;
       animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@-moz-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
         transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
         transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  -moz-animation-name: zoomIn;
       animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@-moz-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
         transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
         animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
         transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
         animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
         transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
         animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
         transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
         animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  -moz-animation-name: zoomInDown;
       animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@-moz-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
         transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
         animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
         transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
         animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
         transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
         animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
         transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
         animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  -moz-animation-name: zoomInLeft;
       animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@-moz-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
         transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
         animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
         transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
         animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
         transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
         animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
         transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
         animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  -moz-animation-name: zoomInRight;
       animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@-moz-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
         transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
         animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
         transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
         animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
         transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
         animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
         transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
         animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  -moz-animation-name: zoomInUp;
       animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50%, to {
    opacity: 0; } }

@-moz-keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
         transform: scale3d(0.3, 0.3, 0.3); }
  50%, to {
    opacity: 0; } }

@keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
         transform: scale3d(0.3, 0.3, 0.3); }
  50%, to {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  -moz-animation-name: zoomOut;
       animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@-moz-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
         transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
         animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
         transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
         transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
         animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
         transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
         animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
         transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
      -o-transform-origin: center bottom;
         transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
         animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  -moz-animation-name: zoomOutDown;
       animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@-moz-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
         transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -moz-transform: scale(0.1) translate3d(-2000px, 0, 0);
         transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
         transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
         transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -moz-transform: scale(0.1) translate3d(-2000px, 0, 0);
         transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
      -o-transform-origin: left center;
         transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  -moz-animation-name: zoomOutLeft;
       animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@-moz-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
         transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -moz-transform: scale(0.1) translate3d(2000px, 0, 0);
         transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
         transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
         transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -moz-transform: scale(0.1) translate3d(2000px, 0, 0);
         transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
      -o-transform-origin: right center;
         transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  -moz-animation-name: zoomOutRight;
       animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@-moz-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
         transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
         animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
         transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
         transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
         animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
         transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
         animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
         transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
      -o-transform-origin: center bottom;
         transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
         animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  -moz-animation-name: zoomOutUp;
       animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@-moz-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
         transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
         transform: translateZ(0); } }

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
         transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
         transform: translateZ(0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  -moz-animation-name: slideInDown;
       animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@-moz-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
         transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
         transform: translateZ(0); } }

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
         transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
         transform: translateZ(0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  -moz-animation-name: slideInLeft;
       animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@-moz-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
         transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
         transform: translateZ(0); } }

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
         transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
         transform: translateZ(0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  -moz-animation-name: slideInRight;
       animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@-moz-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
         transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
         transform: translateZ(0); } }

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
         transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
         transform: translateZ(0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  -moz-animation-name: slideInUp;
       animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@-moz-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
         transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
         transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
         transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
         transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  -moz-animation-name: slideOutDown;
       animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@-moz-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
         transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
         transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
         transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
         transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  -moz-animation-name: slideOutLeft;
       animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@-moz-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
         transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
         transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
         transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
         transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  -moz-animation-name: slideOutRight;
       animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@-moz-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
         transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
         transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
         transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
         transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  -moz-animation-name: slideOutUp;
       animation-name: slideOutUp; }

/****** Utility *******/
@media all and (min-width: 48em) and (max-width: 61.875em) {
  .m-t-0--md {
    margin-top: 0 !important; }
  .m-t-1--md {
    margin-top: 1rem !important; }
  .m-t-2--md {
    margin-top: 2rem !important; }
  .m-t-3--md {
    margin-top: 3rem !important; }
  .m-b-0--md {
    margin-bottom: 0 !important; }
  .m-b-1--md {
    margin-bottom: 1rem !important; }
  .m-b-2--md {
    margin-bottom: 2rem !important; }
  .m-b-3--md {
    margin-bottom: 3rem !important; }
  .m-l-0--md {
    margin-left: 0 !important; }
  .m-l-1--md {
    margin-left: 1rem !important; }
  .m-l-2--md {
    margin-left: 2rem !important; }
  .m-l-3--md {
    margin-left: 3rem !important; }
  .m-r-0--md {
    margin-right: 0 !important; }
  .m-r-1--md {
    margin-right: 1rem !important; }
  .m-r-2--md {
    margin-right: 2rem !important; }
  .m-r-3--md {
    margin-right: 3rem !important; }
  .p-t-0--md {
    padding-top: 0 !important; }
  .p-t-1--md {
    padding-top: 1rem !important; }
  .p-t-2--md {
    padding-top: 2rem !important; }
  .p-t-3--md {
    padding-top: 3rem !important; }
  .p-b-0--md {
    padding-bottom: 0 !important; }
  .p-b-1--md {
    padding-bottom: 1rem !important; }
  .p-b-2--md {
    padding-bottom: 2rem !important; }
  .p-b-3--md {
    padding-bottom: 3rem !important; }
  .p-l-0--md {
    padding-left: 0 !important; }
  .p-l-1--md {
    padding-left: 1rem !important; }
  .p-l-2--md {
    padding-left: 2rem !important; }
  .p-l-3--md {
    padding-left: 3rem !important; }
  .p-r-0--md {
    padding-right: 0 !important; }
  .p-r-1--md {
    padding-right: 1rem !important; }
  .p-r-2--md {
    padding-right: 2rem !important; }
  .p-r-3--md {
    padding-right: 3rem !important; } }

@media all and (min-width: 34em) and (max-width: 47.875em) {
  .m-t-0--sm {
    margin-top: 0 !important; }
  .m-t-1--sm {
    margin-top: 1rem !important; }
  .m-t-2--sm {
    margin-top: 2rem !important; }
  .m-t-3--sm {
    margin-top: 3rem !important; }
  .m-b-0--sm {
    margin-bottom: 0 !important; }
  .m-b-1--sm {
    margin-bottom: 1rem !important; }
  .m-b-2--sm {
    margin-bottom: 2rem !important; }
  .m-b-3--sm {
    margin-bottom: 3rem !important; }
  .m-l-0--sm {
    margin-left: 0 !important; }
  .m-l-1--sm {
    margin-left: 1rem !important; }
  .m-l-2--sm {
    margin-left: 2rem !important; }
  .m-l-3--sm {
    margin-left: 3rem !important; }
  .m-r-0--sm {
    margin-right: 0 !important; }
  .m-r-1--sm {
    margin-right: 1rem !important; }
  .m-r-2--sm {
    margin-right: 2rem !important; }
  .m-r-3--sm {
    margin-right: 3rem !important; }
  .p-t-0--sm {
    padding-top: 0 !important; }
  .p-t-1--sm {
    padding-top: 1rem !important; }
  .p-t-2--sm {
    padding-top: 2rem !important; }
  .p-t-3--sm {
    padding-top: 3rem !important; }
  .p-b-0--sm {
    padding-bottom: 0 !important; }
  .p-b-1--sm {
    padding-bottom: 1rem !important; }
  .p-b-2--sm {
    padding-bottom: 2rem !important; }
  .p-b-3--sm {
    padding-bottom: 3rem !important; }
  .p-l-0--sm {
    padding-left: 0 !important; }
  .p-l-1--sm {
    padding-left: 1rem !important; }
  .p-l-2--sm {
    padding-left: 2rem !important; }
  .p-l-3--sm {
    padding-left: 3rem !important; }
  .p-r-0--sm {
    padding-right: 0 !important; }
  .p-r-1--sm {
    padding-right: 1rem !important; }
  .p-r-2--sm {
    padding-right: 2rem !important; }
  .p-r-3--sm {
    padding-right: 3rem !important; } }

@media all and (max-width: 33.9375em) {
  .m-t-0--xs {
    margin-top: 0 !important; }
  .m-t-1--xs {
    margin-top: 1rem !important; }
  .m-t-2--xs {
    margin-top: 2rem !important; }
  .m-t-3--xs {
    margin-top: 3rem !important; }
  .m-b-0--xs {
    margin-bottom: 0 !important; }
  .m-b-1--xs {
    margin-bottom: 1rem !important; }
  .m-b-2--xs {
    margin-bottom: 2rem !important; }
  .m-b-3--xs {
    margin-bottom: 3rem !important; }
  .m-l-0--xs {
    margin-left: 0 !important; }
  .m-l-1--xs {
    margin-left: 1rem !important; }
  .m-l-2--xs {
    margin-left: 2rem !important; }
  .m-l-3--xs {
    margin-left: 3rem !important; }
  .m-r-0--xs {
    margin-right: 0 !important; }
  .m-r-1--xs {
    margin-right: 1rem !important; }
  .m-r-2--xs {
    margin-right: 2rem !important; }
  .m-r-3--xs {
    margin-right: 3rem !important; }
  .p-t-0--xs {
    padding-top: 0 !important; }
  .p-t-1--xs {
    padding-top: 1rem !important; }
  .p-t-2--xs {
    padding-top: 2rem !important; }
  .p-t-3--xs {
    padding-top: 3rem !important; }
  .p-b-0--xs {
    padding-bottom: 0 !important; }
  .p-b-1--xs {
    padding-bottom: 1rem !important; }
  .p-b-2--xs {
    padding-bottom: 2rem !important; }
  .p-b-3--xs {
    padding-bottom: 3rem !important; }
  .p-l-0--xs {
    padding-left: 0 !important; }
  .p-l-1--xs {
    padding-left: 1rem !important; }
  .p-l-2--xs {
    padding-left: 2rem !important; }
  .p-l-3--xs {
    padding-left: 3rem !important; }
  .p-r-0--xs {
    padding-right: 0 !important; }
  .p-r-1--xs {
    padding-right: 1rem !important; }
  .p-r-2--xs {
    padding-right: 2rem !important; }
  .p-r-3--xs {
    padding-right: 3rem !important; } }

.u-fullHeight {
  height: 100%; }

.u-color--black {
  color: #000 !important; }

/* =Typographical Mixins/Functions
-------------------------------------------------------------- */
.nexa {
  font-mily: "Nexa"; }

.nexa-bold {
  font-mily: "Nexa Bold";
  font-weight: 700; }

.nexa-light {
  font-mily: "Nexa Light";
  font-weight: 200; }

.nexa-book {
  font-mily: "Nexa Book"; }

.arial {
  font-mily: Arial, Helvetica, sans-serif; }

.times {
  font-mily: "Times New Roman", Times, serif; }

.white, .u-color--white {
  color: #ffffff !important; }

.justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

@media all and (max-width: 47.875em) {
  .p-r-0-xs {
    padding-right: 0 !important; } }

.p-r-10p {
  padding-right: 10%; }

.transparent {
  opacity: 0; }

.no-transparent {
  opacity: 1 !important; }

.a-delay025 {
  -webkit-animation-delay: 0.25s;
     -moz-animation-delay: 0.25s;
          animation-delay: 0.25s; }

.a-delay050 {
  -webkit-animation-delay: 0.50s;
     -moz-animation-delay: 0.50s;
          animation-delay: 0.50s; }

.a-delay075 {
  -webkit-animation-delay: 0.75s;
     -moz-animation-delay: 0.75s;
          animation-delay: 0.75s; }

.a-delay100 {
  -webkit-animation-delay: 1.00s;
     -moz-animation-delay: 1.00s;
          animation-delay: 1.00s; }

.a-delay125 {
  -webkit-animation-delay: 1.25s;
     -moz-animation-delay: 1.25s;
          animation-delay: 1.25s; }

.a-delay150 {
  -webkit-animation-delay: 1.50s;
     -moz-animation-delay: 1.50s;
          animation-delay: 1.50s; }

.a-delay175 {
  -webkit-animation-delay: 1.75s;
     -moz-animation-delay: 1.75s;
          animation-delay: 1.75s; }

.a-delay200 {
  -webkit-animation-delay: 2.00s;
     -moz-animation-delay: 2.00s;
          animation-delay: 2.00s; }

.a-delay215 {
  -webkit-animation-delay: 2.15s;
     -moz-animation-delay: 2.15s;
          animation-delay: 2.15s; }

.a-delay225 {
  -webkit-animation-delay: 2.25s;
     -moz-animation-delay: 2.25s;
          animation-delay: 2.25s; }

.a-delay230 {
  -webkit-animation-delay: 2.30s;
     -moz-animation-delay: 2.30s;
          animation-delay: 2.30s; }

.a-delay245 {
  -webkit-animation-delay: 2.45s;
     -moz-animation-delay: 2.45s;
          animation-delay: 2.45s; }

.a-delay250 {
  -webkit-animation-delay: 2.50s;
     -moz-animation-delay: 2.50s;
          animation-delay: 2.50s; }

.a-delay260 {
  -webkit-animation-delay: 2.60s;
     -moz-animation-delay: 2.60s;
          animation-delay: 2.60s; }

.a-delay275 {
  -webkit-animation-delay: 2.75s;
     -moz-animation-delay: 2.75s;
          animation-delay: 2.75s; }

.a-delay300 {
  -webkit-animation-delay: 3.00s;
     -moz-animation-delay: 3.00s;
          animation-delay: 3.00s; }

.a-delay325 {
  -webkit-animation-delay: 3.25s;
     -moz-animation-delay: 3.25s;
          animation-delay: 3.25s; }

.a-delay350 {
  -webkit-animation-delay: 3.50s;
     -moz-animation-delay: 3.50s;
          animation-delay: 3.50s; }

.a-duration025 {
  -webkit-animation-duration: 0.25s;
     -moz-animation-duration: 0.25s;
          animation-duration: 0.25s; }

.a-duration050 {
  -webkit-animation-duration: 0.50s;
     -moz-animation-duration: 0.50s;
          animation-duration: 0.50s; }

.a-duration075 {
  -webkit-animation-duration: 0.75s;
     -moz-animation-duration: 0.75s;
          animation-duration: 0.75s; }

.a-duration100 {
  -webkit-animation-duration: 1.00s;
     -moz-animation-duration: 1.00s;
          animation-duration: 1.00s; }

.a-duration125 {
  -webkit-animation-duration: 1.25s;
     -moz-animation-duration: 1.25s;
          animation-duration: 1.25s; }

.a-duration150 {
  -webkit-animation-duration: 1.50s;
     -moz-animation-duration: 1.50s;
          animation-duration: 1.50s; }

.a-duration175 {
  -webkit-animation-duration: 1.75s;
     -moz-animation-duration: 1.75s;
          animation-duration: 1.75s; }

.a-duration200 {
  -webkit-animation-duration: 2.00s;
     -moz-animation-duration: 2.00s;
          animation-duration: 2.00s; }

.a-duration225 {
  -webkit-animation-duration: 2.25s;
     -moz-animation-duration: 2.25s;
          animation-duration: 2.25s; }

.a-duration250 {
  -webkit-animation-duration: 2.50s;
     -moz-animation-duration: 2.50s;
          animation-duration: 2.50s; }

.a-duration275 {
  -webkit-animation-duration: 2.75s;
     -moz-animation-duration: 2.75s;
          animation-duration: 2.75s; }

.a-duration300 {
  -webkit-animation-duration: 3.00s;
     -moz-animation-duration: 3.00s;
          animation-duration: 3.00s; }

.a-duration325 {
  -webkit-animation-duration: 3.25s;
     -moz-animation-duration: 3.25s;
          animation-duration: 3.25s; }

.a-duration350 {
  -webkit-animation-duration: 3.50s;
     -moz-animation-duration: 3.50s;
          animation-duration: 3.50s; }

.no-bkgd {
  background: none !important; }

.animated {
  -webkit-animation-duration: 0.5s;
     -moz-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-in-out;
     -moz-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out; }

.block-center {
  margin-left: auto;
  margin-right: auto; }

.bkgd-black {
  background-color: #000; }



.m-b-5 {
  margin-bottom: 5rem; }

.m-t-5 {
  margin-top: 5rem; }

.bkgd-warm-gradient, .u-bkgd--warmGradient {
  background: -webkit-linear-gradient(345deg, #b24592 3%, #f15f79 103%);
  background: -moz-linear-gradient(345deg, #b24592 3%, #f15f79 103%);
  background: linear-gradient(105deg, #b24592 3%, #f15f79 103%); }

.u-img--full {
  width: 100%;
  height: auto; }

@media all and (min-width: 61.9375em) and (max-width: 74.875em) {
  html {
    font-size: 14px; } }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Azo Sans W01 Light",Arial,sans-serif;
  text-rendering: optimizeLegibility; }

h1, h2, h3, h4, h5, h6, p, li, dd, a {
  text-rendering: optimizeLegibility; }

p {
  font-size: 14px;
  
  line-height: 1.6; }

a, button, input {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25); }

#header {
  z-index: 10001;
  /*background:#ffffff;
  transition: background-color 1s ease;*/ }

hr {
  margin-top: 2rem;
  /* ovwerwritten the original BS sty;e */
  margin-bottom: 2rem;
  /* ovwerwritten the original BS sty;e */
  border-top: 1px solid #9b9b9b;
  /* ovwerwritten the original BS sty;e */ }

.p-r-5 {
  padding-right: 5rem; }

.m-b-3 {
  margin-bottom: 3rem; }

#header {
  width: 100%;
  height: 100px; }
  @media all and (max-width: 47.875em) {
    #header {
      height: 60px; } }



.ham ul li a {
  cursor: deult; }

.ham.is-active ul li a {
  cursor: pointer; }

.nav__white .logo__img--wrapper {
  
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  transition: opacity .3s ease; }
  .nav__white .logo__img--wrapper:hover {
    opacity: 0.6;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease; }

.nav__white .ham, .nav__white .ham ul li a {
  color: #ffffff; }

.nav__white .ham-hamburger, .nav__white .ham-hamburger:before, .nav__white .ham-hamburger:after {
  background-color: #ffffff; }
  @media all and (max-width: 47.875em) {
    .nav__white .ham-hamburger, .nav__white .ham-hamburger:before, .nav__white .ham-hamburger:after {
      background-color: #ffffff !important; } }

.nav__white #header {
  /*background-color: black;
    transition: background-color 1s ease;*/ }

.headroom--not-top .logo__img--wrapper, .headroom--not-top .ham ul li a, .headroom--not-top .ham ul li span {
  -webkit-transition-duration: 0s !important;
     -moz-transition-duration: 0s !important;
       -o-transition-duration: 0s !important;
          transition-duration: 0s !important; }

.headroom--not-top .is-active.ham ul li a,
.headroom--not-top .is-active.ham ul li span {
  -webkit-transition-duration: 0.3s !important;
     -moz-transition-duration: 0.3s !important;
       -o-transition-duration: 0.3s !important;
          transition-duration: 0.3s !important; }

/*.ham-hamburger, .ham-hamburger:before, .ham-hamburger:after{
    background-color: #ffffff;
    @include mappy-bp(0 sm){
      background-color: #ffffff !important;
    }
  }
.ham, .ham ul li a{
    color: #ffffff !important;
  }*/
.header__white .page__title, .header__white .page__subtitle, .header__white .c-bmHeaderSubTitle {
  color: #ffffff; }

@media all and (max-width: 33.875em) {
  .header__white .page__subtitle, .header__white .c-bmHeaderSubTitle {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.6; } }

@media all and (min-width: 33.9375em) and (max-width: 47.875em) {
  .header__white .page__subtitle, .header__white .c-bmHeaderSubTitle {
    line-height: 1.5;
    margin-top: 2rem;
    font-size: 1.25rem; } }

.page__title, .page__subtitle, .c-bmHeaderSubTitle {
  color: #ffffff; }
  @media all and (max-width: 33.875em) {
    .page__title, .page__subtitle, .c-bmHeaderSubTitle {
      padding-left: 0;
      padding-right: 0; } }
  @media all and (min-width: 33.9375em) and (max-width: 47.875em) {
    .page__title, .page__subtitle, .c-bmHeaderSubTitle {
      padding-left: 1rem;
      padding-right: 1rem; } }

.row--header {
  height: 100px; }
  @media all and (max-width: 47.875em) {
    .row--header {
      height: 60px; } }

.ham {
  position: relative;
  width: 100%; }
  .ham:before {
    content: 'MENU';
    position: absolute;
    right: 3rem;
    bottom: -3px;
    font-size: 0.8rem;
    font-mily: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
    transition: opacity .2s ease, -webkit-transform .2s ease;
    -o-transition: opacity .2s ease, -o-transform .2s ease;
    -moz-transition: opacity .2s ease, transform .2s ease, -moz-transform .2s ease;
    transition: opacity .2s ease, transform .2s ease;
    transition: opacity .2s ease, transform .2s ease, -webkit-transform .2s ease, -moz-transform .2s ease, -o-transform .2s ease; }
  .ham ul {
    position: absolute;
    right: 3rem;
    width: 100%; }
    .ham ul li {
      font-size: 0.8rem;
      font-mily: Arial, Helvetica, sans-serif;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 2px;
      margin-left: 2rem; }
      @media all and (min-width: 47.9375em) and (max-width: 61.875em) {
        .ham ul li {
          font-size: 0.7rem;
          margin-left: 1rem; } }
      .ham ul li a {
        color: #000;
        display: block; }
      .ham ul li:first-child a {
        -webkit-transition-delay: 0.60s;
           -moz-transition-delay: 0.60s;
             -o-transition-delay: 0.60s;
                transition-delay: 0.60s; }
      .ham ul li:nth-of-type(2) a {
        -webkit-transition-delay: 0.50s;
           -moz-transition-delay: 0.50s;
             -o-transition-delay: 0.50s;
                transition-delay: 0.50s; }
      .ham ul li:nth-of-type(3) a {
        -webkit-transition-delay: 0.40s;
           -moz-transition-delay: 0.40s;
             -o-transition-delay: 0.40s;
                transition-delay: 0.40s; }
      .ham ul li:nth-of-type(4) a {
        -webkit-transition-delay: 0.30s;
           -moz-transition-delay: 0.30s;
             -o-transition-delay: 0.30s;
                transition-delay: 0.30s; }
      .ham ul li:nth-of-type(5) a {
        -webkit-transition-delay: 0.20s;
           -moz-transition-delay: 0.20s;
             -o-transition-delay: 0.20s;
                transition-delay: 0.20s; }
      .ham ul li:nth-of-type(6) a {
        -webkit-transition-delay: 0.10s;
           -moz-transition-delay: 0.10s;
             -o-transition-delay: 0.10s;
                transition-delay: 0.10s; }
      .ham ul li a {
        opacity: 0;
        -webkit-transition-property: opacity transform;
        -o-transition-property: opacity transform;
        -moz-transition-property: opacity transform;
        transition-property: opacity transform;
        -webkit-transition-duration: .3s !important;
           -moz-transition-duration: .3s !important;
             -o-transition-duration: .3s !important;
                transition-duration: .3s !important;
        -webkit-transition-timing-function: ease !important;
           -moz-transition-timing-function: ease !important;
             -o-transition-timing-function: ease !important;
                transition-timing-function: ease !important; }
  .ham.is-active li > a {
    opacity: 1;
    -webkit-transform: translateX(-10px);
       -moz-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
         -o-transform: translateX(-10px);
            transform: translateX(-10px); }
  .ham.is-active:before {
    opacity: 0;
    -webkit-transform: translateX(-10px);
       -moz-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
         -o-transform: translateX(-10px);
            transform: translateX(-10px); }
    @media all and (max-width: 47.875em) {
      .ham.is-active:before {
        opacity: 1; } }
  .ham.is-open:before {
    -webkit-transition-delay: 0s;
       -moz-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s; }
    @media all and (max-width: 47.875em) {
      .ham.is-open:before {
        -webkit-transition-delay: 0;
           -moz-transition-delay: 0;
             -o-transition-delay: 0;
                transition-delay: 0; } }
  .ham.is-open li:first-child a {
    -webkit-transition-delay: 0.15s;
       -moz-transition-delay: 0.15s;
         -o-transition-delay: 0.15s;
            transition-delay: 0.15s; }
  .ham.is-open li:nth-of-type(2) a {
    -webkit-transition-delay: 0.3s;
       -moz-transition-delay: 0.3s;
         -o-transition-delay: 0.3s;
            transition-delay: 0.3s; }
  .ham.is-open li:nth-of-type(3) a {
    -webkit-transition-delay: 0.45s;
       -moz-transition-delay: 0.45s;
         -o-transition-delay: 0.45s;
            transition-delay: 0.45s; }
  .ham.is-open li:nth-of-type(4) a {
    -webkit-transition-delay: 0.6s;
       -moz-transition-delay: 0.6s;
         -o-transition-delay: 0.6s;
            transition-delay: 0.6s; }
  .ham.is-open li:nth-of-type(5) a {
    -webkit-transition-delay: 0.75s;
       -moz-transition-delay: 0.75s;
         -o-transition-delay: 0.75s;
            transition-delay: 0.75s; }

.ham-hamburger {
  float: right; }

@media all and (max-width: 47.875em) {
  #ham__icon > ul {
   } }

#mobile-menu-container {
  position: fixed;
  background: white;
  height: 100%;
  right: -8rem;
  z-index: 100000;
  padding-top: 8rem;
  padding-left: 2rem;
  padding-right: 2rem;
  -webkit-box-shadow: 0px 39px 56.4px 3.6px rgba(0, 0, 0, 0.24);
     -moz-box-shadow: 0px 39px 56.4px 3.6px rgba(0, 0, 0, 0.24);
          box-shadow: 0px 39px 56.4px 3.6px rgba(0, 0, 0, 0.24); }
  @media all and (min-width: 48em) {
    #mobile-menu-container {
      display: none !important; } }
  #mobile-menu-container li {
    display: block;
    font-size: 16px;
    font-size: 1rem;
    font-mily: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px; }
    #mobile-menu-container li:first-child a {
      padding-top: 0;
      padding-bottom: 1rem; }
    #mobile-menu-container li a {
      color: #fff;
      display: block;
      padding-top: 1rem;
      padding-bottom: 1rem; }

.text__huge {
  font-size: 120px;
  font-size: 7.5rem;
  color: #000; }
  @media all and (max-width: 33.875em) {
    .text__huge {
      font-size: 48px;
      font-size: 3rem; } }
  @media all and (min-width: 33.9375em) and (max-width: 47.875em) {
    .text__huge {
      font-size: 48px;
      font-size: 3rem; } }
  @media all and (min-width: 47.9375em) and (max-width: 61.875em) {
    .text__huge {
      font-size: 80px;
      font-size: 5rem; } }
  @media all and (min-width: 61.9375em) and (max-width: 74.875em) {
    .text__huge {
      font-size: 100px;
      font-size: 6.25rem; } }
  @media all and (min-width: 74.9375em) and (max-width: 101.125em) {
    .text__huge {
      font-size: 120px;
      font-size: 7.5rem; } }
  @media all and (min-width: 101.1875em) {
    .text__huge {
      font-size: 120px;
      font-size: 7.5rem;
      margin-bottom: 1.5rem; } }

.headline_1 h1 {
  margin-bottom: 0rem; }

.text__medium, .c-bm-TitleContainer__text {
  font-size: 57px;
  font-size: 3.5625rem;
  color: #000;
  line-height: 1.4; }
  @media all and (max-width: 33.875em) {
    .text__medium, .c-bm-TitleContainer__text {
      font-size: 27px;
      font-size: 1.6875rem; } }
  @media all and (min-width: 33.9375em) and (max-width: 47.875em) {
    .text__medium, .c-bm-TitleContainer__text {
      font-size: 36px;
      font-size: 2.25rem; } }

.title--container {
  height: 100vh;
  opacity: 0;
  -webkit-animation-duration: 2s;
     -moz-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 1s;
     -moz-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }
  @media all and (max-width: 767px) and (orientation: landscape) {
    .title--container .arrow__down {
      display: none; } }
  @media all and (min-width: 61.9375em) and (max-width: 74.875em) {
    .title--container {
      height: 95vh; } }
  .title--container > .row {
    height: 100vh; }
  .title--container .anchor__arrow--container {
    position: absolute;
    bottom: 2rem;
    left: 0;
    right: 0;
    margin: auto;
    width: 57px;
    height: 57px; }

.c-bmHeaderTitleContainer {
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }
  .c-bmHeaderTitleContainer .anchor__arrow--container {
    position: absolute;
    bottom: 2rem;
    left: 0;
    right: 0;
    margin: auto;
    width: 57px;
    height: 57px; }

.c-bmHeaderTitle {
  font-size: 80px;
  font-size: 5rem;
  color: #fff;
  line-height: 1.3; }
  @media all and (max-width: 47.875em) {
    .c-bmHeaderTitle {
      font-size: 56px; } }
  @media all and (min-width: 47.9375em) and (max-width: 61.875em) {
    .c-bmHeaderTitle {
      font-size: 50px; } }
  @media all and (min-width: 75em) {
    .c-bmHeaderTitle {
      line-height: 1.2;
      margin-bottom: 1.5rem; } }

.c-bmHeaderTitle--career {
  color: #000;
  line-height: 1.4; }
  @media all and (min-width: 61.9375em) {
    .c-bmHeaderTitle--career {
      font-size: 48px;
      font-size: 3rem;
      padding-top: 10rem;
      padding-bottom: 6rem; } }
  @media all and (min-width: 47.9375em) and (max-width: 61.875em) {
    .c-bmHeaderTitle--career {
      padding-top: 10rem;
      padding-bottom: 5rem;
      font-size: 36px;
      font-size: 2.25rem; } }
  @media all and (min-width: 33.9375em) and (max-width: 47.875em) {
    .c-bmHeaderTitle--career {
      padding-top: 8rem;
      padding-bottom: 8rem;
      font-size: 32px;
      font-size: 2rem; } }
  @media all and (max-width: 33.875em) {
    .c-bmHeaderTitle--career {
      padding-top: 10rem;
      padding-bottom: 2rem;
      font-size: 28px;
      font-size: 1.75rem;
      line-height: 1.5; } }

@media all and (min-width: 74.9375em) {
  .c-bmHeaderTitleSingleWork {
    font-size: 96px;
    font-size: 6rem; } }

@media all and (min-width: 61.9375em) and (max-width: 74.875em) {
  .c-bmHeaderTitleSingleWork {
    font-size: 84px;
    font-size: 5.25rem; } }

@media all and (min-width: 47.9375em) and (max-width: 61.875em) {
  .c-bmHeaderTitleSingleWork {
    font-size: 57px;
    font-size: 3.5625rem; } }

@media all and (min-width: 33.9375em) and (max-width: 47.875em) {
  .c-bmHeaderTitleSingleWork {
    font-size: 40px;
    font-size: 2.5rem; } }

@media all and (max-width: 33.875em) {
  .c-bmHeaderTitleSingleWork {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.2; } }

@media all and (min-width: 74.9375em) {
  .c-bmHeaderTitleWork {
    font-size: 120px;
    font-size: 7.5rem; } }

@media all and (min-width: 61.9375em) and (max-width: 74.875em) {
  .c-bmHeaderTitleWork {
    font-size: 96px;
    font-size: 6rem; } }

@media all and (min-width: 47.9375em) and (max-width: 61.875em) {
  .c-bmHeaderTitleWork {
    font-size: 74px;
    font-size: 4.625rem; } }

@media all and (min-width: 33.9375em) and (max-width: 47.875em) {
  .c-bmHeaderTitleWork {
    font-size: 56px;
    font-size: 3.5rem; } }

@media all and (max-width: 33.875em) {
  .c-bmHeaderTitleWork {
    font-size: 48px;
    font-size: 3rem; } }

.page__title--container--contact {
  /*margin-top: 200px;*/
  margin-top: 40px;
  margin-bottom: 30px; }
  @media all and (max-width: 47.875em) {
    .page__title--container--contact {
      height: auto;
      margin-top: 120px; }
      .page__title--container--contact > .row {
        height: auto; }
      .page__title--container--contact .page__title {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 1rem; } }
  @media all and (min-width: 47.9375em) and (max-width: 61.875em) {
    .page__title--container--contact {
      height: auto;
      margin-top: 120px; } }
  @media all and (min-width: 61.9375em) and (max-width: 74.875em) {
    .page__title--container--contact {
      /*margin-top: 150px;*/ } }
  .page__title--container--contact .page__title {
    font-size: 80px;
    color: #000;
    margin-bottom: 2.5rem;
    line-height: 1.3; }
    @media all and (max-width: 47.875em) {
      .page__title--container--contact .page__title {
        font-size: 70px;
        line-height: 1.2;
        margin-bottom: 1rem; } }
    @media all and (min-width: 47.9375em) and (max-width: 61.875em) {
      .page__title--container--contact .page__title {
        font-size: 56px; } }
    @media all and (min-width: 75em) {
      .page__title--container--contact .page__title {
        line-height: 1.2;
        margin-bottom: .5rem; } }
  .page__title--container--contact .page__subtitle, .page__title--container--contact .c-bmHeaderSubTitle {
    font-size: 30px;
    font-size: 1.875rem; }
  .page__title--container--contact .contact-form__lists {
    /*margin-left: -1.5rem;*/ }
    @media all and (max-width: 47.875em) {
      .page__title--container--contact .contact-form__lists {
        margin-left: 0; } }
    .page__title--container--contact .contact-form__lists li {
      font-size: 20px;
      font-size: 1.25rem;
      font-mily: "Times New Roman", Times, serif;
      font-weight: normal;
      padding-left: 1.5rem;
      border-bottom: 1px solid rgba(0, 0, 0, 0.107843);
      padding-top: 1rem;
      padding-bottom: 1rem; }
      @media all and (max-width: 47.875em) {
        .page__title--container--contact .contact-form__lists li {
          padding-left: 0;
          font-size: 16px;
          font-size: 1rem;
          padding-top: 0.5rem;
          padding-bottom: 0.5rem; } }
      @media all and (min-width: 47.9375em) and (max-width: 61.875em) {
        .page__title--container--contact .contact-form__lists li {
          font-size: 18px;
          font-size: 1.125rem;
          padding-top: 0.5rem;
          padding-bottom: 0.5rem; } }
  .page__title--container--contact ul {
    padding-left: 0;
    list-style: none;
    font-mily: Arial, Helvetica, sans-serif; }
  .page__title--container--contact li {
    font-weight: bold; }
    .page__title--container--contact li:first-child {
      margin-bottom: 10px; }
      @media all and (min-width: 47.9375em) and (max-width: 61.875em) {
        .page__title--container--contact li:first-child {
          margin-bottom: 0; } }
    .page__title--container--contact li i {
      opacity: 0.38;
      font-size: 1.8em;
      width: 30.84px;
      vertical-align: middle; }
      .page__title--container--contact li i.-envelope {
        font-size: 1em; }
    .page__title--container--contact li a {
      color: #000; }

.contact__button {
  font-mily: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #000;
  font-size: 14px;
  letter-spacing: 2.5px;
  -webkit-appearance: none;
  border: 1px solid #000;
  background: #fff;
  padding: 18px 40px;
  margin-top: 60px;
  -webkit-transition: color .3s ease, background-color .3s ease, -webkit-box-shadow .3s ease;
  transition: color .3s ease, background-color .3s ease, -webkit-box-shadow .3s ease;
  -o-transition: color .3s ease, background-color .3s ease, box-shadow .3s ease;
  -moz-transition: color .3s ease, background-color .3s ease, box-shadow .3s ease, -moz-box-shadow .3s ease;
  transition: color .3s ease, background-color .3s ease, box-shadow .3s ease;
  transition: color .3s ease, background-color .3s ease, box-shadow .3s ease, -webkit-box-shadow .3s ease, -moz-box-shadow .3s ease; }
  @media all and (max-width: 47.875em) {
    .contact__button {
      margin-left: 1rem;
      width: -webkit-calc(100% - 2rem);
      width: -moz-calc(100% - 2rem);
      width: calc(100% - 2rem); } }
  @media all and (min-width: 47.9375em) and (max-width: 61.875em) {
    .contact__button {
      margin-top: 40px; } }
  .contact__button:hover {
    background-color: #000;
    color: #fff;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
       -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 25px rgba(0, 0, 0, 0.4); }

@media all and (max-width: 47.875em) {
  .c-bmContactTextIntro {
    padding-left: 2rem;
    padding-right: 2rem; } }

.form__project textarea {
  background-image: -webkit-linear-gradient(left, white 0, transparent 0), -webkit-linear-gradient(right, white 0, transparent 0), -webkit-linear-gradient(white 44px, #ccc 44px, #ccc 45px, white 45px);
  background-image: -moz-linear-gradient(left, white 0, transparent 0), -moz-linear-gradient(right, white 0, transparent 0), -moz-linear-gradient(white 44px, #ccc 44px, #ccc 45px, white 45px);
  background-image: linear-gradient(left, white 0, transparent 0), linear-gradient(right, white 0, transparent 0), linear-gradient(white 44px, #ccc 44px, #ccc 45px, white 45px);
  -moz-background-size: 100% 100%, 100% 100%, 100% 45px;
       background-size: 100% 100%, 100% 100%, 100% 45px;
  border: none;
  line-height: 45px;
  font-mily: Arial, Helvetica, Sans-serif;
  padding: 0 0.75rem 8px;
  width: 100%;
  height: 200px;
  outline: none;
  resize: none;
  color: #000;
  font-size: 20px;
  font-mily: "Times New Roman", Times, serif; }

.form__project input[type=text], .form__project input[type=email], .form__project input[type=tel] {
  border-top: none;
  border-right: none;
  border-left: none;
  outline: none;
  -moz-border-radius: 0;
       border-radius: 0; }

.form__project input[type=submit] {
  font-mily: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #000;
  font-size: 14px;
  letter-spacing: 2.5px;
  -webkit-appearance: none;
  border: 1px solid #000;
  background: #fff;
  padding: 14px 62px;
  margin-top: 0;
  width: 100%;
  -webkit-transition: color .3s ease, background-color .3s ease, -webkit-box-shadow .3s ease;
  transition: color .3s ease, background-color .3s ease, -webkit-box-shadow .3s ease;
  -o-transition: color .3s ease, background-color .3s ease, box-shadow .3s ease;
  -moz-transition: color .3s ease, background-color .3s ease, box-shadow .3s ease, -moz-box-shadow .3s ease;
  transition: color .3s ease, background-color .3s ease, box-shadow .3s ease;
  transition: color .3s ease, background-color .3s ease, box-shadow .3s ease, -webkit-box-shadow .3s ease, -moz-box-shadow .3s ease; }
  .form__project input[type=submit]:hover {
    background-color: #000;
    color: #fff;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
       -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 25px rgba(0, 0, 0, 0.4); }

.form__project label {
  font-size: 10px;
  letter-spacing: 3px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-mily: Arial, Helvetica, sans-serif;
  position: relative;
  margin-top: 15px; }
  .form__project label span {
    font-size: 22px;
    position: absolute;
    top: -6px;
    right: -16px; }

.form__project ::-webkit-input-placeholder {
  color: #000;
  font-size: 20px; }

.form__project :-moz-placeholder {
  color: #000;
  font-size: 20px; }

.form__project ::-moz-placeholder {
  color: #000;
  font-size: 20px; }

.form__project :-ms-input-placeholder {
  color: #000;
  font-size: 20px; }

.validate-msg {
  font-style: italic;
  margin-top: 3px;
  display: block;
  color: #dc4032;
  padding-left: 3px; }

.validate-msg--career, .validate-msg--career-resume {
  font-style: italic;
  margin-top: 3px;
  display: block;
  color: #ffffff;
  padding-left: 3px; }

.startProjectOn {
  -webkit-transform: translateX(-100%) !important;
     -moz-transform: translateX(-100%) !important;
      -ms-transform: translateX(-100%) !important;
       -o-transform: translateX(-100%) !important;
          transform: translateX(-100%) !important; }

.startProjectOn2 {
  -webkit-transform: translateX(0%) !important;
     -moz-transform: translateX(0%) !important;
      -ms-transform: translateX(0%) !important;
       -o-transform: translateX(0%) !important;
          transform: translateX(0%) !important; }

#contact_wrapper {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 200%;
  overflow: hidden;
  position: relative;
  -webkit-transition: height .3s ease;
  -o-transition: height .3s ease;
  -moz-transition: height .3s ease;
  transition: height .3s ease; }
  @media all and (min-width: 47.9375em) and (max-width: 61.875em) {
    #contact_wrapper {
      height: auto; } }
  #contact_wrapper .page__subtitle, #contact_wrapper .c-bmHeaderSubTitle {
    margin-top: 1.5rem; }
    @media all and (min-width: 47.9375em) and (max-width: 61.875em) {
      #contact_wrapper .page__subtitle, #contact_wrapper .c-bmHeaderSubTitle {
        margin-top: 8px; } }

.contact_wrapper1 {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  -o-transition: -o-transform .5s ease;
  -moz-transition: transform .5s ease, -moz-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease, -moz-transform .5s ease, -o-transform .5s ease; }
  @media all and (max-width: 47.875em) {
    .contact_wrapper1 > * {
      padding-left: 1rem !important;
      padding-right: 1rem !important; } }
  .contact_wrapper1 ul {
    list-style-position: inside;
    list-style-type: disc; }
  .contact_wrapper1 li {
    padding-left: 0rem !important; }
    .contact_wrapper1 li span {
      position: relative;
      left: -20px; }

.contact_wrapper2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(100%);
     -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
       -o-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  -o-transition: -o-transform .5s ease;
  -moz-transition: transform .5s ease, -moz-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease, -moz-transform .5s ease, -o-transform .5s ease; }
  @media all and (max-width: 47.875em) {
    .contact_wrapper2 > * {
      padding-left: 1rem !important;
      padding-right: 1rem !important; } }

.required__text {
  color: #dc4032;
  font-size: 16px;
  font-style: italic;
  margin-bottom: 0.3rem; }

.page__title--container----work {
  -moz-background-size: cover;
       background-size: cover;
  position: relative; }

.__container--company .fullscreen-bg {
  vertical-align: bottom;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -100; }

.__container--company .fullscreen-bg__ {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: auto; }

/*.page__title--container----expertise{
  // background: url(../src/s/expertise_.mp4);
  background-size: cover;
  position: relative;
  background-position: center center;
  .page__title--container----ovelay{
    opacity: .9;
    background-image: linear-gradient(105deg, rgba(46, 114, 209, 0.819608) 2%, rgba(56, 217, 96, 0.862745) 103%);
  }
  .fullscreen-bg{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -100;
  }
  .fullscreen-bg__ {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 140%;
    @include mappy-bp(0 800px){
      height: 160%;
      width: auto;
    }
  }
}*/
.page__title--container----home {
  /*background-image: url(https://s3.amazonaws.com/upload.uxpin/files/521861/519870/sample-4.gif);
  background-size: cover;
  position: relative;
  padding-top: 3rem;*/ }
  .page__title--container----home .fullscreen-bg__ {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
     -ms-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
         transform: translateX(-50%) translateY(-50%);
    background-repeat: no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    -webkit-transition: 1s opacity;
    -o-transition: 1s opacity;
    -moz-transition: 1s opacity;
    transition: 1s opacity; }
  @media all and (max-width: 61.875em) and (orientation: landscape) {
    .page__title--container----home .page__subtitle, .page__title--container----home .c-bmHeaderSubTitle {
      margin-top: 0; }
    .page__title--container----home .title--container {
      padding-top: 20px; } }

.page__title--container----home-bottom {
  /*background-image: url(https://s3.amazonaws.com/upload.uxpin/files/521861/519870/NY-BG-gif-1.gif);*/
  -moz-background-size: cover;
       background-size: cover;
  position: relative;
  padding-top: 200px; }
  @media all and (max-width: 47.875em) {
    .page__title--container----home-bottom {
      padding-top: 100px; } }
  .page__title--container----home-bottom h2 {
    color: #fff;
    font-size: 72px;
    font-size: 4.5rem; }
    @media all and (max-width: 47.875em) {
      .page__title--container----home-bottom h2 {
        font-size: 2.3rem; } }
    @media all and (min-width: 47.9375em) and (max-width: 61.875em) {
      .page__title--container----home-bottom h2 {
        font-size: 50px;
        font-size: 3.125rem; } }
  .page__title--container----home-bottom .page__subtitle, .page__title--container----home-bottom .c-bmHeaderSubTitle {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.8;
    padding-top: 40px; }
    @media all and (max-width: 47.875em) {
      .page__title--container----home-bottom .page__subtitle, .page__title--container----home-bottom .c-bmHeaderSubTitle {
        font-size: 16px;
        font-size: 1rem;
        padding-top: 10px; } }
    @media all and (min-width: 47.9375em) and (max-width: 61.875em) {
      .page__title--container----home-bottom .page__subtitle, .page__title--container----home-bottom .c-bmHeaderSubTitle {
        padding-top: 20px; } }
  .page__title--container----home-bottom .view {
    color: #ffffff; }
  .page__title--container----home-bottom .page__title--container----ovelay {
    opacity: 0.91;
    /*background-image: linear-gradient(rgba(0, 173, 238, 0.600588) 1%, rgb(0, 173, 238) 103%);*/
    background: -webkit-linear-gradient(282deg, rgba(41, 206, 214, 0.96) 2%, #ef32d9 100%);
    background: -moz-linear-gradient(282deg, rgba(41, 206, 214, 0.96) 2%, #ef32d9 100%);
    background: linear-gradient(168deg, rgba(41, 206, 214, 0.96) 2%, #ef32d9 100%); }

.page__title--container {
  background: url(../src/images/meyersuozzi_bkgd.jpg);
  -moz-background-size: cover;
       background-size: cover;
  position: relative; }

.page__title--container----ovelay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.85098);
  opacity: .87; }

.page__title--container----ovelay--home {
  background-image: -webkit-linear-gradient(345deg, #8a47d1 2%, #00b7c4 101%);
  background-image: -moz-linear-gradient(345deg, #8a47d1 2%, #00b7c4 101%);
  background-image: linear-gradient(105deg, #8a47d1 2%, #00b7c4 101%); }

.page__subtitle, .c-bmHeaderSubTitle {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.3;
  color: #ffffff;
  font-mily: "Times New Roman", Times, serif;
  margin-top: 2rem; }

.c-bmHeaderSubTitle {
  margin-bottom: 0; }
  @media all and (max-width: 61.875em) {
    .c-bmHeaderSubTitle {
      font-size: 21px;
      font-size: 1.3125rem;
      padding-left: 0;
      padding-right: 0; } }

.__container {
  position: relative;
  opacity: 0;
  -webkit-animation-duration: 0.75s;
     -moz-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-delay: 2s;
     -moz-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }
  @media all and (max-width: 47.875em) {
    .__container {
      overflow: hidden; }
      .__container img {
        width: auto;
        height: 640px; } }

#__container--text {
  opacity: 0;
  -webkit-animation-duration: 0.5s;
     -moz-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 0s;
     -moz-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.__container--overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: -webkit-linear-gradient(300deg, rgba(255, 140, 0, 0.772549) 3%, rgba(255, 0, 225, 0.721569) 103%);
  background-image: -moz-linear-gradient(300deg, rgba(255, 140, 0, 0.772549) 3%, rgba(255, 0, 225, 0.721569) 103%);
  background-image: linear-gradient(150deg, rgba(255, 140, 0, 0.772549) 3%, rgba(255, 0, 225, 0.721569) 103%); }
  .__container--overlay p {
    color: #ffffff;
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 0; }
    @media all and (max-width: 47.875em) {
      .__container--overlay p {
        font-size: 20px;
        font-size: 1.25rem; } }

#award__text--title {
  opacity: 0;
  -webkit-animation-duration: 0.50s;
     -moz-animation-duration: 0.50s;
          animation-duration: 0.50s;
  -webkit-animation-delay: 0s;
     -moz-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }
  @media all and (min-width: 47.9375em) and (max-width: 61.875em) {
    #award__text--title {
      font-size: 3rem; } }
  @media all and (max-width: 47.875em) {
    #award__text--title {
      margin-bottom: 2rem; } }

#award__text--descr {
  opacity: 0;
  -webkit-animation-duration: 0.3s;
     -moz-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-delay: 0.5s;
     -moz-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

#award__text--list {
  opacity: 0;
  -webkit-animation-duration: 0.3s;
     -moz-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-delay: 0.5s;
     -moz-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }
  @media all and (min-width: 47.9375em) and (max-width: 61.875em) {
    #award__text--list .list-inline-item {
      width: 31.3333%; } }

#cell1-1 {
  -webkit-animation-duration: 0.75s;
     -moz-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-delay: 0s;
     -moz-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

#cell1-2 {
  -webkit-animation-duration: 0.75s;
     -moz-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-delay: .5s;
     -moz-animation-delay: .5s;
          animation-delay: .5s;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

#cell1-3 {
  -webkit-animation-duration: 0.75s;
     -moz-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-delay: 1.5s;
     -moz-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

#cell1-4 {
  -webkit-animation-duration: 0.75s;
     -moz-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-delay: 2.5s;
     -moz-animation-delay: 2.5s;
          animation-delay: 2.5s;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

#cell1-5 {
  -webkit-animation-duration: 0.75s;
     -moz-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-delay: 3s;
     -moz-animation-delay: 3s;
          animation-delay: 3s;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

#cell2-1 {
  -webkit-animation-duration: 0.75s;
     -moz-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-delay: 1s;
     -moz-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

#cell2-2 {
  -webkit-animation-duration: 0.75s;
     -moz-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-delay: 2s;
     -moz-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }
  @media all and (min-width: 33.9375em) and (max-width: 47.875em) {
    #cell2-2 > .table > .table-cell:last-child {
      display: none; } }

#cell2-3 {
  -webkit-animation-duration: 0.75s;
     -moz-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-delay: 3.5s;
     -moz-animation-delay: 3.5s;
          animation-delay: 3.5s;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.container__spacing--lg {
  margin-top: 10rem;
  margin-bottom: 10rem; }
  @media all and (max-width: 47.875em) {
    .container__spacing--lg {
      margin-top: 6rem;
      margin-bottom: 6rem;
      padding-left: 2rem;
      padding-right: 2rem; } }

.container__spacing--md {
  margin-top: 8rem;
  margin-bottom: 8rem; }
  @media all and (max-width: 47.875em) {
    .container__spacing--md {
      margin-top: 4rem;
      margin-bottom: 4rem;
      padding-left: 1rem;
      padding-right: 1rem; }
      .container__spacing--md .title__section {
        margin-bottom: 1rem !important; } }

.container__spacing--lg-padding, .l-bmContainerLargePadding {
  padding-top: 8rem;
  padding-bottom: 8rem; }
  @media all and (max-width: 47.875em) {
    .container__spacing--lg-padding, .l-bmContainerLargePadding {
      padding-top: 6rem;
      padding-bottom: 6rem;
      padding-left: 2rem;
      padding-right: 2rem; } }

.title__section {
  font-size: 3.2rem;
  margin-bottom: 2rem; }
  @media all and (max-width: 47.875em) {
    .title__section {
      font-size: 40px;
      font-size: 2.5rem; } }

.p-l-10 {
  padding-left: 10rem !important; }

.m-b-5 {
  margin-bottom: 5rem !important; }

h3.title__section {
  font-size: 3rem; }
  @media all and (max-width: 47.875em) {
    h3.title__section {
      font-size: 30px;
      font-size: 1.875rem; } }

@media all and (min-width: 47.9375em) {
  .c-bmCareerTitle {
    margin-bottom: 5rem;
    font-size: 48px;
    font-size: 3rem;
    line-height: 1.3; } }

@media all and (max-width: 47.875em) {
  .c-bmCareerTitle {
    margin-bottom: 3rem;
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.2; } }

.para__normal {
  font-size: 20px;
  margin-bottom: 0; }

.icons__awards {
  margin-top: 3rem; }
  .icons__awards img {
    max-height: 140px; }

.page__title--container .anchor__arrow--container {
  -webkit-animation-duration: 1.5s !important;
     -moz-animation-duration: 1.5s !important;
          animation-duration: 1.5s !important; }

.masonry__container {
  /* Masonry container */ }
  .masonry__container .table {
    display: table;
    margin-bottom: 0; }
    @media all and (max-width: 47.875em) {
      .masonry__container .table {
        display: block; } }
  .masonry__container .table-cell {
    display: table-cell;
    float: none;
    vertical-align: top; }
    @media all and (max-width: 47.875em) {
      .masonry__container .table-cell {
        display: block;
        width: 100%; } }

.cell1-1 {
  width: 65%;
  background: url(https://s3.amazonaws.com/upload.uxpin/files/521861/519870/nyc_subway.gif) no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  background-position: 90% 0; }

.cell1-2 {
  width: 35%; }
  .cell1-2 ul {
    list-style: none;
    text-align: center; }
    .cell1-2 ul li {
      display: inline-block; }
    .cell1-2 ul a {
      font-mily: Arial, Helvetica, sans-serif;
      font-size: 16px;
      color: #4f4f4f; }

.feed__hash {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .feed__hash ul {
    margin-bottom: 0;
    padding-left: 0;
    padding: 2rem; }
    .feed__hash ul li {
      margin-bottom: .2rem;
      margin-right: 5px; }

.cell2-1 {
  position: absolute;
  width: 100%;
  height: 33.5%;
  background: url(https://s3.amazonaws.com/upload.uxpin/files/521861/519870/robert_deniro.jpg) no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  background-position: 90% 0; }
  @media all and (max-width: 47.875em) {
    .cell2-1 {
      height: 300px !important;
      width: 100%;
      position: relative; } }
  .cell2-1:hover {
    background-image: url(https://s3.amazonaws.com/upload.uxpin/files/521861/519870/robert_deniro.gif); }

.cell2-2 {
  position: absolute;
  width: 100%;
  height: 33%;
  top: 33.5%; }
  @media all and (min-width: 33.9375em) and (max-width: 47.875em) {
    .cell2-2 {
      height: auto; }
      .cell2-2 .table-cell:last-child {
        height: 300px; } }
  @media all and (max-width: 47.875em) {
    .cell2-2 {
      position: relative;
      top: 0; } }
  .cell2-2 .table {
    height: 100%; }
    @media all and (max-width: 33.875em) {
      .cell2-2 .table {
        display: table !important; } }
  .cell2-2 .table-cell {
    height: 100%;
    width: 50%;
    vertical-align: middle;
    text-align: center; }
    @media all and (min-width: 33.9375em) and (max-width: 47.875em) {
      .cell2-2 .table-cell {
        width: 100%; } }
    @media all and (max-width: 33.875em) {
      .cell2-2 .table-cell {
        display: table-cell !important; } }
    .cell2-2 .table-cell:last-child {
      background: url(https://s3.amazonaws.com/upload.uxpin/files/521861/519870/barbershop-bw.gif) no-repeat; }
  .cell2-2 .cell2-2-1, .cell2-2 .cell2-2-2 {
    height: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.cell2-3 {
  position: absolute;
  width: 100%;
  height: 33.5%;
  top: 66.5%;
  background: url(https://s3.amazonaws.com/upload.uxpin/files/521861/519870/Windown.jpg) no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  background-position: 20% 0; }
  @media all and (max-width: 47.875em) {
    .cell2-3 {
      position: relative;
      height: 300px;
      top: 0; } }
  .cell2-3:hover {
    background-image: url(https://s3.amazonaws.com/upload.uxpin/files/521861/519870/Windown-1.gif); }

.cell2-2-1 {
  background: #ffffff; }
  .cell2-2-1 a {
    color: #000000;
    font-size: 4rem;
    text-decoration: none; }
    @media all and (min-width: 47.9375em) and (max-width: 61.875em) {
      .cell2-2-1 a {
        font-size: 3rem; } }

.cell2-2-2 {
  background: #000000; }
  .cell2-2-2 a {
    color: #ffffff;
    font-size: 4rem;
    text-decoration: none; }
    @media all and (min-width: 47.9375em) and (max-width: 61.875em) {
      .cell2-2-2 a {
        font-size: 3rem; } }

@media all and (min-width: 33.9375em) and (max-width: 47.875em) {
  #cell-lg-2 #cell2-1, #cell-lg-2 #cell2-2, #cell-lg-2 #cell2-3 {
    height: 33.333333% !important; } }

@media all and (min-width: 33.9375em) and (max-width: 47.875em) {
  .masonry__container .row {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; } }

#cell-lg-1 {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  /* height: 100%; */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.cell-lg-2 {
  position: relative; }
  @media all and (max-width: 47.875em) {
    .cell-lg-2 {
      height: auto !important;
      width: 100%; } }

.cell1-4 {
  width: 65%;
  background: url(https://s3.amazonaws.com/upload.uxpin/files/521861/519870/drawing.gif) no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  background-position: 50% 0; }

.cell1-5 {
  width: 35%; }
  .cell1-5 ul {
    list-style: none;
    text-align: center; }
    .cell1-5 ul li {
      display: inline-block;
      margin-right: 5px; }
    .cell1-5 ul a {
      font-mily: Arial, Helvetica, sans-serif;
      font-size: 16px;
      color: #4f4f4f; }

.col5 img {
  width: 100%;
  height: auto; }

@media all and (max-width: 47.875em) {
  .container__values {
    margin-left: 0;
    margin-right: 0; } }

.container__values h4 {
  font-mily: "Times New Roman", Times, serif;
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  letter-spacing: 1px; }

.container__values > .col-xs-6 {
  /*margin-bottom: 80px;*/ }

.container__values #accordion a {
  text-decoration: none; }

.container__values--element {
  padding-left: 1.5rem;
  padding-right: 1.5rem; }
  @media all and (min-width: 47.9375em) and (max-width: 61.875em) {
    .container__values--element:first-child {
      margin-top: 0; } }
  @media all and (max-width: 47.875em) {
    .container__values--element {
      padding-left: 0;
      padding-right: 0;
      margin-top: 2rem; }
      .container__values--element ul {
        padding-left: 0;
        padding-right: 0; } }
  .container__values--element ul {
    list-style: none; }
  .container__values--element li {
    text-transform: uppercase;
    font-mily: "Nexa";
    font-weight: 300;
    margin-bottom: 10px;
    opacity: .38;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease; }
    .container__values--element li:hover {
      opacity: 1; }
    .container__values--element li a {
      color: #000000;
      text-decoration: none; }
    .container__values--element li:last-child {
      margin-bottom: 0; }

@-webkit-keyframes show {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-moz-keyframes show {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes show {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.c-bmMemberContainer {
  background-color: #000000;
  padding-top: 140px;
  padding-bottom: 140px; }
  @media all and (min-width: 47.9375em) and (max-width: 61.875em) {
    .c-bmMemberContainer {
      padding-top: 5rem;
      padding-bottom: 5rem; }
      .c-bmMemberContainer .col-lg-4 {
        padding-right: 1rem !important; } }
  @media all and (max-width: 47.875em) {
    .c-bmMemberContainer {
      padding-top: 100px;
      padding-bottom: 100px; } }

.single-member__wrapper {
  position: relative;
  overflow: hidden;
  /* .single-member--gif{
    display: none;
    transition: opacity .3s ease;
  }*/ }
  .single-member__wrapper:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10000;
    -webkit-backce-visibility: hidden;
            backce-visibility: hidden;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, transparent), color-stop(101%, rgba(0, 0, 0, 0.541176)));
    background-image: -webkit-linear-gradient(transparent 1%, rgba(0, 0, 0, 0.541176) 101%);
    background-image: -moz-linear-gradient(transparent 1%, rgba(0, 0, 0, 0.541176) 101%);
    background-image: linear-gradient(transparent 1%, rgba(0, 0, 0, 0.541176) 101%); }
  .single-member__wrapper .single-member--jpg {
    display: block;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    -webkit-transition: opacity 2s ease;
    -o-transition: opacity 2s ease;
    -moz-transition: opacity 2s ease;
    transition: opacity 2s ease;
    -webkit-transition: all 2s ease;
    -o-transition: all 2s ease;
    -moz-transition: all 2s ease;
    transition: all 2s ease; }
  .single-member__wrapper .single-member--overlay {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(100%);
       -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
         -o-transform: translateY(100%);
            transform: translateY(100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, transparent), to(rgba(0, 0, 0, 0.841176)));
    background-image: -webkit-linear-gradient(transparent 1%, rgba(0, 0, 0, 0.841176) 100%);
    background-image: -moz-linear-gradient(transparent 1%, rgba(0, 0, 0, 0.841176) 100%);
    background-image: linear-gradient(transparent 1%, rgba(0, 0, 0, 0.841176) 100%);
    -webkit-transition: -webkit-transform .7s ease;
    transition: -webkit-transform .7s ease;
    -o-transition: -o-transform .7s ease;
    -moz-transition: transform .7s ease, -moz-transform .7s ease;
    transition: transform .7s ease;
    transition: transform .7s ease, -webkit-transform .7s ease, -moz-transform .7s ease, -o-transform .7s ease;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .single-member__wrapper .single-member--overlay.is-active {
      -webkit-transition-delay: 0s !important;
         -moz-transition-delay: 0s !important;
           -o-transition-delay: 0s !important;
              transition-delay: 0s !important; }
  .single-member__wrapper:hover, .single-member__wrapper:active, .single-member__wrapper.active {
    /*.single-member--gif{
      animation: show 2s ease 0s;
      display: block;
    }*/ }
    .single-member__wrapper:hover .single-member--overlay, .single-member__wrapper:active .single-member--overlay, .single-member__wrapper.active .single-member--overlay {
      -webkit-transform: translateY(0);
         -moz-transform: translateY(0);
          -ms-transform: translateY(0);
           -o-transform: translateY(0);
              transform: translateY(0); }
    .single-member__wrapper:hover .single-member--jpg, .single-member__wrapper:active .single-member--jpg, .single-member__wrapper.active .single-member--jpg {
      /*opacity: 0;
      position: absolute;
      top: 0;
      left: 0;*/
      -webkit-filter: grayscale(0);
              filter: grayscale(0);
      -webkit-transition: all 2s ease;
      -o-transition: all 2s ease;
      -moz-transition: all 2s ease;
      transition: all 2s ease; }
    .single-member__wrapper:hover .single-member--title, .single-member__wrapper:active .single-member--title, .single-member__wrapper.active .single-member--title {
      opacity: 1;
      /*transform: translateY(0px);*/ }
    .single-member__wrapper:hover .single-member--name, .single-member__wrapper:active .single-member--name, .single-member__wrapper.active .single-member--name {
      opacity: 1; }

.single-member--title {
  position: absolute;
  bottom: 3rem;
  z-index: 10000;
  font-size: 27px;
  font-size: 1.6875rem;
  /*transform: translateY(30px);*/
  font-mily: Arial, Helvetica, sans-serif;
  color: #ffffff;
  /*opacity: 0;*/
  opacity: 0.44;
  width: 100%;
  padding-left: 2.6rem;
  font-weight: bold;
  -webkit-transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
  transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
  -o-transition: opacity .3s ease-out, -o-transform .3s ease-out;
  -moz-transition: opacity .3s ease-out, transform .3s ease-out, -moz-transform .3s ease-out;
  transition: opacity .3s ease-out, transform .3s ease-out;
  transition: opacity .3s ease-out, transform .3s ease-out, -webkit-transform .3s ease-out, -moz-transform .3s ease-out, -o-transform .3s ease-out;
  -webkit-transition-delay: .2s;
     -moz-transition-delay: .2s;
       -o-transition-delay: .2s;
          transition-delay: .2s; }
  @media all and (min-width: 47.9375em) and (max-width: 61.875em) {
    .single-member--title {
      font-size: 26px;
      font-size: 1.625rem;
      bottom: 2.5rem;
      padding-left: 1.6rem; } }
  @media all and (max-width: 47.875em) {
    .single-member--title {
      padding-left: 0.6rem;
      font-size: 1.5rem; } }

.single-member--name {
  position: absolute;
  bottom: 1rem;
  z-index: 10000;
  font-size: 20px;
  font-size: 1.25rem;
  font-mily: "Times New Roman", Times, serif;
  color: #ffffff;
  width: 100%;
  padding-left: 2.6rem;
  -webkit-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  -moz-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
  -webkit-transition-delay: .5s;
     -moz-transition-delay: .5s;
       -o-transition-delay: .5s;
          transition-delay: .5s; }
  @media all and (max-width: 47.875em) {
    .single-member--name {
      padding-left: 0.6rem !important;
      font-size: 1rem;
      margin-bottom: 0; } }
  @media all and (min-width: 47.9375em) and (max-width: 61.875em) {
    .single-member--name {
      font-size: 16px;
      font-size: 1rem;
      padding-left: 1.6rem; } }

@media all and (min-width: 47.9375em) and (max-width: 61.875em) {
  #member__container--right {
    width: 100% !important;
    padding-right: 1rem !important;
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 100% !important;
       -moz-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    max-width: 100% !important;
    padding-left: 1rem !important;
    margin-top: 3rem; } }

@media all and (max-width: 47.875em) {
  #member__container--right {
    margin-top: 100px;
    padding-left: 1rem !important; } }

@media all and (max-width: 33.875em) {
  #member__container--right {
    margin-top: 60px; } }

.c-bmMemberContainer--sectionTitle {
  position: relative;
  width: 400px; }
  @media all and (min-width: 47.9375em) and (max-width: 61.875em) {
    .c-bmMemberContainer--sectionTitle {
      width: auto; } }
  @media all and (max-width: 47.875em) {
    .c-bmMemberContainer--sectionTitle {
      width: 100%; } }

.c-bmMemberContainer--sectionTitleInner {
  position: fixed;
  width: 33.333%;
  top: 140px;
  width: 400px;
  padding: 0;
  opacity: 0;
  -webkit-transform: translateY(-400px), translate3d(0, 0, 0);
     -moz-transform: translateY(-400px), translate3d(0, 0, 0);
          transform: translateY(-400px), translate3d(0, 0, 0);
  -webkit-transition: opacity .3s ease, -webkit-transform .8s ease;
  transition: opacity .3s ease, -webkit-transform .8s ease;
  -o-transition: opacity .3s ease, -o-transform .8s ease;
  -moz-transition: transform .8s ease, opacity .3s ease, -moz-transform .8s ease;
  transition: transform .8s ease, opacity .3s ease;
  transition: transform .8s ease, opacity .3s ease, -webkit-transform .8s ease, -moz-transform .8s ease, -o-transform .8s ease; }
  @media all and (min-width: 47.9375em) and (max-width: 61.875em) {
    .c-bmMemberContainer--sectionTitleInner {
      position: relative !important;
      top: 0 !important;
      width: 100%;
      opacity: 1 !important;
      -webkit-transform: translateY(0) !important;
         -moz-transform: translateY(0) !important;
          -ms-transform: translateY(0) !important;
           -o-transform: translateY(0) !important;
              transform: translateY(0) !important; } }
  @media all and (max-width: 47.875em) {
    .c-bmMemberContainer--sectionTitleInner {
      position: relative !important;
      top: 0 !important;
      width: 100%;
      opacity: 1 !important;
      -webkit-transform: translateY(0) !important;
         -moz-transform: translateY(0) !important;
          -ms-transform: translateY(0) !important;
           -o-transform: translateY(0) !important;
              transform: translateY(0) !important; }
      .c-bmMemberContainer--sectionTitleInner h2 {
        margin-bottom: 3rem; } }
  @media all and (min-width: 47.9375em) and (max-width: 61.875em) {
    .c-bmMemberContainer--sectionTitleInner {
      width: 100%; } }
  @media all and (min-width: 61.9375em) and (max-width: 74.875em) {
    .c-bmMemberContainer--sectionTitleInner {
      width: 31.3%; } }
  .c-bmMemberContainer--sectionTitleInner.is-active {
    -webkit-transform: translateY(100px);
       -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
         -o-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 1;
    position: fixed;
    -webkit-transition: opacity 0.3s ease, -webkit-transform .5s ease;
    transition: opacity 0.3s ease, -webkit-transform .5s ease;
    -o-transition: opacity 0.3s ease, -o-transform .5s ease;
    -moz-transition: transform .5s ease, opacity 0.3s ease, -moz-transform .5s ease;
    transition: transform .5s ease, opacity 0.3s ease;
    transition: transform .5s ease, opacity 0.3s ease, -webkit-transform .5s ease, -moz-transform .5s ease, -o-transform .5s ease; }
  .c-bmMemberContainer--sectionTitleInner.is-active-end {
    -webkit-transform: translateY(100px);
       -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
         -o-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
    position: fixed; }

#client_loading img {
  position: absolute; }

.col-md-20 {
  width: 20% !important; }

.client__contaner {
  background-color: #000000;
  padding-top: 60px;
  padding-bottom: 200px; }
  .client__contaner .col-md-20 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .client__contaner .col-md-20 img {
      max-height: 60px; }

.client__contaner--white-bkgd {
  background-color: #ffffff;
  color: #000000; }
  .client__contaner--white-bkgd h2 {
    font-size: 4rem;
    padding-top: 60px; }
    @media all and (max-width: 47.875em) {
      .client__contaner--white-bkgd h2 {
        font-size: 2.5rem; } }
  .client__contaner--white-bkgd .para__normal {
    padding-bottom: 60px; }
  .client__contaner--white-bkgd .client__panels > a {
    background-color: #ffffff;
    border-right: 1px solid rgba(0, 0, 0, 0.058);
    border-top: 1px solid rgba(0, 0, 0, 0.058); }
    .client__contaner--white-bkgd .client__panels > a:nth-child(5n) {
      border-right: none; }
    .client__contaner--white-bkgd .client__panels > a:hover {
      background-color: #ffffff; }

.client__contaner--white-bkgd #client__panels > a:first-child,
.client__contaner--white-bkgd #client__panels > a:nth-child(2),
.client__contaner--white-bkgd #client__panels > a:nth-child(3),
.client__contaner--white-bkgd #client__panels > a:nth-child(4),
.client__contaner--white-bkgd #client__panels > a:nth-child(5) {
  border-top: none !important; }

.client__panels > a {
  background-color: #000000;
  -webkit-transition: background-color .2s ease;
  -o-transition: background-color .2s ease;
  -moz-transition: background-color .2s ease;
  transition: background-color .2s ease;
  padding: 0 15px; }
  @media all and (max-width: 47.875em) {
    .client__panels > a {
      width: 50% !important; } }
  .client__panels > a img {
    opacity: 0.15;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease; }
    @media all and (min-width: 101.1875em) {
      .client__panels > a img {
        max-width: 260px; } }
  .client__panels > a:hover {
    background-color: #ffffff; }
    .client__panels > a:hover img {
      opacity: 1; }

@media all and (max-width: 47.875em) {
  .work_page main {
    overflow: hidden; } }

.work_page .client__contaner .col-md-20 img {
  max-height: 100%; }

.work_page .client__panels > a img {
  max-width: 100%; }

.work_page .c-bmHeader {
  /*background: linear-gradient( rgba(0, 0, 0,0.75),rgba(0, 0, 0,0.75)),url(../src/images/works_banner.gif);*/
  background-repeat: no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  background-position-y: 30%;
  background-attachment: fixed;
  /*background-image: url(./src/images/meyersuozzi_bkgd.jpg)*/ }

.work_page #-wrap-home:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: -webkit-linear-gradient(345deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  background-image: -moz-linear-gradient(345deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(105deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  z-index: 1;
  display: block;
  content: ''; }

.works_client_logo > a .svg_hover {
  -webkit-filter: grey;
          filter: grey;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  opacity: 0.15;
  -webkit-transition: all 0.3 ease;
  -o-transition: all 0.3 ease;
  -moz-transition: all 0.3 ease;
  transition: all 0.3 ease;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  transition: opacity .3s ease; }

.works_client_logo > a:hover .svg_hover {
  filter: none;
  -webkit-filter: grayscale(0);
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  transition: opacity .3s ease; }

.company_page {
  /*.title__section{

  }*/ }
  .company_page .client__contaner .col-md-20 img {
    max-height: 100%; }
  .company_page .client__panels > a img {
    max-width: 100%; }
  .company_page .client__panels a:hover {
    background-color: transparent; }
  .company_page .container__values--element p {
    margin-bottom: 2rem; }

.company_client_logo > a img {
  opacity: 0.25; }

.company_client_logo > a .svg_hover {
  /*filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);*/
  /*filter: grayscale(100%) brightness(100%) contrast(45%);*/
  -webkit-filter: grayscale(100%) invert(100%) brightness(100%);
          filter: grayscale(100%) invert(100%) brightness(100%);
  opacity: 0.6;
  -webkit-transition: all 0.3 ease;
  -o-transition: all 0.3 ease;
  -moz-transition: all 0.3 ease;
  transition: all 0.3 ease;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  transition: opacity .3s ease; }

.company_client_logo > a:hover .svg_hover {
  -webkit-filter: none;
          filter: none;
  /*-webkit-filter: grayscale(0);*/
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  transition: opacity .3s ease; }

.cvr__contaner, .c-bmCvrContainer {
  position: relative;
  background-color: #212121;
  z-index: 1002; }
  .cvr__contaner:before, .c-bmCvrContainer:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background: #212121;
    -webkit-transition: opacity .8s ease;
    -o-transition: opacity .8s ease;
    -moz-transition: opacity .8s ease;
    transition: opacity .8s ease; }
  .cvr__contaner .copyright_text, .c-bmCvrContainer .copyright_text {
    color: #ffffff;
    letter-spacing: 2px;
    position: absolute;
    bottom: 12px;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    -moz-transition: color .2s ease;
    transition: color .2s ease;
    left: 0;
    right: 0; }
  .cvr__contaner .btn__cvr .small-txt, .c-bmCvrContainer .btn__cvr .small-txt, .cvr__contaner .c-bmCvrBtn .small-txt, .c-bmCvrContainer .c-bmCvrBtn .small-txt, .cvr__contaner .btn__cvr .u-bmCvrSmallText, .cvr__contaner .c-bmCvrBtn .u-bmCvrSmallText, .c-bmCvrContainer .btn__cvr .u-bmCvrSmallText, .c-bmCvrContainer .c-bmCvrBtn .u-bmCvrSmallText {
    -webkit-transform: translateY(-20px);
       -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
         -o-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
    -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, -webkit-transform .5s ease;
    -o-transition: opacity .5s ease, -o-transform .5s ease;
    -moz-transition: opacity .5s ease, transform .5s ease, -moz-transform .5s ease;
    transition: opacity .5s ease, transform .5s ease;
    transition: opacity .5s ease, transform .5s ease, -webkit-transform .5s ease, -moz-transform .5s ease, -o-transform .5s ease; }
  .cvr__contaner .btn__cvr .large-txt, .c-bmCvrContainer .btn__cvr .large-txt, .cvr__contaner .c-bmCvrBtn .large-txt, .c-bmCvrContainer .c-bmCvrBtn .large-txt, .cvr__contaner .btn__cvr .u-bmCvrLargeText, .cvr__contaner .c-bmCvrBtn .u-bmCvrLargeText, .c-bmCvrContainer .btn__cvr .u-bmCvrLargeText, .c-bmCvrContainer .c-bmCvrBtn .u-bmCvrLargeText {
    -webkit-transition: color .5s ease;
    -o-transition: color .5s ease;
    -moz-transition: color .5s ease;
    transition: color .5s ease; }
  .cvr__contaner .large-txt, .c-bmCvrContainer .large-txt, .cvr__contaner .u-bmCvrLargeText, .c-bmCvrContainer .u-bmCvrLargeText, .cvr__contaner .cvr__contaner--hover .btn__cvr .u-bmCvrLargeText, .cvr__contaner--hover .btn__cvr .cvr__contaner .u-bmCvrLargeText, .c-bmCvrContainer .cvr__contaner--hover .btn__cvr .u-bmCvrLargeText, .cvr__contaner--hover .btn__cvr .c-bmCvrContainer .u-bmCvrLargeText, .cvr__contaner .cvr__contaner--hover .c-bmCvrBtn .u-bmCvrLargeText, .cvr__contaner--hover .c-bmCvrBtn .cvr__contaner .u-bmCvrLargeText, .c-bmCvrContainer .cvr__contaner--hover .c-bmCvrBtn .u-bmCvrLargeText, .cvr__contaner--hover .c-bmCvrBtn .c-bmCvrContainer .u-bmCvrLargeText {
    font-size: 7.5rem;
    margin-bottom: 0; }
    @media all and (min-width: 47.9375em) and (max-width: 61.875em) {
      .cvr__contaner .large-txt, .c-bmCvrContainer .large-txt, .cvr__contaner .u-bmCvrLargeText, .c-bmCvrContainer .u-bmCvrLargeText, .cvr__contaner .cvr__contaner--hover .btn__cvr .u-bmCvrLargeText, .cvr__contaner--hover .btn__cvr .cvr__contaner .u-bmCvrLargeText, .c-bmCvrContainer .cvr__contaner--hover .btn__cvr .u-bmCvrLargeText, .cvr__contaner--hover .btn__cvr .c-bmCvrContainer .u-bmCvrLargeText, .cvr__contaner .cvr__contaner--hover .c-bmCvrBtn .u-bmCvrLargeText, .cvr__contaner--hover .c-bmCvrBtn .cvr__contaner .u-bmCvrLargeText, .c-bmCvrContainer .cvr__contaner--hover .c-bmCvrBtn .u-bmCvrLargeText, .cvr__contaner--hover .c-bmCvrBtn .c-bmCvrContainer .u-bmCvrLargeText {
        font-size: 64px;
        font-size: 4rem; } }
    @media all and (max-width: 47.875em) {
      .cvr__contaner .large-txt, .c-bmCvrContainer .large-txt, .cvr__contaner .u-bmCvrLargeText, .c-bmCvrContainer .u-bmCvrLargeText, .cvr__contaner .cvr__contaner--hover .btn__cvr .u-bmCvrLargeText, .cvr__contaner--hover .btn__cvr .cvr__contaner .u-bmCvrLargeText, .c-bmCvrContainer .cvr__contaner--hover .btn__cvr .u-bmCvrLargeText, .cvr__contaner--hover .btn__cvr .c-bmCvrContainer .u-bmCvrLargeText, .cvr__contaner .cvr__contaner--hover .c-bmCvrBtn .u-bmCvrLargeText, .cvr__contaner--hover .c-bmCvrBtn .cvr__contaner .u-bmCvrLargeText, .c-bmCvrContainer .cvr__contaner--hover .c-bmCvrBtn .u-bmCvrLargeText, .cvr__contaner--hover .c-bmCvrBtn .c-bmCvrContainer .u-bmCvrLargeText {
        font-size: 48px;
        font-size: 3rem; } }
  .cvr__contaner .small-txt, .c-bmCvrContainer .small-txt, .cvr__contaner .u-bmCvrSmallText, .c-bmCvrContainer .u-bmCvrSmallText, .cvr__contaner .cvr__contaner--hover .btn__cvr .u-bmCvrSmallText, .cvr__contaner--hover .btn__cvr .cvr__contaner .u-bmCvrSmallText, .c-bmCvrContainer .cvr__contaner--hover .btn__cvr .u-bmCvrSmallText, .cvr__contaner--hover .btn__cvr .c-bmCvrContainer .u-bmCvrSmallText, .cvr__contaner .cvr__contaner--hover .c-bmCvrBtn .u-bmCvrSmallText, .cvr__contaner--hover .c-bmCvrBtn .cvr__contaner .u-bmCvrSmallText, .c-bmCvrContainer .cvr__contaner--hover .c-bmCvrBtn .u-bmCvrSmallText, .cvr__contaner--hover .c-bmCvrBtn .c-bmCvrContainer .u-bmCvrSmallText {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: bold; }
    @media all and (max-width: 47.875em) {
      .cvr__contaner .small-txt, .c-bmCvrContainer .small-txt, .cvr__contaner .u-bmCvrSmallText, .c-bmCvrContainer .u-bmCvrSmallText, .cvr__contaner .cvr__contaner--hover .btn__cvr .u-bmCvrSmallText, .cvr__contaner--hover .btn__cvr .cvr__contaner .u-bmCvrSmallText, .c-bmCvrContainer .cvr__contaner--hover .btn__cvr .u-bmCvrSmallText, .cvr__contaner--hover .btn__cvr .c-bmCvrContainer .u-bmCvrSmallText, .cvr__contaner .cvr__contaner--hover .c-bmCvrBtn .u-bmCvrSmallText, .cvr__contaner--hover .c-bmCvrBtn .cvr__contaner .u-bmCvrSmallText, .c-bmCvrContainer .cvr__contaner--hover .c-bmCvrBtn .u-bmCvrSmallText, .cvr__contaner--hover .c-bmCvrBtn .c-bmCvrContainer .u-bmCvrSmallText {
        font-size: 13px;
        font-size: 0.8125rem; } }
  .cvr__contaner .row, .c-bmCvrContainer .row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%; }
  .cvr__contaner .btn__cvr, .c-bmCvrContainer .btn__cvr, .cvr__contaner .c-bmCvrBtn, .c-bmCvrContainer .c-bmCvrBtn {
    padding: 70px 90px;
    display: inline-block;
    text-decoration: none; }
    @media all and (max-width: 47.875em) {
      .cvr__contaner .btn__cvr, .c-bmCvrContainer .btn__cvr, .cvr__contaner .c-bmCvrBtn, .c-bmCvrContainer .c-bmCvrBtn {
        padding: 70px 0px; } }

.cvr__contaner--hover {
  background-color: #fff !important; }
  .cvr__contaner--hover:before {
    opacity: 0; }
  .cvr__contaner--hover .copyright_text {
    opacity: 1 !important;
    color: #000 !important;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    -moz-transition: color .2s ease;
    transition: color .2s ease; }
  @media all and (max-width: 47.875em) {
    .cvr__contaner--hover .btn__cvr, .cvr__contaner--hover .c-bmCvrBtn {
      border: none; } }
  .cvr__contaner--hover .btn__cvr .large-txt, .cvr__contaner--hover .c-bmCvrBtn .large-txt, .cvr__contaner--hover .btn__cvr .u-bmCvrLargeText, .cvr__contaner--hover .c-bmCvrBtn .u-bmCvrLargeText {
    color: #000 !important; }
  .cvr__contaner--hover .btn__cvr .small-txt, .cvr__contaner--hover .c-bmCvrBtn .small-txt, .cvr__contaner--hover .btn__cvr .u-bmCvrSmallText, .cvr__contaner--hover .c-bmCvrBtn .u-bmCvrSmallText {
    -webkit-transform: translateY(0px) !important;
       -moz-transform: translateY(0px) !important;
        -ms-transform: translateY(0px) !important;
         -o-transform: translateY(0px) !important;
            transform: translateY(0px) !important;
    opacity: 1 !important;
    color: #000 !important; }

.cvr__contaner--home:before {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(3%, #8a47d1), color-stop(102%, #00adee));
  background-image: -webkit-linear-gradient(bottom, #8a47d1 3%, #00adee 102%);
  background-image: -moz-linear-gradient(bottom, #8a47d1 3%, #00adee 102%);
  background-image: linear-gradient(0deg, #8a47d1 3%, #00adee 102%); }

.mobile_bottom_section {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: bold; }

@keyframes deInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
       -moz-transform: translate3d(0, 30%, 0);
            transform: translate3d(0, 30%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
       -moz-transform: none;
         -o-transform: none;
            transform: none; } }

.deInUp {
  -webkit-animation-name: deInUp;
     -moz-animation-name: deInUp;
          animation-name: deInUp; }

.container__works--single {
  padding-top: 240px;
  padding-bottom: 240px;
  position: relative; }
  @media all and (max-width: 47.875em) {
    .container__works--single {
      padding-top: 100px;
      padding-bottom: 100px; } }
  .container__works--single:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    -webkit-transition: -webkit-filter .3s ease, -webkit-transform .5s ease-in-out;
    transition: -webkit-filter .3s ease, -webkit-transform .5s ease-in-out;
    -o-transition: filter .3s ease, -o-transform .5s ease-in-out;
    -moz-transition: filter .3s ease, transform .5s ease-in-out, -moz-transform .5s ease-in-out;
    transition: filter .3s ease, transform .5s ease-in-out;
    transition: filter .3s ease, transform .5s ease-in-out, -webkit-filter .3s ease, -webkit-transform .5s ease-in-out, -moz-transform .5s ease-in-out, -o-transform .5s ease-in-out;
    -moz-background-size: cover;
         background-size: cover;
    background-position: center center; }
  .container__works--single h2 > span {
    -webkit-transform: translateY(65px) !important;
       -moz-transform: translateY(65px) !important;
        -ms-transform: translateY(65px) !important;
         -o-transform: translateY(65px) !important;
            transform: translateY(65px) !important;
    opacity: 1; }
    @media all and (max-width: 47.875em) {
      .container__works--single h2 > span {
        -webkit-transform: translateY(50px) !important;
           -moz-transform: translateY(50px) !important;
            -ms-transform: translateY(50px) !important;
             -o-transform: translateY(50px) !important;
                transform: translateY(50px) !important; } }
  .container__works--single:hover:before {
    -webkit-filter: grayscale(0);
            filter: grayscale(0); }
  .container__works--single:hover .container__works--single--info {
    background: #014771;
    color: #ffffff; }
  .container__works--single:hover .arrow {
    background-image: url(../src/images/right_arrow_white.png);
    opacity: 1; }
  .container__works--single:hover h2 > span {
    -webkit-transform: translateY(65px);
       -moz-transform: translateY(65px);
        -ms-transform: translateY(65px);
         -o-transform: translateY(65px);
            transform: translateY(65px);
    opacity: 1; }
    @media all and (max-width: 47.875em) {
      .container__works--single:hover h2 > span {
        -webkit-transform: translateY(50px);
           -moz-transform: translateY(50px);
            -ms-transform: translateY(50px);
             -o-transform: translateY(50px);
                transform: translateY(50px); } }

.container__works--single--outer.active .container__works--single:before {
  -webkit-filter: grayscale(0);
          filter: grayscale(0); }

.container__works--single--outer.active .container__works--single .container__works--single--info {
  background: #014771;
  color: #ffffff; }

.container__works--single--outer.active .container__works--single .arrow {
  background-image: url(../src/images/right_arrow_white.png);
  opacity: 1; }

.container__works--single--outer.active .container__works--single h2 > span {
  -webkit-transform: translateY(65px);
     -moz-transform: translateY(65px);
      -ms-transform: translateY(65px);
       -o-transform: translateY(65px);
          transform: translateY(65px);
  opacity: 1; }
  @media all and (max-width: 47.875em) {
    .container__works--single--outer.active .container__works--single h2 > span {
      -webkit-transform: translateY(50px);
         -moz-transform: translateY(50px);
          -ms-transform: translateY(50px);
           -o-transform: translateY(50px);
              transform: translateY(50px); } }

#home-slider .container__works--single {
  padding-top: 0;
  padding-bottom: 0; }
  #home-slider .container__works--single:before {
    display: none; }
  #home-slider .container__works--single:hover .container__works--single--info {
    background: #ffffff;
    color: #000000; }

#home-slider .container__works--single--info {
  padding-top: 135px;
  padding-bottom: 60px; }
  @media all and (max-width: 47.875em) {
    #home-slider .container__works--single--info {
      padding-top: 2rem;
      padding-bottom: 2rem; } }
  @media all and (min-width: 47.9375em) and (max-width: 61.875em) {
    #home-slider .container__works--single--info {
      padding-top: 6rem;
      padding-bottom: 4rem; } }

#home-slider .right.carousel-control, #home-slider .slider--link--home {
  right: 0 !important;
  height: 100%;
  background: black; }
  #home-slider .right.carousel-control:hover, #home-slider .slider--link--home:hover {
    background: rgba(0, 0, 0, 0.5);
    opacity: 0.54; }
  #home-slider .right.carousel-control .icon-next, #home-slider .slider--link--home .icon-next {
    background-image: url(../src/images/white_right_arrow.png);
    -moz-background-size: 12px 25px;
         background-size: 12px 25px; }

#home-slider .left.carousel-control {
  left: 0 !important;
  height: 100%;
  background: black; }
  #home-slider .left.carousel-control:hover {
    background: rgba(0, 0, 0, 0.5); }
  #home-slider .left.carousel-control .icon-prev {
    background-image: url(../src/images/white_left_arrow.png);
    -moz-background-size: 12px 25px;
         background-size: 12px 25px; }

#home-slider .slider--link--home {
  right: -40px !important;
  height: 80px !important; }
  #home-slider .slider--link--home .icon-next {
    background-image: url(../src/images/right_arrow_white.png);
    -moz-background-size: 18px 14px !important;
         background-size: 18px 14px !important; }

.container__works--single--meyer:before {
  background-image: url(../src/images/meyersuozzi_header.jpg); }

.container__works--single--meyer:hover .container__works--single--info {
  background: #014771;
  color: #ffffff; }

.container__works--single--outer.active .container__works--single--meyer .container__works--single--info {
  background: #014771;
  color: #ffffff; }

.container__works--single--nerfdog:before {
  background-image: url(../src/images/nerfdog_bkgd.jpg); }

.container__works--single--nerfdog:hover .container__works--single--info {
  background: #f1c40f;
  color: #ffffff; }

.container__works--single--petrocelli:before {
  background-image: url(../src/images/petrocelli_bkgd.jpg); }

.container__works--single--petrocelli:hover .container__works--single--info {
  background: #be0000;
  color: #ffffff; }

.container__works--single--outer.active .container__works--single--petrocelli .container__works--single--info {
  background: #be0000;
  color: #ffffff; }

.container__works--single--webair:before {
  background-image: url(../src/images/webair_header.jpg); }

.container__works--single--webair:hover .container__works--single--info {
  background: #32d8;
  color: #ffffff; }

.container__works--single--outer.active .container__works--single--webair .container__works--single--info {
  background: #32d8;
  color: #ffffff; }

.container__works--single--slantfin:before {
  background-image: url(../src/images/slantfin_header.jpg); }

.container__works--single--slantfin:hover .container__works--single--info {
  background: #7B9AC1;
  color: #ffffff; }

.container__works--single--outer.active .container__works--single--slantfin .container__works--single--info {
  background: #7B9AC1;
  color: #ffffff; }

.container__works--single--pid:before {
  background-image: url(../src/images/pid_header.jpg); }

.container__works--single--pid:hover .container__works--single--info {
  background: #303030;
  color: #ffffff; }

.container__works--single--outer.active .container__works--single--pid .container__works--single--info {
  background: #303030;
  color: #ffffff; }

.container__works--single--spine11:before {
  background-image: url(../src/images/spine11_header.jpg); }

.container__works--single--spine11:hover .container__works--single--info {
  background: #66a0bc;
  color: #ffffff; }

.container__works--single--outer.active .container__works--single--spine11 .container__works--single--info {
  background: #66a0bc;
  color: #ffffff; }

.container__works--single--stopthebounce:before {
  background-image: url(../src/images/stopthebounce_header.jpg); }

.container__works--single--stopthebounce:hover .container__works--single--info {
  background: #D9602B;
  color: #ffffff; }

.container__works--single--outer.active .container__works--single--stopthebounce .container__works--single--info {
  background: #D9602B;
  color: #ffffff; }

.container__works--single--emotrans:before {
  background-image: url(../src/images/emotrans_header.jpg); }

.container__works--single--emotrans:hover .container__works--single--info {
  background: #0768a7;
  color: #ffffff; }

.container__works--single--outer.active .container__works--single--emotrans .container__works--single--info {
  background: #0768a7;
  color: #ffffff; }

.container__works--single--chocolateworks:before {
  background-image: url(../src/images/chocolateworks_header.jpg); }

.container__works--single--chocolateworks:hover .container__works--single--info {
  background: #7e1323;
  color: #ffffff; }

.container__works--single--outer.active .container__works--single--chocolateworks .container__works--single--info {
  background: #7e1323;
  color: #ffffff; }

.container__works--single--appell:before {
  background-image: url(../src/images/appell_header.jpg); }

.container__works--single--appell:hover .container__works--single--info {
  background: #00c0ef;
  color: #ffffff; }

.container__works--single--outer.active .container__works--single--appell .container__works--single--info {
  background: #00c0ef;
  color: #ffffff; }

.container__works--single--monelisa:before {
  background-image: url(../src/images/monelisa_header.jpg); }

.container__works--single--monelisa:hover .container__works--single--info {
  background: #942929;
  color: #ffffff; }

.container__works--single--outer.active .container__works--single--monelisa .container__works--single--info {
  background: #942929;
  color: #ffffff; }

.container__works--single--info {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #ffffff;
  padding-left: 3rem;
  padding-right: 3rem;
  position: relative;
  -webkit-transition: background-color .2s ease, color .3s ease;
  -o-transition: background-color .2s ease, color .3s ease;
  -moz-transition: background-color .2s ease, color .3s ease;
  transition: background-color .2s ease, color .3s ease;
  color: #000000;
  text-decoration: none !important; }
  @media all and (max-width: 47.875em) {
    .container__works--single--info {
      padding: 2rem 2rem 3rem; } }
  @media all and (min-width: 47.9375em) and (max-width: 61.875em) {
    .container__works--single--info {
      padding-left: 2rem;
      padding-right: 2rem; } }
  .container__works--single--info h2 {
    position: relative;
    line-height: inherit;
    font-size: 42px;
    font-size: 2.625rem; }
    @media all and (max-width: 47.875em) {
      .container__works--single--info h2 {
        font-size: 27px;
        font-size: 1.6875rem; } }
    @media all and (min-width: 47.9375em) and (max-width: 61.875em) {
      .container__works--single--info h2 {
        font-size: 30px;
        font-size: 1.875rem; } }
  .container__works--single--info h2 > span {
    position: absolute;
    left: 0;
    -webkit-transform: translateY(65px);
       -moz-transform: translateY(65px);
        -ms-transform: translateY(65px);
         -o-transform: translateY(65px);
            transform: translateY(65px);
    opacity: 1;
    font-mily: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 2px;
    font-weight: bold;
    -webkit-transform: translateY(40px);
       -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
         -o-transform: translateY(40px);
            transform: translateY(40px);
    -webkit-transition: opacity .2s ease, -webkit-transform .6s ease;
    transition: opacity .2s ease, -webkit-transform .6s ease;
    -o-transition: opacity .2s ease, -o-transform .6s ease;
    -moz-transition: transform .6s ease, opacity .2s ease, -moz-transform .6s ease;
    transition: transform .6s ease, opacity .2s ease;
    transition: transform .6s ease, opacity .2s ease, -webkit-transform .6s ease, -moz-transform .6s ease, -o-transform .6s ease; }
    @media all and (max-width: 47.875em) {
      .container__works--single--info h2 > span {
        opacity: 1; } }
  .container__works--single--info .arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2.5rem;
    margin: auto;
    width: 26px;
    height: 20px;
    background-image: url(../src/images/right_arrow_black.png);
    -moz-background-size: 26px 20px;
         background-size: 26px 20px;
    display: block;
    opacity: 0.12;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease; }
    @media all and (max-width: 47.875em) {
      .container__works--single--info .arrow {
        right: -3rem;
        background-image: url(../src/images/right_arrow_white.png);
        background-color: #000;
        background-position: center center;
        background-repeat: no-repeat;
        opacity: 1;
        width: 70px;
        height: 70px; } }

.container__works--single--outer {
  text-decoration: none !important;
  display: block; }
  .container__works--single--outer .container__works--single {
    overflow: hidden; }
    .container__works--single--outer .container__works--single:hover:before, .container__works--single--outer .container__works--single:active:before {
      -webkit-transform: scale(1.03);
         -moz-transform: scale(1.03);
          -ms-transform: scale(1.03);
           -o-transform: scale(1.03);
              transform: scale(1.03); }

.container__works--single--outer.active .container__works--single {
  overflow: hidden; }
  .container__works--single--outer.active .container__works--single:before {
    -webkit-transform: scale(1.03);
       -moz-transform: scale(1.03);
        -ms-transform: scale(1.03);
         -o-transform: scale(1.03);
            transform: scale(1.03); }

.page__title--container--single--work .page__title--container .row {
  padding-bottom: 6rem; }

.page__title--container--single--work .page__title--container h1 {
  font-size: 6rem;
  margin-bottom: 2rem; }

.page__title--container--single--work .page__title--container p {
  font-size: 1.2rem;
  line-height: 1.6; }

.underline__text {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-mily: Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: bold; }
  .underline__text:after {
    content: '';
    width: 25px;
    margin-top: 15px;
    display: block;
    border-bottom: 2px solid #ffffff; }

.c-bmTextCaseStudy {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-mily: Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: bold; }

.u-has--underline:after {
  content: '';
  width: 25px;
  margin-top: 15px;
  display: block;
  border-bottom: 2px solid #ffffff; }

.container__single_laptop {
  padding-top: 70px;
  padding-bottom: 100px;
  -webkit-transition: background-color .3s ease;
  -o-transition: background-color .3s ease;
  -moz-transition: background-color .3s ease;
  transition: background-color .3s ease; }
  .container__single_laptop > div > .anchor {
    margin-bottom: 70px;
    opacity: .2;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease; }
    .container__single_laptop > div > .anchor:hover {
      opacity: .6; }
  .container__single_laptop:hover {
    background-color: #014471; }
  .container__single_laptop .anchor__arrow--container {
    padding-bottom: 100px;
    display: block; }
    .container__single_laptop .anchor__arrow--container img {
      opacity: 0.12;
      -webkit-transition: opacity .3s ease;
      -o-transition: opacity .3s ease;
      -moz-transition: opacity .3s ease;
      transition: opacity .3s ease; }
    .container__single_laptop .anchor__arrow--container:hover img {
      opacity: 1; }

.c-bmContainerSingleLaptop {
  padding-top: 70px;
  padding-bottom: 100px;
  -webkit-transition: background-color .3s ease;
  -o-transition: background-color .3s ease;
  -moz-transition: background-color .3s ease;
  transition: background-color .3s ease;
  position: relative; }
  .c-bmContainerSingleLaptop:before {
    content: '';
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease; }
  .c-bmContainerSingleLaptop .anchor__arrow--container {
    padding-bottom: 100px;
    display: block; }
    .c-bmContainerSingleLaptop .anchor__arrow--container img {
      opacity: 0.12;
      -webkit-transition: opacity .3s ease;
      -o-transition: opacity .3s ease;
      -moz-transition: opacity .3s ease;
      transition: opacity .3s ease; }
    .c-bmContainerSingleLaptop .anchor__arrow--container:hover img {
      opacity: 1; }

.c-bmContainerSingleLaptop__image {
  position: relative;
  z-index: 10; }

.c-bmContainerSingleLaptop__anchorLink {
  margin-bottom: 70px;
  opacity: .2;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  transition: opacity .3s ease;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  position: relative;
  z-index: 10; }
  .c-bmContainerSingleLaptop__anchorLink:hover {
    opacity: .6; }

.anchor__arrow--container {
  padding-top: 60px;
  padding-bottom: 70px;
  display: block; }
  .anchor__arrow--container img {
    opacity: 0.3;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease; }
  .anchor__arrow--container:hover img {
    opacity: 1; }

.container__single--tagline {
  -webkit-transition: background-color .3s ease;
  -o-transition: background-color .3s ease;
  -moz-transition: background-color .3s ease;
  transition: background-color .3s ease;
  padding-top: 10rem;
  padding-bottom: 10rem; }
  @media all and (max-width: 47.875em) {
    .container__single--tagline {
      padding-top: 4rem;
      padding-bottom: 4rem; } }
  @media all and (min-width: 47.9375em) and (max-width: 61.875em) {
    .container__single--tagline {
      padding-top: 6rem;
      padding-bottom: 6rem; } }
  .container__single--tagline h2 {
    font-size: 4rem;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    -moz-transition: color .3s ease;
    transition: color .3s ease; }
    @media all and (max-width: 47.875em) {
      .container__single--tagline h2 {
        font-size: 3rem; } }
  .container__single--tagline h3 {
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 1rem; }
    @media all and (max-width: 33.875em) {
      .container__single--tagline h3 {
        font-size: 2.8rem;
        line-height: 1.3; } }
    @media all and (min-width: 33.9375em) and (max-width: 47.875em) {
      .container__single--tagline h3 {
        font-size: 2.5rem;
        line-height: 1.5; } }
    @media all and (min-width: 47.9375em) and (max-width: 61.875em) {
      .container__single--tagline h3 {
        font-size: 3.5rem; } }
  .container__single--tagline h4 {
    font-size: 2rem;
    line-height: 1.6; }
    @media all and (max-width: 33.875em) {
      .container__single--tagline h4 {
        font-size: 1.5rem; } }
  .container__single--tagline p {
    font-size: 1.2rem;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    -moz-transition: color .3s ease;
    transition: color .3s ease; }
  .container__single--tagline h2.headline_2 {
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 1rem; }
    @media all and (max-width: 33.875em) {
      .container__single--tagline h2.headline_2 {
        font-size: 2.8rem;
        line-height: 1.3; } }
    @media all and (min-width: 33.9375em) and (max-width: 47.875em) {
      .container__single--tagline h2.headline_2 {
        font-size: 2.5rem;
        line-height: 1.5; } }
    @media all and (min-width: 47.9375em) and (max-width: 61.875em) {
      .container__single--tagline h2.headline_2 {
        font-size: 3.5rem; } }

.c-bmContainerTagline {
  -webkit-transition: background-color .3s ease;
  -o-transition: background-color .3s ease;
  -moz-transition: background-color .3s ease;
  transition: background-color .3s ease;
  padding-top: 10rem;
  padding-bottom: 10rem;
  position: relative; }
  .c-bmContainerTagline:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease; }
  @media all and (max-width: 47.875em) {
    .c-bmContainerTagline {
      padding-top: 4.5rem;
      padding-bottom: 4.5rem; } }
  @media all and (min-width: 47.9375em) and (max-width: 61.875em) {
    .c-bmContainerTagline {
      padding-top: 6rem;
      padding-bottom: 6rem; } }

.c-bmContainerTagline__title {
  font-size: 4rem;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  -moz-transition: color .3s ease;
  transition: color .3s ease;
  position: relative;
  z-index: 10; }
  @media all and (min-width: 47.9375em) and (max-width: 61.875em) {
    .c-bmContainerTagline__title {
      font-size: 3rem; } }
  @media all and (max-width: 47.875em) {
    .c-bmContainerTagline__title {
      font-size: 2.3rem; } }

.c-bmContainerTagline__text {
  font-size: 1.2rem;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  -moz-transition: color .3s ease;
  transition: color .3s ease;
  position: relative;
  z-index: 10; }
  @media all and (max-width: 61.875em) {
    .c-bmContainerTagline__text {
      font-size: 1.125rem; } }

.view_project_button {
  font-mily: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #000;
  font-size: 14px;
  letter-spacing: 2.5px;
  -webkit-appearance: none;
  border: 1px solid #000;
  background: transparent;
  padding: 18px 40px;
  margin-top: 60px;
  -webkit-transition: color .3s ease, background-color .3s ease, -webkit-box-shadow .3s ease;
  transition: color .3s ease, background-color .3s ease, -webkit-box-shadow .3s ease;
  -o-transition: color .3s ease, background-color .3s ease, box-shadow .3s ease;
  -moz-transition: color .3s ease, background-color .3s ease, box-shadow .3s ease, -moz-box-shadow .3s ease;
  transition: color .3s ease, background-color .3s ease, box-shadow .3s ease;
  transition: color .3s ease, background-color .3s ease, box-shadow .3s ease, -webkit-box-shadow .3s ease, -moz-box-shadow .3s ease;
  position: relative;
  z-index: 10; }

.c-bmContainerTagline.activeBkgd:hover .view_project_button {
  background-color: transparent;
  position: relative;
  z-index: 10;
  color: #ffffff;
  border-color: #ffffff; }
  .c-bmContainerTagline.activeBkgd:hover .view_project_button:hover {
    background-color: #ffffff;
    color: #000000;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
       -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
    border-color: #ffffff; }
  .c-bmContainerTagline.activeBkgd:hover .view_project_button:visited {
    text-decoration: none; }

.view_project_button {
  text-decoration: none !important; }

.c-bmContainerSingleScreenshot {
  position: relative;
  padding-top: 200px;
  padding-bottom: 200px;
  -webkit-transition: background-color .3s ease;
  -o-transition: background-color .3s ease;
  -moz-transition: background-color .3s ease;
  transition: background-color .3s ease; }
  @media all and (max-width: 61.875em) {
    .c-bmContainerSingleScreenshot {
      padding-top: 100px;
      padding-bottom: 100px; } }
  .c-bmContainerSingleScreenshot:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease; }

.c-bmContainerScreenshot {
  position: relative;
  z-index: 10; }

.container__single--tagline--expertise:hover {
  background-color: black; }
  .container__single--tagline--expertise:hover h2, .container__single--tagline--expertise:hover h3, .container__single--tagline--expertise:hover p, .container__single--tagline--expertise:hover h4 {
    color: #ffffff; }

.container__single--bg-transition {
  -webkit-transition: background-color .3s ease;
  -o-transition: background-color .3s ease;
  -moz-transition: background-color .3s ease;
  transition: background-color .3s ease; }
  .container__single--bg-transition h2, .container__single--bg-transition p {
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    -moz-transition: color .3s ease;
    transition: color .3s ease; }
  .container__single--bg-transition:hover {
    background-color: #014471; }
    .container__single--bg-transition:hover h2, .container__single--bg-transition:hover p {
      color: #fff; }
  .container__single--bg-transition > .container {
    padding-top: 200px;
    padding-bottom: 200px; }

.c-bmContainerTypece {
  background-color: #014471;
  padding-top: 300px;
  padding-bottom: 240px;
  margin-top: -180px;
  margin-bottom: -120px; }
  @media all and (min-width: 47.9375em) and (max-width: 61.875em) {
    .c-bmContainerTypece {
      padding-top: 200px;
      padding-bottom: 180px;
      margin-top: -100px;
      margin-bottom: -90px; } }
  @media all and (max-width: 47.875em) {
    .c-bmContainerTypece {
      padding-top: 160px;
      padding-bottom: 140px;
      margin-top: -80px;
      margin-bottom: -70px; } }

.c-bmContainerTypece__single {
  padding-top: 1rem;
  /*border-top: 1px solid rgba(255,255,255,.3);*/ }
  @media all and (max-width: 47.875em) {
    .c-bmContainerTypece__single {
      margin-top: 4rem; } }

.carousel-control.left, .carousel-control.right, .slider--link--home {
  background-image: none;
  opacity: 1;
  width: 80px;
  height: 80px;
  bottom: 0;
  position: absolute;
  background-color: #ffffff;
  top: 0;
  margin: auto; }

#home-slider .carousel-control.right_light {
  opacity: 0.1; }

.carousel-control.right, .slider--link--home {
  right: -40px;
  -webkit-transition: background-color .3s ease;
  -o-transition: background-color .3s ease;
  -moz-transition: background-color .3s ease;
  transition: background-color .3s ease; }
  @media all and (max-width: 61.875em) {
    .carousel-control.right, .slider--link--home {
      right: 0; } }
  .carousel-control.right:hover, .slider--link--home:hover {
    background-color: #014471; }
    .carousel-control.right:hover .icon-next, .slider--link--home:hover .icon-next {
      background-image: url(../src/images/right_arrow_white.png); }

.carousel-control .icon-next {
  background-image: url(../src/images/right_arrow_black.png);
  -moz-background-size: 18px 14px;
       background-size: 18px 14px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: background .3s ease;
  -o-transition: background .3s ease;
  -moz-transition: background .3s ease;
  transition: background .3s ease; }
  .carousel-control .icon-next:before {
    display: none; }

.carousel-control.left {
  left: -40px;
  -webkit-transition: background-color .3s ease;
  -o-transition: background-color .3s ease;
  -moz-transition: background-color .3s ease;
  transition: background-color .3s ease; }
  @media all and (max-width: 61.875em) {
    .carousel-control.left {
      left: 0; } }
  .carousel-control.left:hover {
    background-color: #014471; }
    .carousel-control.left:hover .icon-prev {
      background-image: url(../src/images/left_arrow_white.png); }

.carousel-control .icon-prev {
  background-image: url(../src/images/left_arrow_black.png);
  -moz-background-size: 18px 14px;
       background-size: 18px 14px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: background .3s ease;
  -o-transition: background .3s ease;
  -moz-transition: background .3s ease;
  transition: background .3s ease; }
  .carousel-control .icon-prev:before {
    display: none; }

.col-20 {
  position: relative;
  min-height: 1px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 20%; }

.c-bmColorPalette {
  -moz-border-radius: 50%;
       border-radius: 50%;
  text-align: center; }
  @media all and (min-width: 74.9375em) {
    .c-bmColorPalette {
      width: 160px;
      height: 160px; } }
  @media all and (min-width: 61.9375em) and (max-width: 74.875em) {
    .c-bmColorPalette {
      width: 140px;
      height: 140px; } }
  @media all and (min-width: 47.9375em) and (max-width: 61.875em) {
    .c-bmColorPalette {
      width: 120px;
      height: 120px; } }
  @media all and (min-width: 33.9375em) and (max-width: 47.875em) {
    .c-bmColorPalette {
      width: 80px;
      height: 80px; } }
  @media all and (max-width: 33.875em) {
    .c-bmColorPalette {
      width: 55px;
      height: 55px;
      margin-left: auto;
      margin-right: auto; } }

@media all and (max-width: 33.875em) {
  .c-bmContainerColorPalette .col-20 {
    padding-left: .5rem;
    padding-right: .5rem; } }

.c-bmColorPalette1 {
  background-color: #014771; }

.c-bmColorPalette2 {
  background-color: #1766a6; }

.c-bmColorPalette3 {
  background-color: #576f7c; }

.c-bmColorPalette4 {
  background-color: #4a658a; }

.c-bmColorPalette5 {
  background-color: #202e42; }

.c-bmContainerColorPalette {
  margin-top: 160px;
  margin-bottom: 160px; }
  @media all and (min-width: 47.9375em) and (max-width: 61.875em) {
    .c-bmContainerColorPalette {
      margin-top: 100px;
      margin-bottom: 100px; } }
  @media all and (max-width: 47.875em) {
    .c-bmContainerColorPalette {
      margin-top: 60px;
      margin-bottom: 60px; } }

.c-bmTestimonial {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  -webkit-transition: background-color .3s ease;
  -o-transition: background-color .3s ease;
  -moz-transition: background-color .3s ease;
  transition: background-color .3s ease; }
  @media all and (max-width: 61.875em) {
    .c-bmTestimonial {
      padding-top: 80px;
      padding-bottom: 80px; } }
  .c-bmTestimonial:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease; }

.c-bmTestimonial__logo {
  position: relative; }

.c-bmTestimonial__logoTop {
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  transition: opacity .3s ease;
  opacity: 1;
  -webkit-backce-visibility: hidden;
          backce-visibility: hidden; }
  @media all and (min-width: 47.9375em) and (max-width: 61.875em) {
    .c-bmTestimonial__logoTop {
      max-width: 260px; } }
  @media all and (max-width: 47.875em) {
    .c-bmTestimonial__logoTop {
      max-width: 240px; } }
  @media all and (max-width: 61.875em) {
    .c-bmTestimonial__logoTop {
      margin: auto; } }

.c-bmTestimonial__logoBottom {
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  transition: opacity .3s ease;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-backce-visibility: hidden;
          backce-visibility: hidden; }
  @media all and (min-width: 47.9375em) and (max-width: 61.875em) {
    .c-bmTestimonial__logoBottom {
      max-width: 260px; } }
  @media all and (max-width: 47.875em) {
    .c-bmTestimonial__logoBottom {
      max-width: 240px; } }
  @media all and (max-width: 61.875em) {
    .c-bmTestimonial__logoBottom {
      margin: auto;
      left: 0;
      right: 0; } }

.c-bmTestimonial__text {
  font-size: 20px;
  font-size: 1.25rem; }
  @media all and (max-width: 61.875em) {
    .c-bmTestimonial__text {
      padding-top: 1.5rem; } }
  @media all and (min-width: 47.9375em) and (max-width: 61.875em) {
    .c-bmTestimonial__text {
      font-size: 20px;
      font-size: 1.25rem; } }
  @media all and (max-width: 47.875em) {
    .c-bmTestimonial__text {
      font-size: 18px;
      font-size: 1.125rem; } }

.c-bmTestimonial__name {
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 800;
  font-mily: Arial, Helvetica, sans-serif;
  margin-bottom: 0; }
  @media all and (min-width: 47.9375em) and (max-width: 61.875em) {
    .c-bmTestimonial__name {
      font-size: 16px;
      font-size: 1rem; } }
  @media all and (max-width: 47.875em) {
    .c-bmTestimonial__name {
      font-size: 14px;
      font-size: 0.875rem; } }

.c-bmTestimonial__position {
  font-size: 24px;
  font-size: 1.5rem;
  font-style: italic;
  opacity: 0.54; }
  @media all and (min-width: 47.9375em) and (max-width: 61.875em) {
    .c-bmTestimonial__position {
      font-size: 20px;
      font-size: 1.25rem; } }
  @media all and (max-width: 47.875em) {
    .c-bmTestimonial__position {
      font-size: 18px;
      font-size: 1.125rem; } }

.headroom {
  -webkit-transition: -webkit-transform 200ms linear;
  transition: -webkit-transform 200ms linear;
  -o-transition: -o-transform 200ms linear;
  -moz-transition: transform 200ms linear, -moz-transform 200ms linear;
  transition: transform 200ms linear;
  transition: transform 200ms linear, -webkit-transform 200ms linear, -moz-transform 200ms linear, -o-transform 200ms linear; }

.headroom--pinned {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
   -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
       transform: translateY(0%);
  background-color: #ffffff; }

.headroom--unpinned {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
   -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
       transform: translateY(-100%); }

.nav__white .headroom--pinned {
  background-color: transparent; }

.carousel-home-descr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  .carousel-home-descr > .carousel-home-descr--inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -2rem;
    margin: auto;
    width: 40%; }
    @media all and (max-width: 47.875em) {
      .carousel-home-descr > .carousel-home-descr--inner {
        width: 90%; } }
    @media all and (min-width: 47.9375em) and (max-width: 74.875em) {
      .carousel-home-descr > .carousel-home-descr--inner {
        left: -2rem; } }

.slider--link--home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transform: translateX(-20px);
     -moz-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
       -o-transform: translateX(-20px);
          transform: translateX(-20px);
  background-color: #000 !important;
  -webkit-box-shadow: 1px 10px 30px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 1px 10px 30px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 10px 30px rgba(0, 0, 0, 0.3);
  -webkit-transition: background .3s ease, opacity .3s ease, -webkit-transform .3s ease;
  transition: background .3s ease, opacity .3s ease, -webkit-transform .3s ease;
  -o-transition: background .3s ease, opacity .3s ease, -o-transform .3s ease;
  -moz-transition: background .3s ease, opacity .3s ease, transform .3s ease, -moz-transform .3s ease;
  transition: background .3s ease, opacity .3s ease, transform .3s ease;
  transition: background .3s ease, opacity .3s ease, transform .3s ease, -webkit-transform .3s ease, -moz-transform .3s ease, -o-transform .3s ease; }
  .slider--link--home .icon-next {
    background-image: url(../src/images/right_arrow_white.png);
    -moz-background-size: 18px 14px;
         background-size: 18px 14px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: background .3s ease, opacity .3s ease, -webkit-transform .3s ease;
    transition: background .3s ease, opacity .3s ease, -webkit-transform .3s ease;
    -o-transition: background .3s ease, opacity .3s ease, -o-transform .3s ease;
    -moz-transition: background .3s ease, opacity .3s ease, transform .3s ease, -moz-transform .3s ease;
    transition: background .3s ease, opacity .3s ease, transform .3s ease;
    transition: background .3s ease, opacity .3s ease, transform .3s ease, -webkit-transform .3s ease, -moz-transform .3s ease, -o-transform .3s ease;
    width: 18px;
    height: 14px;
    display: block; }
    .slider--link--home .icon-next:before {
      display: none; }

.carousel-home-descr:hover .slider--link--home {
  opacity: 1;
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0); }

.anchor__arrow {
  opacity: 0.3;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  transition: opacity .3s ease; }
  .anchor__arrow:hover {
    opacity: 1; }

.slick-arrow {
  position: absolute;
  z-index: 10;
  bottom: 0;
  top: 0;
  margin: auto;
  display: block;
  background-repeat: no-repeat;
  background-position: 50%;
  -moz-background-size: 30px;
       background-size: 30px;
  background-color: transparent;
  border: none;
  text-indent: -9999px;
  width: 60px;
  outline: none; }

.slick-prev {
  left: 0;
  background-image: url(../src/images/white_left_arrow.png); }

.slick-next {
  right: 0;
  background-image: url(../src/images/white_right_arrow.png); }

.container-expertise__home {
  padding: 10rem 0 0; }
  @media all and (max-width: 47.875em) {
    .container-expertise__home {
      background-color: #ffffff;
      padding-top: 5rem; } }
  .container-expertise__home h4 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.4;
    padding-bottom: 5rem; }
    @media all and (max-width: 47.875em) {
      .container-expertise__home h4 {
        font-size: 1.6rem;
        line-height: 1.5; } }
    @media all and (min-width: 47.9375em) and (max-width: 61.875em) {
      .container-expertise__home h4 {
        font-size: 2rem; } }
  .container-expertise__home h5 {
    font-size: 1rem;
    font-mily: Arial, Helvetica, sans-serif;
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1.6; }
    @media all and (max-width: 47.875em) {
      .container-expertise__home h5 {
        letter-spacing: 1px;
        font-size: 0.8rem; } }
  .container-expertise__home ul {
    list-style: none;
    padding-left: 0;
    text-align: center; }
  .container-expertise__home li {
    font-size: 1rem;
    margin-bottom: 0.5rem; }
    .container-expertise__home li a {
      color: #000; }

.homepage .c-swiperBottomLinkBtn {
  font-mily: Arial,Helvetica,sans-serif;
  padding: 18px 48px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
  -webkit-transition: background-color .3s ease,color .3s ease;
  -o-transition: background-color .3s ease,color .3s ease;
  -moz-transition: background-color .3s ease,color .3s ease;
  transition: background-color .3s ease,color .3s ease;
  border: 2px solid #000;
  background-color: transparent;
  color: #000;
  position: relative;
  z-index: 1000; }
  .homepage .c-swiperBottomLinkBtn:hover {
    background-color: #000;
    color: #fff; }

.homepage .container-expertise__home h4 {
  font-size: 1rem;
  font-mily: Arial, Helvetica, sans-serif;
  text-align: center;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.6;
  padding-bottom: 0rem; }
  @media all and (max-width: 47.875em) {
    .homepage .container-expertise__home h4 {
      letter-spacing: 1px;
      font-size: 0.8rem; } }

.homepage .container-expertise__home h5 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  letter-spacing: 0px;
  font-mily: none;
  margin-bottom: 0px; }
  .homepage .container-expertise__home h5 a {
    color: #000; }

.homepage .container-expertise__home ul {
  list-style: none;
  padding-left: 0;
  text-align: center; }

.homepage .container-expertise__home li {
  font-size: 1rem;
  margin-bottom: 0.5rem; }
  .homepage .container-expertise__home li a {
    color: #000; }

.homepage .container__service--title {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 36px;
  /*border-top: 1px solid rgba(0,0,0,0.38);*/ }
  @media all and (max-width: 47.875em) {
    .homepage .container__service--title {
      border-top: none;
      margin-top: 7px;
      margin-bottom: 25px; } }
  @media all and (max-width: 33.875em) {
    .homepage .container__service--title {
      font-size: 2rem;
      line-height: 1.3; } }
  @media all and (min-width: 33.9375em) and (max-width: 47.875em) {
    .homepage .container__service--title {
      font-size: 2.5rem;
      line-height: 1.3; } }
  @media all and (min-width: 75em) {
    .homepage .container__service--title {
      font-size: 55px;
      line-height: 1.2; } }
  @media all and (min-width: 101.25em) {
    .homepage .container__service--title {
      font-size: 55px;
      line-height: 1; } }

/*homepage end*/
.icon__expertise {
  width: 100%;
  height: 150px;
  background-position: center center; }
  @media all and (max-width: 47.875em) {
    .icon__expertise {
      -moz-background-size: 100px !important;
           background-size: 100px !important;
      height: 150px !important; } }
  .icon__expertise1 {
    background-image: url(../src/images/animat-pencil-1.png);
    -moz-background-size: 150px;
         background-size: 150px;
    background-repeat: no-repeat; }
    .icon__expertise1:hover, .icon__expertise1.active {
      background-image: url(../src/images/animat-pencil-color-1.gif); }
  .icon__expertise2 {
    background-image: url(../src/images/responsive.png);
    -moz-background-size: 150px;
         background-size: 150px;
    background-repeat: no-repeat; }
    .icon__expertise2:hover, .icon__expertise2.active {
      background-image: url(../src/images/animat-responsive-color.gif); }
  .icon__expertise3 {
    background-image: url(../src/images/customize.png);
    -moz-background-size: 150px;
         background-size: 150px;
    background-repeat: no-repeat; }
    .icon__expertise3:hover, .icon__expertise3.active {
      background-image: url(../src/images/animat-customize-color.gif); }
  .icon__expertise4 {
    background-image: url(../src/images/rocket.png);
    -moz-background-size: 150px;
         background-size: 150px;
    background-repeat: no-repeat; }
    .icon__expertise4:hover, .icon__expertise4.active {
      background-image: url(../src/images/animat-rocket-color.gif); }

.view {
  padding: 60px 0 10px;
  display: block;
  position: relative;
  font-mily: Arial, Helvetica, sans-serif;
  text-decoration: none !important;
  color: #4f4f4f;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  -moz-transition: color .3s ease;
  transition: color .3s ease; }
  .view p {
    font-size: 1rem;
    font-weight: bold; }
    @media all and (max-width: 47.875em) {
      .view p {
        font-size: 0.8rem;
        letter-spacing: 1px; } }
  .view:before {
    content: '';
    display: block;
    width: 1px;
    height: 2px;
    background: #000000;
    -webkit-transition: width 1s ease;
    -o-transition: width 1s ease;
    -moz-transition: width 1s ease;
    transition: width 1s ease;
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: 10; }
  .view:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #c8c8c8;
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: 5; }
  .view:hover {
    color: #000000; }
    .view:hover:before {
      width: 100%; }

.view_white {
  padding: 60px 0 10px;
  display: block;
  position: relative;
  font-mily: Arial, Helvetica, sans-serif;
  text-decoration: none !important;
  color: #ffffff;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  -moz-transition: color .3s ease;
  transition: color .3s ease; }
  .view_white p {
    font-size: 1rem;
    font-weight: bold; }
    @media all and (max-width: 47.875em) {
      .view_white p {
        font-size: 0.8rem;
        letter-spacing: 1px; } }
  .view_white:before {
    content: '';
    display: block;
    width: 1px;
    height: 2px;
    background: #ffffff;
    -webkit-transition: width 1s ease;
    -o-transition: width 1s ease;
    -moz-transition: width 1s ease;
    transition: width 1s ease;
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: 10; }
  .view_white:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #c8c8c8;
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: 5; }
  .view_white:hover {
    color: #ffffff; }
    .view_white:hover:before {
      width: 100%; }

.view + .anchor {
  margin-top: 60px;
  margin-bottom: 70px; }

.career__section {
  background-color: #f5f5f5;
  padding-bottom: 150px; }
  .career__section > .container {
    position: relative;
    top: -25px; }
  .career__section .career__section--image img {
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    -webkit-transition: -webkit-filter .3s ease;
    transition: -webkit-filter .3s ease;
    -o-transition: filter .3s ease;
    -moz-transition: filter .3s ease;
    transition: filter .3s ease;
    transition: filter .3s ease, -webkit-filter .3s ease; }
  .career__section .career__section--text {
    padding: 80px 100px;
    background-color: #000000;
    color: #ffffff;
    position: relative;
    -webkit-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    transition: background-color .3s ease; }
    @media all and (max-width: 47.875em) {
      .career__section .career__section--text {
        padding: 60px 70px 100px; } }
    .career__section .career__section--text h2 {
      font-size: 40px;
      -webkit-transition: color .3s ease;
      -o-transition: color .3s ease;
      -moz-transition: color .3s ease;
      transition: color .3s ease;
      margin-bottom: 2rem; }
    .career__section .career__section--text p {
      font-size: 20px;
      -webkit-transition: color .3s ease;
      -o-transition: color .3s ease;
      -moz-transition: color .3s ease;
      transition: color .3s ease; }
    .career__section .career__section--text .join__team {
      font-style: italic;
      position: absolute;
      bottom: 2rem;
      margin-bottom: 0px;
      right: 76px;
      -webkit-transition: color .3s ease, -webkit-transform .3s ease;
      transition: color .3s ease, -webkit-transform .3s ease;
      -o-transition: color .3s ease, -o-transform .3s ease;
      -moz-transition: color .3s ease, transform .3s ease, -moz-transform .3s ease;
      transition: color .3s ease, transform .3s ease;
      transition: color .3s ease, transform .3s ease, -webkit-transform .3s ease, -moz-transform .3s ease, -o-transform .3s ease; }
      @media all and (max-width: 47.875em) {
        .career__section .career__section--text .join__team {
          bottom: 40px;
          right: 2rem; } }
      .career__section .career__section--text .join__team a {
        color: #000 !important;
        text-decoration: none;
        display: inline-block;
        -webkit-transition: padding-right .2s ease;
        -o-transition: padding-right .2s ease;
        -moz-transition: padding-right .2s ease;
        transition: padding-right .2s ease; }
      .career__section .career__section--text .join__team:after {
        content: '';
        display: block;
        background: url(../src/images/right_arrow_white.png);
        -moz-background-size: 40px 27px;
             background-size: 40px 27px;
        width: 40px;
        height: 27px;
        position: absolute;
        bottom: 0;
        right: 0;
        -webkit-transition: background .3s ease, -webkit-transform .3s ease;
        transition: background .3s ease, -webkit-transform .3s ease;
        -o-transition: background .3s ease, -o-transform .3s ease;
        -moz-transition: background .3s ease, transform .3s ease, -moz-transform .3s ease;
        transition: background .3s ease, transform .3s ease;
        transition: background .3s ease, transform .3s ease, -webkit-transform .3s ease, -moz-transform .3s ease, -o-transform .3s ease; }

@media all and (max-width: 47.875em) {
  .location__wrapper {
    overflow: hidden; } }

.career__section--row ul {
  padding-left: 0px; }

.career__section--row li {
  padding-left: 0;
  list-style-position: inside; }
  .career__section--row li span {
    position: relative;
    left: -15px; }

.career__section--row:hover, .career__section--row:active {
  -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.4);
     -moz-box-shadow: 0 0 60px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 60px rgba(0, 0, 0, 0.4); }
  .career__section--row:hover .career__section--image img, .career__section--row:active .career__section--image img {
    -webkit-filter: grayscale(0);
            filter: grayscale(0); }
  .career__section--row:hover .career__section--text, .career__section--row:active .career__section--text {
    background-color: #ffffff; }
    .career__section--row:hover .career__section--text h2, .career__section--row:hover .career__section--text p, .career__section--row:active .career__section--text h2, .career__section--row:active .career__section--text p {
      color: #000000; }
    .career__section--row:hover .career__section--text li, .career__section--row:active .career__section--text li {
      color: #000000; }
    .career__section--row:hover .career__section--text .join__team a, .career__section--row:active .career__section--text .join__team a {
      padding-right: 95px; }
    .career__section--row:hover .career__section--text .join__team:after, .career__section--row:active .career__section--text .join__team:after {
      background: url(../src/images/right_arrow_black.png);
      -moz-background-size: 40px 27px;
           background-size: 40px 27px; }

.cvr__contaner--contact:before {
  background: #000 !important; }

.cvr__contaner--contact:hover {
  background: #fff !important; }
  .cvr__contaner--contact:hover a, .cvr__contaner--contact:hover p {
    color: #000 !important; }

.location__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.location__direction {
  font-mily: Arial, Helvetica, sans-serif;
  padding: 12px 48px;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none !important;
  -webkit-transition: background-color .3s ease, color .3s ease;
  -o-transition: background-color .3s ease, color .3s ease;
  -moz-transition: background-color .3s ease, color .3s ease;
  transition: background-color .3s ease, color .3s ease; }

.location__li {
  padding-top: 300px;
  padding-bottom: 220px;
  background: url(https://s3.amazonaws.com/upload.uxpin/files/521861/519870/seagull_01_color.jpg);
  -moz-background-size: cover;
       background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 10000; }
  .location__li .location__overlay {
    background-color: rgba(255, 255, 255, 0.87); }
  .location__li .location__direction {
    border: 1px solid #000;
    color: #000; }
    .location__li .location__direction:hover {
      background-color: #000;
      color: #fff; }
      .location__li .location__direction:hover .location__overlay {
        background-color: rgba(255, 255, 255, 0.54); }

.location__nyc {
  padding-top: 300px;
  padding-bottom: 220px;
  background: url(https://s3.amazonaws.com/upload.uxpin/files/521861/519870/new_york_01_color.jpg);
  -moz-background-size: cover;
       background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 10000; }
  .location__nyc .location__overlay {
    background-color: rgba(0, 0, 0, 0.87);
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease; }
  .location__nyc .location__info p {
    color: #ffffff; }
  .location__nyc .location__direction {
    border: 1px solid #fff;
    color: #fff; }
    .location__nyc .location__direction:hover {
      background-color: #fff;
      color: #000; }
      .location__nyc .location__direction:hover .location__overlay {
        background-color: rgba(0, 0, 0, 0.54); }

.btn-white-transparent {
  border: 1px solid #fff;
  color: #fff;
  font-mily: Arial, Helvetica, sans-serif;
  padding: 12px 48px;
  display: inline-block;
  letter-spacing: 2px;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none !important;
  -webkit-transition: background-color .3s ease, color .3s ease;
  -o-transition: background-color .3s ease, color .3s ease;
  -moz-transition: background-color .3s ease, color .3s ease;
  transition: background-color .3s ease, color .3s ease; }
  .btn-white-transparent:hover {
    background-color: #fff;
    color: #000; }
    .btn-white-transparent:hover .location__overlay {
      background-color: rgba(0, 0, 0, 0.54); }

.location__info {
  position: relative;
  z-index: 10; }

.location__name {
  font-size: 32px;
  margin-bottom: 8px; }

.location__address {
  font-size: 20px;
  margin-top: 10px;
  line-height: 1.4; }

.location__separator {
  border-top: 1px solid #000;
  width: 25px;
  margin: 0 auto; }

.wrapper__map {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: -o-transform .3s ease;
  -moz-transition: transform .3s ease, -moz-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease, -moz-transform .3s ease, -o-transform .3s ease; }
  .wrapper__map #map1, .wrapper__map #map2 {
    position: absolute;
    width: 100%;
    height: 100%; }

.showMapLI {
  -webkit-transform: translateX(100%);
     -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
       -o-transform: translateX(100%);
          transform: translateX(100%); }

.showMapNYC {
  -webkit-transform: translateX(-100%);
     -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
       -o-transform: translateX(-100%);
          transform: translateX(-100%); }

@media all and (max-width: 47.875em) {
  .logo__img--wrapper {
    width: auto; } }

.arrow__down {
  border: 1px solid #fff;
  width: 57px;
  height: 57px;
  -moz-border-radius: 100%;
       border-radius: 100%;
  display: block;
  line-height: 53px;
  margin: 0 auto;
  opacity: .3;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  transition: opacity .3s ease; }
  .arrow__down:hover {
    opacity: 1; }

.arrow__down--black {
  border: 1px solid #000;
  opacity: .3; }

.has-yellow-triangle {
  position: relative; }
  .has-yellow-triangle:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #D000; }

.has-gray-triangle {
  position: relative; }
  .has-gray-triangle:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #e2e2e2; }

.has-black-triangle {
  position: relative; }
  .has-black-triangle:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #000; }

.has-dgray-triangle {
  position: relative; }
  .has-dgray-triangle:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #BEC3C7; }

.container__service {
  padding-top: 30px; }

.container__service--descr {
  padding-right: 60px; }
  @media all and (max-width: 47.875em) {
    .container__service--descr {
      padding-right: 1rem !important;
      padding-left: 1rem !important; } }

@media all and (max-width: 47.875em) {
  .container__service--image {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
    .container__service--image img {
      -webkit-box-shadow: 0 7px 23px rgba(0, 0, 0, 0.3);
         -moz-box-shadow: 0 7px 23px rgba(0, 0, 0, 0.3);
              box-shadow: 0 7px 23px rgba(0, 0, 0, 0.3); } }

.container__service--title {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 36px;
  /*border-top: 1px solid rgba(0,0,0,0.38);*/ }
  @media all and (max-width: 47.875em) {
    .container__service--title {
      border-top: none;
      margin-top: 7px;
      margin-bottom: 25px; } }
  @media all and (max-width: 33.875em) {
    .container__service--title {
      font-size: 2rem;
      line-height: 1.3; } }
  @media all and (min-width: 33.9375em) and (max-width: 47.875em) {
    .container__service--title {
      font-size: 2.5rem;
      line-height: 1.3; } }
  @media all and (min-width: 75em) {
    .container__service--title {
      font-size: 55px;
      line-height: 1.2; } }
  @media all and (min-width: 101.25em) {
    .container__service--title {
      font-size: 68px;
      line-height: 1; } }

.container__service--para {
  line-height: 1.5;
  margin-bottom: 2rem; }
  @media all and (max-width: 47.875em) {
    .container__service--para {
      margin-bottom: 30px;
      font-size: 16px;
      font-size: 1rem; } }

@media all and (max-width: 47.875em) {
  .service--para__sub {
    font-size: 16px;
    font-size: 1rem; } }

.container__service--list {
  padding-left: 0;
  margin-top: 0px;
  list-style: none;
  font-mily: Arial, Helvetica, sans-serif;
  font-weight: bold; }
  @media all and (max-width: 47.875em) {
    .container__service--list {
      margin-top: 0; }
      .container__service--list li {
        font-size: 13px;
        font-size: 0.8125rem; } }
  .container__service--list li {
    margin-bottom: 3px; }

.container__service > .row {
  margin-bottom: 100px;
  padding-top: 70px; }
  @media all and (max-width: 47.875em) {
    .container__service > .row {
      margin-bottom: 0; } }

.container__service--descr--right {
  padding-right: 0;
  padding-left: 60px; }

.container-process {
  padding: 30px 0 160px; }
  @media all and (max-width: 33.875em) {
    .container-process {
      padding: 2rem 0; } }
  @media all and (min-width: 33.9375em) and (max-width: 47.875em) {
    .container-process {
      padding: 3rem 0; } }
  .container-process h2 {
    font-size: 56px;
    margin-bottom: 40px; }
  .container-process p {
    font-size: 28px; }

#menu-btn {
  position: absolute;
  right: 0;
  width: 130px;
  top: 0;
  
  cursor: pointer;
  display: none; }
  @media all and (max-width: 47.875em) {
    #menu-btn {
      display: block; } }

.menu__mobile {
  position: relative;
  z-index: 10;
  width: 22px;
  height: 2px;
  margin: 10px 0;
  background: #000000;
  -moz-border-radius: 4px;
       border-radius: 4px;
  background: none; }
  .menu__mobile:before {
    top: 0;
    width: 24px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
         transform: rotate(45deg);
    top: 10px;
    right: -138px;
    width: 30px;
    content: '';
    display: block;
    height: 2px;
    background: #000000;
    position: absolute;
    -moz-border-radius: 4px;
         border-radius: 4px; }
  .menu__mobile:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
         transform: rotate(-45deg);
    top: 0;
    width: 24px;
    top: 10px;
    width: 30px;
    right: -138px;
    content: '';
    display: block;
    height: 2px;
    background: #000000;
    position: absolute;
    -moz-border-radius: 4px;
         border-radius: 4px;
    -webkit-transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55); }

#mobile-menu-close {
  position: absolute;
  right: -26px;
  top: 13px;
  width: 158px;
  height: 43px;
  cursor: pointer; }
  #mobile-menu-close:before {
    position: absolute;
    content: 'CLOSE';
    font-size: 13px;
    color: #000;
    font-mily: Arial, Helvetica, sans-serif;
    top: 12px;
    right: 35px;
    font-weight: bold;
    letter-spacing: 1px; }

#mobile-menu-container .list-inline-item {
  -webkit-transform: translate(300px);
     -moz-transform: translate(300px);
      -ms-transform: translate(300px);
       -o-transform: translate(300px);
          transform: translate(300px);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.68, 0.28, 0.49, 1);
  transition: -webkit-transform 0.25s cubic-bezier(0.68, 0.28, 0.49, 1);
  -o-transition: -o-transform 0.25s cubic-bezier(0.68, 0.28, 0.49, 1);
  -moz-transition: transform 0.25s cubic-bezier(0.68, 0.28, 0.49, 1), -moz-transform 0.25s cubic-bezier(0.68, 0.28, 0.49, 1);
  transition: transform 0.25s cubic-bezier(0.68, 0.28, 0.49, 1);
  transition: transform 0.25s cubic-bezier(0.68, 0.28, 0.49, 1), -webkit-transform 0.25s cubic-bezier(0.68, 0.28, 0.49, 1), -moz-transform 0.25s cubic-bezier(0.68, 0.28, 0.49, 1), -o-transform 0.25s cubic-bezier(0.68, 0.28, 0.49, 1); }
  #mobile-menu-container .list-inline-item:first-child {
    -webkit-transition-delay: .2s;
       -moz-transition-delay: .2s;
         -o-transition-delay: .2s;
            transition-delay: .2s; }
  #mobile-menu-container .list-inline-item:nth-child(2) {
    -webkit-transition-delay: 0.3s;
       -moz-transition-delay: 0.3s;
         -o-transition-delay: 0.3s;
            transition-delay: 0.3s; }
  #mobile-menu-container .list-inline-item:nth-child(3) {
    -webkit-transition-delay: 0.38s;
       -moz-transition-delay: 0.38s;
         -o-transition-delay: 0.38s;
            transition-delay: 0.38s; }
  #mobile-menu-container .list-inline-item:nth-child(4) {
    -webkit-transition-delay: 0.45s;
       -moz-transition-delay: 0.45s;
         -o-transition-delay: 0.45s;
            transition-delay: 0.45s; }
  #mobile-menu-container .list-inline-item:nth-child(5) {
    -webkit-transition-delay: 0.51s;
       -moz-transition-delay: 0.51s;
         -o-transition-delay: 0.51s;
            transition-delay: 0.51s; }
  #mobile-menu-container .list-inline-item:nth-child(6) {
    -webkit-transition-delay: 0.56s;
       -moz-transition-delay: 0.56s;
         -o-transition-delay: 0.56s;
            transition-delay: 0.56s; }
  #mobile-menu-container .list-inline-item:nth-child(7) {
    -webkit-transition-delay: 0.60s;
       -moz-transition-delay: 0.60s;
         -o-transition-delay: 0.60s;
            transition-delay: 0.60s; }

#mobile-menu-container.menu-open .list-inline-item {
  -webkit-transform: translate(0);
     -moz-transform: translate(0);
      -ms-transform: translate(0);
       -o-transform: translate(0);
          transform: translate(0); }

.menu-open #mobile-menu-close {
  right: 12px; }

#menu__container .list-inline {
  margin-top: 0.3rem; }

.subtitle em {
  color: rgba(0, 0, 0, 0.54);
  font-size: 27px;
  font-size: 1.6875rem; }

.para {
  font-size: 20px !important; }

.no-border {
  border: none !important; }

#griddy-loading-img {
  display: block;
  margin: 0 auto;
  padding: 40px 0; }

#sq-griddy #sq-griddy-inner {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  #sq-griddy #sq-griddy-inner div {
    -moz-background-size: cover;
         background-size: cover;
    background-position: center center; }

#sq-griddy .fill-width {
  font-size: 20px;
  font-mily: "Nexa";
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: right; }
  #sq-griddy .fill-width > div {
    width: 330px; }
    @media all and (max-width: 33.875em) {
      #sq-griddy .fill-width > div {
        width: 100%; } }

#sq-griddy ul {
  list-style: none;
  width: 100%;
  font-size: 16px;
  font-mily: "Nexa";
  padding-left: 0; }
  @media all and (max-width: 33.875em) {
    #sq-griddy ul {
      font-size: 14px; } }

#sq-griddy li {
  display: inline-block;
  margin-left: 6px;
  margin-bottom: 0; }
  #sq-griddy li a {
    color: #000 !important; }

#sq-griddy span {
  display: block; }

.sq-griddy-has-children {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.insta--small.text-xs-left .insta__name {
  text-align: left; }

.insta--small {
  width: 225px;
  text-align: right; }
  @media all and (max-width: 33.875em) {
    .insta--small {
      padding-left: 10px;
      padding-right: 10px; } }

.insta__name {
  font-size: 20px;
  font-mily: "Nexa";
  text-align: right;
  font-weight: bold; }
  @media all and (max-width: 33.875em) {
    .insta__name {
      font-size: 16px; } }

#sq-griddy .insta_li li {
  margin-left: 0px;
  margin-right: 6px; }

.insta--small__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

#sq-griddy .insta__white .insta__name, #sq-griddy .insta__white li, #sq-griddy .insta__white a {
  color: #ffffff !important; }

.white-cell {
  position: relative;
  padding: 10px; }
  .white-cell:before {
    position: absolute;
    /*content: '';*/
    border-right: 10px solid #ffffff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    left: -10px;
    display: block;
    width: 0;
    height: 0;
    top: 0;
    bottom: 0;
    margin: auto; }

.gray-cell {
  position: relative; }
  .gray-cell:before {
    position: absolute;
    /*content: '';*/
    border-right: 10px solid #f5f5f5;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    left: -10px;
    display: block;
    width: 0;
    height: 0;
    top: 0;
    bottom: 0;
    margin: auto; }

.black-cell {
  position: relative; }
  .black-cell:before {
    position: absolute;
    /*content: '';*/
    border-left: 10px solid #000000;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    left: auto;
    right: -20px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 0;
    height: 0;
    z-index: 100; }

.insta__photo {
  position: relative; }
  .insta__photo:before {
    content: '';
    display: block;
    margin: auto;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 24px;
    top: 24px;
    -moz-background-size: 30px 30px;
         background-size: 30px 30px;
    background-image: url(../src/images/instagram-social-outlined-logo.svg); }
    @media all and (max-width: 33.875em) {
      .insta__photo:before {
        right: 12px !important;
        top: 12px !important; } }

/*Sep 30th portfolio background color update*/
.meyersuozzi_portfolio .c-bmHeaderSingleWork {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.3))), url(../src/images/meyersuozzi_bkgd.jpg);
  background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.3)), url(../src/images/meyersuozzi_bkgd.jpg);
  background-image: -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.3)), url(../src/images/meyersuozzi_bkgd.jpg);
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.3)), url(../src/images/meyersuozzi_bkgd.jpg); }

.meyersuozzi_portfolio .c-bmContainerSingleLaptop.activeBkgd,
.meyersuozzi_portfolio .c-bmContainerTagline.activeBkgd,
.meyersuozzi_portfolio .c-bmContainerSingleScreenshot.activeBkgd,
.meyersuozzi_portfolio .c-bmContainerTagline__second.activeBkgd,
.meyersuozzi_portfolio .c-bmTestimonial.activeBkgd,
.meyersuozzi_portfolio .c-bmContainerTagline__third.activeBkgd {
  background-color: #014471; }

.meyersuozzi_portfolio .c-bmContainerTagline__first.activeBkgd .c-bmContainerTagline__title, .meyersuozzi_portfolio .c-bmContainerTagline__first.activeBkgd .c-bmContainerTagline__text, .meyersuozzi_portfolio .c-bmContainerTagline__second.activeBkgd .c-bmContainerTagline__title, .meyersuozzi_portfolio .c-bmContainerTagline__second.activeBkgd .c-bmContainerTagline__text {
  color: #ffffff !important; }

.meyersuozzi_portfolio .c-bmTestimonial.activeBkgd .c-bmTestimonial__text, .meyersuozzi_portfolio .c-bmTestimonial.activeBkgd .c-bmTestimonial__name, .meyersuozzi_portfolio .c-bmTestimonial.activeBkgd .c-bmTestimonial__position {
  color: #ffffff !important; }

.meyersuozzi_portfolio .c-bmTestimonial.activeBkgd .c-bmTestimonial__logoTop {
  opacity: 0 !important; }

.meyersuozzi_portfolio .c-bmTestimonial.activeBkgd .c-bmTestimonial__logoBottom {
  opacity: 1 !important; }

.meyersuozzi_portfolio .c-bmContainerTagline__third.activeBkgd .c-bmContainerTagline__title, .meyersuozzi_portfolio .c-bmContainerTagline__third.activeBkgd .c-bmContainerTagline__text {
  color: #ffffff !important; }

.meyersuozzi_portfolio .c-bmContainerTagline__third.activeBkgd .view_project_button {
  background-color: transparent;
  position: relative;
  z-index: 10;
  color: #ffffff;
  border-color: #ffffff; }

.meyersuozzi_portfolio .c-bmBrandImageContainer {
  background-image: url(../src/images/meyersuozzi_sub1.jpg); }

.meyersuozzi_portfolio .portfolio_fullimage {
  background: url(../src/images/meyersuozzi_sub3.jpg);
  -moz-background-size: cover;
       background-size: cover;
  background-position: center; }

.petrocelli_portfolio .c-bmHeaderSingleWork {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.4))), url(../src/images/petrocelli_header.jpg);
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4)), url(../src/images/petrocelli_header.jpg);
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4)), url(../src/images/petrocelli_header.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4)), url(../src/images/petrocelli_header.jpg); }

.petrocelli_portfolio .c-bmBrandImageContainer {
  background-image: url(../src/images/petrocelli_sub1.jpg); }

.petrocelli_portfolio .c-bmContainerTypece {
  background-color: #424242; }

.petrocelli_portfolio .carousel-control.left:hover {
  background-color: #424242; }

.petrocelli_portfolio .carousel-control.right:hover, .petrocelli_portfolio .slider--link--home:hover {
  background-color: #424242; }

.petrocelli_portfolio .c-bmColorPalette1 {
  background-color: #000000; }

.petrocelli_portfolio .c-bmColorPalette2 {
  background-color: #272727; }

.petrocelli_portfolio .c-bmColorPalette3 {
  background-color: #bdc3c7; }

.petrocelli_portfolio .portfolio_fullimage {
  background: url(../src/images/petrocelli_sub3.jpg);
  -moz-background-size: cover;
       background-size: cover;
  background-position: center; }

.petrocelli_portfolio .c-bmContainerSingleLaptop.activeBkgd,
.petrocelli_portfolio .c-bmContainerTagline.activeBkgd,
.petrocelli_portfolio .c-bmContainerSingleScreenshot.activeBkgd,
.petrocelli_portfolio .c-bmContainerTagline__second.activeBkgd,
.petrocelli_portfolio .c-bmTestimonial.activeBkgd,
.petrocelli_portfolio .c-bmContainerTagline__third.activeBkgd {
  background-color: #424242; }

.petrocelli_portfolio .c-bmContainerTagline__first.activeBkgd .c-bmContainerTagline__title, .petrocelli_portfolio .c-bmContainerTagline__first.activeBkgd .c-bmContainerTagline__text, .petrocelli_portfolio .c-bmContainerTagline__second.activeBkgd .c-bmContainerTagline__title, .petrocelli_portfolio .c-bmContainerTagline__second.activeBkgd .c-bmContainerTagline__text {
  color: #ffffff !important; }

.petrocelli_portfolio .c-bmTestimonial.activeBkgd .c-bmTestimonial__text, .petrocelli_portfolio .c-bmTestimonial.activeBkgd .c-bmTestimonial__name, .petrocelli_portfolio .c-bmTestimonial.activeBkgd .c-bmTestimonial__position {
  color: #ffffff !important; }

.petrocelli_portfolio .c-bmTestimonial.activeBkgd .c-bmTestimonial__logoTop {
  opacity: 0 !important; }

.petrocelli_portfolio .c-bmTestimonial.activeBkgd .c-bmTestimonial__logoBottom {
  opacity: 1 !important; }

.petrocelli_portfolio .c-bmContainerTagline__third.activeBkgd .c-bmContainerTagline__title, .petrocelli_portfolio .c-bmContainerTagline__third.activeBkgd .c-bmContainerTagline__text {
  color: #ffffff !important; }

.petrocelli_portfolio .c-bmContainerTagline__third.activeBkgd .view_project_button {
  background-color: transparent;
  position: relative;
  z-index: 10;
  color: #ffffff;
  border-color: #ffffff; }

.pid_portfolio {
  /*.page__title--container--bkgd {
        background: url(../src/images/PID_header.jpg);
        background-size: cover;
        position: relative;
    }*/
  /*.container__single_laptop:hover {
        background-color: #303030;
    }
    .container__single--bg-transition:hover {
        background-color: #303030;
    }
    .container__single--tagline:hover {
        background-color: #303030;
        color: #ffffff;
    }*/ }
  .pid_portfolio .c-bmHeaderSingleWork {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.4))), url(../src/images/pid_header.jpg);
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4)), url(../src/images/pid_header.jpg);
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4)), url(../src/images/pid_header.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4)), url(../src/images/pid_header.jpg); }
  .pid_portfolio .c-bmBrandImageContainer {
    background-image: url(../src/images/pid_sub1.jpg); }
  .pid_portfolio .c-bmContainerTypece {
    background-color: #303030; }
  .pid_portfolio .carousel-control.left:hover {
    background-color: #303030; }
  .pid_portfolio .carousel-control.right:hover, .pid_portfolio .slider--link--home:hover {
    background-color: #303030; }
  .pid_portfolio .c-bmColorPalette1 {
    background-color: #212121; }
  .pid_portfolio .c-bmColorPalette2 {
    background-color: #757575; }
  .pid_portfolio .c-bmColorPalette3 {
    background-color: #; }
  .pid_portfolio .portfolio_fullimage {
    background: url(../src/images/pid_sub3.jpg);
    -moz-background-size: cover;
         background-size: cover;
    background-position: center; }
  .pid_portfolio .c-bmContainerSingleLaptop.activeBkgd,
  .pid_portfolio .c-bmContainerTagline.activeBkgd,
  .pid_portfolio .c-bmContainerSingleScreenshot.activeBkgd,
  .pid_portfolio .c-bmContainerTagline__second.activeBkgd,
  .pid_portfolio .c-bmTestimonial.activeBkgd,
  .pid_portfolio .c-bmContainerTagline__third.activeBkgd {
    background-color: #303030; }
  .pid_portfolio .c-bmContainerTagline__first.activeBkgd .c-bmContainerTagline__title, .pid_portfolio .c-bmContainerTagline__first.activeBkgd .c-bmContainerTagline__text, .pid_portfolio .c-bmContainerTagline__second.activeBkgd .c-bmContainerTagline__title, .pid_portfolio .c-bmContainerTagline__second.activeBkgd .c-bmContainerTagline__text {
    color: #ffffff !important; }
  .pid_portfolio .c-bmTestimonial.activeBkgd .c-bmTestimonial__text, .pid_portfolio .c-bmTestimonial.activeBkgd .c-bmTestimonial__name, .pid_portfolio .c-bmTestimonial.activeBkgd .c-bmTestimonial__position {
    color: #ffffff !important; }
  .pid_portfolio .c-bmTestimonial.activeBkgd .c-bmTestimonial__logoTop {
    opacity: 0 !important; }
  .pid_portfolio .c-bmTestimonial.activeBkgd .c-bmTestimonial__logoBottom {
    opacity: 1 !important; }
  .pid_portfolio .c-bmContainerTagline__third.activeBkgd .c-bmContainerTagline__title, .pid_portfolio .c-bmContainerTagline__third.activeBkgd .c-bmContainerTagline__text {
    color: #ffffff !important; }
  .pid_portfolio .c-bmContainerTagline__third.activeBkgd .view_project_button {
    background-color: transparent;
    position: relative;
    z-index: 10;
    color: #ffffff;
    border-color: #ffffff; }

.slantfin_portfolio .c-bmHeaderSingleWork {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.4))), url(../src/images/slantfin_header.jpg);
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4)), url(../src/images/slantfin_header.jpg);
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4)), url(../src/images/slantfin_header.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4)), url(../src/images/slantfin_header.jpg); }

.slantfin_portfolio .c-bmBrandImageContainer {
  background-image: url(../src/images/slantfin_sub1.jpg); }

.slantfin_portfolio .c-bmContainerTypece {
  background-color: #7B9AC1; }

.slantfin_portfolio .carousel-control.left:hover {
  background-color: #7B9AC1; }

.slantfin_portfolio .carousel-control.right:hover, .slantfin_portfolio .slider--link--home:hover {
  background-color: #7B9AC1; }

.slantfin_portfolio .c-bmColorPalette1 {
  background-color: #E6EAF1; }

.slantfin_portfolio .c-bmColorPalette2 {
  background-color: #7B9AC1; }

.slantfin_portfolio .c-bmColorPalette3 {
  background-color: #B1F0EC; }

.slantfin_portfolio .c-bmColorPalette4 {
  background-color: #0267A5; }

.slantfin_portfolio .c-bmColorPalette5 {
  background-color: #D8232A; }

.slantfin_portfolio .portfolio_fullimage {
  background: url(../src/images/slantfin_sub3.jpg);
  -moz-background-size: cover;
       background-size: cover;
  background-position: center; }

.slantfin_portfolio .c-bmContainerSingleLaptop.activeBkgd,
.slantfin_portfolio .c-bmContainerTagline.activeBkgd,
.slantfin_portfolio .c-bmContainerSingleScreenshot.activeBkgd,
.slantfin_portfolio .c-bmContainerTagline__second.activeBkgd,
.slantfin_portfolio .c-bmTestimonial.activeBkgd,
.slantfin_portfolio .c-bmContainerTagline__third.activeBkgd {
  background-color: #7B9AC1; }

.slantfin_portfolio .c-bmContainerTagline__first.activeBkgd .c-bmContainerTagline__title, .slantfin_portfolio .c-bmContainerTagline__first.activeBkgd .c-bmContainerTagline__text, .slantfin_portfolio .c-bmContainerTagline__second.activeBkgd .c-bmContainerTagline__title, .slantfin_portfolio .c-bmContainerTagline__second.activeBkgd .c-bmContainerTagline__text {
  color: #ffffff !important; }

.slantfin_portfolio .c-bmTestimonial.activeBkgd .c-bmTestimonial__text, .slantfin_portfolio .c-bmTestimonial.activeBkgd .c-bmTestimonial__name, .slantfin_portfolio .c-bmTestimonial.activeBkgd .c-bmTestimonial__position {
  color: #ffffff !important; }

.slantfin_portfolio .c-bmTestimonial.activeBkgd .c-bmTestimonial__logoTop {
  opacity: 0 !important; }

.slantfin_portfolio .c-bmTestimonial.activeBkgd .c-bmTestimonial__logoBottom {
  opacity: 1 !important; }

.slantfin_portfolio .c-bmContainerTagline__third.activeBkgd .c-bmContainerTagline__title, .slantfin_portfolio .c-bmContainerTagline__third.activeBkgd .c-bmContainerTagline__text {
  color: #ffffff !important; }

.slantfin_portfolio .c-bmContainerTagline__third.activeBkgd .view_project_button {
  background-color: transparent;
  position: relative;
  z-index: 10;
  color: #ffffff;
  border-color: #ffffff; }

.spine11_portfolio {
  /**/ }
  .spine11_portfolio .c-bmHeaderSingleWork {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.4))), url(../src/images/spine11_header.jpg);
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4)), url(../src/images/spine11_header.jpg);
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4)), url(../src/images/spine11_header.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4)), url(../src/images/spine11_header.jpg); }
  .spine11_portfolio .c-bmBrandImageContainer {
    background-image: url(../src/images/spine11_sub1.jpg); }
  .spine11_portfolio .c-bmContainerTypece {
    background-color: #66a0bc; }
  .spine11_portfolio .carousel-control.left:hover {
    background-color: #66a0bc; }
  .spine11_portfolio .carousel-control.right:hover, .spine11_portfolio .slider--link--home:hover {
    background-color: #66a0bc; }
  .spine11_portfolio .c-bmColorPalette1 {
    background-color: #a7d2df; }
  .spine11_portfolio .c-bmColorPalette2 {
    background-color: #66a0bc; }
  .spine11_portfolio .c-bmColorPalette3 {
    background-color: #f1a088; }
  .spine11_portfolio .c-bmColorPalette4 {
    background-color: #114368; }
  .spine11_portfolio .portfolio_fullimage {
    background: url(../src/images/spine11_sub3.jpg);
    -moz-background-size: cover;
         background-size: cover;
    background-position: center; }
  .spine11_portfolio .c-bmContainerSingleLaptop.activeBkgd,
  .spine11_portfolio .c-bmContainerTagline.activeBkgd,
  .spine11_portfolio .c-bmContainerSingleScreenshot.activeBkgd,
  .spine11_portfolio .c-bmContainerTagline__second.activeBkgd,
  .spine11_portfolio .c-bmTestimonial.activeBkgd,
  .spine11_portfolio .c-bmContainerTagline__third.activeBkgd {
    background-color: #66a0bc; }
  .spine11_portfolio .c-bmContainerTagline__first.activeBkgd .c-bmContainerTagline__title, .spine11_portfolio .c-bmContainerTagline__first.activeBkgd .c-bmContainerTagline__text, .spine11_portfolio .c-bmContainerTagline__second.activeBkgd .c-bmContainerTagline__title, .spine11_portfolio .c-bmContainerTagline__second.activeBkgd .c-bmContainerTagline__text {
    color: #ffffff !important; }
  .spine11_portfolio .c-bmTestimonial.activeBkgd .c-bmTestimonial__text, .spine11_portfolio .c-bmTestimonial.activeBkgd .c-bmTestimonial__name, .spine11_portfolio .c-bmTestimonial.activeBkgd .c-bmTestimonial__position {
    color: #ffffff !important; }
  .spine11_portfolio .c-bmTestimonial.activeBkgd .c-bmTestimonial__logoTop {
    opacity: 0 !important; }
  .spine11_portfolio .c-bmTestimonial.activeBkgd .c-bmTestimonial__logoBottom {
    opacity: 1 !important; }
  .spine11_portfolio .c-bmContainerTagline__third.activeBkgd .c-bmContainerTagline__title, .spine11_portfolio .c-bmContainerTagline__third.activeBkgd .c-bmContainerTagline__text {
    color: #ffffff !important; }
  .spine11_portfolio .c-bmContainerTagline__third.activeBkgd .view_project_button {
    background-color: transparent;
    position: relative;
    z-index: 10;
    color: #ffffff;
    border-color: #ffffff; }

.stopthebounce_portfolio .c-bmHeaderSingleWork {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.4))), url(../src/images/stopthebounce_header.jpg);
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4)), url(../src/images/stopthebounce_header.jpg);
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4)), url(../src/images/stopthebounce_header.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4)), url(../src/images/stopthebounce_header.jpg); }
#menu__container .list-inline {
  margin-top: 0.3rem;
  }
 

.stopthebounce_portfolio .c-bmBrandImageContainer {
  background-image: url(../src/images/stopthebounce_sub1.jpeg); }

.stopthebounce_portfolio .c-bmContainerTypece {
  background-color: #D9602B; }

.stopthebounce_portfolio .carousel-control.left:hover {
  background-color: #D9602B; }

.stopthebounce_portfolio .carousel-control.right:hover, .stopthebounce_portfolio .slider--link--home:hover {
  background-color: #D9602B; }

.stopthebounce_portfolio .c-bmColorPalette1 {
  background-color: #D9602B; }

.stopthebounce_portfolio .c-bmColorPalette2 {
  background-color: #8D3504; }

.stopthebounce_portfolio .c-bmColorPalette3 {
  background-color: #F39C12; }

.stopthebounce_portfolio .c-bmColorPalette4 {
  background-color: #2bd9c3; }

.stopthebounce_portfolio .portfolio_fullimage {
  background: url(../src/images/stopthebounce_sub3.jpg);
  -moz-background-size: cover;
       background-size: cover;
  background-position: center; }

.stopthebounce_portfolio .c-bmContainerSingleLaptop.activeBkgd,
.stopthebounce_portfolio .c-bmContainerTagline.activeBkgd,
.stopthebounce_portfolio .c-bmContainerSingleScreenshot.activeBkgd,
.stopthebounce_portfolio .c-bmContainerTagline__second.activeBkgd,
.stopthebounce_portfolio .c-bmTestimonial.activeBkgd,
.stopthebounce_portfolio .c-bmContainerTagline__third.activeBkgd {
  background-color: #D9602B; }

.stopthebounce_portfolio .c-bmContainerTagline__first.activeBkgd .c-bmContainerTagline__title, .stopthebounce_portfolio .c-bmContainerTagline__first.activeBkgd .c-bmContainerTagline__text, .stopthebounce_portfolio .c-bmContainerTagline__second.activeBkgd .c-bmContainerTagline__title, .stopthebounce_portfolio .c-bmContainerTagline__second.activeBkgd .c-bmContainerTagline__text {
  color: #ffffff !important; }

.stopthebounce_portfolio .c-bmTestimonial.activeBkgd .c-bmTestimonial__text, .stopthebounce_portfolio .c-bmTestimonial.activeBkgd .c-bmTestimonial__name, .stopthebounce_portfolio .c-bmTestimonial.activeBkgd .c-bmTestimonial__position {
  color: #ffffff !important; }

.stopthebounce_portfolio .c-bmTestimonial.activeBkgd .c-bmTestimonial__logoTop {
  opacity: 0 !important; }

.stopthebounce_portfolio .c-bmTestimonial.activeBkgd .c-bmTestimonial__logoBottom {
  opacity: 1 !important; }

.stopthebounce_portfolio .c-bmContainerTagline__third.activeBkgd .c-bmContainerTagline__title, .stopthebounce_portfolio .c-bmContainerTagline__third.activeBkgd .c-bmContainerTagline__text {
  color: #ffffff !important; }

.stopthebounce_portfolio .c-bmContainerTagline__third.activeBkgd .view_project_button {
  background-color: transparent;
  position: relative;
  z-index: 10;
  color: #ffffff;
  border-color: #ffffff; }

.webair_portfolio .c-bmHeaderSingleWork {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.3))), url(../src/images/webair_header.jpg);
  background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.3)), url(../src/images/webair_header.jpg);
  background-image: -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.3)), url(../src/images/webair_header.jpg);
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.3)), url(../src/images/webair_header.jpg); }

.webair_portfolio .c-bmBrandImageContainer {
  background-image: url(../src/images/webair_sub1.jpg); }

.webair_portfolio .c-bmContainerTypece {
  background-color: #32d8; }

.webair_portfolio .carousel-control.left:hover {
  background-color: #32d8; }

.webair_portfolio .carousel-control.right:hover, .webair_portfolio .slider--link--home:hover {
  background-color: #32d8; }

.webair_portfolio .c-bmColorPalette1 {
  background-color: #3d3e40; }

.webair_portfolio .c-bmColorPalette2 {
  background-color: #348eca; }

.webair_portfolio .c-bmColorPalette3 {
  background-color: #4a5d88; }

.webair_portfolio .c-bmColorPalette4 {
  background-color: #f8aa3d; }

.webair_portfolio .c-bmColorPalette5 {
  background-color: #535353; }

.webair_portfolio .portfolio_fullimage {
  background: url(../src/images/webair_sub3.jpg);
  -moz-background-size: cover;
       background-size: cover;
  background-position: center; }

.webair_portfolio .c-bmContainerSingleLaptop.activeBkgd,
.webair_portfolio .c-bmContainerTagline.activeBkgd,
.webair_portfolio .c-bmContainerSingleScreenshot.activeBkgd,
.webair_portfolio .c-bmContainerTagline__second.activeBkgd,
.webair_portfolio .c-bmTestimonial.activeBkgd,
.webair_portfolio .c-bmContainerTagline__third.activeBkgd {
  background-color: #32d8; }

.webair_portfolio .c-bmContainerTagline__first.activeBkgd .c-bmContainerTagline__title, .webair_portfolio .c-bmContainerTagline__first.activeBkgd .c-bmContainerTagline__text, .webair_portfolio .c-bmContainerTagline__second.activeBkgd .c-bmContainerTagline__title, .webair_portfolio .c-bmContainerTagline__second.activeBkgd .c-bmContainerTagline__text {
  color: #ffffff !important; }

.webair_portfolio .c-bmTestimonial.activeBkgd .c-bmTestimonial__text, .webair_portfolio .c-bmTestimonial.activeBkgd .c-bmTestimonial__name, .webair_portfolio .c-bmTestimonial.activeBkgd .c-bmTestimonial__position {
  color: #ffffff !important; }

.webair_portfolio .c-bmTestimonial.activeBkgd .c-bmTestimonial__logoTop {
  opacity: 0 !important; }

.webair_portfolio .c-bmTestimonial.activeBkgd .c-bmTestimonial__logoBottom {
  opacity: 1 !important; }

.webair_portfolio .c-bmContainerTagline__third.activeBkgd .c-bmContainerTagline__title, .webair_portfolio .c-bmContainerTagline__third.activeBkgd .c-bmContainerTagline__text {
  color: #ffffff !important; }

.webair_portfolio .c-bmContainerTagline__third.activeBkgd .view_project_button {
  background-color: transparent;
  position: relative;
  z-index: 10;
  color: #ffffff;
  border-color: #ffffff; }

.appell_portfolio .c-bmHeaderSingleWork {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.4))), url(../src/images/appell_header.jpg);
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4)), url(../src/images/appell_header.jpg);
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4)), url(../src/images/appell_header.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4)), url(../src/images/appell_header.jpg); }

.appell_portfolio .c-bmBrandImageContainer {
  background-image: url(../src/images/appell_sub1.jpg); }

.appell_portfolio .c-bmContainerTypece {
  background-color: #00c0ef; }

.appell_portfolio .carousel-control.left:hover {
  background-color: #00c0ef; }

.appell_portfolio .carousel-control.right:hover, .appell_portfolio .slider--link--home:hover {
  background-color: #00c0ef; }

.appell_portfolio .c-bmColorPalette1 {
  background-color: #000000; }

.appell_portfolio .c-bmColorPalette2 {
  background-color: #ffc900; }

.appell_portfolio .c-bmColorPalette3 {
  background-color: #8f8f8f; }

.appell_portfolio .c-bmColorPalette4 {
  background-color: #00c0ef; }

.appell_portfolio .c-bmColorPalette5 {
  background-color: #dedede; }

.appell_portfolio .portfolio_fullimage {
  background: url(../src/images/appell_sub3.jpg);
  -moz-background-size: cover;
       background-size: cover;
  background-position: center; }

@media all and (max-width: 47.875em) {
  .appell_portfolio .second-slider {
    margin-bottom: 60px; } }

@media all and (min-width: 47.9375em) {
  .appell_portfolio .second-slider {
    margin-bottom: 120px; } }

.appell_portfolio .second-slider #carousel-example-generic-second {
  -webkit-box-shadow: 0 0px 64px rgba(0, 0, 0, 0.25), 0 0px 0px rgba(0, 0, 0, 0.25);
     -moz-box-shadow: 0 0px 64px rgba(0, 0, 0, 0.25), 0 0px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0px 64px rgba(0, 0, 0, 0.25), 0 0px 0px rgba(0, 0, 0, 0.25); }

.appell_portfolio .view_site_button {
  font-size: 36px;
  text-decoration: none;
  color: #000000; }
  .appell_portfolio .view_site_button .c-bmContainerTagline__third.activeBkgd {
    color: #ffffff; }
    .appell_portfolio .view_site_button .c-bmContainerTagline__third.activeBkgd:hover {
      background-color: #000000; }

.appell_portfolio .c-bmContainerSingleLaptop.activeBkgd,
.appell_portfolio .c-bmContainerTagline.activeBkgd,
.appell_portfolio .c-bmContainerSingleScreenshot.activeBkgd,
.appell_portfolio .c-bmContainerTagline__second.activeBkgd,
.appell_portfolio .c-bmTestimonial.activeBkgd,
.appell_portfolio .c-bmContainerTagline__third.activeBkgd {
  background-color: #00c0ef; }

.appell_portfolio .c-bmContainerTagline__first.activeBkgd .c-bmContainerTagline__title, .appell_portfolio .c-bmContainerTagline__first.activeBkgd .c-bmContainerTagline__text, .appell_portfolio .c-bmContainerTagline__second.activeBkgd .c-bmContainerTagline__title, .appell_portfolio .c-bmContainerTagline__second.activeBkgd .c-bmContainerTagline__text {
  color: #ffffff !important; }

.appell_portfolio .c-bmTestimonial.activeBkgd .c-bmTestimonial__text, .appell_portfolio .c-bmTestimonial.activeBkgd .c-bmTestimonial__name, .appell_portfolio .c-bmTestimonial.activeBkgd .c-bmTestimonial__position {
  color: #ffffff !important; }

.appell_portfolio .c-bmTestimonial.activeBkgd .c-bmTestimonial__logoTop {
  opacity: 0 !important; }

.appell_portfolio .c-bmTestimonial.activeBkgd .c-bmTestimonial__logoBottom {
  opacity: 1 !important; }

.appell_portfolio .c-bmContainerTagline__third.activeBkgd .c-bmContainerTagline__title, .appell_portfolio .c-bmContainerTagline__third.activeBkgd .c-bmContainerTagline__text {
  color: #ffffff !important; }

.appell_portfolio .c-bmContainerTagline__third.activeBkgd .view_project_button {
  background-color: transparent;
  position: relative;
  z-index: 10;
  color: #ffffff;
  border-color: #ffffff; }

.emotrans_portfolio .c-bmHeaderSingleWork {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.4))), url(../src/images/emotrans_header.jpg);
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4)), url(../src/images/emotrans_header.jpg);
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4)), url(../src/images/emotrans_header.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4)), url(../src/images/emotrans_header.jpg); }

.emotrans_portfolio .c-bmBrandImageContainer {
  background-image: url(../src/images/emotrans_sub1.jpg); }

.emotrans_portfolio .c-bmContainerTypece {
  background-color: #0768a7; }

.emotrans_portfolio .carousel-control.left:hover {
  background-color: #0768a7; }

.emotrans_portfolio .carousel-control.right:hover, .emotrans_portfolio .slider--link--home:hover {
  background-color: #0768a7; }

.emotrans_portfolio .c-bmColorPalette1 {
  background-color: #001c51; }

.emotrans_portfolio .c-bmColorPalette2 {
  background-color: #0768a7; }

.emotrans_portfolio .c-bmColorPalette3 {
  background-color: #dedede; }

.emotrans_portfolio .c-bmColorPalette4 {
  background-color: #6d6d6d; }

.emotrans_portfolio .c-bmColorPalette5 {
  background-color: #dedede; }

.emotrans_portfolio .portfolio_fullimage {
  background: url(../src/images/emotrans_sub3.jpg);
  -moz-background-size: cover;
       background-size: cover;
  background-position: center; }

.emotrans_portfolio .view_site_button {
  font-size: 36px;
  text-decoration: none;
  color: #000000; }
  .emotrans_portfolio .view_site_button .c-bmContainerTagline__third.activeBkgd {
    color: #ffffff; }
    .emotrans_portfolio .view_site_button .c-bmContainerTagline__third.activeBkgd:hover {
      background-color: #000000; }

.emotrans_portfolio .c-bmContainerSingleLaptop.activeBkgd,
.emotrans_portfolio .c-bmContainerTagline.activeBkgd,
.emotrans_portfolio .c-bmContainerSingleScreenshot.activeBkgd,
.emotrans_portfolio .c-bmContainerTagline__second.activeBkgd,
.emotrans_portfolio .c-bmTestimonial.activeBkgd,
.emotrans_portfolio .c-bmContainerTagline__third.activeBkgd {
  background-color: #0768a7; }

.emotrans_portfolio .c-bmContainerTagline__first.activeBkgd .c-bmContainerTagline__title, .emotrans_portfolio .c-bmContainerTagline__first.activeBkgd .c-bmContainerTagline__text, .emotrans_portfolio .c-bmContainerTagline__second.activeBkgd .c-bmContainerTagline__title, .emotrans_portfolio .c-bmContainerTagline__second.activeBkgd .c-bmContainerTagline__text {
  color: #ffffff !important; }

.emotrans_portfolio .c-bmTestimonial.activeBkgd .c-bmTestimonial__text, .emotrans_portfolio .c-bmTestimonial.activeBkgd .c-bmTestimonial__name, .emotrans_portfolio .c-bmTestimonial.activeBkgd .c-bmTestimonial__position {
  color: #ffffff !important; }

.emotrans_portfolio .c-bmTestimonial.activeBkgd .c-bmTestimonial__logoTop {
  opacity: 0 !important; }

.emotrans_portfolio .c-bmTestimonial.activeBkgd .c-bmTestimonial__logoBottom {
  opacity: 1 !important; }

.emotrans_portfolio .c-bmContainerTagline__third.activeBkgd .c-bmContainerTagline__title, .emotrans_portfolio .c-bmContainerTagline__third.activeBkgd .c-bmContainerTagline__text {
  color: #ffffff !important; }

.emotrans_portfolio .c-bmContainerTagline__third.activeBkgd .view_project_button {
  background-color: transparent;
  position: relative;
  z-index: 10;
  color: #ffffff;
  border-color: #ffffff; }

.agec_portfolio .c-bmHeaderSingleWork {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.4))), url(../src/images/agec_header.jpg);
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4)), url(../src/images/agec_header.jpg);
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4)), url(../src/images/agec_header.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4)), url(../src/images/agec_header.jpg); }

.agec_portfolio .c-bmBrandImageContainer {
  background-image: url(../src/images/agec_sub1.jpg); }

.agec_portfolio .c-bmContainerTypece {
  background-color: #0170bc; }

.agec_portfolio .carousel-control.left:hover {
  background-color: #0170bc; }

.agec_portfolio .carousel-control.right:hover, .agec_portfolio .slider--link--home:hover {
  background-color: #0170bc; }

.agec_portfolio .c-bmColorPalette1 {
  background-color: #f900; }

.agec_portfolio .c-bmColorPalette2 {
  background-color: #f15b24; }

.agec_portfolio .c-bmColorPalette3 {
  background-color: #0170bc; }

.agec_portfolio .c-bmColorPalette4 {
  background-color: #2e3192; }

.agec_portfolio .c-bmColorPalette5 {
  background-color: #727272; }

.agec_portfolio .portfolio_fullimage {
  background: url(../src/images/agec_sub3.jpg);
  -moz-background-size: cover;
       background-size: cover;
  background-position: center; }

@media all and (max-width: 47.875em) {
  .agec_portfolio .second-slider {
    margin-bottom: 60px; } }

@media all and (min-width: 47.9375em) {
  .agec_portfolio .second-slider {
    margin-bottom: 120px; } }

.agec_portfolio .second-slider #carousel-example-generic-second {
  -webkit-box-shadow: 0 0px 64px rgba(0, 0, 0, 0.25), 0 0px 0px rgba(0, 0, 0, 0.25);
     -moz-box-shadow: 0 0px 64px rgba(0, 0, 0, 0.25), 0 0px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0px 64px rgba(0, 0, 0, 0.25), 0 0px 0px rgba(0, 0, 0, 0.25); }

.agec_portfolio .view_site_button {
  font-size: 36px;
  text-decoration: none;
  color: #000000; }
  .agec_portfolio .view_site_button .c-bmContainerTagline__third.activeBkgd {
    color: #ffffff; }
    .agec_portfolio .view_site_button .c-bmContainerTagline__third.activeBkgd:hover {
      background-color: #000000; }

.agec_portfolio .c-bmContainerSingleLaptop.activeBkgd,
.agec_portfolio .c-bmContainerTagline.activeBkgd,
.agec_portfolio .c-bmContainerSingleScreenshot.activeBkgd,
.agec_portfolio .c-bmContainerTagline__second.activeBkgd,
.agec_portfolio .c-bmTestimonial.activeBkgd,
.agec_portfolio .c-bmContainerTagline__third.activeBkgd {
  background-color: #0170bc; }

.agec_portfolio .c-bmContainerTagline__first.activeBkgd .c-bmContainerTagline__title, .agec_portfolio .c-bmContainerTagline__first.activeBkgd .c-bmContainerTagline__text, .agec_portfolio .c-bmContainerTagline__second.activeBkgd .c-bmContainerTagline__title, .agec_portfolio .c-bmContainerTagline__second.activeBkgd .c-bmContainerTagline__text {
  color: #ffffff !important; }

.agec_portfolio .c-bmTestimonial.activeBkgd .c-bmTestimonial__text, .agec_portfolio .c-bmTestimonial.activeBkgd .c-bmTestimonial__name, .agec_portfolio .c-bmTestimonial.activeBkgd .c-bmTestimonial__position {
  color: #ffffff !important; }

.agec_portfolio .c-bmTestimonial.activeBkgd .c-bmTestimonial__logoTop {
  opacity: 0 !important; }

.agec_portfolio .c-bmTestimonial.activeBkgd .c-bmTestimonial__logoBottom {
  opacity: 1 !important; }

.agec_portfolio .c-bmTestimonial--image {
  max-width: 220px; }

.agec_portfolio .c-bmTestimonial.activeBkgd .c-bmTestimonial--image {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1); }

.agec_portfolio .c-bmContainerTagline__third.activeBkgd .c-bmContainerTagline__title, .agec_portfolio .c-bmContainerTagline__third.activeBkgd .c-bmContainerTagline__text {
  color: #ffffff !important; }

.agec_portfolio .c-bmContainerTagline__third.activeBkgd .view_project_button {
  background-color: transparent;
  position: relative;
  z-index: 10;
  color: #ffffff;
  border-color: #ffffff; }

/*AGEC ends*/
/*FREE*/
.free_portfolio .c-bmHeaderSingleWork {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.4))), url(../src/images/free_header.jpg);
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4)), url(../src/images/free_header.jpg);
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4)), url(../src/images/free_header.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4)), url(../src/images/free_header.jpg); }

.free_portfolio .c-bmBrandImageContainer {
  background-image: url(../src/images/free_sub1.jpg); }

.free_portfolio .c-bmContainerTypece {
  background-color: #8071b3; }

.free_portfolio .carousel-control.left:hover {
  background-color: #8071b3; }

.free_portfolio .carousel-control.right:hover, .free_portfolio .slider--link--home:hover {
  background-color: #8071b3; }

.free_portfolio .c-bmColorPalette1 {
  background-color: #f4a636; }

.free_portfolio .c-bmColorPalette2 {
  background-color: #8071b3; }

.free_portfolio .c-bmColorPalette3 {
  background-color: #4097ee; }

.free_portfolio .c-bmColorPalette4 {
  background-color: #009dac; }

.free_portfolio .c-bmColorPalette5 {
  background-color: #cce5ff; }

.free_portfolio .portfolio_fullimage {
  background: url(../src/images/free_sub3.jpg);
  -moz-background-size: cover;
       background-size: cover;
  background-position: center; }

@media all and (max-width: 47.875em) {
  .free_portfolio .second-slider {
    margin-bottom: 60px; } }

@media all and (min-width: 47.9375em) {
  .free_portfolio .second-slider {
    margin-bottom: 120px; } }

.free_portfolio .second-slider #carousel-example-generic-second {
  -webkit-box-shadow: 0 0px 64px rgba(0, 0, 0, 0.25), 0 0px 0px rgba(0, 0, 0, 0.25);
     -moz-box-shadow: 0 0px 64px rgba(0, 0, 0, 0.25), 0 0px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0px 64px rgba(0, 0, 0, 0.25), 0 0px 0px rgba(0, 0, 0, 0.25); }

.free_portfolio .view_site_button {
  font-size: 36px;
  text-decoration: none;
  color: #000000; }
  .free_portfolio .view_site_button .c-bmContainerTagline__third.activeBkgd {
    color: #ffffff; }
    .free_portfolio .view_site_button .c-bmContainerTagline__third.activeBkgd:hover {
      background-color: #000000; }

.free_portfolio .c-bmContainerSingleLaptop.activeBkgd,
.free_portfolio .c-bmContainerTagline.activeBkgd,
.free_portfolio .c-bmContainerSingleScreenshot.activeBkgd,
.free_portfolio .c-bmContainerTagline__second.activeBkgd,
.free_portfolio .c-bmTestimonial.activeBkgd,
.free_portfolio .c-bmContainerTagline__third.activeBkgd {
  background-color: #8071b3; }

.free_portfolio .c-bmContainerTagline__first.activeBkgd .c-bmContainerTagline__title, .free_portfolio .c-bmContainerTagline__first.activeBkgd .c-bmContainerTagline__text, .free_portfolio .c-bmContainerTagline__second.activeBkgd .c-bmContainerTagline__title, .free_portfolio .c-bmContainerTagline__second.activeBkgd .c-bmContainerTagline__text {
  color: #ffffff !important; }

.free_portfolio .c-bmTestimonial.activeBkgd .c-bmTestimonial__text, .free_portfolio .c-bmTestimonial.activeBkgd .c-bmTestimonial__name, .free_portfolio .c-bmTestimonial.activeBkgd .c-bmTestimonial__position {
  color: #ffffff !important; }

.free_portfolio .c-bmTestimonial.activeBkgd .c-bmTestimonial__logoTop {
  opacity: 0 !important; }

.free_portfolio .c-bmTestimonial.activeBkgd .c-bmTestimonial__logoBottom {
  opacity: 1 !important; }

.free_portfolio .c-bmTestimonial--image {
  max-width: 250px; }

.free_portfolio .c-bmContainerTagline__third.activeBkgd .c-bmContainerTagline__title, .free_portfolio .c-bmContainerTagline__third.activeBkgd .c-bmContainerTagline__text {
  color: #ffffff !important; }

.free_portfolio .c-bmContainerTagline__third.activeBkgd .view_project_button {
  background-color: transparent;
  position: relative;
  z-index: 10;
  color: #ffffff;
  border-color: #ffffff; }

/*FREE ends*/
.chocolateworks_portfolio {
  /*comparison slider style*/
  /*----------comparison slider style end--------------------*/ }
  .chocolateworks_portfolio .c-bmHeaderSingleWork {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.4))), url(../src/images/chocolateworks_header.jpg);
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4)), url(../src/images/chocolateworks_header.jpg);
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4)), url(../src/images/chocolateworks_header.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4)), url(../src/images/chocolateworks_header.jpg); }
  .chocolateworks_portfolio .c-bmContainerSingleLaptop {
    padding-bottom: 150px; }
  .chocolateworks_portfolio .cd-image-container {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0em auto; }
  .chocolateworks_portfolio .cd-image-container img {
    display: block;
    max-width: 800px;
    width: 100%; }
  .chocolateworks_portfolio .cd-image-label {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #000000;
    text-transform: uppercase;
    padding: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0.3s 0.7s;
    -moz-transition: -moz-transform 0.3s 0.7s, opacity 0.3s 0.7s;
    -webkit-transition: opacity 0.3s 0.7s, -webkit-transform 0.3s 0.7s;
    transition: opacity 0.3s 0.7s, -webkit-transform 0.3s 0.7s;
    -o-transition: opacity 0.3s 0.7s, -o-transform 0.3s 0.7s;
    -moz-transition: transform 0.3s 0.7s, opacity 0.3s 0.7s, -moz-transform 0.3s 0.7s;
    transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
    transition: transform 0.3s 0.7s, opacity 0.3s 0.7s, -webkit-transform 0.3s 0.7s, -moz-transform 0.3s 0.7s, -o-transform 0.3s 0.7s; }
  .chocolateworks_portfolio .cd-image-label.is-hidden {
    visibility: hidden; }
  .chocolateworks_portfolio .is-visible .cd-image-label {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  .chocolateworks_portfolio .cd-resize-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    overflow: hidden;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backce-visibility: hidden;
    backce-visibility: hidden; }
  .chocolateworks_portfolio .cd-resize-img img {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
    width: auto;
    max-width: none; }
  .chocolateworks_portfolio .cd-resize-img .cd-image-label {
    right: auto;
    left: 0; }
  .chocolateworks_portfolio .is-visible .cd-resize-img {
    width: 50%;
    /* bounce in animation of the modified image */
    -webkit-animation: cd-bounce-in 0.7s;
    -moz-animation: cd-bounce-in 0.7s;
    animation: cd-bounce-in 0.7s; }

@-webkit-keyframes cd-bounce-in {
  0% {
    width: 0; }
  60% {
    width: 55%; }
  100% {
    width: 50%; } }

@-moz-keyframes cd-bounce-in {
  0% {
    width: 0; }
  60% {
    width: 55%; }
  100% {
    width: 50%; } }

@keyframes cd-bounce-in {
  0% {
    width: 0; }
  60% {
    width: 55%; }
  100% {
    width: 50%; } }
  .chocolateworks_portfolio .cd-handle {
    position: absolute;
    height: 44px;
    width: 44px;
    /* center the element */
    left: 50%;
    top: 50%;
    margin-left: -22px;
    margin-top: -22px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #5dbecb url("../src/images/cd-arrows.svg") no-repeat center center;
    cursor: move;
    -webkit-box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3);
       -moz-box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3);
            box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scale(0);
    -moz-transform: translate3d(0, 0, 0) scale(0);
    -ms-transform: translate3d(0, 0, 0) scale(0);
    -o-transform: translate3d(0, 0, 0) scale(0);
    transform: translate3d(0, 0, 0) scale(0); }
    .chocolateworks_portfolio .cd-handle:hover {
      background-color: #7e1323; }
  .chocolateworks_portfolio .cd-handle.draggable {
    /* change background color when element is active */
    background-color: #445b7c; }
  .chocolateworks_portfolio .is-visible .cd-handle {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -moz-transform: translate3d(0, 0, 0) scale(1);
    -ms-transform: translate3d(0, 0, 0) scale(1);
    -o-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0s 0.7s;
    -moz-transition: -moz-transform 0.3s 0.7s, opacity 0s 0.7s;
    -webkit-transition: opacity 0s 0.7s, -webkit-transform 0.3s 0.7s;
    transition: opacity 0s 0.7s, -webkit-transform 0.3s 0.7s;
    -o-transition: opacity 0s 0.7s, -o-transform 0.3s 0.7s;
    -moz-transition: transform 0.3s 0.7s, opacity 0s 0.7s, -moz-transform 0.3s 0.7s;
    transition: transform 0.3s 0.7s, opacity 0s 0.7s;
    transition: transform 0.3s 0.7s, opacity 0s 0.7s, -webkit-transform 0.3s 0.7s, -moz-transform 0.3s 0.7s, -o-transform 0.3s 0.7s; }
  .chocolateworks_portfolio .c-bmBrandImageContainer {
    background-image: url(../src/images/chocolateworks_sub1.jpg); }
  .chocolateworks_portfolio .c-bmContainerTypece {
    background-color: #7e1323; }
  .chocolateworks_portfolio .carousel-control.left:hover {
    background-color: #7e1323; }
  .chocolateworks_portfolio .carousel-control.right:hover, .chocolateworks_portfolio .slider--link--home:hover {
    background-color: #7e1323; }
  .chocolateworks_portfolio .c-bmColorPalette1 {
    background-color: #422424; }
  .chocolateworks_portfolio .c-bmColorPalette2 {
    background-color: #7e1323; }
  .chocolateworks_portfolio .c-bmColorPalette3 {
    background-color: #e5646b; }
  .chocolateworks_portfolio .c-bmColorPalette4 {
    background-color: #5dbecb; }
  .chocolateworks_portfolio .c-bmColorPalette5 {
    background-color: #dedede; }
  .chocolateworks_portfolio .portfolio_fullimage {
    background: url(../src/images/chocolateworks_sub3.jpg);
    -moz-background-size: cover;
         background-size: cover;
    background-position: center; }
  .chocolateworks_portfolio .view_site_button {
    font-size: 36px;
    text-decoration: none;
    color: #000000; }
    .chocolateworks_portfolio .view_site_button .c-bmContainerTagline__third.activeBkgd {
      color: #ffffff; }
      .chocolateworks_portfolio .view_site_button .c-bmContainerTagline__third.activeBkgd:hover {
        background-color: #000000; }
  .chocolateworks_portfolio .c-bmContainerTagline__second--image {
    max-width: 300px; }
  .chocolateworks_portfolio .patterns_section {
    margin-bottom: 160px; }
    @media all and (min-width: 47.9375em) and (max-width: 61.875em) {
      .chocolateworks_portfolio .patterns_section {
        margin-bottom: 100px; } }
    @media all and (max-width: 47.875em) {
      .chocolateworks_portfolio .patterns_section {
        margin-bottom: 60px; } }
    .chocolateworks_portfolio .patterns_section .patterns_section--images {
      width: 100%; }
  .chocolateworks_portfolio .c-bmContainerTagline.activeBkgd,
  .chocolateworks_portfolio .c-bmContainerSingleScreenshot.activeBkgd,
  .chocolateworks_portfolio .c-bmContainerTagline__second.activeBkgd,
  .chocolateworks_portfolio .c-bmTestimonial.activeBkgd,
  .chocolateworks_portfolio .c-bmContainerTagline__third.activeBkgd {
    background-color: #7e1323; }
  .chocolateworks_portfolio .c-bmContainerTagline__first.activeBkgd .c-bmContainerTagline__title, .chocolateworks_portfolio .c-bmContainerTagline__first.activeBkgd .c-bmContainerTagline__text, .chocolateworks_portfolio .c-bmContainerTagline__second.activeBkgd .c-bmContainerTagline__title, .chocolateworks_portfolio .c-bmContainerTagline__second.activeBkgd .c-bmContainerTagline__text {
    color: #ffffff !important; }
  .chocolateworks_portfolio .c-bmTestimonial.activeBkgd .c-bmTestimonial__text, .chocolateworks_portfolio .c-bmTestimonial.activeBkgd .c-bmTestimonial__name, .chocolateworks_portfolio .c-bmTestimonial.activeBkgd .c-bmTestimonial__position {
    color: #ffffff !important; }
  .chocolateworks_portfolio .c-bmTestimonial.activeBkgd .c-bmTestimonial__logoTop {
    opacity: 0 !important; }
  .chocolateworks_portfolio .c-bmTestimonial.activeBkgd .c-bmTestimonial__logoBottom {
    opacity: 1 !important; }
  .chocolateworks_portfolio .c-bmContainerTagline__second.activeBkgd .c-bmContainerTagline__second--image {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1); }
  .chocolateworks_portfolio .c-bmContainerTagline__third.activeBkgd .c-bmContainerTagline__title, .chocolateworks_portfolio .c-bmContainerTagline__third.activeBkgd .c-bmContainerTagline__text {
    color: #ffffff !important; }
  .chocolateworks_portfolio .c-bmContainerTagline__third.activeBkgd .view_project_button {
    background-color: transparent;
    position: relative;
    z-index: 10;
    color: #ffffff;
    border-color: #ffffff; }

.monelisa_portfolio .c-bmHeaderSingleWork {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.3))), url(../src/images/monelisa_header.jpg);
  background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.3)), url(../src/images/monelisa_header.jpg);
  background-image: -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.3)), url(../src/images/monelisa_header.jpg);
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.3)), url(../src/images/monelisa_header.jpg); }

.monelisa_portfolio .c-bmBrandImageContainer {
  background-image: url(../src/images/monelisa_sub1.jpg); }

.monelisa_portfolio .c-bmContainerTypece {
  background-color: #942929; }

.monelisa_portfolio .carousel-control.left:hover {
  background-color: #942929; }

.monelisa_portfolio .carousel-control.right:hover, .monelisa_portfolio .slider--link--home:hover {
  background-color: #942929; }

.monelisa_portfolio .c-bmColorPalette1 {
  background-color: #000000; }

.monelisa_portfolio .c-bmColorPalette2 {
  background-color: #120f0f; }

.monelisa_portfolio .c-bmColorPalette3 {
  background-color: #232121; }

.monelisa_portfolio .c-bmColorPalette4 {
  background-color: #942929; }

.monelisa_portfolio .c-bmColorPalette5 {
  background-color: #942929; }

.monelisa_portfolio .portfolio_fullimage {
  /*height: 900px;*/
  background: url(../src/images/monelisa_sub3.jpg);
  -moz-background-size: cover;
       background-size: cover;
  background-position: center; }

.monelisa_portfolio .c-bmContainerSingleLaptop.activeBkgd,
.monelisa_portfolio .c-bmContainerTagline.activeBkgd,
.monelisa_portfolio .c-bmContainerSingleScreenshot.activeBkgd,
.monelisa_portfolio .c-bmContainerTagline__second.activeBkgd,
.monelisa_portfolio .c-bmTestimonial.activeBkgd,
.monelisa_portfolio .c-bmContainerTagline__third.activeBkgd {
  background-color: #942929; }

.monelisa_portfolio .c-bmContainerTagline__first.activeBkgd .c-bmContainerTagline__title, .monelisa_portfolio .c-bmContainerTagline__first.activeBkgd .c-bmContainerTagline__text, .monelisa_portfolio .c-bmContainerTagline__second.activeBkgd .c-bmContainerTagline__title, .monelisa_portfolio .c-bmContainerTagline__second.activeBkgd .c-bmContainerTagline__text {
  color: #ffffff !important; }

.monelisa_portfolio .c-bmTestimonial.activeBkgd .c-bmTestimonial__text, .monelisa_portfolio .c-bmTestimonial.activeBkgd .c-bmTestimonial__name, .monelisa_portfolio .c-bmTestimonial.activeBkgd .c-bmTestimonial__position {
  color: #ffffff !important; }

.monelisa_portfolio .c-bmTestimonial.activeBkgd .c-bmTestimonial__logoTop {
  opacity: 0 !important; }

.monelisa_portfolio .c-bmTestimonial.activeBkgd .c-bmTestimonial__logoBottom {
  opacity: 1 !important; }

.monelisa_portfolio .c-bmContainerTagline__third.activeBkgd .c-bmContainerTagline__title, .monelisa_portfolio .c-bmContainerTagline__third.activeBkgd .c-bmContainerTagline__text {
  color: #ffffff !important; }

.monelisa_portfolio .c-bmContainerTagline__third.activeBkgd .view_project_button {
  background-color: transparent;
  position: relative;
  z-index: 10;
  color: #ffffff;
  border-color: #ffffff; }

.portfolio_new_slider .carousel-control.left {
  left: 0px;
  height: 100%;
  background-color: none;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.0001)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0.0001) 100%);
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0.0001) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0.0001) 100%);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .portfolio_new_slider .carousel-control.left:hover {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease; }

.portfolio_new_slider .carousel-control.right, .portfolio_new_slider .slider--link--home {
  right: 0px;
  height: 100%;
  background-color: transparent;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .portfolio_new_slider .carousel-control.right:hover, .portfolio_new_slider .slider--link--home:hover {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease; }

@media all and (max-width: 33.875em) {
  .portfolio_fullimage {
    height: 480px; } }

@media all and (min-width: 33.9375em) and (max-width: 47.875em) {
  .portfolio_fullimage {
    height: 480px; } }

@media all and (min-width: 47.9375em) and (max-width: 61.875em) {
  .portfolio_fullimage {
    height: 480px; } }

@media all and (min-width: 61.9375em) and (max-width: 74.875em) {
  .portfolio_fullimage {
    height: 540px; } }

@media all and (min-width: 74.9375em) and (max-width: 101.125em) {
  .portfolio_fullimage {
    height: 600px; } }

@media all and (min-width: 101.1875em) {
  .portfolio_fullimage {
    height: 900px; } }

.container-fluid-expertise {
  padding-bottom: 100px;
  padding-top: 100px; }
  @media all and (max-width: 47.875em) {
    .container-fluid-expertise {
      padding-top: 50px; } }

/*.carousel-inner{
  padding-bottom: 150px;
}*/
.carousel-indicators {
  background: url(../src/images/browser-header.jpg);
  background-repeat: no-repeat;
  background-position-y: center;
  -moz-background-size: cover;
       background-size: cover;
  /*background: #ffffff;*/
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
  position: static; }

.carousel-indicators-wrapper {
  position: absolute;
  width: 100%;
  bottom: 0;
  overflow: initial; }
  @media all and (max-width: 47.875em) {
    .carousel-indicators-wrapper {
      overflow: hidden; } }

.carousel-indicators__expertise {
  width: 100%;
  height: 125px;
  left: 0;
  margin-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media all and (max-width: 47.875em) {
    .carousel-indicators__expertise {
      padding-left: 16px; } }
  .carousel-indicators__expertise span {
    display: block;
    background: white;
    height: 28px;
    width: 28px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    border: 1px solid #000000;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    -moz-transition: background .3s ease;
    transition: background .3s ease;
    cursor: pointer;
    position: relative;
    z-index: 100; }
    .carousel-indicators__expertise span.active:nth-child(n+2), .carousel-indicators__expertise span.active:nth-child(-n+3) {
      background: #000000; }
    .carousel-indicators__expertise span.active {
      height: 28px;
      width: 28px; }
    .carousel-indicators__expertise span:before {
      font-mily: Arial, Helvetica, sans-serif;
      position: relative;
      top: 30px;
      font-weight: bold;
      letter-spacing: 2px;
      font-size: 14px;
      width: 90px;
      text-align: center;
      display: inline-block;
      position: absolute;
      left: -30px; }
      @media all and (max-width: 47.875em) {
        .carousel-indicators__expertise span:before {
          left: -8px; } }
  .carousel-indicators__expertise:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    width: 100%;
    height: 2px;
    background: #c8c8c8; }
    @media all and (max-width: 47.875em) {
      .carousel-indicators__expertise:before {
        left: 16px;
        width: 0; } }
  .carousel-indicators__expertise #animatedBar {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    width: 0;
    height: 2px;
    background: #000000;
    overflow: visible !important; }
    .carousel-indicators__expertise #animatedBar:before {
      content: '';
      display: block;
      width: 32px;
      height: 32px;
      background: url(../src/images/preloader.gif);
      -moz-background-size: 32px;
           background-size: 32px;
      top: -60px;
      position: absolute;
      right: -30px; }
      @media all and (max-width: 47.875em) {
        .carousel-indicators__expertise #animatedBar:before {
          right: -31px;
          display: none; } }
    @media all and (max-width: 47.875em) {
      .carousel-indicators__expertise #animatedBar {
        left: 16px; }
        .carousel-indicators__expertise #animatedBar.selected:before {
          right: -15px; } }

.selectedCarousel {
  background: #000000 !important; }

.indicator-define:before {
  content: 'DEFINE'; }

.indicator-uxui:before {
  content: 'UX/UI'; }

.indicator-design:before {
  content: 'DESIGN'; }

.indicator-develop:before {
  content: 'DEVELOP'; }

.indicator-deploy:before {
  content: 'DEPLOY'; }

.indicator-iterate:before {
  content: 'ITERATE'; }

.carousel-item .carouselText__title {
  font-size: 40px;
  text-align: center;
  line-height: 1.4; }
  .carousel-item .carouselText__title span {
    color: rgba(0, 0, 0, 0.54);
    font-size: 27px;
    font-style: italic;
    text-align: center; }
    @media all and (max-width: 47.875em) {
      .carousel-item .carouselText__title span {
        font-size: 22px; } }
  @media all and (max-width: 47.875em) {
    .carousel-item .carouselText__title {
      font-size: 32px;
      line-height: 1.2; } }

.carousel-item .carouselText__small {
  font-size: 30px;
  margin-top: 1.5rem;
  margin-bottom: 3rem;
  text-align: center; }
  @media all and (max-width: 47.875em) {
    .carousel-item .carouselText__small {
      font-size: 20px;
      margin-bottom: 1.2rem; } }

.carousel-item .carouselText__reg {
  font-size: 20px;
  text-align: center; }
  @media all and (max-width: 47.875em) {
    .carousel-item .carouselText__reg {
      font-size: 16px; } }

.c-bmTextCarouselContainer .carouselText__title {
  font-size: 40px;
  text-align: center;
  line-height: 1.4; }
  .c-bmTextCarouselContainer .carouselText__title span {
    color: rgba(0, 0, 0, 0.54);
    font-size: 27px;
    font-style: italic;
    text-align: center; }
    @media all and (max-width: 47.875em) {
      .c-bmTextCarouselContainer .carouselText__title span {
        font-size: 22px; } }
  @media all and (max-width: 47.875em) {
    .c-bmTextCarouselContainer .carouselText__title {
      font-size: 32px;
      line-height: 1.2; } }

@media all and (max-width: 47.875em) {
  .swiper-container-expertise {
    height: 125px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .swiper-container-expertise .swiper-wrapper {
      height: 80px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
         -moz-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; } }

@media all and (max-width: 47.875em) {
  .swiper-container-expertise {
    width: 100%; } }

.expertise-indicators__large {
  width: 100%;
  height: 125px;
  left: 0;
  margin-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .expertise-indicators__large.active {
    width: 100%; }
  @media all and (max-width: 47.875em) {
    .expertise-indicators__large {
      width: 767px;
      padding-left: 16px; } }

.c-bmParagraph {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.8; }

.c-bmParagraph--small {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6; }

.c-bmParagraph--italic {
  font-size: 20px;
  font-size: 1.25rem;
  color: rgba(0, 0, 0, 0.54);
  margin-top: 1rem;
  font-style: italic; }

.c-bmSectionTitle {
  font-size: 48px;
  font-size: 3rem;
  line-height: 1.3; }
  @media all and (max-width: 47.875em) {
    .c-bmSectionTitle {
      font-size: 32px;
      font-size: 2rem;
      line-height: 1.5; } }

.c-bmSectionTitle--small {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4; }

.c-bmParaHoverTrans {
  padding: 0 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  overflow: hidden; }
  @media all and (max-width: 47.875em) {
    .c-bmParaHoverTrans {
      padding: 0; } }

.c-bmParaHoverTrans__1 {
  padding: 2rem 0rem; }

.c-bmParaHoverTrans__2 {
  padding: 2rem 0rem;
  height: 100%; }
  @media all and (max-width: 47.875em) {
    .c-bmParaHoverTrans__2 {
      padding-left: 0;
      padding-right: 0; } }

.c-bmParaHoverTrans:hover .c-bmParaHoverTrans__1,
.c-bmParaHoverTrans:hover .c-bmParaHoverTrans__2 {
  -webkit-transform: translateY(-100%);
     -moz-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
       -o-transform: translateY(-100%);
          transform: translateY(-100%); }

.c-bmParaHoverTrans__1,
.c-bmParaHoverTrans__2 {
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: -o-transform .3s ease;
  -moz-transition: transform .3s ease, -moz-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease, -moz-transform .3s ease, -o-transform .3s ease; }

.c-bmSectionTitleNexa--small, .c-bmCareerSingleTitle {
  font-mily: "Nexa";
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.38);
  letter-spacing: 1px;
  text-transform: uppercase; }

.c-openPositionLink {
  color: #000 !important; }
  @media all and (max-width: 47.875em) {
    .c-openPositionLink {
      font-size: 18px;
      font-size: 1.125rem; } }

@media all and (min-width: 47.9375em) {
  .c-bmCareerSingleTitle {
    margin-bottom: 1rem; } }

@media all and (max-width: 47.875em) {
  .c-bmCareerSingleTitle {
    margin-bottom: 0.5rem; } }

.c-bmForm {
  margin-top: 3rem; }
  .c-bmForm input[type=text], .c-bmForm input[type=email], .c-bmForm input[type=tel], .c-bmForm input[type=url], .c-bmForm textarea {
    background-color: rgba(0, 0, 0, 0.117647);
    border: none !important;
    font-size: 18px;
    font-size: 1.125rem;
    padding: 14px 12px !important;
    resize: none;
    -moz-border-radius: 2px;
         border-radius: 2px;
    color: #ffffff; }
    .c-bmForm input[type=text]::-webkit-input-placeholder, .c-bmForm input[type=email]::-webkit-input-placeholder, .c-bmForm input[type=tel]::-webkit-input-placeholder, .c-bmForm input[type=url]::-webkit-input-placeholder, .c-bmForm textarea::-webkit-input-placeholder {
      color: white;
      font-mily: "Times New Roman", Times, serif;
      font-size: 18px; }
    .c-bmForm input[type=text]:-moz-placeholder, .c-bmForm input[type=email]:-moz-placeholder, .c-bmForm input[type=tel]:-moz-placeholder, .c-bmForm input[type=url]:-moz-placeholder, .c-bmForm textarea:-moz-placeholder {
      color: white;
      font-mily: "Times New Roman", Times, serif;
      font-size: 18px; }
    .c-bmForm input[type=text]::-moz-placeholder, .c-bmForm input[type=email]::-moz-placeholder, .c-bmForm input[type=tel]::-moz-placeholder, .c-bmForm input[type=url]::-moz-placeholder, .c-bmForm textarea::-moz-placeholder {
      color: white;
      font-mily: "Times New Roman", Times, serif;
      font-size: 18px; }
    .c-bmForm input[type=text]:-ms-input-placeholder, .c-bmForm input[type=email]:-ms-input-placeholder, .c-bmForm input[type=tel]:-ms-input-placeholder, .c-bmForm input[type=url]:-ms-input-placeholder, .c-bmForm textarea:-ms-input-placeholder {
      color: white;
      font-mily: "Times New Roman", Times, serif;
      font-size: 18px; }
  .c-bmForm textarea::-webkit-input-placeholder {
    font-style: italic; }
  .c-bmForm textarea:-moz-placeholder {
    font-style: italic; }
  .c-bmForm textarea::-moz-placeholder {
    font-style: italic; }
  .c-bmForm textarea:-ms-input-placeholder {
    font-style: italic; }
  .c-bmForm button[type="submit"] {
    background: #ffffff;
    color: #F15F79;
    font-mily: "Nexa";
    font-size: 12px;
    letter-spacing: 1px;
    padding: 18px 48px;
    border: none !important;
    -moz-border-radius: 0px !important;
         border-radius: 0px !important;
    font-weight: 600 !important;
    text-transform: uppercase; }
    .c-bmForm button[type="submit"]:hover {
      background: #000000;
      color: #ffffff;
      -webkit-transition: all .4s ease-out;
      -o-transition: all .4s ease-out;
      -moz-transition: all .4s ease-out;
      transition: all .4s ease-out; }

.c-bmForm .form-group > label {
  color: #ffffff;
  opacity: 0.7;
  font-mily: "Nexa";
  font-size: 11px;
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600; }
  @media all and (max-width: 33.875em) {
    .c-bmForm .form-group > label {
      font-size: 11px;
      font-size: 0.6875rem; } }

.jfilestyle {
  left: 0; }

.jfilestyle label {
  padding: 21px 12px !important;
  background-color: rgba(0, 0, 0, 0.117647) !important;
  border: none !important;
  color: #ffffff !important;
  -moz-border-radius: 2px;
       border-radius: 2px;
  opacity: 0 !important;
  border: 1px solid red !important;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.form-group > .jfilestyle {
  width: 100%; }

.c-bmForm .jfilestyle > input {
  background-image: url(../src/images/paperclip.svg) !important;
  background-repeat: no-repeat !important;
  -moz-background-size: 22px 22px !important;
       background-size: 22px 22px !important;
  background-color: rgba(0, 0, 0, 0.117647);
  background-position: 12px 50% !important;
  border: none !important;
  width: 100% !important;
  font-size: 18px;
  font-size: 1.125rem;
  padding-top: 16px !important;
  padding-bottom: 18px !important;
  padding-left: 45px !important;
  color: #ffffff; }

.c-bm-TitleContainer__row {
  padding-bottom: 0 !important; }

@media all and (min-width: 47.9375em) and (max-width: 61.875em) {
  .c-bm-TitleContainer__text {
    font-size: 42px;
    font-size: 2.625rem; } }

@media all and (min-width: 33.9375em) and (max-width: 47.875em) {
  .c-bm-TitleContainer__text {
    font-size: 32px;
    font-size: 2rem; } }

@media all and (max-width: 33.875em) {
  .c-bm-TitleContainer__text {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.5; } }

.l-bmContainerLarge {
  margin-bottom: 10rem; }
  @media all and (max-width: 47.875em) {
    .l-bmContainerLarge {
      margin-bottom: 6rem;
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media all and (max-width: 33.875em) {
    .l-bmContainerLarge {
      padding-left: 1rem !important;
      padding-right: 1rem !important; } }

@media all and (max-width: 33.875em) {
  .l-bmContainerLargePadding {
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: 0;
    padding-right: 0; } }

.l-bmContainerMediumPadding {
  padding-top: 5rem;
  padding-bottom: 5rem; }
  @media all and (max-width: 33.875em) {
    .l-bmContainerMediumPadding {
      padding-top: 4rem;
      padding-bottom: 4rem;
      padding-left: 0;
      padding-right: 0; } }

.c-bmCareerSingleContainer {
  margin-bottom: 2rem; }

.c-bmTextLink {
  color: #000; }
  .c-bmTextLink:hover, .c-bmTextLink:focus, .c-bmTextLink:active {
    color: #000; }

.c-bmHeaderSingleWork, .c-bmHeader {
  position: relative;
  -moz-background-size: cover;
       background-size: cover;
  background-position: center center;
  padding-bottom: 6rem; }
  @media all and (max-width: 33.875em) {
    .c-bmHeaderSingleWork, .c-bmHeader {
      height: 480px;
      padding-bottom: 3rem; } }
  @media all and (min-width: 33.9375em) and (max-width: 47.875em) {
    .c-bmHeaderSingleWork, .c-bmHeader {
      height: 480px;
      padding-bottom: 3rem; } }
  @media all and (min-width: 47.9375em) and (max-width: 61.875em) {
    .c-bmHeaderSingleWork, .c-bmHeader {
      height: 480px;
      padding-bottom: 5rem; } }
  @media all and (min-width: 61.9375em) and (max-width: 74.875em) {
    .c-bmHeaderSingleWork, .c-bmHeader {
      height: 540px; } }
  @media all and (min-width: 74.9375em) and (max-width: 101.125em) {
    .c-bmHeaderSingleWork, .c-bmHeader {
      height: 650px; } }
  @media all and (min-width: 101.1875em) {
    .c-bmHeaderSingleWork, .c-bmHeader {
      height: 720px; } }

@media all and (max-width: 33.875em) {
  .c-bmContainerTagline__inner {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto; } }

.portfolio_container #carousel-example-generic {
  -webkit-box-shadow: 0 0px 64px rgba(0, 0, 0, 0.25), 0 0px 0px rgba(0, 0, 0, 0.25);
     -moz-box-shadow: 0 0px 64px rgba(0, 0, 0, 0.25), 0 0px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0px 64px rgba(0, 0, 0, 0.25), 0 0px 0px rgba(0, 0, 0, 0.25); }

.portfolio_container .c-bmContainerTagline__inner {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto; }

.portfolio_container .c-bmContainerTagline__title {
  font-size: 3rem;
  padding-bottom: 24px; }
  @media all and (max-width: 47.875em) {
    .portfolio_container .c-bmContainerTagline__title {
      font-size: 2.3rem;
      line-height: 1.25; } }

.portfolio_container .fixed-menu {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1001;
  border-width: 1px 0px;
  -moz-border-radius: 0px;
       border-radius: 0px;
  border-color: rgba(0, 0, 0, 0.117647);
  border-style: solid;
  background-color: #;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center; }
  .portfolio_container .fixed-menu a {
    opacity: 0.3;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    line-height: 24px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }
    .portfolio_container .fixed-menu a img {
      max-width: 14px;
      margin-bottom: 3px; }
    .portfolio_container .fixed-menu a:hover {
      text-decoration: none;
      opacity: 1; }
  .portfolio_container .fixed-menu .fixed_previous {
    float: left; }
  .portfolio_container .fixed-menu .fixed_next {
    float: right; }

.c-bmBrandImageContainer {
  width: 100%;
  height: 450px;
  background-position: center center;
  -moz-background-size: cover;
       background-size: cover;
  /*@include mappy-bp(md lg){
    height: 400px;
  }
  @include mappy-bp(xs md){
    height: 350px;
  }
  @include mappy-bp(0 xs){
    height: 300px;
  }*/ }
  @media all and (max-width: 33.875em) {
    .c-bmBrandImageContainer {
      height: 480px; } }
  @media all and (min-width: 33.9375em) and (max-width: 47.875em) {
    .c-bmBrandImageContainer {
      height: 480px; } }
  @media all and (min-width: 47.9375em) and (max-width: 61.875em) {
    .c-bmBrandImageContainer {
      height: 480px; } }
  @media all and (min-width: 61.9375em) and (max-width: 74.875em) {
    .c-bmBrandImageContainer {
      height: 540px; } }
  @media all and (min-width: 74.9375em) and (max-width: 101.125em) {
    .c-bmBrandImageContainer {
      height: 600px; } }
  @media all and (min-width: 101.1875em) {
    .c-bmBrandImageContainer {
      height: 720px; } }

.slick-dots {
  bottom: 0px !important; }

.slick-slider {
  padding-bottom: 80px; }

.slick-dots li {
  margin-left: 12px !important;
  margin-right: 12px !important; }
  .slick-dots li button {
    position: relative; }
  .slick-dots li button:before {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #000000; }
  .slick-dots li.slick-active button:after {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    -moz-background-size: 32px 32px;
         background-size: 32px 32px;
    position: absolute;
    top: -40px;
    left: -6px; }

.slick-dots {
  position: relative;
  width: auto !important;
  margin: auto;
  left: 0;
  right: 0; }

#slideBar {
  background: #000000;
  height: 5px;
  width: 0;
  position: absolute;
  left: 0; }

/*--------homepage icon hover effect can be actived when mouseover the whole div--------*/
.whole_hover_one:hover .icon__expertise1 {
  background-image: url(../src/images/animat-pencil-color-1.gif); }

.whole_hover_two:hover .icon__expertise2 {
  background-image: url(../src/images/animat-responsive-color.gif); }

.whole_hover_three:hover .icon__expertise3 {
  background-image: url(../src/images/animat-customize-color.gif); }

.whole_hover_four:hover .icon__expertise4 {
  background-image: url(../src/images/animat-rocket-color.gif); }

.container__works--single:hover .slider--link--home,
.container__works--single--outer.active .container__works--single .slider--link--home {
  -webkit-box-shadow: 1px 10px 30px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 1px 10px 30px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 10px 30px rgba(0, 0, 0, 0.3);
  -webkit-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  transition: all .4s ease-out; }

.container__works--single:hover .container__works--single--info,
.container__works--single--outer.active .container__works--single--info {
  /*background: #FFFFFF;*/
  -webkit-box-shadow: 0px 15px 12px 0px rgba(0, 0, 0, 0.22), 0px 19px 38px 0px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0px 15px 12px 0px rgba(0, 0, 0, 0.22), 0px 19px 38px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 15px 12px 0px rgba(0, 0, 0, 0.22), 0px 19px 38px 0px rgba(0, 0, 0, 0.3);
  -webkit-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  transition: all .4s ease-out; }

.carousel-home-descr:hover {
  -webkit-box-shadow: 0px 15px 12px 0px rgba(0, 0, 0, 0.01), 0px 13px 38px;
     -moz-box-shadow: 0px 15px 12px 0px rgba(0, 0, 0, 0.01), 0px 13px 38px;
          box-shadow: 0px 15px 12px 0px rgba(0, 0, 0, 0.01), 0px 13px 38px;
  -webkit-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  transition: all .4s ease-out; }

.slider_mobile .carousel-home-descr--inner {
  position: relative; }

.slider_mobile .container__works--single--info {
  position: absolute;
  /* top: 0%; */
  top: 240px;
  height: 120px;
  width: 265px; }

.margin-top-view {
  margin-top: 60px; }

.career_page .c-bmSectionTitle span {
  font-size: 2rem; }

.career_page img {
  -webkit-box-shadow: 0 7px 23px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 7px 23px rgba(0, 0, 0, 0.3);
          box-shadow: 0 7px 23px rgba(0, 0, 0, 0.3); }

/*.slider_mobile .carousel-item1{
    background:url(../src/images/meyer_mobile.jpg);
    height: 100%;
    width: auto;
    background-size: cover;
    background-position: center;
}
.slider_mobile .carousel-item2{
    background:url(../src/images/meyer_mobile.jpg);
    height: 100%;
    width: auto;
    background-size: cover;
    background-position: center;
}
.slider_mobile .carousel-item3{
    background:url(../src/images/meyer_mobile.jpg);
    height: 100%;
    width: auto;
    background-size: cover;
    background-position: center;
}
.slider_mobile .carousel-item4{
    background:url(../src/images/meyer_mobile.jpg);
    height: 100%;
    width: auto;
    background-size: cover;
    background-position: center;
}*/
#home-slider .carousel-inner {
  overflow: hidden; }

/*#home-slider .slider_mobile.carousel-inner{
  overflow: hidden;
}*/
#-wrap-home {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -100; }

.no-padding {
  padding-left: 0px;
  padding-right: 0px; }

.no-margin {
  margin-left: 0px;
  margin-right: 0px; }

.black_text {
  color: #000000; }

.black_text:hover {
  color: #000000; }

.gray_text {
  color: #000000;
  opacity: 0.38;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  transition: opacity .3s ease; }
  .gray_text:hover {
    color: #000000;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease; }

.dark-gray {
  color: #ccc;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  transition: opacity .3s ease; }

.line-through {
  text-decoration: line-through; }

.company_page .page_first_div {
  padding: 14rem 0rem; }

.homepage_gif1 {
  border-top: 48px solid #ffffff;
  border-left: 48px solid #ffffff;
  border-right: 24px solid #ffffff;
  border-bottom: 24px solid #ffffff; }

.homepage_gif2 {
  border-top: 48px solid #ffffff;
  border-left: 24px solid #ffffff;
  border-right: 48px solid #ffffff;
  border-bottom: 24px solid #ffffff; }

.homepage_gif3 {
  border-top: 24px solid #ffffff;
  border-left: 48px solid #ffffff;
  border-right: 24px solid #ffffff;
  border-bottom: 48px solid #ffffff; }

.homepage_gif4 {
  border-top: 24px solid #ffffff;
  border-left: 24px solid #ffffff;
  border-right: 48px solid #ffffff;
  border-bottom: 48px solid #ffffff; }

.square_one {
  border-top: 48px solid #ffffff; }

.square_two {
  border-top: 48px solid #ffffff; }

.square_three {
  border-bottom: 48px solid #ffffff; }

.square_four {
  border-bottom: 48px solid #ffffff; }

.expertise_ {
  width: 100%;
  height: auto; }

#expertiseSlider {
  display: none; }

.expertise_page #-wrap-expertise {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -100; }
  @media all and (min-width: 47.9375em) and (max-width: 61.875em) {
    .expertise_page #-wrap-expertise {
      height: 140%; } }
  @media all and (min-width: 33.9375em) and (max-width: 47.875em) {
    .expertise_page #-wrap-expertise {
      height: 140%; } }
  @media all and (max-width: 33.875em) {
    .expertise_page #-wrap-expertise {
      height: 120%; } }

@media all and (min-width: 47.9375em) and (max-width: 61.875em) {
  .expertise_page .title--container {
    height: 140vh; }
    .expertise_page .title--container .page__title {
      padding-top: 11rem; } }

@media all and (min-width: 33.9375em) and (max-width: 47.875em) {
  .expertise_page .title--container {
    height: 140vh; }
    .expertise_page .title--container .page__title {
      padding-top: 11rem; } }

@media all and (max-width: 33.875em) {
  .expertise_page .title--container {
    height: 120vh; }
    .expertise_page .title--container .page__title {
      padding-top: 8rem; } }

.expertise_page #-wrap-expertise:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: -webkit-linear-gradient(345deg, rgba(46, 114, 209, 0.819608) 2%, rgba(56, 217, 96, 0.862745) 103%);
  background-image: -moz-linear-gradient(345deg, rgba(46, 114, 209, 0.819608) 2%, rgba(56, 217, 96, 0.862745) 103%);
  background-image: linear-gradient(105deg, rgba(46, 114, 209, 0.819608) 2%, rgba(56, 217, 96, 0.862745) 103%);
  z-index: 1;
  display: block;
  content: ''; }

.expertise_page .fullscreen-bg__ {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
     -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
       -o-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background-repeat: no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  -webkit-transition: 1s opacity;
  -o-transition: 1s opacity;
  -moz-transition: 1s opacity;
  transition: 1s opacity; }

.expertise_page .expertise_image {
  height: 480px;
  background: url(../src/images/career-06.jpg);
  -moz-background-size: cover;
       background-size: cover;
  background-position: center; }

.expertise_page  {
  -webkit-box-shadow: 0 7px 23px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 7px 23px rgba(0, 0, 0, 0.3);
          box-shadow: 0 7px 23px rgba(0, 0, 0, 0.3); }

/*.add-display-block{
  display: block;
}
.add-display-none{
  display: none;
}*/
.m-t-8 {
  margin-top: 8rem; }

#-wrap-home-bottom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -100; }

/*--------------------------------responsive----------------------------*/
@media (min-width: 767px) {
  #home-slider .container__works--single {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 70px; }
  .career__section--image {
    background: url(../src/images/contact1.jpg);
    -moz-background-size: cover;
         background-size: cover;
    background-position-x: center; }
  .hidden-767-up {
    display: none; } }

@media (min-width: 991px) {
  .hidden-991-up {
    display: none; }
  .expertise_page .expertise_image {
    height: 640px;
    background: url(../src/images/career-06.jpg);
    -moz-background-size: cover;
         background-size: cover;
    background-position: center; }
  .p-l-3--lg {
    padding-left: 3rem; }
  .p-r-3--lg {
    padding-right: 3rem; } }

@media (min-width: 1024px) {
  .portfolio_container .c-bmHeaderSingleWork {
    /*background-attachment: fixed;*/ }
  .portfolio_container .c-bmBrandImageContainer {
    background-attachment: fixed; }
  .portfolio_container .portfolio_fullimage {
    background-attachment: fixed; } }

@media (min-width: 1920px) {
  .fullscreen-bg__ {
    width: 100%;
    height: auto; } }

@media (max-width: 991px) {
  /*.copyright_text p{
    font-size: 0.8rem;
  }*/
  .p-l-0-xs {
    padding-left: 0.9375rem !important; }
  .p-r-0-xs {
    padding-left: 0.9375rem !important; }
  .hidden-991-down {
    display: none; }
  .show_below_md {
    display: block; }
  .show_above_md {
    display: none; }
  .expertise_page .container__service--descr--right {
    padding-left: 0px; }
  .expertise_page .container__service--descr {
    padding-right: 0px; }
  .career_page .c-bmSectionTitle span {
    font-size: 1.5rem; } }

@media (max-width: 767px) {
  .company_page  {
    display: none; }
  .company_page .fullscreen-bg {
    height: 360px !important;
    background: url(../src/images/career-02.jpg);
    -moz-background-size: cover;
         background-size: cover;
    background-position: center; }
  .single-member--title {
    bottom: 1.5rem; }
  .hidden-sm {
    display: none; }
  #home-slider .right.carousel-control, #home-slider .slider--link--home {
    right: 0px !important;
    height: 20%;
    background: black; }
    #home-slider .right.carousel-control:hover, #home-slider .slider--link--home:hover {
      background: rgba(0, 0, 0, 0.5);
      opacity: 0.54; }
    #home-slider .right.carousel-control .icon-next, #home-slider .slider--link--home .icon-next {
      /*background-image: url(../src/images/white_right_arrow.png);*/
      -moz-background-size: 12px 25px;
           background-size: 12px 25px; }
  .slider--link--home {
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    opacity: 1; }
  /* .container__works--single:hover h2 > span{
    transform:none;
  }*/
  #home-slider .carousel-inner {
    overflow: hidden; }
  #home-slider .container__works--single.carousel-item {
    padding-left: 15px;
    padding-right: 15px; }
  .company_page .__container--overlay p {
    font-size: 16px; }
  .homepage_gif1 {
    border-top: 16px solid #ffffff;
    border-left: 16px solid #ffffff;
    border-right: 16px solid #ffffff;
    border-bottom: 16px solid #ffffff; }
  .homepage_gif2 {
    border-top: none;
    border-left: 16px solid #ffffff;
    border-right: 16px solid #ffffff;
    border-bottom: 16px solid #ffffff; }
  .homepage_gif3 {
    border-top: none;
    border-left: 16px solid #ffffff;
    border-right: 16px solid #ffffff;
    border-bottom: 16px solid #ffffff; }
  .homepage_gif4 {
    border-top: none;
    border-left: 16px solid #ffffff;
    border-right: 16px solid #ffffff;
    border-bottom: 16px solid #ffffff; }
  .square_one {
    border-top: none;
    border-right: 8px solid #ffffff; }
  .square_two {
    border-top: none;
    border-left: 8px solid #ffffff; }
  .square_three {
    border-bottom: none;
    border-right: 8px solid #ffffff; }
  .square_four {
    border-bottom: none;
    border-left: 8px solid #ffffff; }
  .contact_page .career__section .career__section--text {
    padding: 65px 32px; }
    .contact_page .career__section .career__section--text .join__team {
      bottom: 20px; }
  .cvr__contaner .copyright_text p, .c-bmCvrContainer .copyright_text p {
    font-size: 0.75rem; }
  .career__section .career__section--text .join__team a {
    position: relative;
    -webkit-transition: padding-right .2s ease;
    -o-transition: padding-right .2s ease;
    -moz-transition: padding-right .2s ease;
    transition: padding-right .2s ease;
    color: #ffffff !important;
    text-decoration: none;
    padding-right: 80px;
    left: 0;
    /* height: initial; */
    display: inline-block;
    line-height: 2;
    top: 7px; }
  .career__section--row:hover {
    -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.4);
       -moz-box-shadow: 0 0 60px rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 60px rgba(0, 0, 0, 0.4); }
    .career__section--row:hover .career__section--text .join__team a {
      color: #000 !important;
      -webkit-transform: translateX(0px) !important;
         -moz-transform: translateX(0px) !important;
          -ms-transform: translateX(0px) !important;
           -o-transform: translateX(0px) !important;
              transform: translateX(0px) !important; } }

/*----------max 767 end---------------*/
@media (min-width: 480px) {
  .hidden-480-up {
    display: none; }
  .add-display-block {
    display: block; }
  .add-display-none {
    display: none; } }

@media (max-width: 768px) {
  /*.company_client_logo .col-md-20{
    width: 50% !important;
  }*/ }

@media (min-width: 768px) {
  .hidden-above-sm {
    display: none; }
  .contact_page .contact_wrapper2 {
    padding-right: 1rem; } }

@media (min-width: 1200px) {
  .expertise_page .container__service {
    padding-top: 96px;
    padding-bottom: 96px; } }

@media (min-width: 1620px) {
  .container {
    max-width: 1400px; }
  .text__huge {
    font-size: 7.0rem; }
  #type-it {
    height: 265px; }
  /*portfolio container*/
  .portfolio_container .container {
    max-width: 1170px; } }

@media (max-width: 1619px) and (min-width: 1200px) {
  .text__huge {
    font-size: 6.0rem; }
  #type-it {
    height: 220px; }
  .c-bmHeaderTitleWork {
    font-size: 6.5rem; }
  .expertise_page .container__service--title {
    font-size: 36px; }
  .expertise_page .container__service--para {
    font-size: 1rem; }
  .expertise_page .container__service--list {
    font-size: 0.9rem; }
  .expertise_page .container__service--list li {
    margin-bottom: 9px; } }

@media (max-width: 1219px) and (min-width: 767px) {
  .contact_page .page__title--container--contact .contact-form__lists li {
    font-size: 1.1rem;
    border: none; } }

@media (max-width: 1219px) and (min-width: 992px) {
  .text__huge {
    font-size: 5.6rem; }
  #type-it {
    height: 174px; }
  .expertise_page .container__service--title {
    font-size: 36px;
    margin-bottom: 29px;
    line-height: 1 !important; }
  .expertise_page .container__service--para {
    font-size: 1rem;
    line-height: 1.8rem; }
  .expertise_page .container__service--list {
    font-size: 0.9rem; }
  .container__service > .row {
    margin-bottom: 30px;
    padding-top: 60px; }
  .career_page .c-bmSectionTitle span {
    font-size: 1.8rem; } }

@media (max-width: 1199px) and (min-width: 768px) {
  .company_client_logo .col-md-20 {
    width: 25% !important; } }

/*homepage slider width*/
@media (min-width: 1440px) {
  #home-slider .carousel-inner {
    max-width: 1300px; }
  .container__works--single--info h2 > span {
    top: 0px; } }

@media (max-width: 1440px) and (min-width: 1024px) {
  #home-slider .carousel-inner {
    max-width: 1124px;
    height: auto; }
  .work_page .container__works--single--info h2 {
    font-size: 30px; }
  .container__works--single--info h2 {
    font-size: 40px; }
  .company_page .page_first_div {
    padding: 12rem 0rem; } }

@media (max-width: 1024px) and (min-width: 768px) {
  #home-slider .carousel-inner {
    max-width: 820px; }
  .work_page .container__works--single--info h2 {
    font-size: 29px; }
  .container__works--single--info h2 {
    font-size: 32px; }
  .container__works--single--info h2 > span {
    top: -18px; }
  #home-slider .container__works--single--info {
    padding-top: 80px; }
  .carousel-home-descr > .carousel-home-descr--inner {
    left: -2rem;
    width: 45%; }
  .company_page .page_first_div {
    padding: 12rem 0rem; }
  .homepage_gif1 {
    border-top: 24px solid #ffffff;
    border-left: 24px solid #ffffff;
    border-right: 12px solid #ffffff;
    border-bottom: 12px solid #ffffff; }
  .homepage_gif2 {
    border-top: 24px solid #ffffff;
    border-left: 12px solid #ffffff;
    border-right: 24px solid #ffffff;
    border-bottom: 12px solid #ffffff; }
  .homepage_gif3 {
    border-top: 12px solid #ffffff;
    border-left: 24px solid #ffffff;
    border-right: 12px solid #ffffff;
    border-bottom: 24px solid #ffffff; }
  .homepage_gif4 {
    border-top: 12px solid #ffffff;
    border-left: 12px solid #ffffff;
    border-right: 24px solid #ffffff;
    border-bottom: 24px solid #ffffff; }
  .square_one {
    border-top: 24px solid #ffffff; }
  .square_two {
    border-top: 24px solid #ffffff;
    border-left: 12px solid #ffffff; }
  .square_three {
    border-bottom: 24px solid #ffffff;
    border-right: 12px solid #ffffff; }
  .square_four {
    border-bottom: 24px solid #ffffff; }
  .insta__name {
    font-size: 16px; }
  #sq-griddy ul {
    font-size: 13px; } }

@media (max-width: 991px) and (min-width: 768px) {
  .contact_page .page__title--container--contact .contact-form__lists li {
    padding-bottom: 1.5rem; }
  #type-it {
    height: 176px; }
  .container__works--single--info .arrow {
    right: 1rem; }
  .company_page .__container--overlay p {
    font-size: 22px; }
  .expertise_nodisplay {
    display: block; }
  .career_page .c-bmParagraph {
    font-size: 1rem; }
  .career_page .c-bmSectionTitle {
    font-size: 2.25rem; }
    .career_page .c-bmSectionTitle span {
      font-size: 1.5rem; }
  .career_page .c-bmParagraph {
    line-height: 1.5; }
  .career_page .c-bmParaHoverTrans {
    padding: 0 1rem; }
  .career_page .c-bmParagraph--italic {
    font-size: 1rem; }
  .career_page .m-b-4--md {
    margin-bottom: 4rem !important; }
  .career_page .l-bmContainerLargePadding {
    padding-top: 5rem;
    padding-bottom: 5rem; }
  .m-t-6-md {
    margin-top: 6rem; } }

@media (max-width: 767px) and (min-width: 545px) {
  #type-it {
    height: 105px; }
  .company_page .page_first_div {
    padding: 8rem 0rem; } }

@media (max-width: 544px) {
  #type-it {
    height: 104px; }
  .company_page .page_first_div {
    padding: 7rem 1.5rem; } }

@media (min-width: 320px) and (max-width: 350px) {
  #type-it {
    height: 160px; } }

@media (max-width: 319px) {
  #type-it {
    height: 210px; } }

@media (max-width: 767px) and (min-width: 320px) {
  /*#home-slider .carousel-inner{
        
        max-height: 480px;
      }*/
  #home-slider .container__works--single.carousel-item {
    max-height: auto; }
  .carousel-home-descr > .carousel-home-descr--inner {
    position: absolute;
    top: initial;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 50%;
    right: 0px; }
  #home-slider .container__works--single--info {
    padding: 2.5rem 1rem; }
  #home-slider .slider--link--home {
    right: -35px !important;
    height: 60px !important;
    width: 60px; } }

@media (max-width: 540px) {
  .fixed-menu a {
    opacity: 1 !important;
    color: #000;
    font-size: 10px !important;
    font-weight: bold;
    line-height: 24px; }
    .fixed-menu a img {
      max-width: 14px;
      margin-bottom: 0px !important; }
    .fixed-menu a:hover {
      text-decoration: none;
      opacity: 1; }
    .fixed-menu a span {
      display: none; } }

/*540 end*/
@media (max-width: 480px) {
  #btn__cvr .gray_text {
    color: #fff; }
  .insta__name {
    font-size: 14px; }
  #sq-griddy ul {
    font-size: 11px; }
  .container__works--single--info h2 {
    font-size: 25px; }
  .container__works--single--info h2 > span {
    letter-spacing: 1px; }
  #home-slider .carousel-inner {
    max-height: 480px; }
  .carousel-home-descr > .carousel-home-descr--inner {
    position: absolute;
    top: initial;
    bottom: 0rem;
    left: 0;
    margin: auto;
    width: 80%;
    right: 10%; }
  .mobile_slide_bkgd1 {
    background: url(../src/images/meyersuozzi-homeslider-mobile.jpg);
    height: 420px;
    width: 100%;
    -moz-background-size: cover;
         background-size: cover;
    background-position: center; }
  .mobile_slide_bkgd2 {
    background: url(../src/images/petrocelli-homeslider-mobile.jpg);
    height: 420px;
    width: 100%;
    -moz-background-size: cover;
         background-size: cover;
    background-position: center; }
  .mobile_slide_bkgd3 {
    background: url(../src/images/spine11-homeslider-mobile.jpg);
    height: 420px;
    width: 100%;
    -moz-background-size: cover;
         background-size: cover;
    background-position: center; }
  .mobile_slide_bkgd4 {
    background: url(../src/images/webair-homeslider-mobile.jpg);
    height: 420px;
    width: 100%;
    -moz-background-size: cover;
         background-size: cover;
    background-position: center; }
  .mobile_slide_bkgd5 {
    background: url(../src/images/slantfin-homeslider-mobile.jpg);
    height: 420px;
    width: 100%;
    -moz-background-size: cover;
         background-size: cover;
    background-position: center; }
  .mobile_slide_bkgd6 {
    background: url(../src/images/stopthebounce-homeslider-mobile.jpg);
    height: 420px;
    width: 100%;
    -moz-background-size: cover;
         background-size: cover;
    background-position: center; }
  .mobile_slide_bkgd7 {
    background: url(../src/images/monelisa-homeslider-mobile.jpg);
    height: 420px;
    width: 100%;
    -moz-background-size: cover;
         background-size: cover;
    background-position: center; }
  .mobile_none {
    display: none; }
  .carousel-control.right, .slider--link--home {
    width: 60px; }
  .square_one {
    border-top: 12px solid #ffffff;
    border-right: 8px solid #ffffff; }
  .square_two {
    border-top: 12px solid #ffffff;
    border-left: none; }
  .square_three {
    border-bottom: 12px solid #ffffff;
    border-right: none; }
  .square_four {
    border-bottom: 12px solid #ffffff;
    border-left: 8px solid #ffffff; }
  .expertise_page .container__service > .row {
    padding-top: 16px;
    padding-bottom: 48px; }
  .expertise_page .container__service--title {
    margin-top: 16px; }
  .hidden-480-down {
    display: none; }
  .portfolio_container .c-bmTextCaseStudy {
    font-size: 11px;
    letter-spacing: 2px;
    margin-bottom: 0px; }
  .portfolio_container .c-bmHeaderTitleSingleWork {
    font-size: 2.5rem; }
  .portfolio_container .c-bmContainerSingleLaptop {
    padding-top: 0px;
    padding-bottom: 48px; }
  .portfolio_container .c-bmContainerTagline__inner {
    max-width: 280px; }
  .portfolio_container .c-bmContainerSingleScreenshot {
    padding-top: 48px;
    padding-bottom: 48px; }
  .portfolio_container .c-bmContainerTypece {
    padding-top: 120px;
    padding-bottom: 130px;
    margin-top: -80px;
    margin-bottom: -70px; }
  .portfolio_container .c-bmContainerTypece__single {
    margin-top: 0rem; }
  .portfolio_container .c-bmTestimonial__logoTop {
    max-width: 180px; }
  .portfolio_container .c-bmTestimonial__logoBottom {
    max-width: 180px; }
  .portfolio_container .c-bmTestimonial__logo .p-r-2 {
    padding-right: 0rem !important; }
  .portfolio_container .c-bmTestimonial__text, .portfolio_container .c-bmTestimonial__position {
    font-size: 1rem;
    text-align: center; }
  .portfolio_container .c-bmTestimonial__name {
    text-align: center; }
  .portfolio_container .c-bmContainerTagline__text {
    font-size: 1rem; }
  .portfolio_container .p-r-10p {
    padding-right: 0; }
  .work_page .title__section {
    font-size: 2rem;
    text-align: center !important; }
  .work_page .para_center {
    text-align: center !important; }
  .work_page .container__values--element {
    margin-top: 1rem; }
  .work_page .container__values--element ul {
    font-size: 13px; }
  .work_page .container__values--element li {
    margin-bottom: 8px; }
  .work_page .l-bmContainerMediumPadding {
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center; }
  .work_page .container__works--single--info {
    padding: 2rem 2rem 2.7rem 1rem; }
  .work_page .container__works--single--info h2 > span {
    top: 0px; }
  .work_page .container__works--single--info .arrow {
    width: 60px;
    height: 60px;
    -moz-background-size: 16px 16px;
         background-size: 16px 16px; }
  .work_page .client__panels > a {
    border: none; }
  .work_page .c-bmHeader  {
    display: none; }
  .work_page .c-bmHeader .fullscreen-bg {
    background: url(../src/images/test_03.gif);
    background-position: center; }
  .company_page #award__text--title {
    font-size: 2.25rem; }
  .company_page .single-member--title {
    line-height: 1; }
  .company_page .client__contaner {
    padding-top: 0px; }
  .company_page .container__spacing--lg {
    margin-top: 6rem;
    margin-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem; }
  .company_page .container__spacing--lg-padding p, .company_page .l-bmContainerLargePadding p {
    margin-bottom: 2rem; }
  .company_page .container__values h4 {
    margin-bottom: 1.5rem; }
  .company_page .company-bkgd-image {
    background: url(../src/images/company_team_photo.jpg);
    width: 100%;
    height: 480px;
    -moz-background-size: cover;
         background-size: cover; }
  .text-mobile-center {
    text-align: center !important; }
  .p-t-2-xs {
    padding-top: 2rem; }
  .career_page .c-bmParagraph {
    font-size: 1rem;
    line-height: 1.5; }
  .career_page .c-bmParagraph--italic {
    font-size: 1rem; }
  .career_page .career-bkgd-image {
    border: 16px solid #ffffff;
    background: url(../src/images/career-05.jpg);
    width: 100%;
    height: 360px;
    -moz-background-size: cover;
         background-size: cover;
    background-position: center; }
  .career_page .career-bkgd-image2 {
    background: url(../src/images/career-06.jpg);
    width: 100%;
    height: 480px;
    -moz-background-size: cover;
         background-size: cover;
    background-position: center; }
  .career_page .l-bmContainerLarge {
    margin-bottom: 3rem; }
  .career_page .c-bmCareerTitle {
    font-size: 2rem; }
  .contact_page .page__title--container--contact .contact-form__lists {
    margin-left: 20px; }
  .contact_page .contact_wrapper1 ul {
    list-style-position: outside; }
  .contact_page .contact_wrapper1 li span {
    position: initial; }
  .contact_page .contact-form__lists {
    /*display: none;*/ }
  .cvr__contaner .btn__cvr .small-txt, .c-bmCvrContainer .btn__cvr .small-txt, .cvr__contaner .c-bmCvrBtn .small-txt, .c-bmCvrContainer .c-bmCvrBtn .small-txt, .cvr__contaner .btn__cvr .u-bmCvrSmallText, .cvr__contaner .c-bmCvrBtn .u-bmCvrSmallText, .c-bmCvrContainer .btn__cvr .u-bmCvrSmallText, .c-bmCvrContainer .c-bmCvrBtn .u-bmCvrSmallText {
    -webkit-transform: translateY(0px);
       -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
         -o-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
    -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, -webkit-transform .5s ease;
    -o-transition: opacity .5s ease, -o-transform .5s ease;
    -moz-transition: opacity .5s ease, transform .5s ease, -moz-transform .5s ease;
    transition: opacity .5s ease, transform .5s ease;
    transition: opacity .5s ease, transform .5s ease, -webkit-transform .5s ease, -moz-transform .5s ease, -o-transform .5s ease; }
  .cvr__contaner .btn__cvr .large-txt, .c-bmCvrContainer .btn__cvr .large-txt, .cvr__contaner .c-bmCvrBtn .large-txt, .c-bmCvrContainer .c-bmCvrBtn .large-txt, .cvr__contaner .btn__cvr .u-bmCvrLargeText, .cvr__contaner .c-bmCvrBtn .u-bmCvrLargeText, .c-bmCvrContainer .btn__cvr .u-bmCvrLargeText, .c-bmCvrContainer .c-bmCvrBtn .u-bmCvrLargeText {
    -webkit-transition: color .5s ease;
    -o-transition: color .5s ease;
    -moz-transition: color .5s ease;
    transition: color .5s ease; }
  .page__title--container----home .fullscreen-bg {
    background: url(../src/images/home-mobile-header.jpg);
    -moz-background-size: cover;
         background-size: cover;
    background-position: center; }
    .page__title--container----home .fullscreen-bg  {
      display: none; }
  .page__title--container----home .title--container .anchor__arrow--container {
    bottom: 0.5rem; }
  .page__title--container----expertise .fullscreen-bg {
    background: url(../src/images/expertise-mobile-header.jpg);
    -moz-background-size: cover;
         background-size: cover;
    background-position: center; }
    .page__title--container----expertise .fullscreen-bg  {
      display: none; }
  .homepage .container__single--tagline p {
    font-size: 1.125rem; }
  .portfolio_container .c-bmContainerTagline__title {
    font-size: 2.0rem;
    line-height: 1.25; } }

/*--------------------------------max-480 end----------------------------------------------*/
/*------------------------*/
.validate-msg {
  font-style: italic;
  margin-top: 3px;
  display: block;
  color: #dc4032;
  padding-left: 3px;
  top: 45px;
  position: absolute; }

.validate-project {
  position: absolute;
  top: 45px; }

/*------------------------*/
/*----fix contact-thank you--*/
.thankyou__image {
  display: block;
  margin: auto;
  max-width: 100%; }

.thankyou__text {
  font-size: 32px;
  margin-bottom: 8px;
  margin-top: 8px;
  text-align: center; }

/*---------awards_logos_slider--------------*/
.company_page .bx-wrapper {
  margin-top: 54px;
  max-width: 100% !important; }
  .company_page .bx-wrapper .list-inline-item img {
    max-height: 77px; }

#-wrap-home:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: -webkit-linear-gradient(345deg, rgba(138, 71, 209, 0.87) 2%, rgba(0, 183, 196, 0.87) 101%);
  background-image: -moz-linear-gradient(345deg, rgba(138, 71, 209, 0.87) 2%, rgba(0, 183, 196, 0.87) 101%);
  background-image: linear-gradient(105deg, rgba(138, 71, 209, 0.87) 2%, rgba(0, 183, 196, 0.87) 101%);
  z-index: 1;
  display: block;
  content: ''; }

/*-------panel plus sign----company page----------*/
.company_page .panel-group {
  display: block;
  width: 100%; }

.company_page .collapsed .toggle_sign {
  background: url(../src/images/plus-black.svg);
  background-repeat: no-repeat;
  -moz-background-size: contain;
       background-size: contain;
  background-position: center;
  display: block;
  width: 20px;
  height: 20px; }

.company_page .toggle_sign {
  background: url(../src/images/minus-black.svg);
  background-repeat: no-repeat;
  -moz-background-size: contain;
       background-size: contain;
  background-position-y: center;
  display: block;
  width: 20px;
  height: 20px; }

.jfilestyle.jfilestyle-corner input:first-child {
  font-mily: "Times New Roman", Times, serif;
  font-style: italic; }

.validate-msg--career-resume {
  margin-top: -7px; }

#marquee {
  -webkit-backce-visibility: hidden;
          backce-visibility: hidden; }

/* Text Carousel */
.c-bmTextCarouselWrapper {
  padding-bottom: 60px; }

.c-bmTextCarousel {
  padding: 30px 0px 0; }

.c-bmTextCarousel h2.title {
  font-size: 40px;
  text-transform: none;
  text-align: center;
  letter-spacing: -1px;
  color: #000;
  height: auto;
  margin-bottom: 40px; }

.c-bmTextCarouselContainer {
  padding: 0 50px; }

.c-bmTextCarouselContainer .texts {
  max-width: 800px;
  display: block;
  margin: auto; }

.c-bmTextCarouselContainer * {
  -moz-transition-property: none;
  -webkit-transition-property: none;
  -o-transition-property: none;
  transition-property: none; }

.c-bmTextCarouselContainer .c-bmTextIconsContainer {
  width: 100%;
  position: relative;
  height: 125px; }

.c-bmTextCarouselContainer .c-bmSingleIconsContainer {
  position: absolute;
  top: -100px; }

.c-bmTextCarouselContainer .c-bmSingleIconsContainer:nth-child(1) {
  left: 0; }

.c-bmTextCarouselContainer .c-bmSingleIconsContainer:nth-child(2) {
  left: 20%; }

.c-bmTextCarouselContainer .c-bmSingleIconsContainer:nth-child(3) {
  left: 40%; }

.c-bmTextCarouselContainer .c-bmSingleIconsContainer:nth-child(4) {
  left: 60%; }

.c-bmTextCarouselContainer .c-bmSingleIconsContainer:nth-child(5) {
  left: 80%; }

.c-bmTextCarouselContainer .c-bmSingleIconsContainer:nth-child(6) {
  left: 100%; }

.c-bmTextCarouselContainer .ico {
  background-repeat: no-repeat;
  -moz-background-size: 100%;
       background-size: 100%;
  display: inline-block;
  height: 50px;
  width: 100px;
  margin-left: -50px;
  text-align: center;
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 85px;
  color: #000;
  text-decoration: none;
  -moz-background-size: 50px;
       background-size: 50px;
  background-position: center center; }
  @media all and (max-width: 47.875em) {
    .c-bmTextCarouselContainer .ico {
      background: block !important; } }

.c-bmTextCarousel .ico.identity {
  background-image: url(../src/images/preloader_1.gif); }

.c-bmTextCarousel .ico.digital {
  background-image: url(../src/images/preloader_2.gif); }

.c-bmTextCarousel .ico.print {
  background-image: url(../src/images/preloader_3.gif); }

.c-bmTextCarousel .ico.strategy {
  background-image: url(../src/images/preloader_4.gif); }

.c-bmTextCarousel .ico.deployment {
  background-image: url(../src/images/preloader_5.gif); }

.c-bmTextCarousel .ico.iterate {
  background-image: url(../src/images/preloader_6.gif); }

.c-bmTextCarouselContainer .c-bmBarContainer {
  position: relative; }

.c-bmTextCarouselContainer .c-bmBarContainer .dots {
  position: relative; }

.c-bmTextCarouselContainer .c-bmBarContainer .dots .dot {
  height: 15px;
  margin-left: -6px;
  margin-top: -5px;
  position: absolute;
  width: 15px; }

.c-bmTextCarouselContainer .c-bmBarContainer .dots .dot * {
  -moz-background-size: 15px;
       background-size: 15px;
  height: 15px;
  position: absolute;
  width: 15px; }

.c-bmTextCarouselContainer .c-bmBarContainer .dots .dot .black {
  background-image: url(../src/images/dot-black.png);
  width: 0; }

.c-bmTextCarouselContainer .c-bmBarContainer .dots .dot .white, .c-bmTextCarouselContainer .c-bmBarContainer .dots .dot .u-color--white {
  background-image: url(../src/images/dot-white.png); }

.c-bmTextCarouselContainer .c-bmBarContainer .c-bmBar {
  background: #f0efee;
  height: 4px;
  width: 100%; }

.c-bmTextCarouselContainer .c-bmBarContainer .c-bmBar {
  background: #f0efee;
  height: 4px;
  width: 100%; }

.c-bmTextCarouselContainer .c-bmBarContainer .c-bmBar .black {
  background: #000;
  height: 4px;
  width: 0; }

.c-bmTextCarouselContainer .texts {
  height: 550px;
  position: relative;
  margin-top: 40px; }
  @media all and (max-width: 47.875em) {
    .c-bmTextCarouselContainer .texts {
      height: 250px; } }
  @media all and (min-width: 47.9375em) and (max-width: 74.875em) {
    .c-bmTextCarouselContainer .texts {
      height: 625px; } }
  @media all and (min-width: 61.9375em) and (max-width: 74.875em) {
    .c-bmTextCarouselContainer .texts {
      height: 540px; } }

.c-bmTextCarouselContainer .texts .text {
  position: absolute;
  display: none;
  font-size: 26px;
  line-height: 39px;
  width: 100%;
  text-align: center; }

.c-bmTextIconslContainer, .c-bmTextIconsContainer {
  position: relative; }

@media all and (max-width: 47.875em) {
  .c-bmTextCarousel {
    padding: 210px 0 20px 0;
    overflow: hidden;
    position: relative; }
  .c-bmTextCarousel.init .mobileViewPort {
    opacity: 0; }
  .c-bmTextCarouselMobileScroller {
    -moz-transition-property: none;
    -webkit-transition-property: none;
    -o-transition-property: none;
    transition-property: none;
    padding-top: 300px; }
  .c-bmTextCarouselContainer {
    width: 1000px; }
  .c-bmTextCarousel .texts {
    height: 350px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin-top: 50px; }
  .c-bmTextCarouselContainer .texts .text {
    width: auto;
    left: 0;
    right: 0;
    top: 160px;
    padding: 0 20px;
    font-size: 20px;
    line-height: 30px; }
  .c-bmTextCarouselContainer .c-bmTextIconsContainer {
    height: 425px; } }

@media all and (max-width: 33.875em) {
  .c-bmTextCarouselMobileScroller {
    padding-top: 350px; } }

/* / Text Carousel */
.c-floatingWorkNav {
  padding-left: 2rem;
  padding-right: 2rem;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 1001;
  background: #ffffff;
  -webkit-box-shadow: 0px -16px 40.4px 3.6px rgba(0, 0, 0, 0.18);
     -moz-box-shadow: 0px -16px 40.4px 3.6px rgba(0, 0, 0, 0.18);
          box-shadow: 0px -16px 40.4px 3.6px rgba(0, 0, 0, 0.18); }

.c-floatingWorkNav a {
  font-mily: "Nexa Bold";
  color: #333333;
  font-size: 1rem;
  display: inline-block;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-decoration: none !important; }
  @media all and (min-width: 33.9375em) and (max-width: 47.875em) {
    .c-floatingWorkNav a {
      font-size: 0.8rem; } }
  @media all and (max-width: 33.875em) {
    .c-floatingWorkNav a {
      font-size: 0.6rem; } }

.c-floatingWorkNav__prev {
  background: url(../src/images/arrow-left.png?v=20161123) no-repeat;
  -moz-background-size: 16px auto;
       background-size: 16px auto;
  background-position: left center;
  padding-left: 1.5rem; }
  @media all and (max-width: 47.875em) {
    .c-floatingWorkNav__prev {
      -moz-background-size: 13px auto;
           background-size: 13px auto;
      padding-left: 1.3rem; } }

.c-floatingWorkNav__next {
  background: url(../src/images/arrow-right.png?v=20161123) no-repeat;
  -moz-background-size: 16px auto;
       background-size: 16px auto;
  background-position: right center;
  padding-right: 1.5rem; }
  @media all and (max-width: 47.875em) {
    .c-floatingWorkNav__next {
      -moz-background-size: 13px auto;
           background-size: 13px auto;
      padding-right: 1.5rem; } }

.c-bmContactIconLists {
  margin-top: 26px; }

.c-bmContactIcon img {
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  -moz-transition: opacity .2s ease;
  transition: opacity .2s ease;
  margin-right: 1rem; }

.c-bmContactIcon:hover img, .c-bmContactIcon:active img {
  opacity: 0.21; }

.c-bmContactIntro {
  font-mily: "Times New Roman", Times, serif;
  font-size: 27px; }
  .c-bmContactIntro a {
    color: #3498DB; }

@-webkit-keyframes deInUpSm {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-moz-keyframes deInUpSm {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
         transform: translate3d(0, 50px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
         transform: none; } }

@keyframes deInUpSm {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
         transform: translate3d(0, 50px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
      -o-transform: none;
         transform: none; } }

.deInUpSm {
  -webkit-animation-name: deInUpSm;
  -moz-animation-name: deInUpSm;
       animation-name: deInUpSm; }

/*new portfolio page*/
.portfolio_page .page_first_div {
  padding: 8rem 0; }
  @media all and (max-width: 47.875em) {
    .portfolio_page .page_first_div {
      padding: 8rem 16px; } }
  @media all and (min-width: 47.9375em) and (max-width: 61.875em) {
    .portfolio_page .page_first_div {
      padding: 10rem 0; } }
  @media all and (min-width: 61.9375em) and (max-width: 74.875em) {
    .portfolio_page .page_first_div {
      padding: 12rem 0; } }
  @media all and (min-width: 74.9375em) and (max-width: 101.125em) {
    .portfolio_page .page_first_div {
      padding: 14rem 0; } }
  @media all and (min-width: 101.1875em) {
    .portfolio_page .page_first_div {
      padding: 16rem 0; } }

.portfolio_page .c-bmSectionTitle {
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 1.3; }
  @media all and (max-width: 47.875em) {
    .portfolio_page .c-bmSectionTitle {
      font-size: 28px;
      font-size: 1.75rem;
      line-height: 1.5; } }

@media all and (max-width: 47.875em) {
  .portfolio_page .containerWrapper {
    padding: 0px 16px; } }

@media all and (min-width: 47.9375em) {
  .portfolio_page .containerWrapper {
    padding: 0px 24px; } }

@media all and (max-width: 33.875em) {
  .portfolio_page .portfoliolist--wrapper {
    padding: 0px; } }

.portfolio_page .page__title {
  color: #000000;
  font-size: 38px;
  line-height: 68px;
  font-mily: "Times New Roman", Times, serif;
  margin-bottom: 0; }
  @media all and (max-width: 33.875em) {
    .portfolio_page .page__title {
      font-size: 21px;
      line-height: 42px;
      margin-bottom: 1rem; } }
  @media all and (min-width: 33.9375em) and (max-width: 47.875em) {
    .portfolio_page .page__title {
      font-size: 26px;
      line-height: 42px;
      margin-bottom: 1rem; } }
  @media all and (min-width: 47.9375em) and (max-width: 61.875em) {
    .portfolio_page .page__title {
      font-size: 30px; } }
  @media all and (min-width: 75em) {
    .portfolio_page .page__title {
      line-height: 68px; } }

.portfolio_page .arrow-down {
  margin: auto;
  display: block;
  padding-top: 40px; }

.portfolio_page .arrow-down:hover {
  -webkit-transform: translateY(0px);
     -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
       -o-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  -o-transition: -o-transform .5s ease;
  -moz-transition: transform .5s ease, -moz-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease, -moz-transform .5s ease, -o-transform .5s ease; }

.portfolio_page .arrow-down:hover img {
  -webkit-transform: translateY(5px);
     -moz-transform: translateY(5px);
      -ms-transform: translateY(5px);
       -o-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  -o-transition: -o-transform .5s ease;
  -moz-transition: transform .5s ease, -moz-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease, -moz-transform .5s ease, -o-transform .5s ease; }

.portfolio_page .arrow-down img {
  max-width: 30px; }

@media all and (max-width: 61.875em) {
  .portfolio_page .portfoliolist--item__reverse:nth-child(2n+1) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    text-align: center; } }

@media all and (max-width: 61.875em) {
  .portfolio_page .portfoliolist--item__reverse:nth-child(2n) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center; } }

.portfolio_page .image_swipe {
  height: 517px;
  background-position: center;
  -moz-background-size: cover;
       background-size: cover;
  -webkit-transition: all .3 ease;
  -o-transition: all .3 ease;
  -moz-transition: all .3 ease;
  transition: all .3 ease;
  position: relative; }
  .portfolio_page .image_swipe:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    transition: opacity .2s ease; }
  .portfolio_page .image_swipe:hover:before {
    opacity: .5; }
  @media all and (max-width: 33.875em) {
    .portfolio_page .image_swipe {
      height: 397px; } }
  @media all and (min-width: 33.9375em) and (max-width: 47.875em) {
    .portfolio_page .image_swipe {
      height: 480px; } }
  @media all and (min-width: 101.1875em) {
    .portfolio_page .image_swipe {
      height: 680px; } }

.portfolio_page .portfolioPanel .page__title {
  color: #000000;
  font-size: 38px;
  line-height: 68px;
  font-mily: "Times New Roman", Times, serif; }

.portfolio_page .portfolioPanel .swiper-txt--sub {
  font-size: 12px;
  margin-top: 22px;
  font-mily: Arial,Helvetica,sans-serif;
  letter-spacing: 2px;
  margin-bottom: 0; }
  @media all and (max-width: 33.875em) {
    .portfolio_page .portfolioPanel .swiper-txt--sub {
      margin-top: 16px; } }
  @media all and (min-width: 33.9375em) and (max-width: 61.875em) {
    .portfolio_page .portfolioPanel .swiper-txt--sub {
      margin-top: 19px; } }

.portfolio_page .portfolioPanel svg {
  margin-top: 25px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease; }

.portfolio_page .portfolioPanel:hover svg {
  -webkit-transform: translateX(15px);
     -moz-transform: translateX(15px);
      -ms-transform: translateX(15px);
       -o-transform: translateX(15px);
          transform: translateX(15px);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease; }

.portfolio_page .portfolioPanel,
.portfolio_page .portfolioPanel:hover,
.portfolio_page .portfolioPanel:active {
  text-decoration: none;
  color: #000; }

.portfolio_page .arrow-down {
  margin: auto;
  display: block;
  padding-top: 45px; }
  .portfolio_page .arrow-down:hover {
    -webkit-transform: translateY(0px);
       -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
         -o-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    -moz-transition: transform .5s ease, -moz-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease, -moz-transform .5s ease, -o-transform .5s ease; }
    .portfolio_page .arrow-down:hover img {
      -webkit-transform: translateY(5px);
         -moz-transform: translateY(5px);
          -ms-transform: translateY(5px);
           -o-transform: translateY(5px);
              transform: translateY(5px);
      -webkit-transition: -webkit-transform .5s ease;
      transition: -webkit-transform .5s ease;
      -o-transition: -o-transform .5s ease;
      -moz-transition: transform .5s ease, -moz-transform .5s ease;
      transition: transform .5s ease;
      transition: transform .5s ease, -webkit-transform .5s ease, -moz-transform .5s ease, -o-transform .5s ease; }
  .portfolio_page .arrow-down img {
    max-width: 30px; }

.portfolio_page .image_swipe {
  width: 100%;
  left: -100%;
  position: relative;
  /* -webkit-animation: slide .7s forwards;
          -webkit-animation-delay: 0s;
          animation: slide .7s forwards;
          animation-delay: 0s;*/
  -webkit-transition: background .4s ease-in,left 1s;
  -o-transition: background .4s ease-in,left 1s;
  -moz-transition: background .4s ease-in,left 1s;
  transition: background .4s ease-in,left 1s; }

.portfolio_page .animation {
  left: 0; }

.portfolio_page .portfolio_image {
  overflow: hidden;
  width: 100%; }

.portfolio_page .c-swiperBottomLinkBtn--white {
  font-mily: Arial,Helvetica,sans-serif;
  padding: 18px 48px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
  -webkit-transition: background-color .3s ease,color .3s ease;
  -o-transition: background-color .3s ease,color .3s ease;
  -moz-transition: background-color .3s ease,color .3s ease;
  transition: background-color .3s ease,color .3s ease;
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
  position: relative;
  z-index: 1000; }

.portfolio_page .c-swiperBottomLinkBtn--white:hover, .portfolio_page .c-swiperBottomLinkBtn--white:active {
  background-color: #fff;
  color: #000; }

.portfolio_page .cvr__contaner, .portfolio_page .c-bmCvrContainer, .portfolio_page .c-bmCvrContainer {
  position: relative;
  background-color: #000;
  z-index: 1002;
  height: 100vh; }
  @media all and (max-width: 33.875em) {
    .portfolio_page .cvr__contaner, .portfolio_page .c-bmCvrContainer, .portfolio_page .c-bmCvrContainer {
      height: auto; } }

.portfolio_page .cvr__contaner:before, .portfolio_page .c-bmCvrContainer:before, .portfolio_page .c-bmCvrContainer:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background: #212121;
  -webkit-transition: opacity .8s ease;
  -o-transition: opacity .8s ease;
  -moz-transition: opacity .8s ease;
  transition: opacity .8s ease; }

.portfolio_page .cvr__contaner .btn__cvr .small-txt, .portfolio_page .c-bmCvrContainer .btn__cvr .small-txt, .portfolio_page .cvr__contaner .c-bmCvrBtn .small-txt, .portfolio_page .c-bmCvrContainer .c-bmCvrBtn .small-txt, .portfolio_page .cvr__contaner .btn__cvr .u-bmCvrSmallText, .portfolio_page .cvr__contaner .c-bmCvrBtn .u-bmCvrSmallText, .portfolio_page .c-bmCvrContainer .btn__cvr .u-bmCvrSmallText, .portfolio_page .c-bmCvrContainer .c-bmCvrBtn .u-bmCvrSmallText, .portfolio_page .c-bmCvrContainer .btn__cvr .small-txt, .portfolio_page .c-bmCvrContainer .c-bmCvrBtn .small-txt, .portfolio_page .c-bmCvrContainer .btn__cvr .u-bmCvrSmallText, .portfolio_page .c-bmCvrContainer .c-bmCvrBtn .u-bmCvrSmallText, .portfolio_page .cvr__contaner .c-bmCvrBtn .small-txt, .portfolio_page .c-bmCvrContainer .c-bmCvrBtn .small-txt, .portfolio_page .cvr__contaner .c-bmCvrBtn .u-bmCvrSmallText, .portfolio_page .c-bmCvrContainer .c-bmCvrBtn .u-bmCvrSmallText, .portfolio_page .c-bmCvrContainer .c-bmCvrBtn .small-txt, .portfolio_page .c-bmCvrContainer .c-bmCvrBtn .u-bmCvrSmallText, .portfolio_page .cvr__contaner .btn__cvr .u-bmCvrSmallText, .portfolio_page .c-bmCvrContainer .btn__cvr .u-bmCvrSmallText, .portfolio_page .cvr__contaner .c-bmCvrBtn .u-bmCvrSmallText, .portfolio_page .c-bmCvrContainer .c-bmCvrBtn .u-bmCvrSmallText, .portfolio_page .cvr__contaner .c-bmCvrBtn .u-bmCvrSmallText, .portfolio_page .c-bmCvrContainer .c-bmCvrBtn .u-bmCvrSmallText, .portfolio_page .c-bmCvrContainer .btn__cvr .u-bmCvrSmallText, .portfolio_page .c-bmCvrContainer .c-bmCvrBtn .u-bmCvrSmallText, .portfolio_page .c-bmCvrContainer .c-bmCvrBtn .u-bmCvrSmallText, .portfolio_page .cvr__contaner .btn__cvr .c-swiperBottomLinkBtn--white, .portfolio_page .c-bmCvrContainer .btn__cvr .c-swiperBottomLinkBtn--white, .portfolio_page .cvr__contaner .c-bmCvrBtn .c-swiperBottomLinkBtn--white, .portfolio_page .c-bmCvrContainer .c-bmCvrBtn .c-swiperBottomLinkBtn--white, .portfolio_page .c-bmCvrContainer .btn__cvr .c-swiperBottomLinkBtn--white, .portfolio_page .c-bmCvrContainer .c-bmCvrBtn .c-swiperBottomLinkBtn--white, .portfolio_page .cvr__contaner .c-bmCvrBtn .c-swiperBottomLinkBtn--white, .portfolio_page .c-bmCvrContainer .c-bmCvrBtn .c-swiperBottomLinkBtn--white, .portfolio_page .c-bmCvrContainer .c-bmCvrBtn .c-swiperBottomLinkBtn--white {
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
  opacity: 0;
  -webkit-transition: opacity .5s ease,color .5s ease,-webkit-transform .5s ease;
  transition: opacity .5s ease,color .5s ease,-webkit-transform .5s ease;
  -o-transition: opacity .5s ease,color .5s ease,-o-transform .5s ease;
  -moz-transition: opacity .5s ease,transform .5s ease,color .5s ease,-moz-transform .5s ease;
  transition: opacity .5s ease,transform .5s ease,color .5s ease;
  transition: opacity .5s ease,transform .5s ease,color .5s ease,-webkit-transform .5s ease,-moz-transform .5s ease,-o-transform .5s ease; }

.portfolio_page .cvr__contaner .small-txt, .portfolio_page .c-bmCvrContainer .small-txt, .portfolio_page .cvr__contaner .u-bmCvrSmallText, .portfolio_page .c-bmCvrContainer .u-bmCvrSmallText, .portfolio_page .c-bmCvrContainer .small-txt, .portfolio_page .c-bmCvrContainer .u-bmCvrSmallText, .portfolio_page .cvr__contaner .u-bmCvrSmallText, .portfolio_page .c-bmCvrContainer .u-bmCvrSmallText, .portfolio_page .c-bmCvrContainer .u-bmCvrSmallText, .portfolio_page .cvr__contaner .cvr__contaner--hover .btn__cvr .u-bmCvrSmallText, .portfolio_page .c-bmCvrContainer .cvr__contaner--hover .btn__cvr .u-bmCvrSmallText, .portfolio_page .cvr__contaner .cvr__contaner--hover .c-bmCvrBtn .u-bmCvrSmallText, .portfolio_page .c-bmCvrContainer .cvr__contaner--hover .c-bmCvrBtn .u-bmCvrSmallText, .portfolio_page .cvr__contaner--hover .btn__cvr .cvr__contaner .u-bmCvrSmallText, .portfolio_page .cvr__contaner--hover .c-bmCvrBtn .cvr__contaner .u-bmCvrSmallText, .portfolio_page .cvr__contaner--hover .btn__cvr .c-bmCvrContainer .u-bmCvrSmallText, .portfolio_page .cvr__contaner--hover .c-bmCvrBtn .c-bmCvrContainer .u-bmCvrSmallText, .portfolio_page .c-bmCvrContainer .cvr__contaner--hover .btn__cvr .u-bmCvrSmallText, .portfolio_page .c-bmCvrContainer .cvr__contaner--hover .c-bmCvrBtn .u-bmCvrSmallText, .portfolio_page .cvr__contaner--hover .btn__cvr .c-bmCvrContainer .u-bmCvrSmallText, .portfolio_page .cvr__contaner--hover .c-bmCvrBtn .c-bmCvrContainer .u-bmCvrSmallText, .portfolio_page .cvr__contaner .cvr__contaner--hover .c-bmCvrBtn .u-bmCvrSmallText, .portfolio_page .c-bmCvrContainer .cvr__contaner--hover .c-bmCvrBtn .u-bmCvrSmallText, .portfolio_page .cvr__contaner--hover .c-bmCvrBtn .cvr__contaner .u-bmCvrSmallText, .portfolio_page .cvr__contaner--hover .c-bmCvrBtn .c-bmCvrContainer .u-bmCvrSmallText, .portfolio_page .c-bmCvrContainer .cvr__contaner--hover .c-bmCvrBtn .u-bmCvrSmallText, .portfolio_page .cvr__contaner--hover .c-bmCvrBtn .c-bmCvrContainer .u-bmCvrSmallText {
  font-size: 14px;
  font-size: .875rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 400; }

.portfolio_page .cvr__contaner .btn__cvr .c-swiperBottomLinkBtn--white, .portfolio_page .c-bmCvrContainer .btn__cvr .c-swiperBottomLinkBtn--white, .portfolio_page .cvr__contaner .c-bmCvrBtn .c-swiperBottomLinkBtn--white, .portfolio_page .c-bmCvrContainer .c-bmCvrBtn .c-swiperBottomLinkBtn--white, .portfolio_page .c-bmCvrContainer .btn__cvr .c-swiperBottomLinkBtn--white, .portfolio_page .c-bmCvrContainer .c-bmCvrBtn .c-swiperBottomLinkBtn--white, .portfolio_page .cvr__contaner .c-bmCvrBtn .c-swiperBottomLinkBtn--white, .portfolio_page .c-bmCvrContainer .c-bmCvrBtn .c-swiperBottomLinkBtn--white, .portfolio_page .c-bmCvrContainer .c-bmCvrBtn .c-swiperBottomLinkBtn--white {
  margin-top: 70px; }

.portfolio_page .c-swiperBottomLinkBtn--white .c-arrowBtn {
  background: url(../src/images/right_arrow_white.png);
  -moz-background-size: 16px 12px;
  background-size: 16px 12px;
  height: 12px;
  width: 16px;
  display: inline-block;
  line-height: 14px;
  vertical-align: middle;
  margin-left: 8px;
  -webkit-transition: background .2s ease,-webkit-transform .2s ease;
  transition: background .2s ease,-webkit-transform .2s ease;
  -o-transition: background .2s ease,-o-transform .2s ease;
  -moz-transition: transform .2s ease,background .2s ease,-moz-transform .2s ease;
  transition: transform .2s ease,background .2s ease;
  transition: transform .2s ease,background .2s ease,-webkit-transform .2s ease,-moz-transform .2s ease,-o-transform .2s ease; }

.portfolio_page .c-swiperBottomLinkBtn--white:hover .c-arrowBtn {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
  background-image: url(../src/images/right_arrow_black.png); }

.portfolio_page .cvr__contaner .btn__cvr .small-txt, .portfolio_page .c-bmCvrContainer .btn__cvr .small-txt, .portfolio_page .cvr__contaner .c-bmCvrBtn .small-txt, .portfolio_page .c-bmCvrContainer .c-bmCvrBtn .small-txt, .portfolio_page .cvr__contaner .btn__cvr .u-bmCvrSmallText, .portfolio_page .cvr__contaner .c-bmCvrBtn .u-bmCvrSmallText, .portfolio_page .c-bmCvrContainer .btn__cvr .u-bmCvrSmallText, .portfolio_page .c-bmCvrContainer .c-bmCvrBtn .u-bmCvrSmallText, .portfolio_page .c-bmCvrContainer .btn__cvr .small-txt, .portfolio_page .c-bmCvrContainer .c-bmCvrBtn .small-txt, .portfolio_page .c-bmCvrContainer .btn__cvr .u-bmCvrSmallText, .portfolio_page .c-bmCvrContainer .c-bmCvrBtn .u-bmCvrSmallText, .portfolio_page .cvr__contaner .c-bmCvrBtn .small-txt, .portfolio_page .c-bmCvrContainer .c-bmCvrBtn .small-txt, .portfolio_page .cvr__contaner .c-bmCvrBtn .u-bmCvrSmallText, .portfolio_page .c-bmCvrContainer .c-bmCvrBtn .u-bmCvrSmallText, .portfolio_page .c-bmCvrContainer .c-bmCvrBtn .small-txt, .portfolio_page .c-bmCvrContainer .c-bmCvrBtn .u-bmCvrSmallText, .portfolio_page .cvr__contaner .btn__cvr .u-bmCvrSmallText, .portfolio_page .c-bmCvrContainer .btn__cvr .u-bmCvrSmallText, .portfolio_page .cvr__contaner .c-bmCvrBtn .u-bmCvrSmallText, .portfolio_page .c-bmCvrContainer .c-bmCvrBtn .u-bmCvrSmallText, .portfolio_page .cvr__contaner .c-bmCvrBtn .u-bmCvrSmallText, .portfolio_page .c-bmCvrContainer .c-bmCvrBtn .u-bmCvrSmallText, .portfolio_page .c-bmCvrContainer .btn__cvr .u-bmCvrSmallText, .portfolio_page .c-bmCvrContainer .c-bmCvrBtn .u-bmCvrSmallText, .portfolio_page .c-bmCvrContainer .c-bmCvrBtn .u-bmCvrSmallText, .portfolio_page .cvr__contaner .btn__cvr .c-swiperBottomLinkBtn--white, .portfolio_page .c-bmCvrContainer .btn__cvr .c-swiperBottomLinkBtn--white, .portfolio_page .cvr__contaner .c-bmCvrBtn .c-swiperBottomLinkBtn--white, .portfolio_page .c-bmCvrContainer .c-bmCvrBtn .c-swiperBottomLinkBtn--white, .portfolio_page .c-bmCvrContainer .btn__cvr .c-swiperBottomLinkBtn--white, .portfolio_page .c-bmCvrContainer .c-bmCvrBtn .c-swiperBottomLinkBtn--white, .portfolio_page .cvr__contaner .c-bmCvrBtn .c-swiperBottomLinkBtn--white, .portfolio_page .c-bmCvrContainer .c-bmCvrBtn .c-swiperBottomLinkBtn--white, .portfolio_page .c-bmCvrContainer .c-bmCvrBtn .c-swiperBottomLinkBtn--white {
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
  opacity: 0;
  -webkit-transition: opacity .5s ease,color .5s ease,-webkit-transform .5s ease;
  transition: opacity .5s ease,color .5s ease,-webkit-transform .5s ease;
  -o-transition: opacity .5s ease,color .5s ease,-o-transform .5s ease;
  -moz-transition: opacity .5s ease,transform .5s ease,color .5s ease,-moz-transform .5s ease;
  transition: opacity .5s ease,transform .5s ease,color .5s ease;
  transition: opacity .5s ease,transform .5s ease,color .5s ease,-webkit-transform .5s ease,-moz-transform .5s ease,-o-transform .5s ease; }

.portfolio_page .cvr__contaner .btn__cvr:hover .small-txt, .portfolio_page .c-bmCvrContainer .btn__cvr:hover .small-txt, .portfolio_page .cvr__contaner .c-bmCvrBtn:hover .small-txt, .portfolio_page .c-bmCvrContainer .c-bmCvrBtn:hover .small-txt, .portfolio_page .cvr__contaner .btn__cvr:hover .u-bmCvrSmallText, .portfolio_page .cvr__contaner .c-bmCvrBtn:hover .u-bmCvrSmallText, .portfolio_page .c-bmCvrContainer .btn__cvr:hover .u-bmCvrSmallText, .portfolio_page .c-bmCvrContainer .c-bmCvrBtn:hover .u-bmCvrSmallText, .portfolio_page .c-bmCvrContainer .btn__cvr:hover .small-txt, .portfolio_page .c-bmCvrContainer .c-bmCvrBtn:hover .small-txt, .portfolio_page .c-bmCvrContainer .btn__cvr:hover .u-bmCvrSmallText, .portfolio_page .c-bmCvrContainer .c-bmCvrBtn:hover .u-bmCvrSmallText, .portfolio_page .cvr__contaner .c-bmCvrBtn:hover .small-txt, .portfolio_page .c-bmCvrContainer .c-bmCvrBtn:hover .small-txt, .portfolio_page .cvr__contaner .c-bmCvrBtn:hover .u-bmCvrSmallText, .portfolio_page .c-bmCvrContainer .c-bmCvrBtn:hover .u-bmCvrSmallText, .portfolio_page .c-bmCvrContainer .c-bmCvrBtn:hover .small-txt, .portfolio_page .c-bmCvrContainer .c-bmCvrBtn:hover .u-bmCvrSmallText, .portfolio_page .cvr__contaner .btn__cvr:hover .u-bmCvrSmallText, .portfolio_page .c-bmCvrContainer .btn__cvr:hover .u-bmCvrSmallText, .portfolio_page .cvr__contaner .c-bmCvrBtn:hover .u-bmCvrSmallText, .portfolio_page .c-bmCvrContainer .c-bmCvrBtn:hover .u-bmCvrSmallText, .portfolio_page .cvr__contaner .c-bmCvrBtn:hover .u-bmCvrSmallText, .portfolio_page .c-bmCvrContainer .c-bmCvrBtn:hover .u-bmCvrSmallText, .portfolio_page .c-bmCvrContainer .btn__cvr:hover .u-bmCvrSmallText, .portfolio_page .c-bmCvrContainer .c-bmCvrBtn:hover .u-bmCvrSmallText, .portfolio_page .c-bmCvrContainer .c-bmCvrBtn:hover .u-bmCvrSmallText, .portfolio_page .cvr__contaner .btn__cvr:hover .c-swiperBottomLinkBtn--white, .portfolio_page .c-bmCvrContainer .btn__cvr:hover .c-swiperBottomLinkBtn--white, .portfolio_page .cvr__contaner .c-bmCvrBtn:hover .c-swiperBottomLinkBtn--white, .portfolio_page .c-bmCvrContainer .c-bmCvrBtn:hover .c-swiperBottomLinkBtn--white, .portfolio_page .c-bmCvrContainer .btn__cvr:hover .c-swiperBottomLinkBtn--white, .portfolio_page .c-bmCvrContainer .c-bmCvrBtn:hover .c-swiperBottomLinkBtn--white, .portfolio_page .cvr__contaner .c-bmCvrBtn:hover .c-swiperBottomLinkBtn--white, .portfolio_page .c-bmCvrContainer .c-bmCvrBtn:hover .c-swiperBottomLinkBtn--white, .portfolio_page .c-bmCvrContainer .c-bmCvrBtn:hover .c-swiperBottomLinkBtn--white {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.portfolio_page .cvr__contaner .btn__cvr:hover .small-txt, .portfolio_page .c-bmCvrContainer .btn__cvr:hover .small-txt, .portfolio_page .cvr__contaner .c-bmCvrBtn:hover .small-txt, .portfolio_page .c-bmCvrContainer .c-bmCvrBtn:hover .small-txt, .portfolio_page .cvr__contaner .btn__cvr:hover .u-bmCvrSmallText, .portfolio_page .cvr__contaner .c-bmCvrBtn:hover .u-bmCvrSmallText, .portfolio_page .c-bmCvrContainer .btn__cvr:hover .u-bmCvrSmallText, .portfolio_page .c-bmCvrContainer .c-bmCvrBtn:hover .u-bmCvrSmallText, .portfolio_page .c-bmCvrContainer .btn__cvr:hover .small-txt, .portfolio_page .c-bmCvrContainer .c-bmCvrBtn:hover .small-txt, .portfolio_page .c-bmCvrContainer .btn__cvr:hover .u-bmCvrSmallText, .portfolio_page .c-bmCvrContainer .c-bmCvrBtn:hover .u-bmCvrSmallText, .portfolio_page .cvr__contaner .c-bmCvrBtn:hover .small-txt, .portfolio_page .c-bmCvrContainer .c-bmCvrBtn:hover .small-txt, .portfolio_page .cvr__contaner .c-bmCvrBtn:hover .u-bmCvrSmallText, .portfolio_page .c-bmCvrContainer .c-bmCvrBtn:hover .u-bmCvrSmallText, .portfolio_page .c-bmCvrContainer .c-bmCvrBtn:hover .small-txt, .portfolio_page .c-bmCvrContainer .c-bmCvrBtn:hover .u-bmCvrSmallText, .portfolio_page .cvr__contaner .btn__cvr:hover .u-bmCvrSmallText, .portfolio_page .c-bmCvrContainer .btn__cvr:hover .u-bmCvrSmallText, .portfolio_page .cvr__contaner .c-bmCvrBtn:hover .u-bmCvrSmallText, .portfolio_page .c-bmCvrContainer .c-bmCvrBtn:hover .u-bmCvrSmallText, .portfolio_page .cvr__contaner .c-bmCvrBtn:hover .u-bmCvrSmallText, .portfolio_page .c-bmCvrContainer .c-bmCvrBtn:hover .u-bmCvrSmallText, .portfolio_page .c-bmCvrContainer .btn__cvr:hover .u-bmCvrSmallText, .portfolio_page .c-bmCvrContainer .c-bmCvrBtn:hover .u-bmCvrSmallText, .portfolio_page .c-bmCvrContainer .c-bmCvrBtn:hover .u-bmCvrSmallText, .portfolio_page .cvr__contaner .btn__cvr:hover .c-swiperBottomLinkBtn--white, .portfolio_page .c-bmCvrContainer .btn__cvr:hover .c-swiperBottomLinkBtn--white, .portfolio_page .cvr__contaner .c-bmCvrBtn:hover .c-swiperBottomLinkBtn--white, .portfolio_page .c-bmCvrContainer .c-bmCvrBtn:hover .c-swiperBottomLinkBtn--white, .portfolio_page .c-bmCvrContainer .btn__cvr:hover .c-swiperBottomLinkBtn--white, .portfolio_page .c-bmCvrContainer .c-bmCvrBtn:hover .c-swiperBottomLinkBtn--white, .portfolio_page .cvr__contaner .c-bmCvrBtn:hover .c-swiperBottomLinkBtn--white, .portfolio_page .c-bmCvrContainer .c-bmCvrBtn:hover .c-swiperBottomLinkBtn--white, .portfolio_page .c-bmCvrContainer .c-bmCvrBtn:hover .c-swiperBottomLinkBtn--white {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.portfolio_page .c-copyrightContainer .copyright_text p {
  font-size: 12px;
  letter-spacing: 2px;
  margin-top: 30px;
  margin-bottom: 30px; }

.portfolio_page .cvr__contaner .btn__cvr .c-swiperBottomLinkBtn--white:hover, .portfolio_page .c-bmCvrContainer .btn__cvr .c-swiperBottomLinkBtn--white:hover, .portfolio_page .cvr__contaner .c-bmCvrBtn .c-swiperBottomLinkBtn--white:hover, .portfolio_page .c-bmCvrContainer .c-bmCvrBtn .c-swiperBottomLinkBtn--white:hover, .portfolio_page .c-bmCvrContainer .btn__cvr .c-swiperBottomLinkBtn--white:hover, .portfolio_page .c-bmCvrContainer .c-bmCvrBtn .c-swiperBottomLinkBtn--white:hover, .portfolio_page .cvr__contaner .c-bmCvrBtn .c-swiperBottomLinkBtn--white:hover, .portfolio_page .c-bmCvrContainer .c-bmCvrBtn .c-swiperBottomLinkBtn--white:hover, .portfolio_page .c-bmCvrContainer .c-bmCvrBtn .c-swiperBottomLinkBtn--white:hover {
  background-image: -webkit-linear-gradient(207deg, #00d2ff 0, #3a7bd5 100%);
  background-image: -moz-linear-gradient(207deg, #00d2ff 0, #3a7bd5 100%);
  background-image: linear-gradient(-117deg, #00d2ff 0, #3a7bd5 100%);
  color: #fff; }

.portfolio_page .cvr__contaner .c-swiperBottomLinkBtn--white .c-arrowBtn, .portfolio_page .c-bmCvrContainer .c-swiperBottomLinkBtn--white .c-arrowBtn, .portfolio_page .c-bmCvrContainer .c-swiperBottomLinkBtn--white .c-arrowBtn {
  background-image: url(../src/images/right_arrow_white.png) !important; }

/*# sourceMappingURL=../maps/style.css.map */
.col-sm-12 p{font-size: 1.55rem;
    line-height: 1.6;
}@media only screen and (min-width: 1000px) {.navbar-brand { float: left;
		text-transform: uppercase;
		letter-spacing: 0px;}.side-image {background-size: cover !important;
	}}
@media only screen and (max-width: 680px) {
	.list-inline{ margin-top: 38px !important;}
	.navbar-brand { float: left;
		text-transform: uppercase;
		letter-spacing: 0px;}
	.navbar-brand { font-size: 10px !important; }
/*	.nav__white .ham, .nav__white .ham ul li a{ background: rgba(0, 0, 0, 0.9)} */
	#menu__container .is-active .list-inline { background-color: rgba(0, 0, 0, 0.9); }
	 .comment-form {
    margin: 80px 0 0;
    PADDING: 5PX;
	}
	.mb_YTPlayer{display: block !important;}
	.titan-title-size-4 {
    letter-spacing: 12px;
    font-size: 20px;
}.side-image {background-size: contain !important;
	}.modal-content2,.modal-content,.modal-content3,.modal-content1 {width:100% !important;margin: 0px !important;margin-top: 28% !important;}.owl-item,.owl-item cloned,.owl-item active{width
	:110px !important;}}
.font-alt{font-family: "Azo Sans W01 Light",Arial,sans-serif;}