﻿/**

	Template Name: Niffer
	更多：http://www.bootstrapmb.com/

	[TABLE OF CONTENTS]

	01. COMMONS
	02. LAYOUT
	03. HEADER
	04. FOOTER
	05. HOMES
	06. GALLERY
	07. BLOG
	08. ELEMENTS

-------------------------------------------------- **/
/** 01. COMMONS
-------------------------------------------------- **/
.container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}
.column {
  float: left;
  position: relative;
  min-height: 1px;
  padding: 0 25px;
}
.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: 1024px) {
  .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 -25px;
}
@media (max-width: 1024px) {
  .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;
}
body {
  font-family: 'Cuprum';
  font-size: 16px;
  color: #999999;
  line-height: 1.8;
  letter-spacing: .3px;
  cursor: default;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 70px;
}
@media (max-width: 800px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  body {
    padding: 60px 0;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
  color: #222222;
  letter-spacing: 1px;
}
h1 {
  font-size: 38px;
}
h2 {
  font-size: 32px;
}
h3 {
  font-size: 26px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-family: 'Cuprum';
}
@media (max-width: 600px) {
  h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 16px;
  }
  h5 {
    font-size: 14px;
  }
}
h6 {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}
a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
img,
video {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
img.responsive,
video.responsive {
  display: block;
  width: 100%;
}
figure {
  position: relative;
}
figure figcaption {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background: #ffffff;
  text-transform: uppercase;
  padding: 10px 25px;
  font-size: 12px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
figure:hover figcaption {
  opacity: 1;
}
blockquote {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  color: #222222;
  padding: 10px 0;
}
blockquote:before {
  content: open-quote;
  display: inline-block;
  color: #222222;
  margin-right: 15px;
}
blockquote:after {
  content: close-quote;
  display: inline-block;
  color: #222222;
  margin-left: 15px;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
.btn,
button,
input[type=submit],
input[type=reset],
input[type=button] {
  display: inline-block;
  position: relative;
  height: 48px;
  line-height: 44px;
  text-transform: uppercase;
  font-family: 'Cuprum';
  font-weight: 700;
  font-size: 12px;
  padding: 0 25px;
  color: #222222;
  background: transparent;
  border: 2px solid #222222;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn.btn_icon,
button.btn_icon,
input[type=submit].btn_icon,
input[type=reset].btn_icon,
input[type=button].btn_icon {
  padding-right: 0;
}
.btn .icon,
button .icon,
input[type=submit] .icon,
input[type=reset] .icon,
input[type=button] .icon {
  display: inline-block;
  padding: 0 15px;
  margin-left: 12px;
  height: 44px;
  position: relative;
}
.btn .icon:before,
button .icon:before,
input[type=submit] .icon:before,
input[type=reset] .icon:before,
input[type=button] .icon:before {
  content: '';
  width: 2px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  background: #222222;
}
.btn:hover,
button:hover,
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover {
  border-color: rgba(34, 34, 34, 0.7);
}
.btn.btn_light,
button.btn_light,
input[type=submit].btn_light,
input[type=reset].btn_light,
input[type=button].btn_light {
  color: #ffffff;
  border-color: #ffffff;
}
.btn.btn_light .icon:before,
button.btn_light .icon:before,
input[type=submit].btn_light .icon:before,
input[type=reset].btn_light .icon:before,
input[type=button].btn_light .icon:before {
  background: #ffffff;
}
.btn.btn_light:hover,
button.btn_light:hover,
input[type=submit].btn_light:hover,
input[type=reset].btn_light:hover,
input[type=button].btn_light:hover {
  border-color: rgba(255, 255, 255, 0.7);
}
.form_group:not(:last-child) {
  margin-bottom: 15px;
}
input[type=email],
input[type=number],
input[type=search],
input[type=text],
input[type=tel],
input[type=url],
input[type=password],
textarea,
select {
  width: 100%;
  font-family: inherit;
  padding: 15px;
  border: none;
  border: 1px solid #d9d9d9;
  background: #ffffff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
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-color: #222222;
}
input[type=email]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #b3b3b3;
}
input[type=email]::-moz-input-placeholder,
input[type=number]::-moz-input-placeholder,
input[type=search]::-moz-input-placeholder,
input[type=text]::-moz-input-placeholder,
input[type=tel]::-moz-input-placeholder,
input[type=url]::-moz-input-placeholder,
input[type=password]::-moz-input-placeholder,
textarea::-moz-input-placeholder,
select::-moz-input-placeholder {
  color: #b3b3b3;
}
input[type=email]:-moz-input-placeholder,
input[type=number]:-moz-input-placeholder,
input[type=search]:-moz-input-placeholder,
input[type=text]:-moz-input-placeholder,
input[type=tel]:-moz-input-placeholder,
input[type=url]:-moz-input-placeholder,
input[type=password]:-moz-input-placeholder,
textarea:-moz-input-placeholder,
select:-moz-input-placeholder {
  color: #b3b3b3;
}
input[type=email]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #b3b3b3;
}
textarea {
  min-width: 100%;
  max-width: 100%;
  min-height: 120px;
}
label {
  display: block;
  margin-bottom: 5px;
  cursor: pointer;
}
ul,
ol {
  list-style: none;
}
ul.listed {
  list-style: circle inside;
}
.float_left {
  float: left;
}
.float_right {
  float: right;
}
.text_left {
  text-align: left;
}
.text_center {
  text-align: center;
}
.text_right {
  text-align: right;
}
div[class*='gap_'] {
  display: block;
}
.gap_25 {
  height: 25px;
}
.gap_50 {
  height: 50px;
}
.gap_100 {
  height: 100px;
}
@media (max-width: 800px) {
  .gap_50 {
    height: 40px;
  }
  .gap_100 {
    height: 70px;
  }
}
.light_content {
  color: #ffffff;
}
.light_content h1,
.light_content h2,
.light_content h3,
.light_content h4,
.light_content h5,
.light_content h6 {
  color: #ffffff;
}
.light_content input[type=email],
.light_content input[type=number],
.light_content input[type=search],
.light_content input[type=text],
.light_content input[type=tel],
.light_content input[type=url],
.light_content input[type=password],
.light_content textarea,
.light_content select {
  color: #ffffff;
  border-bottom-color: #3c3c3c;
}
.light_content input[type=email]:focus,
.light_content input[type=number]:focus,
.light_content input[type=search]:focus,
.light_content input[type=text]:focus,
.light_content input[type=tel]:focus,
.light_content input[type=url]:focus,
.light_content input[type=password]:focus,
.light_content textarea:focus,
.light_content select:focus {
  border-bottom-color: #ffffff;
}
.light_content input[type=email]:focus::-webkit-input-placeholder,
.light_content input[type=number]:focus::-webkit-input-placeholder,
.light_content input[type=search]:focus::-webkit-input-placeholder,
.light_content input[type=text]:focus::-webkit-input-placeholder,
.light_content input[type=tel]:focus::-webkit-input-placeholder,
.light_content input[type=url]:focus::-webkit-input-placeholder,
.light_content input[type=password]:focus::-webkit-input-placeholder,
.light_content textarea:focus::-webkit-input-placeholder,
.light_content select:focus::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.light_content input[type=email]:focus::-moz-input-placeholder,
.light_content input[type=number]:focus::-moz-input-placeholder,
.light_content input[type=search]:focus::-moz-input-placeholder,
.light_content input[type=text]:focus::-moz-input-placeholder,
.light_content input[type=tel]:focus::-moz-input-placeholder,
.light_content input[type=url]:focus::-moz-input-placeholder,
.light_content input[type=password]:focus::-moz-input-placeholder,
.light_content textarea:focus::-moz-input-placeholder,
.light_content select:focus::-moz-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.light_content input[type=email]:focus:-moz-input-placeholder,
.light_content input[type=number]:focus:-moz-input-placeholder,
.light_content input[type=search]:focus:-moz-input-placeholder,
.light_content input[type=text]:focus:-moz-input-placeholder,
.light_content input[type=tel]:focus:-moz-input-placeholder,
.light_content input[type=url]:focus:-moz-input-placeholder,
.light_content input[type=password]:focus:-moz-input-placeholder,
.light_content textarea:focus:-moz-input-placeholder,
.light_content select:focus:-moz-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.light_content input[type=email]:focus:-ms-input-placeholder,
.light_content input[type=number]:focus:-ms-input-placeholder,
.light_content input[type=search]:focus:-ms-input-placeholder,
.light_content input[type=text]:focus:-ms-input-placeholder,
.light_content input[type=tel]:focus:-ms-input-placeholder,
.light_content input[type=url]:focus:-ms-input-placeholder,
.light_content input[type=password]:focus:-ms-input-placeholder,
.light_content textarea:focus:-ms-input-placeholder,
.light_content select:focus:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
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),
table:not(:last-child) {
  margin-bottom: 25px;
}
/** 02. LAYOUT
-------------------------------------------------- **/
.main_content {
  position: relative;
}
.main_content.with_padding {
  padding: 30px;
}
.main_content.bg_grey {
  background: #f2f2f2;
}
.main_content .resize {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #222222;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
  background: #ffffff;
  cursor: pointer;
}
.title_holder {
  text-align: center;
  padding: 70px 0 100px;
}
@media (max-width: 600px) {
  .main_content.with_padding {
    padding: 15px;
  }
  .title_holder {
    padding: 45px 0 60px;
  }
}
.split_section {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: calc(100vh -  140px );
}
.split_section .content {
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.split_section .content .holder_img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.split_section .content .section {
  min-height: 100%;
  padding: 100px;
  display: flex;
  align-items: center;
}
.split_section .content .section.no_padding {
  padding: 0;
}
.split_section .content .section.fh {
  height: 100%;
  padding: auto 100px;
}
.split_section .content .section .inner {
  width: 100%;
}
.split_section .bg_dark {
  background: #272727;
}
.split_section .bg_grey {
  background: #f2f2f2;
}
@media (max-width: 1024px) {
  .split_section {
    display: block;
    height: auto;
  }
  .split_section .content {
    width: 100%;
    height: auto;
  }
  .split_section .content .holder_img {
    display: block;
    position: relative;
    height: calc(100vh -  140px );
  }
}
@media (max-width: 600px) {
  .split_section .content .section {
    padding: 60px 30px;
  }
}
.disabled_rc {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  font-size: 14px;
  color: #ffffff;
  padding: 10px 25px;
  background: #222222;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  white-space: nowrap;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  -moz-transition: opacity 0.3s, visibility 0.3s;
  -ms-transition: opacity 0.3s, visibility 0.3s;
  -o-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.disabled_rc.visible {
  opacity: 1;
  visibility: visible;
}
.loader_mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: #ffffff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.loader_mask.hide {
  opacity: 0;
  visibility: hidden;
}
.loader_mask .loader {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
  border-radius: 50%;
  border: 4px solid #e6e6e6;
  border-top: 4px solid #cccccc;
  -webkit-animation: loader 1s infinite;
  -moz-animation: loader 1s infinite;
  -ms-animation: loader 1s infinite;
  -o-animation: loader 1s infinite;
  animation: loader 1s infinite;
}
@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.back2top {
  position: fixed;
  bottom: 70px;
  right: 70px;
  z-index: 2;
  line-height: 70px;
  transform-origin: bottom right;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #b3b3b3;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(-90deg) translateX(100%) translateY(100%);
  -moz-transform: rotate(-90deg) translateX(100%) translateY(100%);
  -ms-transform: rotate(-90deg) translateX(100%) translateY(100%);
  -o-transform: rotate(-90deg) translateX(100%) translateY(100%);
  transform: rotate(-90deg) translateX(100%) translateY(100%);
}
.back2top.visible {
  opacity: 1;
  visibility: visible;
}
.back2top span {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 2px;
  background: #cccccc;
  position: relative;
  margin-top: -2px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.back2top span:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #cccccc;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -4px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.back2top:hover {
  color: #222222;
}
.back2top:hover span {
  margin-left: 5px;
  background: #222222;
}
.back2top:hover span:before {
  border-left-color: #222222;
}
@media (max-width: 600px) {
  .back2top {
    display: none;
  }
}
/** 03. HEADER
-------------------------------------------------- **/
.header {
  width: 100%;
  height: 70px;
  padding: 0 70px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header .header_logo {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  color: #222222;
  letter-spacing: 5px;
  line-height: 70px;
  user-select: none;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.header .header_logo:hover {
  opacity: .5;
}
.header .header_logo img {
  display: block;
  max-height: 35px;
}
.header .header_logo img.logo_dark {
  display: block;
}
.header .header_logo img.logo_white {
  display: none;
}
.header .header_trigger {
  display: flex;
  align-items: center;
  height: 20px;
  position: relative;
  cursor: pointer;
}
.header .header_trigger .title {
  text-transform: uppercase;
  font-size: 14px;
  margin-right: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header .header_trigger .inner {
  width: 16px;
  height: 14px;
  position: relative;
}
.header .header_trigger .inner .icon_bar {
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  background: #222222;
}
.header .header_trigger .inner .icon_bar.top {
  top: 0;
}
.header .header_trigger .inner .icon_bar.middle {
  top: 50%;
  margin-top: -1px;
}
.header .header_trigger .inner .icon_bar.bottom {
  bottom: 0;
}
.header .header_trigger:hover .title {
  color: #222222;
}
@media (max-width: 600px) {
  .header .header_trigger .title {
    display: none;
  }
}
.header .back_to_works {
  display: flex;
  align-items: center;
  height: 20px;
  position: relative;
  cursor: pointer;
}
.header .back_to_works .title {
  text-transform: uppercase;
  font-size: 14px;
  margin-right: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header .back_to_works .inner {
  width: 16px;
  height: 16px;
  position: relative;
}
.header .back_to_works .inner span {
  width: 4px;
  height: 4px;
  background: #cccccc;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header .back_to_works .inner span:nth-child(1) {
  top: 0;
}
.header .back_to_works .inner span:nth-child(2) {
  top: 50%;
  margin-top: -2px;
}
.header .back_to_works .inner span:nth-child(3) {
  bottom: 0;
}
.header .back_to_works .inner span:before,
.header .back_to_works .inner span:after {
  content: '';
  width: 4px;
  height: 4px;
  background: #cccccc;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header .back_to_works .inner span:before {
  left: 6px;
}
.header .back_to_works .inner span:after {
  left: 12px;
}
.header .back_to_works:hover .title {
  color: #222222;
}
.header .back_to_works:hover span:not(.title),
.header .back_to_works:hover span:before,
.header .back_to_works:hover span:after {
  background: #222222;
}
@media (max-width: 600px) {
  .header .back_to_works .title {
    display: none;
  }
}
.header .header_menu {
  width: 350px;
  height: 100%;
  position: fixed;
  top: 0;
  right: -350px;
  z-index: 20;
  background: #222222;
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}
.header .header_menu.open {
  right: 0;
}
.header .header_menu .menu {
  margin-bottom: 0;
}
.header .header_menu .menu li {
  display: block;
  position: relative;
}
.header .header_menu .menu li a {
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 50px;
  padding: 0 25px;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header .header_menu .menu li a.active,
.header .header_menu .menu li a:hover {
  color: #ffffff;
}
.header .header_menu .menu li a.parent:before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -2px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header .header_menu .menu li a.parent:hover:before,
.header .header_menu .menu li a.active.parent:before {
  background: #ffffff;
}
.header .header_menu .menu li ul {
  display: none;
  width: 100%;
  position: relative;
  padding: 0 15px;
}
.header .header_menu .menu li ul li a {
  font-size: 12px;
  padding: 0 25px;
  line-height: 35px;
}
.header .header_menu .close {
  height: 70px;
  line-height: 70px;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 14px;
  padding: 0 25px;
  background: #272727;
  position: relative;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.header .header_menu .close span {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -7px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header .header_menu .close span:before,
.header .header_menu .close span:after {
  content: '';
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header .header_menu .close span:before {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  margin-top: -1px;
}
.header .header_menu .close span:after {
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -1px;
}
.header .header_menu .close:hover {
  color: #ffffff;
}
.header .header_menu .close:hover span:before,
.header .header_menu .close:hover span:after {
  background: #ffffff;
}
.header .social {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 70px;
  display: flex;
  padding-left: 25px;
}
.header .social li:not(:last-child) {
  margin-right: 30px;
}
.header .social li a {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  color: #ffffff;
  line-height: 70px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header .social li a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.header .main_overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  background: rgba(34, 34, 34, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header .main_overlay.visible {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 600px) {
  .header {
    height: 60px;
    padding: 0 15px;
  }
  .header .header_menu {
    width: 80%;
    right: -80%;
  }
  .header .header_menu .close {
    height: 60px;
    line-height: 60px;
  }
}
/** 04. FOOTER
-------------------------------------------------- **/
.footer {
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 70px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9;
  background: #ffffff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.footer .copy {
  text-transform: uppercase;
  font-size: 14px;
  color: #222222;
  margin-bottom: 0;
}
.footer .social {
  display: flex;
}
.footer .social li:not(:last-child) {
  margin-right: 30px;
}
.footer .social li a {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  color: #222222;
  line-height: 70px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.footer .social li a:hover {
  color: rgba(34, 34, 34, 0.7);
}
@media (max-width: 600px) {
  .footer {
    height: 60px;
    padding: 0 15px;
  }
}
@media (max-width: 600px) {
  .footer {
    padding: 0 15px;
  }
  .footer .copy {
    display: none;
  }
  .footer .social li:not(:last-child) {
    margin-right: 15px;
  }
}
/** 05. HOMES
-------------------------------------------------- **/
.home_image,
.home_slider,
.home_kenburns {
  width: 100%;
  height: calc(100vh -  140px );
  position: relative;
  z-index: 1;
}
@media (max-width: 600px) {
  .home_image,
  .home_slider,
  .home_kenburns {
    height: calc(100vh - 120px);
  }
}
.home_image_overlay {
  width: 100%;
  height: 100%;
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(34, 34, 34, 0.2);
}
.home_image_overlay .home_image_overlay_content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 50px;
}
.home_slider .slider .owl-nav {
  width: 70px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: -70px;
  margin-top: -50px;
}
.home_slider .slider .owl-nav div {
  width: 70px;
  height: 50px;
  position: absolute;
  left: 0;
  margin-top: 0;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.home_slider .slider .owl-nav div.owl-prev {
  top: 0;
}
.home_slider .slider .owl-nav div.owl-next {
  bottom: 0;
}
.home_slider .slider .owl-dots {
  display: block;
  width: 70px;
  height: auto;
  position: absolute;
  top: 50%;
  right: -70px;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.home_slider .slider .owl-dots .owl-dot {
  display: block;
  width: 6px;
  height: 6px;
  margin: 10px auto;
}
@media (max-width: 600px) {
  .home_slider .slider .owl-nav {
    width: 50px;
    left: 0;
    background: #ffffff;
  }
  .home_slider .slider .owl-nav div {
    width: 50px;
  }
  .home_slider .slider .owl-dots {
    display: none;
  }
}
.home_kenburns {
  overflow: hidden;
}
@media (max-width: 600px) {
  .home_kenburns .kenburn {
    height: calc(100vh - 120px);
  }
}
.home_parallax {
  display: block;
  width: 100%;
  position: relative;
}
.home_parallax .item {
  display: block;
  position: relative;
  width: 100%;
  height: calc( 100vh -  140px  );
  background-attachment: fixed;
}
@media (max-width: 600px) {
  .home_parallax .item {
    height: calc(100vh - 120px);
  }
}
/** 06. GALLERY
-------------------------------------------------- **/
.entry .entry_thumb {
  position: relative;
}
.entry .entry_thumb a {
  display: block;
  width: 100%;
  height: 100%;
}
.entry .entry_thumb:before {
  content: '';
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.entry .entry_text {
  padding-top: 25px;
}
.entry .entry_text .title {
  text-transform: uppercase;
  color: #222222;
  margin-bottom: 10px;
}
.entry:hover .entry_thumb:before {
  background: rgba(255, 255, 255, 0.3);
}
.entry:hover .entry_thumb .ribbon span {
  opacity: 1;
  -webkit-transition: opacity 0.3s 0.2s;
  -moz-transition: opacity 0.3s 0.2s;
  -ms-transition: opacity 0.3s 0.2s;
  -o-transition: opacity 0.3s 0.2s;
  transition: opacity 0.3s 0.2s;
}
.entry:hover .entry_thumb .ribbon:before {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
@media (max-width: 600px) {
  .entry .entry_thumb .ribbon {
    display: none;
  }
  .entry .entry_text {
    height: 0;
    display: none;
    visibility: hidden;
    padding-top: 0;
  }
}
.ribbon {
  position: absolute;
  bottom: 50px;
  left: 0;
  z-index: 2;
  padding: 25px;
}
.ribbon span.cat {
  display: block;
  font-size: 14px;
  color: #b3b3b3;
  opacity: 0;
  position: relative;
  z-index: 1;
  -webkit-transition: opacity 0.3s 0s;
  -moz-transition: opacity 0.3s 0s;
  -ms-transition: opacity 0.3s 0s;
  -o-transition: opacity 0.3s 0s;
  transition: opacity 0.3s 0s;
}
.ribbon span.title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  color: #222222;
  opacity: 0;
  position: relative;
  z-index: 1;
  -webkit-transition: opacity 0.3s 0s;
  -moz-transition: opacity 0.3s 0s;
  -ms-transition: opacity 0.3s 0s;
  -o-transition: opacity 0.3s 0s;
  transition: opacity 0.3s 0s;
}
.ribbon:before {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  background: #ffffff;
  -webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}
.ribbon.visible span.cat,
.ribbon.visible span.title {
  opacity: 1;
  -webkit-transition: opacity 0.3s 0.2s;
  -moz-transition: opacity 0.3s 0.2s;
  -ms-transition: opacity 0.3s 0.2s;
  -o-transition: opacity 0.3s 0.2s;
  transition: opacity 0.3s 0.2s;
}
.ribbon.visible:before {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
@media (max-width: 600px) {
  .ribbon {
    padding: 15px;
  }
}
.gallery_horizontal {
  display: block;
  width: 100%;
  height: calc(100vh -  140px );
  position: relative;
}
.gallery_horizontal .inner {
  width: auto;
  height: 100%;
  position: relative;
}
.gallery_horizontal .item {
  display: block;
  float: left;
  height: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.gallery_horizontal .item:not(:first-child) {
  margin-left: 30px;
}
.gallery_horizontal .item a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.gallery_horizontal .item img {
  width: auto;
  height: 100%;
  -webkit-transition: transform 1s;
  -moz-transition: transform 1s;
  -ms-transition: transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
}
.gallery_horizontal .item:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.gallery_horizontal .item:hover .ribbon span {
  opacity: 1;
  -webkit-transition: opacity 0.3s 0.2s;
  -moz-transition: opacity 0.3s 0.2s;
  -ms-transition: opacity 0.3s 0.2s;
  -o-transition: opacity 0.3s 0.2s;
  transition: opacity 0.3s 0.2s;
}
.gallery_horizontal .item:hover .ribbon:before {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
@media (max-width: 800px) {
  .gallery_horizontal {
    width: 100%;
    height: auto;
  }
  .gallery_horizontal .item {
    display: block;
    width: 100%;
    height: auto;
    float: none;
  }
  .gallery_horizontal .item:not(:first-child) {
    margin-top: 30px;
    margin-left: 0;
  }
  .gallery_horizontal .item img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 600px) {
  .gallery_horizontal .item:not(:first-child) {
    margin-top: 15px;
  }
}
.custom_popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background: #ffffff;
}
.custom_popup .meta {
  height: 70px;
  position: absolute;
  top: 0;
  right: 70px;
  left: 70px;
  z-index: 1;
}
.custom_popup .meta .title {
  text-transform: uppercase;
  line-height: 70px;
  color: #222222;
}
.custom_popup .meta .close {
  width: 14px;
  height: 100%;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
.custom_popup .meta .close span {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -7px;
}
.custom_popup .meta .close span:before,
.custom_popup .meta .close span:after {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  background: #222222;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.custom_popup .meta .close span:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.custom_popup .meta .close span:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.custom_popup .meta .close:hover span:before,
.custom_popup .meta .close:hover span:after {
  background: #a2a2a2;
}
.custom_popup .frame {
  position: absolute;
  top: 70px;
  right: 70px;
  bottom: 70px;
  left: 70px;
  text-align: center;
  background: #ffffff;
}
.custom_popup .frame img {
  max-width: 100%;
  max-height: 100%;
  opacity: 0;
  position: relative;
  left: -15px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s, left 0.3s;
  -moz-transition: opacity 0.3s, left 0.3s;
  -ms-transition: opacity 0.3s, left 0.3s;
  -o-transition: opacity 0.3s, left 0.3s;
  transition: opacity 0.3s, left 0.3s;
}
.custom_popup .frame img.visible {
  opacity: 1;
  left: 0;
}
.custom_popup .frame iframe {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.custom_popup .frame iframe.visible {
  opacity: 1;
  visibility: visible;
}
.custom_popup .frame:before {
  content: '';
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #d9d9d9;
  border-top: 2px solid #b3b3b3;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
  -webkit-animation: hasvideoloader 1s infinite;
  -moz-animation: hasvideoloader 1s infinite;
  -ms-animation: hasvideoloader 1s infinite;
  -o-animation: hasvideoloader 1s infinite;
  animation: hasvideoloader 1s infinite;
}
@keyframes hasvideoloader {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.custom_popup .nav {
  height: 70px;
  position: absolute;
  right: 70px;
  bottom: 0;
  left: 70px;
}
.custom_popup .nav .prev {
  top: 0;
  left: 0;
}
.custom_popup .nav .next {
  top: 0;
  right: 0;
}
.custom_popup .nav .prev,
.custom_popup .nav .next {
  width: 12px;
  height: 100%;
  position: absolute;
  cursor: pointer;
}
.custom_popup .nav .prev span,
.custom_popup .nav .next span {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px;
  border-top: 2px solid #222222;
  border-left: 2px solid #222222;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.custom_popup .nav .prev:hover span,
.custom_popup .nav .next:hover span {
  border-top-color: #a2a2a2;
  border-left-color: #a2a2a2;
}
.custom_popup .nav .next span {
  -webkit-transform: rotate(-225deg);
  -moz-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  -o-transform: rotate(-225deg);
  transform: rotate(-225deg);
}
.custom_popup .nav .counter {
  height: 70px;
  line-height: 70px;
  position: absolute;
  top: 0;
  left: 50%;
  letter-spacing: 5px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.custom_popup .mfp-close {
  display: none;
}
@media (max-width: 800px) {
  .custom_popup .meta,
  .custom_popup .nav {
    right: 25px;
    left: 25px;
  }
  .custom_popup .frame {
    right: 0;
    left: 0;
  }
}
@media (max-width: 600px) {
  .custom_popup .meta .title {
    font-size: 14px;
  }
}
.popup_link.video_link {
  position: relative;
}
.popup_link.video_link .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 80px;
  color: #ffffff;
  text-shadow: 0 0 30px rgba(34, 34, 34, 0.5);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.main_content.with_padding .project_info:last-child {
  margin-bottom: -30px;
}
@media (max-width: 600px) {
  .main_content.with_padding .project_info:last-child {
    margin-bottom: -15px;
  }
}
.project_metas .meta {
  display: inline-block;
  position: relative;
}
.project_metas .meta:not(:last-child):after {
  content: '/';
  margin: 0 15px;
}
.project_metas .meta .title {
  text-transform: uppercase;
  color: #222222;
}
@media (max-width: 600px) {
  .project_metas .meta {
    display: block;
    margin: 0 auto;
  }
  .project_metas .meta:not(:last-child):after {
    display: none;
  }
}
.project_navigation {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}
.project_navigation li {
  display: inline-block;
  position: relative;
}
.project_navigation li a {
  display: block;
  width: 50px;
  height: 50px;
  position: relative;
  background: #e0e0e0;
}
.project_navigation li a span {
  width: 10px;
  height: 10px;
  border-top: 2px solid #222222;
  border-left: 2px solid #222222;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.project_navigation li a.prev span {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.project_navigation li a.next span {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.project_navigation li a:hover span {
  border-top-color: rgba(34, 34, 34, 0.5);
  border-left-color: rgba(34, 34, 34, 0.5);
}
@media (max-width: 600px) {
  .project_navigation {
    margin-top: 50px;
  }
}
/** 07. NEWS
-------------------------------------------------- **/
.post:not(:last-child) {
  margin-bottom: 50px;
}
.post .post_header {
  text-align: center;
  padding: 50px 0;
}
.post .post_title {
  margin-bottom: 5px;
}
.post .post_title a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.post .post_title a:hover {
  opacity: .5;
}
.post .post_metas .meta {
  display: inline-block;
  position: relative;
  color: #b3b3b3;
}
.post .post_metas .meta:not(:last-child):after {
  display: inline-block;
  content: '/';
  margin: 0 15px;
}
.post .post_content {
  text-align: center;
}
.post .post_content .post_bottom_icon {
  display: block;
  margin-top: 25px;
  color: #222222;
}
.post .post_bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e6e6e6;
  font-size: 14px;
}
.post .post_bottom .tags i,
.post .post_bottom .share i {
  margin-right: 10px;
}
.post .post_bottom .tags a,
.post .post_bottom .share a {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.post .post_bottom .tags a:hover,
.post .post_bottom .share a:hover {
  color: #222222;
}
.post .post_bottom .tags a:not(:last-child):after,
.post .post_bottom .share a:not(:last-child):after {
  content: '/';
  display: inline-block;
  margin: 0 10px;
}
.post .post_quote,
.post .post_link {
  padding: 50px;
}
.post.single_post .post_header,
.post.single_post .post_content {
  text-align: left;
}
.post .post_author {
  display: table;
  padding: 25px;
  margin-top: 50px;
  background: #e6e6e6;
}
.post .post_author img {
  display: table-cell;
  vertical-align: middle;
  max-width: 200px;
  border-radius: 50%;
}
.post .post_author .author_content {
  display: table-cell;
  vertical-align: middle;
  padding-left: 50px;
}
.post .post_comments {
  margin-top: 50px;
}
.post .post_comments .comments {
  margin-top: 50px;
}
.post .post_comments .comments li {
  width: 100%;
  position: relative;
}
.post .post_comments .comments li:not(:last-child) {
  margin-bottom: 50px;
}
.post .post_comments .comments li .comment_img {
  width: 80px;
  float: left;
}
.post .post_comments .comments li .comment_img img {
  display: block;
  width: 100%;
  border-radius: 50%;
}
.post .post_comments .comments li .comment_content {
  padding-left: 130px;
}
.post .post_comments .comments li .comment_content .comment_header {
  display: flex;
  justify-content: space-between;
}
.post .post_comments .comments li .comment_content .comment_header h5 {
  margin-bottom: 0;
}
.post .post_comments .comments li .comment_content .comment_date {
  display: block;
  color: #b3b3b3;
  margin-bottom: 15px;
}
.post .post_comments .comments li .comments {
  padding-left: 50px;
}
.post .leave_a_comment {
  margin-top: 50px;
}
.post .leave_a_comment form {
  margin-top: 50px;
}
@media (max-width: 600px) {
  .post .post_header {
    padding: 25px 0;
  }
  .post .post_metas .meta:not(:last-child):after {
    margin: 0 5px;
  }
  .post .post_bottom {
    display: block;
    margin-top: 50px;
  }
  .post .post_bottom .share {
    margin-top: 15px;
  }
  .post .post_author img {
    display: none;
  }
  .post .post_author .author_content {
    padding-left: 0;
  }
  .post .post_comments .comments li .comment_img {
    display: none;
  }
  .post .post_comments .comments li .comment_content {
    padding-left: 0;
  }
}
.widget {
  position: relative;
}
.widget:not(:last-child) {
  margin-bottom: 50px;
}
.widget.about {
  text-align: center;
}
.widget.about .widget_content {
  padding: 0 25px;
}
.widget.about .widget_content img {
  display: block;
  max-width: 200px;
  border-radius: 50%;
  margin: 0 auto 25px;
}
.widget.categories ul li a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.widget.categories ul li a:hover {
  opacity: .5;
}
.widget.recent ul li {
  position: relative;
}
.widget.recent ul li:not(:last-child) {
  margin-bottom: 10px;
}
.widget.recent ul li .recent_post {
  display: inline-block;
  vertical-align: top;
}
.widget.recent ul li a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.widget.recent ul li a:hover {
  opacity: .5;
}
.widget.recent ul li span {
  display: block;
  font-size: 14px;
  color: #b3b3b3;
}
.widget.tags ul li {
  display: inline-block;
  position: relative;
}
.widget.tags ul li a {
  display: block;
  padding: 3px 10px;
  margin: 0 3px 3px 0;
  border: 1px solid #d9d9d9;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.widget.tags ul li a:hover {
  border: 1px solid #999999;
}
.post_pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
  font-size: 14px;
}
.post_pagination .prev_link,
.post_pagination .next_link {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.post_pagination .prev_link:hover,
.post_pagination .next_link:hover {
  color: #222222;
}
.post_pagination .prev_link.disabled,
.post_pagination .next_link.disabled {
  opacity: 0;
  pointer-events: none;
}
.post_pagination .pag_numbers span {
  display: inline-block;
  padding: 5px 15px;
}
.post_pagination .pag_numbers span a {
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.post_pagination .pag_numbers span a:hover {
  color: #222222;
}
/** 08. ELEMENTS
-------------------------------------------------- **/
.slider,
.owl-stage-outer,
.owl-stage,
.owl-item,
.item {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.owl-nav div {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  margin-top: -30px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.owl-nav div.owl-prev {
  left: 0;
}
.owl-nav div.owl-next {
  right: 0;
}
.owl-nav div.owl-prev:before,
.owl-nav div.owl-next:before {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.owl-nav div.owl-prev:before {
  border-bottom: 2px solid #222222;
  border-left: 2px solid #222222;
}
.owl-nav div.owl-next:before {
  border-top: 2px solid #222222;
  border-right: 2px solid #222222;
}
.owl-nav div.owl-prev:hover:before {
  border-bottom-color: rgba(34, 34, 34, 0.5);
  border-left-color: rgba(34, 34, 34, 0.5);
}
.owl-nav div.owl-next:hover:before {
  border-top-color: rgba(34, 34, 34, 0.5);
  border-right-color: rgba(34, 34, 34, 0.5);
}
.owl-dots {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: 15px;
  z-index: 99;
  text-align: center;
}
.owl-dots .owl-dot {
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 5px;
}
.owl-dots .owl-dot span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(34, 34, 34, 0.3);
  border: none;
  box-shadow: none;
  margin: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.owl-dots .owl-dot:hover span,
.owl-dots .owl-dot.active span {
  background: #222222;
}
.slider.cover_slider {
  height: calc(100vh -  200px );
  margin-bottom: 30px;
}
.slider.cover_slider + .project_info {
  margin-top: -30px;
}
@media (max-width: 600px) {
  .slider.cover_slider {
    margin-bottom: 15px;
  }
  .slider.cover_slider + .project_info {
    margin-top: -15px;
  }
}
@media (max-width: 600px) {
  .slider.cover_slider {
    height: calc(100vh - 150px);
  }
}
.slider.light_controls .owl-nav div.owl-prev:before {
  border-bottom-color: #ffffff;
  border-left-color: #ffffff;
}
.slider.light_controls .owl-nav div.owl-next:before {
  border-top-color: #ffffff;
  border-right-color: #ffffff;
}
.slider.light_controls .owl-nav div.owl-prev:hover:before {
  border-bottom-color: rgba(255, 255, 255, 0.5);
  border-left-color: rgba(255, 255, 255, 0.5);
}
.slider.light_controls .owl-nav div.owl-next:hover:before {
  border-top-color: rgba(255, 255, 255, 0.5);
  border-right-color: rgba(255, 255, 255, 0.5);
}
.slider.light_controls .owl-dots .owl-dot span {
  background: rgba(255, 255, 255, 0.3);
}
.slider.light_controls .owl-dots .owl-dot:hover span,
.slider.light_controls .owl-dots .owl-dot.active span {
  background: #ffffff;
}
.skill_bars .skill_bar {
  position: relative;
}
.skill_bars .skill_bar:not(:last-child) {
  margin-bottom: 25px;
}
.skill_bars .skill_bar .title {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.skill_bars .skill_bar .title span {
  color: #999999;
  margin-left: 15px;
}
.skill_bars .skill_bar .bar_content {
  width: 100%;
  height: 5px;
  background: #d9d9d9;
  position: relative;
}
.skill_bars .skill_bar .bar_content .bar {
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #222222;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.light_content .skill_bars .skill_bar .bar_content {
  background: #3c3c3c;
}
.light_content .skill_bars .skill_bar .bar_content .bar {
  background: #ffffff;
}
