@charset "utf-8";

/*------------------------------------------------------------------
[Master Stylesheet]

Project:    Delane theme
Version:    1.3.2

[Table of contents]

    1. Base

    [Master Stylesheet]
    1. Base 
        1.1 Base css 
        1.2 Heading 
        1.3 Buttons 
        1.4 Inputs 
        1.5 Preloader 
    2. Header 
        2.1 Logo 
        2.2 Navigation 
        2.3 Fullscreen navigation 
        2.4 Buter button 
        2.5 Mincart / .header-minicart 
        2.6 Search 
        2.7 Side header 
        2.8 Side navigation 
    3. Body 
        3.1 Banner 
        3.2 Side bar 
        3.3 Gallery widget 
        3.4 Contact row 
        3.5 Default widgets 
        3.6 Portfolio 
        3.7 Filter buttons 
        3.8 Social buttons 
        3.9 Pagination 
        3.10 Category 
        3.11 Testimonials 
        3.12 Skills 
        3.13 Price list 
        3.14 Blog 
        3.15 Subscribe form 
        3.16 Countdown 
        3.17 Site content 
        3.18 Comments 
        3.19 Project page 
        3.20 Price list type 2 
    4 Footer 
        4.1 Footer logo 

-------------------------------------------------------------------*/


/*------------------------------------------------------------------
[1. Base ]
*/


/*------------------------------------------------------------------
[1.1 Base css ]
*/

aside,
nav,
footer,
header,
section {
  display: block
}

body {
  margin: 0;
  font-family: 'Yantramanav';
  font-size: 16px;
  color: #000;
}

body.site-dark {
  background: #000;
  color: #fff;
}

a {
  color: inherit;
}

img {
  border: none;
  height: auto;
}

input,
textarea,
button,
select,
a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: inherit;
}

input,
textarea,
button,
select {
  font-family: inherit;
}

input::-webkit-input-placeholder {
  color: inherit;
}

input::-moz-placeholder {
  color: inherit;
}

input:-moz-placeholder {
  color: inherit;
}

input:-ms-input-placeholder {
  color: inherit;
}

textarea::-webkit-input-placeholder {
  color: inherit;
}

textarea::-moz-placeholder {
  color: inherit;
}

textarea:-moz-placeholder {
  color: inherit;
}

textarea:-ms-input-placeholder {
  color: inherit;
}

*:focus {
  outline: none;
}

.post-items {
  padding-top: 20px;
}

.post-items .post {
  border-bottom: 1px solid;
  margin-bottom: 1em;
  padding-bottom: 1.5em;
}

.post-items .post .post-img {
  margin-top: 1.5em;
}

.centered-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.tac {
  text-align: center;
}

.cell {
  display: table-cell;
  vertical-align: middle;
}

.uppercase {
  text-transform: uppercase;
}

.no-padding {
  padding: 0;
}

.padding-on {
  padding: 0 30px;
}

.dark-bg {
  color: #fff;
}

.header-space {
  height: 61px;
}

figure {
  margin: 0;
}

pre {
  background: #ccc;
  padding: 10px 20px;
}

dl {
  margin: 0 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 0 20px;
}

table {
  width: 100%;
  border: 1px solid #3c3c3b;
  border-collapse: collapse;
}

table td,
table th {
  border: 1px solid #3c3c3b;
  padding: 2px 3px;
}

.blog-item table th,
.blog-item table td,
.post-content table th,
.post-content table td,
.comment-item table th,
.comment-item table td {
  padding: 5px 15px;
}

.blog-item ul,
.post-content ul,
.comment-item ul,
.blog-item ol,
.post-content ol,
.comment-item ol {
  margin: 15px 0;
  padding-left: 25px;
}

.blog-item ul li,
.post-content ul li,
.comment-item ul li,
.blog-item ol li,
.post-content ol li,
.comment-item ol li {
  margin: 5px 0;
}

pre {
  width: 100%;
  color: #000;
}

.gallery .gallery-item {
  margin: 0;
  display: inline-block;
  vertical-align: text-bottom;
}

.gallery .gallery-item .wp-caption-text {
  display: none;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  width: 49%;
}

.gallery-columns-3 .gallery-item {
  width: 33%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery .gallery-icon {}

.gallery .gallery-icon a {
  position: relative;
}

#all,
.page-template-page-coming-soon-php div#all {
  position: relative;
  overflow: hidden;
  padding: 60px 60px 0;
}

.footer-hide-with-space #all,
.footer-show #all {
  padding: 60px;
}

.admin-bar #all {
  /* margin-top: 32px; */
}

.header_type_side #all {
  /* padding-left: 270px; */
}

.vc_column-inner {
  background-size: cover;
  background-position: 50%;
}

.vc_row[data-vc-full-width] {
  overflow: visible;
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xl .vc_icon_element-icon {
  font-size: 3.5em !important;
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-lg .vc_icon_element-icon {
  font-size: 1.75em !important;
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md .vc_icon_element-icon {
  font-size: 1.25em !important;
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-lg,
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md {
  border: 1px solid transparent;
}

.vc_icon_element {
  margin-bottom: 20px;
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-lg.vc_icon_element-style- {
  width: 1.5em;
  height: 1.5em;
  border: none;
}

.heading-decor.page-heading {
  margin-top: 35px;
}

.protected-post-form {}

.protected-post-form .cell {
  text-align: center;
  width: 19000px;
  padding: 40px 0;
}

.blog-item .protected-post-form .cell,
.post-content .protected-post-form .cell {
  height: 250px !important;
}

.protected-post-form p {
  display: none;
}

.protected-post-form .area {
  border: 1px solid;
  position: relative;
  margin: 20px auto 0;
  max-width: 680px;
}

.protected-post-form .area input {
  width: 100%;
  border: none;
  padding: 0 48px 0 20px;
  line-height: 48px;
  height: 48px;
  background: transparent;
  color: inherit;
}

.protected-post-form .area button {
  position: absolute;
  background: none;
  border: none;
  line-height: 48px;
  width: 48px;
  cursor: pointer;
  padding: 0;
  font-size: 21px;
  color: inherit;
  top: 0;
  right: 0;
}

.protected-post-form .area button i {
  display: block;
  line-height: 48px;
}

.site-dark main.main-row {
  background: #151314;
}

main.main-row {
  background: #f0f0f0;
}

.header_type_side #all main.main-row {
  padding-left: 340px;
  padding-top: 60px;
}

main.sample-page {
  background: #fff;
  padding: 30px 0 0;
}

.site-dark main.sample-page {
  background: #000;
}

.s-sidebar {
  margin-top: 30px;
}

.s-sidebar>.w {
  background: #fff;
  padding: 20px 15px;
}

.site-dark .s-sidebar>.w {
  background: #000;
}

.hide-popup-download-link .pswp__share--download,
.hide-popup-facebook-link .pswp__share--facebook,
.hide-popup-twitter-link .pswp__share--twitter,
.hide-popup-pinterest-link .pswp__share--pinterest,
.hide-popup-share-link .pswp__button--share {
  display: none;
}

.right-click-disable-message {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000000;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  background: #ffffffcc;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
}

.site-dark .right-click-disable-message {
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  background: #000000cc;
}

.right-click-disable-message.active {
  opacity: 1;
  visibility: visible;
}

.right-click-disable-message .container {}

.right-click-disable-message .cell {
  height: 100vh;
  width: 10000px;
}

/*------------------------------------------------------------------
[1.2. Heading ]
*/

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 20px 0;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
  text-decoration: none;
}

h1,
.h1 {
  font-size: 3.750em;
  line-height: 1.200em;
  font-weight: bold;
}

h2,
.h2 {
  font-size: 3.000em;
  line-height: 1.200em;
  font-weight: bold;
}

h3,
.h3 {
  font-size: 2.250em;
  line-height: 1.200em;
  font-weight: bold;
}

h4,
.h4 {
  font-size: 1.875em;
  line-height: 1.200em;
  font-weight: bold;
}

h5,
.h5 {
  font-size: 1.500em;
  line-height: 1.200em;
  font-weight: bold;
}

h6,
.h6 {
  font-size: 1.125em;
  line-height: 1.200em;
  font-weight: bold;
}

.heading-decor,
.heading-decor-s {
  margin: 15px 0 25px;
  overflow: hidden;
}

.widget .heading-decor {
  margin-bottom: 25px;
}

.s-sidebar .widget:first-of-type .heading-decor {
  margin-top: 0;
}

.heading-decor>*,
.heading-decor-s>* {
  margin: 0;
}

.heading-decor:after,
.heading-decor-s .h:after {
  content: "";
  display: inline-block;
  height: 1px;
  width: 30px;
  border-bottom: 2px solid;
  color: #ff723a;
  margin-top: 20px;
  vertical-align: top;
}

.heading-decor-s .h:after {
  display: block;
}

.heading-decor-s.tac .h:after {
  margin: 20px auto 0;
}

.heading-decor-s.tar .h:after {
  float: right;
}


/*------------------------------------------------------------------
[1.3. Buttons ]
*/

.button-style1,
.vc_general.vc_btn3 {
  display: inline-block;
  text-decoration: none;
  font-size: 12px;
  text-transform: uppercase;
  border: 1px solid #ff723a;
  padding: 10px 20px;
  cursor: pointer;
  background: transparent;
  border-radius: 0;
  color: inherit;
  position: relative;
}

.button-style1.loading {}

.button-style1.loading span {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg) translate(-50%, -50%);
  }

  to {
    -moz-transform: rotate(360deg) translate(-50%, -50%);
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg) translate(-50%, -50%);
  }

  to {
    -webkit-transform: rotate(360deg) translate(-50%, -50%);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg) translate(-50%, -50%);
  }

  to {
    transform: rotate(360deg) translate(-50%, -50%);
  }
}

.button-style1.loading:after {
  content: "\f1ce";
  font: normal normal normal 20px/1 FontAwesome;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-animation-name: spin;
  -webkit-animation-duration: 1500ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 1500ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 1500ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: spin;
  animation-duration: 1500ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  display: block;
}

.button-style1:hover,
.vc_general.vc_btn3:hover {
  background: #ff723a;
  color: #fff;
  border-width: 1px;
}

.button-read-more {
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}

.button-read-more i {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 26px;
  font-size: 12px;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: -2px;
}

.button-read-more i:before {
  margin-right: -0.2em;
}

.button-read-more span {
  display: inline-block;
  vertical-align: middle;
}

.submit-button {
  background: none;
  color: inherit;
  border: none;
  position: relative;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 14px;
  padding-left: 40px;
}

.submit-button:before {
  content: "\e949";
  font-family: 'multimedia-element-set' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  font-size: 12px;
  border: 1px solid #fff;
  width: 28px;
  line-height: 26px;
  height: 28px;
  border-radius: 50%;
  top: 50%;
  left: 0;
  margin-top: -15px;
}

.button-style2 {
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  position: relative;
  border: none;
  background: none;
  padding: 5px 15px;
  display: inline-block;
}

.button-style2.min {
  font-size: 14px;
}

.button-style2:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  color: #ff723a;
  box-shadow: inset 0 0 0 1px;
  height: 1px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.button-style2.inherit:after {
  color: inherit;
}

.button-style2:hover:after {
  height: 100%;
  top: 0;
}


/*------------------------------------------------------------------
[1.4 Inputs ]
*/

input.style1,
textarea.style1,
input.style3,
textarea.style3 {
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  background: transparent;
  border: none;
  margin-bottom: 25px;
  text-align: left;
  color: inherit;
  border-bottom: 1px solid;
  font-weight: 300;
  resize: none;
}

.site-dark .comment-respond input.style1,
.site-dark .comment-respond textarea.style1 {
  /* background: #000; */
}

.wpcf7-form input.style1,
.wpcf7-form textarea.style1 {
  margin-bottom: 15px;
}

input.style1.wr,
textarea.style1.wr {
  border-radius: 5px;
}

.dark-bg input.style1,
.dark-bg textarea.style1 {
  /* border-color: #d0d0d0; */
  /* border-color: #ffffff; */
}

input.style1,
input.style3 {
  padding: 10px 20px;
  height: 40px;
}

textarea.style1,
textarea.style3 {
  padding: 15px 20px;
  border: 1px solid;
}

input.style2,
textarea.style2 {
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
  text-align: left;
  background: #fff;
  border: 1px solid #dedede;
  color: #2d2d2d;
  padding: 10px 20px;
  line-height: 23px;
}

input.style2 {}

textarea.style2 {
  padding: 15px 20px;
}

input.style3 {
  margin-bottom: 15px !important;
  text-align: center;
}

textarea.style3 {
  border: none;
  border-bottom: 1px solid;
  resize: none;
  text-align: center;
  margin-bottom: 15px !important;
}


/*------------------------------------------------------------------
[1.5 Preloader ]
*/

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 900;
  background: #fff;
}

.site-dark .preloader {
  background: #000;
}

.preloader_img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.preloader_img img {
  max-width: 200px;
  max-height: 200px;
}

.preloader_content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 45px;
  overflow: hidden;
  font-family: 'Lato', sans-serif;
  font-size: 35px;
  line-height: 40px;
  width: 100%;
  text-align: center;
}

.preloader-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  top: 50%;
  margin-top: -20px;
}

.preloader-folding-cube .preloader-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.preloader-folding-cube .preloader-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ff723a;
  -webkit-animation: preloader-foldCubeAngle 2.4s infinite linear both;
  animation: preloader-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.preloader-folding-cube .preloader-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}

.preloader-folding-cube .preloader-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}

.preloader-folding-cube .preloader-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}

.preloader-folding-cube .preloader-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.preloader-folding-cube .preloader-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.preloader-folding-cube .preloader-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

@-webkit-keyframes preloader-foldCubeAngle {

  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }

  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }

  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes preloader-foldCubeAngle {

  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }

  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }

  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

.preloader_content__container {
  font-weight: 600;
  overflow: hidden;
  height: 44px;
  padding: 0 40px;
  display: inline-block;
  position: relative;
}

.preloader_content__container:before {
  content: '[';
  left: 0;
}

.preloader_content__container:after {
  content: ']';
  position: absolute;
  right: 0;
}

.preloader_content__container:after,
.preloader_content__container:before {
  position: absolute;
  top: 0;
  color: #ff723a;
  font-size: 42px;
  line-height: 40px;
  -webkit-animation-name: opacity;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-name: opacity;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

.preloader_content__container__text {
  display: inline;
  float: left;
  margin: 0;
}

.preloader_content__container__list {
  margin-top: 0;
  text-align: left;
  list-style: none;
  -webkit-animation-name: change;
  -webkit-animation-iteration-count: infinite;
  animation-name: change;
  animation-iteration-count: infinite;
  display: block;
  float: left;
  margin: 0;
}

.preloader_content__container__list.count_2 {
  -webkit-animation-name: change2;
  animation-name: change2;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.preloader_content__container__list.count_3 {
  -webkit-animation-name: change3;
  animation-name: change3;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

.preloader_content__container__list.count_4 {
  -webkit-animation-name: change4;
  animation-name: change4;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
}

.preloader_content__container__list.count_5 {
  -webkit-animation-name: change5;
  animation-name: change5;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
}

.preloader_content__container__list__item {
  line-height: 40px;
  margin: 0;
}

@-webkit-keyframes opacity {

  0%,
  100% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

@keyframes opacity {

  0%,
  100% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

@-webkit-keyframes change2 {

  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  50% {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
}

@keyframes change2 {

  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  50% {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
}

@-webkit-keyframes change3 {

  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  25%,
  75% {
    -webkit-transform: translate3d(0, -33%, 0);
    transform: translate3d(0, -33%, 0);
  }

  50% {
    -webkit-transform: translate3d(0, -66%, 0);
    transform: translate3d(0, -66%, 0);
  }
}

@keyframes change3 {

  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  25%,
  75% {
    -webkit-transform: translate3d(0, -33%, 0);
    transform: translate3d(0, -33%, 0);
  }

  50% {
    -webkit-transform: translate3d(0, -66%, 0);
    transform: translate3d(0, -66%, 0);
  }
}

@-webkit-keyframes change4 {

  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  16.6666667%,
  29.32% {
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0);
  }

  33.32%,
  45.98% {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }

  49.98%,
  62.64% {
    -webkit-transform: translate3d(0, -75%, 0);
    transform: translate3d(0, -75%, 0);
  }

  66.64%,
  79.3% {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }

  83.3%,
  95.96% {
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0);
  }
}

@keyframes change4 {

  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  16.66%,
  83.3% {
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0);
  }

  33.32%,
  66.64% {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }

  49.98% {
    -webkit-transform: translate3d(0, -75%, 0);
    transform: translate3d(0, -75%, 0);
  }
}

@-webkit-keyframes change5 {

  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  12.5%,
  87.5% {
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
  }

  25%,
  75% {
    -webkit-transform: translate3d(0, -40%, 0);
    transform: translate3d(0, -40%, 0);
  }

  37.5%,
  62.5% {
    -webkit-transform: translate3d(0, -60%, 0);
    transform: translate3d(0, -60%, 0);
  }

  50% {
    -webkit-transform: translate3d(0, -80%, 0);
    transform: translate3d(0, -80%, 0);
  }
}

@keyframes change5 {

  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  12.5%,
  87.5% {
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
  }

  25%,
  75% {
    -webkit-transform: translate3d(0, -40%, 0);
    transform: translate3d(0, -40%, 0);
  }

  37.5%,
  62.5% {
    -webkit-transform: translate3d(0, -60%, 0);
    transform: translate3d(0, -60%, 0);
  }

  50% {
    -webkit-transform: translate3d(0, -80%, 0);
    transform: translate3d(0, -80%, 0);
  }
}


/*------------------------------------------------------------------
[2. Header ]
*/

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  min-height: 60px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #fff;
}

.vc_editor .site-header {
  z-index: 0;
}

.vc_editor .site-header.fixed {
  z-index: 100;
}

.site-header.fixed {
  background: #fff;
}

.site-header.dark.fixed {
  background: #000;
}

.admin-bar .site-header {
  top: 32px;
}

.site-header.dark {
  color: #fff;
  background: #000;
}

.site-header.light {}

.site-header.header-space-on.dark {
  background: #000;
}

.site-header.header-space-on.light {
  background: #ffffff;
  color: #000;
}

.site-header.header_side {
  display: none;
}

.site-header .container-fluid {
  padding: 0 30px;
}


/*------------------------------------------------------------------
[2.1 Logo ]
*/

.site-header .logo,
.side-header .logo {
  font-size: 1.525em;
  font-weight: bold;
  float: left;
  text-transform: uppercase;
}

.side-header .logo {
  position: absolute;
  left: 60px;
  top: 40px;
}

.site-header.header_logo_center .logo,
.site-header.header_logo_center_t2 .logo {
  position: absolute;
  left: 50%;
  top: 0;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.site-header .logo a,
.side-header .logo a {
  display: table-cell;
  height: 60px;
  vertical-align: middle;
  text-decoration: none;
}

.site-header .logo img,
.side-header .logo img {
  max-height: 65px;
}

.site-header.light .logo .dark,
.site-header.dark .logo .light,
.side-header.light .logo .dark,
.side-header.dark .logo .light {
  display: block;
}

.site-header.light .logo .light,
.site-header.dark .logo .dark,
.side-header.light .logo .light,
.side-header.dark .logo .dark {
  display: none;
}


/*------------------------------------------------------------------
[2.2 Navigation ]
*/

.navigation {
  float: left;
  opacity: 0;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 14px;
}

.header_logo_center .navigation {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  left: 0;
  right: auto;
}

.navigation.active,
.navigation.visible_menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.navigation ul {
  margin: 0;
  padding: 0;
}

.navigation li {
  display: block;
}

.navigation a {
  text-decoration: none;
}

.navigation>ul {}

.navigation>ul>li {
  float: left;
  position: relative;
  /* padding: 20px 0; */
  -webkit-transition: padding 0.3s ease;
  -moz-transition: padding 0.3s ease;
  -o-transition: padding 0.3s ease;
  -ms-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
}

.navigation>ul>li:not(:last-of-type) {
  margin-right: 10px;
}

.navigation.hover-style2>ul>li:not(:last-of-type) {
  margin: 0;
}

.navigation>ul>li>a {
  transition: 0.3s;
  display: table-cell;
  position: relative;
  line-height: 25px;
  text-transform: uppercase;
  max-width: 130px;
  height: 60px;
  vertical-align: middle;
  line-height: 1.2em;
  text-align: center;
  padding-top: 5px;
}

.navigation>ul>li>a span {
  border-right: none;
  padding: 7px 3px 7px 10px;
}

.navigation.hover-style2>ul>li>a span {
  border: none;
  padding: 2px 10px;
  position: relative;
  display: block;
}

.navigation>ul>li.current-menu-item>a span,
.navigation>ul>li.current-menu-ancestor>a span,
.navigation>ul>li.current_page_item>a span,
.navigation>ul>li.current-menu-ancestor>a span {
  border-color: #ff723a;
}

.navigation.hover-style2>ul>li.current-menu-item>a span:after,
.navigation.hover-style2>ul>li.current-menu-ancestor>a span:after,
.navigation.hover-style2>ul>li.current_page_item>a span:after,
.navigation.hover-style2>ul>li.current-menu-ancestor>a span:after {
  content: "";
  color: #9d7345;
  box-shadow: inset 0 -9px 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 9px;
  z-index: -1;
}

.navigation>ul>li:hover>a {
  color: #ff723a;
}

.navigation .sub-menu,
.navigation .children {
  position: absolute;
  color: #000;
  background: #ffffff;
  width: 200px;
  left: 0;
  top: 60px;
  border: 1px solid #464646;
  text-transform: uppercase;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}

.site-header.dark .navigation .sub-menu,
.site-header.dark .navigation .children {
  background: #000;
  color: #fff;
}

.navigation li.menu-item-has-children:hover>.sub-menu,
.navigation li.page_item_has_children:hover>.children {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.navigation .sub-menu .sub-menu,
.navigation .children .children {
  left: 100%;
  top: -1px;
}

.navigation>ul>li:nth-last-child(4) .sub-menu .sub-menu,
.navigation>ul>li:nth-last-child(3) .sub-menu .sub-menu,
.navigation>ul>li:nth-last-child(2) .sub-menu .sub-menu,
.navigation>ul>li:nth-last-child(1) .sub-menu .sub-menu,
.navigation>ul>li:nth-last-child(4) .children .children,
.navigation>ul>li:nth-last-child(3) .children .children,
.navigation>ul>li:nth-last-child(2) .children .children,
.navigation>ul>li:nth-last-child(1) .children .children {
  left: inherit;
  right: 100%;
}

.navigation>ul>li>.sub-menu,
.navigation>ul>li>.children {}

.navigation .sub-menu li,
.navigation .children li {
  padding: 0 0;
  border-bottom: 1px solid #464646;
}

.navigation .sub-menu li:last-of-type,
.navigation .children li:last-of-type {
  border-bottom: none;
}

.navigation .sub-menu li.menu-item-has-children,
.navigation .children li.page_item_has_children {
  position: relative;
}

.navigation .sub-menu li.current-menu-item>a,
.navigation .sub-menu li.current-menu-ancestor>a,
.navigation .sub-menu li:hover>a,
.navigation .sub-menu li.current-menu-item.menu-item-has-children:after,
.navigation .sub-menu li:hover.menu-item-has-children:after,
.navigation .children li.current_page_item>a,
.navigation .children li.current-menu-ancestor>a,
.navigation .children li:hover>a,
.navigation .children li.current_page_item.page_item_has_children:after,
.navigation .children li:hover.page_item_has_children:after {
  color: #ff723a;
}

.navigation>ul>li:nth-last-child(4) .sub-menu li.menu-item-has-children>a,
.navigation>ul>li:nth-last-child(3) .sub-menu li.menu-item-has-children>a,
.navigation>ul>li:nth-last-child(2) .sub-menu li.menu-item-has-children>a,
.navigation>ul>li:nth-last-child(1) .sub-menu li.menu-item-has-children>a,
.navigation>ul>li:nth-last-child(4) .children li.menu_item_has_children>a,
.navigation>ul>li:nth-last-child(3) .children li.menu_item_has_children>a,
.navigation>ul>li:nth-last-child(2) .children li.menu_item_has_children>a,
.navigation>ul>li:nth-last-child(1) .children li.menu_item_has_children>a {
  padding-left: 25px;
}

.navigation .sub-menu li.menu-item-has-children>a:after,
.navigation .children li.page_item_has_children>a:after {
  content: "\e949";
  font-family: 'multimedia-element-set' !important;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 0.7em;
}

.navigation>ul>li:nth-last-child(4) .sub-menu li.menu-item-has-children>a:after,
.navigation>ul>li:nth-last-child(3) .sub-menu li.menu-item-has-children>a:after,
.navigation>ul>li:nth-last-child(2) .sub-menu li.menu-item-has-children>a:after,
.navigation>ul>li:nth-last-child(1) .sub-menu li.menu-item-has-children>a:after,
.navigation>ul>li:nth-last-child(4) .children li.page_item_has_children>a:after,
.navigation>ul>li:nth-last-child(3) .children li.page_item_has_children>a:after,
.navigation>ul>li:nth-last-child(2) .children li.page_item_has_children>a:after,
.navigation>ul>li:nth-last-child(1) .children li.page_item_has_children>a:after {
  content: "\e903";
  right: inherit;
  left: 8px;
}

.navigation .sub-menu li a,
.navigation .children li a {
  display: table-cell;
  width: 200px;
  height: 35px;
  padding: 5px 20px;
  position: relative;
  vertical-align: middle;
  transition-duration: 0.2s;
}


/*------------------------------------------------------------------
[2.3 Fullscreen navigation ]
*/

.full-screen-nav {
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  z-index: 101;
  display: none;
}

.admin-bar .full-screen-nav {
  top: 32px;
}

.site-dark .full-screen-nav {
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

.full-screen-nav .close {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 25px;
  cursor: pointer;
  z-index: 5;
}

.fsn-container {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 0;
  right: -25px;
  overflow-y: scroll;
}

.admin-bar .fsn-container {}

.full-screen-nav ul {
  margin: 0;
  padding: 0;
}

.full-screen-nav .fsn-container>ul {
  width: 3800px;
}

.full-screen-nav ul li {
  display: block;
}

.full-screen-nav ul li a {
  text-decoration: none;
}

.full-screen-nav .fsn-container>ul>li {
  margin: 20px 0;
}

.full-screen-nav .fsn-container>ul>li>a {
  position: relative;
  font-size: 1.875em;
  text-transform: uppercase;
  display: inline-block;
  line-height: 1.2em;
  /* font-weight: bold; */
}

.full-screen-nav .fsn-container>ul>li:hover>a {
  color: #ff723a;
}

.full-screen-nav .fsn-container>ul>li:hover>a:after {
  width: 100%;
  opacity: 1;
}

.full-screen-nav .fsn-container>ul>li.current-menu-item>a,
.full-screen-nav .fsn-container>ul>li.current-menu-parent>a,
.full-screen-nav .fsn-container>ul>li.current-menu-ancestor>a {
  color: #ff723a;
}

.full-screen-nav .fsn-container>ul>li ul.sub-menu,
.full-screen-nav .fsn-container>ul>li ul.children {
  display: none;
}

.full-screen-nav .fsn-container>ul>li>ul.sub-menu,
.full-screen-nav .fsn-container>ul>li>ul.children {
  display: none;
  font-weight: 300;
  font-size: 1em;
  padding: 10px 0 0;
  text-transform: uppercase;
}

.full-screen-nav ul li ul.sub-menu li:hover>a,
.full-screen-nav ul li ul.children li:hover>a,
.full-screen-nav ul li ul.sub-menu li.current-menu-item>a,
.full-screen-nav ul li ul.children li.current_menu_item>a,
.full-screen-nav ul li ul.sub-menu li.current-menu-ancestor>a,
.full-screen-nav ul li ul.children li.current_menu_ancestor>a {
  color: #67686d;
}

.full-screen-nav ul li ul.sub-menu li,
.full-screen-nav ul li ul.children li {
  padding: 10px 0 0;
}


/*------------------------------------------------------------------
[2.4 Buter button ]
*/

.butter-button {
  float: left;
  width: 15px;
  height: 11px;
  position: relative;
  margin: 25px 0 0 30px;
  cursor: pointer;
}

.header_logo_center .butter-button {
  margin-left: 0;
  margin-right: 10px;
}

.butter-button.visible_menu {
  display: none;
}

.butter-button div {
  height: 1px;
  box-shadow: inset 0 0 0 3px;
  margin: 5px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.butter-button.active div {
  transform: scaleX(0);
}

.butter-button:after,
.butter-button:before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  box-shadow: inset 0 0 0 3px;
  height: 1px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.butter-button:after {
  top: auto;
  bottom: 0;
}

.butter-button.active:before {
  transform: rotate(45deg);
  transform-origin: 50%;
  top: 5px;
}

.butter-button.active:after {
  transform: rotate(-45deg);
  bottom: 5px;
}


/*------------------------------------------------------------------
[2.5. Mincart / .header-minicart ]
*/

.header-minicart {
  float: left;
  padding: 0;
  margin-left: 25px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-minicart a {
  text-decoration: none;
}

.hm-cunt {
  display: block;
  text-align: center;
  position: relative;
  font-size: 18px;
  cursor: pointer;
  padding-bottom: 2px;
}

.hm-cunt.big {
  display: inline-block;
  font-size: 65px;
}

.hm-cunt i {
  display: block;
  line-height: 60px;
}

.hm-cunt i:before {
  display: block;
  margin-top: -2px;
}

.hm-cunt span {
  display: block;
  font-size: 12px;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: -10px;
  background: #ff723a;
  color: #fff;
  line-height: 17px;
  height: 16px;
  min-width: 16px;
  padding: 0 2px;
  border-radius: 50%;
  font-weight: bold;
}

.hm-cunt.big span {
  height: 30px;
  min-width: 30px;
  line-height: 30px;
  font-size: 18px;
}

.header-minicart .minicart-wrap {
  position: absolute;
  background: #fbfbfb;
  top: 100%;
  right: 15px;
  padding: 5px 15px 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #252a31;
  width: 310px;
}

.site-dark .header-minicart .minicart-wrap {
  background: #272727;
  color: #fff;
}

.header-minicart:hover .minicart-wrap,
.minicart-wrap:hover {
  opacity: 1;
  visibility: visible;
}

.minicart-wrap {}

.minicart-wrap .cart_list.product_list_widget {
  margin: 0 -15px;
}

.minicart-wrap .cart_list .mini_cart_item,
.widget_shopping_cart_content .mini_cart_item {
  border-bottom: 1px solid #e2e2e2;
  position: relative;
  min-height: 60px;
}

.site-dark .minicart-wrap .cart_list .mini_cart_item,
.site-dark .widget_shopping_cart_content .mini_cart_item {
  border-bottom-color: #181818;
}

.minicart-wrap .cart_list .mini_cart_item .remove,
.widget_shopping_cart_content .cart_list .mini_cart_item .remove {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  font-size: 8px;
}

.minicart-wrap .cart_list .mini_cart_item .wp-post-image,
.widget_shopping_cart_content .cart_list .mini_cart_item .wp-post-image {
  float: left;
  margin-right: 10px;
  margin-left: 0;
  width: 40px;
}

.minicart-wrap .cart_list .mini_cart_item .wp-post-image img {}

.minicart-wrap .cart_list .mini_cart_item .quantity,
.widget_shopping_cart_content .cart_list .mini_cart_item .quantity {
  font-size: 13px;
  display: block;
  margin-left: 50px;
  color: #ff723a;
}

.widget_shopping_cart_content .cart_list .mini_cart_item .quantity span {}

.site-dark .minicart-wrap .cart_list .mini_cart_item .quantity span,
.site-dark .widget_shopping_cart_content .cart_list .mini_cart_item .quantity span {
  color: inherit;
}

.minicart-wrap .cart_list .mini_cart_item .variation,
.widget_shopping_cart_content .cart_list .mini_cart_item .variation {
  border: none;
  margin: 5px 0 0;
  padding: 0;
  margin-left: 50px;
  float: none;
  display: block;
  font-size: 0.778em;
}

.minicart-wrap .cart_list .mini_cart_item dt,
.widget_shopping_cart_content .cart_list .mini_cart_item dt {
  float: left;
  clear: none;
}

.minicart-wrap .cart_list .mini_cart_item dd,
.widget_shopping_cart_content .cart_list .mini_cart_item dd,
  {
  float: none;
  display: block;
  /* margin-left: 45px; */
  margin-bottom: 0;
  clear: none;
}

.minicart-wrap .cart_list .mini_cart_item p,
.widget_shopping_cart_content .cart_list .mini_cart_item p {
  margin: 0;
}

.minicart-wrap .total,
.widget_shopping_cart_content .total {
  font-size: 1em;
  margin: 15px 0;
  overflow: hidden;
}

.minicart-wrap .total strong {
  font-weight: 600;
  margin: 6px 0;
  display: inline-block;
}

.minicart-wrap .total>span,
.widget_shopping_cart_content .total>span {
  color: #e26635;
  float: right;
  font-weight: bold;
  font-size: 1.500em;
}

.minicart-wrap .buttons,
.widget_shopping_cart_content .buttons {
  margin: 0 0 0;
}

.minicart-wrap a.button,
.widget_shopping_cart_content a.button {
  font-size: 12px;
  background: #000;
  color: #fff;
  font-weight: normal;
  /* border-radius: 5px 5px 0 0; */
  margin: 0 0 10px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}

.minicart-wrap a.checkout,
.widget_shopping_cart_content a.checkout {
  background: #e26635;
  /* border-radius: 0 0 5px 5px; */
  margin-bottom: 0;
}


/*------------------------------------------------------------------
[2.6 Search ]
*/

.search-button {
  float: left;
  margin: 0 0 0 25px;
  font-size: 17px;
  cursor: pointer;
}

.search-button i {
  display: block;
  line-height: 60px;
}

.header_logo_center_t2 .search-button {
  margin-left: 0;
}

.search-popup {
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background: #fff;
  display: none;
  padding: 0 15px;
}

.site-dark .search-popup {
  color: #fff;
  background: #000;
}

.admin-bar .search-popup {
  top: 92px;
}

.search-popup .close {
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 25px;
  cursor: pointer;
}

.search-popup .centered-container {
  width: 90% !important;
  max-width: 540px;
}

.search-popup .searchform {
  border: 1px solid;
  overflow: hidden;
}

.search-popup .searchform div {
  margin-right: 50px;
}

.search-popup .searchform .searchsubmit {
  float: right;
  background: none;
  border: none;
  line-height: 48px;
  width: 48px;
  cursor: pointer;
  padding: 0;
  font-size: 21px;
  color: inherit;
}

.search-popup .searchform .input {
  width: 100%;
  border: none;
  padding: 0 20px;
  line-height: 48px;
  height: 48px;
  background: transparent;
  color: inherit;
}


/*------------------------------------------------------------------
[2.7 Side header ]
*/

.side-header {
  background: #f0f0f0;
  position: fixed;
  top: 0;
  margin-top: 60px;
  left: 60px;
  bottom: 60px;
  width: 270px;
  z-index: 50;
  overflow: hidden;
}

.side-header.dark {
  background: #151314;
}

.admin-bar .side-header {
  top: 32px;
}

.side-header .wrap {
  position: absolute;
  top: 80px;
  left: 25px;
  bottom: 75px;
  overflow-y: scroll;
  right: -25px;
  padding-right: 25px;
  padding-left: 35px;
}

.side-header .wrap .cell {
  width: 1200px;
  padding: 30px 0;
}

.side-header .copyright {
  position: absolute;
  bottom: 20px;
  left: 60px;
  font-size: 12px;
  right: 25px;
}


/*------------------------------------------------------------------
[2.8 Side navigation ]
*/

.side-navigation {
  font-weight: 500;
  text-transform: uppercase;
}

.side-navigation ul {
  margin: 0;
  padding: 0;
}

.side-navigation ul li {
  display: block;
}

.side-navigation ul li a {
  display: block;
  text-decoration: none;
}

.side-navigation ul li a span {
  position: relative;
  padding-right: 20px;
}

.side-navigation ul li.menu-item-has-children>a span:after,
.side-navigation ul li.page_item_has_children>a span:after {
  content: "\e949";
  font-family: 'multimedia-element-set' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 0;
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  font-size: 10px;
}

.side-navigation>ul {
  position: relative;
}

.side-navigation>ul>li {}

.side-navigation>ul>li>a {
  padding: 10px 0;
}

.side-navigation li.current-menu-item>a,
.side-navigation li.current-menu-parent>a,
.side-navigation li.current-menu-ancestor>a,
.side-navigation li.current_page_item>a,
.side-navigation li:hover>a {
  color: #ff723a;
}

.side-navigation .sub-menu,
.side-navigation .children {
  /* display: none; */
  min-height: 100%;
  position: absolute;
  top: 0;
  background: #f0f0f0;
  width: 100%;
  padding-left: 30px;
  z-index: 2;
  right: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.site-dark .side-navigation .sub-menu,
.site-dark .side-navigation .children {
  background: #151314;
}

.side-navigation li.active-child>.sub-menu,
.side-navigation li.active-child>.children {
  right: 0;
  opacity: 1;
  visibility: visible;
}

.side-navigation .sub-menu .back,
.side-navigation .children .back {
  position: absolute;
  top: 12px;
  left: 0;
  cursor: pointer;
  font-size: 12px;
}

.side-navigation .sub-menu li,
.side-navigation .children li {}

.side-navigation .sub-menu li a,
.side-navigation .children li a {
  padding: 6px 0;
}


/*------------------------------------------------------------------
[3. Body ]
*/


/*------------------------------------------------------------------
[3.1 Banner ]
*/

.banner-area {
  position: relative;
  min-height: 400px;
  padding-bottom: 60px;
  background: #fff;
}

.banner-area.banner-link {
  /* padding-bottom: 60px; */
}

.site-dark .banner-area {
  background: #000;
}

.banner-color-white {
  color: #fff;
}

.banner-color-black {
  color: #000;
}

.banner-area.external-indent.with-carousel-nav {
  padding-bottom: 0;
}

.banner-social-buttons {
  position: absolute;
  bottom: 19px;
  left: 0;
  z-index: 10;
  font-size: 14px;
  overflow: hidden;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: bold;
}

.banner-style2 .banner-social-buttons {
  top: 50%;
  left: -34px;
  bottom: auto;
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  transform: translate(-50%, -50%) rotate(-90deg);
}

.banner-style1 .banner-social-buttons:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 35px;
  margin-right: 40px;
  width: 45px;
  height: 1px;
  box-shadow: inset 0 0 0 1px;
}

.banner-social-buttons a {
  text-decoration: none;
  margin: 0 10px;
}

.banner-social-buttons a:hover {
  color: #ff713b;
}

.banner-social-buttons a i {
  margin-right: 5px;
  opacity: .5;
}

.banner-social-buttons .cell {
  width: 70px;
  height: 100vh;
  min-height: 470px;
}

.banner-social-buttons .links {
  text-align: center;
  width: 340px;
  margin-left: -140px;
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.banner-social-buttons .item i {
  margin-right: 5px;
}

.banner-about {
  position: absolute;
  top: 0;
  z-index: 10;
  background: #f3f3f3;
  right: -100%;
  width: 100%;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  transition: all 0.8s ease;
  opacity: 0;
  visibility: hidden;
}

.banner-about.active {
  right: 0;
  opacity: 1;
  visibility: visible;
}

.banner-about.color-white {
  color: #fff;
}

.banner-about.color-black {
  color: #000;
}

.banner-button-left,
.banner-button-right {
  position: absolute;
  z-index: 10;
  top: 50%;
  font-size: 1.125em;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: -30px;
}

.banner-style2 .banner-button-left,
.banner-style2 .banner-button-right {
  top: auto;
  bottom: 15px;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin: 0;
}

.banner-button-left {
  left: -30px;
}

.banner-style2 .banner-button-left {
  left: 25%;
}

.banner-button-right {
  right: -30px;
}

.banner-style2 .banner-button-right {
  right: 25%;
}

.banner-button-left .button,
.banner-button-right .button {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%) rotate(-90deg);
  -ms-transform: translate(-50%, -50%) rotate(-90deg);
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  -o-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
  cursor: pointer;
}

.banner-button-right .button {
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -o-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.banner-style2 .banner-button-left .button,
.banner-style2 .banner-button-right .button {
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  -o-transform: none;
  transform: none;
  position: relative;
  top: 0;
  left: 0;
}

.banner-button-left .button.active .h,
.banner-button-right .button.active .h {
  opacity: 0;
  visibility: hidden;
}

.banner-button-left .button .close,
.banner-button-right .button .close {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  background: #7a6563;
  color: #fff;
  padding: 19px 25px 19px 25px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  visibility: hidden;
}

.banner-button-left .button.active .close,
.banner-button-right .button.active .close {
  opacity: 1;
  visibility: visible;
  margin-top: 29px;
}

.banner-style2 .banner-button-left .button.active .close,
.banner-style2 .banner-button-right .button.active .close {
  margin-top: -32px;
}

.banner-button-left .button .close i,
.banner-button-right .button .close i {
  font-size: 14px;
  margin: 0 0 0 10px;
}

.banner-bottom-link {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 20;
  text-align: center;
  margin-left: -52.5px;
}

.banner-bottom-link a {
  height: 105px;
  width: 105px;
  background: #fff;
  border-radius: 50%;
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1em;
  padding: 0 5px;
}

.site-dark .banner-bottom-link a {
  background: #000;
  color: #fff;
}

.banner-bottom-link a:hover {
  background: #fafafa;
}

.site-dark .banner-bottom-link a:hover {
  background: #151314;
}

.banner-bottom-link a i {
  display: block;
  font-size: 0.7em;
  margin-top: 0.3em;
  margin-bottom: -1.3em;
}

.banner-contacts {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  z-index: 10;
  color: #000;
  background: #fff;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  transition: all 0.8s ease;
  opacity: 0;
  visibility: hidden;
  background-size: cover;
  background-position: 50%;
  overflow: hidden;
}

.banner-contacts.active {
  opacity: 1;
  visibility: visible;
  left: 0;
}

.banner-contacts.color-white {
  color: #fff;
  background-color: #000;
}

.banner-contacts .container {
  overflow: hidden;
}

.banner-contacts .scroll-wrap {
  position: absolute;
  top: 0;
  left: 15px;
  right: -30px;
  padding-right: 45px;
  bottom: 0;
  overflow: hidden;
  overflow-y: scroll;
}

.banner-contacts .scroll-wrap>.cell {
  padding: 15px 0;
}

.banner-contacts .cell {}

.banner-contacts .sub-heading {}

.banner-contacts .heading {}

.banner-contacts .text-p {
  font-weight: 300;
}

.banner-content-row {
  margin-bottom: 30px;
}

.banner-content-row:last-of-type {
  margin-bottom: 0;
}

.banner-about .image {
  background-position: 50%;
  background-size: cover;
}

.banner-about .text {
  position: relative;
  overflow: hidden;
}

.banner-about .wrap {
  padding-right: 45px;
  position: absolute;
  top: 0;
  left: 15px;
  right: -30px;
  bottom: 0;
  overflow: hidden;
  overflow-y: scroll;
}

.banner-about .cell {
  padding: 60px 0;
}

.banner-about .sub-heading,
.banner-contacts .sub-heading {
  color: #ff723a;
  text-transform: uppercase;
}

.banner-about .sub-heading h6,
.banner-contacts .sub-heading h6 {
  font-size: 1em;
}

.banner-about .heading {}

.banner-about .text-p {
  font-weight: 300;
  margin: 1.2em 0 1.9em;
  max-width: 450px;
}

.banner-about .button-style1 {}

.banner {
  min-height: 400px;
}

.banner .item {
  background-size: cover;
  background-position: 50%;
  position: relative;
  overflow: hidden;
}

.banner .item .container,
.banner .item .container-fluid {
  pointer-events: none;
}

.banner .item.top-left {
  background-position: top left;
}

.banner .item.top-center {
  background-position: top center;
}

.banner .item.top-right {
  background-position: top right;
}

.banner .item.center-left {
  background-position: center left;
}

.banner .item.center-center {
  background-position: center;
}

.banner .item.center-right {
  background-position: center right;
}

.banner .item.bottom-left {
  background-position: bottom left;
}

.banner .item.bottom-center {
  background-position: bottom center;
}

.banner .item.bottom-right {
  background-position: bottom right;
}


.banner .item.black {
  color: #000;
}

.banner .item.white {
  color: #fff;
}

.banner .item .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}

.banner .item .video:before {
  content: "";
  display: block;
}

.banner .item .video iframe {
  box-sizing: border-box;
  height: 56.25vw;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  width: 177.77777778vh;
  max-width: none;
}

.banner .cell {
  width: 1800px;
  padding: 40px 0;
  position: relative;
  z-index: 2;
}

.banner .cell.top {
  vertical-align: top;
}

.banner .cell.bottom {
  vertical-align: bottom;
}

.banner .cell .h {
  line-height: 0.800em;
}

.banner .cell .banner-button {
  line-height: 0.800em;
  text-decoration: none;
  font-size: 1.125em;
  margin-top: 0.6em;
  display: inline-block;
  width: 48px;
  height: 48px;
  text-align: center;
  border: 1px solid;
  border-radius: 50%;
  pointer-events: all;
}

.banner.owl-carousel .cell .banner-button {
  opacity: 0;
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}

.banner .active .cell .banner-button {
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  transition-delay: 1.5s;
  opacity: 1;
}

.banner .cell .banner-button i {
  line-height: 46px;
  display: block;
  margin-left: 3px;
}

.banner .heading-with-num {
  position: relative;
  padding-left: 90px;
}

.banner .heading-with-num>* {
  margin: 0;
}

.banner .heading-with-num .num {
  position: absolute;
  font-size: 9.000em;
  line-height: 1em;
  left: 0;
  top: 50%;
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  opacity: 0.2;
  font-weight: 500;
}

.banner .owl-item .heading-with-num .num {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  -ms-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.banner .owl-item.active .heading-with-num .num {
  opacity: 0.2;
  visibility: visible;
}

.banner .owl-item .heading-with-num .h {
  opacity: 0;
  visibility: hidden;
  left: 80px;
  position: relative;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.banner .owl-item.active .heading-with-num .h {
  opacity: 1;
  visibility: visible;
  left: 0;
}

.banner .owl-item .heading .h,
.banner .owl-item .heading-decor {
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.banner .owl-item.active .heading .h,
.banner .owl-item.active .heading-decor {
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -webkit-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
}

.banner .owl-item.active .text {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.banner .owl-item.active .button-style1 {
  -moz-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  opacity: 1;
}

.banner .owl-dots {
  counter-reset: slides-num;
  position: absolute;
  top: 50%;
  right: -40px;
  font-size: 14px;
  font-weight: bold;
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.banner-style1.banner .owl-dots {
  top: auto;
  bottom: -40px;
  left: auto;
  right: 10px;
  -moz-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

.banner .owl-dot {
  display: block;
  counter-increment: slides-num;
  opacity: 0.4;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.banner-style1.banner .owl-dot {
  display: inline-block;
  vertical-align: middle;
}

.banner .owl-dot.active {
  padding-bottom: 10px;
  opacity: 1;
}

.banner-style1.banner .owl-dot.active {
  padding-bottom: 0;
}

.banner .owl-dot span {
  display: none;
}

.banner .owl-dot:before {
  content: '0'counter(slides-num);
  display: block;
  margin-bottom: 10px;
}

.banner-style1.banner .owl-dot:before {
  margin: 0;
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle;
  border-bottom: 1px solid transparent;
  line-height: 1em;
}

.banner .owl-dot:nth-child(n+10):before {
  content: counter(slides-num);
}

.banner .owl-dot.active:before {
  opacity: 1;
}

.banner .owl-nav {
  position: absolute;
  right: 15px;
  bottom: 20px;
}

.banner .owl-nav>* {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}

.banner-area .next-slide {
  position: absolute;
  width: 180px;
  height: 115px;
  border-left: 1px solid #ff713b;
  right: 0;
  bottom: 85px;
  z-index: 2;
  font-size: 15px;
  text-align: right;
  line-height: 115px;
  padding-right: 8px;
  background: #000;
  background-size: cover;
  background-position: 50%;
  opacity: .75;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.banner-area .next-slide:hover {
  opacity: 1;
}

.site-light .banner-area .next-slide {
  background: #fff;
}

.banner-area .next-slide i {}

.banner-nav2 {
  position: absolute;
  top: 50%;
  right: -60px;
  width: 60px;
  text-align: center;
  font-size: 14px;
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.banner-nav2 .up,
.banner-nav2 .down {
  font-size: 12px;
  opacity: .5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.banner-nav2 .up:hover,
.banner-nav2 .down:hover {
  opacity: 1;
}

.banner-nav2 .down {}

.banner-nav2 .up i,
.banner-nav2 .down i {
  display: block;
}

.banner-nav2 .nums {
  margin: 10px 0 9px;
}

.banner-style1.banner .owl-dot.active:before {
  border-color: #ff723a;
}

.banner .owl-dot:after {
  content: "";
  display: block;
  width: 2px;
  margin: 0 auto;
  height: 0;
  background: #ff723a;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.banner-style1.banner .owl-dot:after {
  display: none;
  vertical-align: middle;
}

.banner .owl-dot.active:after {
  height: 10px;
}

.banner-style1.banner .owl-dot.active:after {
  height: 1px;
  width: 30px;
}

.banner-404 {
  background: #ececec;
}

.site-dark .banner-404 {
  background: #2f2f2f;
}

.banner-404 .con-404 {
  text-align: center;
  max-width: 30em;
}

.banner-404 .con-404 .h,
.banner-coming-soon .con-coming-soon .h {
  font-size: 9.000em;
  font-weight: 500;
  letter-spacing: -0.05em;
  opacity: 0.2;
}

.banner-404 .con-404 p,
.banner-coming-soon .con-coming-soon p {
  font-size: 2.250em;
  font-weight: bold;
  line-height: 1em;
  margin: 0.6em 0 0;
}

.banner-coming-soon {
  min-height: 680px;
}

.b-coming-heading {
  text-transform: uppercase;
}

.banner-coming-soon p {}

.banner-coming-soon div.wpcf7 {
  margin-bottom: 25px;
}

.banner-coming-soon .con-coming-soon .h {
  text-transform: uppercase;
  max-width: 3.5em;
}

.banner-coming-soon .con-coming-soon p {
  margin: 0.9em 0 0.7em;
}

.banner .ipanorama {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}

.banner .ipanorama .ipnrm-canvas {
}


/*------------------------------------------------------------------
[3.2 Side bar ]
*/

.side-bar-button {
  float: left;
  font-size: 17px;
  margin: 28px 30px 0 0;
  cursor: pointer;
}

.side-bar-area {
  position: fixed;
  background: #eee;
  z-index: 100;
  top: 0;
  bottom: 0;
  left: -510px;
  width: 100%;
  max-width: 510px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  font-size: 0.875em;
  font-weight: 300;
  line-height: 1.714em;
}

.side-bar-area.active {
  left: 0;
}

.site-dark .side-bar-area {
  background: #151515;
}

.admin-bar .side-bar-area {
  top: 32px;
}

.side-bar-area .close {
  position: absolute;
  top: 25px;
  left: 50px;
  font-size: 17px;
  cursor: pointer;
}

.side-bar-area .wrap {
  position: absolute;
  top: 85px;
  bottom: 75px;
  left: 50px;
  overflow-y: scroll;
  right: -50px;
  padding-right: 100px;
}

.side-bar-area .copyright {
  position: absolute;
  bottom: 30px;
  left: 50px;
  right: 50px;
  font-size: 0.750em;
}

.side-bar-area .widget {
  margin-bottom: 35px;
}

.side-bar-area .heading-decor {
  font-size: 1.143em;
}


/*------------------------------------------------------------------
[3.3 Gallery widget ]
*/

.gallery-module {
  margin: -4px;
}

.gallery-module .item {
  padding: 4px;
  text-align: center;
}

.gallery-module .item a {
  display: block;
  position: relative;
  padding-bottom: 100%;
  background-size: cover;
  background-position: 50%;
}

.gallery-module .item a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.gallery-module .item a:hover:after {
  opacity: 1;
  visibility: visible;
}

.gallery-module .item img {
  vertical-align: bottom;
}


/*------------------------------------------------------------------
[3.4 Contact row ]
*/

.contact-row {
  margin: 5px 0;
  position: relative;
}

.contact-row.t2 {
  margin: 25px 0;
  font-weight: 400;
}

.contact-row .icon {
  float: left;
  font-size: 1.8em;
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  text-align: center;
  color: #e26635;
}

.contact-row.t2 .icon {
  top: 50%;
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.contact-row .icon i {
  display: block;
}

.contact-row span {
  font-weight: 400;
  min-width: 65px;
  display: inline-block;
}

.contact-row p {
  line-height: 2.000em;
  margin: 0 0 0;
}

.contact-row.t2 p {
  line-height: 1.286em;
}

.contact-row.t2 .icon+p {
  margin-left: 50px;
}


/*------------------------------------------------------------------
[3.5 Default widgets ]
*/

.widget {}

.widget select {
  max-width: 100%;
}

.widget_archive ul,
.widget_categories ul,
.widget_pages ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_rss ul {
  background: none;
  color: inherit;
  padding: 0;
  margin: -8px 0 0;
}

.widget_archive ul ul,
.widget_categories ul ul,
.widget_pages ul ul,
.widget_meta ul ul,
.widget_nav_menu ul ul,
.widget_recent_entries ul ul,
.widget_recent_comments ul ul,
.widget_rss ul ul {
  margin: 5px 0 5px 10px;
}

.widget_archive ul li,
.widget_categories ul li,
.widget_pages ul li,
.widget_meta ul li,
.widget_nav_menu ul li,
.widget_recent_entries ul li,
.widget_recent_comments ul li,
.widget_rss li {
  padding: 4px 0px;
  border: none;
  display: block;
}

.widget_archive ul li li:last-of-type,
.widget_categories ul li li:last-of-type,
.widget_pages ul li li:last-of-type,
.widget_meta ul li li:last-of-type,
.widget_nav_menu ul li li:last-of-type,
.widget_recent_entries ul li li:last-of-type,
.widget_recent_comments ul li li:last-of-type,
.widget_rss li li:last-of-type {
  padding-bottom: 0;
}

.widget_archive ul li a,
.widget_categories ul li a,
.widget_pages ul li a,
.widget_meta ul li a,
.widget_nav_menu ul li a,
.widget_recent_entries ul li a {
  /* text-decoration: none; */
}

.widget_archive ul li a:hover,
.widget_categories ul li a:hover,
.widget_pages ul li a:hover,
.widget_meta ul li a:hover,
.widget_nav_menu ul li a:hover,
.widget_recent_entries ul li a:hover {
  color: #ff723a;
}

.searchform {
  border: 1px solid;
}

.site-content .searchform {
  margin-bottom: 40px;
}

.searchform .searchsubmit {
  float: right;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: none;
  border: none;
  padding: 0;
  color: inherit;
}

.searchform .searchsubmit i {
  vertical-align: middle;
}

.searchform div {
  margin-right: 40px;
}

.searchform .input {
  background: transparent;
  border: none;
  color: inherit;
  font-size: 1em;
  padding: 0 15px;
  line-height: 40px;
}


/*------------------------------------------------------------------
[3.6 Portfolio ]
*/

.portfolio-items {
  color: #fff;
}

.portfolio-type-packery {}

.portfolio-item {
  position: relative;
  margin-bottom: 30px;
  color: #fff;
}

.portfolio-item .flipster__item__content {}

.portfolio-item .flipster__item__content a:not(.permalink) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.portfolio-type-packery .portfolio-item {
  padding: 0;
  margin: 0;
}

.portfolio-type-packery.cols-4 .portfolio-item:nth-child(8n+2),
.portfolio-type-packery.cols-4 .portfolio-item:nth-child(8n+7) {
  width: 50%;
}

.portfolio-type-packery.cols-4 .portfolio-item:nth-child(8n+3) {}

.portfolio-type-packery.cols-4 .portfolio-item:nth-child(8n+4) {}

.portfolio-type-packery.cols-4 .portfolio-item:nth-child(8n+5),
.portfolio-type-packery.cols-4 .portfolio-item:nth-child(8n+6) {
  width: 50%;
}

.portfolio-type-packery.cols-4 .portfolio-item:nth-child(8n+5) .a-img,
.portfolio-type-packery.cols-4 .portfolio-item:nth-child(8n+6) .a-img {
  padding-bottom: 50%;
}

.portfolio-type-packery.cols-4 .portfolio-item:nth-child(8n+7) {}

.portfolio-type-packery.cols-4 .portfolio-item:nth-child(8n+8) {}

.portfolio-type-packery.cols-4 .portfolio-item:nth-child(8n+9) {}

.portfolio-type-packery.cols-3 .portfolio-item:nth-child(8n+2),
.portfolio-type-packery.cols-3 .portfolio-item:nth-child(8n+8) {
  width: 66.66666%;
}

.portfolio-type-packery.cols-3 .portfolio-item:nth-child(8n+3) {}

.portfolio-type-packery.cols-3 .portfolio-item:nth-child(8n+4) {}

.portfolio-type-packery.cols-3 .portfolio-item:nth-child(8n+5) {}

.portfolio-type-packery.cols-3 .portfolio-item:nth-child(8n+6) {
  width: 66.6666%;
}

.portfolio-type-packery.cols-3 .portfolio-item:nth-child(8n+6) .a-img {
  padding-bottom: 50%;
}

.portfolio-type-packery.cols-3 .portfolio-item:nth-child(8n+7) {}

.portfolio-type-packery.cols-3 .portfolio-item:nth-child(8n+8) {}

.portfolio-type-packery.cols-3 .portfolio-item:nth-child(8n+9) {}

.portfolio-type-packery.cols-2 .portfolio-item:nth-child(8n+2) {}

.portfolio-type-packery.cols-2 .portfolio-item:nth-child(8n+3) {}

.portfolio-type-packery.cols-2 .portfolio-item:nth-child(8n+3) .a-img,
.portfolio-type-packery.cols-2 .portfolio-item:nth-child(8n+4) .a-img,
.portfolio-type-packery.cols-2 .portfolio-item:nth-child(8n+5) .a-img,
.portfolio-type-packery.cols-2 .portfolio-item:nth-child(8n+7) .a-img,
.portfolio-type-packery.cols-2 .portfolio-item:nth-child(8n+8) .a-img,
.portfolio-type-packery.cols-2 .portfolio-item:nth-child(8n+9) .a-img {
  padding-bottom: 50%;
}

.portfolio-type-packery.cols-2 .portfolio-item:nth-child(8n+4) {}

.portfolio-type-packery.cols-2 .portfolio-item:nth-child(8n+5) {}

.portfolio-type-packery.cols-2 .portfolio-item:nth-child(8n+6) {}

.portfolio-type-packery.cols-2 .portfolio-item:nth-child(8n+7) {}

.portfolio-type-packery.cols-2 .portfolio-item:nth-child(8n+8) {}

.portfolio-type-packery.cols-2 .portfolio-item:nth-child(8n+9) {}

.portfolio-item .locked {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  font-size: 40px;
}

.portfolio-item:hover .locked {
  opacity: 1;
  visibility: visible;
}

.portfolio-item .locked i {
  display: block;
}

.owl-carousel .portfolio-item {
  margin: 0;
}

.portfolio-item .a-img {
  position: relative;
  z-index: 1;
}

.portfolio-item.with-video .a-img:before {
  content: "\e980";
  font-family: 'multimedia-element-set' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 17px;
  right: 10px;
  font-size: 25px;
  z-index: 2;
}

.portfolio-type-packery .portfolio-item.with-video .a-img:before {
  right: 25px;
}

.portfolio-item .a-img img {
  display: block;
  width: auto;
}

.portfolio-item .a-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.5);
}

.portfolio-type-packery .portfolio-item .a-img:after {
  left: 15px;
  right: 15px;
  bottom: 30px;
}

.portfolio-type-packery .portfolio-item .a-img {
  padding-bottom: 100%;
  display: block;
}

.portfolio-item:hover .a-img:after {
  opacity: 1;
  visibility: visible;
}

.portfolio-item .a-img div {
  padding-bottom: 100%;
  background-size: cover;
  background-position: 50%;
}

.portfolio-type-packery .portfolio-item .a-img div {
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  bottom: 30px;
  padding: 0;
}

.portfolio-type-horizontal .portfolio-item .a-img div {
  width: 600px;
}

.portfolio-item.image-center .a-img div {
  background-position: 50% !important;
}

.portfolio-item.image-left .a-img div {
  background-position: 0% 50% !important;
}

.portfolio-item.image-right .a-img div {
  background-position: 100% 50% !important;
}

.portfolio-item.image-top .a-img div {
  background-position: 50% 0% !important;
}

.portfolio-item.image-bottom .a-img div {
  background-position: 50% 100% !important;
}

.portfolio-item .content {
  position: absolute;
  left: 15px;
  right: 15px;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}

.portfolio_hover_type_1 .portfolio-item .content {
  text-align: center;
  top: 50%;
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  opacity: 0;
  visibility: hidden;
}

.portfolio_hover_type_1 .portfolio-item:hover .content {
  opacity: 1;
  visibility: visible;
}

.portfolio-item .content h5 {
  margin: 0;
  position: relative;
}

.portfolio_hover_type_1 .portfolio-item .content h5 {}

.portfolio_hover_type_1 .portfolio-item .content h5:after,
.portfolio_hover_type_3 .portfolio-item .content h5:after,
.portfolio_hover_type_4 .portfolio-item .content h5:after,
.portfolio_hover_type_6 .portfolio-item .content h5:after {
  content: "";
  display: block;
  width: 25px;
  height: 1px;
  margin: 10px auto;
  background: #fff;
}

.portfolio-item .content p {
  font-size: 14px;
  font-style: inherit;
  margin: 11px 0 0;
  line-height: 1.5em;
}

.portfolio-item>a:not(.permalink) {
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  bottom: 0;
  z-index: 3;
}

.portfolio-item a.permalink {
  position: absolute;
  top: 15px;
  left: 35px;
  z-index: 10;
  width: 30px;
  height: 30px;
  border: 1px solid;
  border-radius: 50%;
  text-decoration: none;
  text-align: center;
  line-height: 33px;
  font-size: 13px;
}

.portfolio-item .flipster__item__content a.permalink {
  left: 15px;
}

.portfolio-item .content-links {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 7;
}

.portfolio-item .content-links a {
  text-decoration: none;
  width: 55px;
  height: 55px;
  display: inline-block;
  vertical-align: middle;
  box-shadow: inset 0 0 0 1px;
  font-size: 1.5em;
  border-radius: 50%;
  line-height: 55px;
  margin: 0 15px;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.portfolio-item .content-links a:hover {
  box-shadow: inset 0 0 0 3px;
}

.portfolio-item .content-links a:first-of-type {
  -moz-transform: translate(-100%, 0%);
  -ms-transform: translate(-100%, 0%);
  -webkit-transform: translate(-100%, 0%);
  -o-transform: translate(-100%, 0%);
  transform: translate(-100%, 0%);
}

.portfolio-item .content-links a:last-of-type {
  -moz-transform: translate(100%, 0%);
  -ms-transform: translate(100%, 0%);
  -webkit-transform: translate(100%, 0%);
  -o-transform: translate(100%, 0%);
  transform: translate(100%, 0%);
}

.portfolio-item:hover .content-links a {
  opacity: 1;
  -moz-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

.portfolio-item .content-links a i {
  display: block;
  line-height: 55px;
}

.portfolio_hover_type_2 .portfolio-item .content {
  bottom: 15px;
}

.portfolio_hover_type_2 .portfolio-item .content h5 {
  display: inline-block;
  padding: 0 15px 0 20px;
  -moz-transform: translate(-100%, 0%);
  -ms-transform: translate(-100%, 0%);
  -webkit-transform: translate(-100%, 0%);
  -o-transform: translate(-100%, 0%);
  transform: translate(-100%, 0%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.portfolio_hover_type_2 .portfolio-item .content h5:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 9px;
  background: #ff723a;
  z-index: -1;
  opacity: 0.7;
  -moz-transform: translate(-100%, 0%);
  -ms-transform: translate(-100%, 0%);
  -webkit-transform: translate(-100%, 0%);
  -o-transform: translate(-100%, 0%);
  transform: translate(-100%, 0%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.portfolio_hover_type_2 .portfolio-item:hover .content h5,
.portfolio_hover_type_2 .portfolio-item:hover .content h5:after {
  -moz-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

.portfolio_hover_type_2 .portfolio-item .content p,
.portfolio_hover_type_3 .portfolio-item .a-img:after,
.portfolio_hover_type_6 .portfolio-item .a-img:after,
.portfolio_hover_type_5 .portfolio-item .content p,
.portfolio_hover_type_7 .portfolio-item .content p,
.portfolio_hover_type_8 .portfolio-item .content p,
.portfolio_hover_type_9 .portfolio-item .content p {
  display: none;
}

.portfolio_hover_type_3 .portfolio-item .content,
.portfolio_hover_type_6 .portfolio-item .content {
  top: 50%;
  text-align: center;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  color: #000;
  left: 45px;
  right: 45px;
  border: 1px solid #ff723a;
  box-shadow: 0 0 0 6px #fff;
  padding: 35px 15px;
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  opacity: 0;
  visibility: hidden;
}

.portfolio_hover_type_3 .portfolio-item:hover .content,
.portfolio_hover_type_6 .portfolio-item:hover .content {
  opacity: 1;
  visibility: visible;
}

.portfolio_hover_type_3 .portfolio-item .content h5:after {
  background: #000;
}

.portfolio_hover_type_4 .portfolio-item .content {
  bottom: 15px;
  border-left: 0 solid #ff723a;
  padding: 3px 0;
  padding-left: 15px;
}

.portfolio_hover_type_4 .portfolio-item:hover .content {
  border-left: 9px solid #ff723a;
}

.portfolio_hover_type_4 .portfolio-item .content h5,
.portfolio_hover_type_4 .portfolio-item .content p,
.portfolio_hover_type_5 .portfolio-item .content h5 {
  -moz-transform: translate(-110%, 0);
  -ms-transform: translate(-110%, 0);
  -webkit-transform: translate(-110%, 0);
  -o-transform: translate(-110%, 0);
  transform: translate(-110%, 0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.portfolio_hover_type_4 .portfolio-item:hover .content h5,
.portfolio_hover_type_4 .portfolio-item:hover .content p,
.portfolio_hover_type_5 .portfolio-item:hover .content h5 {
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.portfolio_hover_type_4 .portfolio-item .content h5:after {
  background: #ff723a;
  margin: 10px 0;
}

.portfolio_hover_type_5 .portfolio-item .content {
  top: 15px;
  padding-left: 30px;
}

.portfolio_hover_type_5 .portfolio-item:hover .content {}

.portfolio_hover_type_5 .portfolio-item .content h5 {}

.portfolio_hover_type_5 .portfolio-item .content h5:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  width: 17px;
  height: 10px;
  background: #ff723a;
  margin-top: -5px;
}

.portfolio_hover_type_5 .portfolio-item:hover .content h5 {}

.portfolio_hover_type_5 .portfolio-item .content h5 span {
  opacity: 0.2;
  font-size: 36px;
  vertical-align: bottom;
  margin-right: 5px;
}

.portfolio_hover_type_6 .portfolio-item .content {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  box-shadow: 0 0 0 6px #000;
}

.portfolio_hover_type_6 .portfolio-item .content h5:after {
  background: #ff723a;
}

.portfolio_hover_type_7 .portfolio-item .content {
  top: 50%;
  text-align: center;
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  overflow: inherit;
}

.portfolio_hover_type_7 .portfolio-item .content h5 {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.portfolio_hover_type_7 .portfolio-item:hover .content h5 {
  opacity: 1;
  visibility: visible;
}

.portfolio_hover_type_7 .portfolio-item .content h5:after,
.portfolio_hover_type_7 .portfolio-item .content h5:before {
  content: "";
  width: 1px;
  height: 25px;
  background: #ff723a;
  position: absolute;
  left: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: rotate(90deg) scale(0);
  -ms-transform: rotate(90deg) scale(0);
  -webkit-transform: rotate(90deg) scale(0);
  -o-transform: rotate(90deg) scale(0);
  transform: rotate(90deg) scale(0);
}

.portfolio_hover_type_7 .portfolio-item .content h5:after {
  bottom: -40px;
}

.portfolio_hover_type_7 .portfolio-item .content h5:before {
  top: -40px;
}

.portfolio_hover_type_7 .portfolio-item:hover .content h5:after,
.portfolio_hover_type_7 .portfolio-item:hover .content h5:before {
  -moz-transform: rotate(0deg) scale(1);
  -ms-transform: rotate(0deg) scale(1);
  -webkit-transform: rotate(0deg) scale(1);
  -o-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.portfolio_hover_type_8 .portfolio-item .content,
.portfolio_hover_type_9 .portfolio-item .content {
  bottom: 10px;
  text-align: center;
}

.portfolio_hover_type_8 .portfolio-item .content h5,
.portfolio_hover_type_9 .portfolio-item .content h5 {
  display: inline-block;
  padding: 0 15px;
  opacity: 0;
  visibility: hidden;
  max-width: 90%;
}

.portfolio_hover_type_8 .portfolio-item:hover .content h5,
.portfolio_hover_type_9 .portfolio-item:hover .content h5 {
  opacity: 1;
  visibility: visible;
}

.portfolio_hover_type_8 .portfolio-item .content h5:after,
.portfolio_hover_type_8 .portfolio-item .content h5:before,
.portfolio_hover_type_9 .portfolio-item .content h5:after,
.portfolio_hover_type_9 .portfolio-item .content h5:before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: "";
  position: absolute;
  top: 50%;
  width: 4px;
  height: 4px;
  background: #ff723a;
  border-radius: 50%;
  margin-top: -2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}

.portfolio_hover_type_8 .portfolio-item .content h5:after,
.portfolio_hover_type_9 .portfolio-item .content h5:after {
  right: -30px;
}

.portfolio_hover_type_8 .portfolio-item .content h5:before,
.portfolio_hover_type_9 .portfolio-item .content h5:before {
  left: -30px;
}

.portfolio_hover_type_8 .portfolio-item:hover .content h5:after,
.portfolio_hover_type_9 .portfolio-item:hover .content h5:after {
  right: 0;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.portfolio_hover_type_8 .portfolio-item:hover .content h5:before,
.portfolio_hover_type_9 .portfolio-item:hover .content h5:before {
  left: 0;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.portfolio_hover_type_9 .portfolio-item .content h5 {
  padding: 0 40px;
}

.portfolio_hover_type_9 .portfolio-item .content h5:after,
.portfolio_hover_type_9 .portfolio-item .content h5:before {
  width: 25px;
  height: 1px;
  border-radius: 0;
  margin: 0;
}

.portfolio-type-horizontal {
  margin: 30px 0 !important;
}

.portfolio-type-horizontal .owl-prev,
.portfolio-type-horizontal .owl-next {
  position: absolute;
  top: 50%;
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  font-size: 22px;
}

.portfolio-type-horizontal .owl-prev {
  left: -35px;
}

.portfolio-type-horizontal .owl-next {
  right: -35px;
}

.load-items-area {
  display: none !important;
}

.load-button {
  margin: 0 0 30px;
  overflow: hidden;
  width: 100%;
}


/*------------------------------------------------------------------
[3.7 Filter buttons ]
*/

.filter-button-group,
.category-buttons {
  margin: 35px 0;
}

.products>.filter-button-group {
  margin: 20px 5px;
}

.filter-button-group button,
.filter-button-group a,
.category-buttons a {
  border: none;
  background: none;
  color: inherit;
  padding: 0 8px;
  text-decoration: none;
  line-height: normal;
  font-size: 1em;
  color: inherit;
  text-transform: uppercase;
  position: relative;
}

.filter-button-group button span,
.filter-button-group a span,
.category-buttons a span {
  position: relative;
  z-index: 1;
}

.filter-button-group.tac button,
.filter-button-group.tac a,
.category-buttons.tac a {
  margin: 0 10px 0;
}

.filter-button-group.tal button:not(:last-of-type),
.filter-button-group.tal a:not(:last-of-type),
.category-buttons.tal a:not(:last-of-type) {
  margin-right: 20px;
}

.filter-button-group.tar button:not(:first-of-type),
.filter-button-group.tar a:not(:first-of-type),
.category-buttons.tar a:not(:first-of-type) {
  margin-left: 20px;
}

.filter-button-group button:after,
.filter-button-group a:after,
.category-buttons a:after {
  content: "";
  color: #ff723a;
  box-shadow: inset 0 -9px 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 9px;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.filter-button-group button.active:after,
.filter-button-group a.active:after,
.category-buttons a.active:after {
  opacity: .5;
  visibility: visible;
}

.filter-button-group button:not(.active):hover,
.category-buttons a:not(.active):hover {
  color: inherit;
}


/*------------------------------------------------------------------
[3.8 Social buttons ]
*/

.footer-social-button {
  font-size: 14px;
  text-align: center;
  background: #e8e8e8;
  padding: 17px 0;
  text-transform: lowercase;
}

.site-dark .footer-social-button {
  background: #111111;
}

.footer-social-button a {}

.footer-social-button a i {}


/*------------------------------------------------------------------
[3.9 Pagination ]
*/

.pagination {
  margin: 30px -5px;
  padding: 0;
}

.blog-items+.pagination {
  margin-top: 0;
  margin-bottom: 50px;
}

.woocommerce+.pagination {
  margin-top: 5px;
}

.pagination>span,
.pagination>a {
  display: inline-block;
  vertical-align: middle;
  min-width: 35px;
  line-height: 35px;
  height: 35px;
  border: 1px solid;
  border-radius: 20px;
  text-align: center;
  margin: 0 5px;
}

.pagination .current {
  border-color: #ff723a;
}

.pagination i {
  display: block;
  line-height: 33px;
  font-size: 0.8em;
}

.pagination a {
  text-decoration: none;
}


/*------------------------------------------------------------------
[3.10 Category ]
*/

.category {}

.category.type-big {}

.category.owl-carousel {
  margin: 0;
}

.category .item {
  background-size: cover;
  background-position: 50%;
  text-align: center;
  padding-top: 30px;
  position: relative;
  height: 315px;
  color: #fff;
}

.category.type-big .item {
  height: 765px;
}

.category .item.black {
  color: #000;
}

.category .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
  background: #ff723a;
  width: 2px;
  height: 30px;
  z-index: 2;
}

.category.type-normal .item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 0;
}

.category.type-normal .item>* {
  position: relative;
  z-index: 2;
}

.category .item h6 {
  font-size: 1em;
}

.category .sub-h {}

.category .h {}

.category .button-style1 {}

.category .owl-prev,
.category .owl-next {
  position: absolute;
  top: 50%;
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.category .owl-prev {
  left: 30px;
}

.category .owl-next {
  right: 30px;
}


/*------------------------------------------------------------------
[3.11 Testimonials ]
*/

.testimonials {}

.testimonials.full {
  max-height: 680px;
}

.testimonials-type2,
.testimonials-type2.swiper-container {
  padding: 70px 0;
  margin: -55px auto;
}

.testimonials .item {
  background: #f0f0f0;
}

.site-dark .testimonials .item {
  background: #121212;
  position: relative;
}

.testimonials-type2 .item {
  margin-bottom: 30px;
}

.testimonials .item .image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

.testimonials .item .image .img {
  position: absolute;
  top: -15px;
  left: -15px;
  right: -15px;
  bottom: -15px;
  background-size: cover;
  background-position: 50%;
  -webkit-filter: blur(4px);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: blur(100%);
}

.testimonials .item .image .img2,
.testimonials-type2 .image div {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 264px;
  height: 264px;
  background-size: cover;
  border: 3px solid #ff723a;
  border-radius: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.testimonials-type2 .image {
  float: left;
}

.testimonials-type2 .image div {
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: 162px;
  height: 162px;
}

.testimonials .item .quote,
.testimonials-type2 .item .quote {
  font-weight: 200;
  font-style: italic;
  line-height: 1.500em;
  position: relative;
  font-style: normal;
}

.testimonials .item .c {
  position: relative;
  max-width: 360px;
  margin: 0 auto;
}

.testimonials-type2 .item .c {
  position: relative;
  min-height: 162px;
}

.testimonials-type2 .item .image+.c {
  margin-left: 195px;
}

.testimonials .item .cell,
.testimonials-type2 .item .cell {
  width: 19000px;
}

.testimonials .item .c:before,
.testimonials-type2 .item .c:before {
  content: "″";
  font-size: 11.250em;
  position: absolute;
  font-family: Tahoma;
  line-height: 1em;
  right: 0;
  top: -0.1em;
  opacity: 0.15;
}

.testimonials-type2 .item .c:before {
  font-size: 8.750em;
}

.testimonials .item h5,
.testimonials-type2 .item h5 {
  margin: 15px 0;
}

.testimonials-type2 .item h5 {
  margin-top: 0;
}

.testimonials .item .post,
.testimonials-type2 .item .post {
  font-weight: 300;
  font-size: 12px;
  color: #f96f39;
  text-transform: uppercase;
  font-weight: bold;
  margin: 10px 0;
}

.testimonials-type2 .item .post {
  color: inherit;
  opacity: .3;
}

.testimonials .owl-nav {
  position: absolute;
  bottom: 25px;
  right: 20px;
}

.testimonials-type2 .swiper-nav {
  position: absolute;
  top: 5px;
  right: -10px;
  font-size: 18px;
}

.testimonials .owl-prev,
.testimonials .owl-next,
.testimonials-type2 .swiper-nav>* {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}

.testimonials .owl-prev {}

.testimonials .owl-next {}

.testimonials .owl-dots {
  position: absolute;
  bottom: 25px;
  left: 25px;
}

.testimonials .owl-dots .owl-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  margin-right: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.testimonials .owl-dots .owl-dot.active {
  background: #ff723a;
}


/*------------------------------------------------------------------
[3.12 Skills ]
*/

.skill-item {
  margin-bottom: 15px;
  font-size: 0.875em;
}

.skill-item .chart {
  position: relative;
  display: inline-block;
  font-size: 20px;
  text-align: center;
  margin-bottom: 5px;
}

.skill-item .chart figcaption {
  padding: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 12px;
  font-weight: 500;
}

.skill-item .chart svg {
  position: absolute;
  top: 0;
  left: 0;
}

.skill-item .chart .outer {
  fill: transparent;
  stroke: #ff723a;
  stroke-width: 2px;
  stroke-dasharray: 534;
  stroke-dashoffset: 535;
  transition: stroke-dashoffset 1s;
  -webkit-animation-play-state: running;
  -moz-transform: rotate(-89deg) translateX(-190px);
}

.skill-item .line {
  background: #fff;
}

.site-dark .skill-item .line {
  background: #000;
}

.skill-item .line div {
  background: #ff723a;
  height: 3px;
  position: relative;
  width: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.skill-item .line div span {
  position: absolute;
  right: 0;
  top: -28px;
  font-weight: bold;
}

.skill-item h6 {
  font-size: 1em;
  text-transform: uppercase;
  margin: 10px 0;
}

.skill-item p {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.333em;
  margin: 0;
}


/*------------------------------------------------------------------
[3.13 Price list ]
*/

.price-list {
  margin: 30px -15px 0;
}

.price-list.owl-carousel.owl-loaded {
  margin: 30px 0;
}

.price-list .item {
  background-position: 50%;
  background-size: cover;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.price-list.type-style2 .item {
  padding-bottom: 0 !important;
}

.price-list.owl-carousel .item {
  margin: 0;
}

.price-list .item .pw {
  position: absolute;
  top: 100%;
  width: 100%;
  -webkit-transition: all 0.35s linear;
  -moz-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  -ms-transition: all 0.35s linear;
  transition: all 0.35s linear;
  margin-top: -210px;
}

.price-list .item.active .pw {
  top: 278px;
}

.price-list .item.white {}

.price-list .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  background: rgba(255, 255, 255, 0.6);
}

.site-dark .price-list .item:before {
  background: #000;
  background: rgba(0, 0, 0, 0.6);
}

.site-dark .price-list.type-style2 .item:before {
  background: rgba(0, 0, 0, 0.7);
}

.price-list .item .h {}

.price-list .item .h {
  text-transform: uppercase;
  font-size: 1.125em;
  line-height: 24px;
  margin: 0;
  background: #fff;
  border-bottom: 1px solid #ff713b;
  position: relative;
  z-index: 1;
  padding: 10px 15px;
}

.site-dark .price-list .item .h {
  background: #000;
}

.price-list .item .price {
  font-size: 5.625em;
  font-weight: bold;
  position: relative;
  line-height: 1em;
  margin-bottom: 0.1em;
}

.price-list.type-style2 .item .price {
  margin: 0;
}

.price-list .item .button-style1 {}

.price-list .item .options {
  padding: 10px 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #fff;
  border-top: 1px solid #ff713b;
}

.price-list.type-style2 .item .options {
  position: relative;
}

.site-dark .price-list .item .options {
  background: #000;
}

.price-list .item .options.active {
  padding-top: 20px;
}

.price-list .item.white .options.active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
}

.price-list .item .options .wrap {
  padding-bottom: 25px;
  display: none;
}

.price-list.type-style2 .item .options .wrap {
  display: block;
  padding-bottom: 5px;
  margin-top: 20px;
}

.price-list.type-style2 .item .options .wrap .button-style2 {
  margin-top: 15px;
}

.price-list .item .options .option-button {
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  line-height: 29px;
}

.price-list .item .options .option-button.active {
  opacity: .5;
}

.price-list .item .options .option-button span {
  display: inline-block;
  width: 8px;
  height: 2px;
  box-shadow: inset 0 0 0 4px;
  margin: 4px 0 4px 20px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.price-list .item .options .option-button span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -4px 0 0 -1px;
  box-shadow: inset 0 0 0 4px;
  width: 2px;
  height: 8px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.price-list .item .options .option-button:hover span:after,
.price-list .item .options .option-button:hover span,
.price-list .item .options .option-button.active span:after,
.price-list .item .options .option-button.active span {
  background: #fff;
}

.price-list .item .options .option-button.active span:after {
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.price-list .item .options .option-button.active:hover {
  opacity: .5;
}

.price-list .item .heading-decor {
  text-transform: uppercase;
}

.price-list .item .o-row {
  font-size: 0.875em;
}

.price-list .item .o-row:not(:last-of-type):after {
  content: "";
  display: block;
  width: 11px;
  height: 1px;
  margin: 15px auto;
  border-bottom: 1px solid #d15d30;
}

.price-list.type-style2 .item .o-row:not(:last-of-type):after {
  border-color: inherit;
}

.price-list.type-style2 .item .top {
  padding: 10px 0 0.1px;
  background-size: cover;
  background-position: 50%;
}

.price-list.type-style2 .item .h {
  background: none;
  border: none;
  padding: 0 0 10px;
}

.price-list.type-style2 .item .top .cell {
  height: 150px;
  width: 18000px;
}

.price-list .owl-prev,
.price-list .owl-next {
  position: absolute;
  top: 50%;
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.price-list .owl-prev {
  left: 30px;
}

.price-list .owl-next {
  right: 30px;
}


/*------------------------------------------------------------------
[3.14 Blog ]
*/

.blog-items {}

.blog-items.s {
  padding-top: 30px;
}

.blog-item {
  margin-bottom: 30px;
}

.blog-item.search {
  width: 100%;
}

.blog-item .wrap {
  background: #fff;
  position: relative;
}

.blog-item.sticky .wrap {
  background: #fcfcfc;
}

.site-dark .blog-item.sticky .wrap {
  background: #1c1c1c;
}

.blog-item.search .wrap {
  padding-bottom: 10px;
}

.site-dark .blog-item .wrap {
  background: #000000;
}

.blog-type-horizontal .blog-item .wrap {
  overflow: hidden;
}

.blog-item .img,
.blog-item .video {
  position: relative;
  border-bottom: 1px solid #ff723a;
}

.blog-item .video:before {
  content: "";
  display: block;
  padding-bottom: 65%;
}

.blog-type-masonry .blog-item .video:before {
  padding-bottom: 55%;
}

.blog-item .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.blog-type-masonry .blog-item .img iframe {
  position: relative;
}

.blog-type-horizontal .blog-item .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 350px;
  bottom: 0;
  max-height: 400px;
  border-right: 1px solid #ff723a;
  border-bottom: 0;
}

.blog-item .img a {
  display: block;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}

.blog-type-horizontal .blog-item .img a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.blog-item .img img {
  width: 100%;
  display: block;
}

.blog-type-grid .blog-item .img a {
  padding-bottom: 65%;
}

.blog-item .content {
  padding: 15px 30px 0;
  position: relative;
  overflow: hidden;
}

.blog-item .content .locked {
  position: absolute;
  top: 36px;
  right: 15px;
}

.blog-type-horizontal .blog-item.with-image .content {
  margin-left: 350px;
  padding-top: 10px;
}

.blog-item .content>h5 {
  font-weight: 500;
  margin: 10px 0;
  text-transform: uppercase;
}

.blog-item .date,
.project-horizontal .content .date {
  font-size: 14px;
  color: #ff723a;
  margin: 10px 0;
}

.blog-item .date div,
.project-horizontal .content .date div {
  display: inline-block;
  margin-right: 10px;
}

.blog-item .content p,
.blog-item .content ul {
  margin: 10px 0;
  font-size: 16px;
  line-height: 1.614em;
  font-weight: 300;
}

.blog-item .content .r-b {
  margin: 15px 0;
}

.blog-type-horizontal .blog-item .content .r-b {
  text-align: left;
  margin: 0 0 5px;
}

.blog-item .content .r-b .button-style2 {
  font-weight: 500;
}

.blog-item .bottom {
  overflow: hidden;
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  border-top: 1px solid #ff723a;
}

.site-dark .blog-item .bottom {}

.blog-type-horizontal .blog-item.with-image .bottom {
  margin-left: 350px;
  text-align: left;
  padding: 0 35px;
  max-width: 370px;
  border: none;
}

.blog-type-horizontal .blog-item .bottom {
  text-align: left;
  padding: 0 30px;
}

.blog-item .bottom .col {
  float: left;
  width: 50%;
  padding: 16px 0;
}

.blog-item .bottom .col i {
  vertical-align: middle;
  font-size: 1.2em;
  margin-right: 5px;
}

.blog-item .bottom .col a,
.blog-item .bottom .col span {
  text-decoration: none;
  vertical-align: middle;
}

.blog-type-horizontal .blog-item.min .img {
  right: 670px;
}

.blog-type-horizontal .blog-item.with-image.min .content {
  /* max-width: 670px; */
}


/*------------------------------------------------------------------
[3.15 Subscribe form ]
*/

.subscribe-form {
  max-width: 500px;
  position: relative;
}

.tac .subscribe-form {
  margin: 0 auto;
}

.coming-soon .subscribe-form {
  margin: 0 auto;
}

.subscribe-form .ajax-loader {
  display: none !important;
}

.subscribe-form .button-submit {
  float: right;
  border: none;
  background: none;
  font-size: 14px;
  text-transform: uppercase;
  position: absolute;
  top: 10px;
  right: 0;
  padding: 0;
}

.subscribe-form .button-submit i {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.3em;
  margin-right: 1em;
  line-height: 26px;
  height: 28px;
  width: 28px;
  border: 1px solid;
  border-radius: 50%;
}

.subscribe-form>div {
  margin-right: 100px;
}

.subscribe-form .style1 {
  margin-bottom: 0 !important;
  padding: 10px 0;
}

.subscribe-form p {
  margin: 0 !important;
}


/*------------------------------------------------------------------
[ 3.16 Countdown ]
*/

.countdownHolder {
  margin: 3em 0 0;
  opacity: .15;
}

.countdownHolder.medium {
  margin-bottom: 30px;
}

.countdownHolder>* {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.countdownHolder>*:not(:last-of-type) {
  margin: 0 25px 0 0;
}

.countdownHolder .position {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 0.46em;
  font-size: 8.125em;
  margin: 0 -0.05em;
  height: 1em;
  line-height: 1em;
  font-weight: 500;
  margin-right: 0.05em;
  vertical-align: middle;
}

.countdownHolder.medium .position {
  font-size: 6.250em;
}

.countdownHolder .digit {
  /* display: block; */
  width: 100%;
  text-align: center;
  letter-spacing: -1px;
  line-height: 1;
  position: absolute;
  left: 0;
}

.countdownHolder .name {
  display: inline-block;
  font-size: 2.250em;
  margin-top: 1.5em;
  vertical-align: middle;
}

.countdownHolder.medium .name {
  font-size: 0.875em;
}

.countdownHolder .digit.static {
  /* position: relative; */
}

.countdownHolder .countDiv {
  display: none;
  width: 16px;
  height: 1.6em;
  position: relative;
}

.countdownHolder .countDiv:before,
.countdownHolder .countDiv:after {
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #444;
  border-radius: 50%;
  left: 50%;
  margin-left: -3px;
  top: 0.5em;
  box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.5);
  content: '';
}

.countdownHolder .countDiv:after {
  top: 0.9em;
}


/*------------------------------------------------------------------
[ 3.17 Site content ]
*/

.site-content {
  /* font-weight: 300; */
}

.pt-portfolio {
  padding-top: 45px;
}

.project-horizontal .pt-portfolio {
  padding: 0;
}

.site-content .date {
  font-size: 14px;
  font-weight: 500;
  color: #ff723a;
  margin: 20px 0;
}

.site-content .date>* {
  display: inline-block;
  vertical-align: middle;
}

.site-content .date .sticky-a {
  margin-right: 10px;
}

.pt-portfolio .site-content .date {
  margin: 0;
}

.pt-portfolio .site-content .h3 {
  margin-bottom: 10px;
}

.post-img {
  text-align: center;
}

.adaptive-img .post-img img {
  max-height: 80vh;
  width: auto;
}

.post-content {}

.post-content p {
  line-height: 1.875em;
}

.post-bottom {
  overflow: hidden;
  border-top: 1px solid #323232;
  padding: 20px 0;
}

.post-bottom .zilla-likes {
  float: left;
  text-decoration: none;
  background: #ff723a;
  font-size: 14px;
  padding: 5px 10px;
  color: #fff;
}

.post-bottom .zilla-likes * {
  display: inline-block;
  vertical-align: middle;
}

.post-bottom .zilla-likes i {
  margin-right: 5px;
}

.post-nav {
  float: right;
}

.post-nav a {
  text-decoration: none;


  ]: 4px 0 width:;
  height: 115px;
  width: 80px;
  position: fixed;
  top: 50%;
  font-size: 15px;
  background-size: cover;
  background-position: 50%;
  margin-top: -57px;
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.post-nav a:hover {
  width: 115px;
}

.post-nav a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.35);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.post-nav a:hover:after {
  background: rgba(0, 0, 0, 0.15);
}

.post-nav a.prev {
  left: 2px;
  border-right: 5px solid #c45a30;
}

.post-nav a.next {
  right: 2px;
  text-align: right;
  border-left: 5px solid #c45a30;
}

.post-nav a>* {
  display: inline-block;
  vertical-align: middle;
}

.post-nav a span {
  text-decoration: underline;
  font-size: 12px;
  font-weight: 500;
}

.post-nav a i {

  ]: 10px line-height:;

  line-height: 115px;

  position: relative;

  z-index: 1;
}

.post-nav a i+span {
  margin-left: 10px;
}


/*------------------------------------------------------------------
[3.18 Comments ]
*/

.comment-items-wrap {
  margin-top: 25px;
}

.comment-items {
  margin: 0;
  padding: 0;
}

.comment-items .comment-item {
  display: block;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 35px;
}

.comment-items .comment-item .comment-respond {
  background: #f8f8f8;
  padding: 15px 15px 25px;
  border-radius: 3px;
  margin-left: 105px;
  margin-top: 20px;
}

.comment-items .comment-item .comment-respond h3 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.comment-items .comment-item .comment-respond h3 small {
  float: right;
  font-size: 17px;
}

.site-dark .comment-items .comment-item .comment-respond {
  background: #272727;
}

.comment-items .comment-item:last-of-type {
  border-bottom: none;
}

.comment-items .comment-item .image {
  float: left;
  width: 80px;
  background-size: cover;
}

.comment-items .comment-item .image:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.comment-items .comment-item .text {
  position: relative;
  min-height: 85px;
  overflow: hidden;
}

.comment-items .comment-item .image+.text {
  margin-left: 105px;
}

.comment-items .comment-item .text h6 {
  margin: 0px 0 10px;
  font-weight: bold;
  border-bottom: 1px solid #323232;
  padding: 5px 0;
}

.comment-items .comment-item .text .date {
  font-size: 14px;
  font-weight: 500;
  color: #ff723a;
  margin-bottom: 5px;
}

.comment-items .comment-item .text .content {
  line-height: 1.575em;
  padding: 0;
  font-size: 0.975em;
  font-weight: 300;
}

.comment-items .comment-item .button-style4 {
  position: absolute;
  top: 3px;
  right: 0;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
}

.comment-items .children {
  margin: 0;
  padding: 0 0 0 40px;
  border-bottom: 1px solid #eaeaea;
}

.comment-items .children:last-of-type {
  border-bottom: none;
}

.comment-items .comment-item+.children {
  margin-top: -1px;
  position: relative;
  /* overflow: hidden; */
}

.comment-items .children .comment-item {}

.comment-items .children .comment-item+.comment-item {
  /* margin-top: 25px; */
}

.comment-items .children .comment-item:not(:first-of-type):before {
  display: none;
}

.comment-form {
  overflow: hidden;
}

.comments-area {
  padding-bottom: 40px;
}

.comment-respond {
  margin-bottom: 20px;
}

.comment-item .heading-decor {
  text-align: left;
  margin-top: 0;
}

.comment-item .heading-decor small {
  font-size: 0.5em;
  float: right;
}

.comment-respond .style1 {}

.site-dark .comment-respond .style1 {
  border: 0;
  background: #232323;
}

.site-dark .comment-item .comment-respond .style1 {
  background: #000;
}


/*------------------------------------------------------------------
[ 3.19 Project page ]
*/

.post-gallery-masonry {
  margin-bottom: -30px;
}

.post-gallery-masonry>div {
  padding-bottom: 30px;
}

.post-gallery-masonry img {
  display: block;
}

.post-gallery-masonry.grid a {
  display: block;
  padding-bottom: 100%;
  background-size: cover;
  background-position: 50%;
}

.project-slider {
  margin-bottom: 20px !important;
}

.project-slider-carousel {
  margin-bottom: 60px !important;
}

.project-slider .item {
  text-align: center;
}

.fixed-img .project-slider .item {
  padding-bottom: 50%;
  background-size: cover;
  background-position: 50%;
}

.project-slider .item .cell {
  height: 590px;
  width: 1800px;
}

.project-slider .item img {
  /* max-height: 590px; */
  margin: 0 auto;
  width: auto;
  display: inline-block;
  vertical-align: middle;
}

.project-slider-carousel .item {
  padding-bottom: 100%;
  background-size: cover;
  background-position: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.project-slider-carousel .active-item .item {
  box-shadow: inset 0 0 0 2px #ff723a;
}

.project-slider .owl-prev,
.project-slider-carousel .owl-prev {
  left: -50px;
}

.project-slider .owl-next,
.project-slider-carousel .owl-next {
  right: -50px;
}

.project-slider .owl-prev,
.project-slider .owl-next,
.project-slider-carousel .owl-prev,
.project-slider-carousel .owl-next {
  position: absolute;
  top: 50%;
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  border: 1px solid;
  font-size: 10px;
  line-height: 24px;
  width: 26px;
  text-align: center;
  border-radius: 50%;
}

.project-horizontal {
  position: relative;
  padding-left: 420px;
  min-height: 600px;
}

.project-horizontal .content {
  position: absolute;
  left: 130px;
  top: 50%;
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  z-index: 2;
}

.project-horizontal .content .date {
  max-width: 430px;
}

.project-horizontal .content .text {
  max-width: 260px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.714em;
}

.project-horizontal-slider {}

.project-horizontal-slider img {
  width: auto;
  display: block;
  min-height: 600px;
}

.project-horizontal-slider a {
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
}

.project-horizontal-slider a * {
  display: inline-block;
  vertical-align: middle;
}

.project-horizontal-slider a i {
  margin: 0 10px;
}

.project-horizontal-slider .owl-nav {
  position: absolute;
  bottom: -32px;
  right: 0;
}

.project-horizontal-slider .owl-prev,
.project-horizontal-slider .owl-next {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}

.project-horizontal-slider .owl-stage {
  min-width: 10000000px;
}

.project-horizontal-img {
  min-height: 600px;
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
}


/*------------------------------------------------------------------
[ 3.20 Price list type 2 ]
*/

.price-list-type2 {}

.price-list-type2 .item {
  text-align: center;
  background: #f0f0f0;
  border: 1px solid #dfdfdf;
  position: relative;
  padding-bottom: 25px;
}

.site-dark .price-list-type2 .item {
  background: #111111;
  border-color: #2f2f2f;
}

.price-list-type2 .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 30px;
  background: #ff723a;
}

.price-list-type2 .item .h {
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 47px 0;
}

.price-list-type2 .item .price {
  font-size: 6.250em;
  font-weight: bold;
  position: absolute;
  top: 55px;
  left: 0;
  width: 100%;
  z-index: 2;
}

.price-list-type2 .item .img {
  /* height: 195px; */
  position: relative;
  background-position: 50%;
  background-size: cover;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 42%;
}

.site-dark .price-list-type2 .item .img {
  border-color: #2f2f2f;
}

.site-dark .price-list-type2 .item .img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}

.price-list-type2 .item .options {
  padding: 30px 0 5px;
}

.price-list-type2 .item .options .heading-decor {
  margin: 0;
  text-transform: uppercase;
}

.price-list-type2 .item .options .o-row {
  font-size: 14px;
  padding: 20px 0;
  position: relative;
}

.price-list-type2 .item .options .o-row:not(:last-of-type):after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 10px;
  height: 1px;
  box-shadow: inset 0 0 0 6px;
  margin-left: -5px;
}

.price-list-type2 .item .button-style1 {}

.price-list-type2 .owl-prev,
.price-list-type2 .owl-next {
  position: absolute;
  top: 50%;
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.price-list-type2 .owl-prev {
  left: 15px;
}

.price-list-type2 .owl-next {
  right: 15px;
}


/*------------------------------------------------------------------
[ 3.21 Video block ]
*/

.video-block {
  color: #fff;
}

.video-block svg path {
  fill: #fff;
}

.video-block.black {
  color: #000;
}

.video-block.black svg path {
  fill: #000;
}

.video-block a {
  display: block;
  text-decoration: none;
  background-size: cover;
  background-color: #232323;
  background-position: 50%;
  padding-bottom: 55%;
  position: relative;
}

.video-block.aspect-ratio-4-3 a {
  padding-bottom: 75%;
}

.video-block.aspect-ratio-1-1 a {
  padding-bottom: 100%;
}

.video-block a i {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid;
  padding: 15px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.video-block a i:hover {
  color: #ff723a;
}

.video-block a i path {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.video-block a i:hover path {
  fill: #ff723a;
}

.video-block a i svg {
  width: 22px;
  height: 22px;
  display: block;
  position: relative;
  left: 3px;
}

.pswp__zoom-wrap {
  text-align: center;
}

.pswp__zoom-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.pswp .wrapper {
  line-height: 0;
  width: 100%;
  max-width: 900px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.pswp .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  width: 100%;
}

.pswp .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pswp video {
  width: 100% !important;
  height: auto !important;
}


/*------------------------------------------------------------------
[ 3.21 Video Background ]
*/

.jquery-background-video-wrapper {
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

.jquery-background-video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.js .jquery-background-video.is-visible {
  opacity: 1;
}

.jquery-background-video-pauseplay {
  position: absolute;
  background: transparent;
  border: none;
  box-shadow: none;
  width: 20px;
  height: 20px;
  top: 15px;
  right: 15px;
  padding: 0;
  cursor: pointer;
  outline: none !important;
}

.jquery-background-video-pauseplay span {
  display: none;
}

.jquery-background-video-pauseplay:after,
.jquery-background-video-pauseplay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.jquery-background-video-pauseplay.play:before {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #FFF;
}

.jquery-background-video-pauseplay.pause:before,
.jquery-background-video-pauseplay.pause:after {
  border-top: 10px solid #FFF;
  border-bottom: 10px solid #FFF;
  border-left: 5px solid #FFF;
}

.jquery-background-video-pauseplay.pause:after {
  left: 10px;
}


/*------------------------------------------------------------------
[ 3.21 Team items ]
*/

.team-items {}

.team-items.owl-carousel.owl-loaded {
  margin: 30px 0;
}

.team-item {
  margin-bottom: 30px;
}

.owl-carousel .team-item {
  margin-bottom: 0;
}

.team-item .wrap {}

.team-item .wrap .image {
  position: relative;
  background-size: cover;
  background-position: 50%;
  margin-bottom: 15px;
}

.team-item .wrap .image>div {
  padding-bottom: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.team-item:hover .wrap .image>div {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
}

.site-dark .team-item:hover .wrap .image>div {
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

.team-social-buttons {
  position: absolute;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  bottom: 10px;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.team-item:hover .team-social-buttons {
  opacity: 1;
}

.team-social-buttons>div {
  position: absolute;
  top: 50%;
  left: 50%;
  white-space: nowrap;
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  transform: rotate(-90deg);
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}

.team-social-buttons a {
  display: block;
  text-decoration: none;
  margin: 1em 0;
  opacity: .6;
}

.team-social-buttons a:hover {
  color: #ff723a;
  opacity: 1;
}

.team-social-buttons a>* {
  display: inline-block;
  vertical-align: middle;
}

.team-social-buttons a i {
  width: 1em;
  text-align: center;
  margin-right: 0.5em;
  font-size: 1.5em;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.team-social-buttons a span {}

.team-item .wrap .name {
  font-size: 1.500em;
  font-weight: bold;
}

.team-item .wrap .post {
  font-size: 12px;
  text-transform: uppercase;
}

.team-items .owl-nav {
  position: absolute;
  top: -60px;
  right: -10px;
}

.team-items .owl-prev,
.team-items .owl-next {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  margin: 0 5px;
}

.team-items .owl-prev {}

.team-items .owl-next {}


/*------------------------------------------------------------------
[ 3.21 Team items ]
*/

.accordion-items {
  position: relative;
  margin: 40px 0;
}

.accordion-items:before,
.accordion-items .item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  box-shadow: inset 0 0 0 5px;
  opacity: .3;
}

.accordion-items .item:after {
  top: auto;
  bottom: 0;
}

.accordion-items .item {
  position: relative;
}

.accordion-items .item .top {
  text-transform: uppercase;
  font-size: 0.875em;
  position: relative;
  padding-left: 45px;
  cursor: pointer;
}

.accordion-items .item .top .t {
  position: absolute;
  width: 28px;
  height: 28px;
  border: 1px solid;
  left: 0;
  top: 50%;
  margin-top: -14px;
  border-radius: 50%;
}

.accordion-items .item .top .t:before,
.accordion-items .item .top .t:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 11px;
  box-shadow: inset 0 0 0 5px;
  margin: -5px 0 0 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.accordion-items .item.active .top .t:before {
  width: 5px;
  margin-left: -2px;
}

.accordion-items .item.active .top .t:after {
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  height: 5px;
  margin-top: -2px;
  opacity: 0;
}

.accordion-items .item .top .t:before {
  width: 11px;
  height: 1px;
  margin: 0px 0 0 -5px;
}

.accordion-items .item .top .t:after {}

.accordion-items .item .top .cell {
  height: 50px;
  padding: 10px 0;
  line-height: 1em;
}

.accordion-items .item .wrap {
  display: none;
  font-size: 0.875em;
  line-height: 1.714em;
  padding-left: 45px;
  font-weight: 300;
  padding: 0 0 20px 45px;
}


/*------------------------------------------------------------------
[4 Footer ]
*/

.site-footer {
  background: #f8f8f8;
  font-size: 14px;
  padding: 20px 0;
  font-weight: 300;
}

.pt-portfolio-template-default .site-footer {
  margin-top: 40px;
}

.site-dark .site-footer {
  background: #232323;
}

.site-footer .copyright {
  font-size: 12px;
}


/*------------------------------------------------------------------
[4.1 Footer logo ]
*/

.site-footer .logo {
  font-size: 2.571em;
  font-weight: bold;
}

.site-footer .logo a {
  display: table-cell;
  height: 65px;
  vertical-align: middle;
  text-decoration: none;
}

.site-footer .logo img {
  max-height: 65px;
  max-width: 150px;
}

.site-light .site-footer .logo .dark,
.site-dark .site-footer .logo .light {
  display: block;
}

.site-light .site-footer .logo .light,
.site-dark .site-footer .logo .dark {
  display: none;
}

.f-decor {
  text-transform: uppercase;
  margin-bottom: 25px;
}

.calendar_wrap {
  text-align: center;
}