/*DIRTY FONT FACE IMPORT */
@font-face {
  font-family: "gotham_boldregular";
  src: url("../fonts/gotham_bold/gotham-bold-webfont.eot");
  src: url("../fonts/gotham_bold/gotham-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham_bold/gotham-bold-webfont.woff") format("woff"), url("../fonts/gotham_bold/gotham-bold-webfont.ttf") format("truetype"), url("../fonts/gotham_bold/gotham-bold-webfont.svg#gotham_boldregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "gotham_lightregular";
  src: url("../fonts/gotham_light/gotham-light-webfont.eot");
  src: url("../fonts/gotham_light/gotham-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham_light/gotham-light-webfont.woff") format("woff"), url("../fonts/gotham_light/gotham-light-webfont.ttf") format("truetype"), url("../fonts/gotham_light/gotham-light-webfont.svg#gotham_lightregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.btn-color1, .btn-color2, .btn-color3 {
  padding: 10px 30px;
  color: #fff;
  font-size: 21px;
  font-weight: 300;
  background: #ffcf44;
  outline: none !important;
  border-radius: 0;
  transition: opacity .2s ease-out; }

.navbar-brand, .navbar-brand:focus {
  padding: 0 5px;
  font-size: 30px;
  line-height: 30px;
  font-weight: normal;
  color: #fff; }

#main-nav .nav a, #main-nav .nav a:active, #main-nav .nav a:hover {
  padding: 0 5px;
  font-size: 18px;
  line-height: 54px;
  font-weight: 400;
  background: transparent;
  color: #fff;
  transition: color .2s ease-in; }

#filter-works ul li a, #filter-works ul li a:active, #filter-works ul li a:hover {
  font-weight: 300;
  background: transparent;
  color: #fff;
  text-decoration: none; }

#twitter .flex-direction-nav .flex-prev, #twitter .flex-direction-nav .flex-next {
  background: transparent;
  background-image: none;
  display: inline;
  opacity: 0.6;
  text-indent: 0;
  position: relative;
  left: 0;
  top: 0;
  width: auto;
  height: 42px;
  padding: 0;
  margin: 0;
  margin-left: 7px;
  font-size: 42px;
  line-height: 42px;
  color: #fff;
  transition: opacity .2s ease-out; }

html {
  overflow-x: hidden; }

body {
  font-family: "gotham_lightregular", "gotham_boldregular", "gotham_boldregular";
  font-size: 16px;
  font-weight: 300;
  color: #6d6d6d;
  overflow-x: hidden; }

strong {
  font-family: "gotham_boldregular";
  font-weight: 100;
  font-size: .9em; }

a {
  color: #5b1300;
  text-decoration: none;
  font-weight: 900;
  font-size: 1.1em; }
  a:hover {
    color: #5b1300;
    text-decoration: underline; }
  a:focus {
    color: #5b1300;
    text-decoration: underline;
    outline: none; }

h1 {
  font-weight: 300; }

h2 {
  font-weight: 300; }

h3 {
  font-weight: 300; }

h4 {
  font-weight: 300; }

h5 {
  font-weight: 300; }

h6 {
  font-weight: 300; }

.h1 {
  font-weight: 300; }

.h2 {
  font-weight: 300; }

.h3 {
  font-weight: 300; }

.h4 {
  font-weight: 300; }

.h5 {
  font-weight: 300; }

.h6 {
  font-weight: 300; }

.big-text {
  font-size: 58px;
  font-weight: 300;
  line-height: 62px;
  letter-spacing: 0.01em;
  word-spacing: 0.15em;
  text-transform: uppercase; }

.small-text {
  font-size: .7em;
  font-weight: 900;
  letter-spacing: 0.01em;
  word-spacing: 0.15em;
  vertical-align: top; }

.section-title {
  margin-top: -20px;
  margin-bottom: 80px;
  text-align: center; }

.add-padding {
  padding-top: 120px;
  padding-bottom: 140px; }

.bg-color1 {
  color: #fff;
  background: #ffcf44; }

.bg-color2 {
  color: #fff;
  background: #ffcf44; }

.bg-color3 {
  color: #fff;
  background: #334959; }

.border-bottom-color2 {
  border-bottom: 7px solid #ffcf44; }

.border-top-color2 {
  border-top: 7px solid #ffcf44; }

.border-top-color1 {
  border-top: 7px solid white; }

.color1 .service-icon {
  background: #ffcf44; }
  .color1 .service-icon:after {
    border: 3px solid #ffcf44; }
.color1.service-item ul li:nth-child(2):before {
  background: #ffcf44; }

.color2 .service-icon {
  background: #ffcf44; }
  .color2 .service-icon:after {
    border: 3px solid #ffcf44; }
.color2.service-item ul li:nth-child(2):before {
  background: #ffcf44; }

.color3 .service-icon {
  background: #334959; }
  .color3 .service-icon:after {
    border: 3px solid #334959; }
.color3.service-item ul li:nth-child(2):before {
  background: #334959; }

.btn-color1 {
  white-space: normal;
  background: #ffcf44;
  border: 1px solid #fff; }
  .btn-color1:hover {
    color: #fff;
    opacity: 0.9; }
  .btn-color1:focus {
    color: #fff; }
  .btn-color1:active {
    color: #fff; }
  .btn-color1 .fa {
    margin-right: 15px; }

.btn-color2:hover {
  color: #fff;
  opacity: 0.9; }
.btn-color2:focus {
  color: #fff; }
.btn-color2:active {
  color: #fff; }
.btn-color2 .fa {
  margin-right: 15px; }

.btn-color3 {
  white-space: normal;
  background: #333333;
  max-width: 340px; }
  .btn-color3:hover {
    color: #fff;
    opacity: 0.9; }
  .btn-color3:focus {
    color: #fff; }
  .btn-color3:active {
    color: #fff; }
  .btn-color3 .fa {
    margin-right: 15px; }

.applynow {
  margin-top: 100px; }

#page-loader {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  z-index: 99999; }
  #page-loader .page-loader-gif {
    display: block;
    width: 64px;
    height: 64px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -32px 0 0 -32px;
    background: url("../images/preloader.gif") no-repeat; }

#main-nav {
  background: transparent;
  color: #fff;
  box-shadow: 0 0 0 transparent;
  transition: background 0.3s ease-out; }
  #main-nav .container {
    padding: 0 0 20px;
    padding: 30px 20px;
    transition: padding 0.5s ease-out; }
  #main-nav.scrolled {
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }
    #main-nav.scrolled .navbar-brand {
      color: #6d6d6d; }
    #main-nav.scrolled .navbar-toggle {
      color: #74c7d5;
      border-color: #74c7d5; }
      #main-nav.scrolled .navbar-toggle .icon-bar {
        background: #74c7d5; }
    #main-nav.scrolled .container {
      padding: 10px 20px; }
    #main-nav.scrolled .nav a {
      color: #6d6d6d; }
      #main-nav.scrolled .nav a:active {
        color: #6d6d6d; }
      #main-nav.scrolled .nav a:hover {
        color: #6d6d6d;
        color: #ffcf44; }
    #main-nav.scrolled .nav li.active a {
      color: #ffcf44; }
  #main-nav li {
    background: transparent;
    margin: 0 10px;
    border: 2px solid transparent; }
  #main-nav .navbar-brand img {
    margin-right: 15px;
    margin-top: -15px;
    max-width: 380px; }

.navbar-brand:hover {
  color: #fff; }
.navbar-brand:active {
  color: #fff; }

#spacer1 {
  background: url("../images/spacer-1.jpg") no-repeat fixed;
  background-size: cover;
  width: 100% !important;
  height: 70vh; }

#spacer2 {
  background: url("../images/spacer-2.jpg") no-repeat fixed;
  background-size: cover;
  width: 100% !important;
  height: 70vh; }

#spacer3 {
  background: url("../images/spacer-3.jpg") no-repeat fixed;
  background-size: cover;
  width: 100% !important;
  height: 70vh; }

#home {
  color: #fff;
  max-width: 100%; }
  #home .container {
    position: fixed;
    top: 50%;
    width: 100% !important;
    margin-top: -120px;
    z-index: -1; }
  #home #background-block {
    padding: 100px;
    margin-top: -180px; }
    #home #background-block img {
      max-width: 1200px; }

#services {
  background-color: #fff;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5); }

.service-item {
  text-align: center; }
  .service-item h3 {
    margin-bottom: 15px; }
  .service-item p {
    margin: auto;
    max-width: 250px; }
  .service-item:hover [class*=fa] {
    -webkit-transform: scale(1.3);
    transform: rotate(360deg);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }

.service-icon {
  position: relative;
  display: block;
  text-align: center;
  width: 150px;
  height: 150px;
  margin: 20px auto 50px;
  border-radius: 50%;
  font-size: 62px;
  line-height: 150px;
  background: #334959;
  color: #fff;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  .service-icon:after {
    pointer-events: none;
    content: "";
    position: absolute;
    display: block;
    width: 174px;
    height: 174px;
    top: -12px;
    left: -12px;
    border: 3px solid #334959;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
  .service-icon:focus {
    color: #fff; }
  .service-icon:active {
    color: #fff; }
  .service-icon [class*=fa] {
    -webkit-transform: scale(1);
    transform: rotate(0);
    -webkit-transition: all 0.3s ease-out;
    transition: none; }

.polaroid {
  border: 12px solid #fff;
  max-width: 85%;
  box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.5);
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg); }

/*Fancybox
------------------------------------*/
/*For Topbar*/
.fancybox-overlay.fancybox-overlay-fixed {
  z-index: 9999; }

@media not screen and (min-device-width: 320px) and (max-device-width: 480px) {
  /*FancyBox Hover Effect*/
  .zoomer:hover .overlay-zoom .zoom-icon {
    opacity: 0.4;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    filter: alpha(opacity=50); }

  .overlay-zoom {
    z-index: 90;
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }

  .overlay-zoom .zoom-icon {
    top: 0;
    opacity: 0;
    z-index: 100;
    width: inherit;
    height: inherit;
    position: absolute;
    background-color: #000;
    background-position: 50%;
    background-repeat: no-repeat;
    background-image: url("../images/overlay-icon.png");
    filter: alpha(opacity=0);
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); } }
@media (max-width: 768px) {
  .fancybox-overlay {
    background: none !important; } }
#skills {
  background-color: #fff; }

.skills-bars {
  position: relative;
  margin-top: 80px;
  height: 350px;
  opacity: 0;
  transition: opacity .3s ease-out; }

.skills-item {
  position: absolute;
  width: 25%;
  height: 0;
  bottom: 0;
  border-right: 3px solid #fff;
  transition: height 1.2s ease-in-out; }
  .skills-item p {
    position: absolute;
    width: 100%;
    bottom: -40px;
    text-align: center; }

.skill1 {
  left: 0;
  background: #bbbbbb; }

.skill2 {
  left: 25%;
  background: #5b1300; }

.skill3 {
  left: 50%;
  background: #333333; }

.skill4 {
  left: 75%;
  background: #ffcf44; }

.percent {
  position: absolute;
  display: block;
  width: 100%;
  top: -70px;
  font-size: 40px;
  text-align: center; }

#portfolio {
  padding-top: 70px;
  background: url("../images/bg-portfolio.jpg") no-repeat fixed;
  background-size: cover;
  color: #fff; }

.touch #portfolio {
  background: #ffcf44; }
.touch #project-preview {
  opacity: 1 !important; }
.touch .scrollimation.fade-in {
  opacity: 1; }
.touch .scrollimation.scale-in {
  opacity: 1;
  transform: scale(1); }
.touch .scrollimation.fade-right {
  opacity: 1;
  transform: translateX(0px); }
.touch .scrollimation.fade-left {
  opacity: 1;
  transform: translateX(0px); }
.touch .scrollimation.fade-up {
  opacity: 1;
  transform: translateY(0px); }

.masonry-wrapper {
  margin: 0 auto;
  padding: 0;
  overflow: hidden; }

#projects-container {
  margin: 0 auto;
  visibility: hidden; }
  #projects-container .project-item {
    display: block;
    position: relative;
    margin: 0;
    width: 370px;
    margin-bottom: 25px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
    overflow: hidden;
    z-index: 10; }
    #projects-container .project-item.filtered {
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0);
      opacity: 0;
      filter: alpha(opacity=0);
      z-index: 0; }

.project-item:hover {
  cursor: pointer; }
  .project-item:hover img {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    -webkit-transition: -webkit-transform 4s ease-in;
    transition: transform 4s linear; }
  .project-item:hover .hover-mask {
    opacity: .95;
    filter: alpha(opacity=95); }
    .project-item:hover .hover-mask .project-title {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      opacity: 1; }
    .project-item:hover .hover-mask p {
      transform: translateY(0);
      opacity: 1;
      transition: all 0.3s ease-out .2s; }
.project-item img {
  transform: scale(1);
  transition: none;
  border: 1px solid #fff; }
.project-item .hover-mask {
  position: absolute;
  padding: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffcf44;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.3s ease-out; }
  .project-item .hover-mask .project-title {
    color: #fff;
    margin: 90px 0 0;
    padding: 10px;
    font-size: 26px;
    line-height: 34px;
    font-weight: 400;
    text-align: center;
    opacity: 0;
    transform: translateY(100px);
    transition: all 0.5s ease-out; }
  .project-item .hover-mask p {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    opacity: 0;
    transform: translateY(100px);
    transition: all 0.3s ease-out 0s; }

.masonry {
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-property: height, width; }
  .masonry .masonry-brick {
    transition-duration: 0.4s;
    transition-timing-function: ease-in-out;
    transition-property: left, right, top, transform, opacity; }

#project-preview {
  display: none;
  position: relative;
  max-width: 940px;
  margin: 50px auto 0;
  font-weight: 400;
  opacity: 0;
  letter-spacing: 0.02em;
  overflow: visible !important; }
  #project-preview p {
    margin-bottom: 20px; }

#project-title {
  margin: 60px 0 30px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  word-spacing: 0.15em; }

.close-preview {
  position: absolute;
  padding: 0 5px;
  right: -5px;
  top: -50px;
  font-size: 44px;
  line-height: 44px;
  cursor: pointer; }

#project-slider {
  min-height: 450px;
  width: 100%; }
  #project-slider.flexslider {
    margin: 0 0 20px;
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    user-select: none; }
    #project-slider.flexslider img {
      width: 100%;
      height: auto; }
  #project-slider .flex-direction-nav {
    display: none; }
  #project-slider .flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -45px;
    text-align: center; }
    #project-slider .flex-control-nav li {
      margin: 0 6px;
      display: inline-block;
      zoom: 1;
      *display: inline; }
  #project-slider .flex-control-paging li a {
    padding: 0;
    width: 16px;
    height: 16px;
    display: block;
    background: #fff;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    text-indent: -9999px;
    border: none;
    border-radius: 20px;
    box-shadow: none;
    transition: background .2s ease-out; }
    #project-slider .flex-control-paging li a:hover {
      background: #fff;
      background: rgba(255, 255, 255, 0.6); }
    #project-slider .flex-control-paging li a.flex-active {
      background: #ffcf44;
      cursor: default; }

#twitter {
  color: #fff;
  background-image: url("../images/bg-twitter.png");
  background-repeat: no-repeat;
  background-position: -30px -20px; }
  #twitter a {
    color: #334959;
    text-decoration: none;
    transition: color .2s ease-out; }
    #twitter a:hover {
      text-decoration: none;
      color: #fff; }
    #twitter a:active {
      text-decoration: none; }
    #twitter a:focus {
      text-decoration: none;
      color: #fff; }
  #twitter h1 {
    position: relative; }
  #twitter .tweet {
    font-size: 24px;
    line-height: 36px;
    font-weight: 300;
    word-spacing: 5px;
    margin-bottom: 40px; }
  #twitter .timePosted {
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px; }
  #twitter .interact {
    margin-left: 20px;
    padding-right: 80px;
    display: inline-block;
    font-size: 21px;
    font-weight: 300; }
    #twitter .interact a {
      margin-right: 6px; }
      #twitter .interact a:hover {
        color: #fff;
        transition: color .2s ease-out; }
  #twitter .twitter-icon {
    padding-top: 6px;
    text-align: center; }
  #twitter .fa-twitter {
    font-size: 60px; }

#twitter-slider {
  border: none;
  box-shadow: none;
  background: transparent;
  margin: 0;
  padding: 0; }
  #twitter-slider .flex-direction-nav {
    display: block;
    position: absolute;
    bottom: 10px;
    right: 0; }
    #twitter-slider .flex-direction-nav li {
      display: inline; }
    #twitter-slider .flex-direction-nav a:hover {
      opacity: 1;
      text-decoration: none; }
    #twitter-slider .flex-direction-nav a:active {
      text-decoration: none; }
    #twitter-slider .flex-direction-nav a:focus {
      text-decoration: none; }

#scholarships ul li {
  margin-bottom: 5px; }

#contact {
  background-image: url("../images/bg-contact.png");
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-color: #fff; }

#contact-form h3 {
  padding-bottom: 10px; }
#contact-form .form-group {
  position: relative; }
  #contact-form .form-group label {
    display: none;
    font-size: 18px;
    line-height: 24px;
    font-weight: 100;
    text-transform: uppercase; }
  #contact-form .form-group [class*=fa] {
    display: block;
    width: 64px;
    position: absolute;
    top: 0;
    left: 5px;
    color: #e5e5e5;
    font-size: 24px;
    line-height: 53px;
    text-align: center;
    font-weight: 300;
    opacity: 0.5;
    transition: opacity .2s ease-out; }
#contact-form .controls {
  padding: 0;
  margin-bottom: 30px;
  border: 1px solid #ddd;
  border-radius: 2px; }
#contact-form .form-control {
  background: transparent !important;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  height: 56px;
  font-size: 21px;
  line-height: 32px;
  font-weight: 100;
  padding-left: 64px;
  transition: border-color .3s ease-out;
  border-radius: 2px; }
  #contact-form .form-control:focus {
    background: #fff;
    border-bottom: 3px solid #ffcf44;
    outline: none;
    box-shadow: none;
    transition: border-color .3s ease-in; }
    #contact-form .form-control:focus + [class*=fa] {
      opacity: 1; }
#contact-form .error-message {
  padding: 5px 0;
  position: absolute;
  top: -30px;
  right: 0;
  font-size: 14px;
  font-weight: 300;
  color: #ff0000;
  z-index: 10; }
  #contact-form .error-message:before {
    content: "\00d7";
    font-size: 21px;
    line-height: 21px;
    margin-right: 5px; }
#contact-form.no-placeholder .form-group label {
  display: block; }
#contact-form.no-placeholder .form-group [class*=fa] {
  top: 30px; }
#contact-form textarea.form-control {
  height: auto;
  max-width: 100%;
  min-width: 100%;
  font-size: 21px;
  line-height: 32px;
  padding-top: 10px; }

#gmap {
  display: block;
  width: 100%;
  height: 500px;
  margin: 0 auto; }
  #gmap .infowin {
    padding: 10px 20px; }
    #gmap .infowin p {
      margin-bottom: 10px;
      font-family: "gotham_lightregular", "gotham_boldregular", "gotham_boldregular";
      font-size: 16px;
      line-height: 24px; }
    #gmap .infowin a {
      color: #ffcf44; }
      #gmap .infowin a:hover {
        text-decoration: underline; }

#main-footer {
  padding-top: 50px;
  padding-bottom: 40px;
  background: #bbbbbb; }

.social-links {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 30px; }
  .social-links li {
    display: inline-block;
    margin: 0 5px;
    border-radius: 3px;
    box-shadow: 0 4px 0 transparent;
    transition: all .3s ease-out; }
    .social-links li a {
      display: block;
      color: #fff;
      color: rgba(255, 255, 255, 0.3);
      font-size: 21px;
      width: 50px;
      height: 50px;
      line-height: 50px;
      text-align: center;
      background: rgba(0, 0, 0, 0.2);
      border-radius: 50%;
      transition: all .3s ease-out; }
      .social-links li a:hover {
        color: #fff;
        background: #ffcf44; }

.scrollimation.fade-in {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-out;
  transition: opacity 0.6s ease-out; }
  .scrollimation.fade-in.in {
    opacity: 1; }
.scrollimation.scale-in {
  opacity: 0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.17, 0.89, 0.67, 1.57), opacity 0.6s ease-out;
  transition: transform 0.6s cubic-bezier(0.17, 0.89, 0.67, 1.57), opacity 0.6s ease-out; }
  .scrollimation.scale-in.in {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
.scrollimation.fade-right {
  opacity: 0;
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  transform: translateX(-100px);
  -webkit-transition: -webkit-transform .6s ease-out,opacity .6s ease-out;
  transition: transform .6s ease-out,opacity .6s ease-out; }
  .scrollimation.fade-right.in {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px); }
.scrollimation.fade-left {
  opacity: 0;
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
  -webkit-transition: -webkit-transform .6s ease-out,opacity .6s ease-out;
  transition: transform .6s ease-out,opacity .6s ease-out; }
  .scrollimation.fade-left.in {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px); }
.scrollimation.fade-up {
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: -webkit-transform .6s ease-out,opacity .6s ease-in;
  transition: transform .6s ease-out,opacity .6s ease-in-out; }
  .scrollimation.fade-up.in {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }
.scrollimation.d1 {
  transition-delay: .3s; }
.scrollimation.d2 {
  transition-delay: .6s; }
.scrollimation.d3 {
  transition-delay: .9s; }
.scrollimation.d4 {
  transition-delay: 1.2s; }

@media (max-width: 991px) {
  .big-text {
    font-size: 48px;
    line-height: 52px;
    letter-spacing: 0.01em;
    word-spacing: 0.15em; }

  #main-nav li {
    margin: 0 5px; }
  #main-nav .nav a {
    font-size: 16px; }
    #main-nav .nav a:active {
      font-size: 16px; }
    #main-nav .nav a:hover {
      font-size: 16px; }

  .percent {
    top: -60px;
    font-size: 36px; }

  #project-slider {
    min-height: 0; }

  #projects-container .project-item {
    width: 320px;
    margin-bottom: 20px; }

  .project-item .hover-mask .project-title {
    margin-top: 75px; } }
@media (max-width: 767px) {
  body {
    font-size: 15px; }

  .lead {
    font-size: 16px;
    font-weight: 400; }

  .add-padding {
    padding-top: 60px;
    padding-bottom: 60px; }

  .big-text {
    font-size: 38px;
    line-height: 42px; }

  .section-title {
    margin-top: -20px;
    margin-bottom: 40px; }

  #main-nav {
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }
    #main-nav .navbar-toggle {
      margin-bottom: 5px;
      margin-top: 5px;
      color: #6d6d6d;
      border-color: transparent !important; }
      #main-nav .navbar-toggle .icon-bar {
        width: 28px;
        height: 4px;
        margin-top: 0;
        background: #6d6d6d !important; }
        #main-nav .navbar-toggle .icon-bar + .icon-bar {
          margin-top: 4px; }
    #main-nav .container {
      padding: 5px 20px; }
    #main-nav .nav a {
      line-height: 42px;
      text-align: center;
      color: #6d6d6d; }
      #main-nav .nav a:active {
        line-height: 42px;
        text-align: center;
        color: #6d6d6d; }
      #main-nav .nav a:hover {
        line-height: 42px;
        text-align: center;
        color: #ffcf44; }
    #main-nav .nav li.active a {
      color: #ffcf44; }
    #main-nav .navbar-brand {
      padding-top: 5px;
      font-size: 18px;
      color: #6d6d6d; }
      #main-nav .navbar-brand img {
        margin-right: 10px;
        max-width: 270px; }
    #main-nav.scrolled .container {
      padding: 5px 20px; }

  .service-item {
    margin-bottom: 40px; }

  .polaroid {
    border: 12px solid #fff;
    width: 90%;
    max-width: 500px;
    margin: 0 auto 35px;
    box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.5);
    transform: rotate(-5deg); }

  .percent {
    top: -45px;
    font-size: 28px; }

  #project-title {
    font-size: 28px; }

  #contact-form {
    margin-top: 30px; }

  #gmap {
    height: 300px; }

  .skills-item p {
    font-size: 14px; }

  #filter-works ul li a {
    display: block;
    font-size: 16px;
    height: 18px;
    padding: 10px 5px; }

  #twitter .tweet {
    font-size: 18px;
    line-height: 24px; } }
@media (max-width: 479px) {
  #projects-container .project-item {
    width: 300px;
    margin-bottom: 15px; }

  .project-item .hover-mask .project-title {
    margin-top: 70px; }

  #home .container #background-block {
    padding: 30px;
    margin-top: 0px; }
    #home .container #background-block img {
      max-width: 1200px; } }
.btn:focus {
  outline: none; }

.backstretch img {
  transform: scale(1.2); }

.no-csstransforms .service-icon:after {
  display: none; }

#filter-works ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 40px;
  text-align: center; }
  #filter-works ul li {
    position: relative;
    display: inline-block;
    padding: 0;
    line-height: 24px;
    background: transparent;
    margin: 0;
    margin-left: 15px;
    margin-bottom: 10px; }
    #filter-works ul li:after {
      display: block;
      content: '';
      position: absolute;
      top: 22px;
      right: -14px;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: #fff; }
    #filter-works ul li a {
      display: block;
      font-size: 18px;
      line-height: 28px;
      height: 48px;
      text-transform: uppercase;
      padding: 10px 15px;
      border-radius: 48px;
      -webkit-transition: all .2s ease-out;
      transition: all .2s ease-out; }
    #filter-works ul li:last-child:after {
      display: none; }
    #filter-works ul li.active a {
      color: #ffcf44; }
    #filter-works ul li:hover a {
      color: #ffcf44; }

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #filter-works ul li.active a {
    color: #5b1300; } }
/* Tablets (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #filter-works ul li.active a {
    color: #5b1300; } }
/* Smartphones (Navbar Font Issue) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #spacer1 {
    background: url("../images/spacer-1.jpg") no-repeat center center scroll;
    height: 300px; }

  #spacer3 {
    background: url("../images/spacer-3.jpg") no-repeat center center scroll;
    height: 300px; }

  #filter-works ul li.active a {
    color: #5b1300; } }
@media (max-width: 1000px) {
  .navbar-brand {
    font-size: 21px;
    margin-top: 8px; } }
@media (max-width: 1180px) {
  .navbar-header {
    float: none;
    padding-bottom: 10px; }

  #main-nav .navbar-toggle .icon-bar {
    width: 28px;
    height: 4px;
    margin-top: 0;
    background: #6d6d6d !important;
    margin-bottom: 4px; }

  .navbar-left, .navbar-right {
    float: none !important; }

  .navbar-toggle {
    display: block;
    border: none !important;
    font-weight: 900;
    color: #6d6d6d; }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }

  .navbar-collapse.collapse {
    display: none !important; }

  .navbar-nav {
    float: none !important;
    margin-top: 7.5px; }

  .navbar-nav > li {
    float: none; }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }

  .collapse.in {
    display: block !important; } }
