@font-face {
  font-family: 'BebasNeueRegular';
  src: url('../font/BebasNeue-webfont.eot');
  src: url('../font/BebasNeue-webfont.eot@#iefix') format('embedded-opentype'), url('../font/BebasNeue-webfont.woff') format('woff'), url('../font/BebasNeue-webfont.ttf') format('truetype'), url('../font/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ========================================================================== */
/* Global properties (body, common classes, vertical rhythm, structure etc)
/* ========================================================================== */
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #ffffff;
  color: #3d4543;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}
body #load {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden;
  z-index: 1001;
  background-color: #ffffff;
}
body #qLpercentage {
  font-family: 'BebasNeueRegular', sans-serif;
  font-size: 60px !important;
  line-height: 1;
}
@media (max-width: 767px) {
  body {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.page-wrapper {
  padding: 60px 0;
  position: relative;
  background: #ffffff;
}
.services-page {
  padding-bottom: 0;
}
.services-page .fullwidth.grey {
  padding-bottom: 50px;
  margin-bottom: 0;
}
.portfolio-page {
  padding-bottom: 0;
}
.fullwidth {
  padding: 50px 0 20px;
  margin: 30px 0;
}
.fullwidth.grey {
  background-color: #f8f8f8;
}
.fullwidth.first {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.fullwidth.last {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
@media (max-width: 767px) {
  .fullwidth {
    padding: 50px 20px 20px 20px;
  }
}
/* ========================================================================== */
/* TYPOGRAPHY
/* ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-family: 'BebasNeueRegular', sans-serif;
}
h1 {
  font-size: 80px;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 54px;
  }
}
h2 {
  font-size: 44px;
  text-transform: uppercase;
  position: relative;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 18px;
}
::-moz-selection,
::selection {
  background: #FFD600;
  color: white;
}
a:hover {
  color: #ffd600;
}
blockquote {
  border-color: #FFD600;
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: normal;
}
blockquote p {
  margin-bottom: 10px;
}
.highlight {
  color: #ffd600;
}
.title {
  text-align: center;
}
.title h1 {
  line-height: 1;
  margin-bottom: 20px;
  display: inline-block;
  padding: 10px 20px 0 20px;
  background: #FFD600;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .title h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .title h2 {
    font-size: 24px;
    line-height: 1;
  }
}
/* ========================================================================== */
/* MENU STYLING
/* ========================================================================== */
nav {
  position: relative;
  z-index: 1000;
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid #f0f0f0;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.07);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
nav.is-sticky {
  background: #ffffff;
  background: rgba(255, 255, 255, 0.95);
}
.main-menu {
  height: 80px;
}
@media (max-width: 767px) {
  .main-menu .nav {
    display: none;
  }
}
.main-menu .navbar-inner {
  background-image: none;
  filter: none;
  background-color: transparent;
  border: none;
  box-shadow: none;
}
@media (max-width: 767px) {
  .main-menu .navbar-inner {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.main-menu .brand {
  padding: 30px 15px 30px 30px;
}
@media (max-width: 479px) {
  .main-menu .brand {
    display: none;
  }
}
.main-menu .brand:hover {
  color: #ffd600;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.main-menu .brand,
.main-menu .navbar .nav > li > a {
  font-family: 'BebasNeueRegular', sans-serif;
  font-size: 22px;
  text-decoration: none;
  text-transform: uppercase;
}
.main-menu .navbar .nav > li > a {
  padding: 30px 15px;
}
.main-menu .navbar .nav > li > a:hover {
  color: #ffd600;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.main-menu .navbar .nav > li > a.active {
  color: #ffd600;
}
.res-menu {
  display: none;
}
@media (min-width: 480px) and (max-width: 767px) {
  .res-menu {
    display: block;
    float: right;
    width: 220px;
    margin-top: 25px;
    margin-bottom: 0;
    margin-right: 20px;
    border: none;
    border-top: solid 1px #e6e6e6;
    background-color: #eeeeee;
  }
  .res-menu option {
    background-color: #ffffff;
  }
}
@media (max-width: 479px) {
  .res-menu {
    display: block;
    width: 100%;
    border: none;
    border-top: solid 1px #e6e6e6;
    background-color: #eeeeee;
    margin-top: 25px;
  }
  .res-menu option {
    background-color: #ffffff;
  }
}
/* ========================================================================== */
/* INTRO/HOMEPAGE
/* ========================================================================== */
#home {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  display: table;
  color: #010101;
}
.intro-wrapper {
  display: table-cell;
  vertical-align: middle;
  margin: auto;
  /*margin: 30px 0 100px;
  position: relative;
  display: block;
  text-align: center;
  width: 100%;*/

}
.intro-logo {
  margin: 30px 0 100px;
  position: relative;
  display: block;
  text-align: center;
  width: 100%;
}
.intro-logo a {
  font-family: 'BebasNeueRegular', sans-serif;
  font-size: 60px;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  margin-bottom: 0px;
  text-align: center;
  line-height: 1;
  padding: 5px 40px 0;
  color: #ffffff;
  background-color: #000000;
}
.intro-logo a:hover {
  color: #000000;
  background-color: #ffffff;
}
.intro-slide .intro-slide-content {
  font-family: 'BebasNeueRegular', sans-serif;
  font-size: 90px;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 0px;
  text-align: center;
  line-height: 1;
  padding: 55px 10px 50px;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.3);
  color: #ffffff;
}
.intro-parallax {
  background: url('../example/parallax/parallax5.jpg') fixed;
  background-size: 112% cover;
  background-position: 100% top;
  background-color: #ffd600;
}
/* Start button */
.start-btn {
  color: #ffffff;
  font-size: 50px;
  display: block !important;
  text-align: center;
  text-decoration: none;
  margin-top: 60px !important;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.start-btn:hover {
  text-decoration: none;
  color: #ffd600;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.start-btn:focus,
.start-btn:active {
  text-decoration: none;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* ========================================================================== */
/* PARALLAX
/* ========================================================================== */
.parallax {
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
  background: #f8f8f8;
  color: #ffffff;
}
.parallax .container {
  display: table;
}
.parallax .parallax-inner,
.parallax .overlay {
  height: 400px;
}
.parallax-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.overlay {
  position: absolute;
  background: url('../img/overlay.png');
  width: 100%;
}
.parallax-bg {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: repeat-y;
  background-position: top center;
}
@media (min-width: 768px) and (max-width: 979px) {
  .parallax-bg {
    background-size: 150%;
  }
}
/* Parallax backgrounds
/* ========================================================================== */
.bg1 {
  background-image: url('../example/parallax/parallax1.jpg');
}
.bg2 {
  background-image: url('../example/parallax/parallax2.jpg');
}
.bg3 {
  background-image: url('../example/parallax/parallax3.jpg');
}
.bg4 {
  background-image: url('../example/parallax/parallax4.jpg');
}
/* ========================================================================== */
/* About Us Page
/* ========================================================================== */
/* SKILLS
/* ========================================================================== */
.our-skills .progress {
  position: relative;
  background-image: none;
  filter: none;
  background-color: #999999;
  height: 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.our-skills .progress .bar {
  background-color: #ffd600;
  background-image: none;
  filter: none;
}
.our-skills .progress .progress-title {
  position: absolute;
  top: 5px;
  left: 10px;
  color: #ffffff;
}
.our-skills .progress .progress-value {
  position: absolute;
  top: 5px;
  right: 10px;
  color: #ffffff;
}
/* Member info
/* ========================================================================== */
@media (min-width: 480px) and (max-width: 767px) {
  .members {
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    width: 350px;
  }
}
.member-info .thumbnail {
  padding: 0;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
}
.member-info .thumbnail .caption {
  background-color: #f6f6f6;
  padding-left: 20px;
  padding-right: 20px;
}
.member-info .overlay-content {
  position: absolute;
  bottom: 0%;
  left: 5%;
  width: 90%;
  text-align: center;
  z-index: 2;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.member-info .overlay-content h4 {
  color: #ffffff;
}
.member-info .thumbnail:hover .caption {
  background-color: #ffd600;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.member-info .thumbnail:hover .overlay-content {
  bottom: 30%;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
}
.member-info .view-profile {
  padding: 4px 10px;
  margin-top: 4px;
  background: #ffd600;
  color: #ffffff !important;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'BebasNeueRegular', sans-serif;
  font-size: 18px;
}
/* ========================================================================== */
/* Parallax 1
/* ========================================================================== */
p.quote {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  font-family: 'BebasNeueRegular', sans-serif;
  font-size: 48px;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  color: #ffffff;
  z-index: 200;
  margin: 0 5%;
}
@media (min-width: 768px) and (max-width: 979px) {
  p.quote {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  p.quote {
    font-size: 33px;
  }
}
@media (max-width: 480px) {
  p.quote {
    font-size: 24px;
  }
}
p.quote i {
  font-size: 25px;
  display: inline-table;
  vertical-align: top;
  margin: 0 5px;
  color: #ffd600;
}
p.quote:before {
  font-family: 'FontAwesome';
  font-size: 30px;
  color: #ffd600;
  content: "\f10d";
  position: absolute;
  top: 0;
  left: 0;
}
p.quote:after {
  font-family: 'FontAwesome';
  font-size: 30px;
  color: #ffd600;
  content: "\f10e";
  position: absolute;
  top: 0;
  right: 0;
}
/* ========================================================================== */
/* Services Page
/* ========================================================================== */
@media (min-width: 480px) and (max-width: 767px) {
  .services-row .container {
    width: 350px;
  }
}
.service-features {
  text-align: center;
}
@media (max-width: 767px) {
  .service-features {
    margin-bottom: 20px;
  }
}
.service-features h3 {
  padding-top: 20px;
  margin-bottom: 4px;
}
.service-features .service-icon {
  width: 80px;
  height: auto;
  font-size: 70px;
  margin: 15px auto;
  padding: 25px 20px;
  display: block;
  text-align: center;
  border-radius: 50%;
  background: #ffd600;
  color: #ffffff;
}
.service-features .img-container {
  padding: 25px 45px;
  border-radius: 3px;
  background: #ffd600;
  width: 140px;
  margin: 0 auto;
  position: relative;
}
.service-features .img-container:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 15px solid #ffd600;
  border-bottom: 0px solid transparent !important;
  border-right: 20px solid transparent !important;
  border-left: 20px solid transparent !important;
  left: 50%;
  bottom: -15px;
  margin-left: -20px;
}
.service-box {
  margin: 0 0 0px 0;
  text-align: center;
  padding: 20px 10px;
  background: #ffffff;
  border: 1px solid #ffffff;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 767px) {
  .service-box {
    margin-bottom: 20px;
  }
}
.service-box .service-icon {
  width: 80px;
  height: auto;
  font-size: 70px;
  margin: 15px auto;
  padding: 25px 20px;
  display: block;
  text-align: center;
  border-radius: 50%;
  background: #ffd600;
  color: #ffffff;
}
.service-box:hover {
  box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.3);
  background: #ffd600;
  color: #ffffff;
  border: 1px solid transparent;
}
.service-box:hover .service-icon {
  background: #ffffff;
  color: #ffd600;
}
/* ========================================================================== */
/* Parallax2 / Testimonials
/* ========================================================================== */
.testimonial-slider {
  position: relative;
  width: 77%;
  margin: 0 auto !important;
}
.testimonial-slider .flex-direction-nav li a {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: auto;
  bottom: -40px;
  cursor: pointer;
  text-indent: -9999px;
  background-color: #ffd600;
  background-size: 28px;
  border-radius: 50%;
}
.testimonial-slider .flex-direction-nav li .flex-prev {
  background-color: #ffd600;
  background-color: rgba(255, 213, 0, 0.8);
  background-image: url('../img/arrow_left.png');
  background-position: center center;
  background-repeat: no-repeat;
  left: 45%;
}
@media (min-width: 768px) and (max-width: 979px) {
  .testimonial-slider .flex-direction-nav li .flex-prev {
    left: 40%;
  }
}
@media (max-width: 767px) {
  .testimonial-slider .flex-direction-nav li .flex-prev {
    left: 30%;
  }
}
@media (max-width: 479px) {
  .testimonial-slider .flex-direction-nav li .flex-prev {
    left: 20%;
  }
}
.testimonial-slider .flex-direction-nav li .flex-next {
  background-color: #ffd600;
  background-color: rgba(255, 213, 0, 0.8);
  background-image: url('../img/arrow_right.png');
  background-position: center center;
  background-repeat: no-repeat;
  right: 45%;
  left: auto;
}
@media (min-width: 768px) and (max-width: 979px) {
  .testimonial-slider .flex-direction-nav li .flex-next {
    right: 40%;
  }
}
@media (max-width: 767px) {
  .testimonial-slider .flex-direction-nav li .flex-next {
    right: 30%;
  }
}
@media (max-width: 479px) {
  .testimonial-slider .flex-direction-nav li .flex-next {
    right: 20%;
  }
}
.testimonial-slider .flex-direction-nav li .disabled {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity = 40);
  opacity: 0.4;
}
.testimonial-slider .testimonial-slide .client-testimonial {
  font-size: 16px;
  color: #ffffff;
  margin: 5px auto 10px;
  padding: 15px;
}
.testimonial-slider .client-info {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
  font-style: italic;
}
/* ========================================================================== */
/* Blog Page
/* ========================================================================== */
.blog-post {
  margin-bottom: 60px;
}
.blog-post .row-fluid .post-wrapper {
  position: relative;
}
@media (min-width: 1200px) {
  
}
@media (max-width: 979px) {
  .blog-post .row-fluid .post-wrapper {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
.blog-post .row-fluid .post-meta-wrapper {
  padding: 5px;
  border: solid 1px #000000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.blog-post .post-media {
  margin-bottom: 10px;
}
.blog-post .post-title {
  margin-top: 0;
}
.blog-post .post-title a {
  text-decoration: none;
  color: #000000;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog-post .post-title a:hover {
  color: #ffd600;
}
.blog-post .post-content {
  margin-bottom: 10px;
}
.blog-post .post-meta-before {
  margin-left: 0;
  margin-bottom: 10px;
}
.blog-post .post-meta-before li {
  float: left;
  margin: 0 10px 5px 0;
  list-style: none;
  font-size: 11px;
  line-height: 15px !important;
  padding-left: 20px;
}
@media (max-width: 979px) {
  .blog-post .post-meta-before li {
    float: left;
    margin: 0 10px 5px 0;
  }
}
.blog-post .post-meta-before li [class^="icon-"],
.blog-post .post-meta-before li [class*=" icon-"],
.blog-post .post-meta-before li [class^="iconic-"],
.blog-post .post-meta-before li [class*=" iconic-"] {
  display: block;
  float: left;
  margin-left: -20px;
  width: 20px;
  text-align: center;
  color: #333333;
}
.blog-post .post-meta-before li [class^="icon-"]:before,
.blog-post .post-meta-before li [class*=" icon-"]:before,
.blog-post .post-meta-before li [class^="iconic-"]:before,
.blog-post .post-meta-before li [class*=" iconic-"]:before {
  vertical-align: top;
}
.blog-post .post-meta-before a {
  text-decoration: none;
  color: #333333;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog-post .post-meta-before a:hover {
  color: #ff6633;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog-post .read-more {
  display: inline-block;
  color: #ffffff;
  background-color: #000000;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.blog-post .read-more:hover {
  color: #ffffff;
  background-color: #ffd600;
  border: none;
}
.view-all {
  font-size: 18px;
  font-family: 'BebasNeueRegular', sans-serif;
  text-transform: uppercase;
  background-color: #ffd600;
  color: #ffffff;
  padding: 13px 20px 10px 20px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.view-all:hover {
  background-color: #000000;
  color: #ffffff;
}
/* ========================================================================== */
/* Parallax3
/* ========================================================================== */
/* ========================================================================== */
/* Portfolio Page
/* ========================================================================== */
/* Frame overlay
/* ========================================================================== */
.media a,
.thumbnail,
.thumbnail .image {
  position: relative;
}
.media .frame-overlay,
.thumbnail .frame-overlay,
.portfolio article .frame-overlay {
  background-color: #000000;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.media a:hover .frame-overlay,
.thumbnail:hover .frame-overlay,
.portfolio article:hover .frame-overlay {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity = 50);
  opacity: 0.5;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
/* Portfolio Filtering (Categories)
/* ========================================================================== */
#filtrable {
  margin-left: 0;
  margin-bottom: -5px;
  margin-top: -5px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'BebasNeueRegular', sans-serif;
  font-size: 16px;
}
#filtrable li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
  margin-top: 5px;
  list-style: none;
}
#filtrable a {
  display: inline-block;
  padding: 5px 10px;
  text-decoration: none;
  background-color: #000000;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#filtrable a:hover {
  background-color: #ffce00;
  color: #ffffff;
}
#filtrable .current a {
  background-color: #ffd600;
  color: #ffffff;
}
/* Icons/Preview
/* ========================================================================== */
.ico-block {
  display: block;
  position: absolute;
  bottom: 40px;
  left: auto;
  right: auto;
  width: 100%;
}
.ico-link,
.ico-zoom {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  background-color: #ffffff;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity = 50);
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ico-link:hover,
.ico-zoom:hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
}
.ico-link span,
.ico-zoom span {
  width: 34px;
  height: 34px;
  left: -7px;
  top: -7px;
  display: block;
  position: absolute;
}
.ico-zoom {
  margin-left: -34px;
}
.ico-zoom span {
  background: url('../img/icon_zoom.png') no-repeat 0 0;
}
.ico-link {
  margin-left: 17px;
}
.ico-link span {
  background: url('../img/icon_link.png') no-repeat 0 0;
}
/* Portfolio Thumbnails
/* ========================================================================== */
.portfolio {
  position: relative;
  padding: 0;
  width: 100.1%;
  margin: 0 auto;
  display: block;
  background-color: #ffd600;
}
.portfolio article {
  margin: 0;
  overflow: hidden;
  line-height: 0;
  width: 19.99%;
  padding: 0;
}
@media (max-width: 979px) {
  .portfolio article {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .portfolio article {
    width: 49.9%;
  }
}
@media (max-width: 479px) {
  .portfolio article {
    width: 99.9%;
  }
}
.portfolio .thumbnail {
  padding: 0;
  margin: 0;
  text-align: center;
  border: none;
  position: relative;
  overflow: hidden;
  cursor: default;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.portfolio .thumbnail img {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.portfolio .thumbnail .caption {
  padding: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
.portfolio .thumbnail .title {
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  bottom: 50%;
  left: 0;
  width: 100%;
}
.portfolio .thumbnail .title a {
  text-decoration: none;
}
.portfolio .thumbnail .tag {
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
}
/* Portfolio animation
/* ========================================================================== */
.portfolio .thumbnail .caption,
.portfolio .thumbnail .title,
.portfolio .thumbnail .tag,
.portfolio .thumbnail .ico-block {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
}
.portfolio .thumbnail .caption {
  background-color: #ffd600;
  background-color: #ffd500;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.portfolio .thumbnail .title {
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.portfolio .thumbnail .title a {
  color: #ffffff;
  font-weight: 600;
}
.portfolio .thumbnail .title a:hover {
  color: #ffffff;
}
.portfolio .thumbnail .tag {
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #ffffff;
}
.portfolio .thumbnail .ico-block {
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.portfolio .thumbnail.hover .title,
.portfolio .thumbnail.hover .tag,
.portfolio .thumbnail.hover .caption,
.portfolio .thumbnail.hover .ico-block {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
}
.portfolio .thumbnail.hover .title,
.portfolio .thumbnail.hover .tag,
.portfolio .thumbnail.hover .ico-block {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.portfolio .thumbnail.hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.portfolio .thumbnail.hover .tag {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.portfolio .thumbnail.hover .ico-block {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
/* Isotope CSS3 transitions
/* ========================================================================== */
.portfolio,
.portfolio article {
  -moz-transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.portfolio {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.portfolio article {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: top, left, opacity;
  transition-property: transform, opacity;
}
/* disabling Isotope CSS3 transitions
/* ========================================================================== */
.portfolio.no-transition,
.portfolio.no-transition article,
.portfolio article.no-transition {
  -moz-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
/* ========================================================================== */
/* Contact Us Page
/* ========================================================================== */
#contact {
  padding-bottom: 0;
}
.gmap {
  max-width: 100%;
  line-height: 0;
}
.copyright {
  width: 100%;
  padding: 40px 0;
  background: #FFD600;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}
.copyright a {
  color: #ffffff;
}
.copyright a:hover {
  text-decoration: underline;
}
/* Contact form
/* ========================================================================== */
#af-form {
  margin-bottom: 30px;
}
#af-form textarea,
#af-form input[type="text"] {
  border-width: 1px;
  border-color: #eeeeee !important;
  background-color: #fbfbfb !important;
  color: #333333;
  padding: 10px 15px;
  height: auto;
  font-size: 13px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -box-sizing: border-box;
  box-sizing: border-box;
}
#af-form textarea:hover,
#af-form input[type="text"]:hover,
#af-form textarea:focus,
#af-form input[type="text"]:focus {
  border-color: #ffd600 !important;
  background-color: #eeeeee !important;
  color: #222222;
}
#af-form textarea {
  height: 160px !important;
  overflow: auto;
  resize: none;
}
#af-form input.error,
#af-form textarea.error {
  border: 1px solid #e81123;
}
#af-form .af-outer {
  margin-bottom: 0;
}
#af-form .form-button {
  font-size: 18px;
  font-family: 'BebasNeueRegular', sans-serif;
  text-transform: uppercase;
  background-color: #ffd600;
  color: #ffffff;
  padding: 13px 20px 10px 20px;
  margin-top: 10px;
  margin-bottom: 20px;
}
#af-form .form-button:hover {
  background-color: #000000;
}
label.error,
label.ferror {
  color: #e81123;
  font-size: 13px;
  padding-left: 16px;
  margin-bottom: 15px;
}
/* Social icons
/* ========================================================================== */
.social-icon {
  display: inline-block;
  margin: 0 5px 5px 0;
  background-color: #ffffff !important;
  overflow: hidden;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.social-icon a {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.social-icon a:hover {
  background-color: #555555;
  background-position: 0px -40px !important;
}
.social-icons ul {
  list-style: none;
  margin: 0 0 -1px 0;
  float: right;
}
.social-icons ul li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
}
.social-icons ul li a {
  display: block;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.social-icons a:hover {
  background-color: #cccccc;
  background-position: 0px -40px !important;
  opacity: 1;
}
.social-email a {
  background: url(../img/social/email.png) no-repeat 0 0;
}
.social-email a:hover {
  background-color: #666666;
}
.social-aim a {
  background: url(../img/social/aim.png) no-repeat 0 0;
}
.social-aim a:hover {
  background-color: #e95a00;
}
.social-apple a {
  background: url(../img/social/apple.png) no-repeat 0 0;
}
.social-apple a:hover {
  background-color: #606060;
}
.social-behance a {
  background: url(../img/social/behance.png) no-repeat 0 0;
}
.social-behance a:hover {
  background-color: #18a3fe;
}
.social-blogger a {
  background: url(../img/social/blogger.png) no-repeat 0 0;
}
.social-blogger a:hover {
  background-color: #fb913f;
}
.social-cargo a {
  background: url(../img/social/cargo.png) no-repeat 0 0;
}
.social-cargo a:hover {
  background-color: #00c462;
}
.social-delicious a {
  background: url(../img/social/delicious.png) no-repeat 0 0;
}
.social-delicious a:hover {
  background-color: #3274d1;
}
.social-deviantart a {
  background: url(../img/social/deviantart.png) no-repeat 0 0;
}
.social-deviantart a:hover {
  background-color: #d0de21;
}
.social-digg a {
  background: url(../img/social/digg.png) no-repeat 0 0;
}
.social-digg a:hover {
  background-color: #2882c6;
}
.social-dopplr a {
  background: url(../img/social/dopplr.png) no-repeat 0 0;
}
.social-dopplr a:hover {
  background-color: #99cc66;
}
.social-dribbble a {
  background: url(../img/social/dribbble.png) no-repeat 0 0;
}
.social-dribbble a:hover {
  background-color: #ef5b92;
}
.social-ember a {
  background: url(../img/social/ember.png) no-repeat 0 0;
}
.social-ember a:hover {
  background-color: #fb9d00;
}
.social-evernote a {
  background: url(../img/social/evernote.png) no-repeat 0 0;
}
.social-evernote a:hover {
  background-color: #77ba2f;
}
.social-facebook a {
  background: url(../img/social/facebook.png) no-repeat 0 0;
}
.social-facebook a:hover {
  background-color: #3b5998;
}
.social-flickr a {
  background: url(../img/social/flickr.png) no-repeat 0 0;
}
.social-flickr a:hover {
  background-color: #f1628b;
}
.social-forrst a {
  background: url(../img/social/forrst.png) no-repeat 0 0;
}
.social-forrst a:hover {
  background-color: #5b9a68;
}
.social-github a {
  background: url(../img/social/github.png) no-repeat 0 0;
}
.social-github a:hover {
  background-color: #7292a2;
}
.social-google a {
  background: url(../img/social/google.png) no-repeat 0 0;
}
.social-google a:hover {
  background-color: #dd4b39;
}
.social-googleplus a {
  background: url(../img/social/googleplus.png) no-repeat 0 0;
}
.social-googleplus a:hover {
  background-color: #d94a39;
}
.social-gowalla a {
  background: url(../img/social/gowalla.png) no-repeat 0 0;
}
.social-gowalla a:hover {
  background-color: #ff920d;
}
.social-grooveshark a {
  background: url(../img/social/grooveshark.png) no-repeat 0 0;
}
.social-grooveshark a:hover {
  background-color: #f88e00;
}
.social-html5 a {
  background: url(../img/social/html5.png) no-repeat 0 0;
}
.social-html5 a:hover {
  background-color: #f3642c;
}
.social-icloud a {
  background: url(../img/social/icloud.png) no-repeat 0 0;
}
.social-icloud a:hover {
  background-color: #fb913f;
}
.social-lastfm a {
  background: url(../img/social/lastfm.png) no-repeat 0 0;
}
.social-lastfm a:hover {
  background-color: #d21309;
}
.social-linkedin a {
  background: url(../img/social/linkedin.png) no-repeat 0 0;
}
.social-linkedin a:hover {
  background-color: #71b2d0;
}
.social-metacafe a {
  background: url(../img/social/metacafe.png) no-repeat 0 0;
}
.social-metacafe a:hover {
  background-color: #ef4035;
}
.social-mixx a {
  background: url(../img/social/mixx.png) no-repeat 0 0;
}
.social-mixx a:hover {
  background-color: #d80330;
}
.social-myspace a {
  background: url(../img/social/myspace.png) no-repeat 0 0;
}
.social-myspace a:hover {
  background-color: #003398;
}
.social-netvibes a {
  background: url(../img/social/netvibes.png) no-repeat 0 0;
}
.social-netvibes a:hover {
  background-color: #629e61;
}
.social-newsvine a {
  background: url(../img/social/newsvine.png) no-repeat 0 0;
}
.social-newsvine a:hover {
  background-color: #5b965a;
}
.social-orkut a {
  background: url(../img/social/orkut.png) no-repeat 0 0;
}
.social-orkut a:hover {
  background-color: #ed2590;
}
.social-paypal a {
  background: url(../img/social/paypal.png) no-repeat 0 0;
}
.social-paypal a:hover {
  background-color: #32689a;
}
.social-picasa a {
  background: url(../img/social/picasa.png) no-repeat 0 0;
}
.social-picasa a:hover {
  background-color: #444;
}
.social-pinterest a {
  background: url(../img/social/pinterest.png) no-repeat 0 0;
}
.social-pinterest a:hover {
  background-color: #cb2027;
}
.social-plurk a {
  background: url(../img/social/plurk.png) no-repeat 0 0;
}
.social-plurk a:hover {
  background-color: #f35b36;
}
.social-posterous a {
  background: url(../img/social/posterous.png) no-repeat 0 0;
}
.social-posterous a:hover {
  background-color: #f9d560;
}
.social-reddit a {
  background: url(../img/social/reddit.png) no-repeat 0 0;
}
.social-reddit a:hover {
  background-color: #cde2f9;
}
.social-rss a {
  background: url(../img/social/rss.png) no-repeat 0 0;
}
.social-rss a:hover {
  background-color: #fe9900;
}
.social-skype a {
  background: url(../img/social/skype.png) no-repeat 0 0;
}
.social-skype a:hover {
  background-color: #18b7f1;
}
.social-stumbleupon a {
  background: url(../img/social/stumbleupon.png) no-repeat 0 0;
}
.social-stumbleupon a:hover {
  background-color: #eb4924;
}
.social-technorati a {
  background: url(../img/social/technorati.png) no-repeat 0 0;
}
.social-technorati a:hover {
  background-color: #7ac84f;
}
.social-tumblr a {
  background: url(../img/social/tumblr.png) no-repeat 0 0;
}
.social-tumblr a:hover {
  background-color: #3a5976;
}
.social-twitter a {
  background: url(../img/social/twitter.png) no-repeat 0 0;
}
.social-twitter a:hover {
  background-color: #48c4d2;
}
.social-vimeo a {
  background: url(../img/social/vimeo.png) no-repeat 0 0;
}
.social-vimeo a:hover {
  background-color: #62a0ad;
}
.social-wordpress a {
  background: url(../img/social/wordpress.png) no-repeat 0 0;
}
.social-wordpress a:hover {
  background-color: #464646;
}
.social-yahoo a {
  background: url(../img/social/yahoo.png) no-repeat 0 0;
}
.social-yahoo a:hover {
  background-color: #ab64bc;
}
.social-yelp a {
  background: url(../img/social/yelp.png) no-repeat 0 0;
}
.social-yelp a:hover {
  background-color: #c41200;
}
.social-youtube a {
  background: url(../img/social/youtube.png) no-repeat 0 0;
}
.social-youtube a:hover {
  background-color: #f45750;
}
.social-zerply a {
  background: url(../img/social/zerply.png) no-repeat 0 0;
}
.social-zerply a:hover {
  background-color: #8db259;
}
.social-zootool a {
  background: url(../img/social/zootool.png) no-repeat 0 0;
}
.social-zootool a:hover {
  background-color: #262626;
}
.video {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
}
.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
img {
  -ms-interpolation-mode: bicubic;
}
.btn {
  background-image: none;
  filter: none;
  text-shadow: none;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn:hover {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* Remove firefox dotted line
/* ========================================================================== */
a,
a:active,
a:focus,
input,
input:active,
input:focus,
select,
select:active,
select:focus {
  outline: 0 !important;
}
