@charset "UTF-8";
body, html {
  height: auto;
  position: relative; }

body {
  padding-top: 71px; }
  body.logged-in .navbar {
    top: 32px; }
  body.error404 {
    color: white;
    background-color: #9a9899; }
    body.error404 a {
      color: white; }

h1, h2, h3, h4, h5 {
  margin-top: 0; }

a {
  -moz-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  text-decoration: none; }

label small {
  font-weight: normal; }

hr {
  margin-top: 50px;
  margin-bottom: 50px; }

.btn {
  background-color: transparent;
  border: 1px solid #555555;
  padding: 4px 15px;
  -moz-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  color: #555555; }
  .btn a {
    padding: 0;
    color: #555555;
    font-size: 18px;
    font-weight: 700; }
  .btn:hover {
    color: #9a9899;
    background-color: transparent; }
    .btn:hover a {
      color: #9a9899;
      text-decoration: none; }

.btn-mt {
  margin-top: 60px; }

.form-upload input {
  font-size: 14px;
  line-height: 14px; }

.wpcf7-not-valid-tip {
  margin-top: 8px; }

section, .footer {
  padding-top: 0;
  padding-bottom: 50px; }
  section#featured-projects, section.featured, .footer#featured-projects, .footer.featured {
    padding: 0;
    margin: 0;
    width: 100%; }
  section#intro, .footer#intro {
    padding: 100px 0;
    background-color: #999999;
    color: white; }
    section#intro h1, .footer#intro h1 {
      font-family: "Karla", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 100;
      font-size: 24px; }
  section#recent-projects a:hover, section#additional a:hover, .footer#recent-projects a:hover, .footer#additional a:hover {
    opacity: .75;
    text-decoration: none; }
  section#recent-projects h2, section#additional h2, .footer#recent-projects h2, .footer#additional h2 {
    color: #9a9899;
    margin-top: 20px; }
  section.featured, .footer.featured {
    margin-bottom: 60px; }

.slides-container {
  background-color: #9a9899; }
  .slides-container img {
    opacity: 1; }

.slide-item-container {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 100px 0;
  text-align: center;
  color: #eeeeee; }

.slide-item-body {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #9a9899; }
  .slide-item-body .title {
    position: relative;
    display: block;
    margin: 0 auto;
    color: #9a9899;
    background-color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    padding: 15px;
    opacity: 0; }
    .slide-item-body .title:hover {
      opacity: 1; }

#slides {
  position: relative; }
  #slides .project-title {
    position: absolute;
    bottom: 100px;
    left: 75px;
    z-index: 500;
    color: #9a9899; }
    #slides .project-title:hover {
      text-decoration: none;
      color: #4d4c4d; }

#slides .slides-container {
  display: none; }

#slides .scrollable {
  *zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%; }

#slides .scrollable:after {
  content: "";
  display: table;
  clear: both; }

.slides-navigation {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  top: 46%;
  width: 100%; }

.slides-navigation a {
  position: absolute;
  display: block; }

.slides-navigation a.prev {
  left: 40px; }

.slides-navigation a.next {
  right: 40px; }

.slides-pagination {
  position: absolute;
  z-index: 3;
  bottom: 60px;
  text-align: center;
  width: 100%; }

.slides-pagination a {
  border: 2px solid #9a9899;
  border-radius: 15px;
  width: 10px;
  height: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background-color: #9a9899;
  margin: 2px;
  overflow: hidden;
  text-indent: -100%; }

.slides-pagination a.current {
  background: white; }

.btn-scroll-down {
  position: absolute;
  bottom: 70px;
  left: 50%;
  margin-left: -35px;
  z-index: 50; }

.btn-circle {
  width: 70px;
  height: 70px;
  margin-top: 15px;
  padding: 7px 16px;
  font-size: 40px;
  color: #9a9899;
  background: transparent;
  -webkit-transition: background, color .3s ease-in-out;
  -moz-transition: background, color .3s ease-in-out;
  transition: background, color .3s ease-in-out; }

.btn-circle span.animated {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s; }

.btn-circle:hover span.animated {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear; }

.btn-circle:hover,
.btn-circle:focus {
  color: #5a5859; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
    transform: scale(1); }
  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -moz-transform: scale(1);
    transform: scale(1); } }
#content {
  padding: 0 0 40px; }

.sidebar {
  padding: 0 15px 15px; }
  .sidebar h1, .sidebar h2, .sidebar h3 {
    margin-top: 0; }

header {
  padding: 60px 0;
  text-align: center; }
  header.page-header, header.archive-header {
    margin: 0;
    padding-bottom: 80px;
    border-bottom: none;
    margin-bottom: 50px;
    background-color: #9a9899;
    color: white; }
    header.page-header a, header.archive-header a {
      color: white;
      -moz-transition-duration: 0.35s;
      -o-transition-duration: 0.35s;
      -webkit-transition-duration: 0.35s;
      transition-duration: 0.35s;
      -moz-transition-property: all;
      -o-transition-property: all;
      -webkit-transition-property: all;
      transition-property: all; }
      header.page-header a:hover, header.archive-header a:hover {
        text-decoration: none;
        color: #676566; }
    header.page-header .category-desc, header.archive-header .category-desc {
      margin-top: 40px; }
  header.entry-header h2 {
    color: #9a9899;
    padding: 20px 10px 10px;
    margin: 0; }
  header.entry-header .article-meta {
    padding: 10px;
    color: #9a9899; }
  header.entry-header .post-thumbnail, header.entry-header img {
    -moz-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    display: block; }
    header.entry-header .post-thumbnail:hover, header.entry-header img:hover {
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%); }
      header.entry-header .post-thumbnail:hover img, header.entry-header img:hover img {
        -moz-transform: scale(1.25, 1.25);
        -ms-transform: scale(1.25, 1.25);
        -webkit-transform: scale(1.25, 1.25);
        transform: scale(1.25, 1.25); }

#site-footer {
  background-color: #9a9899;
  color: white;
  padding-top: 60px;
  font-size: 14px; }
  #site-footer a {
    color: #555555; }
    #site-footer a:hover {
      text-decoration: none;
      color: #3c3c3c; }

.navbar {
  margin-bottom: 0;
  z-index: 10000; }
  .navbar.navbar-default {
    padding: 15px 0; }
    .navbar.navbar-default .navbar-toggle {
      background-color: #9a9899;
      -moz-transition-duration: 0.35s;
      -o-transition-duration: 0.35s;
      -webkit-transition-duration: 0.35s;
      transition-duration: 0.35s;
      -moz-transition-property: all;
      -o-transition-property: all;
      -webkit-transition-property: all;
      transition-property: all; }
      .navbar.navbar-default .navbar-toggle .icon-bar {
        background: white; }
      .navbar.navbar-default .navbar-toggle:hover {
        background-color: #676566; }
    .navbar.navbar-default .nav {
      margin-top: 4px; }
      .navbar.navbar-default .nav li {
        padding: 10px 15px; }
      .navbar.navbar-default .nav a {
        -moz-transition-duration: 0.35s;
        -o-transition-duration: 0.35s;
        -webkit-transition-duration: 0.35s;
        transition-duration: 0.35s;
        -moz-transition-property: all;
        -o-transition-property: all;
        -webkit-transition-property: all;
        transition-property: all;
        color: #9a9899;
        font-weight: 700;
        padding: 0;
        margin: 0;
        line-height: 20px;
        font-size: 18px; }
      .navbar.navbar-default .nav li.current-menu-item a, .navbar.navbar-default .nav li.current-menu-parent a, .navbar.navbar-default .nav li.active  a {
        background-color: transparent;
        border-bottom: 1px solid #9a9899;
        padding: 0; }
    .navbar.navbar-default a.navbar-brand {
      display: block;
      color: #9a9899;
      -moz-transition-duration: 0.35s;
      -o-transition-duration: 0.35s;
      -webkit-transition-duration: 0.35s;
      transition-duration: 0.35s;
      -moz-transition-property: all;
      -o-transition-property: all;
      -webkit-transition-property: all;
      transition-property: all;
      font-size: 18px;
      font-weight: bold;
      padding: 6px 0 0; }
      .navbar.navbar-default a.navbar-brand:hover {
        -moz-transform: scale(0.95, 0.95);
        -ms-transform: scale(0.95, 0.95);
        -webkit-transform: scale(0.95, 0.95);
        transform: scale(0.95, 0.95); }
  .navbar.navbar-transparent {
    background-color: transparent;
    padding: 10px 0; }
    .navbar.navbar-transparent.affix {
      background-color: white;
      top: 0;
      left: 0;
      width: 100%;
      padding: 10px 0;
      border-bottom: 1px solid #9a9899;
      -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2); }
    .navbar.navbar-transparent .navbar-toggle {
      background-color: #9a9899;
      -moz-transition-duration: 0.35s;
      -o-transition-duration: 0.35s;
      -webkit-transition-duration: 0.35s;
      transition-duration: 0.35s;
      -moz-transition-property: all;
      -o-transition-property: all;
      -webkit-transition-property: all;
      transition-property: all; }
      .navbar.navbar-transparent .navbar-toggle .icon-bar {
        background: white; }
      .navbar.navbar-transparent .navbar-toggle:hover {
        background-color: #676566; }
    .navbar.navbar-transparent .nav {
      margin-top: 10px; }
      .navbar.navbar-transparent .nav a {
        -moz-transition-duration: 0.35s;
        -o-transition-duration: 0.35s;
        -webkit-transition-duration: 0.35s;
        transition-duration: 0.35s;
        -moz-transition-property: all;
        -o-transition-property: all;
        -webkit-transition-property: all;
        transition-property: all;
        font-weight: bold; }
      .navbar.navbar-transparent .nav li.current-menu-item, .navbar.navbar-transparent .nav li.current-menu-parent, .navbar.navbar-transparent .nav li.active  {
        background: #9a9899; }
        .navbar.navbar-transparent .nav li.current-menu-item a, .navbar.navbar-transparent .nav li.current-menu-parent a, .navbar.navbar-transparent .nav li.active  a {
          color: white; }
  .navbar a.navbar-brand {
    margin-left: 15px; }

/* Max image widths */
img .size-auto,
img .size-full,
img .size-large,
img .size-medium,
img .size-thumbnail {
  max-width: 100%;
  height: auto; }

/* Max content widths */
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto; }

#projects {
  background-color: #c0bfbf;
  padding-top: 40px;
  padding-bottom: 40px; }

.list-filter {
  margin-top: 0;
  margin-bottom: 40px; }
  .list-filter a {
    font-weight: 700;
    padding: 3px 6px 5px;
    -moz-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all; }
    .list-filter a:hover, .list-filter a.active {
      color: #555555;
      text-decoration: underline; }

.category-projekte header {
  margin-bottom: 50px; }
.category-projekte a img {
  -moz-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all; }
.category-projekte a:hover {
  text-decoration: none; }
  .category-projekte a:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .9; }
  .category-projekte a:hover .project-title {
    color: #5a5859; }

.project-title {
  font-size: 20px;
  color: #333333;
  -moz-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all; }

.project-branche {
  font-size: 16px;
  color: #9a9899; }

.project-leistungen {
  margin: 20px 0; }
  .project-leistungen ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .project-leistungen li {
    color: #9a9899;
    font-size: 13px; }
    .project-leistungen li:before {
      content: ">";
      padding: 0 3px 0 0; }

.project-item {
  margin-bottom: 20px; }

.project-item-inner {
  background-color: white; }

.project-item-body {
  padding: 20px; }

/* 
.list-filter {
  margin-top: 30px;
  a{
    font-weight: 700;
    padding: 3px 6px 5px;
    @include smartfade;

    &:hover, &.active{
      color: $gray;
      text-decoration: underline;
    }
  }
}

.project-item{
    position: relative;
    margin-bottom: 22px;
    overflow: hidden;

    .overlay{
      background-color: rgba($brand-primary, 1);
      position: relative;
      margin: 0 auto
    }

    &.featured{
      img{
        //@include filter(grayscale(5%));
      }
    }



    &.size-lg{
      width: 20%;
    }

    &.size-md{
      width: 10%;
    }

    a{
      position: relative;
      display: block;
      margin: 0 auto;
      color: white;

      overflow: hidden;

      .title{
        opacity: 0;
        @include smartfade;
      }

      &:hover{
        .title{
          opacity: 1;
        }

        img{
          opacity: .45;
          @include filter(grayscale(0%));
          @include scale(1.05);
        }

      }  
    }

    img{
      width: 100%;
      height: auto;
      //@include filter(grayscale(100%));
      @include smartfade;
    }

    .title{
      text-align: center;
      margin-bottom: 10px;
      padding: 0 10px;
      display: block;
      position: absolute;
      top: 50%;
      margin: -20px auto 0 !important;
      width: 100%;  
      @include smartfade;
    }

    &.event, &.objekt-raumgestaltung{
      img{
        //@include filter(grayscale(100%));
      }
    }
}

*/
.posts-nav a {
  margin-top: 32px;
  display: block; }

.project-intro p {
  font-size: 24px;
  color: #555555;
  font-weight: 100; }

.list-project-categories {
  margin-bottom: 60px; }
  .list-project-categories li {
    color: #999999; }
    .list-project-categories li:first-child {
      color: #333333; }

.list-project-leistungen ul {
  margin: 0;
  padding: 0 0 0 20px; }

#isotope-container, .isotope-blog {
  min-height: 600px; }

.blog-item {
  position: relative; }
  .blog-item article {
    padding: 10px; }
    .blog-item article header {
      margin: 0;
      padding: 10px 0;
      text-align: left;
      -moz-transition-duration: 0.35s;
      -o-transition-duration: 0.35s;
      -webkit-transition-duration: 0.35s;
      transition-duration: 0.35s;
      -moz-transition-property: all;
      -o-transition-property: all;
      -webkit-transition-property: all;
      transition-property: all; }
      .blog-item article header a {
        color: #9a9899; }
      .blog-item article header h2 {
        margin: 0;
        padding: 0; }
      .blog-item article header h5 {
        color: #676566; }

.agentur {
  -moz-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all; }
  .agentur h2 {
    font-size: 24px; }
  .agentur.active {
    color: white;
    background-color: #9a9899;
    min-height: 300px; }
    .agentur.active a {
      color: #333333;
      -moz-transition-duration: 0.35s;
      -o-transition-duration: 0.35s;
      -webkit-transition-duration: 0.35s;
      transition-duration: 0.35s;
      -moz-transition-property: all;
      -o-transition-property: all;
      -webkit-transition-property: all;
      transition-property: all; }
      .agentur.active a > img {
        -moz-transition-duration: 0.35s;
        -o-transition-duration: 0.35s;
        -webkit-transition-duration: 0.35s;
        transition-duration: 0.35s;
        -moz-transition-property: all;
        -o-transition-property: all;
        -webkit-transition-property: all;
        transition-property: all; }
      .agentur.active a:hover {
        color: black; }
        .agentur.active a:hover > img {
          opacity: .8; }

.list-anchor {
  margin-top: 40px; }

.about-item {
  padding-top: 80px;
  padding-bottom: 30px; }
  .about-item h2 {
    display: inline-block; }

.about-teaser-item h3 {
  font-size: 18px;
  margin-top: 24px; }
.about-teaser-item span {
  -moz-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all; }
.about-teaser-item a {
  -moz-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  color: #676566;
  display: block; }
.about-teaser-item:hover span {
  -moz-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  -webkit-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8); }
.about-teaser-item:hover a {
  color: #4d4c4d; }

#about {
  background-color: #eeeeee; }
  #about h1, #about h2, #about h4 {
    font-size: 32px;
    margin-bottom: 30px;
    color: #555555; }

.position {
  display: block;
  font-size: 14px;
  color: #9a9899; }

.freezeframe-animation-icon {
  display: none;
  visibility: hidden; }

a.view-details {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%; }
  a.view-details img {
    -moz-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-filter: grayscale(25%);
    filter: grayscale(25%);
    width: 100%;
    height: 100%; }
  a.view-details:hover img {
    -moz-transform: scale(1.15, 1.15);
    -ms-transform: scale(1.15, 1.15);
    -webkit-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15);
    -webkit-filter: grayscale(0);
    filter: grayscale(0); }

.glyphicon.txt-dark {
  color: #9a9899; }
.glyphicon.lg {
  font-size: 80px;
  padding: 30px; }
.glyphicon.md {
  font-size: 46px;
  padding: 30px; }
.glyphicon.bg-light {
  background-color: white; }

.text-left {
  text-align: left; }

.list-related .col-sm-2, .list-related .col-sm-3 {
  float: none;
  margin: 0 auto; }
.list-related img {
  -moz-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all; }

blockquote {
  border-left: none;
  padding: 15px 0; }
  blockquote p {
    font-size: 18px;
    color: #9a9899;
    font-style: italic; }
    blockquote p:before {
      content: "»"; }
    blockquote p:after {
      content: "«"; }

.user-avatar {
  max-width: 100px; }

.user-firstname, .user-lastname {
  display: inline-block; }

.grayscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

.img-holder {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

.panel {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none; }

div.wpcf7-response-output {
  margin-left: 0;
  margin-right: 0; }

div.wpcf7-validation-errors {
  border: none;
  background-color: #F4B350;
  color: white; }

span.wpcf7-not-valid-tip {
  color: #e74c3c;
  font-size: .8em;
  font-style: italic; }

/* ==========================================================================
   FlexSlider
   ========================================================================== */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  margin: 0 auto;
  display: none;
  -webkit-backface-visibility: hidden;
  overflow: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto; }

.flex-pauseplay span {
  text-transform: capitalize; }

.flexslider .slides a img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0); }
.flexslider .slides a .overlay {
  opacity: 0;
  -moz-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all; }
.flexslider .slides a:hover .overlay {
  opacity: 1;
  z-index: 5; }
.flexslider .slides a.view-details {
  display: table;
  margin: 0 auto;
  text-align: center;
  position: relative; }
  .flexslider .slides a.view-details .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    color: white; }
    .flexslider .slides a.view-details .overlay .overlay-wrapper {
      display: table;
      width: 100%;
      height: 100%; }
    .flexslider .slides a.view-details .overlay h4 {
      display: table-cell;
      vertical-align: middle;
      -moz-transition-duration: 0.35s;
      -o-transition-duration: 0.35s;
      -webkit-transition-duration: 0.35s;
      transition-duration: 0.35s;
      -moz-transition-property: all;
      -o-transition-property: all;
      -webkit-transition-property: all;
      transition-property: all;
      -moz-transform: scale(2, 2);
      -ms-transform: scale(2, 2);
      -webkit-transform: scale(2, 2);
      transform: scale(2, 2); }
      .flexslider .slides a.view-details .overlay h4 span {
        background-color: #9a9899;
        padding: 20px; }
  .flexslider .slides a.view-details img {
    -moz-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.85s;
    -o-transition-duration: 0.85s;
    -webkit-transition-duration: 0.85s;
    transition-duration: 0.85s; }
  .flexslider .slides a.view-details:hover img {
    opacity: .32;
    -moz-transform: scale(0.95, 0.95);
    -ms-transform: scale(0.95, 0.95);
    -webkit-transform: scale(0.95, 0.95);
    transform: scale(0.95, 0.95); }
  .flexslider .slides a.view-details:hover .overlay h4 {
    -moz-transform: rotate(0) skew(0, 0);
    -ms-transform: rotate(0) skew(0, 0);
    -webkit-transform: rotate(0) skew(0, 0);
    transform: rotate(0) skew(0, 0); }

/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0;
  background: #fff;
  border: none;
  position: relative; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

.carousel li {
  margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease; }

.flex-direction-nav .flex-prev {
  left: 0; }

.flex-direction-nav .flex-next {
  right: 0;
  text-align: right; }

.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default; }

.flex-direction-nav a:before {
  font-family: "Glyphicons Halflings";
  font-size: 26px;
  display: inline-block;
  content: '\e132'; }

.flex-direction-nav a.flex-next:before {
  content: '\e131'; }

/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "Glyphicons Halflings";
  font-size: 20px;
  display: inline-block;
  content: '\e073'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\e029'; }

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2; }

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1; }

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s; }

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width; }

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity; }

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

/*
 * Style tweaks for Offcanvas
 * --------------------------------------------------
 */
html,
body {
  height: 100%; }

/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    transition: all .25s ease-out; }

  .row-offcanvas-right {
    right: 0; }

  .row-offcanvas-left {
    left: 0; }

  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -100%;
    /* 6 columns */ }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -100%;
    /* 6 columns */ }

  .row-offcanvas-right.active {
    right: 100%;
    /* 6 columns */ }

  .row-offcanvas-left.active {
    left: 100%;
    /* 6 columns */ }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 100%;
    /* 6 columns */ } }
@font-face {
  font-family: 'EntypoRegular';
  src: url("../fonts/entypo/entypo.eot");
  src: url("../fonts/entypo/entypo.eot?#iefix") format("embedded-opentype"), url("../fonts/entypo/entypo.woff") format("woff"), url("../fonts/entypo/entypo.ttf") format("truetype"), url("../fonts/entypo/entypo.svg#EntypoRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'EntypoSocialRegular';
  src: url("../fonts/entypo/entypo-social.eot");
  src: url("../fonts/entypo/entypo-social.eot?#iefix") format("embedded-opentype"), url("../fonts/entypo/entypo-social.woff") format("woff"), url("../fonts/entypo/entypo-social.ttf") format("truetype"), url("../fonts/entypo/entypo-social.svg#EntypoRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
.entypo {
  font-family: 'EntypoRegular';
  font-size: 2em;
  font-weight: normal;
  line-height: 0; }

.entypo-social {
  font-family: 'EntypoSocialRegular';
  font-size: 2em;
  font-weight: normal;
  line-height: 0; }

.entypo.phone:before {
  content: '\1F4DE'; }

.entypo.mobile:before {
  content: '\1F4F1'; }

.entypo.mouse:before {
  content: '\E789'; }

.entypo.address:before {
  content: '\E723'; }

.entypo.mail:before {
  content: '\2709'; }

.entypo.paper-plane:before {
  content: '\1F53F'; }

.entypo.pencil:before {
  content: '\270E'; }

.entypo.feather:before {
  content: '\2712'; }

.entypo.attach:before {
  content: '\1F4CE'; }

.entypo.inbox:before {
  content: '\E777'; }

.entypo.reply:before {
  content: '\E712'; }

.entypo.reply-all:before {
  content: '\E713'; }

.entypo.forward:before {
  content: '\27A6'; }

.entypo.user:before {
  content: '\1F464'; }

.entypo.users:before {
  content: '\1F465'; }

.entypo.add-user:before {
  content: '\E700'; }

.entypo.vcard:before {
  content: '\E722'; }

.entypo.export:before {
  content: '\E715'; }

.entypo.location:before {
  content: '\E724'; }

.entypo.map:before {
  content: '\E727'; }

.entypo.compass:before {
  content: '\E728'; }

.entypo.direction:before {
  content: '\27A2'; }

.entypo.hair-cross:before {
  content: '\1F3AF'; }

.entypo.share:before {
  content: '\E73C'; }

.entypo.shareable:before {
  content: '\E73E'; }

.entypo.heart:before {
  content: '\2665'; }

.entypo.heart-empty:before {
  content: '\2661'; }

.entypo.star:before {
  content: '\2605'; }

.entypo.star-empty:before {
  content: '\2606'; }

.entypo.thumbs-up:before {
  content: '\1F44D'; }

.entypo.thumbs-down:before {
  content: '\1F44E'; }

.entypo.chat:before {
  content: '\E720'; }

.entypo.comment:before {
  content: '\E718'; }

.entypo.quote:before {
  content: '\275E'; }

.entypo.home:before {
  content: '\2302'; }

.entypo.popup:before {
  content: '\E74C'; }

.entypo.search:before {
  content: '\1F50D'; }

.entypo.flashlight:before {
  content: '\1F526'; }

.entypo.print:before {
  content: '\E716'; }

.entypo.bell:before {
  content: '\1F514'; }

.entypo.link:before {
  content: '\1F517'; }

.entypo.flag:before {
  content: '\2691'; }

.entypo.cog:before {
  content: '\2699'; }

.entypo.tools:before {
  content: '\2692'; }

.entypo.trophy:before {
  content: '\1F3C6'; }

.entypo.tag:before {
  content: '\E70C'; }

.entypo.camera:before {
  content: '\1F4F7'; }

.entypo.megaphone:before {
  content: '1F4E3'; }

.entypo.moon:before {
  content: '\0045'; }

.entypo.palette:before {
  content: '\1F3A8'; }

.entypo.leaf:before {
  content: '\1F342'; }

.entypo.note:before {
  content: '\266A'; }

.entypo.beamed-note:before {
  content: '\266B'; }

.entypo.new:before {
  content: '\1F4A5'; }

.entypo.graduation-cap:before {
  content: '\1F393'; }

.entypo.book:before {
  content: '\1F4D5'; }

.entypo.newspaper:before {
  content: '\1F4F0'; }

.entypo.bag:before {
  content: '\1F45C'; }

.entypo.airplane:before {
  content: '\2708'; }

.entypo.lifebuoy:before {
  content: '\E788'; }

.entypo.eye:before {
  content: '\E70A'; }

.entypo.clock:before {
  content: '\1F554'; }

.entypo.mic:before {
  content: '\1F3A4'; }

.entypo.calendar:before {
  content: '\1F4C5'; }

.entypo.flash:before {
  content: '\26A1'; }

.entypo.thunder-cloud:before {
  content: '\26C8'; }

.entypo.droplet:before {
  content: '\1F4A7'; }

.entypo.cd:before {
  content: '\1F4BF'; }

.entypo.briefcase:before {
  content: '\1F4BC'; }

.entypo.air:before {
  content: '\1F4A8'; }

.entypo.hourglass:before {
  content: '\23F3'; }

.entypo.gauge:before {
  content: '\1F6C7'; }

.entypo.language:before {
  content: '\1F394'; }

.entypo.network:before {
  content: '\E776'; }

.entypo.key:before {
  content: '\1F511'; }

.entypo.battery:before {
  content: '\1F50B'; }

.entypo.bucket:before {
  content: '\1F4FE'; }

.entypo.magnet:before {
  content: '\E7A1'; }

.entypo.drive:before {
  content: '\1F4FD'; }

.entypo.cup:before {
  content: '\2615'; }

.entypo.rocket:before {
  content: '\1F680'; }

.entypo.brush:before {
  content: '\E79A'; }

.entypo.suitcase:before {
  content: '\1F6C6'; }

.entypo.traffic-cone:before {
  content: '\1F6C8'; }

.entypo.globe:before {
  content: '\1F30E'; }

.entypo.keyboard:before {
  content: '\2328'; }

.entypo.browser:before {
  content: '\E74E'; }

.entypo.publish:before {
  content: '\E74D'; }

.entypo.progress-3:before {
  content: '\E76B'; }

.entypo.progress-2:before {
  content: '\E76A'; }

.entypo.progress-1:before {
  content: '\E769'; }

.entypo.progress-0:before {
  content: '\E768'; }

.entypo.light-down:before {
  content: '\1F505'; }

.entypo.light-up:before {
  content: '\1F506'; }

.entypo.adjust:before {
  content: '\25D1'; }

.entypo.code:before {
  content: '\E714'; }

.entypo.monitor:before {
  content: '\1F4BB'; }

.entypo.infinity:before {
  content: '\221E'; }

.entypo.light-bulb:before {
  content: '\1F4A1'; }

.entypo.credit-card:before {
  content: '\1F4B3'; }

.entypo.database:before {
  content: '\1F4F8'; }

.entypo.voicemail:before {
  content: '\2707'; }

.entypo.clipboard:before {
  content: '\1F4CB'; }

.entypo.cart:before {
  content: '\E73D'; }

.entypo.box:before {
  content: '\1F4E6'; }

.entypo.ticket:before {
  content: '\1F3AB'; }

.entypo.rss:before {
  content: '\E73A'; }

.entypo.signal:before {
  content: '\1F4F6'; }

.entypo.thermometer:before {
  content: '\1F4FF'; }

.entypo.water:before {
  content: '\1F4A6'; }

.entypo.sweden:before {
  content: '\F601'; }

.entypo.line-graph:before {
  content: '\1F4C8'; }

.entypo.pie-chart:before {
  content: '\25F4'; }

.entypo.bar-graph:before {
  content: '\1F4CA'; }

.entypo.area-graph:before {
  content: '\1F53E'; }

.entypo.lock:before {
  content: '\1F512'; }

.entypo.lock-open:before {
  content: '\1F513'; }

.entypo.logout:before {
  content: '\E741'; }

.entypo.login:before {
  content: '\E740'; }

.entypo.check:before {
  content: '\2713'; }

.entypo.cross:before {
  content: '\274C'; }

.entypo.squared-minus:before {
  content: '\229F'; }

.entypo.squared-plus:before {
  content: '\229E'; }

.entypo.squared-cross:before {
  content: '\274E'; }

.entypo.circled-minus:before {
  content: '\2296'; }

.entypo.circled-plus:before {
  content: '\2295'; }

.entypo.circled-cross:before {
  content: '\2716'; }

.entypo.minus:before {
  content: '\2796'; }

.entypo.plus:before {
  content: '\2795'; }

.entypo.erase:before {
  content: '\232B'; }

.entypo.block:before {
  content: '\1F6AB'; }

.entypo.info:before {
  content: '\2139'; }

.entypo.circled-info:before {
  content: '\E705'; }

.entypo.help:before {
  content: '\2753'; }

.entypo.circled-help:before {
  content: '\E704'; }

.entypo.warning:before {
  content: '\26A0'; }

.entypo.cycle:before {
  content: '\1F504'; }

.entypo.cw:before {
  content: '\27F3'; }

.entypo.ccw:before {
  content: '\27F2'; }

.entypo.shuffle:before {
  content: '\1F500'; }

.entypo.back:before {
  content: '\1F519'; }

.entypo.level-down:before {
  content: '\21B3'; }

.entypo.retweet:before {
  content: '\E717'; }

.entypo.loop:before {
  content: '\1F501'; }

.entypo.back-in-time:before {
  content: '\E771'; }

.entypo.level-up:before {
  content: '\21B0'; }

.entypo.switch:before {
  content: '\21C6'; }

.entypo.numbered-list:before {
  content: '\E005'; }

.entypo.add-to-list:before {
  content: '\E003'; }

.entypo.layout:before {
  content: '\268F'; }

.entypo.list:before {
  content: '\2630'; }

.entypo.text-doc:before {
  content: '\1F4C4'; }

.entypo.text-doc-inverted:before {
  content: '\E731'; }

.entypo.doc:before {
  content: '\E730'; }

.entypo.docs:before {
  content: '\E736'; }

.entypo.landscape-doc:before {
  content: '\E737'; }

.entypo.picture:before {
  content: '\1F304'; }

.entypo.video:before {
  content: '\1F3AC'; }

.entypo.music:before {
  content: '\1F3B5'; }

.entypo.folder:before {
  content: '\1F4C1'; }

.entypo.archive:before {
  content: '\E800'; }

.entypo.trash:before {
  content: '\E729'; }

.entypo.upload:before {
  content: '\1F4E4'; }

.entypo.download:before {
  content: '\1F4E5'; }

.entypo.save:before {
  content: '\1F4BE'; }

.entypo.install:before {
  content: '\E778'; }

.entypo.cloud:before {
  content: '\2601'; }

.entypo.upload-cloud:before {
  content: '\E711'; }

.entypo.bookmark:before {
  content: '\1F516'; }

.entypo.bookmarks:before {
  content: '\1F4D1'; }

.entypo.open-book:before {
  content: '\1F4D6'; }

.entypo.play:before {
  content: '\25B6'; }

.entypo.paus:before {
  content: '\2016'; }

.entypo.record:before {
  content: '\25CF'; }

.entypo.stop:before {
  content: '\25A0'; }

.entypo.ff:before {
  content: '\23E9'; }

.entypo.fb:before {
  content: '\23EA'; }

.entypo.to-start:before {
  content: '\23EE'; }

.entypo.to-end:before {
  content: '\23ED'; }

.entypo.resize-full:before {
  content: '\E744'; }

.entypo.resize-small:before {
  content: '\E746'; }

.entypo.volume:before {
  content: '\23F7'; }

.entypo.sound:before {
  content: '\1F50A'; }

.entypo.mute:before {
  content: '\1F507'; }

.entypo.flow-cascade:before {
  content: '\1F568'; }

.entypo.flow-branch:before {
  content: '\1F569'; }

.entypo.flow-tree:before {
  content: '\1F56A'; }

.entypo.flow-line:before {
  content: '\1F56B'; }

.entypo.flow-parallel:before {
  content: '\1F56C'; }

.entypo.left-bold:before {
  content: '\E4AD'; }

.entypo.down-bold:before {
  content: '\E4B0'; }

.entypo.up-bold:before {
  content: '\E4AF'; }

.entypo.right-bold:before {
  content: '\E4AE'; }

.entypo.left:before {
  content: '\2B05'; }

.entypo.down:before {
  content: '\2B07'; }

.entypo.up:before {
  content: '\2B06'; }

.entypo.right:before {
  content: '\27A1'; }

.entypo.circled-left:before {
  content: '\E759'; }

.entypo.circled-down:before {
  content: '\E758'; }

.entypo.circled-up:before {
  content: '\E75B'; }

.entypo.circled-right:before {
  content: '\E75A'; }

.entypo.triangle-left:before {
  content: '\25C2'; }

.entypo.triangle-down:before {
  content: '\25BE'; }

.entypo.triangle-up:before {
  content: '\25B4'; }

.entypo.triangle-right:before {
  content: '\25B8'; }

.entypo.chevron-left:before {
  content: '\E75D'; }

.entypo.chevron-down:before {
  content: '\E75C'; }

.entypo.chevron-up:before {
  content: '\E75F'; }

.entypo.chevron-right:before {
  content: '\E75E'; }

.entypo.chevron-small-left:before {
  content: '\E761'; }

.entypo.chevron-small-down:before {
  content: '\E760'; }

.entypo.chevron-small-up:before {
  content: '\E763'; }

.entypo.chevron-small-right:before {
  content: '\E762'; }

.entypo.chevron-thin-left:before {
  content: '\E765'; }

.entypo.chevron-thin-down:before {
  content: '\E764'; }

.entypo.chevron-thin-up:before {
  content: '\E767'; }

.entypo.chevron-thin-right:before {
  content: '\E766'; }

.entypo.left-thin:before {
  content: '\2190'; }

.entypo.down-thin:before {
  content: '\2193'; }

.entypo.up-thin:before {
  content: '\2191'; }

.entypo.right-thin:before {
  content: '\2192'; }

.entypo.arrow-combo:before {
  content: '\E74F'; }

.entypo.three-dots:before {
  content: '\23F6'; }

.entypo.two-dots:before {
  content: '\23F5'; }

.entypo.dot:before {
  content: '\23F4'; }

.entypo.cc:before {
  content: '\1F545'; }

.entypo.cc-by:before {
  content: '\1F546'; }

.entypo.cc-nc:before {
  content: '\1F547'; }

.entypo.cc-nc-eu:before {
  content: '\1F548'; }

.entypo.cc-nc-jp:before {
  content: '\1F549'; }

.entypo.cc-sa:before {
  content: '\1F54A'; }

.entypo.cc-nd:before {
  content: '\1F54B'; }

.entypo.cc-pd:before {
  content: '\1F54C'; }

.entypo.cc-zero:before {
  content: '\1F54D'; }

.entypo.cc-share:before {
  content: '\1F54E'; }

.entypo.cc-remix:before {
  content: '\1F54F'; }

.entypo.db-logo:before {
  content: '\1F5F9'; }

.entypo.db-shape:before {
  content: '\1F5FA'; }

.entypo-social.github:before {
  content: '\F300'; }

.entypo-social.c-github:before {
  content: '\F301'; }

.entypo-social.flickr:before {
  content: '\F303'; }

.entypo-social.c-flickr:before {
  content: '\F304'; }

.entypo-social.vimeo:before {
  content: '\F306'; }

.entypo-social.c-vimeo:before {
  content: '\F307'; }

.entypo-social.twitter:before {
  content: '\F309'; }

.entypo-social.c-twitter:before {
  content: '\F30A'; }

.entypo-social.facebook:before {
  content: '\F30C'; }

.entypo-social.c-facebook:before {
  content: '\F30D'; }

.entypo-social.s-facebook:before {
  content: '\F30E'; }

.entypo-social.google + :before {
  content: '\F30F'; }

.entypo-social.c-google + :before {
  content: '\F310'; }

.entypo-social.pinterest:before {
  content: '\F312'; }

.entypo-social.c-pinterest:before {
  content: '\F313'; }

.entypo-social.tumblr:before {
  content: '\F315'; }

.entypo-social.c-tumblr:before {
  content: '\F316'; }

.entypo-social.linkedin:before {
  content: '\F318'; }

.entypo-social.c-linkedin:before {
  content: '\F319'; }

.entypo-social.dribbble:before {
  content: '\F31B'; }

.entypo-social.c-dribbble:before {
  content: '\F31C'; }

.entypo-social.stumbleupon:before {
  content: '\F31E'; }

.entypo-social.c-stumbleupon:before {
  content: '\F31F'; }

.entypo-social.lastfm:before {
  content: '\F321'; }

.entypo-social.c-lastfm:before {
  content: '\F322'; }

.entypo-social.rdio:before {
  content: '\F324'; }

.entypo-social.c-rdio:before {
  content: '\F325'; }

.entypo-social.spotify:before {
  content: '\F327'; }

.entypo-social.c-spotify:before {
  content: '\F328'; }

.entypo-social.qq:before {
  content: '\F32A'; }

.entypo-social.instagram:before {
  content: '\F32D'; }

.entypo-social.dropbox:before {
  content: '\F330'; }

.entypo-social.evernote:before {
  content: '\F333'; }

.entypo-social.flattr:before {
  content: '\F336'; }

.entypo-social.skype:before {
  content: '\F339'; }

.entypo-social.c-skype:before {
  content: '\F33A'; }

.entypo-social.renren:before {
  content: '\F33C'; }

.entypo-social.sina-weibo:before {
  content: '\F33F'; }

.entypo-social.paypal:before {
  content: '\F342'; }

.entypo-social.picasa:before {
  content: '\F345'; }

.entypo-social.soundcloud:before {
  content: '\F348'; }

.entypo-social.mixi:before {
  content: '\F34B'; }

.entypo-social.behance:before {
  content: '\F34E'; }

.entypo-social.google-circles:before {
  content: '\F351'; }

.entypo-social.vk:before {
  content: '\F354'; }

.entypo-social.smashing:before {
  content: '\F357'; }

@media (min-width: 768px) {
  body.home {
    padding-top: 0; }
    body.home .navbar {
      margin-bottom: 0;
      z-index: 10000;
      background-color: transparent;
      border-bottom: 1px solid transparent;
      padding: 30px 0;
      -moz-transition-property: background, padding;
      -o-transition-property: background, padding;
      -webkit-transition-property: background, padding;
      transition-property: background, padding;
      -moz-transition-duration: 0.5s;
      -o-transition-duration: 0.5s;
      -webkit-transition-duration: 0.5s;
      transition-duration: 0.5s; }
      body.home .navbar.top-nav-collapse {
        padding: 10px 0;
        background-color: white; }

  .navbar.navbar-default .nav {
    float: right; }
  .navbar.navbar-transparent {
    background-color: transparent; }
    .navbar.navbar-transparent.affix {
      background-color: white;
      top: 0;
      left: 0;
      width: 100%;
      padding: 10px 0; }

  article .post-content {
    margin-top: 140px; }

  .one_half {
    width: 48%; }

  .one_third {
    width: 30.66%; }

  .two_third {
    width: 65.33%; }

  .one_fourth {
    width: 22%; }

  .three_fourth {
    width: 74%; }

  .one_fifth {
    width: 16.8%; }

  .two_fifth {
    width: 37.6%; }

  .three_fifth {
    width: 58.4%; }

  .four_fifth {
    width: 67.2%; }

  .one_sixth {
    width: 13.33%; }

  .five_sixth {
    width: 82.67%; }

  .one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
    position: relative;
    margin-right: 4%;
    float: left;
    text-align: left; }

  .last {
    margin-right: 0 !important;
    clear: right; }

  .clearboth {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 100%; } }
