@charset "UTF-8";
/**
 * Theme Name: Tin Jelavic
 * Theme URI: http://www.tinjelavic.com
 * Author: Wink
 * Author URI: http://wink.hr
 * Description: Custom WordPress theme for young and prominent architect Tin Jelavic
 * Version: 1.0
 * Text Domain: tinj
 * Domain Path: /languages/
 */
.no-flexbox .list__flex:before, .gallery:before,
.gallery-clear:before,
.gallery-pagination:before, .widget:before, .comments-area:before, #respond:before, .entry:before, .no-flexbox .list__flex:after, .gallery:after,
.gallery-clear:after,
.gallery-pagination:after, .widget:after, .comments-area:after, #respond:after, .entry:after {
  content: "";
  display: table;
}

.no-flexbox .list__flex::after, .gallery::after,
.gallery-clear::after,
.gallery-pagination::after, .widget::after, .comments-area::after, #respond::after, .entry::after {
  clear: both;
}

/*! =Scaffolding
-------------------------------------------------------------- */
html {
  box-sizing: border-box;
  font-size: 14px;
  -webkit-tap-highlight-color: transparent;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  color: #464646;
  background-color: #f2f2f2;
  padding-top: 50px;
}

a {
  color: #f0bf20;
  text-decoration: none;
}

a:focus, a:hover {
  color: #b78f0c;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a:visited {
  color: #f0bf20;
}

a.btn:visited {
  color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-family: "Lato", sans-serif;
  margin-top: 0;
  margin-bottom: 0.618em;
  clear: both;
}

h4, h5, h6 {
  font-weight: 500;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

hr {
  border: none;
  border-top: 1px solid #d7d7d7;
  margin: 10px 0;
  clear: both;
  float: none;
}

.section {
  position: relative;
  margin: 0;
  padding: 0;
  display: block;
  clear: both;
  float: none;
}

.blocked {
  display: block;
}

.list__flex {
  list-style: none;
  margin: 0 -10px;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
}

.no-flexbox .list__flex {
  display: inline-block;
}

.list__flex.no-wrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.list__flex.align-top {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.list__flex.align-bottom {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.list__flex.align-center {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.list__flex.align-stretch {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.list__flex.align-baseline {
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.list__flex.justify-start {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.list__flex.justify-end {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.list__flex.justify-center {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.list__flex.justify-space-between {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.list__flex.justify-space-around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.list__flex > li {
  position: relative;
  list-style: none;
  padding: 0 10px;
  margin: 0;
  min-height: 1px;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.list__flex > li.align-self--top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.list__flex > li.align-self--bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.list__flex > li.align-self--center {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.no-flexbox .list__flex > li {
  display: inline-block;
  float: left;
  width: auto;
}

.list__flex.columns-1 > li {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.list__flex li.item--offset-10 {
  margin-left: 100%;
}

.list__flex.columns-2 > li {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.list__flex li.item--offset-20 {
  margin-left: 50%;
}

.list__flex.columns-3 > li {
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.list__flex li.item--offset-30 {
  margin-left: 33.33333%;
}

.list__flex.columns-4 > li {
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.list__flex li.item--offset-40 {
  margin-left: 25%;
}

.list__flex.columns-5 > li {
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.list__flex li.item--offset-50 {
  margin-left: 20%;
}

.list__flex.columns-6 > li {
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.list__flex li.item--offset-60 {
  margin-left: 16.66667%;
}

.list__flex.columns-7 > li {
  -webkit-flex: 0 0 14.28571%;
  -ms-flex: 0 0 14.28571%;
  flex: 0 0 14.28571%;
  max-width: 14.28571%;
}

.list__flex li.item--offset-70 {
  margin-left: 14.28571%;
}

.list__flex.columns-8 > li {
  -webkit-flex: 0 0 12.5%;
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.list__flex li.item--offset-80 {
  margin-left: 12.5%;
}

.list__flex.columns-9 > li {
  -webkit-flex: 0 0 11.11111%;
  -ms-flex: 0 0 11.11111%;
  flex: 0 0 11.11111%;
  max-width: 11.11111%;
}

.list__flex li.item--offset-90 {
  margin-left: 11.11111%;
}

.list__flex.columns-10 > li {
  -webkit-flex: 0 0 10%;
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
  max-width: 10%;
}

.list__flex li.item--offset-100 {
  margin-left: 10%;
}

@media only screen and (max-width: 320px) {
  .list__flex.columns-xs-1 > li {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .list__flex.columns-xs-2 > li {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .list__flex.columns-xs-3 > li {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .list__flex.columns-xs-4 > li {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .list__flex.columns-xs-5 > li {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .list__flex.columns-xs-6 > li {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .list__flex.columns-xs-7 > li {
    -webkit-flex: 0 0 14.28571%;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  .list__flex.columns-xs-8 > li {
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .list__flex.columns-xs-9 > li {
    -webkit-flex: 0 0 11.11111%;
    -ms-flex: 0 0 11.11111%;
    flex: 0 0 11.11111%;
    max-width: 11.11111%;
  }
  .list__flex.columns-xs-10 > li {
    -webkit-flex: 0 0 10%;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
  }
}

@media only screen and (max-width: 480px) {
  .list__flex.columns-sm-1 > li {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .list__flex.columns-sm-2 > li {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .list__flex.columns-sm-3 > li {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .list__flex.columns-sm-4 > li {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .list__flex.columns-sm-5 > li {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .list__flex.columns-sm-6 > li {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .list__flex.columns-sm-7 > li {
    -webkit-flex: 0 0 14.28571%;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  .list__flex.columns-sm-8 > li {
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .list__flex.columns-sm-9 > li {
    -webkit-flex: 0 0 11.11111%;
    -ms-flex: 0 0 11.11111%;
    flex: 0 0 11.11111%;
    max-width: 11.11111%;
  }
  .list__flex.columns-sm-10 > li {
    -webkit-flex: 0 0 10%;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
  }
}

@media only screen and (max-width: 640px) {
  .list__flex.columns-xm-1 > li {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .list__flex.columns-xm-2 > li {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .list__flex.columns-xm-3 > li {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .list__flex.columns-xm-4 > li {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .list__flex.columns-xm-5 > li {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .list__flex.columns-xm-6 > li {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .list__flex.columns-xm-7 > li {
    -webkit-flex: 0 0 14.28571%;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  .list__flex.columns-xm-8 > li {
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .list__flex.columns-xm-9 > li {
    -webkit-flex: 0 0 11.11111%;
    -ms-flex: 0 0 11.11111%;
    flex: 0 0 11.11111%;
    max-width: 11.11111%;
  }
  .list__flex.columns-xm-10 > li {
    -webkit-flex: 0 0 10%;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
  }
}

@media only screen and (max-width: 768px) {
  .list__flex.columns-md-1 > li {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .list__flex.columns-md-2 > li {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .list__flex.columns-md-3 > li {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .list__flex.columns-md-4 > li {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .list__flex.columns-md-5 > li {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .list__flex.columns-md-6 > li {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .list__flex.columns-md-7 > li {
    -webkit-flex: 0 0 14.28571%;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  .list__flex.columns-md-8 > li {
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .list__flex.columns-md-9 > li {
    -webkit-flex: 0 0 11.11111%;
    -ms-flex: 0 0 11.11111%;
    flex: 0 0 11.11111%;
    max-width: 11.11111%;
  }
  .list__flex.columns-md-10 > li {
    -webkit-flex: 0 0 10%;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
  }
}

@media only screen and (max-width: 992px) {
  .list__flex.columns-lg-1 > li {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .list__flex.columns-lg-2 > li {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .list__flex.columns-lg-3 > li {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .list__flex.columns-lg-4 > li {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .list__flex.columns-lg-5 > li {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .list__flex.columns-lg-6 > li {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .list__flex.columns-lg-7 > li {
    -webkit-flex: 0 0 14.28571%;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  .list__flex.columns-lg-8 > li {
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .list__flex.columns-lg-9 > li {
    -webkit-flex: 0 0 11.11111%;
    -ms-flex: 0 0 11.11111%;
    flex: 0 0 11.11111%;
    max-width: 11.11111%;
  }
  .list__flex.columns-lg-10 > li {
    -webkit-flex: 0 0 10%;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
  }
}

@media only screen and (max-width: 1200px) {
  .list__flex.columns-xl-1 > li {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .list__flex.columns-xl-2 > li {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .list__flex.columns-xl-3 > li {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .list__flex.columns-xl-4 > li {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .list__flex.columns-xl-5 > li {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .list__flex.columns-xl-6 > li {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .list__flex.columns-xl-7 > li {
    -webkit-flex: 0 0 14.28571%;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  .list__flex.columns-xl-8 > li {
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .list__flex.columns-xl-9 > li {
    -webkit-flex: 0 0 11.11111%;
    -ms-flex: 0 0 11.11111%;
    flex: 0 0 11.11111%;
    max-width: 11.11111%;
  }
  .list__flex.columns-xl-10 > li {
    -webkit-flex: 0 0 10%;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
  }
}

.list__flex.direction-column {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.list__flex.no-padding {
  margin-left: 0;
  margin-right: 0;
}

.list__flex.no-padding > li {
  padding-left: 0;
  padding-right: 0;
}

.list__flex--gallery {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.list__flex--gallery > li {
  padding: 15px;
}

.list__flex--gallery > li > a {
  display: block;
}

.list__flex--gallery > li > a img {
  width: 100%;
  height: auto;
}

.list__flex--works {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
  overflow: hidden;
}

.list__flex--works > li {
  padding: 15px;
}

.list__flex--works > li > a {
  display: block;
}

.list__flex--works > li > a img {
  width: 100%;
  height: auto;
}

.work {
  position: relative;
}

.work__in {
  position: absolute;
  z-index: 10;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all .15s ease-in;
  background-color: transparent;
}

.work__text {
  position: absolute;
  width: 100%;
  height: auto;
  min-height: 35px;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  z-index: 15;
  color: #fff;
  opacity: 0;
  transition: all .2s ease-in;
}

.work__number {
  display: none;
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-size: 18px;
  font-size: 1.35714rem;
  line-height: 1;
  margin-bottom: 10px;
}

.work__title {
  font-size: 24px;
  font-size: 1.78571rem;
  font-weight: 400;
  color: #f0bf20;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  line-height: 1;
  margin: 0;
  padding: 0;
}

.work__excerpt {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-size: 1.07143rem;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
}

.work__thumb {
  position: relative;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.work__link {
  display: block;
  position: relative;
  text-decoration: none;
}

.work__link:hover .work__in {
  background-color: rgba(0, 0, 0, 0.5);
}

.work__link:hover .work__in:before {
  border-width: 15px;
}

.columns-3 .work__link:hover .work__in:before {
  border-width: 5px;
}

.work__link:hover .work__text {
  opacity: 1;
}

.fx-col-1 {
  -webkit-flex: 0 0 8.33333%;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.fx-col-2 {
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.fx-col-3 {
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.fx-col-4 {
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.fx-col-5 {
  -webkit-flex: 0 0 41.66667%;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.fx-col-6 {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.fx-col-7 {
  -webkit-flex: 0 0 58.33333%;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.fx-col-8 {
  -webkit-flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.fx-col-9 {
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.fx-col-10 {
  -webkit-flex: 0 0 83.33333%;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.fx-col-11 {
  -webkit-flex: 0 0 91.66667%;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.fx-col-12 {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

/*! =Bootstrap overrides and addons
-------------------------------------------------------------- */
.navbar,
.form-control,
.btn,
.dropdown-menu,
.navbar-toggle {
  border-radius: 0;
}

@media (min-width: 1400px) {
  .container,
  .container-larger {
    width: 1300px;
  }
}

.btn--rounded {
  border-radius: 24px;
}

.btn--sharp {
  border-radius: 0;
}

.btn--raised {
  box-shadow: 0 3px 0 0 #333333;
}

.btn--outline {
  background: none;
  border: 1px solid #fff;
}

.btn--outline.white {
  color: #fff;
}

.btn-primary {
  color: #fff;
  background-color: #5b5e61;
  border-color: #5b5e61;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #5b5e61;
  border-color: #5b5e61;
}

a.btn--prev-next {
  width: 28px;
  height: 28px;
  border-radius: 0;
  border: 1px solid #f0bf20;
  color: #000000;
  text-align: center;
  line-height: 22px;
  overflow: hidden;
  font-size: 18px;
  font-size: 1.35714rem;
  padding: 0;
  text-indent: 10px;
  transition: all .15s ease-out;
}

a.btn--prev-next:hover, a.btn--prev-next:visited {
  color: #000000;
}

a.btn--prev-next span {
  display: inline-block;
}

a.btn--prev-next.btn--next {
  text-indent: -10px;
}

a.btn--prev-next:hover {
  text-indent: -5px;
}

a.btn--prev-next.btn--next {
  text-indent: -10px;
}

a.btn--prev-next.btn--next:hover {
  text-indent: 5px;
}

a.btn--prev-next.disabled {
  opacity: .25;
  cursor: not-allowed;
  border-color: #ffffff;
  color: #ffffff;
}

.work__prev a,
.work__next a {
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  border-radius: 0;
  border: 1px solid #f0bf20;
  color: #000000;
  text-align: center;
  line-height: 22px;
  overflow: hidden;
  font-size: 18px;
  font-size: 1.35714rem;
  padding: 0;
  text-indent: 10px;
  transition: all .15s ease-out;
}

.work__prev a:hover, .work__prev a:visited,
.work__next a:hover,
.work__next a:visited {
  color: #000000;
}

.work__prev a span,
.work__next a span {
  display: inline-block;
}

.work__prev a:hover,
.work__next a:hover {
  text-indent: -5px;
}

.work__prev a.disabled,
.work__next a.disabled {
  opacity: .45;
  cursor: not-allowed;
}

.work__next a {
  text-indent: -10px;
}

.work__next a:hover {
  text-indent: 5px;
}

.container,
.container-fluid,
.row {
  position: relative;
}

.add-on .input-group-btn > .btn {
  border-left-width: 0;
  left: -2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.add-on .form-control:focus {
  box-shadow: none;
  border-color: #cccccc;
}

/*! =Extra Bootstrap breakpoints
-------------------------------------------------------------- */
.col-ss-1,
.col-ss-2,
.col-ss-3,
.col-ss-4,
.col-ss-5,
.col-ss-6,
.col-ss-7,
.col-ss-8,
.col-ss-9,
.col-ss-10,
.col-ss-11,
.col-ss-12,
.col-xm-1,
.col-xm-2,
.col-xm-3,
.col-xm-4,
.col-xm-5,
.col-xm-6,
.col-xm-7,
.col-xm-8,
.col-xm-9,
.col-xm-10,
.col-xm-11,
.col-xm-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

@media only screen and (max-width: 640px) {
  .col-xm-12 {
    width: 100%;
  }
  .col-xm-11 {
    width: 91.66666667%;
  }
  .col-xm-10 {
    width: 83.33333333%;
  }
  .col-xm-9 {
    width: 75%;
  }
  .col-xm-8 {
    width: 66.66666667%;
  }
  .col-xm-7 {
    width: 58.33333333%;
  }
  .col-xm-6 {
    width: 50%;
  }
  .col-xm-5 {
    width: 41.66666667%;
  }
  .col-xm-4 {
    width: 33.33333333%;
  }
  .col-xm-3 {
    width: 25%;
  }
  .col-xm-2 {
    width: 16.66666667%;
  }
  .col-xm-1 {
    width: 8.33333333%;
  }
  .col-xm-pull-12 {
    right: 100%;
  }
  .col-xm-pull-11 {
    right: 91.66666667%;
  }
  .col-xm-pull-10 {
    right: 83.33333333%;
  }
  .col-xm-pull-9 {
    right: 75%;
  }
  .col-xm-pull-8 {
    right: 66.66666667%;
  }
  .col-xm-pull-7 {
    right: 58.33333333%;
  }
  .col-xm-pull-6 {
    right: 50%;
  }
  .col-xm-pull-5 {
    right: 41.66666667%;
  }
  .col-xm-pull-4 {
    right: 33.33333333%;
  }
  .col-xm-pull-3 {
    right: 25%;
  }
  .col-xm-pull-2 {
    right: 16.66666667%;
  }
  .col-xm-pull-1 {
    right: 8.33333333%;
  }
  .col-xm-pull-0 {
    right: auto;
  }
  .col-xm-push-12 {
    left: 100%;
  }
  .col-xm-push-11 {
    left: 91.66666667%;
  }
  .col-xm-push-10 {
    left: 83.33333333%;
  }
  .col-xm-push-9 {
    left: 75%;
  }
  .col-xm-push-8 {
    left: 66.66666667%;
  }
  .col-xm-push-7 {
    left: 58.33333333%;
  }
  .col-xm-push-6 {
    left: 50%;
  }
  .col-xm-push-5 {
    left: 41.66666667%;
  }
  .col-xm-push-4 {
    left: 33.33333333%;
  }
  .col-xm-push-3 {
    left: 25%;
  }
  .col-xm-push-2 {
    left: 16.66666667%;
  }
  .col-xm-push-1 {
    left: 8.33333333%;
  }
  .col-xm-push-0 {
    left: auto;
  }
  .col-xm-offset-12 {
    margin-left: 100%;
  }
  .col-xm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xm-offset-9 {
    margin-left: 75%;
  }
  .col-xm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xm-offset-6 {
    margin-left: 50%;
  }
  .col-xm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xm-offset-3 {
    margin-left: 25%;
  }
  .col-xm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xm-offset-0 {
    margin-left: 0;
  }
}

.visible-xm {
  display: none !important;
}

.visible-xm-block,
.visible-xm-inline,
.visible-xm-inline-block {
  display: none !important;
}

@media only screen and (max-width: 640px) {
  .hidden-xm {
    display: none;
  }
  .visible-xm {
    display: block !important;
  }
  table.visible-xm {
    display: table !important;
  }
  tr.visible-xm {
    display: table-row !important;
  }
  th.visible-xm,
  td.visible-xm {
    display: table-cell !important;
  }
  .visible-xm-block {
    display: block !important;
  }
  .visible-xm-inline {
    display: inline !important;
  }
  .visible-xm-inline-block {
    display: inline-block !important;
  }
}

@media only screen and (max-width: 480px) {
  .col-ss-12 {
    width: 100%;
  }
  .col-ss-11 {
    width: 91.66666667%;
  }
  .col-ss-10 {
    width: 83.33333333%;
  }
  .col-ss-9 {
    width: 75%;
  }
  .col-ss-8 {
    width: 66.66666667%;
  }
  .col-ss-7 {
    width: 58.33333333%;
  }
  .col-ss-6 {
    width: 50%;
  }
  .col-ss-5 {
    width: 41.66666667%;
  }
  .col-ss-4 {
    width: 33.33333333%;
  }
  .col-ss-3 {
    width: 25%;
  }
  .col-ss-2 {
    width: 16.66666667%;
  }
  .col-ss-1 {
    width: 8.33333333%;
  }
  .col-ss-pull-12 {
    right: 100%;
  }
  .col-ss-pull-11 {
    right: 91.66666667%;
  }
  .col-ss-pull-10 {
    right: 83.33333333%;
  }
  .col-ss-pull-9 {
    right: 75%;
  }
  .col-ss-pull-8 {
    right: 66.66666667%;
  }
  .col-ss-pull-7 {
    right: 58.33333333%;
  }
  .col-ss-pull-6 {
    right: 50%;
  }
  .col-ss-pull-5 {
    right: 41.66666667%;
  }
  .col-ss-pull-4 {
    right: 33.33333333%;
  }
  .col-ss-pull-3 {
    right: 25%;
  }
  .col-ss-pull-2 {
    right: 16.66666667%;
  }
  .col-ss-pull-1 {
    right: 8.33333333%;
  }
  .col-ss-pull-0 {
    right: auto;
  }
  .col-ss-push-12 {
    left: 100%;
  }
  .col-ss-push-11 {
    left: 91.66666667%;
  }
  .col-ss-push-10 {
    left: 83.33333333%;
  }
  .col-ss-push-9 {
    left: 75%;
  }
  .col-ss-push-8 {
    left: 66.66666667%;
  }
  .col-ss-push-7 {
    left: 58.33333333%;
  }
  .col-ss-push-6 {
    left: 50%;
  }
  .col-ss-push-5 {
    left: 41.66666667%;
  }
  .col-ss-push-4 {
    left: 33.33333333%;
  }
  .col-ss-push-3 {
    left: 25%;
  }
  .col-ss-push-2 {
    left: 16.66666667%;
  }
  .col-ss-push-1 {
    left: 8.33333333%;
  }
  .col-ss-push-0 {
    left: auto;
  }
  .col-ss-offset-12 {
    margin-left: 100%;
  }
  .col-ss-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-ss-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-ss-offset-9 {
    margin-left: 75%;
  }
  .col-ss-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-ss-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-ss-offset-6 {
    margin-left: 50%;
  }
  .col-ss-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-ss-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-ss-offset-3 {
    margin-left: 25%;
  }
  .col-ss-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-ss-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-ss-offset-0 {
    margin-left: 0;
  }
}

.visible-ss {
  display: none !important;
}

.visible-ss-block,
.visible-ss-inline,
.visible-ss-inline-block {
  display: none !important;
}

@media only screen and (max-width: 480px) {
  .hidden-ss {
    display: none;
  }
  .visible-ss {
    display: block !important;
  }
  table.visible-ss {
    display: table !important;
  }
  tr.visible-ss {
    display: table-row !important;
  }
  th.visible-ss,
  td.visible-ss {
    display: table-cell !important;
  }
  .visible-ss-block {
    display: block !important;
  }
  .visible-ss-inline {
    display: inline !important;
  }
  .visible-ss-inline-block {
    display: inline-block !important;
  }
}

/*! =Images
-------------------------------------------------------------- */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.img--circle {
  border-radius: 50%;
}

.img--shadow {
  box-shadow: 0 10px 13px -6px #535353;
}

.img--rounded {
  border-radius: 6px;
}

.gallery {
  display: block;
  clear: both;
  overflow: hidden;
  margin: 0 auto;
}

.gallery dl,
.gallery figure {
  margin: 0;
}

.gallery br + br {
  display: none;
}

.gallery .gallery-row {
  display: block;
  clear: both;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.gallery .gallery-item {
  display: block;
  float: left;
  overflow: hidden;
  margin: 0 0 1.2em 0;
  padding: 0;
  border: none;
  background: transparent;
  list-style: none;
  text-align: center;
}

.gallery .gallery-item a {
  display: block;
}

.gallery .gallery-icon {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 1em;
}

.gallery .gallery-icon img {
  display: block;
  margin: 0 auto;
  padding: 1%;
  max-width: 89%;
  width: auto;
  height: auto;
}

.gallery .gallery-icon img:hover {
  opacity: .8;
}

.gallery .gallery-caption {
  display: block;
  margin: 0 0 12px;
  margin-left: 0;
  color: #888;
  font-size: 12px;
}

.gallery-columns-0 .gallery-item {
  width: 100%;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.11%;
}

.gallery-columns-10 .gallery-item {
  width: 10%;
}

.gallery-columns-11 .gallery-item {
  width: 9.09%;
}

.gallery-columns-12 .gallery-item {
  width: 8.33%;
}

.gallery-columns-13 .gallery-item {
  width: 7.69%;
}

.gallery-columns-14 .gallery-item {
  width: 7.14%;
}

.gallery-columns-15 .gallery-item {
  width: 6.66%;
}

.gallery-columns-16 .gallery-item {
  width: 6.25%;
}

.gallery-columns-17 .gallery-item {
  width: 5.88%;
}

.gallery-columns-18 .gallery-item {
  width: 5.55%;
}

.gallery-columns-19 .gallery-item {
  width: 5.26%;
}

.gallery-columns-20 .gallery-item {
  width: 5%;
}

.gallery-columns-21 .gallery-item {
  width: 4.76%;
}

.gallery-columns-22 .gallery-item {
  width: 4.54%;
}

.gallery-columns-23 .gallery-item {
  width: 4.34%;
}

.gallery-columns-24 .gallery-item {
  width: 4.16%;
}

.gallery-columns-25 .gallery-item {
  width: 4%;
}

.gallery-columns-26 .gallery-item {
  width: 3.84%;
}

.gallery-columns-27 .gallery-item {
  width: 3.7%;
}

.gallery-columns-28 .gallery-item {
  width: 3.57%;
}

.gallery-columns-29 .gallery-item {
  width: 3.44%;
}

.gallery-columns-30 .gallery-item {
  width: 3.33%;
}

.gallery-columns-0 .gallery-item,
.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item,
.gallery-columns-6 .gallery-item {
  margin: 0 0 1.2em 0;
}

.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item {
  margin: 0 0 .9em 0;
}

.gallery-columns-9 .gallery-item,
.gallery-columns-10 .gallery-item,
.gallery-columns-11 .gallery-item,
.gallery-columns-12 .gallery-item,
.gallery-columns-13 .gallery-item,
.gallery-columns-14 .gallery-item,
.gallery-columns-15 .gallery-item,
.gallery-columns-16 .gallery-item,
.gallery-columns-17 .gallery-item,
.gallery-columns-18 .gallery-item,
.gallery-columns-19 .gallery-item,
.gallery-columns-20 .gallery-item,
.gallery-columns-21 .gallery-item,
.gallery-columns-22 .gallery-item,
.gallery-columns-23 .gallery-item,
.gallery-columns-24 .gallery-item,
.gallery-columns-25 .gallery-item,
.gallery-columns-26 .gallery-item,
.gallery-columns-27 .gallery-item,
.gallery-columns-28 .gallery-item,
.gallery-columns-29 .gallery-item,
.gallery-columns-30 .gallery-item {
  margin: 0 0 .6em 0;
}

/* Clear first item of each row if captions are
too long so we don't break a grid */
.gallery-columns-2 .gallery-item:nth-child(2n+3),
.gallery-columns-3 .gallery-item:nth-child(3n+4),
.gallery-columns-4 .gallery-item:nth-child(4n+5),
.gallery-columns-5 .gallery-item:nth-child(5n+6),
.gallery-columns-6 .gallery-item:nth-child(6n+7),
.gallery-columns-7 .gallery-item:nth-child(7n+8),
.gallery-columns-8 .gallery-item:nth-child(8n+9),
.gallery-columns-9 .gallery-item:nth-child(9n+10),
.gallery-columns-10 .gallery-item:nth-child(10n+11),
.gallery-columns-11 .gallery-item:nth-child(11n+12),
.gallery-columns-12 .gallery-item:nth-child(12n+13),
.gallery-columns-13 .gallery-item:nth-child(13n+14),
.gallery-columns-14 .gallery-item:nth-child(14n+15),
.gallery-columns-15 .gallery-item:nth-child(15n+16),
.gallery-columns-16 .gallery-item:nth-child(16n+17),
.gallery-columns-17 .gallery-item:nth-child(17n+18),
.gallery-columns-18 .gallery-item:nth-child(18n+19),
.gallery-columns-19 .gallery-item:nth-child(19n+20),
.gallery-columns-20 .gallery-item:nth-child(20n+21),
.gallery-columns-21 .gallery-item:nth-child(21n+22),
.gallery-columns-22 .gallery-item:nth-child(22n+23),
.gallery-columns-23 .gallery-item:nth-child(23n+24),
.gallery-columns-24 .gallery-item:nth-child(24n+25),
.gallery-columns-25 .gallery-item:nth-child(25n+26),
.gallery-columns-26 .gallery-item:nth-child(26n+27),
.gallery-columns-27 .gallery-item:nth-child(27n+28),
.gallery-columns-28 .gallery-item:nth-child(28n+29),
.gallery-columns-29 .gallery-item:nth-child(29n+30),
.gallery-columns-30 .gallery-item:nth-child(30n+31) {
  clear: left;
}

/*! =Media
-------------------------------------------------------------- */
.media {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.no-flexbox .media {
  display: table;
}

.no-flexbox .media__figure, .no-flexbox .media__body {
  display: table-cell;
  vertical-align: top;
}

.media__figure {
  margin-right: 1em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.media__body {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.media--column {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.media--column div:last-child {
  margin-top: auto;
}

/*! =Pagination
-------------------------------------------------------------- */
.pagination {
  text-align: center;
  display: block;
  padding-top: 1.565rem;
  padding-bottom: 1.565rem;
}

.pagination .nav-links {
  display: block;
}

.pagination .page-numbers {
  display: inline-block;
  padding: 0;
  margin: 0 1px;
  border: 1px solid #d7d7d7;
  line-height: 1;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  overflow: hidden;
  text-decoration: none;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-size: 1.07143rem;
}

.pagination .page-numbers.current,
.pagination a.page-numbers:hover {
  border-color: #f0bf20;
  background: #f0bf20;
  color: #5b5e61;
}

.post-navigation {
  border-top: 4px solid #d7d7d7;
  border-bottom: 4px solid #d7d7d7;
  clear: both;
  font-family: "Lato", sans-serif;
  margin: 2em 0;
}

.post-navigation a {
  color: #5b5e61;
  display: block;
  padding: 1.75em 0;
}

.post-navigation span {
  display: block;
}

.post-navigation .meta-nav {
  color: #999999;
  font-size: 12px;
  font-size: 0.92857rem;
  letter-spacing: 0.076923077em;
  line-height: 1.6153846154;
  margin-bottom: 0.5384615385em;
  text-transform: uppercase;
}

.post-navigation .post-title {
  display: inline;
  font-family: "Lato", sans-serif;
  font-size: 23px;
  font-size: 1.71429rem;
  font-weight: 700;
  line-height: 1.2173913043;
  text-rendering: optimizeLegibility;
}

.post-navigation a:hover .post-title,
.post-navigation a:focus .post-title {
  color: #f0bf20;
}

.post-navigation div + div {
  border-top: 4px solid #d7d7d7;
}

/* =Widgets
-------------------------------------------------------------- */
.widget {
  position: relative;
  display: block;
}

.sidebar .widget {
  margin-bottom: 3.13rem;
}

.widget__header, .widget__body, .widget__footer {
  position: relative;
  display: block;
}

.widget__header {
  padding: 0 0 10px;
  margin: 0 0 5px;
  line-height: 1;
  border-bottom: 1px solid #5b5e61;
}

.widget__title {
  line-height: 1;
  font-size: 18px;
  font-size: 1.35714rem;
  padding: 0;
  margin: 0;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  color: inherit;
  font-weight: 700;
}

.widget__title span {
  font-weight: 300;
}

.widget__body {
  font-size: 14px;
  font-size: 1.07143rem;
}

/*! =Comments
-------------------------------------------------------------- */
.comments-area {
  margin: 0 0 20px 0;
  max-width: 100%;
}

.comment-content th {
  color: #636363;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  line-height: 2.181818182;
}

li.bypostauthor cite span {
  padding: 0;
  border: 1px solid #1f6f93;
  border-radius: 2px;
  background-color: #21759b;
  background-image: none;
  box-shadow: none;
  color: #fff;
  font-weight: normal;
  font-size: 11px;
  line-height: 1.2em;
}

.comment-list,
ul#recentcomments {
  margin: 0;
  padding: 0;
  list-style: none;
}

.comment-list li {
  border-bottom: 1px dotted #999;
  list-style: none;
}

.comment-list li li:last-child {
  border-bottom: none;
}

.comment-list li ol.children {
  border-top: 1px dotted #999;
}

ul#recentcomments li {
  padding: 4px 0;
  border-bottom: 1px dotted #cbc8c8;
}

ul#recentcomments li:first-child {
  padding-top: 0;
}

ul#recentcomments li:last-child {
  border-bottom: none;
}

.comments-title {
  margin-bottom: 28px;
  border-bottom: 2px solid #dedede;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.5;
}

.comments-area article {
  margin: 24px 0;
}

.comments-area article header {
  position: relative;
  overflow: hidden;
  margin: 0 0 18px;
}

.comments-area article header img {
  display: block;
  float: left;
  padding: 0;
  border-radius: 50%;
  line-height: 0;
}

.comments-area article header cite,
.comments-area article header time {
  display: block;
  margin-left: 55px;
}

.comments-area article header cite {
  color: #56646F;
  font-weight: 600;
  font-style: normal;
  font-size: 17px;
  font-family: "Open Sans", sans-serif;
  line-height: 1.4em;
}

.comments-area article header time {
  color: #999;
  text-decoration: none;
  font-size: 11px;
  font-family: "Open Sans", sans-serif;
  line-height: 1.714285714;
}

.comments-area article header .comment-edit-link {
  position: absolute;
  top: 0;
  right: 6px;
  display: block;
  width: 50px;
  font-size: 12px;
}

.comments-area article header a {
  color: #5e5e5e;
  text-decoration: none;
}

.comments-area article header a:hover {
  color: #21759b;
}

.comments-area article header cite a {
  color: #f0bf20;
}

.comments-area article header cite a:hover {
  text-decoration: underline;
}

.comments-area article header h4 {
  position: absolute;
  top: 0;
  right: 0;
  padding: 6px 12px;
  border: 1px solid #007cbd;
  border-radius: 3px;
  background-color: #0088d0;
  background-image: linear-gradient(top, #009cee, #0088d0);
  background-repeat: repeat-x;
  color: #fff;
  font-weight: normal;
  font-size: 12px;
}

.comments-area article .comment-content,
.comments-area article .reply {
  display: block;
  margin-left: 55px;
}

.comments-area article .reply {
  text-align: right;
}

.comments-area li.bypostauthor cite span {
  position: absolute;
  margin-left: 5px;
  padding: 2px 5px;
  font-size: 10px;
}

a.comment-reply-link,
a.comment-edit-link {
  color: #686868;
  font-size: 13px;
  line-height: 1.846153846;
}

a.comment-reply-link:hover,
a.comment-edit-link:hover {
  color: #21759b;
}

.comment-list .pingback {
  margin-bottom: 24px;
  line-height: 1.714285714;
}

/* Comment form */
#respond {
  margin-top: 48px;
}

#respond h3#reply-title {
  font-size: 16px;
  line-height: 1.5;
}

#respond h3#reply-title #cancel-comment-reply-link {
  margin-left: 10px;
  font-weight: normal;
  font-size: 12px;
}

#respond form {
  margin: 24px 0;
}

#respond form p {
  margin: 11px 0;
}

#respond form p.comment-form-author,
#respond form p.comment-form-email {
  margin-right: 1%;
  padding: 0;
  width: 48%;
}

#respond form p.comment-form-author {
  float: left;
}

#respond form p.comment-form-email {
  float: right;
}

#respond form p.comment-form-url {
  float: none;
  clear: both;
  width: 100%;
}

#respond form p.logged-in-as {
  margin-bottom: 24px;
}

#respond form label {
  display: block;
  line-height: 1.714285714;
}

#respond form input[type="text"],
#respond form input[type="email"],
#respond form input[type="url"],
#respond form textarea {
  padding: 8px 6px;
  max-width: 98%;
  width: 98%;
  font-size: 12px;
  line-height: 1em;
}

#respond form .row input[type="text"],
#respond form .row input[type="email"],
#respond form .row input[type="url"],
#respond form .row textarea {
  padding: 8px 6px;
  max-width: 100%;
  width: 100%;
  font-size: 12px;
  line-height: 1em;
}

#respond form p.form-allowed-tags {
  margin: 0;
  color: #5e5e5e;
  font-size: 12px;
  line-height: 2;
}

#respond form p.form-allowed-tags code {
  white-space: normal;
}

#respond .required {
  color: red;
}

/*! =WordPress core styles
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  width: auto;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption > a {
  display: block;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text {
  font-size: 12px;
  line-height: 20px;
  margin: 0;
  padding: 5px 5px 0 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*! =Entry
-------------------------------------------------------------- */
.entry {
  display: block;
  position: relative;
}

.entry__header {
  text-align: center;
}

.entry__title, .entry__subtitle {
  font-size: 42px;
  font-size: 3.07143rem;
  font-weight: 400;
  color: #000000;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0;
  padding: 0 0 30px 0;
  position: relative;
}

.entry__title:after, .entry__subtitle:after {
  content: '';
  display: block;
  width: 30%;
  height: 1px;
  background-color: #f0bf20;
  position: absolute;
  bottom: 15px;
  left: 50%;
  margin-left: -15%;
}

.entry__title a, .entry__subtitle a {
  color: #5b5e61;
  text-decoration: none;
}

.entry__title a:hover, .entry__title a:active, .entry__subtitle a:hover, .entry__subtitle a:active {
  color: #f0bf20;
}

.entry__subtitle {
  font-size: 36px;
  font-size: 2.64286rem;
}

.entry__subtitle:after {
  width: 20%;
  margin-left: -10%;
}

.entry__excerpt {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-size: 1.35714rem;
  font-weight: 400;
  color: #5b5e61;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}

/* =Header
-------------------------------------------------------------- */
.navbar-tinj {
  border-radius: 0;
  margin-bottom: 0;
  border-width: 0;
  background-color: #ffffff;
  min-height: auto;
}

.admin-bar .navbar-tinj {
  top: 30px;
}

.navbar-tinj .navbar-nav {
  position: relative;
}

.navbar-tinj .navbar-nav > .active > a,
.navbar-tinj .navbar-nav > .active > a:focus,
.navbar-tinj .navbar-nav > .active > a:hover {
  background-color: #ffffff;
  color: #f0bf20;
}

.navbar-tinj .dropdown-menu > .active > a,
.navbar-tinj .dropdown-menu > .active > a:focus,
.navbar-tinj .dropdown-menu > .active > a:hover {
  background-color: #ffffff;
  color: #f0bf20;
  outline: 0 none;
  text-decoration: none;
}

.navbar-tinj .navbar-nav > li > a {
  color: #5b5e61;
  font-size: 12px;
  font-size: 0.92857rem;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Lato", sans-serif;
}

.navbar-tinj .navbar-nav > li > a:hover, .navbar-tinj .navbar-nav > li > a:active {
  color: #000000;
}

.navbar-tinj #menu-item-wpml-ls-2-en {
  margin-left: 15px;
  padding-left: 15px;
  margin-right: -5px;
}

.navbar-tinj #menu-item-wpml-ls-2-en:before {
  content: '';
  display: block;
  width: 1px;
  height: 50%;
  position: absolute;
  left: 0;
  top: 25%;
  background-color: #d7d7d7;
}

.navbar-tinj #menu-item-wpml-ls-2-en > a:before {
  content: 'EN';
}

.navbar-tinj #menu-item-wpml-ls-2-en > a > span {
  display: none;
}

.navbar-tinj #menu-item-wpml-ls-2-de > a:before {
  content: 'DE';
}

.navbar-tinj #menu-item-wpml-ls-2-de > a > span {
  display: none;
}

.navbar-tinj .wpml-ls-current-language > a:before {
  color: #f0bf20;
}

.navbar-tinj .navbar-langswitch {
  margin-left: 15px;
  padding-left: 15px;
  margin-right: -5px;
}

.navbar-tinj .navbar-langswitch > li > a {
  padding-right: 5px;
}

.navbar-tinj .navbar-langswitch:before {
  content: '';
  display: block;
  width: 1px;
  height: 50%;
  position: absolute;
  left: 0;
  top: 25%;
  background-color: #d7d7d7;
}

.navbar-tinj .navbar-brand {
  font-size: 36px;
  font-size: 2.64286rem;
  text-transform: uppercase;
  font-weight: 300;
  font-family: "Lato", sans-serif;
  color: #f0bf20;
}

/* =Frontpage
-------------------------------------------------------------- */
#works-slider {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  z-index: 1;
  overflow: hidden;
}

.slide {
  position: relative;
  text-align: center;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-decoration: none !important;
}

.slide__out {
  display: table;
  width: 100%;
  height: 100%;
}

.slide__in {
  display: table-cell;
  vertical-align: middle;
}

.slide__image {
  max-width: 100%;
  height: auto;
  position: relative;
}

.slide__text {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.slide__title {
  font-size: 42px;
  font-size: 3.07143rem;
  font-weight: 400;
  color: #f0bf20;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  line-height: 1.2;
  padding: 0;
  margin: 0 auto 10px auto;
  max-width: 90%;
}

.slide__title span {
  display: inline-block;
  border: 4px solid #f0bf20;
  padding: 15px 45px;
}

.slide__title a {
  color: #5b5e61;
  text-decoration: none;
}

.slide__title a:hover, .slide__title a:active {
  color: #f0bf20;
}

.slide__excerpt {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-size: 1.5rem;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
}

/* Arrows */
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  z-index: 999;
  top: 50%;
  display: block;
  width: 46px;
  height: 46px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: FontAwesome;
  font-feature-settings: normal;
  -webkit-font-kerning: auto;
  font-kerning: auto;
  font-language-override: normal;
  font-size: inherit;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
  font-size: 46px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 25px;
}

[dir='rtl'] .slick-prev {
  right: 25px;
  left: auto;
}

.slick-prev:before {
  content: '';
}

[dir='rtl'] .slick-prev:before {
  content: '';
}

.slick-next {
  right: 25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: 25px;
}

.slick-next:before {
  content: '';
}

[dir='rtl'] .slick-next:before {
  content: '';
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 3px solid #ffffff;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 3px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  text-indent: -9999em;
}

.slick-dots li button:before {
  display: none;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
  background: #d7d7d7;
}

.slick-dots li.slick-active button {
  background: #d7d7d7;
}

/* =Main content
-------------------------------------------------------------- */
#main-content {
  padding-top: 15px;
  padding-bottom: 15px;
}

.single #main-content,
.page #main-content {
  padding-top: 30px;
  padding-bottom: 30px;
}

/* =Single page
-------------------------------------------------------------- */
.page__header {
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 0.7825rem;
  margin-bottom: 3.13rem;
}

.page__title {
  margin: 0 0 0.7825rem 0;
  padding: 0;
  color: #555555;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.2;
}

.page__description {
  padding: 1em 0 0;
  margin-top: 10px;
  margin-bottom: 10px;
  border-top: 1px solid #d7d7d7;
  font-size: 16px;
  font-size: 1.21429rem;
  font-style: italic;
  line-height: 1.3;
  color: inherit;
}

.page__description p {
  margin: 0;
  padding: 0;
}

/* =Work page
-------------------------------------------------------------- */
.work__header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin-bottom: 60px;
}

.work__titles {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  overflow: hidden;
}

.work__titles .entry__title {
  margin-top: -6px;
}

.work__prev,
.work__next {
  width: 30px;
}

.work__columns {
  margin-bottom: 35px;
  font-size: 12px;
  font-size: 0.92857rem;
}

.work__preview {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  text-align: center;
  font-size: 12px;
  font-size: 0.92857rem;
}

.work__preview img {
  display: block;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.work__gallery {
  margin-bottom: 50px;
  text-align: center;
}

.work__gallery .entry__excerpt {
  margin-bottom: 35px;
}

.work__image > a {
  display: block;
}

.work__image figcaption {
  padding: 5px 0;
  font-style: normal;
  text-align: left !important;
}

.m-b-0 {
  margin-bottom: 0 !important;
}

/* =About page
-------------------------------------------------------------- */
.about__list dt {
  text-transform: uppercase;
  color: #5b5e61;
}

.about__list dd {
  padding-bottom: 20px;
}

.about__list dd p {
  margin-bottom: 0;
}

.about__list dd > strong {
  display: block;
  color: #000000;
}

.about__list--single dd {
  padding-bottom: 0;
}

/* =Footer
-------------------------------------------------------------- */
#main-footer {
  padding-top: 1.565rem;
  padding-bottom: 1.565rem;
  text-align: center;
  font-size: 12px;
  font-size: 0.92857rem;
  font-weight: 300;
  color: #999999;
}

#main-footer p {
  margin: 0;
  padding: 0;
}

/* =Responsive
-------------------------------------------------------------- */
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

@media only screen and (max-width: 1200px) {
  .container {
    width: 100%;
  }
}

@media only screen and (max-width: 992px) {
  .work__title {
    font-size: 20px;
    font-size: 1.5rem;
  }
  .work__image {
    margin-bottom: 35px;
  }
  .row > div + div:last-child .work__image {
    margin-bottom: 0;
  }
  .row .col-lg-12 .work__image {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 768px) {
  #submit {
    margin-top: 25px;
  }
  .slide__title {
    font-size: 36px;
    font-size: 2.64286rem;
  }
  .work__number {
    font-size: 14px;
    font-size: 1.07143rem;
    margin-bottom: 5px;
  }
  .work__title {
    font-size: 20px;
    font-size: 1.5rem;
    margin: 0 0 5px 0;
  }
  .work__excerpt {
    font-size: 13px;
    font-size: 1rem;
  }
  .slick-prev,
  .slick-next {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .navbar-tinj .navbar-langswitch {
    margin: 7.5px -15px;
    padding-left: 0;
    border-bottom: 1px solid #E7E7E7;
  }
  .navbar-tinj .navbar-langswitch > li > a {
    padding-right: 0;
  }
  .navbar-tinj .navbar-langswitch:before {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .list__flex--works.columns-2 > li, .list__flex--works.columns-3 > li {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .work__number {
    font-size: 18px;
    font-size: 1.35714rem;
    margin-bottom: 10px;
  }
  .work__title {
    font-size: 24px;
    font-size: 1.78571rem;
    margin: 0 0 10px 0;
  }
  .work__excerpt {
    font-size: 14px;
    font-size: 1.07143rem;
  }
}

@media only screen and (max-width: 480px) {
  .work__titles .entry__title {
    margin-top: -7px;
  }
  .entry__title {
    font-size: 32px;
    font-size: 2.35714rem;
  }
  .entry__subtitle {
    font-size: 26px;
    font-size: 1.92857rem;
  }
  .list__flex--work-gallery > li {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 320px) {
  .list__flex--work-gallery > li {
    width: 50%;
  }
  .work__number {
    font-size: 14px;
    font-size: 1.07143rem;
    margin-bottom: 5px;
  }
  .work__title {
    font-size: 20px;
    font-size: 1.5rem;
    margin: 0 0 5px 0;
  }
  .work__excerpt {
    font-size: 13px;
    font-size: 1rem;
  }
}
