.container {
  max-width: 1400px;
  padding: 0 100px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 800px) {
  .container {
    padding: 0 25px;
  }
}
.column {
  float: left;
  position: relative;
  min-height: 1px;
  padding: 0 50px;
}
.column.col-1 {
  width: 8.333%;
}
.column.col-2 {
  width: 16.666%;
}
.column.col-3 {
  width: 24.999%;
}
.column.col-4 {
  width: 33.332%;
}
.column.col-5 {
  width: 41.665%;
}
.column.col-6 {
  width: 49.998%;
}
.column.col-7 {
  width: 58.331%;
}
.column.col-8 {
  width: 66.664%;
}
.column.col-9 {
  width: 74.997%;
}
.column.col-10 {
  width: 83.33%;
}
.column.col-11 {
  width: 91.663%;
}
.column.col-12 {
  width: 100%;
}
.column.offset-1 {
  margin-left: 8.333%;
}
.column.offset-2 {
  margin-left: 16.666%;
}
.column.offset-3 {
  margin-left: 24.999%;
}
.column.offset-4 {
  margin-left: 33.332%;
}
.column.offset-5 {
  margin-left: 41.665%;
}
.column.offset-6 {
  margin-left: 49.998%;
}
.column.offset-7 {
  margin-left: 58.331%;
}
.column.offset-8 {
  margin-left: 66.664%;
}
.column.offset-9 {
  margin-left: 74.997%;
}
.column.offset-10 {
  margin-left: 83.33%;
}
.column.offset-11 {
  margin-left: 91.663%;
}
@media (max-width: 800px) {
  .column {
    float: none;
    width: 100% !important;
    padding: 0 !important;
    margin-left: 0 !important;
  }
  .column:not(:last-child) {
    margin-bottom: 50px;
  }
}
.row {
  display: block;
  position: relative;
  margin: 0 -50px;
}
@media (max-width: 800px) {
  .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.container::after,
.row::after,
.clearfix::after {
  content: '';
  display: table;
  clear: both;
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  font-family: 'Work Sans';
  font-size: 16px;
  color: #b3b3b3;
  line-height: 1.7;
  overflow-y: scroll;
  overflow-x: hidden;
  background: #ffffff;
}
@media (max-width: 600px) {
  body {
    font-size: 14px;
  }
}
::selection {
  color: #ffffff;
  background: rgba(17, 17, 17, 0.4);
}
::-moz-selection {
  color: #ffffff;
  background: rgba(17, 17, 17, 0.4);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Cardo';
  font-weight: 400;
  font-style: normal;
  color: #111111;
}
.big-title {
  font-size: 50px;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  text-transform: uppercase;
  font-family: 'Work Sans';
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
}
p.lead {
  font-size: 21px;
}
@media (max-width: 600px) {
  .big-title {
    font-size: 36px;
  }
  h1 {
    font-size: 30px;
  }
  p.lead {
    font-size: 19px;
  }
}
a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
a.link {
  color: #ff9999;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a.link:hover {
  color: #111111;
}
img,
video {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
img.responsive,
video.responsive {
  display: block;
  width: 100%;
}
ul,
ol {
  list-style: none;
}
blockquote {
  position: relative;
  font-family: 'Cardo';
  font-size: 20px;
  padding: 25px 50px;
  color: #b3b3b3;
  border-left: 5px solid #373737;
}
blockquote:not(:last-child) {
  margin-bottom: 25px;
}
@media (max-width: 600px) {
  blockquote {
    font-size: 16px;
    padding: 25px;
  }
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.btn,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  position: relative;
  height: 50px;
  line-height: 48px;
  text-transform: uppercase;
  font-family: 'Work Sans';
  font-size: 12px;
  font-weight: 500;
  color: #111111;
  padding: 0 50px;
  letter-spacing: 2px;
  background: transparent;
  border: 2px solid #111111;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  color: #ffffff;
  background: #111111;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
.form-group:not(:last-child) {
  margin-bottom: 25px;
}
input[type="email"],
input[type="number"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  width: 100%;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  padding: 20px 0;
  border: none;
  border-bottom: 2px solid #111111;
  background: transparent;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border-bottom-color: #111111;
}
textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: 150px;
  line-height: inherit;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
label {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
  cursor: pointer;
}
input[type]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  text-transform: uppercase;
  color: #111111;
}
input[type]::-moz-input-placeholder,
textarea::-moz-input-placeholder,
select::-moz-input-placeholder {
  text-transform: uppercase;
  color: #111111;
}
input[type]:-moz-input-placeholder,
textarea:-moz-input-placeholder,
select:-moz-input-placeholder {
  text-transform: uppercase;
  color: #111111;
}
input[type]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  text-transform: uppercase;
  color: #111111;
}
input[type]:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder {
  color: #e6e6e6;
}
input[type]:focus::-moz-input-placeholder,
textarea:focus::-moz-input-placeholder,
select:focus::-moz-input-placeholder {
  color: #e6e6e6;
}
input[type]:focus:-moz-input-placeholder,
textarea:focus:-moz-input-placeholder,
select:focus:-moz-input-placeholder {
  color: #e6e6e6;
}
input[type]:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder {
  color: #e6e6e6;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-color {
  color: #ff9999;
}
.text-mute {
  color: #b3b3b3;
}
div[class*='gap-'] {
  display: block;
}
.gap-25 {
  height: 25px;
}
.gap-50 {
  height: 50px;
}
.gap-100 {
  height: 100px;
}
.gap-150 {
  height: 150px;
}
.va {
  width: 100%;
  height: 100%;
  display: table;
  position: relative;
}
.va .vc {
  display: table-cell;
  vertical-align: middle;
}
.light__content {
  color: #ffffff;
}
.light__content h1,
.light__content h2,
.light__content h3,
.light__content h4,
.light__content h5,
.light__content h6 {
  color: #ffffff;
}
h1:not(:last-child),
h2:not(:last-child),
h3:not(:last-child),
h4:not(:last-child),
h5:not(:last-child),
h6:not(:last-child),
p:not(:last-child),
ul:not(:last-child),
ol:not(:last-child),
blockquote:not(:last-child) {
  margin-bottom: 25px;
}
.loader-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99992;
  background: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.loader-mask.hide {
  opacity: 0;
  visibility: hidden;
}
.loader-mask .loader {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
  border: 2px solid #ffffff;
  border-top: 2px solid #131313;
  border-radius: 50%;
  animation: rotate 1s infinite;
}
@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.reveal {
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.reveal.reveal-in {
  opacity: 1;
}
/** 02. HEADER
================================================== **/
.header {
  width: 100%;
  height: 150px;
  position: relative;
  z-index: 100;
}
.header .main-logo {
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Ubuntu';
  font-size: 17px;
  font-weight: 700;
  color: #111111;
  line-height: 40px;
  letter-spacing: 7px;
  margin-top: 55px;
}
.header .menu {
  list-style: none;
}
.header .menu li {
  display: inline-block;
  position: relative;
  line-height: 150px;
}
.header .menu li a {
  display: block;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    padding: 0 25px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    /* -webkit-font-smoothing: subpixel-antialiased; */
    letter-spacing: 3px;
}
.header .menu li a:hover,
.header .menu li a.active {
  color: #111111;
}
.header .menu li a.parent:after {
  display: inline-block;
  vertical-align: middle;
  content: '';
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #111111;
  margin-left: 10px;
}
.header .menu li:last-child a {
  padding-right: 0;
}
.header .menu li .submenu {
  min-width: 200px;
  position: absolute;
  top: 100%;
  right: 0;
  text-align: right;
  white-space: nowrap;
  margin-top: 10px;
  padding: 25px 0;
  opacity: 0;
  visibility: hidden;
  background: #ffffff;
  box-shadow: 0 0 25px rgba(17, 17, 17, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .menu li .submenu.visible {
  margin-top: 0;
  display: block;
  opacity: 1;
  visibility: visible;
}
.header .menu li .submenu li {
  display: block;
  line-height: 35px;
}
.header .menu li .submenu li:not(:last-child) {
  margin-right: 0;
}
.header .menu li .submenu li a {
  display: block;
  font-size: 13px;
  font-weight: normal;
}
.header .menu li .submenu li a.active,
.header .menu li .submenu li a:hover {
  color: #b3b3b3;
}
.header .menu li .submenu li:last-child a {
  padding-right: 25px;
}
.header .menu li .submenu li .submenu {
  top: 0;
  right: 100%;
}
.header .trigger__subnav {
  width: 8px;
  height: 20px;
  position: relative;
  cursor: pointer;
  margin-top: 65px;
}
.header .trigger__subnav span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #111111;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .trigger__subnav span:nth-child(1) {
  top: 0;
}
.header .trigger__subnav span:nth-child(2) {
  top: 50%;
  margin-top: -2px;
}
.header .trigger__subnav span:nth-child(3) {
  bottom: 0;
}
.header .trigger__subnav:hover span {
  background: #ff9999;
}
.header .mobile-nav {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  background: #111111;
  margin-top: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .mobile-nav.visible {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}
.header .mobile-nav .menu li {
  display: block;
  position: relative;
  line-height: normal;
}
.header .mobile-nav .menu li:not(:last-child) {
  margin: 0;
  border-bottom: 0 !important;
}
.header .mobile-nav .menu li a {
  display: block;
  font-size: 12px;
  font-weight: 500;
  padding: 15px 5vw;
}
.header .mobile-nav .menu li a.parent::before {
  content: '';
  width: 0;
  height: 0;
  border-top: 4px solid #ffffff;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  position: absolute;
  top: 50%;
  right: 5vw;
  margin-top: -2px;
}
.header .mobile-nav .menu li a {
  color: #ffffff;
}
.header .mobile-nav .menu li .submenu {
  width: 100%;
  position: relative;
  top: 0;
  text-align: left;
  margin-top: 0;
  opacity: 1;
  visibility: visible;
  padding: 0;
  -webkit-transition: none;
  transition: none;
}
.header .mobile-nav .menu li .submenu li a {
  font-size: 12px;
  color: #b3b3b3;
  padding: 0 10vw;
  background: #1e1e1e !important;
}
.header .mobile-nav .menu li .submenu li a.active {
  color: #ffffff;
}
.header .mobile-nav .menu li .submenu .submenu {
  position: relative;
  top: 0;
  right: 0;
}
.header .mobile-nav .menu li .submenu .submenu li a {
  color: #b3b3b3;
  padding: 15px 15vw;
}
.header .trigger {
  width: 22px;
  height: 18px;
  position: relative;
  /* margin-top: 66px; */
  cursor: pointer;
}
.header .trigger .icon-bar {
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  background: #111111;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .trigger .icon-bar.top {
  top: 0;
}
.header .trigger .icon-bar.middle {
  top: 50%;
  margin-top: -1px;
}
.header .trigger .icon-bar.bottom {
  bottom: 0;
}
.header .trigger.active .icon-bar.top {
  top: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header .trigger.active .icon-bar.middle {
  width: 0;
}
.header .trigger.active .icon-bar.bottom {
  bottom: 50%;
  margin-bottom: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/** 03. FOOTER
================================================== **/
.footer {
  text-align: center;
  padding: 100px 0;
}
.footer .copy {
  margin-bottom: 50px;
}
.footer .copy:before {
  display: block;
  content: '';
  width: 2px;
  height: 30px;
  margin: 0 auto 50px;
  background: #111111;
}
.footer .social {
  margin-bottom: 0;
}
.footer .back2top {
  min-width: 100px;
  position: fixed;
  bottom: 40px;
  right: 0;
  z-index: 10;
  font-family: 'Cardo';
  font-size: 14px;
  font-style: italic;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  line-height: 100px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.footer .back2top.visible {
  bottom: 50px;
  opacity: 1;
  visibility: visible;
}
.footer .back2top:hover {
  color: #111111;
}
@media (max-width: 800px) {
  .footer {
    text-align: center;
  }
  .footer .social {
    margin: 50px 0;
  }
  .footer .back2top {
    position: relative;
    line-height: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .footer .back2top.visible {
    bottom: 0;
  }
}
.entry .entry__image,
.entry .entry__overlay,
.entry a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.entry .entry__overlay {
  display: table;
  background: #FFFFFF; 
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.entry .entry__overlay .entry__overlay__content {
  display: table-cell;
  /* padding: 50px; */
}
.entry .entry__overlay .entry__overlay__content[data-pos="center"] {
  vertical-align: middle;
}
.entry .entry__overlay .entry__overlay__content[data-pos="top"] {
  vertical-align: top;
}
.entry .entry__overlay .entry__overlay__content[data-pos="bottom"] {
  vertical-align: middle;
  text-align: center;
}
.entry .entry__overlay .entry__overlay__content .title {
  display: block;
  position: relative;
  /* font-family: 'Cardo'; */
  /* font-size: 22px; */
  /* font-weight: 700; */
  text-transform: uppercase;
  font-family: 'Ubuntu';
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  top: 10px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.entry .entry__overlay .entry__overlay__content .subtitle {
  display: block;
  position: relative;
  font-size: 14px;
  color: rgba(17, 17, 17, 0.4);
  margin-bottom: 10px;
  top: 10px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.entry .entry__overlay .entry__overlay__content .subtitle span {
  padding-bottom: 2px;
  border-bottom: 1px solid #373737;
}
.entry:hover .entry__overlay {
  opacity: 1;
  visibility: visible;
}
.entry:hover .entry__overlay .entry__overlay__content .title,
.entry:hover .entry__overlay .entry__overlay__content .subtitle {
  top: 0;
  opacity: 1;
}
@media (max-width: 600px) {
  .entry .entry__overlay {
    display: none;
  }
}
.filters {
  list-style: none;
  padding-top: 50px;
  border-top: 1px solid #e6e6e6;
  margin-bottom: 50px !important;
}
.filters li {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-family: 'Cardo';
  font-style: italic;
  color: #b3b3b3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.filters li:not(:last-child) {
  margin-right: 50px;
}
.filters li:hover {
  color: #111111;
}
.filters li.active {
  color: #111111;
  cursor: default;
}
.details__list:not(:last-child) {
  margin-bottom: 25px;
}
.details__list .details__item {
  width: 100%;
  position: relative;
  font-size: 14px;
}
.details__list .details__item:not(:last-child) {
  margin-bottom: 15px;
}
.details__list .details__item .details__item__title {
  display: block;
  font-size: 14px;
  color: #b3b3b3;
}
.project-navigation {
  margin-top: 100px;
  position: relative;
}
.project-navigation .nav {
  width: 50%;
  position: relative;
}
.project-navigation .nav.next {
  text-align: right;
}
.project-navigation .nav a {
  display: block;
  position: relative;
}
.project-navigation .nav.prev {
  padding-right: 25px;
}
.project-navigation .nav.next {
  padding-left: 25px;
}
.project-navigation .nav .title {
  display: block;
  font-size: 24px;
  font-weight: 700;
}
.project-navigation .nav .title span {
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 14px;
  margin-bottom: 15px;
}
@media (max-width: 600px) {
  .project-navigation {
    margin-top: 50px;
  }
  .project-navigation .nav {
    float: none;
    width: 100%;
    text-align: left !important;
  }
  .project-navigation .nav.prev {
    padding-right: 0;
  }
  .project-navigation .nav.next {
    padding-left: 0;
  }
  .project-navigation .nav:not(:last-child) {
    margin-bottom: 25px;
  }
}
/** 05. GENERALS
================================================== **/
.hero {
  position: relative;
}
.hero .hero__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.heading {
  padding: 100px 0 0;
  position: relative;
}
.heading:after {
  display: block;
  content: '';
  width: 2px;
  height: 50px;
  background: #111111;
  margin: 50px auto 100px;
}
@media (max-width: 600px) {
  .heading {
    padding: 25px 0 0;
  }
  .heading:after {
    margin-bottom: 50px;
  }
}
.imageblock {
  position: relative;
}
.imageblock .imageblock__content {
  width: 50%;
  padding: 100px;
  position: relative;
}
.imageblock .imageblock__holder {
  width: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
}
.imageblock.left .imageblock__content {
  left: 50%;
}
.imageblock.left .imageblock__holder {
  left: 0;
}
.imageblock.right .imageblock__holder {
  right: 0;
}
@media (max-width: 800px) {
  .imageblock .imageblock__content {
    width: 100%;
    left: 0 !important;
    padding: 100px 50px;
  }
  .imageblock .imageblock__holder {
    width: 100%;
    height: 50vh;
    position: relative;
  }
}
.skills {
  position: relative;
}
.skills .skill {
  position: relative;
}
.skills .skill:not(:last-child) {
  margin-bottom: 25px;
}
.skills .skill .skill__title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}
.skills .skill .skill__bar {
  width: 100%;
  height: 6px;
  background: #e6e6e6;
  position: relative;
}
.skills .skill .skill__bar .skill__bar__percent {
  width: 10px;
  height: 100%;
  background: #111111;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.posts__list .post {
  text-align: center;
}
.posts__list .post:not(:last-child) {
  margin-bottom: 100px;
}
.posts__list .post .date {
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.posts__list .post .post__title {
  font-weight: 700;
}
@media (max-width: 600px) {
  .posts__list .post:not(:last-child) {
    margin-bottom: 50px;
  }
}
.posts__list .posts__list__nav {
  text-align: center;
  margin-top: 100px;
}
.posts__list .posts__list__nav a {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 22px;
  line-height: 40px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.posts__list .posts__list__nav a:hover {
  color: #919191;
}
.posts__list .posts__thumbs {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  background: #b3b3b3;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.posts__list .posts__thumbs.visible {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 600px) {
  .posts__list .posts__thumbs {
    display: none;
  }
}
.single__post .single__post__image {
  margin-bottom: 100px;
}
.single__post .single__post__left-column {
  float: left;
  width: 300px;
}
.single__post .post__content {
  padding-left: 300px;
}
@media (max-width: 800px) {
  .single__post .single__post__image {
    margin-bottom: 50px;
  }
  .single__post .single__post__left-column {
    width: 100%;
    text-align: center;
    float: none;
    margin-bottom: 50px;
  }
  .single__post .post__content {
    padding-left: 0;
  }
}
.comments-list {
  list-style: none;
}
.comments-list .comment {
  padding: 25px;
  background: #ffffff;
}
.comments-list .comment:not(:last-child) {
  margin-bottom: 25px;
}
.comments-list .comment .children {
  list-style: none;
  margin: 25px 0 0 50px;
}
.comments-list .comment .children .comment:last-child {
  padding-bottom: 0;
}
.comments-list .comment .comment-user {
  float: left;
  width: 100px;
  position: relative;
}
.comments-list .comment .comment-user img {
  border-radius: 50%;
}
.comments-list .comment .comment-content {
  margin-left: 120px;
}
.comments-list .comment .comment-content .date {
  font-size: 14px;
  color: #b3b3b3;
}
.comments-list .comment .comment-content .comment-text {
  margin-top: 15px;
}
.comments-list .comment .comment-content .reply {
  font-size: 14px;
}
@media (max-width: 600px) {
  .comments-list .comment:not(:last-child) {
    margin-bottom: 10px;
  }
  .comments-list .comment .comment-user {
    width: 40px;
  }
  .comments-list .comment .comment-content {
    margin-left: 60px;
  }
  .comments-list .comment .children {
    margin: 25px 0 0 0;
  }
  .comments-list .comment .children .comment {
    padding: 0;
  }
}
/** 06. SLIDERS
================================================== **/
.slider {
  position: relative;
}
.slider .owl-dots {
  display: block;
  width: 100%;
  height: 10px;
  position: relative;
  margin-top: 25px;
  z-index: 99;
  text-align: center;
}
.slider .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 5px;
  overflow: hidden;
}
.slider .owl-dots .owl-dot span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #111111;
  box-shadow: none;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slider .owl-dots .owl-dot:hover span,
.slider .owl-dots .owl-dot.active span {
  background: #111111;
}
.slider .owl-nav {
  z-index: 100;
}
.slider .owl-nav div {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 80px;
  margin-top: -40px;
  background: rgba(17, 17, 17, 0.5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slider .owl-nav div:hover {
  background: rgba(17, 17, 17, 0.7);
}
.slider .owl-nav div.owl-prev {
  left: 0;
}
.slider .owl-nav div.owl-next {
  right: 0;
}
.slider .owl-nav div.owl-prev::before,
.slider .owl-nav div.owl-next::before {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.slider .owl-nav div.owl-prev::before {
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}
.slider .owl-nav div.owl-next::before {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.social {
  list-style: none;
}
.social li {
  display: inline-block;
  position: relative;
}
.social li a {
  font-size: 16px;
  color: #111111;
  padding: 0 15px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.social li a:hover {
  color: rgba(17, 17, 17, 0.4);
}
.social li:first-child a {
  padding-left: 0;
}
.social li:last-child a {
  padding-right: 0;
}

.pad-x {
  padding: 0 100px;
}

.search-pos {
  display: inline-block;
  
}

input[type="search"]{
  width: 0%;
  font-family: inherit;
  font-size: 15px;
  font-weight: 300;
  padding: 5px 0;
  border: none;
  border-bottom: 2px solid #111111;
  background: transparent;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: inline-block;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  margin-top: 60px;
  text-align: center;
}
.width-class {
  width: 30% !important;
}



::-webkit-input-placeholder {
  text-align: center;
  transition: all 0.4s ease;
  text-transform: lowercase !important;
}


.search-icon {
  width: 20px;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  right: 0;
  left: 0;
  margin-top: 60px;
}
.search-icon {
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.search-new-pos {
  left: -34% !important;
  z-index: 100 !important;
  cursor: default !important;
}

@media (max-width: 1366px) {
  .width-class {
    width: 26% !important;
  }

  .search-new-pos {
    left: -31% !important;
  }
}

.about-img-cover {
  object-fit: cover;
  height: 50em;
}

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

@media only screen and (max-width: 1200px) {
  .search-icon {
    display: none;
  }

  #search-bar {
    display: none;
  }
}

.stick-bot {
  position: fixed !important;
  left: 20%;
  right: 20%;
  margin: 0 !important;
  bottom: 3%;
}

.padd-0 {
  padding: 0 !important;
}

.fixed-pos {
  position: fixed !important;
}

.pad-cor-projects {
  padding: 136px 0 0 100px !important;
  margin: 0 !important;
}

.exact-height {
  height: 300px !important;
}

@media only screen and (max-width: 1440px) {
  /* img {
    max-width: 87% !important;
  } */
  .title {
    font-size: 16px !important;
  }

  .subtitle {
    font-size: 10px !important;
  }
}

input {
  -webkit-appearance: none !important;
}


/* MOBILE */

@media only screen and (max-width: 600px) {
  .portfolio {
    padding-top: 50px !important;
  }

  .trigger {
    float: none !important;
    margin: 0 auto;
  }

  .pad-cor-projects {
    text-align: center;
    padding: 210px 0 0 0 !important;
  }

  .fixed-pos {
    position: absolute !important;
  }

  .hentry {
    display: unset !important;
  }

  /* img {
    max-width: 100vw !important;
    margin-top: 20px !important;
  } */
  .filter li:not(:last-child) {
    margin-right: 8px !important;
  }

  .filter {
    padding-top: 25px !important;
    margin-top: 30px !important;
  }
  .side-pad-project {
    padding-right: 0 !important;
  }
  .main-logo {
    white-space: nowrap;
  }
  .trigger {
    margin-top: 20px;
  }

  .main-logo {
    
  }

  .pad-x {
    padding: 0 !important;
    text-align: center;
  }
}

.new-carousel {
  display: inline-block !important;
}


.filter {
  list-style: none;
  padding-top: 50px;
  border-top: 1px solid #e6e6e6;
  margin-bottom: 50px !important;
}
.filter li {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-family: 'Cardo';
 
  color: #b3b3b3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.filter li:not(:last-child) {
  margin-right: 50px;
}
.filter li:hover {
  color: #111111;
}
.filter li a.active {
  color: #111111;
  cursor: default;
}

sup {
  vertical-align: super !important;
  font-size: smaller;
}

.side-pad-project {
  padding: 0 30px 0 0;
}

.project-info {
  width: 31%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 100px;
}

.details__list {
  max-width: 59%;
  color: #111111;
}



.project-gallery {
  position: absolute;
  right: 0;
  height: 100vh;
  width: 50%;
  z-index: 99991;
  
}

.porfolio-gallery {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50vw;
  height: 100vh;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.inner-image {
  height: 120%;
  max-width: unset !important;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  filter: brightness(.8);
  transition: all .3s;
}

.footer-back {
  position: fixed;
  width: 100vw;
  height: 150px;
  bottom: 0;
  color: white
}

.go-back-but {
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  color: #111111;
  line-height: 40px;
  letter-spacing: 4px;
  margin-top: 55px;
}

.overlay-ctc {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #131313;
  height: 50px;
  width: 50px;
  opacity: 0;
  transition: all .3s;
}

.project-gallery:hover .overlay-ctc {
  opacity: .9;
  top: 50%
}

.project-gallery:hover .porfolio-gallery {
  width: 60vw;
}

.project-gallery:hover .lower-text-overlay {
  opacity: 1;
}

.project-gallery:hover .inner-image {
  filter: brightness(.4);
}

.overlay-ctc > svg {
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.overlay-ctc path {
  fill: white;
  opacity: 1;
}

.lower-text-overlay {
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  background-color: rgba(0, 0, 0, .9);
  padding: 5px;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  opacity: 0;
  transition: all .3s ease-out;
}

.zindex-1 {
  z-index: 9;
}

.project-name {
  display: block;
  text-transform: uppercase;
  font-family: 'Ubuntu';
  font-size: 13px;
  font-weight: normal;
  color: #111111;
  letter-spacing: 6px;
}

@media (max-width: 1050px) {

  header .pad-x {
    text-align: center;
  }
  .project-gallery {
    width: 100vw;
    height: 20vh;
    bottom: 0;
  }

  .porfolio-gallery {
    width: 100vw;
    height: 30vh;
    bottom: 0;
  }

  .inner-image {
    
    bottom: 0;
  }

  .project-info {
    width: 100%;
    top: 42%;
    text-align: center;
  }

  .details__list {
    max-width: unset !important;
  }

  .overlay-ctc, .lower-text-overlay {
    display: none;
  }

  .project-gallery:hover .overlay-ctc {
    opacity: .9;
    top: 50%
  }
  
  .project-gallery:hover .porfolio-gallery {
    width: 100vw;
  }

  .footer-back {
    display: none;
  }

  @media (max-width: 450px) {
    .details__list .details__item:not(:last-child) {
      margin-bottom: 3px;
    }
    #gap-about {
      height: 51px !important;
    }
    .about-body {
      overflow-y: scroll !important;
    }

    #gap-about-50 {
      height: 25px !important;
    }
    #footer-about {
      padding: 0 !important;
    }

    #footer-contact {
      padding: 0 !important;
    }

    #container-contact {
      text-align: center;
    }

  }


  
}

.about-body {
  /* overflow: hidden; */
}

.text-mute {
  color: #111111;
}

a.link {
  color: #b3b3b3;
  /* color: #5a5a5a; */
}

#footer-contact {
  left: 50%;
  text-align: center;
  padding: 100px 0;
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  width: 100%;
}

.lead {
  text-align: justify;
  text-align-last: left;
  padding: 0 100px;
  margin-top: 10%;
  color: #111111;
}

.lead-info {
  padding: 0 100px;
}

.contact__info {
  text-align: center;
  margin-top: 45px;
}

.contact__info li {
  display: inline-block;
}

.contact__info li:not(:first-child) {
  display: inline-block;
  margin-left: 15px;
}

.social-mt {
  margin-top: 25px;
}

.fancybox-thumbs__list a:before {
  border: 2px solid #010101 !important;
}

.fancybox-thumbs {
  background: rgba(30, 30, 30, 0.0) !important;
}

#footer-about {
  position: absolute;
  bottom: 5%;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
}

@media (max-width: 535px) {
  #footer-about {
    position: unset;
  }
  
  p.lead {
    padding: 0 33px;
    margin-top: 5% !important;
  }

  p.lead {
    font-size: 17px;
  }
}

@media (max-width: 445px) {
  .lead-info {
    padding: 0;
  }
}

@media (max-width: 1070px) {
  #footer-about {
    position: unset;
  }
}

@media (max-width: 1370px) {
  p.lead {
    margin-top: 3%;
  }
}

@media (min-width: 500px) {
  .porttfolio-mobile {display: none !important}
  #mobile-filters {display: none;}
}


@media (max-width: 500px) {
  .portfolio {display: none;}
  #non-mobile-filters{display: none;}
  .index-body {padding: 0 10px 0 20px; overflow-x: hidden;}
}

.porttfolio-mobile {
  display: grid;

  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px 20px;
  padding: 0 20px;

  justify-content: space-between !important;
  /* margin-left: 20px !important;  */

}

.porttfolio-mobile .portfolio-mobile-single {

}

.porttfolio-mobile .portfolio-mobile-single img {
  height: 180px;
  object-fit: cover;
  filter: grayscale(100%);
  width: 100%;
  padding-right: 10px;
}

.porttfolio-mobile .portfolio-mobile-single p {
  margin-top: 10px;
  min-height: 50px;
}

.porttfolio-mobile .filtr-item {
  width: 50% !important;
}

/* .porttfolio-mobile .filtr-item:nth-child(2n-1):not(.filteredOut) {
  padding-right: 10px;
}
.porttfolio-mobile .filtr-item:nth-child(2n):not(.filteredOut) {
  padding-left: 10px;
} */
