@charset "UTF-8";
/*
Theme Name: Domik
Theme URI: http://domik.cththemes.org/
Author: CTHthemes
Author URI: http://themeforest.net/user/cththemes
Description: A “Domik – Creative Responsive Architecture WP Theme" is perfect if you like a clean and modern design. This theme is ideal for architects, furniture designers, photographers, and those who need an easy, attractive and effective way to share their work with clients.
Version: 3.2.0
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: domik
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*-------------Import fonts ---------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
/* WP Style Reset */
/* WP Style Reset */
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  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: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* The wrapper <div> for the caption and captioned element. */
.wp-caption {
  max-width: 100%;
  margin-bottom: 15px;
}

.gallery-caption {
  margin-bottom: 10px;
}

/* The caption text. */
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.wp-caption figcaption.wp-caption-text {
  margin-top: 10px;
}

.bypostauthor .comment-meta {
  font-weight: bold;
}

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

.alignleft {
  display: inline;
  float: left;
}

.alignright {
  display: inline;
  float: right;
}

blockquote.alignleft, .wp-caption.alignleft, img.alignleft {
  margin: 0.4211em 1em 1em 0px;
}

blockquote.alignright, .wp-caption.alignright, img.alignright {
  margin: 0.4211em 0px 1em 1em;
}

.wp-caption.aligncenter {
  clear: both;
}

.wp-caption-text {
  color: #666;
}

/*.blog-sidebar > .widget * {
    max-width: 100%;
    height: auto;
}*/
.blog-sidebar > .widget {
  float: left;
  width: 100%;
}

#wp-calendar {
  width: 100%;
}

#wp-calendar tbody td, #wp-calendar thead th {
  text-align: center;
}

.widget_search button[type=submit] {
  border-width: 2px;
}

.mb-15 {
  margin-bottom: 15px;
}

.widget_categories select, .widget_archive select {
  width: 100%;
}

/* table */
table {
  border-width: 1px 1px 1px 0px;
  border-color: #eee #eee #eee transparent;
  border-style: solid solid solid none;
  border-collapse: collapse;
  border-spacing: 0px;
  margin: 0px 0px 20px;
  width: 100%;
}

table th, table td {
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  padding: 8px;
  vertical-align: top;
  text-align: left;
}

table thead:first-child tr:first-child th, table tbody:first-child tr:first-child th, table tbody:first-child tr:first-child td {
  border-top: 0px none;
}

.gallery .gallery-item img {
  width: auto;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
  padding: 2px;
  margin-bottom: 20px;
  float: left;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
  padding: 2px;
  margin-bottom: 20px;
  float: left;
}

.gallery-columns-3 .gallery-item {
  width: 33.33%;
  padding: 2px;
  margin-bottom: 20px;
  float: left;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
  padding: 2px;
  margin-bottom: 20px;
  float: left;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
  padding: 2px;
  margin-bottom: 20px;
  float: left;
}

.gallery-columns-6 .gallery-item {
  width: 16.66%;
  padding: 2px;
  margin-bottom: 20px;
  float: left;
}

.gallery-columns-7 .gallery-item {
  width: 14.28%;
  padding: 2px;
  margin-bottom: 20px;
  float: left;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
  padding: 2px;
  margin-bottom: 20px;
  float: left;
}

.gallery-columns-9 .gallery-item {
  width: 11.11%;
  padding: 2px;
  margin-bottom: 20px;
  float: left;
}

/*------------- Style reset for VC --------------------------------*/
.row.full-height > .wpb_column, .row.full-height > .wpb_column > .vc_column-inner, .row.full-height > .wpb_column > .vc_column-inner > .wpb_wrapper {
  height: 100%;
}

.wpb_alert p:last-child, #content .wpb_alert p:last-child, .wpb_text_column p:last-child, .wpb_text_column *:last-child, #content .wpb_text_column p:last-child, #content .wpb_text_column *:last-child, .wpb_toggle_content p:last-child {
  margin-bottom: 0;
}

.no-vc-margin .wpb_row, .no-vc-margin .wpb_content_element, .no-vc-margin ul.wpb_thumbnails-fluid > li, .no-vc-margin .last_toggle_el_margin, .no-vc-margin .wpb_button {
  margin-bottom: 0 !important;
}

.wpb_column > .wpb_wrapper > *:last-child {
  margin-bottom: 0;
}

.domik_container:before, .domik_container:after, .domik_container-fluid:before, .domik_container-fluid:after, .clearfix:before, .clearfix:after {
  display: table;
  content: "";
}

.domik_container:after, .domik_container-fluid:after, .clearfix:after {
  clear: both;
}

.domik_fullwidth .domik_container, .domik_container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.domik_fullwidth .header-inner, .domik_fullwidth .domik_container {
  max-width: 100%;
}

.domik_fullwidth .fixed-column .domik_container {
  max-width: 100%;
}

.domik_fullwidth .header-inner {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .domik_fullwidth .header-inner, .domik_fullwidth .domik_container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .domik_fullwidth .header-inner, .domik_fullwidth .domik_container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .domik_fullwidth .header-inner, .domik_fullwidth .domik_container {
    width: 1170px;
  }
}
html {
  overflow-x: hidden !important;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #000;
  background: #f4f4f4;
  height: 100%;
  text-align: center;
}

@-o-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
.bg-animate {
  position: fixed;
  bottom: 10%;
  right: 10%;
  width: 60%;
  height: 60%;
  z-index: -2;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
}

/*--------------Typography--------------------------------------*/
h1 {
  font-size: 4.4666666667em;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.17em;
}

h2 {
  font-size: 3.2em;
  font-weight: 300;
}

h3 {
  font-size: 1em;
}

h4 {
  font-size: 0.9em;
  font-weight: 200;
}

h5 {
  font-size: 0.8em;
  font-weight: 200;
}

h6 {
  font-size: 0.6em;
  font-weight: 200;
}

p {
  text-align: left;
  font-size: 15px;
  line-height: 24px;
  padding-bottom: 10px;
}

blockquote {
  float: left;
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 15px solid #eee;
}

blockquote p {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  color: #494949;
}

strong {
  font-weight: bold;
}

/* ---------Page preload--------------------------------------*/
.loader {
  position: fixed;
  top: 50% !important;
  left: 50%;
  width: 50px;
  height: 50px;
  z-index: 100;
  font-size: 34px;
  line-height: 50px;
  color: #ccc;
  padding-right: 20px;
  opacity: 0.8;
}

.fa-spin {
  -webkit-animation: spin 0.5s infinite linear;
  animation: spin 0.5s infinite linear;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.l-line {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  z-index: 10000;
  display: none;
  background: #f4f4f4;
}

.l-line span {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 6px;
  background: #000;
}

/* ---------Content Styles--------------------------------------*/
#main {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
}

#main.main-hide-loader {
  opacity: 1;
}

#wrapper {
  height: 100%;
  margin-left: 0;
  vertical-align: top;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 2;
  width: 100%;
}

.content-holder {
  vertical-align: top;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 2;
  height: 100%;
}

/*.container{
    max-width: 1024px;
    width:92%;
    margin:0 auto;
    position: relative; 
    z-index:2;
}*/
.domik_container {
  max-width: 1024px;
  width: 92%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.content {
  width: 100%;
  position: relative;
  z-index: 2;
  height: 100%;
  float: left;
}

.horizontal-slider, .home-full-height, .home-full-height .wpb_column, .home-full-height .wpb_column > .wpb_wrapper, .full-height {
  height: 100%;
}

.home-full-height > .row, .home-full-height > .row > .wpb_column, .home-full-height > .row > .wpb_column > .vc_column-inner, .home-full-height > .row > .wpb_column > .vc_column-inner > .wpb_wrapper {
  height: 100%;
}

.folio-style3-slider > .wrapper-inner > .row, .folio-style2-slider > .row, .home-full-height > .row {
  margin-left: 0px;
  margin-right: 0px;
}

.folio-style3-slider > .wrapper-inner > .row > .wpb_column > .vc_column-inner, .folio-style2-slider > .row > .wpb_column > .vc_column-inner {
  padding-left: 0px;
  padding-right: 0px;
}

.home-full-height .col-sm-12 {
  padding: 0;
}

.wrapper-inner {
  float: left;
  width: 70%;
  position: relative;
  background: #fff;
  padding: 150px 0;
  z-index: 3;
  opacity: 0;
}

.wrapper-inner.error-404 {
  height: 100%;
}

.single-portfolio.domik_fullwidth .content.mm .wrapper-inner {
  float: left;
  width: 70%;
}

.domik_fullwidth .wrapper-inner {
  float: none;
  width: 100%;
}

.full-width-wrap {
  width: 100%;
}

.full-width-wrap:before {
  content: "";
  position: absolute;
  right: 0;
  width: 30%;
  background: #fff;
  top: -70px;
  height: 70px;
}

.body-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #f4f4f4;
  z-index: 2;
}

.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-attachment: scroll;
  background-position: center;
  background-repeat: repeat;
  background-origin: content-box;
}

.full-height-parallax {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 2;
}

.respimg .vc_single_image-img, .respimg {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
}

section {
  float: left;
  width: 100%;
  position: relative;
  padding: 50px 0;
  border-bottom: 6px solid #eee;
}

section.domik-folio-element {
  border-bottom: 0px;
  padding: 0px;
}

.pad-bot {
  padding-bottom: 50px;
}

.pad-top {
  padding-top: 50px;
}

.mar-bot {
  margin-bottom: 50px;
}

.mar-top {
  margin-top: 50px;
}

section.domik_container {
  float: none;
  max-width: 1024px;
  width: 92%;
  margin: 0 auto;
  /*position: relative; 
  z-index:2;*/
}

.parallax-section {
  float: left;
  width: 100%;
  padding: 250px 0;
  position: relative;
}

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

.img-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  overflow: hidden;
  height: 100%;
  z-index: 4;
}

.scale-callback {
  float: left;
  width: 33.33333%;
  height: 25%;
  position: relative;
  z-index: 5;
}

.scale-callback:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.scale-bg5:before {
  width: 0;
}

.no-border {
  border: none !important;
}

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

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.content-nav {
  float: left;
  width: 100%;
  padding: 20px 0;
  position: relative;
}

.content-nav ul {
  position: relative;
  left: 0;
}

.content-nav li {
  float: left;
  margin-right: 10px;
}

.content-nav li a {
  font-size: 28px;
  line-height: 34px;
}

.content-nav li span {
  line-height: 34px;
  font-size: 16px;
}

.p-all {
  position: absolute;
  right: 0;
  top: 30px;
  font-size: 18px;
}

.content-nav a {
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.content-nav li a span {
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  padding-right: 20px;
  font-size: 18px;
  position: relative;
  top: -2px;
}

.content-nav a:hover {
  opacity: 0.6;
}

.btn {
  float: left;
  padding: 15px 30px 15px 0;
  line-height: 17px;
  letter-spacing: 2px;
  font-weight: 800;
  font-size: 16px;
  color: #000;
  letter-spacing: 2px;
  -webkit-appearance: none;
  font-family: "Jost", sans-serif;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.btn:hover {
  color: #666;
}

.btn span {
  float: left;
  margin-right: 4px;
}

.btn i {
  float: left;
  margin-top: 2px;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.btn:hover i {
  color: #000;
  margin-left: 6px;
}

/*------item hover ------------------------------------------------*/
.box-item {
  float: left;
  width: 100%;
}

.box-item a {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.box-item a img {
  position: relative;
  z-index: 1;
  -webkit-transition: all 4000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -o-transition: all 4000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: all 4000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}

.box-item a .overlay {
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.box-item a:hover .overlay {
  opacity: 0.3;
}

.box-item a:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
      transform: scale(1.05);
}

/*------ Header  ------------------------------------------------*/
header.domik-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  padding: 20px 0;
  width: 70%;
  background: #fff;
  -webkit-transform: translate3d(0, 0, 0);
}

.domik_fullwidth header.domik-header {
  float: none;
  width: 100%;
}

.header-inner {
  margin: 0 auto;
  position: relative;
  max-width: 1024px;
  width: 92%;
  padding-right: 90px;
}

/*.domik_fullwidth .header-inner{max-width: 1170px;width: 1170px;}*/
.logo-holder {
  float: left;
  position: relative;
  max-width: 200px;
  z-index: 21;
}

/*------ navigation  ------------------------------------------------*/
.nav-holder {
  float: right;
  position: relative;
}

nav {
  position: relative;
  float: left;
  width: 100%;
}

nav li {
  float: left;
  position: relative;
}

nav li ul {
  margin: 30px 0 0 0;
  opacity: 0;
  visibility: hidden;
  /*display: none;*/
  position: absolute;
  min-width: 150px;
  top: 38px;
  /*top: 30px;*/
  left: 0;
  z-index: 1;
  background: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-bottom: 4px solid #000;
}

nav li ul {
  min-width: 200px;
  max-width: 100%;
}

/*nav li ul li {float: left;width: 100%;text-align: left;}*/
nav li:hover > ul {
  opacity: 1;
  visibility: visible;
  /*display: block;*/
  margin: 0;
}

nav li ul li ul {
  top: 0;
  left: -100%;
  /*visibility: hidden;   */
  /*display: none;*/
}

nav li ul li:hover > ul {
  opacity: 1;
  visibility: visible;
  /*display: block;*/
  right: 100%;
}

nav li ul li {
  float: none;
  display: block;
  border: 0;
  text-align: left;
}

/*nav li ul li {float: left;width: 100%;text-align: left;}*/
nav li a {
  float: left;
  width: 100%;
  padding: 10px 22px;
  line-height: 1;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #666;
  top: 0;
  position: relative;
  -webkit-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}

nav li a:before, nav li a:after {
  content: "";
  position: absolute;
  background: #000;
  top: -4px;
  left: 4px;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

nav li a:before {
  width: 0;
  height: 2px;
}

nav li a:after {
  width: 2px;
  height: 0;
}

nav li a.act-link:before {
  width: 10px;
}

nav li a.act-link:after {
  height: 10px;
}

nav li ul a:before, nav li ul a:after {
  display: none;
}

nav li ul a.act-link {
  color: #000;
  font-weight: 600;
}

.nav-button-holder {
  float: right;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  margin: 0 0 0 10px;
  padding-left: 22px;
  display: none;
}

.nav-button {
  float: right;
  width: 30px;
  height: 24px;
  position: relative;
  margin-top: 9px;
  cursor: pointer;
}

.nav-button span {
  float: left;
  width: 100%;
  height: 4px;
  background: #000;
  margin-bottom: 2px;
  position: relative;
}

/*------ Home -------------------------------------------------*/
.fullheight-carousel-holder, .fullheight-carousel {
  height: 100%;
  background: #fff;
  width: 100%;
  overflow: hidden;
}

.fullheight-carousel .item, .carousel-item {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}

.fullheight-carousel .item {
  padding: 3px;
}

.media-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.video-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.fullheight-carousel-holder .customNavigation {
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -41px;
  width: 82px;
  height: 40px;
  z-index: 5;
}

.fullheight-carousel-holder .customNavigation a {
  width: 40px;
  height: 40px;
  background: #fff;
  margin-right: 1px;
  float: left;
  line-height: 40px;
  color: #000;
  cursor: pointer;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
}

.fullheight-carousel-holder .customNavigation a:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
      transform: scale(0.9);
}

.carousel-link-holder {
  position: absolute;
  top: 44%;
  width: 100%;
  left: 0;
  z-index: 3;
}

.carousel-link-holder h3 {
  text-transform: uppercase;
  font-size: 20px;
}

.carousel-link-holder h3 a {
  color: #fff;
  position: relative;
}

.carousel-link-holder h3 a:before, .carousel-link-holder h3 a:after {
  content: "";
  position: absolute;
  bottom: -10px;
  height: 1px;
  background: #fff;
  width: 0;
}

.carousel-link-holder h3 a:before {
  left: 50%;
}

.carousel-link-holder h3 a:after {
  right: 50%;
}

.carousel-link-holder h3 a:hover:before, .carousel-link-holder h3 a:hover:after {
  width: 30%;
}

.carousel-decor {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.carousel-item .bg, .carousel-item .overlay, .carousel-link-holder h3 a:before, .carousel-link-holder h3 a:after, .swiper-nav {
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
}

.vis-decor .bg {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
      transform: scale(1.2);
}

.vis-decor .overlay {
  opacity: 0.7 !important;
}

.swiper-nav-holder {
  position: absolute;
  right: 60px;
  bottom: 0;
  padding: 20px 0;
  line-height: 36px;
}

.swiper-nav {
  display: inline-block;
  width: 40px;
  color: #fff;
  position: relative;
  z-index: 24;
  font-size: 18px;
}

.swiper-nav:hover {
  opacity: 0.8;
}

.slide-title-holder {
  position: absolute;
  top: 0;
  width: 70%;
  height: 100%;
  z-index: 3;
}

.slide-title {
  float: right;
  top: 50%;
  position: relative;
  border-right: 10px solid #fff;
  padding: 50px 50px 50px 0;
}

.slide-title h3 {
  position: relative;
  opacity: 0;
  top: 50px;
}

.swiper-slide .overlay {
  opacity: 0.2;
}

.swiper-slide-active .slide-title h3 {
  opacity: 1;
  top: 0;
  -webkit-transition: 1s 0.5s;
  -o-transition: 1s 0.5s;
  transition: 1s 0.5s;
}

.slide-title h3 {
  font-size: 40px;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  float: right;
  text-align: right;
  width: 100%;
  margin-bottom: 10px;
  color: #fff;
}

.slide-title h3:hover {
  opacity: 0.8;
}

.slide-title h4 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  margin: 6px 0 10px 0;
  float: right;
  width: 100%;
  text-align: right;
  color: #fff;
  font-family: "Jost", sans-serif;
}

.slide-title h3 a, .slide-title h4 a {
  color: #fff;
}

.slide-title h4 a {
  float: right;
}

.slide-title h4 a:hover, .slide-title h4 a:hover i {
  color: #fff;
}

.slide-title h4 a {
  padding-right: 0;
}

.single-title h3 {
  position: relative;
  opacity: 1;
  top: 0;
}

.single-title .slide-title {
  position: relative;
  left: -50px;
}

.title-text {
  position: relative;
  z-index: 2;
}

.mob-bg {
  /*display:none;*/
  z-index: -1;
}

/*------ Page title  ------------------------------------------------*/
.page-title {
  float: left;
  max-width: 550px;
  padding: 30px 0 10px;
  position: relative;
  border-bottom: 6px solid #eee;
}

.page-title h2, .page-title h1.title {
  float: left;
  max-width: 550px;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  padding-bottom: 20px;
  font-size: 44px;
  text-align: left;
  letter-spacing: 2px;
  font-weight: bold;
}

.page-title p, .page-title h3 {
  float: left;
  width: 100%;
  line-height: 26px;
  font-size: 12px;
  text-align: left;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #666;
}

.page-title h3 span {
  float: left;
  max-width: 550px;
}

.fullwidth-slider-holder, .single-slider-holder {
  float: left;
  width: 100%;
  position: relative;
}

.fullwidth-slider-holder .item {
  position: relative;
}

.full-width-holder {
  float: left;
  width: 100%;
  position: relative;
}

.single-slider-holder {
  margin-bottom: 20px;
}

article {
  float: left;
  margin-top: 10px;
  width: 100%;
  position: relative;
}

.section-title {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.no-vc-margin .section-title {
  margin-bottom: 20px !important;
}

.section-title h1, .section-title h3 {
  text-align: left;
  font-size: 28px;
  position: relative;
  float: left;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  padding-bottom: 20px;
}

.section-title h1:before, .section-title h3:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 6px;
  background: #000;
}

/*------ services  ------------------------------------------------*/
.services-info {
  background: #fff;
  float: right;
  width: 90%;
  top: -50px;
  padding: 30px;
  position: relative;
  z-index: 2;
}

.services-info:before, .services-info:after {
  content: "";
  position: absolute;
  background: #000;
  right: 0;
  bottom: 0;
}

.services-info:before {
  height: 40px;
  width: 6px;
}

.services-info:after {
  height: 6px;
  width: 40px;
}

.services-info, .services-info:before, .services-info:after {
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.services-box:hover .services-info {
  top: 0;
  width: 100%;
}

.services-box:hover .services-info:before {
  height: 0;
}

.services-box:hover .services-info:after {
  width: 0;
}

.services-info h4 {
  text-align: left;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.services-info ul {
  float: left;
  text-align: left;
}

.services-info ul li {
  font-size: 13px;
  list-style: circle;
  text-align: left;
  letter-spacing: 1px;
  float: left;
  width: 100%;
  color: #ccc;
  margin-bottom: 10px;
}

.services-info ul li span {
  color: #424242;
}

.section-separator {
  float: right;
  width: 70%;
  height: 6px;
  background: #000;
  margin-right: -20%;
}

.bg-parallax {
  background-attachment: fixed;
}

/*------ Team  ------------------------------------------------*/
.team-holder {
  float: left;
  width: 100%;
}

.team-holder li {
  float: left;
  width: 33.3333%;
  padding: 20px 20px 20px 0;
}

.team-box-holder {
  padding-top: 20px;
  padding-bottom: 20px;
}

.team-box {
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 20px !important;
}

.team-info {
  float: left;
  width: 100%;
  margin-top: 20px;
  text-align: left;
}

.team-info h3 {
  font-size: 19px;
  padding-bottom: 4px;
}

.team-box:before, .team-box:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background: #000;
}

.team-box:before {
  width: 0;
  height: 6px;
}

.team-box:after {
  width: 6px;
  height: 0;
}

.team-box:hover:before {
  width: 50px;
}

.team-box:hover:after {
  height: 50px;
}

.team-photo {
  position: relative;
  overflow: hidden;
  width: 100%;
  float: left;
}

.team-photo span {
  position: absolute;
  bottom: -50px;
  right: 0;
  z-index: 5;
  padding: 10px 15px;
  background: #fff;
}

.team-box:before, .team-box:after, .team-photo span {
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.team-photo:hover span {
  bottom: 0;
}

.team-box .overlay {
  opacity: 0;
  z-index: 2;
  background: #000;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.team-box:hover .overlay {
  opacity: 0.5;
}

.team-social {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 3;
  display: none;
}

.team-social li {
  float: none !important;
  display: inline-block !important;
  padding: 6px;
  width: auto !important;
}

.team-social li a {
  color: #fff;
  font-size: 16px;
  position: relative;
  top: 50px;
  opacity: 0;
}

/*------ Porfolio  ------------------------------------------------*/
.fixed-column {
  position: fixed;
  right: 0;
  width: 30%;
  top: 0;
  height: 100%;
  background: #fff;
  z-index: 10;
  overflow: auto;
}

.not-vis-column {
  right: -100%;
}

.fixed-column section {
  padding: 150px 50px 50px;
}

.hide-column {
  position: absolute;
  top: 80px;
  right: 50px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 5;
}

.hide-column:before, .hide-column:after {
  content: "";
  position: absolute;
  background: #000;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

.hide-column:before {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  margin-top: -1px;
}

.hide-column:after {
  width: 2px;
  left: 50%;
  height: 100%;
  top: 0;
  margin-left: -1px;
}

.project-details ul.descr {
  float: left;
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  margin-bottom: 10px;
  border-top: 1px solid #eee;
}

.project-details ul.descr li {
  float: left;
  width: 100%;
  position: relative;
  padding: 10px 0;
  font-size: 14px;
  text-align: left;
}

.project-details p {
  font-size: 14px;
}

.project-details p:first-child {
  margin-top: 30px;
}

.project-details ul.descr li span {
  color: #666;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Jost", sans-serif;
  padding-right: 10px;
}

.show-info {
  position: absolute;
  top: 50%;
  right: 50px;
  z-index: 2;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Jost", sans-serif;
  color: #fff;
  width: 70px;
  height: 20px;
  margin-top: -10px;
  text-align: right;
  cursor: pointer;
}

.zoomimage {
  width: 30px;
  height: 30px;
  color: #fff;
  position: absolute;
  top: 80px;
  right: 50px;
  line-height: 30px;
  cursor: pointer;
  z-index: 5;
  background: rgba(0, 0, 0, 0.51);
}

.zoomimage i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  line-height: 30px;
}

.zoomimage img {
  width: 30px;
  height: 30px;
  opacity: 0;
  position: relative;
  z-index: 2;
}

.show-info:before {
  content: "";
  position: absolute;
  bottom: -9px;
  right: 0;
  width: 0;
  height: 4px;
  background: #fff;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.show-info:hover:before {
  width: 100%;
}

.filter-holder {
  float: left;
  width: 100%;
  margin-bottom: 50px;
}

.filter-button {
  float: left;
  position: relative;
  cursor: pointer;
}

.filter-button ul {
  float: left;
  width: 30px;
  margin-right: 8px;
}

.filter-button ul li {
  width: 30px;
  height: 3px;
  float: right;
  margin-top: 3px;
  background: #000;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.filter-button ul li:nth-child(1) {
  width: 20px;
}

.filter-button ul li:nth-child(2) {
  width: 25px;
}

.filter-button:hover ul li {
  width: 30px !important;
}

.filter-text {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  float: left;
  font-family: "Jost", sans-serif;
}

.gallery-filters {
  float: left;
  margin-left: 50px;
  display: none;
}

.gallery-filters a {
  margin-right: 20px;
  line-height: 1;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #666;
  position: relative;
  float: left;
  padding: 3px 0 4px 0;
  opacity: 0;
  top: 50px;
}

.gallery-filters a:before {
  content: "";
  position: absolute;
  bottom: -6px;
  right: 0;
  height: 4px;
  width: 0;
  background: #000;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.gallery-filters a.gallery-filter-active:before {
  width: 100%;
}

.column-filter .gallery-filters {
  display: block;
  margin-left: 0;
  margin-top: 30px;
}

.column-filter a {
  margin-right: 0;
  margin-bottom: 14px;
  text-align: left;
  width: 100%;
  float: left;
  opacity: 1;
  top: 0;
}

.column-filter a:before {
  left: 0;
}

.column-filter a.gallery-filter-active:before {
  width: 30px;
}

.fixed-filter {
  position: fixed;
  z-index: 20;
  width: 30%;
  height: 60px;
  background: #fff;
  bottom: -50px;
  right: 0;
}

.fixed-filter .gallery-filters {
  display: block;
  margin: 20px 0 0 50px;
}

.fixed-filter a {
  margin-right: 20px;
  line-height: 1;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #666;
  position: relative;
  float: left;
  padding: 3px 0 4px 0;
  opacity: 1;
  top: 0;
}

.full-width-wrap .gallery-items {
  padding-bottom: 60px !important;
}

.gallery-items {
  float: left;
  width: 100%;
}

.grid-item-holder {
  float: left;
  width: 100%;
  height: auto;
  position: relative;
}

.hid-port-info .grid-item-holder {
  overflow: hidden;
}

.grid-big-pad .grid-item-holder {
  padding: 40px;
}

.grid-small-pad .grid-item-holder {
  padding: 10px 20px 10px 0;
}

.grid-small-pad .gallery-ites .grid-item-holder {
  padding: 5px;
}

.gallery-ites > .grid-item-holder:before {
  display: none;
}

/*.blog-post-gal {
    position: relative;
}
.blog-gal-href {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #000;
    opacity: 0;
    top: 0px;
    left: 0px;
}
.blog-gal-href:hover {
    opacity: 0.2;
}*/
/*.gallery-item, .grid-sizer {
    width: 25%;
    position:relative;
}
.gallery-item-second,
.grid-sizer-second {
    width: 50%;
}
.gallery-item-three,
.grid-sizer-three {
    width: 75%;
}*/
.gallery-item img, .grid-sizer img {
  max-width: 100%;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

/*.four-coulms .gallery-item , .four-coulms .grid-sizer{
    width:25%;
}
.three-coulms .gallery-item , .three-coulms .grid-sizer{
    width:33.333%;
}
.three-coulms .gallery-item-second {
    width:66.666%;
}
.three-coulms .gallery-item-three {
    width:100%;
}
.two-coulms .gallery-item , .two-coulms .grid-sizer{
    width:50%;
}
.two-coulms .gallery-item-second , .two-coulms .grid-sizer-second,.two-coulms .gallery-item-three , .two-coulms .grid-sizer-three{
    width:100%;
}
.one-coulms .gallery-item , .one-coulms .grid-sizer,.one-coulms .gallery-item-second , .one-coulms .grid-sizer-second,.one-coulms .gallery-item-three , .one-coulms .grid-sizer-three{
    width:100%;
}*/
.gallery-ites, .grid-sizers, .gallery-item, .grid-sizer {
  width: 25%;
  position: relative;
}

.gallery-item-second, .grid-sizer-second {
  width: 50%;
}

.gallery-item-three, .grid-sizer-three {
  width: 75%;
}

.one-coulms .gallery-ites, .one-coulms .grid-sizers, .one-coulms .gallery-item, .one-coulms .grid-sizer, .one-coulms .gallery-item-second, .one-coulms .grid-sizer-second, .one-coulms .gallery-item-three, .one-coulms .grid-sizer-three {
  width: 100%;
}

.two-coulms .gallery-ites, .two-coulms .grid-sizers, .two-coulms .gallery-item, .two-coulms .grid-sizer, .two-coulms .gallery-item-second, .two-coulms .grid-sizer-second, .two-coulms .gallery-item-three, .two-coulms .grid-sizer-three {
  width: 50%;
}

.three-coulms .gallery-ites, .three-coulms .grid-sizers, .three-coulms .gallery-item, .three-coulms .grid-sizer {
  width: 33.333%;
}

.three-coulms .gallery-item-second, .three-coulms .grid-sizer-second {
  width: 66.666%;
}

.three-coulms .gallery-item-three, .three-coulms .grid-sizer-three {
  width: 100%;
}

.five-coulms .gallery-ites, .five-coulms .grid-sizers, .five-coulms .gallery-item, .five-coulms .grid-sizer {
  width: 20%;
}

.five-coulms .gallery-item-second, .five-coulms.grid-sizer-second {
  width: 40%;
}

.five-coulms .gallery-item-three, .five-coulms.grid-sizer-three {
  width: 60%;
}

/*.one-coulms img,.two-coulms img {width: 100%;height: auto;}*/
.gallery-item .overlay {
  z-index: 2;
  opacity: 0;
  background: #fff;
}

.grid-item {
  position: relative;
  float: left;
  width: 100%;
  z-index: 3;
  margin-top: 10px;
  padding-bottom: 10px;
}

.hid-port-info .grid-item {
  position: absolute;
  bottom: -100%;
  left: 0;
  padding: 0;
  margin: 0;
  padding: 10px 20px;
  background: #fff;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
}

.hid-port-info .grid-item-holder:hover .grid-item {
  bottom: 0;
}

.grid-item h3 {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  float: left;
  font-family: "Jost", sans-serif;
}

.grid-item span {
  width: 100%;
  float: left;
  text-align: left;
  font-size: 14px;
  opacity: 0.6;
  margin-top: 6px;
}

.grid-item-holder:before {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 10px;
  background: #000;
}

.grid-item-holder:before {
  width: 0;
  height: 6px;
}

.sticky .grid-item-holder:before {
  width: 50px;
  background: #ff0000;
}

.grid-item-holder:hover:before {
  width: 50px;
}

.st-3 .grid-item-holder a img, .gallery-item img, .grid-sizer img, .grid-item-holder:before {
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.fullwidth-slider-holder {
  padding-right: 80px;
}

.fullwidth-slider-holder .customNavigation {
  position: absolute;
  top: 50%;
  right: 0;
  width: 50px;
  height: 80px;
  margin-top: -40px;
  padding: 10px 0;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  text-align: center;
}

.fullwidth-slider-holder .customNavigation a {
  float: left;
  width: 100%;
  height: 40px;
  color: #000;
  cursor: pointer;
  font-size: 16px;
  position: relative;
}

.fullwidth-slider-holder .customNavigation a:before {
  content: "";
  position: absolute;
  background: #000;
  height: 2px;
  width: 0;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.fullwidth-slider-holder .customNavigation a.next-slide:before {
  right: 0;
  top: -12px;
}

.fullwidth-slider-holder .customNavigation a.prev-slide:before {
  bottom: 12px;
  left: 0;
}

.fullwidth-slider-holder .customNavigation a:hover:before {
  width: 100%;
}

.resume-holder, .resume-item {
  float: left;
  width: 100%;
  position: relative;
}

.resume-item {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}

.resume-head {
  float: left;
  padding: 10px 0;
  width: 100%;
  position: relative;
}

.resume-head:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 90px;
  height: 6px;
  background: #000;
}

.resume-head h3 {
  float: left;
  text-align: left;
  font-family: "Jost", sans-serif;
  font-size: 3.4rem;
  line-height: 4.4rem;
}

.resume-box h5 {
  text-align: left;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}

.resume-box p {
  margin-top: 10px;
  font-size: 16px;
}

.hidden-info {
  float: right;
  float: left;
  width: 100%;
  display: none;
  padding: 10px 0;
  margin-top: 20px;
}

.show-hidden-info {
  float: right;
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: relative;
  cursor: pointer;
}

.show-hidden-info:before, .show-hidden-info:after {
  content: "";
  position: absolute;
  background: #000;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.show-hidden-info:before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 4px;
  margin-top: -2px;
}

.show-hidden-info:after {
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  margin-left: -2px;
}

.vhi:after {
  height: 0;
}

.vhi:after, .vhi:before {
  background: #ccc;
}

.inline-gallery {
  float: left;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 10px;
}

.inline-gallery li {
  float: left;
  position: relative;
  width: 25%;
  padding: 4px 4px 4px 0;
}

.resp-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 20px;
}

.resp-video iframe, .resp-video object, .resp-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.resp-audio iframe, .resp-audio object, .resp-audio embed {
  width: 100%;
}

/*------ footer  ------------------------------------------------*/
.height-emulator {
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
}

footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 70%;
  padding: 60px 0 0;
  z-index: 2;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
}

.domik_fullwidth footer {
  float: none;
  width: 100%;
}

.footer-inner {
  margin: 0 auto;
  position: relative;
  max-width: 1024px;
  width: 92%;
  text-transform: uppercase;
  padding: 50px 50px 60px 50px;
}

.footer-logo {
  float: left;
  margin-bottom: 20px;
}

.footer-adress {
  float: left;
  text-align: left;
  width: 100%;
  margin-bottom: 10px;
}

.footer-adress a, .footer-contact li a {
  float: left;
  width: 100%;
  margin-top: 10px;
  font-size: 11;
  font-weight: bold;
  letter-spacing: 1px;
  text-decoration: underline;
}

.footer-contact {
  float: left;
}

.footer-contact li {
  float: left;
  width: 100%;
  text-align: left;
}

footer p {
  text-align: left;
  font-family: "Jost", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 10px;
}

footer:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
  height: 70%;
  background: #fff;
}

.domik_fullwidth footer:before {
  width: 40%;
  right: 20%;
}

.not-vis-footer {
  opacity: 0;
}

.footer-decor {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
}

.footer-decor:before, .footer-decor:after {
  content: "";
  position: absolute;
  background: #000;
  right: 0;
  bottom: 0;
}

.footer-decor:before {
  height: 100%;
  width: 6px;
}

.footer-decor:after {
  height: 6px;
  width: 100%;
}

.footer-innerhome, .footer-inner-innerhome {
  position: relative;
  padding-top: 0px;
}

.to-top {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 80px;
  line-height: 80px;
  font-size: 18px;
  cursor: pointer;
  z-index: 3;
  -webkit-transform: translate3d(0, 0, 0);
  background: #fff;
}

.to-top:hover i {
  opacity: 0.5;
}

/*------ map - ------------------------------------------------*/
.map-box {
  float: left;
  width: 100%;
  height: 400px;
  position: relative;
}

.map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
}

/*------ Contact  ------------------------------------------------*/
.contact-details {
  float: left;
  width: 100%;
  padding-top: 30px;
  text-align: left;
}

.contact-details h3 {
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
}

.contact-details h4 {
  margin-bottom: 10px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
}

.contact-details ul {
  padding-bottom: 20px;
}

.contact-details ul li a {
  padding: 2px 0;
  float: left;
  font-size: 13px;
  width: 100%;
}

.contact-details ul li a:hover {
  text-decoration: underline;
}

.contact-form-holder {
  max-width: 600px;
  border-top: 8px solid #000;
}

div.wpcf7-validation-errors {
  max-width: 600px;
  border-color: #f00;
}

span.wpcf7-not-valid-tip {
  text-align: left;
}

#contact-form, #comment-form {
  width: 100%;
  float: left;
  margin-top: 30px;
}

#contact-form input[type=text], #contact-form input[type=email], #contact-form input[type=tel], #contact-form textarea, #comment-form input[type=text], #comment-form input[type=tel], #comment-form textarea {
  float: left;
  width: 100%;
  background: none;
  margin-bottom: 20px;
  font-size: 14px;
  height: 50px;
  border-radius: none;
  position: relative;
  z-index: 20;
  padding-left: 8px;
  color: #000;
  border: 0;
  border-bottom: 4px solid #ccc;
  -webkit-appearance: none;
  font-family: "Jost", sans-serif;
}

#contact-form textarea, #comment-form textarea {
  height: 170px;
  resize: none;
  overflow: auto;
  background: none;
  overflow: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#submit {
  float: left;
  border: none;
  background: none;
  padding: 15px 30px 15px 0;
  line-height: 17px;
  cursor: pointer;
  letter-spacing: 2px;
  font-weight: 800;
  font-size: 16px;
  color: #000;
  letter-spacing: 2px;
  -webkit-appearance: none;
  font-family: "Jost", sans-serif;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

#submit:hover {
  color: #ccc;
}

#submit i, .to-top i {
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

#submit:hover i {
  color: #000;
}

.error_message {
  text-align: left;
  font-size: 13px;
  max-width: 450px;
  position: relative;
  padding: 10px;
}

#success_page h3 {
  text-align: left;
  font-size: 18px;
}

#success_page p {
  margin-top: 10px;
  text-align: left;
  padding: 6px 6px 6px 0;
  color: #000;
}

#message fieldset {
  border: none;
}

/*------ Share  ------------------------------------------------*/
.selectMe {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  right: 10px;
  width: 70px;
  height: 50px;
  z-index: 11;
  border-left: 6px solid #eee;
  line-height: 50px;
  cursor: pointer;
}

.selectMe:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -6px;
  width: 6px;
  height: 0;
  background: #000;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.selectMe:hover:before {
  height: 100%;
}

.arthref {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 70px;
}

.arthref .icon-container {
  z-index: 2;
  position: relative;
}

.arthref .icon-container ul {
  list-style-type: none;
  text-align: center;
  opacity: 1;
  float: right;
  padding-right: 90px;
}

.arthref .icon-container ul li {
  position: relative;
  padding: 16px;
  margin-top: 6px;
  float: left;
  opacity: 0;
  top: -150px;
}

.arthref .icon-container ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: block;
}

.arthref .icon-container ul li span {
  float: left;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: block;
  line-height: 30px;
  font-size: 12px;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  color: #666;
}

.inline-facts-holder {
  margin: 30px 0;
}

.inline-facts-holder:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -40%;
  width: 20%;
  background: #000;
  height: 6px;
  margin-top: -3px;
}

.inline-facts h6 {
  float: right;
  width: 100%;
  font-size: 16px;
  margin-top: 10px;
  text-align: right;
}

.num {
  float: right;
  font-size: 82px;
  text-align: right;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  width: 100%;
}

/*------ blog ------------------------------------------------*/
h1.single-title, .sinnle-post h2 {
  float: left;
  font-size: 32px;
  text-align: left;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  width: 100%;
}

.blog-title, .blog-text {
  float: left;
  width: 100%;
  padding: 20px 0;
}

.blog-title li {
  float: left;
  text-align: left;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #666;
  font-size: 13px;
  color: #666;
  margin-right: 4px;
}

.blog-title a {
  color: #666;
}

.blog-text {
  margin-top: 10px;
  position: relative;
}

.sinnle-post .blog-text {
  /*max-width:900px;*/
  max-width: 100%;
}

.blog-sidebar h3.head, .blog-text h3, .comment-form-holder h3, .comments-holder h3, .project-details h3 {
  font-size: 16px;
  text-align: left;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.project-details h3 {
  padding: 20px 0 15px;
}

.blog-media {
  float: left;
  width: 100%;
  position: relative;
}

.blog-text p {
  font-size: 14px;
  padding-top: 10px;
}

.sinnle-post p {
  font-size: 16px;
}

.sinnle-post .blog-text h3 {
  margin-bottom: 30px;
}

.commentlist {
  text-align: left;
  /*float:left;*/
  margin-bottom: 80px;
  max-width: 900px;
}

.comment-form-holder {
  max-width: 800px;
}

#comments {
  text-align: left;
  padding-top: 10px;
  max-width: 800px;
}

#comments-title, #reply-title {
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
  margin-bottom: 5px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  color: #666;
}

.comment {
  /*float: left; */
}

.comment-body {
  position: relative;
  margin-left: 70px;
  padding-top: 30px;
}

.comment-author {
  position: absolute;
  top: 30px;
  left: -66px;
}

.comment-author img {
  border-radius: 100%;
}

.comment .children {
  margin-left: 70px;
}

.fn {
  display: block;
  margin-bottom: 10px;
}

.comment-meta, .comment-meta a {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 12px;
  letter-spacing: 1px;
  color: #494949;
  padding-bottom: 10px;
}

/*------ 404 -------------------------------------------------*/
#ajax-loading-box {
  display: none !important;
}

.back-link {
  position: fixed;
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
  z-index: 50000;
  background: #fff;
}

.wrapper-inner.error-404 .back-link {
  position: relative;
  width: 100%;
}

.back-link h2 {
  font-family: "Jost", sans-serif;
  font-size: 5.4rem;
  line-height: 4.4rem;
}

.back-link span {
  position: relative;
  top: 30%;
  float: left;
  width: 100%;
  font-size: 34px;
  text-transform: uppercase;
}

.ajaxPageSwitchBacklink {
  display: inline-block;
  margin-top: 20px;
  cursor: pointer;
  color: #000;
  position: relative;
  top: 30%;
}

.ajaxPageSwitchBacklink:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 2px;
  background: #000;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.ajaxPageSwitchBacklink:hover:before {
  width: 100%;
}

/*------ css-animation - ------------------------------------------------*/
.transition {
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
}

.transition2 {
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.transition3 {
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.scale-bg2 {
  opacity: 0;
}

.fl-l {
  float: left;
}

.bg-animate img {
  opacity: 0.1;
  -webkit-animation: loopCircle 30s linear 0s infinite normal;
  animation: loopCircle 30s linear 0s infinite normal;
}

@-webkit-keyframes loopCircle {
  0% {
    transform: rotate3d(0, 0, 1, 0deg);
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
  }
  100% {
    transform: rotate3d(0, 0, 1, 180deg);
    -webkit-transform: rotate3d(0, 0, 1, 180deg);
  }
}
@keyframes loopCircle {
  0% {
    transform: rotate3d(0, 0, 1, 0deg);
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
  }
  100% {
    transform: rotate3d(0, 0, 1, 180deg);
    -webkit-transform: rotate3d(0, 0, 1, 180deg);
  }
}
.bg-animate.rotate-off img {
  opacity: 0.5;
  -webkit-animation: none;
  animation: none;
}

/* blog */
.blog-sidebar {
  text-align: left;
  font-size: 14px;
  line-height: 24px;
}

.blog-sidebar > .widget {
  margin-bottom: 30px;
}

.blog-sidebar ul {
  padding-left: 15px;
}

.blog-sidebar .widget > ul, .blog-sidebar > ul.menu {
  padding-left: 0;
}

.blog-sidebar ul li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.blog-sidebar ul.children, .blog-sidebar ul.sub-menu {
  margin-top: 10px;
  border-top: 1px solid #eee;
}

.blog-sidebar ul.children > li:first-child, .blog-sidebar ul.sub-menu > li:first-child {
  margin-top: 10px;
}

.blog-sidebar ul.children > li:last-child, .blog-sidebar ul.sub-menu > li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}

/* for wp*/
.blog-text {
  text-align: left;
}

.blog-text ul, .blog-text ol, .comment-body ul, .comment-body ol {
  padding-left: 10px;
}

.blog-text > ul, .blog-text > ol {
  margin-bottom: 20px;
}

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

.post-author {
  float: left;
  width: 100%;
  /*padding:30px 0 30px;*/
  margin: 15px 0;
}

.post-author-wrap {
  float: left;
  width: 100%;
  position: relative;
  padding-left: 100px;
}

.post-author-wrap h3 {
  float: left;
  width: 100%;
  padding-top: 10px;
  text-align: left;
  font-size: 16px;
  text-align: left;
  font-weight: 700;
}

.post-author-wrap p {
  font-weight: 500;
  line-height: 20px;
  padding: 8px 0;
  float: left;
  width: 100%;
}

.post-author-wrap span {
  /*font-family: 'Libre Baskerville', serif;*/
  font-style: italic;
  float: left;
  text-align: left;
  width: 100%;
}

.post-author-img {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 5px;
  left: 0;
  overflow: hidden;
  z-index: 2;
}

.post-author-img img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  float: left;
}

.post-author-wrap ul {
  list-style: none;
}

.post-author-wrap ul li {
  float: left;
  margin-right: 8px;
}

.post-author-wrap li a {
  color: #ccc;
}

/*------  Responsive ------------------------------------------------------*/
.folio-info-sec {
  padding-left: 50px;
  padding-right: 50px;
}

.folio-info-sec {
  padding-top: 150px;
  padding-bottom: 50px;
}

.gallery-items-wrapper {
  float: left;
  width: 100%;
}

.searh-holder {
  max-width: 450px;
  /*margin-top:20px;*/
  position: relative;
}

.searh-inner {
  float: left;
  width: 100%;
  position: relative;
}

.search {
  border: 1px solid rgba(0, 0, 0, 0.07);
  float: left;
  background: #fff;
  border-radius: none;
  position: relative;
  outline: none;
  padding: 0px 0px 0px 10px;
  width: 100%;
  height: 40px;
  color: #000;
  -webkit-appearance: none;
}

.search-submit {
  border: none;
  outline: none;
  cursor: pointer;
  background: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 28%;
  height: 40px;
}

.trnsp-search {
  border: 1px solid #fff;
  border-radius: 6px;
  color: #fff;
  background: rgba(255, 255, 255, 0.21);
}

.trnsp_btn {
  border-radius: 0 6px 6px 0;
}

.trnsp_btn i {
  color: #fff !important;
}

.search-submit:hover i {
  opacity: 0.5;
}

#loadmore-cus {
  float: left;
  width: 100%;
  text-align: center;
}

.archive.tax-skill .content.mm {
  background: #fff;
}

.tax-skill-style1-desc {
  border-bottom: 0px;
  padding-bottom: 0px;
}

/*new load more*/
.gallery-lmore-holder, .folio-grid-lmore-holder {
  float: left;
  width: 100%;
  position: relative;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  /*display: none;*/
  visibility: hidden;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.column-wrap .gallery-lmore-holder, .column-wrap .folio-grid-lmore-holder {
  margin-top: 0px;
}

.gallery-lmore-holder i, .folio-grid-lmore-holder i {
  width: 40px;
  height: 40px;
  line-height: 36px;
  border-radius: 100%;
  margin: 0 auto;
  border: 2px solid #eee;
  background: #f9f9f9;
  font-size: 18px;
}

.gallery-lmore-holder span, .folio-grid-lmore-holder span {
  float: left;
  width: 100%;
  font-style: italic;
  margin-top: 15px;
}

header.woocommerce-products-header {
  float: left;
  width: 100%;
}

.domik_fullwidth .hide_with_full, .no-dis {
  display: none;
}

.cthiso-item .resp-video-holder {
  padding: 2px;
}

.cthiso-item img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}

.cthiso-item .port-desc-holder:before {
  right: 3px;
  bottom: 3px;
}

.cthiso-item:hover .port-desc-holder {
  opacity: 1;
}

.cthiso-item img {
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.owl-dots .owl-dot {
  background: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.cthiso-items {
  position: relative;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.cthiso-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cthiso-item-holder {
  /*float: left;*/
  width: 100%;
  height: auto;
  position: relative;
  /*padding:2px;*/
  margin-bottom: 0;
}

.cthiso-big-pad.cthiso-items {
  margin-left: -15px;
  margin-right: -15px;
}

.cthiso-big-pad .cthiso-item {
  padding: 15px;
}

.cthiso-medium-pad.cthiso-items {
  margin-left: -10px;
  margin-right: -10px;
}

.cthiso-medium-pad .cthiso-item {
  padding: 10px;
}

.cthiso-small-pad.post-cthiso-items, .cthiso-small-pad.cthiso-items {
  margin-left: -5px;
  margin-right: -5px;
}

.cthiso-small-pad .post-cthiso-item, .cthiso-small-pad .cthiso-item {
  padding: 5px;
}

.cthiso-extrasmall-pad.cthiso-items {
  margin-left: -2px;
  margin-right: -2px;
}

.cthiso-extrasmall-pad .cthiso-item {
  padding: 2px;
}

.cthiso-no-pad .cthiso-item {
  padding: 0;
}

.cthiso-item, .cthiso-sizer {
  width: 25%;
  position: relative;
  /*float:left;*/
  overflow: hidden;
}

.cthiso-item:hover {
  overflow: visible;
}

.cthiso-item-two, .cthiso-sizer-two,
.cthiso-item-second {
  width: 50%;
}

.cthiso-item-three, .cthiso-sizer-three {
  width: 75%;
}

.cthiso-one-cols .cthiso-item, .cthiso-one-cols .cthiso-sizer,
.cthiso-one-cols .cthiso-item-two, .cthiso-one-cols .cthiso-sizer-two,
.cthiso-one-cols .cthiso-item-second,
.cthiso-one-cols .cthiso-item-three, .cthiso-one-cols .cthiso-sizer-three {
  width: 100%;
}

.cthiso-two-cols .cthiso-item, .cthiso-two-cols .cthiso-sizer {
  width: 50%;
}

.cthiso-two-cols .cthiso-item-second,
.cthiso-two-cols .cthiso-item-two, .cthiso-two-cols .cthiso-sizer-two, .cthiso-two-cols .cthiso-item-three, .cthiso-two-cols .cthiso-sizer-three {
  width: 100%;
}

.cthiso-three-cols .cthiso-item, .cthiso-three-cols .cthiso-sizer {
  width: 33.333%;
}

.cthiso-three-cols .cthiso-item-second,
.cthiso-three-cols .cthiso-item-two, .cthiso-three-cols .cthiso-sizer-two {
  width: 66.666%;
}

.cthiso-three-cols .cthiso-item-three, .cthiso-three-cols .cthiso-sizer-three {
  width: 100%;
}

.cthiso-five-cols .cthiso-item, .cthiso-five-cols .cthiso-sizer {
  width: 20%;
}

.cthiso-five-cols .cthiso-item-second,
.cthiso-five-cols .cthiso-item-two, .cthiso-five-cols .cthiso-sizer-two {
  width: 40%;
}

.cthiso-five-cols .cthiso-item-three, .cthiso-five-cols .cthiso-sizer-three {
  width: 60%;
}

.cthiso-six-cols .cthiso-item, .cthiso-six-cols .cthiso-sizer {
  width: 16.66666%;
}

.cthiso-six-cols .cthiso-item-second,
.cthiso-six-cols .cthiso-item-two, .cthiso-six-cols .cthiso-sizer-two {
  width: 33.33333%;
}

.cthiso-six-cols .cthiso-item-three, .cthiso-six-cols .cthiso-sizer-three {
  width: 50%;
}

.cthiso-seven-cols .cthiso-item, .cthiso-seven-cols .cthiso-sizer {
  width: 14.285%;
}

.cthiso-seven-cols .cthiso-item-second,
.cthiso-seven-cols .cthiso-item-two, .cthiso-seven-cols .cthiso-sizer-two {
  width: 28.57%;
}

.cthiso-seven-cols .cthiso-item-three, .cthiso-seven-cols .cthiso-sizer-three {
  width: 42.857%;
}

.cthiso-eight-cols .cthiso-item, .cthiso-eight-cols .cthiso-sizer {
  width: 12.5%;
}

.cthiso-eight-cols .cthiso-item-second,
.cthiso-eight-cols .cthiso-item-two, .cthiso-eight-cols .cthiso-sizer-two {
  width: 25%;
}

.cthiso-eight-cols .cthiso-item-three, .cthiso-eight-cols .cthiso-sizer-three {
  width: 37.5%;
}

.cthiso-nine-cols .cthiso-item, .cthiso-nine-cols .cthiso-sizer {
  width: 11.11111%;
}

.cthiso-nine-cols .cthiso-item-second,
.cthiso-nine-cols .cthiso-item-two, .cthiso-nine-cols .cthiso-sizer-two {
  width: 22.22222%;
}

.cthiso-nine-cols .cthiso-item-three, .cthiso-nine-cols .cthiso-sizer-three {
  width: 33.33333%;
}

.cthiso-ten-cols .cthiso-item, .cthiso-ten-col .cthiso-sizer {
  width: 10%;
}

.cthiso-ten-cols .cthiso-item-second,
.cthiso-ten-cols .cthiso-item-two, .cthiso-ten-cols .cthiso-sizer-two {
  width: 20%;
}

.cthiso-ten-cols .cthiso-item-three, .cthiso-ten-cols .cthiso-sizer-three {
  width: 30%;
}

@media only screen and (max-width: 767px) {
  .cthiso-item, .cthiso-sizer {
    width: 100%;
  }
  .cthiso-big-pad .cthiso-item {
    padding-bottom: 0;
  }
  .cthiso-big-pad .cthiso-item,
  .cthiso-medium-pad .cthiso-item,
  .cthiso-small-pad .cthiso-item,
  .cthiso-extrasmall-pad .cthiso-item {
    padding-bottom: 0;
  }
}
.admin-bar .is-fixed .main-bar {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar .is-fixed .main-bar {
    top: 0;
  }
}
@media only screen and (max-width: 1036px) {
  .folio-info-sec {
    padding-left: 0px;
    padding-right: 0px;
  }
  .folio-info-sec {
    padding-top: 50px;
  }
  /*.single-portfolio .gallery-item .box-item a {
      z-index: 1;
  }*/
  /*.mob-bg {
      display:block;
  }*/
  .back-link, .wrapper-inner, header.domik-header, footer, .fixed-filter {
    width: 100%;
  }
  .single-portfolio.domik_fullwidth .content.mm .wrapper-inner {
    width: 100%;
  }
  .wrapper-inner {
    padding: 90px 0;
  }
  .inline-facts-holder:before, .show-info, .hide-column, .img-wrap, .bg-animate {
    display: none;
  }
  .inline-facts h6 {
    float: none;
    font-size: 16px;
    text-align: center;
  }
  .num {
    float: none;
    text-align: center;
  }
  .nav-button-holder {
    display: block;
  }
  .nav-holder {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 30px 0;
    display: none;
    height: 300px;
    overflow: auto;
  }
  nav ul li, nav ul li ul li, nav li ul li > ul {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    text-align: left;
    left: 0;
    opacity: 1;
    right: 0;
  }
  nav ul li ul li, nav li ul li > ul li {
    list-style: circle;
  }
  nav li ul:last-child, nav li ul li:last-child {
    margin-bottom: 0px;
  }
  nav li ul {
    margin: 0;
    padding-left: 20px;
    opacity: 1;
    visibility: visible;
    position: relative;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    z-index: 1;
    border-bottom: none;
  }
  /*nav li:hover > ul {
      display: block;
  } 
  nav li ul li:hover ul  {
      display: block;
  }*/
  .nav-holder nav li ul {
    padding-left: 20px;
    margin-top: 10px;
  }
  nav li a.act-link:before, nav li a.act-link:after {
    left: 7px;
  }
  .slide-title-holder {
    width: 100%;
  }
  .slide-title {
    top: 45%;
    float: none;
    margin: 0 auto;
    border-right: none;
    padding: 50px;
  }
  .slide-title h3 {
    font-size: 22px;
  }
  .slide-title h4 {
    font-size: 12px;
  }
  .height-emulator, .to-top {
    display: none;
  }
  footer {
    position: relative;
    float: left;
  }
  .page-title {
    padding-bottom: 20px;
  }
  .page-title h2, .page-title h1.title {
    font-size: 30px;
  }
  section {
    padding: 30px 0;
  }
  .pad-bot {
    padding-bottom: 30px;
  }
  .pad-top {
    padding-top: 30px;
  }
  .mar-bot {
    margin-bottom: 30px;
  }
  .mar-top {
    margin-top: 30px;
  }
  .blog-sidebar > .widget {
    margin-bottom: 30px;
  }
  /*.gallery-item {
      width:50% !important;
  }
  .one-coulms .gallery-item,.two-coulms .gallery-item {
      width:100% !important;
  }*/
  .gallery-ites, .grid-sizers, .gallery-item, .grid-sizer {
    width: 50% !important;
  }
  .gallery-item-second, .grid-sizer-second, .gallery-item-three, .grid-sizer-three {
    width: 50% !important;
  }
  .one-columns .gallery-item, .one-columns .grid-sizer, .two-columns .gallery-item, .two-columns .grid-sizer, .one-columns .gallery-item-second, .one-columns .grid-sizer-second, .two-columns .gallery-item-second, .two-columns .grid-sizer-second, .one-columns .gallery-item-three, .one-columns .grid-sizer-three, .two-columns .gallery-item-three, .two-columns .grid-sizer-three {
    width: 100% !important;
  }
  .fixed-column {
    float: left;
    position: relative;
    width: 100%;
    height: auto;
    right: 0;
    left: 0;
    top: 0;
  }
  .fixed-column section {
    padding: 110px 0 20px;
    border: none !important;
  }
  .media-container {
    float: left;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
  }
  .colum-w {
    padding-top: 0 !important;
  }
  .fw .zoomimage {
    top: 150px;
  }
}
@media only screen and (max-width: 992px) {
  footer:before {
    width: 92%;
    height: 80%;
  }
  .domik_fullwidth footer:before {
    width: 92%;
    height: 80%;
  }
}
/*@media (max-width: 767px){
    .single-portfolio .gallery-item .box-item a {
        z-index:-1;
    }

}*/
@media only screen and (max-width: 756px) {
  .selectMe {
    display: none;
  }
  .header-inner {
    padding-right: 0;
  }
  .team-holder li {
    float: left;
    width: 50%;
  }
}
@media only screen and (max-width: 540px) {
  .num {
    font-size: 62px;
  }
  .page-title h2, .page-title h1.title {
    font-size: 20px;
  }
  .resume-head h3 {
    font-size: 30px;
  }
  .team-holder li {
    float: left;
    width: 100%;
    padding: 20px 0;
  }
  .gallery-ites, .grid-sizers, .grid-sizer, .grid-sizer-second, .grid-sizer-three {
    width: 100% !important;
  }
  .gallery-item, .gallery-item-second, .gallery-item-three {
    width: 100% !important;
    left: 0 !important;
  }
  .grid-small-pad .grid-item-holder, .grid-big-pad .grid-item-holder {
    padding: 20px 0 !important;
  }
  .gallery-filters {
    margin-top: 50px;
  }
  .gallery-filters a {
    width: 100%;
    text-align: left;
    padding-bottom: 10px;
  }
  .fixed-filter a {
    width: auto !important;
  }
  .gallery-filters a:before {
    height: 1px;
    width: 0;
  }
  .gallery-filters a.gallery-filter-active:before {
    width: 40px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .bg {
    background-attachment: scroll !important;
    -webkit-background-size: cover;
    background-position: center;
  }
}