/* --------------- Variables */
.dark {
  background-color: #414042;
}
.blue {
  background-color: #7dbdd1;
}
.gold {
  background-color: #aa8b5e;
}
.teal {
  background-color: #3ea68b;
}
.light {
  background-color: #e6e6e5;
}
.navy {
  background-color: #0a5877;
}
.green {
  background-color: #a0bcb4;
}
.coral {
  background-color: #e8967c;
}
.col-dark {
  color: #414042;
}
.col-blue {
  color: #7dbdd1;
}
.col-gold {
  color: #aa8b5e;
}
.col-teal {
  color: #3ea68b;
}
.col-light {
  color: #e6e6e5;
}
.col-navy {
  color: #0a5877;
}
.col-green {
  color: #a0bcb4;
}
.col-coral {
  color: #e8967c;
}
.tri {
  position: relative;
  margin-top: 90px;
}
.tri .row {
  position: relative;
  z-index: 2;
}
.triimage {
  width: 100%;
  height: 100%;
}
.triimage img {
  display: block;
  position: absolute;
  bottom: 0;
}
.brandon {
  font-family: "brandon-grotesque";
}
.trade {
  font-family: 'Trade Gothic W01';
}
.museo {
  font-family: 'Museo Slab W01';
}
.clarendon {
  font-family: 'Clarendon W01';
}
.caps {
  text-transform: uppercase;
}
.bold {
  font-weight: 700;
}
.center {
  text-align: center;
}
a {
  color: #414042;
  cursor: pointer;
}
/* --------------- Mixins */
body {
  background: white;
  color: #414042;
}
p,
h1,
h2,
h3,
h4,
h5,
h6,
li {
  font-family: 'Trade Gothic W01';
}
h1 {
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  font-size: 42px;
  font-size: 2.625rem;
}
p,
.white-text p {
  font-size: 18px;
  font-weight: 300;
}
.white-text p {
  font-family: 'Trade Gothic W01';
  font-weight: 300;
  color: white;
}
.mobile-header {
  display: none;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex .columns {
  margin: auto;
}
.white-bg {
  background: white;
}
.content-intro {
  position: relative;
  padding: 30px 0;
}
.two_col_text {
  -moz-column-count: 2;
  -moz-column-gap: 25px;
  -webkit-column-count: 2;
  -webkit-column-gap: 25px;
}
/*
.content-intro::before {
	position: absolute;
	top: -85px;
	left: -20px;
	right: -20px;
	content: url('/assets/img/slant-teal.svg');
}
*/
.intro {
  font-family: 'Clarendon W01';
  font-size: 21px;
  font-weight: 300;
  text-align: left;
  border-bottom: 1px solid #e6e6e5;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.no-bottom {
  padding-bottom: 20px;
  margin-bottom: 0;
  border-bottom: none;
}
.content-intro .intro {
  color: white;
  text-align: center;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.wf-icon {
  text-align: center;
  padding: 5px 0 40px 0;
}
.wf-icon img {
  max-width: 50px;
}
.windfall {
  font-family: "brandon-grotesque";
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}
h2 {
  text-transform: uppercase;
  font-family: 'Trade Gothic W01';
  font-weight: 700;
}
.lower {
  padding: 100px 0;
}
.ondark {
  color: #aa8b5e;
}
.auto {
  margin: auto;
}
.logotype {
  font-family: "brandon-grotesque";
  font-weight: 600;
  letter-spacing: 2px;
  color: #aa8b5e;
  position: absolute;
  top: 0;
  left: 20px;
  bottom: 0;
  padding: 30px 40px 20px 40px;
  text-transform: uppercase;
  -webkit-transition: .2s linear all;
  transition: .2s linear all;
  font-size: 21px;
}
.windfall {
  font-family: "brandon-grotesque";
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.logotype:hover {
  color: white;
  background: #aa8b5e;
}
.small-top {
  padding: 150px 0 80px 0;
  margin: 90px;
}
.small-top p {
  color: white;
  text-align: center;
}
.top {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 90px;
  overflow: hidden;
  padding: 50px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.top div {
  margin: auto;
}
.top-left {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50%;
}
.top-right {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%;
}
.down {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding-bottom: 50px;
}
.content-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 10vw;
}
.content-side h2 {
  font-family: 'Trade Gothic W01';
  font-weight: 700;
}
.top .row {
  margin: auto;
}
.buttons {
  text-align: center;
}
.intro-box h2 {
  font-family: 'Clarendon W01';
  text-transform: none;
  color: white;
  font-weight: 300;
  font-size: 35px;
  margin-bottom: 30px;
}
.intro-box p {
  color: white !important;
  font-family: 'Trade Gothic W01' !important;
  font-size: 21px !important;
  line-height: 26px !important;
}
.mini {
  height: 50%;
}
.sdsd:before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  background: #aa8b5e;
  border-bottom: 4px solid white;
  border-top: 4px solid white;
}
.home-wrap {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  position: fixed;
  top: 90px;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
}
.home-wrap-inner {
  position: absolute;
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
}
.side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 30%;
  padding: 30px;
  padding-bottom: 67px;
}
.side:after {
  position: absolute;
  content: '';
  right: 1%;
  top: 0px;
  bottom: 0px;
  width: 4px;
  background: #aa8b5e;
  z-index: 25;
}
.side img {
  display: block;
  margin: auto;
  max-width: 55%;
}
.side h1 {
  font-family: 'brandon-grotesque';
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 700;
  width: 100%;
  color: white;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.topno h1 {
  font-family: 'brandon-grotesque';
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 700;
  width: 100%;
  color: white;
}
/*
.top h1 {
	font-family:'Trade Gothic W01';
	font-weight: 700; 
	text-align: center;
	text-transform: uppercase;
	font-size: 42px;
    font-size: 2.625rem;
}
*/
.top p,
.small-top p {
  color: white;
  font-size: 28px;
  line-height: 45px;
  font-family: 'Clarendon W01';
  font-weight: 400;
}
.light h1,
.light p {
  color: #414042;
}
.home-box {
  position: relative;
  margin: auto;
  text-align: center;
}
.home-box h1 {
  color: #aa8b5e;
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'Trade Gothic W01';
  font-weight: 700;
  text-align: center;
}
.home-box p {
  color: white;
  font-size: 38px;
  line-height: 45px;
  font-family: 'Trade Gothic W01';
  font-weight: 300;
  text-align: center;
}
.home-box .change-txt {
  color: #fff;
  font-family: 'Clarendon W01';
  font-weight: 300;
  position: relative;
}
.home-box img {
  max-width: 90%;
  margin-top: 60px;
}
.home-box div {
  margin: auto;
  max-width: 60%;
}
.nav-wrap {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: white;
  color: #414042;
  padding: 20px 0;
  z-index: 3;
}
.nav-border {
  border-bottom: 3px solid #aa8b5e;
}
.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  margin-bottom: 0;
  padding-top: 0;
  margin: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 600px;
  height: 50px;
}
.nav li {
  display: inline-block;
  font-family: 'Trade Gothic W01';
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 0;
  margin: auto;
  width: 150px;
}
.nav a {
  color: #414042;
  padding: 8px;
  -webkit-transition: .2s linear all;
  transition: .2s linear all;
  font-size: 18px;
}
.nav a:hover {
  font-size: 21px;
}
.content {
  position: relative;
  padding: 40px;
  padding-bottom: 200px;
  background: white;
}
.bio {
  display: block;
  border: 5px solid #a0bcb4;
  padding: 20px;
  margin-bottom: 25px;
  -webkit-transition: .2s linear all;
  transition: .2s linear all;
}
.bio p {
  font-family: 'Clarendon W01';
  -webkit-transition: .2s linear all;
  transition: .2s linear all;
}
.toptest {
  display: block;
  width: 100%;
  font-family: 'Clarendon W01';
  text-align: left;
  color: white;
  text-transform: capitalize;
  font-size: 10vw;
  font-weight: 300;
}
.bio .italic {
  font-style: italic;
  color: #aa8b5e;
  -webkit-transition: .2s linear all;
  transition: .2s linear all;
}
.bio h2 {
  font-size: 30px;
  -webkit-transition: .2s linear all;
  transition: .2s linear all;
}
.bio:hover {
  background: #f2f2f2;
}
.project {
  margin-bottom: 40px;
}
.project-info {
  padding: 0 20px;
  border-left: 3px solid #aa8b5e;
}
.title {
  color: #aa8b5e;
  font-family: 'Clarendon W01';
  font-size: 16px;
}
.loader {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.loader img {
  max-width: 200px;
}
.loader p {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  color: #414042;
  font-size: 30px;
  font-weight: bold;
  font-family: 'Trade Gothic W01';
}
.loader span {
  display: inline-block;
  padding: 5px;
}
.loader3 {
  color: #aa8b5e;
  font-size: 40px;
  border-bottom: 3px solid #414042;
  border-top: 3px solid #414042;
  padding: 0px;
  margin-left: 20px;
}
.page-breaker {
  text-align: center;
}
.page-breaker h2 {
  display: inline-block;
  color: #aa8b5e;
  font-size: 40px;
  border-bottom: 3px solid #414042;
  border-top: 3px solid #414042;
  padding: 40px;
  margin: 10vh auto;
}
.vid-main {
  position: absolute;
  left: -200px;
  right: -200px;
  top: -200px;
  bottom: -200px;
  padding: 200px;
  min-width: 120%;
  min-height: 120%;
}
.buttons {
  text-align: center;
}
.buttons li {
  display: inline-block;
  width: 200px;
  margin: 8px;
}
.buttons li a {
  display: block;
  color: #414042;
  border: 3px solid #aa8b5e;
  text-transform: uppercase;
  font-weight: bold;
  padding: 15px 5px;
  width: 100%;
  font-size: 20px;
  -webkit-transition: .2s linear all;
  transition: .2s linear all;
}
.buttons li a:hover {
  background: #aa8b5e;
  color: white;
}
.services {
  padding-top: 60px;
}
.service {
  position: relative;
  cursor: pointer;
}
.service .marker {
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: .2s linear all;
  transition: .2s linear all;
}
.service:hover .marker,
.service.active .marker {
  top: -35px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.service p {
  font-family: 'brandon-grotesque';
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #aa8b5e;
  padding: 20px 0;
  font-size: 16px;
  -webkit-transition: .2s linear all;
  transition: .2s linear all;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.service:hover p,
.service.active p {
  color: #414042;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.service-desc {
  display: none;
  margin-bottom: 150px;
}
.chosen {
  display: block;
}
.service-desc h3 {
  font-weight: bold;
  font-family: 'Trade Gothic W01';
  color: #aa8b5e;
  text-transform: uppercase;
  font-size: 26px;
  text-align: center;
  padding: 20px 0 20px 0;
}
.service-desc p {
  color: #414042;
  font-family: 'Clarendon W01';
  font-size: 22px;
  text-align: center;
  padding: 20px 0;
}
.service-desc ul {
  text-align: center;
  margin: auto;
  max-width: 70%;
}
.service-desc li {
  display: inline-block;
  padding: 8px;
  color: white;
  background: #aa8b5e;
  text-align: center;
  font-weight: bold;
  font-family: 'Trade Gothic W01';
  font-size: 18px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.to-content {
  padding-top: 40px;
}
#content {
  padding-top: 100px;
}
.to-content a {
  font-size: 40px;
  color: white;
  -webkit-transition: .2s linear all;
  transition: .2s linear all;
}
.to-content a:hover {
  color: #414042;
}
footer {
  background: #414042;
  border-top: 2px solid #aa8b5e;
}
footer .row {
  padding: 120px 0;
}
footer li {
  display: inline-block;
  padding: 10px;
  font-weight: bold;
  font-family: 'Trade Gothic W01';
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
}
footer a {
  color: white;
}
footer .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
footer .row .columns {
  margin: auto;
}
.footer-logo {
  text-align: center;
}
.footer-logo img {
  max-width: 50%;
}
.footer-cta {
  display: inline-block;
  position: relative;
  float: right;
  color: white;
  background: #e6e6e5;
  font-family: 'Clarendon W01';
  padding: 8px 60px 8px 20px;
  -webkit-transition: .2s linear all;
  transition: .2s linear all;
  color: #414042;
}
.footer-cta:hover {
  background: #ccd8d4;
  color: #414042;
}
.footer-cta .icon {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  text-align: center;
  right: 0;
  top: 0;
  bottom: 0;
  background: #a0bcb4;
  -webkit-transition: .2s linear all;
  transition: .2s linear all;
}
.footer-cta .icon i {
  display: block;
  margin: auto;
  color: #414042;
  -webkit-transition: .2s linear all;
  transition: .2s linear all;
}
.copyright {
  background: #aa8b5e;
}
.copyright p {
  text-align: center;
  font-size: 14px;
  color: #414042;
  padding: 10px 0;
}
textarea {
  border: none;
  background: white;
  color: #414042;
  border-bottom: 2px solid #414042;
}
textarea {
  webkit-appearance: none;
  display: block;
  font-size: 20px;
  width: 100%;
  margin-bottom: 20px;
  font-family: 'Clarendon W01';
  font-weight: 300;
  outline: none;
  color: #414042;
  transiton: .2s linear all;
}
textarea:focus {
  outline: none;
}
::-webkit-input-placeholder {
  color: #aa8b5e;
  font-size: 16px;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #aa8b5e;
  font-size: 16px;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #aa8b5e;
  font-size: 16px;
}
:-ms-input-placeholder {
  color: #aa8b5e;
  font-size: 16px;
}
input[type="submit"] {
  display: block;
  width: 100%;
  background: white;
  border: 3px solid #414042;
  -webkit-transition: .3s linear all;
  transition: .3s linear all;
  font-size: 20px;
  padding: 10px;
  font-family: 'Clarendon W01';
}
input[type="submit"]:hover {
  background: #414042;
  color: white;
}
/*
 * Work Styles
 */
.project-header {
  border-top: 2px solid #414042;
  border-bottom: 2px solid #414042;
}
.project-header h1 {
  text-transform: none;
  font-family: 'Clarendon W01';
  color: #414042;
  text-align: center;
  font-size: 3vh;
}
.work {
  position: relative;
  margin-bottom: 20px;
}
.work a p {
  position: absolute;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: -7px;
  background: #000000;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  font-family: 'Trade Gothic W01';
  font-size: 21px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: .2s linear all;
  transition: .2s linear all;
}
.work a:hover p {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.slider .item {
  position: relative;
  max-height: 500px;
  text-align: center;
}
.slider .item img {
  max-height: 500px;
}
.project-header {
  padding: 30px;
  margin: 90px;
}
.project {
  position: relative;
}
.project h2 {
  text-align: left;
  font-size: 25px;
  color: #414042;
  padding: 20px 0;
}
.project h3 {
  font-size: 18px;
  color: #aa8b5e;
  font-weight: bold;
  text-transform: uppercase;
}
.project .intro {
  font-family: 'Clarendon W01';
  padding: 20px 0;
  color: #414042;
  font-weight: 200;
  text-align: left;
}
.monitor {
  position: absolute;
  display: inline-block;
  top: 0;
  bottom: 0;
  left: -300px;
  -webkit-transition: .2s linear all;
  transition: .2s linear all;
}
.monitor:hover {
  left: 80px;
}
.monitor-right {
  position: absolute;
  display: inline-block;
  top: 0;
  bottom: 0;
  right: -300px;
  -webkit-transition: .2s linear all;
  transition: .2s linear all;
}
.monitor:hover {
  right: 80px;
}
.monitor img {
  height: 100%;
}
.tri p {
  color: #414042;
}
/*
 * Button Effects
 */
.circle-wrap {
  height: 70px;
  width: 70px;
  margin: auto;
  border-radius: 70px;
}
.circle-wrap a {
  color: white;
}
/*
 * Typed Cursor
 */
.typed-cursor {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}
@keyframes blink {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  50% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  50% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}
/*
 * Page Transitions
 */
.fadein,
.top {
  -webkit-animation: fadeIn .9s linear;
  animation: fadeIn .9s linear;
}
.fadeinSlow {
  -webkit-animation: fadeIn 2s linear;
  animation: fadeIn 2s linear;
}
.loader1 {
  -webkit-animation: fadeIn .2s linear;
  animation: fadeIn .2s linear;
}
.loader2 {
  -webkit-animation: fadeIn .5s linear;
  animation: fadeIn .5s linear;
}
.loader3 {
  -webkit-animation: fadeIn .8s linear;
  animation: fadeIn .8s linear;
}
.dropin {
  -webkit-animation: dropIn .6s linear;
  animation: dropIn .6s linear;
}
.slideinright {
  -webkit-animation: slideInRight .6s linear;
  animation: slideInRight .6s linear;
}
.slideinleft {
  -webkit-animation: slideInLeft .6s linear;
  animation: slideInLeft .6s linear;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  80% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  80% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  80% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}
@-webkit-keyframes dropIn {
  0% {
    top: -90px;
  }
  100% {
    top: 0;
  }
}
@keyframes dropIn {
  0% {
    top: -90px;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes slideInLeft {
  0% {
    left: -70%;
  }
  100% {
    left: 0;
  }
}
@keyframes slideInLeft {
  0% {
    left: -70%;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes slideInRight {
  0% {
    left: 100%;
  }
  100% {
    left: 30%;
  }
}
@keyframes slideInRight {
  0% {
    left: 100%;
  }
  100% {
    left: 30%;
  }
}
