body {
  font: 18px/24px "Roboto", Helvetica, Helvetica Neue, Arial;
  font-weight: 300;
  /*background:url('../flamy-img/working.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
}
strong {
  font-weight: 300;
  color: #ff0000;
}
p {
  line-height: 150%;
  margin-bottom: 30px;
}
a,
a:hover {
  color: #ec2125;
  text-decoration: underline;
}
a.linkedin {
  background: url("../flamy-img/ico-linkedin.png") no-repeat;
  height: 32px;
  width: 32px;
  margin: auto;
  overflow: hidden;
  display: block;
  text-indent: 9999px;
}
a.behance {
  background: url("../flamy-img/ico-behance.png") no-repeat;
  height: 32px;
  width: 32px;
  margin: auto;
  overflow: hidden;
  display: block;
  text-indent: 9999px;
}
#header {
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  background: #222222;
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 99999;
}
/*-- flamy nav --*/
#flamy-nav {
  margin: auto;
  width: 960px;
  background: #222222;
}
#flamy-nav .flamy-nav-container {
  margin: auto;
  width: 840px;
}
#flamy-nav ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#flamy-nav ul li {
  margin: 0px;
  float: left;
  padding: 20px 10px 20px 10px;
  width: 100px;
  text-align: center;
}
#flamy-nav ul li .flamy-logo-container {
  position: absolute;
  top: 5px;
}
#flamy-nav ul li .flamy-logo-container img {
  cursor: pointer;
}
#flamy-nav ul li a {
  font-family: "Roboto Condensed";
  border-top: 3px solid #000000;
  display: block;
  padding: 5px;
  color: #666666;
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
}
#flamy-nav ul li a:hover {
  border-top: 3px solid #ec2125;
}
#flamy-nav ul li a.flamy-logo,
#flamy-nav ul li a:hover.flamy-logo {
  border: none;
  padding: 0px;
}
#flamy-nav ul li.active a {
  border-top: 3px solid #ec2125;
}
#slider {
  padding-top: 73px;
  height: 600px;
  background: #ec2125;
  background: #ec2125 url("../flamy-img/bg.jpg") no-repeat center center;
  overflow: hidden;
  position: relative;
  /*-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
}
#slider .slide-cover {
  height: 1200px;
  width: 100%;
  position: absolute;
  z-index: 10;
  background: url("../flamy-img/header-cover.png") no-repeat bottom center;
  top: -500px;
}
#slider .slide-container .text-coder,
#slider .slide-container .text-designer,
#slider .slide-container .text-bcoder,
#slider .slide-container .text-mobile {
  opacity: 0;
}
#slider .slide-container .text-coder h2,
#slider .slide-container .text-designer h2,
#slider .slide-container .text-bcoder h2,
#slider .slide-container .text-mobile h2 {
  font: 18px/24px "Roboto Condensed", Helvetica, Helvetica Neue, Arial;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  background: #222222;
  padding: 15px;
  margin: 0px;
  line-height: 90%;
}
#slider .slide-container .text-coder p,
#slider .slide-container .text-designer p,
#slider .slide-container .text-bcoder p,
#slider .slide-container .text-mobile p {
  font: 18px/24px "Roboto", Helvetica, Helvetica Neue, Arial;
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
  width: 200px;
  background: #c91115;
  padding: 10px;
  box-shadow: 0 2px 0 #9a0d10;
  margin-bottom: 0px;
}
#slider .slide-container .text-designer p {
  background: #2d87c6;
  box-shadow: 0 2px 0 #246b9c;
}
#slider .slide-container .text-bcoder p {
  background: #6360aa;
  box-shadow: 0 2px 0 #4e4b8c;
}
#slider .slide-container .text-mobile p {
  background: #6ea131;
  box-shadow: 0 2px 0 #547a25;
}
#slider .slide-container .text-coder {
  position: absolute;
  z-index: 5;
  right: 20px;
  top: 30px;
}
#slider .slide-container .text-coder .pointer {
  width: 50px;
  height: 5px;
  background: #c91115;
  box-shadow: 0 2px 0 #9a0d10;
  position: absolute;
  left: -50px;
  top: 70%;
}
#slider .slide-container .text-bcoder {
  position: absolute;
  z-index: 5;
  right: 5px;
  top: 260px;
}
#slider .slide-container .text-bcoder .pointer {
  width: 50px;
  height: 5px;
  background: #6360aa;
  box-shadow: 0 2px 0 #4e4b8c;
  position: absolute;
  left: -50px;
  top: 70%;
}
#slider .slide-container .text-designer {
  position: absolute;
  z-index: 5;
  left: 20px;
  top: 30px;
}
#slider .slide-container .text-designer .pointer {
  width: 50px;
  height: 5px;
  background: #2d87c6;
  box-shadow: 0 2px 0 #246b9c;
  position: absolute;
  right: -50px;
  top: 70%;
}
#slider .slide-container .text-mobile {
  position: absolute;
  z-index: 5;
  left: 5px;
  top: 260px;
}
#slider .slide-container .text-mobile .pointer {
  width: 50px;
  height: 5px;
  background: #6ea131;
  box-shadow: 0 2px 0 #547a25;
  position: absolute;
  right: -50px;
  top: 70%;
}
#slider .slide-container .text-designer .pointer,
#slider .slide-container .text-coder .pointer,
#slider .slide-container .text-bcoder .pointer,
#slider .slide-container .text-mobile .pointer {
  display: none;
}
#slider .slide-container {
  position: relative;
  margin: auto;
  padding: 0px;
  /*max-width: 100%;*/
  /*background: url("../flamy-img/flamy-dark.png") no-repeat 100% 100%;*/
  width: 990px;
  height: 600px;
  overflow: hidden;
}
#slider .slide-container .slide-dark {
  position: absolute;
  width: 990px;
  height: 630px;
  background: url("../flamy-img/flamy-dark.png") 100% 100% no-repeat;
  z-index: 2;
  top: 630px;
}
#slider .slide-container .slide-wire-1 {
  position: absolute;
  width: 990px;
  height: 315px;
  background: url("../flamy-img/flamy-wire.png") 0 0 no-repeat;
  z-index: 1;
  top: -30px;
}
#slider .slide-container .slide-wire-2 {
  position: absolute;
  width: 990px;
  height: 315px;
  background: url("../flamy-img/flamy-wire.png") 100% 100% no-repeat;
  z-index: 1;
  bottom: 0px;
}
#slider .slide-container .slide-reactor {
  position: absolute;
  width: 990px;
  height: 600px;
  background: url("../flamy-img/flamy-reactor.png") no-repeat 100% 100%;
  z-index: 0;
  top: 0px;
  opacity: 0.7;
}
#slider .slide-container .slide-coder {
  position: absolute;
  right: -500px;
  top: -30px;
  height: 630px;
  width: 495px;
  background: url("../flamy-img/flamy-coder.png") 100% 100% no-repeat;
  z-index: 3;
  /*cursor: pointer;*/
}
#slider .slide-container .slide-bcoder {
  position: absolute;
  right: 0px;
  bottom: 0px;
  height: 300px;
  width: 495px;
  background: url("../flamy-img/flamy-bcoder.png") -495px -300px no-repeat;
  /*cursor: pointer;*/
}
#slider .slide-container .slide-designer {
  position: absolute;
  left: -500px;
  top: -30px;
  height: 630px;
  width: 495px;
  background: url("../flamy-img/flamy-designer.png") 0 100% no-repeat;
  z-index: 3;
  /*cursor: pointer;*/
}
#slider .slide-container .slide-mobile {
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 300px;
  width: 495px;
  background: url("../flamy-img/flamy-mobile.png") 0px -300px no-repeat;
  /*cursor: pointer;*/
}
#slider .slide-container img {
  height: 100%;
}
h1 {
  font: 14px/24px "Roboto Condensed", Helvetica, Helvetica Neue, Arial;
  font-size: 50px;
  line-height: 45px;
  font-weight: 700;
  letter-spacing: -0.05em;
  margin-bottom: 30px;
  text-align: center;
}
h3 {
  font-weight: 500;
}
h2 {
  font-weight: 300;
  font-size: 38px;
}
h4 {
  font: 14px/24px "Roboto", Helvetica, Helvetica Neue, Arial;
  line-height: 45px;
  font-weight: 500;
}
#about,
#services,
#works,
#team,
#contact {
  background-color: #ffffff;
}
#about .about-container,
#services .about-container,
#works .about-container,
#team .about-container,
#contact .about-container,
#about .services-container,
#services .services-container,
#works .services-container,
#team .services-container,
#contact .services-container,
#about .works-container,
#services .works-container,
#works .works-container,
#team .works-container,
#contact .works-container,
#about .team-container,
#services .team-container,
#works .team-container,
#team .team-container,
#contact .team-container,
#about .contact-container,
#services .contact-container,
#works .contact-container,
#team .contact-container,
#contact .contact-container {
  max-width: 990px;
  margin: auto;
  padding: 50px 0px 0px 0px;
  text-align: center;
}
#team .team-container .team-list {
  width: 496px;
  margin: auto;
  margin-bottom: 30px;
}
#team .team-container .team-list .team-separator {
  width: 60px;
  float: left;
}
#team .team-container .team-list .team-separator span {
  display: block;
  font-size: 30px;
  padding-top: 100px;
}
#team .team-container .team-list .team-item {
  width: 218px;
  float: left;
  margin: 0px 0px 0px 0px;
}
#team .team-container .team-list .team-item .img-wrapper {
  border: 3px dashed #cccccc;
  border-radius: 9999px;
  -webkit-border-radius: 99999px;
  -moz-border-radius: 99999px;
}
#team .team-container .team-list .team-item p {
  margin-bottom: 10px;
}
#team .team-container .team-list .team-item img {
  width: 212px;
  /*border: 3px dashed #cccccc;*/
  border-radius: 9999px;
  -webkit-border-radius: 99999px;
  -moz-border-radius: 99999px;
}
.flamy-gap {
  position: relative;
  height: 800px;
  overflow: hidden;
  /*background:url('../flamy-img/working.jpg') no-repeat center center fixed;*/
  /*-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
}
.flamy-gap.flamy-gap-working {
  background: url('../flamy-img/working.jpg') no-repeat;
}
.flamy-gap.flamy-gap-ipad {
  background: url('../flamy-img/ipad.jpg') no-repeat;
}
.flamy-gap.flamy-gap-desk {
  background: url('../flamy-img/desk.jpg') no-repeat;
}
.flamy-gap .flamy-gap-inner {
  height: 800px;
  width: 100%;
}
.flamy-gap .flamy-gap-inner img {
  position: absolute;
  z-index: 0;
  left: 50px;
  max-width: none;
}
.flamy-gap .flamy-gap-inner img.right {
  left: auto;
  right: 50px;
}
.flamy-gap .flamy-gap-inner .flamy-quote {
  width: 600px;
  margin: auto;
  text-align: center;
  position: relative;
  top: 0px;
  padding: 20px;
  background: #ffffff;
  z-index: 100;
  border-bottom: 2px solid #9a0d10;
}
.flamy-gap .flamy-gap-inner .flamy-quote h2 {
  font-size: 30px;
  font-weight: 300;
}
.flamy-gap .flamy-gap-inner .flamy-quote p {
  margin-bottom: 0px;
}
#services {
  background: url("../flamy-img/services-bg.png") no-repeat center center;
}
#services .services-container .services-col {
  width: 100%;
  margin-bottom: 50px;
}
#services .services-container .services-col div.services-col-1 {
  width: 247px;
  float: left;
  height: 540px;
  background: #ffffff;
}
#services .services-container .services-col div.services-col-1 div.services-col-2 {
  position: relative;
  width: 248px;
  /*height: 185px;*/
  background: #ffffff;
}
#services .services-container .services-col div.services-col-1 div.services-col-2 div.services-col-3 {
  position: absolute;
  overflow: hidden;
  /*cursor: pointer;*/
  background: #ffffff;
}
#services .services-container .services-col div.services-col-1 div.services-col-2 div.services-col-3.services-col-3-pop {
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  z-index: 10;
  width: 267px;
  height: 550px;
  top: -10px;
  left: -10px;
}
#services .services-container .services-col div.services-col-1 div.services-col-2 div.services-col-3.services-col-3-pop .title-col {
  /*width: 267px;
                                height: 165px;*/
}
#services .services-container .services-col div.services-col-1 div.services-col-2 div.services-col-3.services-col-3-pop .content-col {
  width: 247px;
}
#services .services-container .title-col {
  /*width: 145px;
            height: 145px;*/
  padding: 10px;
}
#services .services-container .title-col h3 {
  margin: 0px;
}
#services .services-container .title-col.title-design {
  color: #2d87c6;
}
#services .services-container .title-col.title-coder {
  color: #c91115;
}
#services .services-container .title-col.title-bcoder {
  color: #6360aa;
}
#services .services-container .title-col.title-mobile {
  color: #6ea131;
}
#services .services-container .title-col.pull-left {
  float: left;
}
#services .services-container .title-col.pull-right {
  float: right;
}
#services .services-container .content-col {
  width: 227px;
  padding: 10px;
  background: #ffffff;
}
#services .services-container .content-col p {
  text-align: left;
}
#services .services-container .content-col.pull-left {
  float: left;
}
#services .services-container .content-col.pull-left p {
  text-align: left;
  padding: 0px;
  margin: 0px;
}
#services .services-container .content-col.pull-right {
  float: right;
}
#services .services-container .content-col.pull-right p {
  text-align: right;
  padding: 0px;
  margin: 0px;
}
#footer {
  padding: 10px 0 10px 0;
  background: #222222;
  text-align: center;
  font-size: 11px;
  color: #ffffff;
}
.next-section {
  padding-bottom: 50px;
  border-bottom: 1px dashed #cccccc;
  height: 54px;
  /*margin-bottom: 50px;*/
}
.next-section.last {
  border-bottom: none;
}
.next-section .next-section-container {
  width: 128px;
  margin: auto;
  display: none;
}
.next-section a {
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 0.5;
}
.next-section a.up-section {
  display: block;
  width: 54px;
  height: 54px;
  background: url("../flamy-img/sprites.png") no-repeat 0 0px;
  float: left;
  margin: 0 5px 0 5px;
  border-radius: 9999px;
  -webkit-border-radius: 99999px;
  -moz-border-radius: 99999px;
}
.next-section a.down-section {
  display: block;
  width: 54px;
  height: 54px;
  background: url("../flamy-img/sprites.png") no-repeat 0 -54px;
  float: left;
  margin: 0 5px 0 5px;
  border-radius: 9999px;
  -webkit-border-radius: 99999px;
  -moz-border-radius: 99999px;
}
.next-section a:hover {
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 1;
}
.portfolio {
  width: 100%;
  margin-bottom: 30px;
}
.portfolio .portfolio-item {
  width: 237px;
  padding: 5px;
  height: 237px;
  float: left;
}
.portfolio .portfolio-item.selected-work h2 {
  text-align: left;
  margin: 0px;
  height: 217px;
  padding: 10px;
  background: #ec2125;
  color: #ffffff;
  border-right: 5px solid #9a0d10;
}
.portfolio .portfolio-item.work-progress h2 {
  text-align: left;
  margin: 0px;
  height: 217px;
  padding: 10px;
  background: #dfdfdf;
  color: #acacac;
  border-right: 5px solid #acacac;
  font-size: 20px;
}
.portfolio .portfolio-item img {
  max-width: 100%;
}
.portfolio .portfolio-item p {
  font-size: 14px;
  margin-bottom: 10px;
}
.portfolio .portfolio-item a {
  text-decoration: underline;
}
#location-container {
  position: relative;
  height: 490px;
}
#location-container #cover {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 490px;
  background: #222222;
  opacity: 0.2;
}
#location-container #map {
  position: absolute;
  z-index: 2;
  display: block;
  width: 100%;
  height: 490px;
  max-width: 100%;
  border: none;
}
#location-container #address {
  position: absolute;
  z-index: 4;
  width: 100%;
  height: 490px
        ;
  margin: auto;
}
#location-container #address .address-container {
  position: relative;
  margin: auto;
  width: 990px;
  height: 490px;
}
#location-container #address .address-container .address-info {
  position: absolute;
  width: 250px;
  padding: 10px 20px 10px 20px;
  background: #ffffff;
  bottom: 0px;
  right: 0px;
}
#location-container #address .address-container .address-info h5 {
  font: 18px/24px "Roboto", Helvetica, Helvetica Neue, Arial;
  font-size: 13px;
  font-weight: 300;
  color: #aaaaaa;
  margin-bottom: 0px;
}
#location-container #address .address-container .address-info p {
  font-size: 13px;
  margin-bottom: 10px;
}
/* entire container, keeps perspective */
.flip-container {
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  perspective: 1000;
  /*cursor: pointer;*/
}
/* flip the pane when hovered */
.flip-container:hover .flipper,
.flip-container.hover .flipper {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.flip-container,
.front,
.back {
  width: 100%;
  height: 237px;
}
/* flip speed goes here */
.flipper {
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -moz-transition: 0.6s;
  -moz-transform-style: preserve-3d;
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}
/* hide back of pane during swap */
.front,
.back {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
/* front pane, placed above back */
.front {
  z-index: 2;
  background: #ffffff;
}
/* back, initially hidden pane */
.back {
  width: 232px;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
  color: #ffffff;
  background: #ec2125;
  border-right: 5px solid #9a0d10;
  /*border-radius: 9999px;*/
}
.back .back-wrapper {
  padding: 20px 10px 10px 10px;
}
.back a {
  color: #ffffff;
  text-decoration: none;
}
/*-- skrollr --*/
.flamy-fly-1,
.flamy-fly-2,
.flamy-fly-3,
.flamy-fly-4 {
  position: absolute;
  width: 100%;
  height: 100%;
}
.flamy-fly-1 {
  background-image: url('../flamy-img/flamy-rock.png');
  background-repeat: no-repeat;
}
.flamy-fly-2 {
  background-image: url('../flamy-img/flamy-fly.png');
  background-repeat: no-repeat;
}
.flamy-fly-3 {
  background-image: url('../flamy-img/flamy-rock-2.png');
  background-repeat: no-repeat;
}
.flamy-fly-4 {
  background-image: url('../flamy-img/flamy-explosions.png');
  background-repeat: no-repeat;
}
.flamy-fire-1,
.flamy-fire-2,
.flamy-fire-3,
.flamy-fire-4 {
  position: absolute;
  width: 100%;
  height: 100%;
}
.flamy-fire-1 {
  background-image: url('../flamy-img/flamy-fire.png');
  background-repeat: no-repeat;
}
.flamy-fire-2 {
  background-image: url('../flamy-img/flamy-shout.png');
  background-repeat: no-repeat;
}
.flamy-fire-3 {
  background-image: url('../flamy-img/flamy-earth.png');
  background-repeat: no-repeat;
}
.flamy-combine-1,
.flamy-combine-2,
.flamy-combine-3,
.flamy-combine-4,
.flamy-combine-5,
.flamy-combine-6 {
  position: absolute;
  width: 100%;
  height: 100%;
}
.flamy-combine-1 {
  background-image: url('../flamy-img/flamy-combine-1.png');
  background-repeat: no-repeat;
}
.flamy-combine-2 {
  background-image: url('../flamy-img/flamy-combine-2.png');
  background-repeat: no-repeat;
}
.flamy-combine-3 {
  background-image: url('../flamy-img/flamy-combine-3.png');
  background-repeat: no-repeat;
}
.flamy-combine-4 {
  background-image: url('../flamy-img/flamy-combine-4.png');
  background-repeat: no-repeat;
}
.flamy-combine-5 {
  background-image: url('../flamy-img/flamy-rock.png');
  background-repeat: no-repeat;
}
.flamy-combine-6 {
  background-image: url('../flamy-img/flamy-rock-2.png');
  background-repeat: no-repeat;
}
.flamy-powerup-1,
.flamy-powerup-2,
.flamy-powerup-3,
.flamy-powerup-4 {
  position: absolute;
  width: 100%;
  height: 100%;
}
.flamy-powerup-1 {
  background-image: url('../flamy-img/flamy-powerup-1.png');
  background-repeat: no-repeat;
}
.flamy-powerup-2 {
  background-image: url('../flamy-img/flamy-powerup-2.png');
  background-repeat: no-repeat;
}
.flamy-powerup-3 {
  background-image: url('../flamy-img/flamy-rock.png');
  background-repeat: no-repeat;
}
.flamy-powerup-4 {
  background-image: url('../flamy-img/flamy-rock-2.png');
  background-repeat: no-repeat;
}
/*-- highlight --*/
.highlight-wrapper {
  width: 100%;
}
.highlight-wrapper .highlight-item {
  width: 20%;
  float: left;
  overflow: hidden;
  height: 200px;
}
.highlight-wrapper .highlight-item img {
  width: 100%;
}
/*-- progress bar --*/
.meter {
  height: 3px;
  /* Can be anything */
  position: relative;
  margin: 0px;
  background: #9c9c9c;
  /*
			-moz-border-radius: 25px;
			-webkit-border-radius: 25px;
			border-radius: 25px;
            */
  padding: 0px;
}
.meter > span {
  display: block;
  height: 100%;
  /*
			-webkit-border-top-right-radius: 8px;
			-webkit-border-bottom-right-radius: 8px;
			-moz-border-radius-topright: 8px;
			-moz-border-radius-bottomright: 8px;
			border-top-right-radius: 8px;
			border-bottom-right-radius: 8px;
			-webkit-border-top-left-radius: 20px;
			-webkit-border-bottom-left-radius: 20px;
			-moz-border-radius-topleft: 20px;
			-moz-border-radius-bottomleft: 20px;
			border-top-left-radius: 20px;
			border-bottom-left-radius: 20px;
            */
  background-color: #2bc253;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2bc253), color-stop(1, #54f054));
  background-image: -moz-linear-gradient(center bottom, #2bc253 37%, #54f054 69%);
  /*
			-webkit-box-shadow: 
			  inset 0 2px 9px  rgba(255,255,255,0.3),
			  inset 0 -2px 6px rgba(0,0,0,0.4);
			-moz-box-shadow: 
			  inset 0 2px 9px  rgba(255,255,255,0.3),
			  inset 0 -2px 6px rgba(0,0,0,0.4);
			box-shadow: 
			  inset 0 2px 9px  rgba(255,255,255,0.3),
			  inset 0 -2px 6px rgba(0,0,0,0.4);
            */
  position: relative;
  overflow: hidden;
}
.meter > span:after,
.animate > span > span {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, rgba(255, 255, 255, 0.2)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.75, rgba(255, 255, 255, 0.2)), color-stop(0.75, transparent), to(transparent));
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  z-index: 1;
  -webkit-background-size: 50px 50px;
  -moz-background-size: 50px 50px;
  -webkit-animation: move 2s linear infinite;
  /*
            -webkit-border-top-right-radius: 8px;
			-webkit-border-bottom-right-radius: 8px;
			-moz-border-radius-topright: 8px;
			-moz-border-radius-bottomright: 8px;
			border-top-right-radius: 8px;
			border-bottom-right-radius: 8px;
			-webkit-border-top-left-radius: 20px;
			-webkit-border-bottom-left-radius: 20px;
			-moz-border-radius-topleft: 20px;
			-moz-border-radius-bottomleft: 20px;
			border-top-left-radius: 20px;
			border-bottom-left-radius: 20px;
			*/
  overflow: hidden;
}
.animate > span:after {
  display: none;
}
@-webkit-keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}
.orange > span {
  background-color: #f1a165;
  background-image: -moz-linear-gradient(top, #f1a165, #f36d0a);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f1a165), color-stop(1, #f36d0a));
  background-image: -webkit-linear-gradient(#f1a165, #f36d0a);
}
.red > span {
  background-color: #ec2125;
  background-image: -moz-linear-gradient(top, #ec2125, #9a0d10);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ec2125), color-stop(1, #9a0d10));
  background-image: -webkit-linear-gradient(#ec2125, #9a0d10);
}
.nostripes > span > span,
.nostripes > span:after {
  -webkit-animation: none;
  background-image: none;
}
/*-- responsive --*/
@media (min-width: 769px) and (max-width: 979px) {
  #slider {
    background: url("../flamy-img/bg-static.jpg") no-repeat center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
@media (max-width: 768px) {
  #flamy-nav {
    margin: auto;
    width: 100%;
  }
  #flamy-nav .flamy-nav-container {
    margin: auto;
    width: 728px;
  }
  #flamy-nav ul li {
    width: 104px;
    padding: 10px 0px 10px 0px;
  }
  #flamy-nav ul li a {
    font-size: 16px;
  }
  #flamy-nav ul li .flamy-logo-container {
    width: 100%;
    margin: auto;
    position: relative;
  }
  #flamy-nav ul li .flamy-logo-container img {
    width: 64px;
  }
  #slider {
    padding-top: 0px;
    margin-top: 84px;
    height: 500px;
    background: url("../flamy-img/bg-static-2.jpg") no-repeat center bottom;
  }
  #services .services-container .services-col {
    width: 100%;
    margin-bottom: 50px;
  }
  #services .services-container .services-col div.services-col-1 {
    width: 50%;
    float: left;
    height: 560px;
  }
  #services .services-container .services-col div.services-col-1 div.services-col-2 {
    position: relative;
    width: 100%;
  }
  #services .services-container .services-col div.services-col-1 div.services-col-2 div.services-col-3 {
    width: 100%;
    cursor: auto;
  }
  #services .services-container .services-col div.services-col-1 div.services-col-2 div.services-col-3 img {
    width: 100%;
  }
  #services .services-container .title-col {
    padding: 10px;
  }
  #services .services-container .content-col {
    width: 100%;
    padding: 0px;
    background: #ffffff;
  }
  #services .services-container .content-col p {
    text-align: center;
  }
  #team .team-container .team-list {
    width: 100%;
    margin-bottom: 30px;
  }
  #team .team-container .team-list .team-separator {
    width: 100%;
  }
  #team .team-container .team-list .team-separator span {
    display: block;
    font-size: 30px;
    padding: 0px 0 20px 0;
  }
  #team .team-container .team-list .team-item {
    width: 100%;
    margin: 0px 0px 0px 0px;
  }
  #team .team-container .team-list .team-item .img-wrapper {
    width: 218px;
    margin: auto;
  }
  #team .team-container .team-list .team-item p {
    margin-bottom: 10px;
  }
  #team .team-container .team-list .team-item img {
    width: 212px;
    /*border: 3px dashed #cccccc;*/
    border-radius: 9999px;
    -webkit-border-radius: 99999px;
    -moz-border-radius: 99999px;
  }
}
@media (max-width: 480px) {
  #header {
    display: none;
  }
  body {
    font: 14px/24px "Roboto", Helvetica, Helvetica Neue, Arial;
    font-weight: 300;
  }
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 25px;
  }
  #flamy-nav .flamy-nav-container {
    margin: auto;
    width: 320px;
    height: 110px;
  }
  #flamy-nav ul li {
    width: 104px;
    padding: 10px 0px 10px 0px;
  }
  #flamy-nav ul li a {
    font-size: 16px;
  }
  #flamy-nav ul li .flamy-logo-container {
    width: 100%;
    margin: auto;
    position: relative;
  }
  #flamy-nav ul li .flamy-logo-container img {
    width: 64px;
  }
  #flamy-nav ul li.flamy-logo-li {
    display: none;
  }
  #slider {
    margin-top: 0px;
    padding-top: 0px;
    height: 200px;
    background: url("../flamy-img/bg-static-3.jpg") no-repeat center bottom;
  }
  #services .services-container .services-col {
    width: 100%;
    margin-bottom: 50px;
  }
  #services .services-container .services-col div.services-col-1 {
    width: 50%;
    float: left;
    height: 470px;
  }
  #services .services-container .services-col div.services-col-1 div.services-col-2 {
    position: relative;
    width: 100%;
  }
  #services .services-container .services-col div.services-col-1 div.services-col-2 div.services-col-3 {
    width: 100%;
    cursor: auto;
  }
  #services .services-container .services-col div.services-col-1 div.services-col-2 div.services-col-3 img {
    width: 100%;
  }
  #services .services-container .title-col {
    padding: 0px;
  }
  #services .services-container .content-col {
    width: 100%;
    padding: 0px;
    background: #ffffff;
  }
  #services .services-container .content-col p {
    text-align: center;
  }
  .portfolio {
    width: 100%;
    margin-bottom: 30px;
  }
  .portfolio .portfolio-item {
    width: 46%;
    padding: 5px;
    height: 139px;
    float: left;
  }
  .portfolio .portfolio-item.selected-work h2 {
    text-align: left;
    margin: 0px;
    height: 119px;
    padding: 10px;
    background: #ec2125;
    color: #ffffff;
    border-right: 5px solid #9a0d10;
    font-size: 30px;
  }
  .portfolio .portfolio-item.work-progress h2 {
    text-align: left;
    margin: 0px;
    height: 119px;
    padding: 10px;
    background: #dfdfdf;
    color: #acacac;
    border-right: 5px solid #acacac;
    font-size: 20px;
  }
  .portfolio .portfolio-item img {
    max-width: 100%;
  }
  .portfolio .portfolio-item p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .portfolio .portfolio-item a {
    text-decoration: underline;
  }
  /* entire container, keeps perspective */
  .flip-container {
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
    cursor: auto;
  }
  /* flip the pane when hovered */
  .flip-container:hover .flipper,
  .flip-container.hover .flipper {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  .flip-container,
  .front,
  .back {
    width: 100%;
    height: 139px;
    overflow: hidden;
  }
  /* flip speed goes here */
  .flipper {
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 0.6s;
    -moz-transform-style: preserve-3d;
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
  }
  /* hide back of pane during swap */
  .front,
  .back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
  }
  /* front pane, placed above back */
  .front {
    z-index: 2;
    background: #ffffff;
  }
  /* back, initially hidden pane */
  .back {
    display: none;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
    color: #ffffff;
    background: #ec2125;
    border-right: 5px solid #9a0d10;
    /*border-radius: 9999px;*/
  }
  .back .back-wrapper {
    padding: 20px 10px 10px 10px;
  }
  .back a {
    color: #ffffff;
    text-decoration: none;
  }
}
@media (max-width: 979px) {
  #slider .slide-cover {
    display: none;
  }
  #slider .slide-container {
    display: none;
  }
  #about .about-container,
  #services .about-container,
  #works .about-container,
  #team .about-container,
  #contact .about-container,
  #about .services-container,
  #services .services-container,
  #works .services-container,
  #team .services-container,
  #contact .services-container,
  #about .works-container,
  #services .works-container,
  #works .works-container,
  #team .works-container,
  #contact .works-container,
  #about .team-container,
  #services .team-container,
  #works .team-container,
  #team .team-container,
  #contact .team-container,
  #about .contact-container,
  #services .contact-container,
  #works .contact-container,
  #team .contact-container,
  #contact .contact-container {
    max-width: 100%;
  }
  #services {
    background-image: none;
    background-color: #ffffff;
  }
  .flamy-gap {
    display: none;
  }
  #location-container #address .address-container {
    width: 100%;
  }
}
