@charset "UTF-8";
/* CSS Document */
/*------------------------------------------------------------------
/*--------------------------------------------------------*/
/* TABLE OF CONTENTS: */
/*--------------------------------------------------------*/
/* 01 - STYLES INIT */
/* 02 - PRELOADER */
/* 03 - BUTTONS  */
/* 04 - HERO  */
/* 05 - FOOTER  */
/* 06 - TEXT BLOCK SHORTCODE  */
/* 07 - ERROR PAGE  */
/* 08 - CLIENTS */
/*------------------------------------------------------*/
/*---------------------- 01. STYLES INIT----------------------*/
html.js {
  font-size: 14px;
  margin-top: 0 !important;
}

body {
  min-height: 100vh;
  overflow-x: hidden;
  font-weight: 400;
  font-size: 14px;
  color: #222;
  position: relative;
  background: #fff;
  font-family: "Source Sans Pro", sans-serif;
}

strong, b {
  font-weight: 700;
}

.circle .ugm-map-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}

.main-wrapper {
  min-height: 100vh;
}

::-moz-selection {
  background: #000;
  color: #fff;
}

::selection {
  background: #000;
  color: #fff;
}

::-moz-selection {
  background: #000;
  color: #fff;
}

* {
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-font-smoothing: antialiased;
}

:focus {
  outline: 0;
}

a,
a:hover,
a:focus {
  color: #222;
  outline: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
}

a {
  text-decoration: underline;
}

.text-light a {
  color: #fff;
}

.no-scroll {
  overflow-y: hidden !important;
}

.overflow-hidden {
  overflow: hidden;
}

.main-wrapper img {
  max-width: 100%;
  height: auto;
}

/* typography
---------------------------*/
.single-post h1,
.single-post h2,
.single-post h3,
.single-post h4,
.single-post h5,
.single-post h6 {
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.2;
}

h1 {
  font-size: 44px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 14px;
}

/* Responsive typography
---------------------------*/
@media (max-width: 768px) {
  body {
    font-size: 14px;
    line-height: 1.2;
  }

  h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 17px;
  }

  h6 {
    font-size: 13px;
  }
}
body.lg-on {
  overflow: hidden;
}

.hero img,
.single-content img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  border: none;
}

.display {
  display: block !important;
}

.overflow-full {
  overflow: hidden;
}

.text-light p {
  color: #fff;
}

.text-dark p {
  color: #000;
}

.monospace {
  color: #494949;
}

.text-light .monospace {
  color: #d0d0d0;
}

.bypostauthor {
  font-size: inherit;
}

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

.page-template-default form label {
  width: 100%;
}

.no-menu > a {
  color: #0a246a;
}

.padding-both > .container {
  padding: 30px 30px 20px !important;
}

.unit .padding-both > .container.comments {
  padding: 10px 30px 20px !important;
}

.img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: blur(5px);
  z-index: 99;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

.bigtext {
  font-size: 160px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.notfound {
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

abbr,
acronym {
  border-bottom: none !important;
}

.notfound:hover {
  opacity: 0.7;
}

.container .ytbg iframe,
.hero .vc_row-fluid .vc_column_container .ytbg iframe {
  margin-left: 0 !important;
}

.mb_OnlyYT,
.mb_YTPTime,
span.mb_YTPMuteUnmute {
  font-size: 0 !important;
  display: none;
}

.mb_YTPPlaypause {
  display: block;
  width: 50px;
  height: 50px;
  font-size: 0;
}

.mb_YTPPlaypause:before {
  font-family: "FontAwesome";
  content: "";
  font-size: 25px;
  color: #fff;
  height: 50px;
  line-height: 50px;
  text-shadow: 1px 1px 2px black;
}

.mb_YTPPlaypause.active:before {
  content: "";
}

.mb_YTPBar {
  bottom: 0;
  left: 25px;
}

.mb_YTPBar .buttonBar {
  height: 60px;
}

.wpb_column > .wpb_wrapper > p:last-child {
  margin-bottom: 10px;
}

.vc_column_container .wpb_wrapper .vc_btn3.vc_btn3-style-outline {
  border-width: 1px;
  padding: 3px 22px;
  font-size: 13px;
  line-height: 26px;
  -webkit-font-smoothing: antialiased;
}

@media (max-width: 992px) {
  .bigtext {
    font-size: 130px;
  }
}
@media (max-width: 768px) {
  .bigtext {
    font-size: 70px;
  }

  .product-slider-wrapper .phoxy-prod-list-image {
    padding-right: 40px;
  }
  .product-slider-wrapper .swiper-pagination {
    right: 25px;
  }
}
@media (max-width: 767px) {
  .no-pad-xs {
    padding: 0 !important;
  }

  .padding-both > .container {
    padding: 15px 15px 15px !important;
  }

  .vc_column_container.vc_col-sm-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .hero {
    padding: 0;
  }

  .page .wpb_row,
.page ul.wpb_thumbnails-fluid > li,
.page .last_toggle_el_margin,
.page .wpb_button {
    margin-bottom: 0;
  }

  .pad-top-120 {
    padding-top: 110px !important;
  }

  [class*=col-sm] {
    margin-bottom: 0;
  }
}
.text-light {
  color: #fff;
}

.text-dark {
  color: #222;
}

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

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

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

input.rememberme {
  display: none !important;
}

.iframe-video.audio {
  background-color: #f2f2f2;
}

.iframe-video .phoxy-sound-btn {
  width: 50px;
  height: 50px;
  left: 50%;
  right: auto;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.row, .col-xs-12 {
  min-height: 0;
}

/*helper classes*/
.fullwidth {
  width: 100%;
}

.fullheight {
  height: 100%;
}

.vc_column_container {
  z-index: 30;
}

.grey {
  background-color: #f7f7f7;
}

.black {
  background-color: #000;
}

.white {
  background-color: #fff;
}

.vCenter {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.highlight {
  background-color: #000;
  color: #fff;
}

.overflow {
  overflow: hidden;
}

.video-container iframe {
  border: 0;
}

iframe[name=advpp_manager] {
  position: absolute;
  left: -9999px;
}

@media (max-width: 768px) {
  .vc_row[data-vc-full-width] {
    padding: 0;
  }
}
.overlay-dark {
  background-color: rgba(0, 0, 0, 0.25);
}

.overlay-dark-error {
  background-color: rgba(0, 0, 0, 0.35);
}

.overlay-dark-2x {
  background-color: rgba(0, 0, 0, 0.7);
}

[class*=overlay-dark] ~ *,
[class*=overlay-light] ~ * {
  position: relative;
}

/* parallax images
---------------------------*/
[data-stellar-background-ratio] {
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.bg-cover {
  background-size: cover;
  background-position: center;
}

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

@media (max-width: 1024px) {
  [data-stellar-background-ratio] {
    background-attachment: scroll;
    background-position-y: center !important;
  }

  .bg-fixed {
    background-attachment: scroll;
  }
}
/* bootstrap columns
---------------------------*/
.container,
section,
section > * {
  position: relative;
}

.container.no-padding [class*=col-] {
  padding: 0;
}

.col-center {
  float: none;
  margin: 0 auto;
}

.col-right {
  float: right;
}

.equal-height [class*=col-] {
  margin-bottom: 0;
}

.pad-0 {
  margin-bottom: 0;
}

.container {
  max-width: 100%;
}

@media (min-width: 768px) {
  .pad-sm-l-0 {
    padding-left: 0 !important;
  }

  .pad-sm-r-0 {
    padding-right: 0 !important;
  }
}
.margin-lg-0t {
  margin-top: 0px !important;
}

.margin-lg-5t {
  margin-top: 5px !important;
}

.margin-lg-10t {
  margin-top: 10px !important;
}

.margin-lg-15t {
  margin-top: 15px !important;
}

.margin-lg-20t {
  margin-top: 20px !important;
}

.margin-lg-25t {
  margin-top: 25px !important;
}

.margin-lg-30t {
  margin-top: 30px !important;
}

.margin-lg-35t {
  margin-top: 35px !important;
}

.margin-lg-40t {
  margin-top: 40px !important;
}

.margin-lg-45t {
  margin-top: 45px !important;
}

.margin-lg-50t {
  margin-top: 50px !important;
}

.margin-lg-55t {
  margin-top: 55px !important;
}

.margin-lg-60t {
  margin-top: 60px !important;
}

.margin-lg-65t {
  margin-top: 65px !important;
}

.margin-lg-70t {
  margin-top: 70px !important;
}

.margin-lg-75t {
  margin-top: 75px !important;
}

.margin-lg-80t {
  margin-top: 80px !important;
}

.margin-lg-85t {
  margin-top: 85px !important;
}

.margin-lg-90t {
  margin-top: 90px !important;
}

.margin-lg-95t {
  margin-top: 95px !important;
}

.margin-lg-100t {
  margin-top: 100px !important;
}

.margin-lg-105t {
  margin-top: 105px !important;
}

.margin-lg-110t {
  margin-top: 110px !important;
}

.margin-lg-115t {
  margin-top: 115px !important;
}

.margin-lg-120t {
  margin-top: 120px !important;
}

.margin-lg-125t {
  margin-top: 125px !important;
}

.margin-lg-130t {
  margin-top: 130px !important;
}

.margin-lg-135t {
  margin-top: 135px !important;
}

.margin-lg-140t {
  margin-top: 140px !important;
}

.margin-lg-145t {
  margin-top: 145px !important;
}

.margin-lg-150t {
  margin-top: 150px !important;
}

.margin-lg-155t {
  margin-top: 155px !important;
}

.margin-lg-160t {
  margin-top: 160px !important;
}

.margin-lg-165t {
  margin-top: 165px !important;
}

.margin-lg-170t {
  margin-top: 170px !important;
}

.margin-lg-175t {
  margin-top: 175px !important;
}

.margin-lg-180t {
  margin-top: 180px !important;
}

.margin-lg-185t {
  margin-top: 185px !important;
}

.margin-lg-190t {
  margin-top: 190px !important;
}

.margin-lg-195t {
  margin-top: 195px !important;
}

.margin-lg-200t {
  margin-top: 200px !important;
}

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

.margin-lg-5b {
  margin-bottom: 5px !important;
}

.margin-lg-10b {
  margin-bottom: 10px !important;
}

.margin-lg-15b {
  margin-bottom: 15px !important;
}

.margin-lg-20b {
  margin-bottom: 20px !important;
}

.margin-lg-25b {
  margin-bottom: 25px !important;
}

.margin-lg-30b {
  margin-bottom: 30px !important;
}

.margin-lg-35b {
  margin-bottom: 35px !important;
}

.margin-lg-40b {
  margin-bottom: 40px !important;
}

.margin-lg-45b {
  margin-bottom: 45px !important;
}

.margin-lg-50b {
  margin-bottom: 50px !important;
}

.margin-lg-55b {
  margin-bottom: 55px !important;
}

.margin-lg-60b {
  margin-bottom: 60px !important;
}

.margin-lg-65b {
  margin-bottom: 65px !important;
}

.margin-lg-70b {
  margin-bottom: 70px !important;
}

.margin-lg-75b {
  margin-bottom: 75px !important;
}

.margin-lg-80b {
  margin-bottom: 80px !important;
}

.margin-lg-85b {
  margin-bottom: 85px !important;
}

.margin-lg-90b {
  margin-bottom: 90px !important;
}

.margin-lg-95b {
  margin-bottom: 95px !important;
}

.margin-lg-100b {
  margin-bottom: 100px !important;
}

.margin-lg-105b {
  margin-bottom: 105px !important;
}

.margin-lg-110b {
  margin-bottom: 110px !important;
}

.margin-lg-115b {
  margin-bottom: 115px !important;
}

.margin-lg-120b {
  margin-bottom: 120px !important;
}

.margin-lg-125b {
  margin-bottom: 125px !important;
}

.margin-lg-130b {
  margin-bottom: 130px !important;
}

.margin-lg-135b {
  margin-bottom: 135px !important;
}

.margin-lg-140b {
  margin-bottom: 140px !important;
}

.margin-lg-145b {
  margin-bottom: 145px !important;
}

.margin-lg-150b {
  margin-bottom: 150px !important;
}

.margin-lg-155b {
  margin-bottom: 155px !important;
}

.margin-lg-160b {
  margin-bottom: 160px !important;
}

.margin-lg-165b {
  margin-bottom: 165px !important;
}

.margin-lg-170b {
  margin-bottom: 170px !important;
}

.margin-lg-175b {
  margin-bottom: 175px !important;
}

.margin-lg-180b {
  margin-bottom: 180px !important;
}

.margin-lg-185b {
  margin-bottom: 185px !important;
}

.margin-lg-190b {
  margin-bottom: 190px !important;
}

.margin-lg-195b {
  margin-bottom: 195px !important;
}

.margin-lg-200b {
  margin-bottom: 200px !important;
}

.padding-lg-0t {
  padding-top: 0px !important;
}

.padding-lg-5t {
  padding-top: 5px !important;
}

.padding-lg-10t {
  padding-top: 10px !important;
}

.padding-lg-15t {
  padding-top: 15px !important;
}

.padding-lg-20t {
  padding-top: 20px !important;
}

.padding-lg-25t {
  padding-top: 25px !important;
}

.padding-lg-30t {
  padding-top: 30px !important;
}

.padding-lg-35t {
  padding-top: 35px !important;
}

.padding-lg-40t {
  padding-top: 40px !important;
}

.padding-lg-45t {
  padding-top: 45px !important;
}

.padding-lg-50t {
  padding-top: 50px !important;
}

.padding-lg-55t {
  padding-top: 55px !important;
}

.padding-lg-60t {
  padding-top: 60px !important;
}

.padding-lg-65t {
  padding-top: 65px !important;
}

.padding-lg-70t {
  padding-top: 70px !important;
}

.padding-lg-75t {
  padding-top: 75px !important;
}

.padding-lg-80t {
  padding-top: 80px !important;
}

.padding-lg-85t {
  padding-top: 85px !important;
}

.padding-lg-90t {
  padding-top: 90px !important;
}

.padding-lg-95t {
  padding-top: 95px !important;
}

.padding-lg-100t {
  padding-top: 100px !important;
}

.padding-lg-105t {
  padding-top: 105px !important;
}

.padding-lg-110t {
  padding-top: 110px !important;
}

.padding-lg-115t {
  padding-top: 115px !important;
}

.padding-lg-120t {
  padding-top: 120px !important;
}

.padding-lg-125t {
  padding-top: 125px !important;
}

.padding-lg-130t {
  padding-top: 130px !important;
}

.padding-lg-135t {
  padding-top: 135px !important;
}

.padding-lg-140t {
  padding-top: 140px !important;
}

.padding-lg-145t {
  padding-top: 145px !important;
}

.padding-lg-150t {
  padding-top: 150px !important;
}

.padding-lg-155t {
  padding-top: 155px !important;
}

.padding-lg-160t {
  padding-top: 160px !important;
}

.padding-lg-165t {
  padding-top: 165px !important;
}

.padding-lg-170t {
  padding-top: 170px !important;
}

.padding-lg-175t {
  padding-top: 175px !important;
}

.padding-lg-180t {
  padding-top: 180px !important;
}

.padding-lg-185t {
  padding-top: 185px !important;
}

.padding-lg-190t {
  padding-top: 190px !important;
}

.padding-lg-195t {
  padding-top: 195px !important;
}

.padding-lg-200t {
  padding-top: 200px !important;
}

.padding-lg-0b {
  padding-bottom: 0px !important;
}

.padding-lg-5b {
  padding-bottom: 5px !important;
}

.padding-lg-10b {
  padding-bottom: 10px !important;
}

.padding-lg-15b {
  padding-bottom: 15px !important;
}

.padding-lg-20b {
  padding-bottom: 20px !important;
}

.padding-lg-25b {
  padding-bottom: 25px !important;
}

.padding-lg-30b {
  padding-bottom: 30px !important;
}

.padding-lg-35b {
  padding-bottom: 35px !important;
}

.padding-lg-40b {
  padding-bottom: 40px !important;
}

.padding-lg-45b {
  padding-bottom: 45px !important;
}

.padding-lg-50b {
  padding-bottom: 50px !important;
}

.padding-lg-55b {
  padding-bottom: 55px !important;
}

.padding-lg-60b {
  padding-bottom: 60px !important;
}

.padding-lg-65b {
  padding-bottom: 65px !important;
}

.padding-lg-70b {
  padding-bottom: 70px !important;
}

.padding-lg-75b {
  padding-bottom: 75px !important;
}

.padding-lg-80b {
  padding-bottom: 80px !important;
}

.padding-lg-85b {
  padding-bottom: 85px !important;
}

.padding-lg-90b {
  padding-bottom: 90px !important;
}

.padding-lg-95b {
  padding-bottom: 95px !important;
}

.padding-lg-100b {
  padding-bottom: 100px !important;
}

.padding-lg-105b {
  padding-bottom: 105px !important;
}

.padding-lg-110b {
  padding-bottom: 110px !important;
}

.padding-lg-115b {
  padding-bottom: 115px !important;
}

.padding-lg-120b {
  padding-bottom: 120px !important;
}

.padding-lg-125b {
  padding-bottom: 125px !important;
}

.padding-lg-130b {
  padding-bottom: 130px !important;
}

.padding-lg-135b {
  padding-bottom: 135px !important;
}

.padding-lg-140b {
  padding-bottom: 140px !important;
}

.padding-lg-145b {
  padding-bottom: 145px !important;
}

.padding-lg-150b {
  padding-bottom: 150px !important;
}

.padding-lg-155b {
  padding-bottom: 155px !important;
}

.padding-lg-160b {
  padding-bottom: 160px !important;
}

.padding-lg-165b {
  padding-bottom: 165px !important;
}

.padding-lg-170b {
  padding-bottom: 170px !important;
}

.padding-lg-175b {
  padding-bottom: 175px !important;
}

.padding-lg-180b {
  padding-bottom: 180px !important;
}

.padding-lg-185b {
  padding-bottom: 185px !important;
}

.padding-lg-190b {
  padding-bottom: 190px !important;
}

.padding-lg-195b {
  padding-bottom: 195px !important;
}

.padding-lg-200b {
  padding-bottom: 200px !important;
}

@media screen and (max-width: 1199px) {
  .margin-md-0t {
    margin-top: 0px !important;
  }

  .margin-md-5t {
    margin-top: 5px !important;
  }

  .margin-md-10t {
    margin-top: 10px !important;
  }

  .margin-md-15t {
    margin-top: 15px !important;
  }

  .margin-md-20t {
    margin-top: 20px !important;
  }

  .margin-md-25t {
    margin-top: 25px !important;
  }

  .margin-md-30t {
    margin-top: 30px !important;
  }

  .margin-md-35t {
    margin-top: 35px !important;
  }

  .margin-md-40t {
    margin-top: 40px !important;
  }

  .margin-md-45t {
    margin-top: 45px !important;
  }

  .margin-md-50t {
    margin-top: 50px !important;
  }

  .margin-md-55t {
    margin-top: 55px !important;
  }

  .margin-md-60t {
    margin-top: 60px !important;
  }

  .margin-md-65t {
    margin-top: 65px !important;
  }

  .margin-md-70t {
    margin-top: 70px !important;
  }

  .margin-md-75t {
    margin-top: 75px !important;
  }

  .margin-md-80t {
    margin-top: 80px !important;
  }

  .margin-md-85t {
    margin-top: 85px !important;
  }

  .margin-md-90t {
    margin-top: 90px !important;
  }

  .margin-md-95t {
    margin-top: 95px !important;
  }

  .margin-md-100t {
    margin-top: 100px !important;
  }

  .margin-md-105t {
    margin-top: 105px !important;
  }

  .margin-md-110t {
    margin-top: 110px !important;
  }

  .margin-md-115t {
    margin-top: 115px !important;
  }

  .margin-md-120t {
    margin-top: 120px !important;
  }

  .margin-md-125t {
    margin-top: 125px !important;
  }

  .margin-md-130t {
    margin-top: 130px !important;
  }

  .margin-md-135t {
    margin-top: 135px !important;
  }

  .margin-md-140t {
    margin-top: 140px !important;
  }

  .margin-md-145t {
    margin-top: 145px !important;
  }

  .margin-md-150t {
    margin-top: 150px !important;
  }

  .margin-md-155t {
    margin-top: 155px !important;
  }

  .margin-md-160t {
    margin-top: 160px !important;
  }

  .margin-md-165t {
    margin-top: 165px !important;
  }

  .margin-md-170t {
    margin-top: 170px !important;
  }

  .margin-md-175t {
    margin-top: 175px !important;
  }

  .margin-md-180t {
    margin-top: 180px !important;
  }

  .margin-md-185t {
    margin-top: 185px !important;
  }

  .margin-md-190t {
    margin-top: 190px !important;
  }

  .margin-md-195t {
    margin-top: 195px !important;
  }

  .margin-md-200t {
    margin-top: 200px !important;
  }

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

  .margin-md-5b {
    margin-bottom: 5px !important;
  }

  .margin-md-10b {
    margin-bottom: 10px !important;
  }

  .margin-md-15b {
    margin-bottom: 15px !important;
  }

  .margin-md-20b {
    margin-bottom: 20px !important;
  }

  .margin-md-25b {
    margin-bottom: 25px !important;
  }

  .margin-md-30b {
    margin-bottom: 30px !important;
  }

  .margin-md-35b {
    margin-bottom: 35px !important;
  }

  .margin-md-40b {
    margin-bottom: 40px !important;
  }

  .margin-md-45b {
    margin-bottom: 45px !important;
  }

  .margin-md-50b {
    margin-bottom: 50px !important;
  }

  .margin-md-55b {
    margin-bottom: 55px !important;
  }

  .margin-md-60b {
    margin-bottom: 60px !important;
  }

  .margin-md-65b {
    margin-bottom: 65px !important;
  }

  .margin-md-70b {
    margin-bottom: 70px !important;
  }

  .margin-md-75b {
    margin-bottom: 75px !important;
  }

  .margin-md-80b {
    margin-bottom: 80px !important;
  }

  .margin-md-85b {
    margin-bottom: 85px !important;
  }

  .margin-md-90b {
    margin-bottom: 90px !important;
  }

  .margin-md-95b {
    margin-bottom: 95px !important;
  }

  .margin-md-100b {
    margin-bottom: 100px !important;
  }

  .margin-md-105b {
    margin-bottom: 105px !important;
  }

  .margin-md-110b {
    margin-bottom: 110px !important;
  }

  .margin-md-115b {
    margin-bottom: 115px !important;
  }

  .margin-md-120b {
    margin-bottom: 120px !important;
  }

  .margin-md-125b {
    margin-bottom: 125px !important;
  }

  .margin-md-130b {
    margin-bottom: 130px !important;
  }

  .margin-md-135b {
    margin-bottom: 135px !important;
  }

  .margin-md-140b {
    margin-bottom: 140px !important;
  }

  .margin-md-145b {
    margin-bottom: 145px !important;
  }

  .margin-md-150b {
    margin-bottom: 150px !important;
  }

  .margin-md-155b {
    margin-bottom: 155px !important;
  }

  .margin-md-160b {
    margin-bottom: 160px !important;
  }

  .margin-md-165b {
    margin-bottom: 165px !important;
  }

  .margin-md-170b {
    margin-bottom: 170px !important;
  }

  .margin-md-175b {
    margin-bottom: 175px !important;
  }

  .margin-md-180b {
    margin-bottom: 180px !important;
  }

  .margin-md-185b {
    margin-bottom: 185px !important;
  }

  .margin-md-190b {
    margin-bottom: 190px !important;
  }

  .margin-md-195b {
    margin-bottom: 195px !important;
  }

  .margin-md-200b {
    margin-bottom: 200px !important;
  }

  .padding-md-0t {
    padding-top: 0px !important;
  }

  .padding-md-5t {
    padding-top: 5px !important;
  }

  .padding-md-10t {
    padding-top: 10px !important;
  }

  .padding-md-15t {
    padding-top: 15px !important;
  }

  .padding-md-20t {
    padding-top: 20px !important;
  }

  .padding-md-25t {
    padding-top: 25px !important;
  }

  .padding-md-30t {
    padding-top: 30px !important;
  }

  .padding-md-35t {
    padding-top: 35px !important;
  }

  .padding-md-40t {
    padding-top: 40px !important;
  }

  .padding-md-45t {
    padding-top: 45px !important;
  }

  .padding-md-50t {
    padding-top: 50px !important;
  }

  .padding-md-55t {
    padding-top: 55px !important;
  }

  .padding-md-60t {
    padding-top: 60px !important;
  }

  .padding-md-65t {
    padding-top: 65px !important;
  }

  .padding-md-70t {
    padding-top: 70px !important;
  }

  .padding-md-75t {
    padding-top: 75px !important;
  }

  .padding-md-80t {
    padding-top: 80px !important;
  }

  .padding-md-85t {
    padding-top: 85px !important;
  }

  .padding-md-90t {
    padding-top: 90px !important;
  }

  .padding-md-95t {
    padding-top: 95px !important;
  }

  .padding-md-100t {
    padding-top: 100px !important;
  }

  .padding-md-105t {
    padding-top: 105px !important;
  }

  .padding-md-110t {
    padding-top: 110px !important;
  }

  .padding-md-115t {
    padding-top: 115px !important;
  }

  .padding-md-120t {
    padding-top: 120px !important;
  }

  .padding-md-125t {
    padding-top: 125px !important;
  }

  .padding-md-130t {
    padding-top: 130px !important;
  }

  .padding-md-135t {
    padding-top: 135px !important;
  }

  .padding-md-140t {
    padding-top: 140px !important;
  }

  .padding-md-145t {
    padding-top: 145px !important;
  }

  .padding-md-150t {
    padding-top: 150px !important;
  }

  .padding-md-155t {
    padding-top: 155px !important;
  }

  .padding-md-160t {
    padding-top: 160px !important;
  }

  .padding-md-165t {
    padding-top: 165px !important;
  }

  .padding-md-170t {
    padding-top: 170px !important;
  }

  .padding-md-175t {
    padding-top: 175px !important;
  }

  .padding-md-180t {
    padding-top: 180px !important;
  }

  .padding-md-185t {
    padding-top: 185px !important;
  }

  .padding-md-190t {
    padding-top: 190px !important;
  }

  .padding-md-195t {
    padding-top: 195px !important;
  }

  .padding-md-200t {
    padding-top: 200px !important;
  }

  .padding-md-0b {
    padding-bottom: 0px !important;
  }

  .padding-md-5b {
    padding-bottom: 5px !important;
  }

  .padding-md-10b {
    padding-bottom: 10px !important;
  }

  .padding-md-15b {
    padding-bottom: 15px !important;
  }

  .padding-md-20b {
    padding-bottom: 20px !important;
  }

  .padding-md-25b {
    padding-bottom: 25px !important;
  }

  .padding-md-30b {
    padding-bottom: 30px !important;
  }

  .padding-md-35b {
    padding-bottom: 35px !important;
  }

  .padding-md-40b {
    padding-bottom: 40px !important;
  }

  .padding-md-45b {
    padding-bottom: 45px !important;
  }

  .padding-md-50b {
    padding-bottom: 50px !important;
  }

  .padding-md-55b {
    padding-bottom: 55px !important;
  }

  .padding-md-60b {
    padding-bottom: 60px !important;
  }

  .padding-md-65b {
    padding-bottom: 65px !important;
  }

  .padding-md-70b {
    padding-bottom: 70px !important;
  }

  .padding-md-75b {
    padding-bottom: 75px !important;
  }

  .padding-md-80b {
    padding-bottom: 80px !important;
  }

  .padding-md-85b {
    padding-bottom: 85px !important;
  }

  .padding-md-90b {
    padding-bottom: 90px !important;
  }

  .padding-md-95b {
    padding-bottom: 95px !important;
  }

  .padding-md-100b {
    padding-bottom: 100px !important;
  }

  .padding-md-105b {
    padding-bottom: 105px !important;
  }

  .padding-md-110b {
    padding-bottom: 110px !important;
  }

  .padding-md-115b {
    padding-bottom: 115px !important;
  }

  .padding-md-120b {
    padding-bottom: 120px !important;
  }

  .padding-md-125b {
    padding-bottom: 125px !important;
  }

  .padding-md-130b {
    padding-bottom: 130px !important;
  }

  .padding-md-135b {
    padding-bottom: 135px !important;
  }

  .padding-md-140b {
    padding-bottom: 140px !important;
  }

  .padding-md-145b {
    padding-bottom: 145px !important;
  }

  .padding-md-150b {
    padding-bottom: 150px !important;
  }

  .padding-md-155b {
    padding-bottom: 155px !important;
  }

  .padding-md-160b {
    padding-bottom: 160px !important;
  }

  .padding-md-165b {
    padding-bottom: 165px !important;
  }

  .padding-md-170b {
    padding-bottom: 170px !important;
  }

  .padding-md-175b {
    padding-bottom: 175px !important;
  }

  .padding-md-180b {
    padding-bottom: 180px !important;
  }

  .padding-md-185b {
    padding-bottom: 185px !important;
  }

  .padding-md-190b {
    padding-bottom: 190px !important;
  }

  .padding-md-195b {
    padding-bottom: 195px !important;
  }

  .padding-md-200b {
    padding-bottom: 200px !important;
  }
}
@media screen and (max-width: 991px) {
  .margin-sm-0t {
    margin-top: 0px !important;
  }

  .margin-sm-5t {
    margin-top: 5px !important;
  }

  .margin-sm-10t {
    margin-top: 10px !important;
  }

  .margin-sm-15t {
    margin-top: 15px !important;
  }

  .margin-sm-20t {
    margin-top: 20px !important;
  }

  .margin-sm-25t {
    margin-top: 25px !important;
  }

  .margin-sm-30t {
    margin-top: 30px !important;
  }

  .margin-sm-35t {
    margin-top: 35px !important;
  }

  .margin-sm-40t {
    margin-top: 40px !important;
  }

  .margin-sm-45t {
    margin-top: 45px !important;
  }

  .margin-sm-50t {
    margin-top: 50px !important;
  }

  .margin-sm-55t {
    margin-top: 55px !important;
  }

  .margin-sm-60t {
    margin-top: 60px !important;
  }

  .margin-sm-65t {
    margin-top: 65px !important;
  }

  .margin-sm-70t {
    margin-top: 70px !important;
  }

  .margin-sm-75t {
    margin-top: 75px !important;
  }

  .margin-sm-80t {
    margin-top: 80px !important;
  }

  .margin-sm-85t {
    margin-top: 85px !important;
  }

  .margin-sm-90t {
    margin-top: 90px !important;
  }

  .margin-sm-95t {
    margin-top: 95px !important;
  }

  .margin-sm-100t {
    margin-top: 100px !important;
  }

  .margin-sm-105t {
    margin-top: 105px !important;
  }

  .margin-sm-110t {
    margin-top: 110px !important;
  }

  .margin-sm-115t {
    margin-top: 115px !important;
  }

  .margin-sm-120t {
    margin-top: 120px !important;
  }

  .margin-sm-125t {
    margin-top: 125px !important;
  }

  .margin-sm-130t {
    margin-top: 130px !important;
  }

  .margin-sm-135t {
    margin-top: 135px !important;
  }

  .margin-sm-140t {
    margin-top: 140px !important;
  }

  .margin-sm-145t {
    margin-top: 145px !important;
  }

  .margin-sm-150t {
    margin-top: 150px !important;
  }

  .margin-sm-155t {
    margin-top: 155px !important;
  }

  .margin-sm-160t {
    margin-top: 160px !important;
  }

  .margin-sm-165t {
    margin-top: 165px !important;
  }

  .margin-sm-170t {
    margin-top: 170px !important;
  }

  .margin-sm-175t {
    margin-top: 175px !important;
  }

  .margin-sm-180t {
    margin-top: 180px !important;
  }

  .margin-sm-185t {
    margin-top: 185px !important;
  }

  .margin-sm-190t {
    margin-top: 190px !important;
  }

  .margin-sm-195t {
    margin-top: 195px !important;
  }

  .margin-sm-200t {
    margin-top: 200px !important;
  }

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

  .margin-sm-5b {
    margin-bottom: 5px !important;
  }

  .margin-sm-10b {
    margin-bottom: 10px !important;
  }

  .margin-sm-15b {
    margin-bottom: 15px !important;
  }

  .margin-sm-20b {
    margin-bottom: 20px !important;
  }

  .margin-sm-25b {
    margin-bottom: 25px !important;
  }

  .margin-sm-30b {
    margin-bottom: 30px !important;
  }

  .margin-sm-35b {
    margin-bottom: 35px !important;
  }

  .margin-sm-40b {
    margin-bottom: 40px !important;
  }

  .margin-sm-45b {
    margin-bottom: 45px !important;
  }

  .margin-sm-50b {
    margin-bottom: 50px !important;
  }

  .margin-sm-55b {
    margin-bottom: 55px !important;
  }

  .margin-sm-60b {
    margin-bottom: 60px !important;
  }

  .margin-sm-65b {
    margin-bottom: 65px !important;
  }

  .margin-sm-70b {
    margin-bottom: 70px !important;
  }

  .margin-sm-75b {
    margin-bottom: 75px !important;
  }

  .margin-sm-80b {
    margin-bottom: 80px !important;
  }

  .margin-sm-85b {
    margin-bottom: 85px !important;
  }

  .margin-sm-90b {
    margin-bottom: 90px !important;
  }

  .margin-sm-95b {
    margin-bottom: 95px !important;
  }

  .margin-sm-100b {
    margin-bottom: 100px !important;
  }

  .margin-sm-105b {
    margin-bottom: 105px !important;
  }

  .margin-sm-110b {
    margin-bottom: 110px !important;
  }

  .margin-sm-115b {
    margin-bottom: 115px !important;
  }

  .margin-sm-120b {
    margin-bottom: 120px !important;
  }

  .margin-sm-125b {
    margin-bottom: 125px !important;
  }

  .margin-sm-130b {
    margin-bottom: 130px !important;
  }

  .margin-sm-135b {
    margin-bottom: 135px !important;
  }

  .margin-sm-140b {
    margin-bottom: 140px !important;
  }

  .margin-sm-145b {
    margin-bottom: 145px !important;
  }

  .margin-sm-150b {
    margin-bottom: 150px !important;
  }

  .margin-sm-155b {
    margin-bottom: 155px !important;
  }

  .margin-sm-160b {
    margin-bottom: 160px !important;
  }

  .margin-sm-165b {
    margin-bottom: 165px !important;
  }

  .margin-sm-170b {
    margin-bottom: 170px !important;
  }

  .margin-sm-175b {
    margin-bottom: 175px !important;
  }

  .margin-sm-180b {
    margin-bottom: 180px !important;
  }

  .margin-sm-185b {
    margin-bottom: 185px !important;
  }

  .margin-sm-190b {
    margin-bottom: 190px !important;
  }

  .margin-sm-195b {
    margin-bottom: 195px !important;
  }

  .margin-sm-200b {
    margin-bottom: 200px !important;
  }

  .padding-sm-0t {
    padding-top: 0px !important;
  }

  .padding-sm-5t {
    padding-top: 5px !important;
  }

  .padding-sm-10t {
    padding-top: 10px !important;
  }

  .padding-sm-15t {
    padding-top: 15px !important;
  }

  .padding-sm-20t {
    padding-top: 20px !important;
  }

  .padding-sm-25t {
    padding-top: 25px !important;
  }

  .padding-sm-30t {
    padding-top: 30px !important;
  }

  .padding-sm-35t {
    padding-top: 35px !important;
  }

  .padding-sm-40t {
    padding-top: 40px !important;
  }

  .padding-sm-45t {
    padding-top: 45px !important;
  }

  .padding-sm-50t {
    padding-top: 50px !important;
  }

  .padding-sm-55t {
    padding-top: 55px !important;
  }

  .padding-sm-60t {
    padding-top: 60px !important;
  }

  .padding-sm-65t {
    padding-top: 65px !important;
  }

  .padding-sm-70t {
    padding-top: 70px !important;
  }

  .padding-sm-75t {
    padding-top: 75px !important;
  }

  .padding-sm-80t {
    padding-top: 80px !important;
  }

  .padding-sm-85t {
    padding-top: 85px !important;
  }

  .padding-sm-90t {
    padding-top: 90px !important;
  }

  .padding-sm-95t {
    padding-top: 95px !important;
  }

  .padding-sm-100t {
    padding-top: 100px !important;
  }

  .padding-sm-105t {
    padding-top: 105px !important;
  }

  .padding-sm-110t {
    padding-top: 110px !important;
  }

  .padding-sm-115t {
    padding-top: 115px !important;
  }

  .padding-sm-120t {
    padding-top: 120px !important;
  }

  .padding-sm-125t {
    padding-top: 125px !important;
  }

  .padding-sm-130t {
    padding-top: 130px !important;
  }

  .padding-sm-135t {
    padding-top: 135px !important;
  }

  .padding-sm-140t {
    padding-top: 140px !important;
  }

  .padding-sm-145t {
    padding-top: 145px !important;
  }

  .padding-sm-150t {
    padding-top: 150px !important;
  }

  .padding-sm-155t {
    padding-top: 155px !important;
  }

  .padding-sm-160t {
    padding-top: 160px !important;
  }

  .padding-sm-165t {
    padding-top: 165px !important;
  }

  .padding-sm-170t {
    padding-top: 170px !important;
  }

  .padding-sm-175t {
    padding-top: 175px !important;
  }

  .padding-sm-180t {
    padding-top: 180px !important;
  }

  .padding-sm-185t {
    padding-top: 185px !important;
  }

  .padding-sm-190t {
    padding-top: 190px !important;
  }

  .padding-sm-195t {
    padding-top: 195px !important;
  }

  .padding-sm-200t {
    padding-top: 200px !important;
  }

  .padding-sm-0b {
    padding-bottom: 0px !important;
  }

  .padding-sm-5b {
    padding-bottom: 5px !important;
  }

  .padding-sm-10b {
    padding-bottom: 10px !important;
  }

  .padding-sm-15b {
    padding-bottom: 15px !important;
  }

  .padding-sm-20b {
    padding-bottom: 20px !important;
  }

  .padding-sm-25b {
    padding-bottom: 25px !important;
  }

  .padding-sm-30b {
    padding-bottom: 30px !important;
  }

  .padding-sm-35b {
    padding-bottom: 35px !important;
  }

  .padding-sm-40b {
    padding-bottom: 40px !important;
  }

  .padding-sm-45b {
    padding-bottom: 45px !important;
  }

  .padding-sm-50b {
    padding-bottom: 50px !important;
  }

  .padding-sm-55b {
    padding-bottom: 55px !important;
  }

  .padding-sm-60b {
    padding-bottom: 60px !important;
  }

  .padding-sm-65b {
    padding-bottom: 65px !important;
  }

  .padding-sm-70b {
    padding-bottom: 70px !important;
  }

  .padding-sm-75b {
    padding-bottom: 75px !important;
  }

  .padding-sm-80b {
    padding-bottom: 80px !important;
  }

  .padding-sm-85b {
    padding-bottom: 85px !important;
  }

  .padding-sm-90b {
    padding-bottom: 90px !important;
  }

  .padding-sm-95b {
    padding-bottom: 95px !important;
  }

  .padding-sm-100b {
    padding-bottom: 100px !important;
  }

  .padding-sm-105b {
    padding-bottom: 105px !important;
  }

  .padding-sm-110b {
    padding-bottom: 110px !important;
  }

  .padding-sm-115b {
    padding-bottom: 115px !important;
  }

  .padding-sm-120b {
    padding-bottom: 120px !important;
  }

  .padding-sm-125b {
    padding-bottom: 125px !important;
  }

  .padding-sm-130b {
    padding-bottom: 130px !important;
  }

  .padding-sm-135b {
    padding-bottom: 135px !important;
  }

  .padding-sm-140b {
    padding-bottom: 140px !important;
  }

  .padding-sm-145b {
    padding-bottom: 145px !important;
  }

  .padding-sm-150b {
    padding-bottom: 150px !important;
  }

  .padding-sm-155b {
    padding-bottom: 155px !important;
  }

  .padding-sm-160b {
    padding-bottom: 160px !important;
  }

  .padding-sm-165b {
    padding-bottom: 165px !important;
  }

  .padding-sm-170b {
    padding-bottom: 170px !important;
  }

  .padding-sm-175b {
    padding-bottom: 175px !important;
  }

  .padding-sm-180b {
    padding-bottom: 180px !important;
  }

  .padding-sm-185b {
    padding-bottom: 185px !important;
  }

  .padding-sm-190b {
    padding-bottom: 190px !important;
  }

  .padding-sm-195b {
    padding-bottom: 195px !important;
  }

  .padding-sm-200b {
    padding-bottom: 200px !important;
  }
}
@media screen and (max-width: 767px) {
  .margin-xs-0t {
    margin-top: 0px !important;
  }

  .margin-xs-5t {
    margin-top: 5px !important;
  }

  .margin-xs-10t {
    margin-top: 10px !important;
  }

  .margin-xs-15t {
    margin-top: 15px !important;
  }

  .margin-xs-20t {
    margin-top: 20px !important;
  }

  .margin-xs-25t {
    margin-top: 25px !important;
  }

  .margin-xs-30t {
    margin-top: 30px !important;
  }

  .margin-xs-35t {
    margin-top: 35px !important;
  }

  .margin-xs-40t {
    margin-top: 40px !important;
  }

  .margin-xs-45t {
    margin-top: 45px !important;
  }

  .margin-xs-50t {
    margin-top: 50px !important;
  }

  .margin-xs-55t {
    margin-top: 55px !important;
  }

  .margin-xs-60t {
    margin-top: 60px !important;
  }

  .margin-xs-65t {
    margin-top: 65px !important;
  }

  .margin-xs-70t {
    margin-top: 70px !important;
  }

  .margin-xs-75t {
    margin-top: 75px !important;
  }

  .margin-xs-80t {
    margin-top: 80px !important;
  }

  .margin-xs-85t {
    margin-top: 85px !important;
  }

  .margin-xs-90t {
    margin-top: 90px !important;
  }

  .margin-xs-95t {
    margin-top: 95px !important;
  }

  .margin-xs-100t {
    margin-top: 100px !important;
  }

  .margin-xs-105t {
    margin-top: 105px !important;
  }

  .margin-xs-110t {
    margin-top: 110px !important;
  }

  .margin-xs-115t {
    margin-top: 115px !important;
  }

  .margin-xs-120t {
    margin-top: 120px !important;
  }

  .margin-xs-125t {
    margin-top: 125px !important;
  }

  .margin-xs-130t {
    margin-top: 130px !important;
  }

  .margin-xs-135t {
    margin-top: 135px !important;
  }

  .margin-xs-140t {
    margin-top: 140px !important;
  }

  .margin-xs-145t {
    margin-top: 145px !important;
  }

  .margin-xs-150t {
    margin-top: 150px !important;
  }

  .margin-xs-155t {
    margin-top: 155px !important;
  }

  .margin-xs-160t {
    margin-top: 160px !important;
  }

  .margin-xs-165t {
    margin-top: 165px !important;
  }

  .margin-xs-170t {
    margin-top: 170px !important;
  }

  .margin-xs-175t {
    margin-top: 175px !important;
  }

  .margin-xs-180t {
    margin-top: 180px !important;
  }

  .margin-xs-185t {
    margin-top: 185px !important;
  }

  .margin-xs-190t {
    margin-top: 190px !important;
  }

  .margin-xs-195t {
    margin-top: 195px !important;
  }

  .margin-xs-200t {
    margin-top: 200px !important;
  }

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

  .margin-xs-5b {
    margin-bottom: 5px !important;
  }

  .margin-xs-10b {
    margin-bottom: 10px !important;
  }

  .margin-xs-15b {
    margin-bottom: 15px !important;
  }

  .margin-xs-20b {
    margin-bottom: 20px !important;
  }

  .margin-xs-25b {
    margin-bottom: 25px !important;
  }

  .margin-xs-30b {
    margin-bottom: 30px !important;
  }

  .margin-xs-35b {
    margin-bottom: 35px !important;
  }

  .margin-xs-40b {
    margin-bottom: 40px !important;
  }

  .margin-xs-45b {
    margin-bottom: 45px !important;
  }

  .margin-xs-50b {
    margin-bottom: 50px !important;
  }

  .margin-xs-55b {
    margin-bottom: 55px !important;
  }

  .margin-xs-60b {
    margin-bottom: 60px !important;
  }

  .margin-xs-65b {
    margin-bottom: 65px !important;
  }

  .margin-xs-70b {
    margin-bottom: 70px !important;
  }

  .margin-xs-75b {
    margin-bottom: 75px !important;
  }

  .margin-xs-80b {
    margin-bottom: 80px !important;
  }

  .margin-xs-85b {
    margin-bottom: 85px !important;
  }

  .margin-xs-90b {
    margin-bottom: 90px !important;
  }

  .margin-xs-95b {
    margin-bottom: 95px !important;
  }

  .margin-xs-100b {
    margin-bottom: 100px !important;
  }

  .margin-xs-105b {
    margin-bottom: 105px !important;
  }

  .margin-xs-110b {
    margin-bottom: 110px !important;
  }

  .margin-xs-115b {
    margin-bottom: 115px !important;
  }

  .margin-xs-120b {
    margin-bottom: 120px !important;
  }

  .margin-xs-125b {
    margin-bottom: 125px !important;
  }

  .margin-xs-130b {
    margin-bottom: 130px !important;
  }

  .margin-xs-135b {
    margin-bottom: 135px !important;
  }

  .margin-xs-140b {
    margin-bottom: 140px !important;
  }

  .margin-xs-145b {
    margin-bottom: 145px !important;
  }

  .margin-xs-150b {
    margin-bottom: 150px !important;
  }

  .margin-xs-155b {
    margin-bottom: 155px !important;
  }

  .margin-xs-160b {
    margin-bottom: 160px !important;
  }

  .margin-xs-165b {
    margin-bottom: 165px !important;
  }

  .margin-xs-170b {
    margin-bottom: 170px !important;
  }

  .margin-xs-175b {
    margin-bottom: 175px !important;
  }

  .margin-xs-180b {
    margin-bottom: 180px !important;
  }

  .margin-xs-185b {
    margin-bottom: 185px !important;
  }

  .margin-xs-190b {
    margin-bottom: 190px !important;
  }

  .margin-xs-195b {
    margin-bottom: 195px !important;
  }

  .margin-xs-200b {
    margin-bottom: 200px !important;
  }

  .padding-xs-0t {
    padding-top: 0px !important;
  }

  .padding-xs-5t {
    padding-top: 5px !important;
  }

  .padding-xs-10t {
    padding-top: 10px !important;
  }

  .padding-xs-15t {
    padding-top: 15px !important;
  }

  .padding-xs-20t {
    padding-top: 20px !important;
  }

  .padding-xs-25t {
    padding-top: 25px !important;
  }

  .padding-xs-30t {
    padding-top: 30px !important;
  }

  .padding-xs-35t {
    padding-top: 35px !important;
  }

  .padding-xs-40t {
    padding-top: 40px !important;
  }

  .padding-xs-45t {
    padding-top: 45px !important;
  }

  .padding-xs-50t {
    padding-top: 50px !important;
  }

  .padding-xs-55t {
    padding-top: 55px !important;
  }

  .padding-xs-60t {
    padding-top: 60px !important;
  }

  .padding-xs-65t {
    padding-top: 65px !important;
  }

  .padding-xs-70t {
    padding-top: 70px !important;
  }

  .padding-xs-75t {
    padding-top: 75px !important;
  }

  .padding-xs-80t {
    padding-top: 80px !important;
  }

  .padding-xs-85t {
    padding-top: 85px !important;
  }

  .padding-xs-90t {
    padding-top: 90px !important;
  }

  .padding-xs-95t {
    padding-top: 95px !important;
  }

  .padding-xs-100t {
    padding-top: 100px !important;
  }

  .padding-xs-105t {
    padding-top: 105px !important;
  }

  .padding-xs-110t {
    padding-top: 110px !important;
  }

  .padding-xs-115t {
    padding-top: 115px !important;
  }

  .padding-xs-120t {
    padding-top: 120px !important;
  }

  .padding-xs-125t {
    padding-top: 125px !important;
  }

  .padding-xs-130t {
    padding-top: 130px !important;
  }

  .padding-xs-135t {
    padding-top: 135px !important;
  }

  .padding-xs-140t {
    padding-top: 140px !important;
  }

  .padding-xs-145t {
    padding-top: 145px !important;
  }

  .padding-xs-150t {
    padding-top: 150px !important;
  }

  .padding-xs-155t {
    padding-top: 155px !important;
  }

  .padding-xs-160t {
    padding-top: 160px !important;
  }

  .padding-xs-165t {
    padding-top: 165px !important;
  }

  .padding-xs-170t {
    padding-top: 170px !important;
  }

  .padding-xs-175t {
    padding-top: 175px !important;
  }

  .padding-xs-180t {
    padding-top: 180px !important;
  }

  .padding-xs-185t {
    padding-top: 185px !important;
  }

  .padding-xs-190t {
    padding-top: 190px !important;
  }

  .padding-xs-195t {
    padding-top: 195px !important;
  }

  .padding-xs-200t {
    padding-top: 200px !important;
  }

  .padding-xs-0b {
    padding-bottom: 0px !important;
  }

  .padding-xs-5b {
    padding-bottom: 5px !important;
  }

  .padding-xs-10b {
    padding-bottom: 10px !important;
  }

  .padding-xs-15b {
    padding-bottom: 15px !important;
  }

  .padding-xs-20b {
    padding-bottom: 20px !important;
  }

  .padding-xs-25b {
    padding-bottom: 25px !important;
  }

  .padding-xs-30b {
    padding-bottom: 30px !important;
  }

  .padding-xs-35b {
    padding-bottom: 35px !important;
  }

  .padding-xs-40b {
    padding-bottom: 40px !important;
  }

  .padding-xs-45b {
    padding-bottom: 45px !important;
  }

  .padding-xs-50b {
    padding-bottom: 50px !important;
  }

  .padding-xs-55b {
    padding-bottom: 55px !important;
  }

  .padding-xs-60b {
    padding-bottom: 60px !important;
  }

  .padding-xs-65b {
    padding-bottom: 65px !important;
  }

  .padding-xs-70b {
    padding-bottom: 70px !important;
  }

  .padding-xs-75b {
    padding-bottom: 75px !important;
  }

  .padding-xs-80b {
    padding-bottom: 80px !important;
  }

  .padding-xs-85b {
    padding-bottom: 85px !important;
  }

  .padding-xs-90b {
    padding-bottom: 90px !important;
  }

  .padding-xs-95b {
    padding-bottom: 95px !important;
  }

  .padding-xs-100b {
    padding-bottom: 100px !important;
  }

  .padding-xs-105b {
    padding-bottom: 105px !important;
  }

  .padding-xs-110b {
    padding-bottom: 110px !important;
  }

  .padding-xs-115b {
    padding-bottom: 115px !important;
  }

  .padding-xs-120b {
    padding-bottom: 120px !important;
  }

  .padding-xs-125b {
    padding-bottom: 125px !important;
  }

  .padding-xs-130b {
    padding-bottom: 130px !important;
  }

  .padding-xs-135b {
    padding-bottom: 135px !important;
  }

  .padding-xs-140b {
    padding-bottom: 140px !important;
  }

  .padding-xs-145b {
    padding-bottom: 145px !important;
  }

  .padding-xs-150b {
    padding-bottom: 150px !important;
  }

  .padding-xs-155b {
    padding-bottom: 155px !important;
  }

  .padding-xs-160b {
    padding-bottom: 160px !important;
  }

  .padding-xs-165b {
    padding-bottom: 165px !important;
  }

  .padding-xs-170b {
    padding-bottom: 170px !important;
  }

  .padding-xs-175b {
    padding-bottom: 175px !important;
  }

  .padding-xs-180b {
    padding-bottom: 180px !important;
  }

  .padding-xs-185b {
    padding-bottom: 185px !important;
  }

  .padding-xs-190b {
    padding-bottom: 190px !important;
  }

  .padding-xs-195b {
    padding-bottom: 195px !important;
  }

  .padding-xs-200b {
    padding-bottom: 200px !important;
  }
}
.tg-absolute {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.portfolio-grid .tg-item,
.portfolio-masonry .tg-item {
  opacity: 0;
  transition: opacity 1.5s ease;
}
.portfolio-grid.animation .tg-item,
.portfolio-masonry.animation .tg-item {
  opacity: 1;
}
.portfolio-grid .tg-item:nth-of-type(1),
.portfolio-masonry .tg-item:nth-of-type(1) {
  transition-delay: 350ms;
}
.portfolio-grid .tg-item:nth-of-type(2),
.portfolio-masonry .tg-item:nth-of-type(2) {
  transition-delay: 700ms;
}
.portfolio-grid .tg-item:nth-of-type(3),
.portfolio-masonry .tg-item:nth-of-type(3) {
  transition-delay: 1050ms;
}
.portfolio-grid .tg-item:nth-of-type(4),
.portfolio-masonry .tg-item:nth-of-type(4) {
  transition-delay: 1400ms;
}
.portfolio-grid .tg-item:nth-of-type(5),
.portfolio-masonry .tg-item:nth-of-type(5) {
  transition-delay: 1750ms;
}
.portfolio-grid .tg-item:nth-of-type(6),
.portfolio-masonry .tg-item:nth-of-type(6) {
  transition-delay: 2100ms;
}
.portfolio-grid .tg-item:nth-of-type(7),
.portfolio-masonry .tg-item:nth-of-type(7) {
  transition-delay: 2450ms;
}
.portfolio-grid .tg-item:nth-of-type(8),
.portfolio-masonry .tg-item:nth-of-type(8) {
  transition-delay: 2800ms;
}
.portfolio-grid .tg-item:nth-of-type(9),
.portfolio-masonry .tg-item:nth-of-type(9) {
  transition-delay: 3150ms;
}
.portfolio-grid .tg-item:nth-of-type(10),
.portfolio-masonry .tg-item:nth-of-type(10) {
  transition-delay: 3500ms;
}
.portfolio-grid .tg-item:nth-of-type(11),
.portfolio-masonry .tg-item:nth-of-type(11) {
  transition-delay: 3850ms;
}
.portfolio-grid .tg-item:nth-of-type(12),
.portfolio-masonry .tg-item:nth-of-type(12) {
  transition-delay: 4200ms;
}
.portfolio-grid .tg-item:nth-of-type(13),
.portfolio-masonry .tg-item:nth-of-type(13) {
  transition-delay: 4550ms;
}
.portfolio-grid .tg-item:nth-of-type(14),
.portfolio-masonry .tg-item:nth-of-type(14) {
  transition-delay: 4900ms;
}
.portfolio-grid .tg-item:nth-of-type(15),
.portfolio-masonry .tg-item:nth-of-type(15) {
  transition-delay: 5250ms;
}
.portfolio-grid .tg-item:nth-of-type(16),
.portfolio-masonry .tg-item:nth-of-type(16) {
  transition-delay: 5600ms;
}
.portfolio-grid .tg-item:nth-of-type(17),
.portfolio-masonry .tg-item:nth-of-type(17) {
  transition-delay: 5950ms;
}
.portfolio-grid .tg-item:nth-of-type(18),
.portfolio-masonry .tg-item:nth-of-type(18) {
  transition-delay: 6300ms;
}
.portfolio-grid .tg-item:nth-of-type(19),
.portfolio-masonry .tg-item:nth-of-type(19) {
  transition-delay: 6650ms;
}
.portfolio-grid .tg-item:nth-of-type(20),
.portfolio-masonry .tg-item:nth-of-type(20) {
  transition-delay: 7000ms;
}
.portfolio-grid .tg-item:nth-of-type(21),
.portfolio-masonry .tg-item:nth-of-type(21) {
  transition-delay: 7350ms;
}
.portfolio-grid .tg-item:nth-of-type(22),
.portfolio-masonry .tg-item:nth-of-type(22) {
  transition-delay: 7700ms;
}
.portfolio-grid .tg-item:nth-of-type(23),
.portfolio-masonry .tg-item:nth-of-type(23) {
  transition-delay: 8050ms;
}
.portfolio-grid .tg-item:nth-of-type(24),
.portfolio-masonry .tg-item:nth-of-type(24) {
  transition-delay: 8400ms;
}
.portfolio-grid .tg-item:nth-of-type(25),
.portfolio-masonry .tg-item:nth-of-type(25) {
  transition-delay: 8750ms;
}
.portfolio-grid .tg-item:nth-of-type(26),
.portfolio-masonry .tg-item:nth-of-type(26) {
  transition-delay: 9100ms;
}
.portfolio-grid .tg-item:nth-of-type(27),
.portfolio-masonry .tg-item:nth-of-type(27) {
  transition-delay: 9450ms;
}
.portfolio-grid .tg-item:nth-of-type(28),
.portfolio-masonry .tg-item:nth-of-type(28) {
  transition-delay: 9800ms;
}
.portfolio-grid .tg-item:nth-of-type(29),
.portfolio-masonry .tg-item:nth-of-type(29) {
  transition-delay: 10150ms;
}
.portfolio-grid .tg-item:nth-of-type(30),
.portfolio-masonry .tg-item:nth-of-type(30) {
  transition-delay: 10500ms;
}

body.bg_slider .phoxy-main-content {
  position: relative;
  left: 100px;
  width: -webkit-calc(100vw - 200px);
  width: calc(100vw - 200px);
  background-color: rgba(255, 255, 255, 0.9);
}
body.bg_slider .vc_row[data-vc-full-width] {
  max-width: calc(100vw - 200px) !important;
  left: calc(50% - (100vw - 200px) / 2) !important;
  margin-left: 0;
}

@media only screen and (max-width: 1199px) {
  body.bg_slider .phoxy-main-content {
    left: 60px;
    width: -webkit-calc(100vw - 120px);
    width: calc(100vw - 120px);
  }
  body.bg_slider .vc_row[data-vc-full-width] {
    max-width: calc(100vw - 120px) !important;
    left: calc(50% - (100vw - 120px) / 2) !important;
  }
}
@media only screen and (max-width: 767px) {
  body.bg_slider .phoxy-main-content {
    left: 15px;
    width: -webkit-calc(100vw - 30px);
    width: calc(100vw - 30px);
  }
  body.bg_slider .vc_row[data-vc-full-width] {
    max-width: calc(100vw - 30px) !important;
    left: calc(50% - (100vw - 30px) / 2) !important;
  }
}
.body-gridrotate .body-list::before, .body-gridrotate .body-list::after {
  content: "";
  display: table;
  clear: both;
}

.body-gridrotate .body-list,
.body-gridrotate {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0 !important;
}
.body-gridrotate .body-list li,
.body-gridrotate li {
  -webkit-perspective: 400px;
  -o-perspective: 400px;
  -ms-perspective: 400px;
  perspective: 400px;
  overflow: hidden;
  height: inherit !important;
}
.body-gridrotate .body-list li span,
.body-gridrotate li span {
  display: block;
  outline: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100% !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  box-sizing: content-box;
}

/*------------------------------------------------------*/
/*---------------------- 02. PRELOADER----------------------*/
.animsition-loading {
  background-image: none !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-color: white;
  z-index: 9999;
  -webkit-animation: scaleout-image 1s infinite ease-in-out;
  animation: scaleout-image 1s infinite ease-in-out;
}

.animsition-loading:after {
  display: none !important;
}

.animsition-loading:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-right: -20px;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: scaleout 1s infinite ease-in-out;
  animation: scaleout 1s infinite ease-in-out;
  display: none;
}

@-webkit-keyframes scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes scaleout {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
.spinner-preloader-wrap {
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.spinner-preloader-wrap .cssload-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 138px;
  height: 316px;
  overflow: hidden;
  margin: 0px auto;
}
.spinner-preloader-wrap .cssload-container .cssload-item {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 69px;
  height: 69px;
  background-color: white;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-shadow: 0 0 11px 1px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 0 11px 1px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 0 11px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 11px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 11px 1px rgba(0, 0, 0, 0.25);
}
.spinner-preloader-wrap .cssload-container .cssload-moon {
  border-bottom: 14px solid #666666;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  animation: spin 3.1s ease infinite;
  -o-animation: spin 3.1s ease infinite;
  -ms-animation: spin 3.1s ease infinite;
  -webkit-animation: spin 3.1s ease infinite;
  -moz-animation: spin 3.1s ease infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
  }
}
@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
.preloader-text {
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.preloader-text .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.preloader-text .text {
  color: #999;
  display: inline-block;
  margin-left: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 16px;
}
.preloader-text .bounceball {
  position: relative;
  display: inline-block;
  height: 25px;
  width: 15px;
}
.preloader-text .bounceball:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #222;
  transform-origin: 50%;
  animation: bounce 500ms alternate infinite ease;
}
.preloader-text--dark {
  background-color: #000;
}
.preloader-text--dark .bounceball:before {
  background-color: #fff;
}

@keyframes bounce {
  0% {
    top: 20px;
    height: 5px;
    border-radius: 60px 60px 20px 20px;
    transform: scaleX(2);
  }
  35% {
    height: 10px;
    border-radius: 50%;
    transform: scaleX(1);
  }
  100% {
    top: 0;
  }
}
/*keyframes*/
@-moz-keyframes rotate-text {
  0% {
    -moz-transform: rotateY(0);
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -moz-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@-webkit-keyframes rotate-text {
  0% {
    -moz-transform: rotateY(0);
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -moz-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@-o-keyframes rotate-text {
  0% {
    -moz-transform: rotateY(0);
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -moz-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@-ms-keyframes rotate-text {
  0% {
    -moz-transform: rotateY(0);
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -moz-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@keyframes rotate-text {
  0% {
    -moz-transform: rotateY(0);
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -moz-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
.vc_separator h4 {
  font-size: 40px !important;
  text-align: center !important;
}

@media only screen and (max-width: 767px) {
  .vc_separator h4 {
    font-size: 30px !important;
  }
}
.vc_parallax > * {
  position: absolute;
}

.preloader-wrap {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.preloader-wrap--dark {
  background-color: #000;
}
.preloader-wrap--dark svg path {
  stroke: #fff;
}

/*------------------------------------------------------*/
/*---------------------- 03. BUTTONS ----------------------*/
.a-btn,
.a-btn-2,
.a-btn-3,
.a-btn-4 {
  display: inline-block;
  padding: 5px 20px;
  border: 1px solid;
  font-size: 12px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.a-btn {
  border-color: #222;
  color: #fff;
}
.a-btn:focus {
  color: #fff;
}
.a-btn:hover {
  color: #222;
  border-color: #ddd;
}

.a-btn-2 {
  border-color: #fff;
  color: #fff;
}
.a-btn-2:hover {
  border-color: #222;
  color: #fff;
}

.a-btn-3 {
  border-color: #ddd;
  color: #222;
}
.a-btn-3:hover {
  border-color: #222;
  color: #fff;
}

.a-btn-4 {
  border-color: #fff;
  color: #fff;
}
.a-btn-4:focus, .a-btn-4:hover {
  border-color: #fff;
  color: #222;
}

.a-btn {
  background-color: #222;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #222));
  background-image: linear-gradient(to right, transparent 50%, #222 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.a-btn:hover {
  background-color: transparent;
  background-position: left bottom;
}

.a-btn-2,
.a-btn-3 {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #222), color-stop(50%, transparent));
  background-image: linear-gradient(to right, #222 50%, transparent 50%);
  background-size: 202% 100%;
  background-position: right bottom;
}
.a-btn-2:hover,
.a-btn-3:hover {
  background-color: transparent;
  background-position: left bottom;
}

.a-btn-4 {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(50%, transparent));
  background-image: linear-gradient(to right, #fff 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.a-btn-4:focus, .a-btn-4:hover {
  background-color: transparent;
  background-position: left bottom;
}

/*------------------------------------------------------*/
/*---------------------- 04. HERO ----------------------*/
.hero {
  width: 100%;
  height: 40%;
  position: relative;
  background-size: cover;
  background-position: center;
}

.hero-inner {
  position: relative;
  height: 100vh;
}

.enable_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 20;
}

.vertical-align {
  position: absolute;
  display: block;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*Gridrotator - Fallback css*/
.ri-grid {
  width: 600px;
}

.ri-grid ul li,
.ri-grid ul li a {
  width: 100px;
  height: 100px;
}

.ri-grid ul li a img {
  width: 100%;
}

.ri-grid {
  margin: 30px auto 30px;
  position: relative;
  height: auto;
}

.ri-grid ul {
  list-style: none;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

.ri-grid ul:before,
.ri-grid ul:after {
  content: "";
  display: table;
}

.ri-grid ul:after {
  clear: both;
}

.ri-grid ul {
  zoom: 1;
}

.ri-grid ul li {
  -webkit-perspective: 400px;
  -o-perspective: 400px;
  -ms-perspective: 400px;
  perspective: 400px;
  margin: 0;
  padding: 0;
  float: left;
  position: relative;
  display: block;
  overflow: hidden;
  background: #000;
}

.ri-grid ul li a {
  display: block;
  outline: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #333;
  box-sizing: content-box;
}

/* Grid wrapper sizes */
.ri-grid-size-1 {
  width: 55%;
}

.ri-grid-size-2 {
  width: 100%;
}

.ri-grid-size-3 {
  width: 100%;
  margin-top: 0px;
}

/* Shadow style */
.ri-shadow:after,
.ri-shadow:before {
  content: "";
  position: absolute;
  z-index: -2;
  bottom: 15px;
  left: 10px;
  width: 50%;
  height: 20%;
  max-width: 300px;
  max-height: 100px;
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.ri-shadow:after {
  right: 10px;
  left: auto;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}

.ri-grid-loading:after,
.ri-grid-loading:before {
  display: none;
}

.ri-loading-image {
  display: none;
}

.ri-grid-loading .ri-loading-image {
  position: relative;
  width: 30px;
  height: 30px;
  left: 50%;
  margin: 100px 0 0 -15px;
  display: block;
}

blockquote {
  border: none;
  font-size: 15px;
  padding: 10px 15px;
  text-align: center;
}

blockquote footer {
  font-size: 85%;
}

blockquote cite {
  line-height: 1.42857;
  color: #777;
  font-style: normal;
  display: block;
  font-size: 14px;
  margin-top: 15px;
  text-align: center;
}

blockquote cite:before {
  content: "- ";
  margin-right: 7px;
}

.abs * {
  color: inherit;
}

.tabs ul,
.hero-slider ol,
.tabs ol {
  margin-left: 0;
}

.wp-block-pullquote blockquote.has-text-color p,
.single-post blockquote.has-text-color p {
  color: inherit !important;
}

.scroll {
  background-color: #c0af94;
  position: absolute;
  left: 1379px;
  top: 191px;
  width: 4px;
  height: 30px;
  z-index: 10;
}

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

@media (min-width: 1200px) {
  .hero > .container {
    padding: 0 !important;
  }

  .no-padd-md {
    padding: 0 !important;
  }
}
@media screen and (max-width: 600px) {
  html {
    margin-top: 0;
  }
}
table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.75em;
  table-layout: fixed;
  width: 100%;
}

table,
th,
.single table td,
td {
  border: 1px solid #222;
  border-collapse: collapse;
  font-size: 15px;
}
table a,
th a,
.single table td a,
td a {
  font-weight: 600;
}

table th {
  font-weight: 600;
}

dd {
  margin: 0 0 1.75em;
}

address {
  font-style: italic;
}

abbr,
acronym {
  border-bottom: 1px dotted #d1d1d1;
  cursor: help;
}

code {
  background-color: #d1d1d1;
  color: #222;
}

mark,
ins {
  background: #007acc;
  color: #fff;
  padding: 0.125em 0.25em;
  text-decoration: none;
}

kbd {
  background-color: transparent;
  color: #222;
  font-weight: 100;
  box-shadow: none;
  opacity: 0.9;
}

.alignleft {
  float: left;
  margin: 0.575em 1.75em 1.75em 0;
}

.alignright {
  float: right;
  margin: 0.575em 0 1.75em 1.75em;
}

.wp-caption {
  margin-bottom: 1.1em;
  max-width: 100%;
}

.wp-caption .wp-caption-text {
  font-style: italic;
  opacity: 0.9;
  font-size: 13px;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  padding: 0 10px;
  background: #222;
  border-color: #222;
  color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border-radius: 0px;
}

button:hover,
html input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  opacity: 0.8;
}

figure.gallery-item {
  display: inline-block;
  max-width: 33.33%;
  text-align: center;
  overflow: visible;
  vertical-align: top;
  width: 100%;
  height: auto;
  padding: 0 1.1400652% 2.2801304%;
}

.gallery-caption {
  padding-top: 7px;
}

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

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

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

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

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

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

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

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

caption {
  color: #222;
  opacity: 0.7;
}

.main-wrapper {
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 991px) {
  .static-menu .container {
    max-width: 100%;
  }
}
/*------------------------------------------------------*/
/*---------------------- 05. FOOTER -------------------*/
.sidebar-open #footer {
  display: none;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

#footer.simple .sidebar-item #wp-calendar caption,
#footer.simple .widget_calendar th,
#footer.simple .widget_calendar tr,
#footer.simple .sidebar-item.widget_calendar table a {
  color: #222;
}
#footer.simple .sidebar-item li {
  color: #222;
}
#footer.simple .sidebar-item[class*=widget_] a, #footer.simple .sidebar-item[class*=widget_] label, #footer.simple .sidebar-item[class*=widget_] p, #footer.simple .sidebar-item[class*=widget_] strong, #footer.simple .sidebar-item[class*=widget_] span, #footer.simple .sidebar-item[class*=widget_] caption,
#footer.simple .sidebar-item[class*=widget_] a.rsswidget, #footer.simple .sidebar-item[class*=widget_].widget_rss cite {
  color: #222;
}
#footer.simple .sidebar-item[class*=widget_] a:hover {
  color: #999;
}
#footer > * {
  text-transform: none;
}
#footer .widg {
  padding: 95px 0 70px;
}
#footer .sidebar-item #wp-calendar caption,
#footer .widget_calendar th,
#footer .widget_calendar tr,
#footer .sidebar-item.widget_calendar table a {
  color: #fff;
  opacity: 1;
}
#footer .sidebar-item #wp-calendar caption {
  padding-top: 0;
}
#footer .widget_calendar td {
  color: #999;
}
#footer .sidebar-item[class*=widget_] ul {
  list-style: none;
  margin-left: 0;
}
#footer .sidebar-item[class*=widget_] li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#footer .sidebar-item[class*=widget_] li a:hover {
  text-decoration: none;
  color: #fff;
  opacity: 1;
}
#footer .sidebar-item[class*=widget_] h5 {
  color: #fff;
}
#footer .sidebar-item[class*=widget_] h5 a.rsswidget {
  opacity: 1;
}
#footer .sidebar-item[class*=widget_] a, #footer .sidebar-item[class*=widget_] label, #footer .sidebar-item[class*=widget_] p, #footer .sidebar-item[class*=widget_] strong, #footer .sidebar-item[class*=widget_] span, #footer .sidebar-item[class*=widget_] caption {
  color: #fff;
  opacity: 0.5;
  text-decoration: none;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
#footer .sidebar-item[class*=widget_] p a {
  opacity: 1;
}
#footer .sidebar-item[class*=widget_] a:hover {
  text-decoration: none;
  color: #fff;
  opacity: 1 !important;
}
#footer .sidebar-item[class*=widget_] a.rsswidget {
  opacity: 1;
}
#footer .sidebar-item[class*=widget_] a.rsswidget, #footer .sidebar-item[class*=widget_].widget_rss cite {
  color: white;
}
#footer .sidebar-item[class*=widget_] a.rsswidget:hover {
  opacity: 0.7;
}
#footer .sidebar-item[class*=widget_] select {
  color: #222;
  width: 100%;
}
#footer .widget_product_search form::after,
#footer .widget_search form div::after {
  background-color: transparent;
  color: #fff;
  height: 39px;
}
#footer .widget_product_search form::after:hover,
#footer .widget_search form div::after:hover {
  background-color: #fff;
  color: #222;
}
#footer .phoxy-widget-social-link {
  text-align: center;
}
#footer .phoxy-widget-social-link a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  margin-bottom: 10px;
  border-radius: 50%;
  border: 1px solid #eee;
  background-color: #fff;
  color: #999;
  font-size: 18px;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#footer .phoxy-widget-social-link a:not(:first-of-type) {
  margin-left: 10px;
}
#footer .phoxy-widget-social-link a:hover {
  color: #222;
}

.unit + #footer .widg {
  padding: 0 0 10px;
}

.unit + #footer .sidebar-item[class*=widget_].widget_product_search input[type=search], .unit + #footer .sidebar-item[class*=widget_].widget_search input[type=text] {
  border-bottom: 2px solid #fff;
}
.unit + #footer .sidebar-item[class*=widget_] .recentcomments span,
.unit + #footer .sidebar-item[class*=widget_] strong {
  opacity: 1;
}
.unit + #footer .sidebar-item[class*=widget_] .recentcomments span a:hover,
.unit + #footer .sidebar-item[class*=widget_] strong a:hover {
  opacity: 1;
}
.unit + #footer .sidebar-item[class*=widget_] form input::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.7;
}
.unit + #footer .sidebar-item[class*=widget_] form input::-moz-placeholder {
  color: #fff;
  opacity: 0.7;
}
.unit + #footer .sidebar-item[class*=widget_] form input:-ms-input-placeholder {
  color: #fff;
  opacity: 0.7;
}
.unit + #footer .sidebar-item[class*=widget_] form input:-moz-placeholder {
  color: #fff;
  opacity: 0.7;
}
.unit + #footer .sidebar-item[class*=widget_] ul ul {
  margin-top: 11px;
  margin-left: 10px;
}
.unit + #footer .sidebar-item[class*=widget_] a, .unit + #footer .sidebar-item[class*=widget_] label, .unit + #footer .sidebar-item[class*=widget_] p, .unit + #footer .sidebar-item[class*=widget_] span, .unit + #footer .sidebar-item[class*=widget_] caption {
  opacity: 0.8;
}
.unit + #footer .sidebar-item[class*=widget_].widget_calendar td {
  color: rgba(255, 255, 255, 0.8);
}
.unit + #footer .sidebar-item[class*=widget_].widget_calendar td a {
  opacity: 1;
  color: #fff;
  font-weight: bold;
}
.unit + #footer .sidebar-item[class*=widget_].widget_calendar th {
  font-weight: 800;
}

#footer .sidebar-item[class*=widget_].widget_rss li {
  margin-bottom: 17px;
}

#footer .sidebar-item[class*=widget_].widget_rss li cite {
  font-size: 12px;
  display: block;
  margin-top: 4px;
  margin-bottom: 15px;
}

#footer .sidebar-item[class*=widget_] li .rss-date {
  font-size: 12px;
  margin-top: 5px;
}

#footer .sidebar-item[class*=widget_] li a.rsswidget {
  font-weight: 600;
  opacity: 1;
}

#footer {
  display: block;
  background-color: #222;
  width: 100%;
  margin: auto;
  min-height: 40px;
  bottom: 0;
  -webkit-transition: -webkit-transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out, transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  position: absolute;
  left: 0;
  z-index: 30;
}
#footer * {
  text-transform: none;
}
#footer .copy_content {
  color: #fff;
  text-align: center;
}
#footer .phoxy-widget-about {
  text-align: center;
}
#footer .phoxy-widget-about .about_content {
  color: #222;
  font-size: 20px;
  letter-spacing: 1.3px;
  text-align: center;
  text-transform: uppercase;
}
#footer .phoxy-widget-about .about_content.text {
  color: #999;
  font-size: 15px;
  line-height: 1.73;
  letter-spacing: 0.2px;
  text-transform: none;
}
#footer .phoxy-widget-copyright .img-wrap {
  margin-bottom: 90px;
}
#footer .phoxy-widget-copyright .img-wrap img {
  max-height: 60px;
}
#footer .phoxy-widget-copyright .socials a {
  font-size: 18px;
  text-decoration: none;
}
#footer .phoxy-widget-copyright .socials a:not(:last-of-type) {
  margin-right: 25px;
}
#footer .phoxy-widget-copyright .socials a:hover {
  opacity: 0.7;
}
#footer .phoxy-widget-copyright .socials .copy_content {
  font-size: 15px;
  line-height: 1.73;
  letter-spacing: 0.2px;
}
#footer .sidebar-item.widget_nav_menu .item-wrap {
  text-align: right;
}
#footer .sidebar-item.widget_nav_menu h5 {
  color: #222;
  font-size: 20px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}
#footer .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#footer .menu li:not(:last-of-type) {
  margin-right: 30px;
}
#footer .menu li a {
  color: #222;
  font-size: 12px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#footer .sidebar-item .item-wrap {
  max-width: none;
  width: 100%;
}
#footer .sidebar-item .item-wrap h3 {
  margin-bottom: 47px;
  color: #222;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1.3px;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 0;
}
#footer .sidebar-item .phoxy-widget-subscribe .phoxy-widget-descr {
  color: #999;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.73;
  letter-spacing: 0.2px;
  text-transform: none;
}
#footer .footer-menu-wrap.text-center ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#footer .footer-menu-wrap.text-center ul li {
  margin: 0 15px;
}
#footer .footer-menu-wrap.text-left ul {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
#footer .footer-menu-wrap.text-left ul li:not(:last-of-type) {
  margin-right: 30px;
}
#footer .footer-menu-wrap.text-right ul {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#footer .footer-menu-wrap.text-right ul li:not(:first-of-type) {
  margin-left: 30px;
}
#footer .footer-menu-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
}
#footer .footer-menu-wrap ul li {
  list-style: none;
}
#footer .footer-menu-wrap ul li a {
  color: #222;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#footer .footer-menu-wrap ul li a:hover {
  color: #999;
}
#footer.simple {
  background-color: #fcf9f6;
}
#footer.simple > .container {
  padding: 110px 0 0;
}
#footer.simple .sidebar-item .item-wrap h5 {
  margin-top: 0;
  margin-bottom: 47px;
  color: #222;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 1.3px;
  text-align: center;
  text-transform: uppercase;
}
#footer.simple .sidebar-item:nth-of-type(3n+1)::after {
  content: "";
  height: 250px;
  width: 1px;
  background-color: #eee;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}
#footer.simple .sidebar-item:nth-of-type(3n)::before {
  content: "";
  height: 250px;
  width: 1px;
  background-color: #eee;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
#footer.simple .widg {
  padding: 20px 0;
}
#footer.simple .menu li a {
  color: #222;
  opacity: 1;
}
#footer.simple .menu li a:hover {
  color: #999;
}
#footer.simple .phoxy-widget-subscribe input {
  width: 100%;
  padding: 15px 20px;
}
#footer.simple .phoxy-widget-subscribe input:not([type=submit]) {
  border: 1px solid #eee;
  margin-bottom: 15px;
  color: #222;
  font-size: 15px;
  line-height: 1.73;
  letter-spacing: 0.2px;
}
#footer.simple .phoxy-widget-subscribe input[type=submit] {
  border: 0;
  background-color: #222;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#footer.simple .widget_text .textwidget p, #footer.simple .widget_text .textwidget a {
  color: #999;
}
#footer.simple .widget_text .textwidget a:hover {
  color: #222;
}
#footer.modern .sidebar-item {
  text-align: left;
}
#footer.modern .sidebar-item .item-wrap {
  text-align: left;
}
#footer.modern .sidebar-item .item-wrap h3:not(.phoxy-widget-descr) {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 2px;
  text-align: left;
}
#footer.modern .phoxy-widget-about .about_content {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 2px;
}
#footer.modern .phoxy-widget-social-link a {
  background-color: transparent;
  color: #fff;
}
#footer.modern .phoxy-widget-social-link a:hover {
  opacity: 0.7;
}
#footer.modern .copyright a {
  color: #999;
}
#footer.modern .sidebar-item.widget_nav_menu h5 {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 2px;
}
#footer.modern .PhoxyInstagramWidget .images-wrap {
  text-align: left;
}
#footer.modern .phoxy-widget-copyright .socials a {
  color: #fff;
}
#footer.modern .phoxy-widget-copyright .copy_content {
  margin-top: 20px;
  text-align: left;
  color: #999;
}
#footer.modern .SubscribeWidget .item-wrap {
  text-align: left;
}
#footer.modern .phoxy-widget-subscribe p {
  margin-bottom: 0;
  position: relative;
}
#footer.modern .phoxy-widget-subscribe p::after {
  content: "";
  font-family: "Ionicons";
  position: absolute;
  top: 9px;
  right: 20px;
  color: #fff;
  font-size: 25px;
}
#footer.modern .phoxy-widget-subscribe input {
  width: 100%;
  padding: 15px 20px;
  border: 0;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
#footer.modern .phoxy-widget-subscribe .phoxy-widget-descr {
  text-align: left;
}
#footer.modern .PhoxyInstagramWidget .instagram-text a {
  font-style: normal;
  font-size: 12px;
  color: #fff;
}
#footer.modern .PhoxyInstagramWidget .instagram-text a:hover {
  color: #999;
}
#footer.modern .phoxy-widget-about {
  text-align: left;
}
#footer.modern .phoxy-widget-about .about_content {
  text-align: left;
}
#footer .footer-bottom-wrap {
  margin-top: 90px;
  padding: 40px 0;
  background-color: #fff;
}
#footer .footer-bottom-wrap .flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
}
#footer.classic {
  padding: 30px 0;
  background-color: #fff;
}
#footer.classic .flex-wrap {
  display: flex;
  align-items: center;
}
#footer.classic .logo {
  text-decoration: none;
}
#footer.classic .logo span {
  font-size: 24px;
  line-height: 1.8;
  font-weight: 600;
  letter-spacing: 2px;
  color: #222;
}
#footer.classic .scroll-top-button {
  text-align: right;
}
#footer.classic #back-to-top {
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: lowercase;
  width: 32px;
  height: 32px;
  line-height: 2;
  color: #222;
  font-weight: 600;
  cursor: pointer;
  border: 0;
  text-decoration: none;
}
#footer.classic #back-to-top i {
  margin-left: 10px;
  font-size: 20px;
}
#footer.classic #back-to-top:hover {
  color: #999;
}

#footer.modern .phoxy-widget-subscribe input::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.6;
}

#footer.modern .phoxy-widget-subscribe input::-moz-placeholder {
  color: #fff;
  opacity: 0.6;
}

#footer.modern .phoxy-widget-subscribe input:-ms-input-placeholder {
  color: #fff;
  opacity: 0.6;
}

#footer.modern .phoxy-widget-subscribe input:-moz-placeholder {
  color: #fff;
  opacity: 0.6;
}

#footer .footer-bottom-wrap.no-widgets {
  margin-top: 0;
  padding: 30px 0;
}

@media only screen and (max-width: 767px) {
  #footer .footer-bottom-wrap.no-widgets {
    padding: 0;
  }
  #footer .footer-bottom-wrap.no-widgets .copyright {
    margin-top: 30px;
  }
  #footer.modern .footer-bottom-wrap.no-widgets .copyright {
    margin-top: 0;
  }
}
#footer.modern .footer-bottom-wrap {
  background-color: #222;
}
#footer.modern .footer-bottom-wrap .copyright a,
#footer.modern .footer-bottom-wrap .copyright {
  color: #fff;
}
#footer.modern .footer-menu-wrap ul li a {
  color: #fff;
}
#footer.modern .footer-menu-wrap ul li a:hover {
  color: #999;
}

#footer.fix-bottom {
  position: fixed;
  z-index: 300;
  bottom: 0;
  width: 100%;
  background-color: transparent;
}
#footer.fix-bottom.white-footer {
  padding: 0 0 3px;
}
#footer.fix-bottom .footer-socials a {
  color: #222;
}
#footer.fix-bottom .copyright {
  color: #fff;
}
#footer.fix-bottom .copyright a {
  color: #fff;
}
#footer.fix-bottom .footer-bottom-wrap {
  background-color: transparent;
}
#footer.fix-bottom.classic .logo span {
  color: #fff;
}
#footer.fix-bottom.classic #back-to-top {
  color: #fff;
}

#footer .footer-socials a {
  color: #fff;
  font-size: 18px;
  margin-right: 23px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
}
#footer .footer-socials a:hover {
  color: #f54ea2;
}
#footer .footer-socials a:last-of-type {
  margin-right: 0;
}

#footer .copyright {
  font-size: 15px;
  line-height: 1.73;
  letter-spacing: 0.2px;
  color: #999;
}

#footer .copyright a {
  color: #222;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
}

#footer .copyright a:hover {
  opacity: 0.7;
  text-decoration: none;
}

#footer .social-links {
  float: right;
  line-height: 30px;
}

#footer .social-links .fa {
  font-size: 15px;
}

#footer .social-links a {
  font-size: 13px;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  padding-left: 18px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#footer .social-links:hover a {
  opacity: 0.7;
}

#footer .social-links a:hover {
  opacity: 1;
}

.social-list > li {
  position: relative;
  display: inline;
  margin: 0px 11px 0 1px;
  list-style: none !important;
}

.social-list {
  margin-top: 25px;
  margin-left: 0 !important;
  text-align: center;
  padding: 0 15px;
}

.social-list a {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.social-list:hover a {
  opacity: 0.7;
}

.social-list a:hover {
  opacity: 1;
}

#footer .widget_search input[type=submit] {
  height: 40px;
  bottom: 1px;
}

footer .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: static;
  font-size: 12px;
}

#footer .widget_text .wpcf7-response-output {
  clear: both;
  font-size: 12px;
}

.social-links.single-post {
  width: 100%;
  text-align: center;
  font-size: 20px;
}

.social-links.single-post a {
  padding-left: 20px;
}

.click-on-this {
  text-decoration: none;
}

.social-list-portfolio:hover a {
  opacity: 0.6;
}

.social-list-portfolio a:hover {
  opacity: 1;
}

.phoxy_copyright_overlay {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.95);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  -o-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.phoxy_copyright_overlay.active {
  opacity: 1;
  visibility: visible;
}
.phoxy_copyright_overlay .phoxy_copyright_overlay-active {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.phoxy_copyright_overlay h1, .phoxy_copyright_overlay h2, .phoxy_copyright_overlay h3, .phoxy_copyright_overlay h4, .phoxy_copyright_overlay h5, .phoxy_copyright_overlay h6 {
  margin-bottom: 30px;
  font-weight: 800;
  letter-spacing: 0.2px;
  word-break: break-word;
}

.unit .sub-menu {
  background: #fff;
}

.phoxy_copyright_overlay_text {
  font-size: 20px;
  font-weight: 400;
  font-style: italic;
  padding: 15px;
  text-align: center;
  color: white;
}

#footer.static {
  position: static;
}

#footer.fix-bottom.no-footer {
  display: none;
}

#footer .menu-item-has-children .sub-menu {
  margin-top: 10px;
}
#footer .sidebar-item {
  margin-bottom: 25px;
  margin-top: 0;
}
#footer .widg .sidebar-item:nth-of-type(3) {
  float: right;
}
#footer .ContactWidget .phoxy-widget-contact {
  max-width: 300px;
}
#footer .sidebar-item {
  text-align: center;
}
#footer .sidebar-item .item-wrap {
  display: block;
  text-align: left;
}
#footer .sidebar-item h5 {
  margin-bottom: 28px;
}
#footer .sidebar-item li {
  margin-bottom: 11px;
  color: rgba(255, 255, 255, 0.5);
}
#footer .sidebar-item .text {
  color: rgba(255, 255, 255, 0.7);
}
#footer .widget_text h5 {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 2;
  margin-bottom: 40px;
  text-transform: uppercase;
}
#footer .widget_text .textwidget > p {
  color: #999;
  font-size: 15px;
  line-height: 1.73;
  letter-spacing: 0.2px;
  margin-bottom: 4px;
  opacity: 1;
}
#footer .widget_text .textwidget a {
  font-size: 15px;
  line-height: 1.73;
  letter-spacing: 0.2px;
  color: #999;
  opacity: 1;
}
#footer .widget_text .textwidget a:hover {
  color: #fff;
}
#footer .phoxy-recent-post-widget .recent-img {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 70px;
  height: 70px;
  margin-right: 20px;
  margin-bottom: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#footer .phoxy-recent-post-widget a,
#footer .phoxy-recent-post-widget .recent-date {
  color: #fff;
  opacity: 0.7;
}
#footer .phoxy-recent-post-widget a {
  font-weight: 800;
  line-height: 1.4;
  text-decoration: none;
}
#footer .phoxy-recent-post-widget .recent-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

#footer .input_protected_wrapper::after {
  display: none;
}

.main-wrapper.footer-parallax {
  background-color: #fff;
  z-index: 190;
}

#footer.footer-parallax {
  position: fixed;
}

#footer .sidebar-item ul ul ul ul ul ul {
  margin-left: 0;
}

#footer select,
#footer img {
  max-width: 100%;
  height: auto;
}

.main-wrapper.unit + #footer .sidebar-item {
  margin-left: 0;
}

#footer.classic .logo img {
  max-height: 80px;
}
#footer.classic img.logo-hover {
  display: none;
}

.PhoxyInstagramWidget {
  color: white;
}
.PhoxyInstagramWidget .insta-logo {
  max-height: 60px;
  width: auto;
  margin-bottom: 40px;
}
.PhoxyInstagramWidget h3.insta-logo {
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 0.6px;
  color: #fff;
  text-transform: none;
}
.PhoxyInstagramWidget .instagram-text {
  margin-top: 15px;
  text-align: center;
}
.PhoxyInstagramWidget .instagram-text a {
  text-decoration: none;
  color: #222;
  font-size: 15px;
  font-style: italic;
  letter-spacing: 0.2px;
}
.PhoxyInstagramWidget .instagram-text a:hover {
  opacity: 0.7;
}
.PhoxyInstagramWidget .images-wrap {
  text-align: center;
}
.PhoxyInstagramWidget .insta-images {
  height: 90px;
  width: 90px;
  max-width: calc(33% - (30px / 3));
  display: inline-block;
  background-size: cover;
  background-position: center;
  margin-right: 10px;
  margin-bottom: 10px;
}

.ContactWidget h3 {
  font-size: 22px;
  color: #fff;
  letter-spacing: 3px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.ContactWidget div.contact_content {
  font-size: 15px;
  color: #fff;
  opacity: 0.5;
  letter-spacing: 0px;
  line-height: 1.8;
  max-width: 300px;
  margin-bottom: 15px;
}
.ContactWidget .contact_url {
  font-size: 14px;
  color: #fff;
  text-decoration: underline;
  display: block;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}
.ContactWidget .contact_url:hover {
  opacity: 0.7;
}
.ContactWidget a.fa {
  color: #fff;
  display: inline-block;
  margin-top: 20px;
  text-decoration: none;
  margin-right: 14px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}
.ContactWidget a.fa:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 1550px) {
  body #footer .widg {
    padding: 50px 0 35px;
  }
}
@media only screen and (max-width: 1400px) {
  body #footer .widg {
    padding: 50px 0 15px;
  }
}
@media only screen and (max-width: 1200px) {
  #footer.simple > .container {
    padding-top: 90px;
  }
}
@media only screen and (min-width: 1199px) {
  #footer .sidebar-item .item-wrap {
    max-width: 260px;
    display: inline-block;
  }

  #footer .PhoxyInstagramWidget .item-wrap,
#footer .SocialLinkWidget .item-wrap {
    max-width: 320px;
  }
  #footer .SubscribeWidget .item-wrap {
    max-width: 300px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 768px) {
  body.static-menu #footer .sidebar-item {
    width: 50% !important;
  }
}
@media only screen and (max-width: 1024px) {
  #footer.simple > .container {
    padding-top: 50px;
  }
  #footer .sidebar-item {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  #footer .footer-bottom-wrap {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #footer .PhoxyInstagramWidget .insta-images:last-child,
#footer .PhoxyInstagramWidget .insta-images:nth-last-child(2) {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  #footer.white-footer .copyright {
    padding: 0;
  }

  #footer .widg .sidebar-item:nth-of-type(3) {
    float: none;
  }

  #footer .sidebar-item {
    text-align: center;
  }
  #footer .sidebar-item .images-wrap {
    display: inline-block;
  }

  #footer .ContactWidget .phoxy-widget-contact,
#footer .ContactWidget .contact_content {
    max-width: 100%;
  }

  #footer .widget_text {
    max-width: 100%;
  }

  #footer.simple > .container {
    padding-top: 40px;
  }
  #footer.simple .sidebar-item:nth-of-type(3n)::before {
    content: none;
  }
  #footer.simple .sidebar-item:nth-of-type(3n + 1)::after {
    content: none;
  }
  #footer.modern .sidebar-item {
    text-align: center;
  }
  #footer.modern .sidebar-item .item-wrap {
    text-align: center;
  }
  #footer.modern .phoxy-widget-subscribe {
    text-align: center;
  }
  #footer.modern .phoxy-widget-subscribe .phoxy-widget-descr {
    text-align: center;
  }
  #footer.modern .phoxy-widget-subscribe p {
    max-width: 260px;
    margin: 0 auto;
  }
  #footer.modern .phoxy-widget-subscribe h3.phoxy-widget-subscribe {
    text-align: center !important;
  }
  #footer.modern .phoxy-widget-copyright {
    text-align: center;
  }
  #footer.modern .phoxy-widget-copyright .copy_content {
    text-align: center;
  }
  #footer .sidebar-item {
    text-align: center;
  }
  #footer .sidebar-item:nth-of-type(3n) {
    width: 100%;
  }
  #footer .sidebar-item .item-wrap {
    text-align: center;
  }
  #footer .footer-bottom-wrap {
    margin-top: 30px;
  }

  #footer .footer-socials,
#footer .copyright {
    text-align: center;
  }

  #footer .footer-socials {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 768px) {
  #footer .widget_search input[type=submit] {
    height: 38px;
  }

  #footer .widget_search form div::after {
    height: 36px;
  }

  #footer.fix-bottom {
    position: absolute;
  }
  #footer.fix-bottom .footer-socials {
    margin-bottom: 0;
  }
  #footer.simple .sidebar-item {
    margin-bottom: 30px;
  }
  #footer .footer-bottom-wrap {
    margin-top: 0;
  }
  #footer .PhoxyInstagramWidget .insta-images {
    height: 60px;
    width: 60px;
  }
}
@media (max-width: 767px) {
  .unit + #footer .sidebar-item h5 {
    margin-bottom: 15px;
  }

  #footer {
    padding: 20px 0;
  }
  #footer.classic {
    padding: 15px 0;
  }
  #footer.classic .flex-wrap {
    flex-direction: column;
  }
  #footer.classic .footer-logo,
#footer.classic .copyright,
#footer.classic .scroll-top-button {
    text-align: center;
  }
  #footer.classic .footer-logo,
#footer.classic .copyright {
    margin-bottom: 20px;
  }

  #footer .copyright,
#footer .social-links {
    float: none;
  }

  #footer .copyright a,
#footer .social-links a {
    padding: 0 4px;
  }

  #footer .sidebar-item {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  body #footer .widg {
    padding: 15px 0;
  }

  #footer .sidebar-item .item-wrap {
    text-align: center;
  }
  #footer .sidebar-item .images-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #footer.simple {
    padding: 0;
  }
  #footer.simple .footer-menu-wrap ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer.simple .footer-menu-wrap.text-right li.menu-item, #footer.simple .footer-menu-wrap.text-left li.menu-item {
    margin-right: 15px;
    margin-left: 15px;
  }
  #footer.simple .copyright {
    margin-bottom: 30px;
  }
  #footer.simple .sidebar-item .item-wrap h3 {
    margin-bottom: 25px;
  }
  #footer.simple .sidebar-item .phoxy-widget-subscribe .phoxy-widget-descr {
    margin-bottom: 0;
  }
  #footer.modern .phoxy-widget-copyright .img-wrap {
    margin-bottom: 28px;
  }
  #footer .widget_text h5 {
    margin-bottom: 20px;
  }
  #footer .sidebar-item .item-wrap h3 {
    margin-bottom: 20px;
  }
  #footer .footer-bottom-wrap .flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
/*------------------------------------------------------*/
/*---------------------- 06. TEXT BLOCK SHORTCODE ----------------------*/
.wpb_text_column h1, .wpb_text_column h2, .wpb_text_column h3, .wpb_text_column h4, .wpb_text_column h5, .wpb_text_column h6 {
  margin-bottom: 30px;
  color: #222;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: 0.2px;
}
.wpb_text_column h1 {
  font-size: 80px;
}
.wpb_text_column h2 {
  font-size: 60px;
}
.wpb_text_column h3 {
  font-size: 50px;
}
.wpb_text_column p {
  margin-bottom: 45px;
  color: #999;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.2px;
  text-align: left;
}
.wpb_text_column a {
  color: #222;
  text-decoration: none;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.wpb_text_column a:hover {
  color: #777;
}

@media (max-width: 1199px) {
  .wpb_text_column h1 {
    font-size: 65px;
  }
  .wpb_text_column h2 {
    font-size: 48px;
  }
  .wpb_text_column h3 {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .wpb_text_column p {
    margin-bottom: 25px;
  }

  .wpb_text_column h1 {
    font-size: 40px;
    margin-bottom: 25px;
  }
  .wpb_text_column h2 {
    font-size: 36px;
    margin-bottom: 25px;
  }
  .wpb_text_column h3 {
    font-size: 30px;
    margin-bottom: 25px;
  }
  .wpb_text_column h4 {
    margin-bottom: 25px;
  }
  .wpb_text_column h5 {
    margin-bottom: 25px;
  }
  .wpb_text_column h6 {
    margin-bottom: 25px;
  }
}
@media (max-width: 600px) {
  .wpb_text_column h1 {
    margin-bottom: 25px;
  }
  .wpb_text_column h2 {
    margin-bottom: 25px;
  }
  .wpb_text_column h3 {
    margin-bottom: 25px;
  }
  .wpb_text_column h4 {
    font-size: 26px;
    margin-bottom: 25px;
  }
  .wpb_text_column h5 {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .wpb_text_column h6 {
    font-size: 22px;
    margin-bottom: 25px;
  }
}
/*------------------------------------------------------*/
/*---------------------- 07. ERROR PAGE ----------------------*/
.error404 .hero-inner {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.error404 .hero-inner.s-back-switch::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.error404 .hero-inner .bigtext {
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 20px;
  line-height: normal;
  text-align: center;
  margin-bottom: 30px;
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
}
.error404 .hero-inner .error-btn {
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
  margin-right: 10px;
  margin-left: 10px;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  font-weight: 600;
  padding: 5px 0;
}
.error404 .hero-inner .error-btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.error404 .hero-inner .error-btn:hover::before {
  width: 0;
}

.error404 .main-wrapper {
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
}
.error404 .main-wrapper .vertical-align {
  position: static;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  padding: 50px 0;
}

.error404 .main-wrapper .dark-text .bigtext,
.error404 .main-wrapper .dark-text .subtitle,
.error404 .main-wrapper .dark-text .title {
  color: #222;
}

.error404 .main-wrapper.unit {
  background-color: #fcf9f6;
}
.error404 .main-wrapper.unit .bigtext {
  color: #222;
}
.error404 .main-wrapper.unit .error-btn {
  color: #222;
}
.error404 .main-wrapper.unit .error-btn::before {
  background-color: #222;
}

@media only screen and (max-width: 767px) {
  .error404 .hero-inner .search input[type=submit] {
    padding: 20px 38px;
  }
  .error404 .hero-inner .search input:not([type=submit]) {
    width: 100%;
    margin-bottom: 0;
  }

  form div {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .error404 .hero-inner .bigtext {
    margin-bottom: 15px;
  }

  .error404 .hero-inner .title {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .error404 .hero-inner .subtitle {
    margin-bottom: 10px;
  }

  .error404 .hero-inner .search {
    margin-bottom: 10px;
  }
}
.only_logo .top-menu {
  padding-top: 20px;
}

.sidebar-item > h5,
.sidebar-item .screen-reader-text {
  letter-spacing: 0.75px;
  font-size: 15px;
  margin-bottom: 21px;
  line-height: 21px;
  display: block;
}

.sidebar-item .screen-reader-text,
.screen-reader-text {
  display: none;
}

.widget_product_search label,
.widget_search label {
  display: block;
  width: 100%;
}

.widget_search .searchform {
  position: relative;
}

.widget_product_search input[type=submit],
.widget_search input[type=submit] {
  background: transparent;
  border: 0;
  color: transparent;
  width: 50px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.widget_product_search input[type=submit]:hover,
.widget_search input[type=submit]:hover {
  opacity: 1;
}

.widget_rss .rss-date {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
  opacity: 0.7;
}

.widget_rss ul li {
  margin-bottom: 15px;
}

.widget_tag_cloud .tagcloud a {
  padding: 2px 5px;
  text-decoration: none;
  margin: 3px;
  display: inline-block;
  vertical-align: top;
  font-weight: 600;
}

.widget_calendar table td,
.widget_calendar table th {
  text-align: center;
  padding: 7px 0;
}

.sidebar-item:first-child {
  margin-top: 0;
}

.sidebar-item h5 {
  padding: 0px 7px 10px 3px;
  width: 100%;
}

.sidebar-item ul {
  margin-left: 20px;
}

.sidebar-item ul li a {
  text-decoration: none;
  color: #222;
}

.sidebar-item select {
  max-width: 100%;
  padding: 5px 10px;
}

.sidebar-item select option {
  max-width: 255px;
  width: 100%;
}

.sidebar-item input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
  font-size: 15px;
  color: #222;
  line-height: 1.6;
  letter-spacing: 0.2px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}
.sidebar-item input:focus {
  border-color: #222;
}

.col-md-4 .sidebar-item,
.col-md-3 .sidebar-item {
  margin-bottom: 30px;
}
.col-md-4 .sidebar-item .recentcomments a,
.col-md-3 .sidebar-item .recentcomments a {
  color: #222;
}
.col-md-4 .sidebar-item li,
.col-md-3 .sidebar-item li {
  list-style: none;
  font-size: 15px;
  letter-spacing: 0;
  color: #222;
  line-height: 1.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.col-md-4 .sidebar-item li li,
.col-md-3 .sidebar-item li li {
  opacity: 1;
}
.col-md-4 .sidebar-item a, .col-md-4 .sidebar-item span, .col-md-4 .sidebar-item p, .col-md-4 .sidebar-item strong,
.col-md-3 .sidebar-item a,
.col-md-3 .sidebar-item span,
.col-md-3 .sidebar-item p,
.col-md-3 .sidebar-item strong {
  color: #999;
  font-size: 15px !important;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}
.col-md-4 .sidebar-item h5,
.col-md-3 .sidebar-item h5 {
  width: 100%;
  line-height: normal;
}
.col-md-4 .sidebar-item a,
.col-md-3 .sidebar-item a {
  text-decoration: none;
}
.col-md-4 .sidebar-item select,
.col-md-3 .sidebar-item select {
  margin: 0;
  border: 1px solid #eee;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400;
  width: 100%;
  color: #999;
  padding-right: 7px;
  background-color: transparent;
}
.col-md-4 .widget_search .searchform,
.col-md-3 .widget_search .searchform {
  position: static;
}
.col-md-4 .widget_search input[type=search],
.col-md-4 .widget_search input[type=text],
.col-md-3 .widget_search input[type=search],
.col-md-3 .widget_search input[type=text] {
  padding: 0 0 10px;
  font-weight: normal;
  z-index: 3;
}
.col-md-4 .sidebar-item.widget_rss h5 a,
.col-md-3 .sidebar-item.widget_rss h5 a {
  color: #222;
  font-weight: 600 !important;
}
.col-md-4 .sidebar-item.widget_rss a.rsswidget,
.col-md-3 .sidebar-item.widget_rss a.rsswidget {
  color: #222;
  font-weight: 600;
}
.col-md-4 .sidebar-item.widget_rss a.rsswidget:hover,
.col-md-3 .sidebar-item.widget_rss a.rsswidget:hover {
  color: #999;
}
.col-md-4 .sidebar-item.widget_rss span.rss-date,
.col-md-3 .sidebar-item.widget_rss span.rss-date {
  font-size: 12px !important;
  color: #999;
  margin-top: 10px;
}
.col-md-4 .sidebar-item.widget_rss cite,
.col-md-3 .sidebar-item.widget_rss cite {
  color: #222;
  display: block;
  margin-top: 5px;
  font-size: 14px;
}
.col-md-4 .widget_tag_cloud a,
.col-md-3 .widget_tag_cloud a {
  background-color: #222;
  color: #fff;
  margin-bottom: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.col-md-4 .widget_tag_cloud a:hover,
.col-md-3 .widget_tag_cloud a:hover {
  opacity: 0.8;
}
.col-md-4 .widget_calendar table th,
.col-md-3 .widget_calendar table th {
  padding: 4px 7px;
}

.col-md-3 .ContactWidget .contact_url,
.col-md-3 .ContactWidget div.contact_content,
.col-md-3 .ContactWidget a.fa,
.col-md-3 .phoxyInstagramWidget,
.col-md-4 .ContactWidget .contact_url,
.col-md-4 .ContactWidget div.contact_content,
.col-md-4 .ContactWidget a.fa,
.col-md-4 .phoxyInstagramWidget {
  color: #222;
}
.col-md-3 .phoxyInstagramWidget a,
.col-md-4 .phoxyInstagramWidget a {
  max-width: calc(25% - (40px / 4));
}
.col-md-3 .ContactWidget h3,
.col-md-4 .ContactWidget h3 {
  font-size: 15px;
}
.col-md-3 .widget_media_gallery .s-back-switch,
.col-md-4 .widget_media_gallery .s-back-switch {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.main-wrapper .col-md-3 .sidebar-item ul ul ul ul ul ul,
.main-wrapper .col-md-4 .sidebar-item ul ul ul ul ul ul {
  margin-left: 0;
}

.main-wrapper .post-paper.sidebar-show > .container > .row > .col-md-9.not-letter {
  padding: 0 30px 0 0 !important;
}
.main-wrapper .post-paper.sidebar-show > .container > .row > .col-md-9.not-letter .post.modern .title {
  margin-top: 0;
}

.post-paper table td a {
  font-weight: bold;
}

.post.classic .title, .post.modern .title {
  word-wrap: break-word;
}

.widget_product_search form,
.widget_search form div {
  position: relative;
}

.widget_product_search form::after,
.widget_search form div::after {
  content: "";
  font-family: FontAwesome;
  font-size: 15px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  background-color: transparent;
  color: #222;
}

.widget_product_search form::after {
  top: 50%;
  transform: translateY(-50%);
}

.sidebar-item .price_slider_amount button.button:hover {
  opacity: 1;
}

.sidebar-item ins {
  background: none;
  padding: 0;
}

.sidebar-item span.product-title {
  color: #222;
}
.sidebar-item span.product-title:hover {
  color: #999;
}

@media only screen and (max-width: 991px) {
  .col-md-4 .sidebar-item,
.col-md-3 .sidebar-item {
    margin-bottom: 25px;
  }
  .col-md-4 .sidebar-item div.contact_content,
.col-md-3 .sidebar-item div.contact_content {
    margin-right: auto;
    margin-left: auto;
  }

  .sidebar-item ul {
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .widget_product_search form,
.widget_search form div,
.widget_product_search input[type=submit],
.widget_search input[type=submit] {
    height: 35px;
  }
}
div.lg-backdrop {
  z-index: 2040;
}

div.lg-outer {
  z-index: 2050;
}

.simple_gallery .info-item-wrap .item {
  margin-bottom: 20px;
}
.simple_gallery .social-list {
  text-align: left;
  padding: 0;
}
@media (max-width: 1200px) {
  .simple_gallery .social-list {
    text-align: center;
  }
}
.simple_gallery .social-list li {
  margin: 0;
}
.simple_gallery .social-list li:not(:last-of-type) {
  margin-right: 25px;
}
.simple_gallery .social-list a {
  color: #222;
  font-size: 18px;
}
.simple_gallery .social-list a:hover {
  color: #999;
}
.simple_gallery .social-list:hover a {
  opacity: 1;
}

dt {
  color: #222;
  font-size: 15px;
  font-weight: 600;
}

dd {
  font-size: 15px;
}

twitterwidget {
  margin: auto;
  margin-bottom: 20px !important;
}

.unit .protected-page form {
  font-weight: bold;
  max-width: 770px;
  margin: auto;
  margin-top: 60px;
}
.unit .protected-page form input:not([type=submit]) {
  margin-top: 8px;
  border: 1px solid #999;
  padding: 10px 24px;
  font-size: 12px;
  font-weight: 600;
  color: #222;
  line-height: 2;
  letter-spacing: 1px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  margin-bottom: 0;
}
.unit .protected-page form input:not([type=submit]):focus {
  border-color: #222;
}
.unit .protected-page form input[type=submit] {
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid #222;
  background-color: #222;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #222));
  background-image: linear-gradient(to right, transparent 50%, #222 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.unit .protected-page form input[type=submit]:hover {
  background-color: transparent;
  background-position: left bottom;
  color: #222;
  border-color: #ddd;
}

.post-nav > span:first-of-type {
  margin-right: 30px;
  font-weight: 600;
  font-size: 18px;
}

.unit strong, .unit b {
  color: #222;
}

.post-details .twitterwidget {
  margin-bottom: 40px !important;
}
.post-details ul li:first-of-type, .post-details ol li:first-of-type {
  margin-top: 20px;
}

.static .no-menu {
  margin-top: 100px;
  padding: 0 15px;
}

.no-menu > a {
  color: #222;
  font-weight: 600;
}

@media only screen and (max-width: 768px) {
  .unit .protected-page form {
    text-align: left;
  }
  .unit .protected-page form input:not([type=submit]) {
    margin-bottom: 20px;
    width: 100%;
  }
}
.wp-audio-shortcode {
  max-width: 770px !important;
  margin-right: auto;
  margin-left: auto;
}

.unit .sub-menu {
  background-color: transparent;
}

#footer .sidebar-item[class*=widget_] ul ul {
  margin-left: 10px;
  margin-top: 11px;
}

@media only screen and (min-width: 992px) {
  .unit #footer .sidebar-item {
    text-align: left;
  }
}
body.page .post-paper ol, body.page .post-paper ul {
  margin-left: 25px;
}

.gallery .gallery-item .gallery-caption,
.single-pagination > div a.content {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.single-pagination > div span {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  display: block;
  max-width: 100%;
}

body.search {
  background-color: #faf7f7;
}

div.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: 0;
  color: #999;
  text-align: center;
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #999 !important;
}

/*------------------------------------------------------*/
/*----------------------08. CLIENTS ----------------------*/
.archive-client .user-info-wrap {
  text-align: center;
  margin: 50px auto 90px;
}
.archive-client .user-info-wrap .user-img-wrap {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}
.archive-client .user-info-wrap .title {
  margin-bottom: 25px;
  font-size: 30px;
  padding-bottom: 25px;
  position: relative;
}
.archive-client .user-info-wrap .title:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 50px;
  height: 1px;
  background-color: #222;
}
.archive-client .user-info-wrap .descr {
  color: #999;
  line-height: 1.6;
  font-size: 16px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 600px) {
  .archive-client .user-info-wrap .descr {
    font-size: 14px;
  }
}

@media only screen and (max-width: 991px) {
  .archive-client .user-info-wrap {
    margin: 30px auto 50px;
  }
  .archive-client .user-info-wrap .user-img-wrap {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .archive-client .user-info-wrap {
    margin: 30px auto 40px;
  }
  .archive-client .user-info-wrap .user-img-wrap {
    margin-bottom: 20px;
  }
}
body table.booked-calendar th .monthName {
  font-size: 18px;
  font-weight: 600;
}
body table.booked-calendar tr.days th {
  font-size: 15px;
}
body table.booked-calendar td.today .date span {
  border-color: #222;
}
body table.booked-calendar td.today:hover .date span {
  background-color: #222 !important;
}

.portfolio.col-6 .item {
  width: 50%;
}
@media only screen and (max-width: 600px) {
  .portfolio.col-6 .item {
    width: 100%;
  }
}
.portfolio.col-3 .item {
  width: 33.33%;
}
@media only screen and (max-width: 991px) {
  .portfolio.col-3 .item {
    width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  .portfolio.col-3 .item {
    width: 100%;
  }
}
.portfolio.col-4 .item {
  width: 25%;
}
@media only screen and (max-width: 991px) {
  .portfolio.col-4 .item {
    width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  .portfolio.col-4 .item {
    width: 100%;
  }
}
.portfolio .item {
  height: 300px;
}
.portfolio .item-link {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  overflow: hidden;
  transition: all 0.5s ease;
  margin: 0 10px 20px 10px;
}
@media only screen and (max-width: 600px) {
  .portfolio .item-link {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.portfolio .item-img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.portfolio .item-img .images-one {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.portfolio .item-overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.5s ease;
}
.portfolio .item-overlay > h5 {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  text-align: center;
  font-size: 30px;
}
@media (max-width: 768px) {
  .portfolio .item-overlay > h5 {
    font-size: 26px;
  }
}
.portfolio.simple .item-link .item-img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: all 0.5s ease;
}
.portfolio.simple .item-link:hover .item-img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/*Hover 1 - Zoom out*/
.gallery-single .gallery-item.hover1 .item-img,
.portfolio .item-link.hover1 .item-img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  width: 120%;
  height: 100%;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  left: -10%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.gallery-single .gallery-item.hover1:hover .item-img,
.portfolio .item-link.hover1:hover .item-img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.portfolio .item-link.hover1.yes .item-img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.portfolio .item-link.hover1.yes:hover .item-img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  width: 120%;
  height: 100%;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  left: -10%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/*Hover 2 - Slide*/
.gallery-single .gallery-item.hover2 .item-img,
.portfolio .item-link.hover2 .item-img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  width: 120% !important;
  left: -20%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.gallery-single .gallery-item.hover2:hover .item-img,
.portfolio .item-link.hover2:hover .item-img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  left: 0%;
  width: 120%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.gallery-single .gallery-item.hover2 .info-content {
  left: -7%;
}

.portfolio .item-link.hover2.yes .item-img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  left: 0%;
  width: 120%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.portfolio .item-link.hover2.yes:hover .item-img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  width: 120% !important;
  left: -20%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/*Hover 3 - Rotate (+ zoom out)*/
.gallery-single .gallery-item.hover3 .item-img,
.portfolio .item-link.hover3 .item-img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transform: rotate(15deg) scale(1.4);
  -ms-transform: rotate(15deg) scale(1.4);
  transform: rotate(15deg) scale(1.4);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.gallery-single .gallery-item.hover3:hover .item-img,
.portfolio .item-link.hover3:hover .item-img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transform: rotate(0deg) scale(1);
  -ms-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.portfolio .item-link.hover3.yes .item-img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transform: rotate(0deg) scale(1);
  -ms-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.portfolio .item-link.hover3.yes:hover .item-img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transform: rotate(15deg) scale(1.4);
  -ms-transform: rotate(15deg) scale(1.4);
  transform: rotate(15deg) scale(1.4);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/*Hover 4 - Blur*/
.gallery-single .gallery-item.hover4 .item-img,
.portfolio .item-link.hover4 .item-img {
  -webkit-filter: grayscale(0%) blur(3px);
  filter: grayscale(0%) blur(3px);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.gallery-single .gallery-item.hover4:hover .item-img,
.portfolio .item-link.hover4:hover .item-img {
  -webkit-filter: grayscale(0%) blur(0px);
  filter: grayscale(0%) blur(0px);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.portfolio .item-link.hover4.yes .item-img {
  -webkit-filter: grayscale(0%) blur(0px);
  filter: grayscale(0%) blur(0px);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.portfolio .item-link.hover4.yes:hover .item-img {
  -webkit-filter: grayscale(0%) blur(3px);
  filter: grayscale(0%) blur(3px);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/*Hover 5 - Greyscale*/
.gallery-single .gallery-item.hover5 .item-img,
.portfolio .item-link.hover5 .item-img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.gallery-single .gallery-item.hover5:hover .item-img,
.portfolio .item-link.hover5:hover .item-img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.portfolio .item-link.hover5.yes .item-img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.portfolio .item-link.hover5.yes:hover .item-img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/*Hover 6 - Sepia*/
.gallery-single .gallery-item.hover6 .item-img,
.portfolio .item-link.hover6 .item-img {
  -webkit-filter: sepia(100%) grayscale(0%);
  filter: sepia(100%) grayscale(0%);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.gallery-single .gallery-item.hover6:hover .item-img,
.portfolio .item-link.hover6:hover .item-img {
  -webkit-filter: sepia(0%) grayscale(0%);
  filter: sepia(0%) grayscale(0%);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.portfolio .item-link.hover6.yes .item-img {
  -webkit-filter: sepia(0%) grayscale(0%);
  filter: sepia(0%) grayscale(0%);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.portfolio .item-link.hover6.yes:hover .item-img {
  -webkit-filter: sepia(100%) grayscale(0%);
  filter: sepia(100%) grayscale(0%);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/*Hover 7 - Blur + Greyscale*/
.gallery-single .gallery-item.hover7 .item-img,
.portfolio .item-link.hover7 .item-img {
  -webkit-filter: blur(0px) grayscale(0%);
  filter: blur(0px) grayscale(0%);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.gallery-single .gallery-item.hover7:hover .item-img,
.portfolio .item-link.hover7:hover .item-img {
  -webkit-filter: blur(3px) grayscale(100%);
  filter: blur(3px) grayscale(100%);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.portfolio .item-link.hover7.yes .item-img {
  -webkit-filter: blur(3px) grayscale(100%);
  filter: blur(3px) grayscale(100%);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.portfolio .item-link.hover7.yes:hover .item-img {
  -webkit-filter: blur(0px) grayscale(0%);
  filter: blur(0px) grayscale(0%);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/*Hover 8 - Opacity*/
.gallery-single .gallery-item.hover8 .item-img,
.portfolio .item-link.hover8 .item-img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.gallery-single .gallery-item.hover8:hover .item-img,
.portfolio .item-link.hover8:hover .item-img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 0.7;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.portfolio .item-link.hover8.yes .item-img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 0.7;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.portfolio .item-link.hover8.yes:hover .item-img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/*Hover 9 - Shine*/
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
.gallery-single .gallery-item.hover9 .item-img,
.portfolio .item-link.hover9 .item-img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.gallery-single .gallery-item.hover9 .item-img::before,
.portfolio .item-link.hover9 .item-img::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.gallery-single .gallery-item.hover9:hover .item-img,
.portfolio .item-link.hover9:hover .item-img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.gallery-single .gallery-item.hover9:hover .item-img::before,
.portfolio .item-link.hover9:hover .item-img::before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}

.portfolio .item-link.hover9.yes .item-img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.portfolio .item-link.hover9.yes .item-img::before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.portfolio .item-link.hover9.yes:hover .item-img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.portfolio .item-link.hover9.yes:hover .item-img::before {
  -webkit-animation: none;
  animation: none;
}

.tolb-holder figure {
  max-width: 95% !important;
}

body.single-whizzy_proof_gallery .post-details .title-wrap {
  display: none;
}
body.single-whizzy_proof_gallery .single-content-wrapper {
  max-width: none;
}
body.single-whizzy_proof_gallery .single-content-wrapper .title {
  padding-top: 0;
  font-size: 40px;
  letter-spacing: 0.2px;
  color: #222;
  font-weight: 600;
  text-align: center;
}
body.single-whizzy_proof_gallery .whizzy-data {
  margin-bottom: 90px;
}
body.single-whizzy_proof_gallery .whizzy-data .grid {
  text-align: center;
}
body.single-whizzy_proof_gallery .whizzy-data .grid__item {
  text-align: center;
}
body.single-whizzy_proof_gallery .whizzy-data .grid__item:last-of-type {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  float: none;
}
body.single-whizzy_proof_gallery .whizzy-data .grid__item .entry__meta-box {
  display: table;
  vertical-align: bottom;
  width: 100%;
}
body.single-whizzy_proof_gallery .whizzy-data .grid__item .entry__meta-box span {
  display: table-cell !important;
  padding: 0 10px !important;
  vertical-align: bottom !important;
  color: #999;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.2px;
  font-family: "Source Sans Pro", sans-serif;
}
body.single-whizzy_proof_gallery .whizzy-data .grid__item .entry__meta-box .meta-box__title {
  display: table-cell !important;
  margin: 0 10px !important;
  vertical-align: bottom !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  text-transform: none !important;
  color: #222;
  letter-spacing: 0.2px !important;
  font-family: "Source Sans Pro", sans-serif;
}
body.single-whizzy_proof_gallery .whizzy-data .grid__item .a-btn-2 {
  display: inline-block;
  padding: 5px 20px;
  border: 1px solid #222;
  font-size: 12px;
  font-weight: 600;
  line-height: 2;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  background-color: #222;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #222));
  background-image: linear-gradient(to right, transparent 50%, #222 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
body.single-whizzy_proof_gallery .whizzy-data .grid__item .a-btn-2:focus {
  color: #fff;
}
body.single-whizzy_proof_gallery .whizzy-data .grid__item .a-btn-2:hover {
  background-color: transparent;
  background-position: left bottom;
  color: #222;
  border-color: #ddd;
}
body.single-whizzy_proof_gallery .whizzy-data .grid__item .a-btn-2 i {
  display: none;
}

@media only screen and (max-width: 767px) {
  body.single-whizzy_proof_gallery #whizzy_proof_gallery {
    margin-bottom: 0;
  }
  body.single-whizzy_proof_gallery .single-content-wrapper .title {
    font-size: 28px;
  }
  body.single-whizzy_proof_gallery .whizzy-data {
    margin-bottom: 30px;
  }
  body.single-whizzy_proof_gallery .whizzy-data .grid__item {
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
  }
  body.single-whizzy_proof_gallery .whizzy-data .grid__item:last-child {
    padding-top: 0;
  }
  body.single-whizzy_proof_gallery .whizzy-data .grid__item .entry__meta-box span {
    text-align: right;
  }
  body.single-whizzy_proof_gallery .whizzy-data .grid__item .entry__meta-box .meta-box__title {
    padding-top: 15px !important;
    text-align: left;
  }
}
@media only screen and (max-width: 480px) {
  body.single-whizzy_proof_gallery .whizzy-data .grid__item:last-child button:not(:last-child) {
    margin-left: auto;
  }
}
.close_popup__btn {
  position: absolute;
  top: 0;
  right: 0;
}

.ct-ultimate-gdpr-container #tabs .ui-tabs-nav .ui-state-active,
.ct-ultimate-gdpr-container #tabs .ui-tabs-nav li {
  width: 100%;
  text-align: center;
  background-color: transparent;
  border: 0;
}
.ct-ultimate-gdpr-container #tabs .ui-tabs-nav .ui-state-active a,
.ct-ultimate-gdpr-container #tabs .ui-tabs-nav li a {
  color: #555;
  font-size: 16px;
}
.ct-ultimate-gdpr-container #tabs .ui-tabs-nav .ui-state-active a:after,
.ct-ultimate-gdpr-container #tabs .ui-tabs-nav li a:after {
  transform: none;
  display: none;
  border-color: #222;
  border-width: 2px;
}
.ct-ultimate-gdpr-container #tabs .ui-tabs-nav .ui-state-active a {
  color: #222;
}
.ct-ultimate-gdpr-container #tabs .ui-tabs-nav .ui-state-active a:after {
  display: block;
}
.ct-ultimate-gdpr-container #tabs .ui-tabs-nav .ui-state-hover a {
  color: #222;
}

@media (min-width: 1024px) {
  .ct-ultimate-gdpr-container #tabs .ui-tabs-nav .ui-state-active,
.ct-ultimate-gdpr-container #tabs .ui-tabs-nav li {
    width: 33.33%;
  }
}
.ct-ultimate-gdpr-container #tabs .ui-tabs-panel {
  background: none;
}

.ct-ultimate-gdpr-container input[type=text],
.ct-ultimate-gdpr-container input[type=email],
.ct-ultimate-gdpr-container input[type=url],
.ct-ultimate-gdpr-container input[type=password],
.ct-ultimate-gdpr-container input[type=search],
.ct-ultimate-gdpr-container input[type=tel],
.ct-ultimate-gdpr-container input[type=number],
.ct-ultimate-gdpr-container textarea {
  background-color: transparent;
  padding: 1.17647rem;
  border: 1px solid #d7d7d7;
  resize: none;
}

textarea {
  resize: none !important;
}

.ct-ultimate-gdpr-container label[for=ct-ultimate-gdpr-email] {
  display: none;
}

.ct-ultimate-gdpr-container label[for=ct-ultimate-gdpr-consent] {
  position: relative;
  padding-left: 25px;
}

.checkbox_wrap__right {
  position: absolute;
}

.ct-ultimate-gdpr-container .foxdsgn_custom_checkbox {
  position: absolute;
  left: 0;
  width: 100%;
  height: 20px;
  z-index: 1;
  opacity: 0;
}

.foxdsgn_custom_checkbox {
  position: absolute;
  left: 0;
  width: 100%;
  height: 20px;
  z-index: 1;
  opacity: 0;
}

.ct-ultimate-gdpr-container .foxdsgn_custom_checkbox:checked + .foxdsgn_custom_label::before, .ct-ultimate-gdpr-container .foxdsgn_custom_checkbox:not(:checked) + .foxdsgn_custom_label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(0%);
  width: 19px;
  height: 19px;
  border: 1px solid #d7d7d7;
  background-color: #fff;
}

.foxdsgn_custom_checkbox:checked + .foxdsgn_custom_label::after {
  content: "";
  font-family: "FontAwesome";
  position: absolute;
  left: 2px;
  top: -1px;
  color: black;
}

.foxdsgn_custom_checkbox:checked + .foxdsgn_custom_label::before, .foxdsgn_custom_checkbox:not(:checked) + .foxdsgn_custom_label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 19px;
  height: 19px;
  border: 1px solid #d7d7d7;
  background-color: #fff;
}

.ct-ultimate-gdpr-container input[type=checkbox]:checked + label[for=ct-ultimate-gdpr-consent]::after {
  content: "";
  font-family: "FontAwesome";
  position: absolute;
  left: 2px;
  top: -1px;
}

.ct-ultimate-gdpr-container input[type=email] {
  max-width: 400px;
}

.ct-ultimate-gdpr-container form input[type=submit] {
  display: block;
  margin-top: 20px;
  width: 200px;
  border-radius: 100px;
}

.ct-ultimate-gdpr-service-options input {
  display: none;
}
.ct-ultimate-gdpr-service-options input + .checkbox_label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 19px;
  height: 19px;
  border: 1px solid #d7d7d7;
  background-color: #fff;
  transform: translateY(0%);
}
.ct-ultimate-gdpr-service-options input:checked + .checkbox_label:after {
  color: #000;
  content: "";
  font-family: "FontAwesome";
  position: absolute;
  left: 2px;
  top: -1px;
}

.ct-ultimate-gdpr-service-details {
  padding-left: 25px;
}

.ui-widget,
.ct-ultimate-gdpr-container.ct-ultimate-gdpr-simple-form #tabs .ui-widget-header,
.ct-ultimate-gdpr-container.ct-ultimate-gdpr-simple-form #tabs .ui-tabs-panel.ui-widget-content,
.ct-ultimate-gdpr-container.ct-ultimate-gdpr-simple-form .ui-widget-content label,
.ct-ultimate-gdpr-container.ct-ultimate-gdpr-simple-form .ui-widget-content .ct-ultimate-gdpr-service-title,
.detailed-features.container .feature a,
.detailed-features.container .feature .ct-full-link,
.ct-ultimate-gdpr-cookie-modal-btn.save a,
.ct-ultimate-gdpr-cookie-modal-slider-able li,
#ct-ultimate-gdpr-cookie-modal-body h2,
#ct-ultimate-gdpr-cookie-modal-body h3,
#ct-ultimate-gdpr-cookie-modal-body h1,
#ct-ultimate-gdpr-cookie-modal-body h4,
#ct-ultimate-gdpr-cookie-modal-body h5,
#ct-ultimate-gdpr-cookie-modal-body h6,
.ct-ultimate-gdpr-cookie-modal-slider-desc h1,
.ct-ultimate-gdpr-cookie-modal-slider-desc h2,
.ct-ultimate-gdpr-cookie-modal-slider-desc h3,
.ct-ultimate-gdpr-cookie-modal-slider-desc h4,
.ct-ultimate-gdpr-cookie-modal-slider-desc h5,
.ct-ultimate-gdpr-cookie-modal-slider-desc h6,
.ct-ultimate-gdpr-cookie-modal-content,
.ct-ultimate-gdpr-cookie-modal-slider-not-able li {
  font-family: "Source Sans Pro", sans-serif;
}

.ct-ultimate-gdpr-container.ct-ultimate-gdpr-simple-form #tabs .ui-tabs-nav .ui-state-active {
  border-bottom: 1px solid #222;
}

.ct-ultimate-gdpr-container.ct-ultimate-gdpr-simple-form #tabs .ui-widget-header .ui-state-default a,
.ct-ultimate-gdpr-container.ct-ultimate-gdpr-simple-form #tabs .ui-widget-header .ui-state-default a:link {
  color: #999;
}

.ct-ultimate-gdpr-container.ct-ultimate-gdpr-simple-form #tabs .ui-widget-header .ui-state-default.ui-tabs-active a {
  color: #222;
}

.ct-ultimate-gdpr-container.ct-ultimate-gdpr-simple-form .ui-widget-content .ct-headerContent {
  font-size: 16px;
  font-weight: 400;
}

.ct-ultimate-gdpr-container.ct-ultimate-gdpr-simple-form .ui-widget-content label {
  font-size: 14px;
  font-weight: 400;
  color: #222;
}

.ct-ultimate-gdpr-container.ct-ultimate-gdpr-simple-form .ui-widget-content .ct-ultimate-gdpr-service-title {
  font-size: 16px;
  font-weight: 600;
}

.ct-ultimate-gdpr-container.ct-ultimate-gdpr-simple-form .ui-widget-content .ct-ultimate-gdpr-service-description {
  font-size: 14px;
}

.ct-ultimate-gdpr-container #ct-ultimate-gdpr-rectification .ct-ultimate-gdpr-services-email label[for*=ct-ultimate-gdpr-rectification-data-] {
  font-weight: 600;
}

.ct-ultimate-gdpr-container.ct-ultimate-gdpr-simple-form .ui-widget-content .ui-widget-content a {
  font-weight: 600;
  color: #222;
  text-decoration: none;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.ct-ultimate-gdpr-container.ct-ultimate-gdpr-simple-form .ui-widget-content .ui-widget-content a:hover {
  opacity: 0.8;
}

.ct-headerContent {
  margin-bottom: 1em;
}

.ct-ultimate-gdpr-container.ct-ultimate-gdpr-simple-form .ui-widget-content .ct-checkbox.ct-checked {
  background-color: #222;
}

a.ct-ultimate-triggler-modal-sc,
.detailed-features.container .feature a {
  text-decoration: none;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 2px;
  border-radius: 0;
}

.detailed-features.container .feature .ct-btn {
  border-radius: 0;
  opacity: 1;
  -webkit-transition: opacity 350ms ease;
  -moz-transition: opacity 350ms ease;
  -ms-transition: opacity 350ms ease;
  -o-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
}
.detailed-features.container .feature .ct-btn:hover {
  opacity: 0.7;
}

.ct-ultimate-gdpr-button,
.ct-ultimate-gdpr-container.ct-ultimate-gdpr-simple-form .ui-widget-content input[type=submit] {
  display: inline-block;
  padding: 5px 20px;
  border: 1px solid #222;
  background-color: #222;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #222));
  background-image: linear-gradient(to right, transparent 50%, #222 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 300ms ease;
  border-radius: 0;
  margin-top: 15px;
}
.ct-ultimate-gdpr-button:hover,
.ct-ultimate-gdpr-container.ct-ultimate-gdpr-simple-form .ui-widget-content input[type=submit]:hover {
  background-color: transparent;
  background-position: left bottom;
  color: #222;
  border: 1px solid #ddd;
}

#ct-ultimate-gdpr-cookie-modal-body .ct-ultimate-gdpr-cookie-modal-btn a {
  display: inline-block;
  padding: 5px 20px;
  border: 1px solid #222 !important;
  background-color: #222 !important;
  color: #fff !important;
  font-size: 12px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #222)) !important;
  background-image: linear-gradient(to right, transparent 50%, #222 50%) !important;
  background-size: 200% 100% !important;
  background-position: right bottom !important;
  transition: all 300ms ease;
  border-radius: 0;
  margin-top: 15px;
}
#ct-ultimate-gdpr-cookie-modal-body .ct-ultimate-gdpr-cookie-modal-btn a:hover {
  background-color: transparent !important;
  background-position: left bottom !important;
  color: #222 !important;
  border: 1px solid #ddd !important;
}

.ct-ultimate-gdpr-container.ct-ultimate-gdpr-simple-form .ui-widget-content input[type=email],
.ct-ultimate-gdpr-container.ct-ultimate-gdpr-simple-form .ui-widget-content textarea {
  border: 1px solid #eee;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: #222;
  border-radius: 0px;
  background: transparent;
  -webkit-transition: border-color 350ms ease;
  -moz-transition: border-color 350ms ease;
  -ms-transition: border-color 350ms ease;
  -o-transition: border-color 350ms ease;
  transition: border-color 350ms ease;
}
.ct-ultimate-gdpr-container.ct-ultimate-gdpr-simple-form .ui-widget-content input[type=email]:focus,
.ct-ultimate-gdpr-container.ct-ultimate-gdpr-simple-form .ui-widget-content textarea:focus {
  border-color: #222;
}

.ct-ultimate-gdpr-container.ct-ultimate-gdpr-simple-form .ui-widget-content .ct-checkbox {
  border: 1px solid #222;
}

.table-responsive table {
  width: auto;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 0 !important;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 0 !important;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 0 !important;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 0 !important;
}

@media only screen and (min-width: 1024px) {
  .ct-ultimate-gdpr-container #tabs .ui-tabs-nav .ui-state-active,
.ct-ultimate-gdpr-container #tabs .ui-tabs-nav li {
    width: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .vc_row-fluid.vc_row-no-padding {
    left: 0 !important;
  }
}

/*# sourceMappingURL=style.css.map */
