@font-face {
  font-family: 'BebasNeueBook';
  src: url("../../napoliold/fonts/bebasneuebook.eot");
  src: url("../../napoliold/fonts/bebasneuebook.woff") format("woff2"), url("../../napoliold/fonts/bebasneuebook.woff") format("woff"), url("../../napoliold/fonts/bebasneuebook.ttf") format("truetype"), url("../../napoliold/fonts/bebasneuebook.svg") format("svg"), url("../../napoliold/fonts/bebasneuebook.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'BebasNeueRegular';
  src: url("../../napoliold/fonts/bebasneueregular.eot");
  src: url("../../napoliold/fonts/bebasneueregular.woff") format("woff2"), url("../../napoliold/fonts/bebasneueregular.woff") format("woff"), url("../../napoliold/fonts/bebasneueregular.ttf") format("truetype"), url("../../napoliold/fonts/bebasneueregular.svg") format("svg"), url("../../napoliold/fonts/bebasneueregular.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

body,
html {
  height: 100%!important;
}

.no-scroll {
  overflow-y: hidden!important;
}

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  direction: ltr;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: inherit;
}

.swiper-wrapper {
  position: relative;
  width: 100%!important;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  -webkit-transition-property: left, top, -webkit-transform;
  transition-property: left, top, -webkit-transform;
  transition-property: transform, left, top;
  transition-property: transform, left, top, -webkit-transform;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
  box-sizing: content-box;
  cursor: s-resize;
  margin: 0 auto;
  height: inherit;
  float: left;
}

.swiper-slide {
  float: left;
  height: inherit;
  position: relative;
  width: 100%!important;
}

body {
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: .02em;
  font-size: 15px;
  line-height: 26px;
  color: #131313;
  position: relative;
  background: #fff;
}

.main-wrapper {
  min-height: 100vh;
  position: relative;
}

::-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: #131313;
  outline: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
}

a:hover,
a:focus {
  opacity: .7;
}

a {
  text-decoration: underline;
}

.text-light a {
  color: #fff;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  border: none;
}

.clip {
  clip: rect(auto, auto, auto, auto);
  height: 100%;
  position: absolute;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

h1 {
  font-size: 44px;
  line-height: 54px;
}

h2 {
  font-size: 36px;
  line-height: 48px;
}

h3 {
  font-size: 30px;
  line-height: 36px;
}

h4 {
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
}

h5 {
  font-size: 18px;
  line-height: 24px;
}

h6 {
  font-size: 14px;
  line-height: 18px;
  font-style: italic;
}

@media (max-width: 768px) {
  body {
    font-size: 14px;
    line-height: 23px;
  }
  h1 {
    font-size: 34px;
    line-height: 40px;
  }
  h2 {
    font-size: 30px;
    line-height: 35px;
  }
  h3 {
    font-size: 26px;
    line-height: 29px;
  }
  h4 {
    font-size: 22px;
    line-height: 24px;
  }
  h5 {
    font-size: 17px;
    line-height: 19px;
  }
  h6 {
    font-size: 13px;
    line-height: 15px;
  }
}

.bottom-line {
  position: relative;
  margin-bottom: 30px;
}

.bottom-line:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #111;
  bottom: -13px;
}

.text-light .bottom-line:after {
  background: #fff;
}

.text-light p {
  color: #fff;
}

.text-dark p {
  color: #000;
}

.monospace {
  font-family: 'Source Code Pro';
  color: #494949;
}

.text-light .monospace {
  color: #D0D0D0;
}

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;
  font-family: "Libre Baskerville", sans-serif;
  -webkit-font-smoothing: antialiased;
}

.notfound {
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.notfound:hover {
  opacity: .7;
}

.font-1 {
  font-family: "Libre Baskerville", sans-serif;
}

@media (max-width: 992px) {
  .bigtext {
    font-size: 130px;
  }
}

@media (max-width: 768px) {
  .bigtext {
    font-size: 70px;
  }
}

.text-light {
  color: #fff;
}

.text-dark {
  color: #151515;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.fullwidth {
  width: 100%;
}

.fullheight {
  height: 100%;
}

.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;
}

.vimeo-video {
  width: 100%!important;
  height: 100%!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;
  }
}

@media (max-width: 768px) {
  .vc_row[data-vc-full-width] {
    padding: 0;
  }
}

.a-btn,
.a-btn-2 {
  font-size: 11px;
  line-height: 20px;
  display: inline-block;
  letter-spacing: 1.1px;
  font-family: "Montserrat";
  font-weight: bold;
  box-sizing: border-box;
  padding: 8px 20px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
}

.a-btn {
  border-top: 2px solid rgba(255, 255, 255, 0.5);
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  color: #fff;
}

.a-btn:hover {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  color: #000;
  background-color: #fff;
  opacity: 1;
}

.a-btn-2 {
  border-top: 2px solid rgba(19, 19, 19, 0.5);
  border-bottom: 2px solid rgba(19, 19, 19, 0.5);
  color: #131313;
}

.a-btn-2:hover {
  border-top: 2px solid #131313;
  border-bottom: 2px solid #131313;
  color: #fff;
  background-color: #131313;
  opacity: 1;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.overlay-dark {
  background-color: rgba(0, 0, 0, 0.25);
}

.overlay-dark-2x {
  background-color: rgba(0, 0, 0, 0.7);
}

[class*="overlay-dark"]~*,
[class*="overlay-light"]~* {
  position: relative;
}

[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;
  }
}

.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;
}

.animsition-loading {
  background: none!important;
}

.animsition-loading:after {
  display: none!important;
}

.animsition-loading:before {
  content: "";
  display: block;
  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 1.0s infinite ease-in-out;
  animation: scaleout 1.0s infinite ease-in-out;
}

@-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;
  }
}

header {
  position: relative;
  width: 100%;
  z-index: 999;
  text-align: center;
  background-color: #fff;
}

@media (max-width: 767px) {
  header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

header.absolute {
  position: absolute;
  margin-bottom: 0;
}

header .logo {
  margin-top: 20px;
  margin-bottom: 15px;
}

header a.logo {
  text-decoration: none;
}

iframe[name="advpp_manager"] {
  position: absolute;
  left: -9999px;
}

/* 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%;
}

/*end fallback.css*/

.top-menu .logo {
  display: inline-block;
}

.top-menu .logo span {
  font-family: "BebasNeueRegular";
  font-size: 22px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 1.76px;
  min-width: 170px;
  text-align: center;
  background-color: #131313;
  color: #fff;
  display: inline-block;
}

@media (min-width: 992px) {
  .top-menu .logo span {
    padding: 24px 10px;
  }
}

@media (max-width: 991px) {
  .top-menu .logo span {
    padding: 15px 10px;
  }
}

@media (min-width: 992px) {
  .right-menu .logo {
    float: left;
    margin: 0;
  }
  .right-menu .logo img {
    margin-top: 13px;
  }
}

.right-menu .logo span {
  vertical-align: middle;
  text-align: left;
  margin-bottom: 13px;
  font-family: "BebasNeueRegular";
  font-size: 22px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 1.76px;
  padding-top: 12px;
  padding-bottom: 0;
  margin: 0;
}

@media (min-width: 992px) {
  .right-menu .logo span {
    float: left;
  }
}

#topmenu {
  width: 100%;
  text-align: center;
  background-color: #fff;
}

@media (min-width: 767px) and (max-width: 991px) {
  #topmenu {
    background-color: rgba(255, 255, 255, 0.8);
  }
}

#topmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}

#topmenu ul li {
  display: inline-block;
  position: relative;
}

#topmenu ul li a {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  color: #131313;
  font-weight: 400;
  display: block;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 20px 5px;
  line-height: 45px;
  letter-spacing: 0.96px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-font-smoothing: antialiased;
}

.top-menu #topmenu ul li a {
  padding: 0;
  margin-bottom: 5px;
}

#topmenu .social .fa {
  font-size: 15px;
}

#topmenu ul ul {
  position: absolute;
  z-index: 999;
  left: 0px;
  top: 50px;
  min-width: 200px;
  display: none;
  box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}

@media (min-width: 768px) {
  #topmenu ul ul {
    background-color: rgba(19, 19, 19, 0.8);
    padding: 10px 0px;
  }
}

@media (min-width: 768px) {
  .top-menu #topmenu ul ul {
    left: -20px;
  }
}

@media (max-width: 767px) {
  #topmenu ul li ul {
    box-shadow: none;
    font-style: normal;
  }
  #topmenu ul {
    box-shadow: none;
    font-style: normal;
  }
}

@media (min-width: 768px) {
  #topmenu>ul>li>ul:before {
    position: absolute;
    content: '';
    top: -5px;
    left: 20px;
    width: 0px;
    height: 0px;
    border-top: none;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 5px solid rgba(19, 19, 19, 0.8);
  }
}

@media (min-width: 768px) {
  #topmenu ul ul li {
    display: block;
    margin-bottom: 5px;
  }
  #topmenu ul ul li:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .top-menu #topmenu ul li {
    margin: 0px 20px 5px 20px;
  }
}

#topmenu ul ul li::before {
  content: '';
  display: table;
  clear: both;
}

#topmenu ul ul li a {
  font-size: 12px;
  line-height: 26px;
  padding: 0px 20px;
  font-family: "Montserrat";
  letter-spacing: 0.72px;
  display: block;
  width: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 768px) {
  #topmenu ul ul li a {
    color: #fff;
    text-transform: none!important;
  }
}

@media (min-width: 768px) {
  #topmenu ul ul li.current-menu-item>a {
    color: #c0af94;
  }
}

#topmenu ul ul li a::before {
  content: none;
}

#topmenu>ul>li>ul>li:hover ul {
  display: block!important;
}

#topmenu>ul>li>ul>li>ul {
  left: 101%;
  top: -15px;
}

.mob-nav {
  display: none;
  width: 20px;
  height: 20px;
  margin: 0 auto 12px;
  font-size: 14px;
}

@media (max-width: 767px) {
  .top-menu .logo {
    margin-bottom: 0;
  }
  .no-padd-mob {
    padding: 0!important;
  }
  .right-menu #topmenu .menu li.menu-item-has-children>a,
  #topmenu .menu li.menu-item-has-children>a {
    position: relative;
  }
  #topmenu ul li a:hover {
    opacity: 1;
  }
  .mob-nav {
    display: block;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #topmenu {
    display: none;
    overflow-y: auto;
    height: 100vh;
    position: absolute;
    padding-bottom: 90px;
    margin-bottom: 50px;
    text-align: left;
    padding-top: 20px;
  }
  #topmenu ul ul {
    display: block;
    position: static;
  }
  #topmenu ul.menu>li>ul>li>ul {
    display: block!important;
  }
  #topmenu ul.menu {
    width: 100%;
  }
  #topmenu ul.menu li {
    display: block!important;
    float: none;
    margin-bottom: 0px;
  }
  #topmenu ul.menu li a {
    padding: 5px 10px;
    line-height: 25px;
    display: block;
    width: 100%!important;
    float: none;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  #topmenu ul.menu li a:hover {
    opacity: 0.7;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  #topmenu>ul.menu>li {
    margin-bottom: 15px;
  }
  #topmenu>ul.menu>li>a {
    font-size: 14px;
  }
  #topmenu>ul.menu>li>ul>li {
    margin: 0px 15px;
    border: 1px solid #f1f2f3;
    margin-top: -1px;
  }
  #topmenu>ul.menu>li>ul>li>ul>li {
    margin: 0px 15px;
    border: 1px solid #f1f2f3;
    margin-top: -1px;
  }
  #topmenu>ul.menu>li>ul>li>ul>li:last-child {
    margin-bottom: 20px;
  }
  #topmenu .social li a {
    padding: 0px 10px!important;
    line-height: 25px!important;
  }
}

@media (min-width: 768px) {
  #topmenu>ul>li:hover ul {
    display: block;
  }
  #topmenu {
    display: block!important;
  }
  #topmenu>ul>li>ul>li>ul {
    left: -100%;
    top: -15px;
  }
  .sub-menu li a {
    z-index: 1999;
  }
  .pl30md {
    padding-left: 30px!important;
    padding-right: 0!important;
  }
}

@media (min-width: 768px) {
  .right-menu {
    max-width: 1170px;
    width: 100%;
    margin: auto;
    display: table;
    padding: 22px 0 13px;
  }
  .right-menu #topmenu {
    text-align: right;
  }
  .right-menu #topmenu ul ul {
    left: 10px;
    top: 50px;
  }
  .top-menu #topmenu ul ul {
    left: -20px;
    top: 50px;
  }
  .right-menu #topmenu>ul>li>ul>li>ul {
    left: 100%;
    top: -10px;
  }
  .top-menu #topmenu>ul>li>ul>li>ul {
    left: 100%;
    top: -10px;
  }
  .right-menu #topmenu .social {
    text-align: right;
    margin-left: 40px;
    vertical-align: top;
  }
  .right-menu #topmenu .social li a {
    padding: 0;
    margin-left: 18px;
  }
  .right-menu #topmenu .social li a:hover {
    opacity: 0.5;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .right-menu #topmenu .social li a::after,
  .right-menu #topmenu .social li a::before {
    content: none;
  }
  .right-menu #topmenu>ul>li>a {
    position: relative;
    padding: 0 0 5px 0px;
    margin-left: 30px;
  }
  .right-menu #topmenu>ul>li>a:hover,
  .top-menu #topmenu>ul>li>a:hover {
    opacity: 1;
  }
  .right-menu #topmenu>ul>li>a::before,
  .top-menu #topmenu>ul>li>a::before {
    position: absolute;
    content: '';
    width: 0%;
    height: 4px;
    bottom: 10px;
    left: 0;
    background-image: url("../../napoliold/images/menu-border.svg");
    background-repeat-x: repeat;
    z-index: 10;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .right-menu #topmenu>ul>li>a:hover::before,
  .top-menu #topmenu>ul>li>a:hover::before {
    width: 100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .right-menu #topmenu>ul>li.current-menu-item>a::before,
  .top-menu #topmenu>ul>li.current-menu-item>a::before,
  .right-menu #topmenu>ul>li.current-menu-parent>a::before,
  .top-menu #topmenu>ul>li.current-menu-parent>a::before {
    width: 0%;
  }
  .right-menu #topmenu>ul>li.current-menu-item>a,
  .top-menu #topmenu>ul>li.current-menu-item>a,
  .right-menu #topmenu>ul>li.current-menu-parent>a,
  .top-menu #topmenu>ul>li.current-menu-parent>a {
    opacity: 0.7;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .right-menu .logo img {
    margin-bottom: 12px;
    max-height: 75px;
  }
}

@media (max-width: 767px) {
  .right-menu #topmenu .social {
    display: block;
  }
  .right-menu #topmenu .social li {
    display: inline-block;
  }
  .right-menu #topmenu .social li a {
    padding: 0 10px 5px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .right-menu {
    text-align: left;
  }
  .right-menu .logo {
    display: inline-block;
    margin-top: 14px;
    margin-bottom: 0;
  }
  .right-menu #topmenu {
    display: inline-block!important;
    width: auto;
    float: right;
  }
  .right-menu #topmenu ul ul {
    left: -5px;
  }
  .right-menu #topmenu .menu>li>a {
    margin-left: 15px;
  }
  .right-menu #topmenu .social {
    margin-left: 0px;
    float: right;
  }
}

.side-link {
  display: inline-block;
  position: fixed;
  text-decoration: none;
  top: 50%;
  z-index: 9999;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.left.side-link {
  left: 10px;
}

.right.side-link {
  right: 10px;
}

.side-link .side-title {
  font-family: 'Montserrat';
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  width: 1em;
  font-size: 18px;
  line-height: 1.2;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-font-smoothing: antialiased;
}

.left.side-link .side-title {
  margin-left: 10px;
}

.right.side-link .side-title {
  margin-right: 10px;
}

.side-arrow:before,
.side-arrow:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 50%;
  background-color: #000;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.left .side-arrow:before,
.left .side-arrow:after {
  left: 0px;
}

.right .side-arrow:before,
.right .side-arrow:after {
  right: 0px;
}

.left .side-arrow:before {
  bottom: 50%;
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
}

.left .side-arrow:after {
  top: 50%;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}

.right .side-arrow:before {
  bottom: 50%;
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
}

.right .side-arrow:after {
  top: 50%;
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
}

.left.side-link:hover .side-arrow:before {
  height: 30px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.left.side-link:hover .side-arrow:after {
  height: 30px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.left.side-link:hover .side-title {
  margin-left: 40px;
  opacity: 0;
}

.right.side-link:hover .side-arrow:before {
  height: 30px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.right.side-link:hover .side-arrow:after {
  height: 30px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.right.side-link:hover .side-title {
  margin-right: 40px;
  opacity: 0;
}

.hero {
  width: 100%;
  height: 40%;
  position: relative;
  background-size: cover;
  background-position: center;
}

.hero-inner {
  position: relative;
  height: 100vh;
  bottom: 50px;
}

.hero-slider {
  width: 100%;
  height: 70%;
  position: relative;
  background-size: cover;
  background-position: center;
}

.hero-slider ul {
  list-style: none!important;
}

.hero-slider,
.hero-slider .slides,
.hero-slider .slides .slide {
  margin: 0;
  padding: 0;
}

.hero-slider .slides .slide {
  position: relative;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.slide-caption {
  position: absolute;
  left: 50px;
  bottom: 50px;
  right: 50px;
  opacity: 0;
  -webkit-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  transform: translateX(-100px);
  -webkit-transition: all 1s ease 1s;
  transition: all 1s ease 1s;
}

.flex-active-slide .slide-caption {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

.flex-control-paging {
  list-style: none;
  line-height: 0;
  margin: 10px 0 0;
  z-index: 99999;
  text-align: center;
}

.flex-control-paging li {
  display: inline-block;
  margin: 5px;
  border: 1px solid #000;
}

.flex-control-paging li a {
  display: block;
  text-decoration: none;
  text-indent: -9999px;
  width: 8px;
  height: 8px;
  background: #fff;
  border: 1px solid #fff;
  cursor: pointer;
}

.flex-control-paging li a.flex-active {
  background: #000;
}

.top-banner {
  position: relative;
  width: 100%;
  height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-attachment: scroll;
  background-position: center top;
}

.top-banner .fix-inner {
  height: 690px;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -2;
}

@media (max-width: 992px) {
  .top-banner .fix-inner {
    height: 100vh;
  }
}

@media (max-width: 480px) {
  .top-banner {
    text-align: center;
  }
}

.top-banner .subtitle {
  font-size: 12px;
  line-height: 20px;
  font-family: "Montserrat", sans-serif;
  color: white;
  font-weight: 400;
  letter-spacing: 2.4px;
  margin-bottom: 40px;
  padding-top: 150px;
  -webkit-font-smoothing: antialiased;
}

@media (max-width: 480px) {
  .top-banner .subtitle {
    padding-top: 30px;
  }
}

.top-banner .title {
  font-size: 70px;
  font-family: "BebasNeueBook";
  color: white;
  font-weight: 300;
  letter-spacing: 5.6px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .top-banner .title {
    font-size: 40px;
    line-height: 50px;
  }
}

.top-banner .descr {
  font-size: 14px;
  line-height: 28px;
  font-family: "Libre Baskerville", sans-serif;
  color: white;
  font-weight: 400;
  letter-spacing: 1.12px;
  max-width: 510px;
}

.vertical-align {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.top-banner .a-btn {
  margin-top: 30px!important;
}

.top-banner.full-height .container .subtitle {
  padding-top: 0;
}

.banner-gallery {
  position: relative;
}

.banner-gallery .content-wrap {
  position: absolute;
  background-color: #fff;
}

.banner-gallery .content-wrap .content {
  left: 0;
  padding: 15px 70px;
}

.banner-gallery .content-wrap .title {
  font-size: 60px;
  font-family: "BebasNeueBook", sans-serif;
  color: #131313;
  font-weight: 400;
  line-height: 80px;
  letter-spacing: 5.6px;
  margin-bottom: 20px;
}

.banner-gallery .content-wrap .description {
  font-size: 14px;
  line-height: 28px;
  font-family: "Libre Baskerville", sans-serif;
  color: #888888;
  max-width: 430px;
  margin: auto;
  letter-spacing: 1.12px;
}

.banner-gallery .content-wrap .button {
  margin-left: auto;
  margin-top: 31px;
}

.banner-list {
  display: block;
  width: 100%;
  margin: 0!important;
}

.banner-list:before,
.banner-list:after {
  content: '';
  display: table;
}

.banner-list 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;
}

.banner-list li span {
  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: cover;
  background-position: center center;
  background-repeat: no-repeat;
  box-sizing: content-box;
}

.action-wrap {
  padding: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.action {
  background-color: #fff;
  padding: 27px 300px 28px 50px;
  position: relative;
}

.action .title {
  font-size: 18px;
  font-family: "Libre Baskerville", sans-serif;
  color: #131313;
  font-weight: bold;
  letter-spacing: 1.4px;
  margin-bottom: 6px;
  line-height: 24px;
}

.action .subtitle {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  color: #131313;
  opacity: .9;
  padding-left: 2px;
  letter-spacing: .63px;
  line-height: 20px;
}

.action .button {
  position: absolute;
  right: 49px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 1px 68px;
  font-weight: 500;
}

.about-section {
  position: relative;
  min-height: 420px;
}

@media (max-width: 767px) {
  .about-section {
    padding: 15px;
    padding-bottom: 30px;
    text-align: center;
  }
}

.about-section .person-wrap {
  float: left;
  height: 420px;
  width: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 70px;
}

@media (max-width: 1199px) {
  .about-section .person-wrap {
    width: 400px;
    margin-right: 60px;
  }
}

@media (max-width: 991px) {
  .about-section .person-wrap {
    width: 345px;
    margin-right: 30px;
  }
}

@media (max-width: 767px) {
  .about-section .person-wrap {
    float: none;
    width: 100%;
    max-width: 480px;
    height: 300px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}

.about-section .content {
  padding-top: 60px;
  padding-right: 70px;
}

@media (max-width: 991px) {
  .about-section .content {
    padding-top: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 767px) {
  .about-section .content {
    padding: 0px;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}

.about-section .subtitle {
  font-family: "Montserrat";
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2.4px;
  color: #c0af94;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 30px;
  -webkit-font-smoothing: antialiased;
}

.about-section .title {
  font-size: 36px;
  font-family: "BebasNeueRegular", sans-serif;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 2.88px;
  margin-bottom: 20px;
  color: #131313;
}

.about-section .descr {
  font-size: 14px;
  font-family: "Libre Baskerville", sans-serif;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 1.12px;
  color: rgba(136, 136, 136, 0.7);
  margin-bottom: 30px;
}

.about-section .a-btn-2 {
  color: #131313;
}

.about-section .a-btn-2:hover {
  color: #fff;
}

.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;
}

.ri-grid-size-1 {
  width: 55%;
}

.ri-grid-size-2 {
  width: 100%;
}

.ri-grid-size-3 {
  width: 100%;
  margin-top: 0px;
}

.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;
}

.gallery-item {
  display: block;
  height: 180px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.gallery-item:hover {
  opacity: 1;
}

.gallery-item .info-content {
  background-color: rgba(19, 19, 19, 0.3);
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.gallery-item .info-content h5 {
  font-family: "BebasNeueRegular";
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1.92px;
}

.gallery-item:hover .info-content {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

.modern .gallery-item {
  height: auto;
  text-align: center;
}

.modern .gallery-item img {
  width: 100%;
}

.modern .gallery-item .info-content {
  background-color: rgba(19, 19, 19, 0.3);
}

.modern .gallery-item .info-content h5 {
  font-family: "BebasNeueRegular";
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1.92px;
}

.fullwidth .gallery-item {
  height: auto;
}

.fullwidth .gallery-item img {
  width: auto;
}

.fullwidth .gallery-item .info-content {
  height: 50%;
  -webkit-transform: translateY(200%);
  -ms-transform: translateY(200%);
  transform: translateY(200%);
  background-color: #F4F4F4;
}

.fullwidth .gallery-item .info-content h5 {
  letter-spacing: 1.1px;
  margin-bottom: 6px;
}

.fullwidth .gallery-item .info-content .subtitle {
  font-size: 10px;
  font-family: "Montserrat", sans-serif;
  color: #131313;
  text-transform: uppercase;
  line-height: 2;
  letter-spacing: 2.6px;
}

.fullwidth .gallery-item:hover .info-content {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.full-single.item1 {
  width: 25%;
}

.full-single.item1 .gallery-item {
  width: 100%;
  height: 400px;
}

.full-single.item2 {
  width: 50%;
}

.full-single.item2 .gallery-item {
  height: 400px;
  width: 100%;
}

.full-single.item3 {
  width: 25%;
}

.full-single.item3 .gallery-item {
  width: 100%;
  height: 200px;
}

.full-single.item4 {
  width: 25%;
}

.full-single.item4 .gallery-item {
  width: 100%;
  height: 400px;
}

.full-single.item6 {
  width: 25%;
}

.full-single.item6 .gallery-item {
  width: 100%;
  height: 200px;
}

.full-single.item5 {
  width: 50%;
}

.full-single.item5 .gallery-item {
  width: 100%;
  height: 400px;
}

.full-single.item7 {
  width: 50%;
}

.full-single.item7 .gallery-item {
  height: 200px;
  width: 100%;
}

.portfolio-wrapper {
  margin-bottom: 0px;
  padding: 0;
}

.portfolio.simple {
  margin-left: 0px!important;
  margin-right: 0px!important;
  padding: 0px 20px;
}

.portfolio.simple > div {
  padding-left: 5px;
  padding-right: 5px;
}

@media (max-width: 991px) {
  .portfolio.simple {
    padding: 0px 10px;
  }
}

@media (max-width: 767px) {
  .portfolio.simple {
    padding: 0px 15px;
  }
}

.item {
  float: left;
  display: block;
}

.portfolio.simple .item {
  height: 250px;
}

.item .item-img {
  margin-left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.item:after {
  padding-top: 0%;
  display: block;
  content: "";
}

.col-2 .item {
  width: 50%;
}

.col-4 .item {
  width: 25%;
}

.portfolio-gallery.gallery-single {
  margin: 0 -15px;
}

.item.item-singe {
  min-height: 270px;
}

.portfolio.simple .item {
  max-height: 270px!important;
}

@media (max-width: 991px) {
  .item {
    width: 50%!important;
  }
  [data-space] .item-img {
    margin-top: 0px!important;
  }
}

@media (max-width: 767px) {
  .item {
    width: 100%!important;
  }
}

.item-link {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.portfolio.simple .item-link {
  margin: 0px 10px 20px 10px!important;
}

@media (max-width: 767px) {
  .portfolio.simple .item-link {
    margin: 0px!important;
    margin-bottom: 30px!important;
  }
}

.portfolio.classic .item-link {
  margin: 0px 15px 30px 15px!important;
}

@media (max-width: 767px) {
  .portfolio.classic .item-link {
    margin: 0px!important;
    margin-bottom: 30px!important;
  }
}

.item-link:hover {
  opacity: 1;
}

.item-img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: 0;
}

.item-img .images {
  width: 33.33%;
  height: 33.33%;
  float: left;
  position: relative;
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.item-img .images-one {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.item-overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.item-overlay>h5 {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  font-family: "BebasNeueRegular";
  color: #fff;
  text-align: center;
}

.portfolio.simple .item-link .item-img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.item-link:hover .item-overlay {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  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);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.portfolio.simple .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;
}

.portfolio.simple .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.simple .item-link.hover2 .item-img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  width: 120%;
  left: -20%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.portfolio.simple .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;
}

.portfolio.simple .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;
}

.portfolio.simple .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.simple .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;
}

.portfolio.simple .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.simple .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;
}

.portfolio.simple .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.simple .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;
}

.portfolio.simple .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.simple .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;
}

.portfolio.simple .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.simple .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;
}

.portfolio.simple .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.5;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

.portfolio.simple .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;
}

.portfolio.simple .item-link.hover9 .item-img::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 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.simple .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;
}

.portfolio.simple .item-link.hover9:hover .item-img::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}

.classic .item-overlay {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.classic .item-overlay h5 {
  color: white;
  font-weight: 500;
  letter-spacing: 1.6px;
}

.portfolio.classic .item {
  height: 400px;
  max-height: 400px;
}

.portfolio.classic .item-link {
  min-height: 370px;
  height: 370px;
}

.single-proof_gallery .single-content>.title,
.single-proof_gallery .title {
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 2.88px;
  font-weight: 400;
  font-family: "BebasNeueRegular";
  color: #131313;
  margin: 0;
  padding-top: 35px;
}

@media (max-width: 767px) {
  .single-proof_gallery .single-content>.title,
  .single-proof_gallery .title {
    padding-top: 20px;
    text-align: center;
  }
}

.single-proof_gallery .date-post {
  display: none;
}

.single-proof_gallery .single-content .post-info {
  display: none;
}

.single-proof_gallery .pixproof-data {
  margin-bottom: 75px;
}

@media (max-width: 1199px) {
  .single-proof_gallery .pixproof-data {
    margin-bottom: 60px;
  }
}

@media (max-width: 991px) {
  .single-proof_gallery .pixproof-data {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .single-proof_gallery .pixproof-data {
    text-align: center;
  }
}

.single-proof_gallery .pixproof-data .grid {
  font-size: 0px;
}

.single-proof_gallery .pixproof-data .grid__item {
  display: inline-block;
  vertical-align: top;
  width: auto;
}

@media (max-width: 767px) {
  .single-proof_gallery .pixproof-data .grid__item {
    display: block;
  }
}

.single-proof_gallery .pixproof-data .grid__item .entry__meta-box {
  display: inline-block;
  vertical-align: bottom;
  line-height: 20px;
}

.single-proof_gallery .pixproof-data .grid__item .entry__meta-box span {
  font-size: 14px;
  line-height: 20px;
  font-family: "Libre Baskerville";
  letter-spacing: 1.12px;
  color: #888888;
  display: inline-block;
  vertical-align: top;
  padding-top: 25px;
  padding-right: 40px;
}

@media (max-width: 767px) {
  .single-proof_gallery .pixproof-data .grid__item .entry__meta-box span {
    padding-right: 0px;
  }
}

.single-proof_gallery .pixproof-data .grid__item .entry__meta-box .meta-box__title {
  font-size: 12px!important;
  line-height: 20px!important;
  vertical-align: top!important;
  font-family: "Montserrat"!important;
  color: #c0af94!important;
  text-transform: uppercase!important;
  letter-spacing: 2.4px!important;
  display: inline-block!important;
  padding-top: 26px!important;
  padding-right: 10px!important;
}

.single-proof_gallery .pixproof-data .grid__item .a-btn-2 {
  background: transparent;
  border-left: none;
  border-right: none;
}

.single-proof_gallery .pixproof-data .grid__item .a-btn-2:hover {
  background: #131313;
}

.single-proof_gallery .pixproof-data .grid__item:last-child {
  float: right;
}

@media (max-width: 767px) {
  .single-proof_gallery .pixproof-data .grid__item:last-child {
    padding-top: 20px;
    float: none;
  }
}

.single-proof_gallery #pixproof_gallery {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .single-proof_gallery #pixproof_gallery {
    margin-bottom: 40px;
  }
}

.single-proof_gallery #pixproof_gallery .proof-photo {
  cursor: pointer;
  margin-bottom: 30px;
}

.single-proof_gallery #pixproof_gallery .proof-photo .img-wrap {
  height: 180px;
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.single-proof_gallery #pixproof_gallery .proof-photo .img-wrap:before {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.single-proof_gallery #pixproof_gallery .proof-photo .proof-photo__container {
  position: relative;
}

.single-proof_gallery #pixproof_gallery .proof-photo .proof-photo__meta {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.single-proof_gallery #pixproof_gallery .proof-photo .proof-photo__status {
  display: none;
}

.single-proof_gallery #pixproof_gallery .proof-photo .meta__action.zoom-action {
  font-size: 0px;
  padding: 0;
  position: absolute;
  background-color: transparent!important;
  width: 100%;
  height: 180px;
  top: 0;
  z-index: 49;
}

.single-proof_gallery #pixproof_gallery .proof-photo .actions-nav {
  margin: 0;
}

.single-proof_gallery #pixproof_gallery .proof-photo .meta__action.select-action {
  font-size: 0px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  white-space: nowrap;
  padding: 0;
  width: 24px;
  height: 24px;
  box-sizing: border-box;
  position: relative;
  text-decoration: none;
  opacity: 0;
  z-index: 50;
  margin-left: 15px;
  margin-top: 15px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.single-proof_gallery #pixproof_gallery .proof-photo .meta__action.select-action:hover {
  opacity: 1;
}

.single-proof_gallery #pixproof_gallery .proof-photo .meta__action.select-action .button-text {
  font-size: 0px;
  white-space: nowrap;
}

.single-proof_gallery #pixproof_gallery .proof-photo .meta__action.select-action:before {
  content: '\f067';
  font-family: "FontAwesome";
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.single-proof_gallery #pixproof_gallery .proof-photo .proof-photo__bg {
  position: relative;
}

.single-proof_gallery #pixproof_gallery .proof-photo .proof-photo__bg .proof-photo__id {
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  font-size: 24px;
  font-weight: 400;
  font-family: "BebasNeueRegular";
  color: #fff;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.single-proof_gallery #pixproof_gallery .proof-photo:hover .proof-photo__id {
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.single-proof_gallery #pixproof_gallery .proof-photo:hover .img-wrap:before {
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.single-proof_gallery #pixproof_gallery .proof-photo:hover .meta__action.select-action {
  opacity: 1;
  background-color: transparent!important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.single-proof_gallery #pixproof_gallery .proof-photo:hover .meta__action.select-action:hover:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.single-proof_gallery #pixproof_gallery .proof-photo.selected .meta__action.select-action {
  opacity: 1;
  border: 1px solid #c0af94;
  background-color: #c0af94!important;
}

.single-proof_gallery #pixproof_gallery .proof-photo.selected .meta__action.select-action:before {
  content: '\f00c';
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.single-proof_gallery #pixproof_gallery .proof-photo.selected:hover .meta__action.select-action:hover:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: '\f068';
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.justified-gallery .dgwt-jg-caption {
  background: rgba(0, 0, 0, 0.5);
}

.justified-gallery .dgwt-jg-caption span {
  font-family: "BebasNeueRegular";
  font-size: 24px!important;
  line-height: 30px!important;
  color: #fff!important;
  letter-spacing: 1.92px!important;
  font-weight: 400!important;
  opacity: 1!important;
}

.lg-sub-html h4 {
  font-family: "BebasNeueRegular";
  font-size: 24px!important;
  line-height: 30px!important;
  color: #fff!important;
  font-weight: 400!important;
  letter-spacing: 1.92px;
}

.lg-sub-html .dgwt-jg-item-desc {
  letter-spacing: .8px;
  font-size: 12px;
  line-height: 20px!important;
  letter-spacing: 2.4px;
  font-family: "Montserrat", sans-serif;
  color: #888888;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  max-width: 900px;
  margin-left: auto!important;
  margin-right: auto!important;
}

.single-proof_gallery .mfp-arrow-left {
  left: 5px!important;
}

.single-proof_gallery .mfp-arrow-right {
  right: 100px!important;
}

.izotope-container .item-single {
  margin-bottom: 5px!important;
}

.izotope-container .item-single:last-child {
  margin-bottom: 30px!important;
}

.filter {
  text-align: center;
}

.filter ul li {
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
  margin: 8px;
  cursor: pointer;
  opacity: .7;
  letter-spacing: 1px;
  font-family: "Libre Baskerville", sans-serif;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.filter ul li.active,
.filter ul li:hover {
  opacity: 1;
}

blockquote {
  border: none;
  font-size: 15px;
  padding: 10px 0;
}

blockquote footer {
  font-size: 85%;
}

.team-member .social {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 100%;
  height: 100%;
}

.team-member .social .wrap:hover a {
  opacity: .5;
}

.team-member .social .wrap a {
  color: white;
  font-size: 16px;
  padding: 0 15px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.team-member .social .wrap a:hover {
  opacity: 1;
}

.team-member:hover .social {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.team-member .info {
  text-align: center;
  padding: 36px 15px;
}

@media (max-width: 991px) {
  .team-member .info {
    padding: 15px 15px 0px 15px;
  }
}

.team-member .info .title {
  font-size: 36px;
  line-height: 40px;
  font-family: "BebasNeueRegular", sans-serif;
  color: #131313;
  font-weight: 400;
  letter-spacing: 2.88px;
}

.team-member .info .position {
  letter-spacing: .8px;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2.4px;
  font-family: "Montserrat", sans-serif;
  color: #c0af94;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

.team-member .avatar {
  position: relative;
  overflow: hidden;
  background-size: cover!important;
  background: no-repeat;
  background-position: center;
  width: 100%;
  height: 370px;
  max-width: 370px;
  margin: auto;
}

.all-posts-descr {
  margin: 15px 0px;
}

@media (max-width: 767px) {
  .all-posts-descr {
    text-align: center;
    padding: 0px 15px;
    margin-bottom: 40px;
  }
}

.all-posts-descr h6 {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2.40px;
  font-family: "Montserrat";
  font-weight: 400;
  color: #c0af94;
  font-style: normal;
  margin-top: -7px;
  margin-bottom: 27px;
  -webkit-font-smoothing: antialiased;
}

@media (max-width: 991px) {
  .all-posts-descr h6 {
    margin-bottom: 10px;
  }
}

.all-posts-descr h5 {
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 2.88px;
  font-family: "BebasNeueRegular";
  font-weight: 400;
  color: #131313;
  margin-bottom: 20px;
}

.all-posts-descr p {
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 1.12px;
  font-family: "Libre Baskerville";
  font-weight: 400;
  color: #888888;
  margin-bottom: 30px;
}

.post-box {
  text-align: center;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 240px;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
  opacity: 1;
}

z .post-box:hover {
  opacity: 1;
}

.post-box:before {
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  content: '';
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.post-box .text {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (max-width: 767px) {
  .post-box {
    margin: 0px;
    margin-bottom: 5px;
  }
  .post-box .text {
    padding: 0px 15px;
  }
}

.post-box .text h6 {
  font-size: 24px;
  color: #fff;
  font-family: "BebasNeueRegular", sans-serif;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 1.92px;
  margin-bottom: 10px;
  font-style: normal;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.post-box .text span {
  font-size: 11px;
  line-height: 20px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1.1px;
  color: #fff;
  font-weight: 400;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-font-smoothing: antialiased;
}

.post-box:hover:before,
.post-box:hover .text h6,
.post-box:hover .text span {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.post-box .post-descr {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  background-color: #fff;
}

.post-box .post-descr .wrap {
  padding: 15px;
}

.post-box .post-descr h6 {
  font-size: 26px;
  font-family: "Libre Baskerville", sans-serif;
  color: #131313;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.4;
  font-style: normal;
}

.post-box .post-descr p {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: #131313;
  opacity: .9;
  line-height: 24px;
}

.post-box .post-descr a {
  margin-top: 20px;
  font-weight: 300;
}

.post-box:hover .post-descr,
.post-box.active .post-descr {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.toggle {
  margin-bottom: 10px;
}

.toggle-title {
  position: relative;
  display: inline-block;
  font-family: 'Montserrat';
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
}

.toggle-title:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #000;
  bottom: -3px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.toggle.active .toggle-title:after {
  width: 100%;
}

.toggle-content {
  padding-top: 10px;
  font-size: 14px;
  display: none;
}

.toggle.active .toggle-content {
  display: block;
}

.services {
  background-color: #F4F4F4;
  padding: 30px 15px;
  min-height: 295px;
  margin-bottom: 30px;
}

.services .img-wrap {
  width: 100%;
  height: 110px;
  margin: auto;
  position: relative;
}

.services .img-wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 110px;
}

.services .content {
  padding-top: 3px;
}

.services .content .title {
  font-size: 26px;
  line-height: 36px;
  letter-spacing: 2.08px;
  font-family: "BebasNeueRegular", sans-serif;
  color: #131313;
  font-weight: 400;
  text-align: center;
  margin-bottom: 10px;
}

.services .content .text {
  font-size: 12px;
  font-family: "Libre Baskerville", sans-serif;
  color: #888888;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.96px;
  font-weight: 400;
}

.img-slider {
  position: relative;
}

.img-slider img {
  width: 100%;
}

.img-slider ul {
  list-style: none;
}

.post-slider-img {
  width: 100%;
  height: 247px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-slider .flex-direction-nav {
  margin-left: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  opacity: .5;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.img-slider:hover .flex-direction-nav {
  opacity: 1;
}

.img-slider .flex-direction-nav li {
  display: inline-block;
}

.img-slider .flex-next,
.img-slider .flex-prev {
  background: #fff;
  display: block;
  padding: 5px;
  font-size: 40px;
  color: #555;
}

.post .img-slider .flex-next,
.post .img-slider .flex-prev {
  padding: 0;
}

.post {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .banner-gallery .content-wrap {
    width: 100%!important;
    margin-left: 0!important;
  }
  .post {
    width: 100%;
  }
}

.post a {
  text-decoration: none;
  display: block;
  position: relative;
  opacity: 1!important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
}

.post a .post-media {
  display: block;
  width: 100%;
  height: 240px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.post a:before {
  display: block;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.post-content {
  margin: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.post-content.sticky .title {
  position: relative;
}

.post-content.sticky .title::before {
  content: "\f249";
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
  top: 1px;
}

.post-content h5 {
  font-size: 24px;
  line-height: 30px;
  font-family: "BebasNeueRegular", sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: none;
  text-align: center;
  letter-spacing: 1.92px;
  margin: 0;
  margin-bottom: 13px;
}

.post-content .date {
  font-size: 11px;
  line-height: 20px!important;
  letter-spacing: 1.1px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  text-align: center;
  line-height: normal;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

.post iframe {
  border: none;
  display: block;
}

.post a:hover {
  opacity: 1!important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.post a:hover:before {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.post a:hover .date {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.post a:hover h5 {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.single-post .date-post {
  font-family: "Montserrat";
  font-size: 11px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 1.1px;
  color: #c0af94;
  text-transform: uppercase;
  padding-top: 35px;
  padding-bottom: 17px;
  -webkit-font-smoothing: antialiased;
}

@media (max-width: 767px) {
  .single-post .date-post {
    padding-top: 30px;
    text-align: center;
  }
}

.single-post .title {
  font-family: "BebasNeueBook";
  font-size: 70px;
  line-height: 80px;
  letter-spacing: 5.6px;
  font-weight: 400;
  margin: 0;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .single-post .title {
    font-size: 40px;
    line-height: 50px;
    text-align: center;
  }
}

.single-post p {
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  font-family: "Libre Baskerville";
  color: #888888;
  margin-bottom: 30px;
}

.single-post .single-content blockquote {
  margin: 30px 0px;
  overflow: hidden;
  text-align: center;
  padding: 20px 30px 20px 25px;
  border-left: 4px solid #c0af94;
  background-color: #ebebeb;
}

@media (max-width: 767px) {
  .single-post .single-content blockquote {
    padding: 15px;
  }
}

.single-post .single-content blockquote p {
  font-size: 16px;
  line-height: 30px;
  font-family: "Libre Baskerville";
  color: #131313;
  text-align: left;
  font-style: normal;
  margin: 0;
  letter-spacing: 1.28px;
}

.recent-post-single .recent-title {
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 2.88px;
  font-family: "BebasNeueRegular";
  font-weight: 400;
  margin: 0;
  margin-top: 34px;
  margin-bottom: 34px;
}

.sm-wrap-post a {
  display: block;
  position: relative;
  min-height: 240px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sm-wrap-post a:hover {
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sm-wrap-post .content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sm-wrap-post a:hover .content {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sm-wrap-post .content .title {
  font-size: 24px;
  line-height: 30px;
  font-family: "BebasNeueRegular";
  letter-spacing: 1.92px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 12px;
}

.sm-wrap-post .content .post-date {
  display: block;
  height: auto;
  line-height: 20px;
}

.sm-wrap-post .content .post-date .date {
  font-size: 11px;
  line-height: 20px;
  font-family: "Montserrat";
  letter-spacing: 1.1px;
  font-weight: 400;
  color: #fff;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
}

.sm-wrap-post a:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sm-wrap-post a:hover:before {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#google-map {
  width: 68%;
  float: left;
  height: 480px!important;
}

#google-map img {
  max-width: none;
}

.contact-info {
  float: left;
  width: 32%;
  color: #000;
  z-index: 888;
  display: block;
  padding: 60px 70px 20px 70px;
  background-color: #f2f2f2;
  height: 480px!important;
}

@media (max-width: 991px) {
  .contact-info {
    padding: 40px 20px 20px 20px;
  }
}

.contact-info .info-box {
  margin-bottom: 24px;
}

.contact-info .info-box:last-child {
  margin-bottom: 0;
}

.contact-info i {
  float: left;
  width: 50px;
}

.contact-info .details {
  display: inline-block;
}

.contact-info .details h5 {
  font-size: 36px;
  line-height: 40px;
  font-family: "BebasNeueRegular", sans-serif;
  color: #131313;
  font-weight: 400;
  letter-spacing: 2.88px;
  margin-bottom: 8px;
}

.contact-info h5 {
  margin-bottom: 10px;
}

.contact-info .details a,
.contact-info .details h6 {
  font-size: 14px;
  font-family: "Libre Baskerville", sans-serif;
  color: #131313;
  text-decoration: none;
  line-height: 28px;
  letter-spacing: 1.12px;
  font-style: normal;
  display: block;
  margin: 0px;
  font-weight: 400;
  color: #888888;
}

.contact-info .details a:hover {
  opacity: 1;
}

.contact-form {
  margin-top: 30px;
}

.contact-form .ajax-result {
  margin-top: 50px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .contact-form {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 30px;
  }
}

.contact-form h2 {
  font-size: 36px;
  line-height: 40px;
  font-family: "BebasNeueRegular", sans-serif;
  color: #131313;
  font-weight: 400;
  letter-spacing: 2.88px;
  margin-bottom: 16px;
}

.wpcf7-form,
.wpcf7 {
  font-family: "Libre Baskerville", sans-serif;
}

.wpcf7 form label {
  font-size: 14px;
  font-family: "Libre Baskerville", sans-serif;
  width: 100%;
}

form.wpcf7-form input,
form.wpcf7-form textarea {
  font-size: 14px;
  font-family: "Libre Baskerville", sans-serif;
  background: none;
  width: 100%;
  border: 0;
  color: #131313;
  border-bottom: 2px solid #f2f2f2;
  padding: 10px 0px;
  letter-spacing: 1.04px;
  margin-bottom: 22px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.wpcf7 form textarea {
  min-height: 50px;
  max-height: 50px;
  resize: none;
  margin-bottom: 20px;
}

form.wpcf7-form input::-moz-placeholder {
  color: #888888;
}

.wpcf7 form input::-moz-placeholder {
  color: #888888;
}

form.wpcf7-form input::-webkit-input-placeholder {
  color: #888888;
}

.wpcf7 form input::-webkit-input-placeholder {
  color: #888888;
}

form.wpcf7-form input:-moz-placeholder {
  color: #888888;
}

.wpcf7 form input:-moz-placeholder {
  color: #888888;
}

form.wpcf7-form input:-ms-input-placeholder {
  color: #888888;
}

.wpcf7 form input:-ms-input-placeholder {
  color: #888888;
}

form.wpcf7-form textarea::-moz-placeholder {
  color: #888888;
}

.wpcf7 form textarea::-moz-placeholder {
  color: #888888;
}

form.wpcf7-form textarea::-webkit-input-placeholder {
  color: #888888;
}

.wpcf7 form textarea::-webkit-input-placeholder {
  color: #888888;
}

form.wpcf7-form textarea:-moz-placeholder {
  color: #888888;
}

.wpcf7 form textarea:-moz-placeholder {
  color: #888888;
}

form.wpcf7-form textarea:-ms-input-placeholder {
  color: #888888;
}

.wpcf7 form textarea:-ms-input-placeholder {
  color: #888888;
}

form.wpcf7-form textarea {
  min-height: 50px;
  max-height: 50px;
  resize: none;
  margin-bottom: 24px;
}

.wpcf7 form input:focus,
form.wpcf7-form input:focus,
form.wpcf7-form textarea:focus {
  border-bottom: 2px solid #c0af94;
}

.wpcf7 form input[type="submit"],
form.wpcf7-form #submit {
  font-size: 11px;
  line-height: 20px;
  display: inline-block;
  letter-spacing: 1.1px;
  font-family: "Montserrat";
  font-weight: bold;
  box-sizing: border-box;
  padding: 8px 20px;
  text-transform: uppercase;
  text-decoration: none;
  border-top: 2px solid rgba(19, 19, 19, 0.5);
  border-bottom: 2px solid rgba(19, 19, 19, 0.5);
  color: #131313;
  width: auto;
  margin-top: 7px;
  margin-bottom: 0px;
  -webkit-font-smoothing: antialiased;
  border-radius: 0px;
}

@media (max-width: 767px) {
  .wpcf7 form input[type="submit"],
  form.wpcf7-form #submit {
    margin-bottom: 30px;
  }
}

.wpcf7 form input[type="submit"]:hover,
form.wpcf7-form #submit:hover {
  border-top: 2px solid #131313;
  border-bottom: 2px solid #131313;
  color: #fff;
  background-color: #131313;
  opacity: 1;
}

.contact-message {
  display: none;
  text-transform: capitalize;
  text-align: center;
  margin: 50px 0;
}

.pagination {
  width: 100%;
  text-align: center;
  margin: 37px 0 0;
}

.pagination.cs-pager .page-numbers.next:after {
  content: '\f105';
  font-family: FontAwesome;
  display: inline-block;
  color: #141414;
}

.pagination.cs-pager .page-numbers.prev:after {
  content: '\f104';
  font-family: FontAwesome;
  display: inline-block;
  color: #141414;
}

#footer {
  display: block;
  padding: 30px 0px;
  background-color: #151515;
  z-index: 99;
  width: 100%;
  margin: auto;
  min-height: 90px;
  bottom: 0;
  -webkit-transition: none!important;
  transition: none!important;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 767px) {
  #footer {
    padding: 20px 0px;
  }
}

#footer .copyright {
  letter-spacing: 0.96px;
  font-size: 12px;
  line-height: 30px;
  font-family: "Libre Baskerville", sans-serif;
  color: #8f8f8f;
  text-align: left;
  float: left;
}

#footer .copyright a {
  color: white;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
}

#footer .copyright a:hover {
  opacity: .8;
  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 .3s ease;
  transition: all .3s ease;
}

#footer .social-links:hover a {
  opacity: .6;
}

#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: 15px;
  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: .6;
}

.social-list a:hover {
  opacity: 1;
}

.sidebar-item {
  margin-bottom: 50px;
}

.sidebar-item>h5,
.sidebar-item .screen-reader-text {
  letter-spacing: .75px;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 21px;
  line-height: 21px;
  display: block;
}

.widget_search label {
  display: block;
  width: 100%;
}

.widget_search .search-form {
  position: relative;
}

.widget_search input[type=search] {
  background: #fff;
  border: 1px solid #131313;
  border-radius: 2px;
  color: #131313;
  padding: 5px 70px 5px 10px;
  font-weight: 400;
  width: 100%;
}

.widget_search input[type=submit] {
  background: #131313;
  border: 1px solid #131313;
  border-radius: 2px;
  color: #ffffff;
  padding: 5px 10px;
  font-weight: 400;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  position: absolute;
  right: 0;
  bottom: 0;
}

.widget_search input[type=submit]:hover {
  color: #131313;
  background: #fff;
}

.widget_rss .rss-date {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
  opacity: .7;
}

.widget_rss ul li {
  margin-bottom: 15px;
}

.widget_tag_cloud .tagcloud a {
  border: 1px solid #131313;
  padding: 2px 5px;
  text-decoration: none;
  margin: 3px;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
}

.widget_calendar table td,
.widget_calendar table th {
  text-align: center;
}

.sidebar-item:first-child {
  margin-top: 0;
}

.sidebar-item h5 {
  padding: 0px 7px 10px 3px;
  width: 100%;
  border-bottom: 1px solid #131313;
  font-family: "Montserrat", sans-serif;
}

.page ol,
.page ul,
.page ul,
.single-content ol,
.single-content ul,
.sidebar-item ul {
  margin-left: 20px;
  font-family: "Montserrat", sans-serif;
}

.sidebar-item ul li {
  color: rgba(19, 19, 19, 0.7);
}

.sidebar-item ul li a {
  text-decoration: none;
  color: #131313;
}

.sidebar-item select {
  max-width: 100%;
  font-family: "Montserrat", sans-serif;
}

.sidebar-item input {
  padding: 4px 5px 6px 9px;
  border: 1px solid #a6a6a6;
  font-family: "Montserrat", sans-serif;
}

.page ul.slides {
  margin-left: 0;
}

.post-banner {
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.post-details .date-post {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  color: #131313;
  margin-top: 20px;
  letter-spacing: .6px;
}

.post-details .title {
  font-size: 44px;
  font-family: "Libre Baskerville", sans-serif;
  color: #131313;
  font-weight: bold;
  margin-top: 8px;
  margin-bottom: 12px;
  letter-spacing: 3px;
}

.pagination a.img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 150px;
  width: 100%;
  display: block;
  opacity: 1;
  margin: 0;
  background-color: #000;
  text-decoration: none;
  padding-top: 87px;
  margin-bottom: 5px;
}

.protected-page .protected-title {
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 2.88px;
  color: #131313;
  font-family: "BebasNeueRegular";
  font-weight: 400;
  text-align: center;
  padding: 280px 15px 16px 15px;
}

.protected-page label {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2.4px;
  font-weight: 400;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .protected-page .protected-title {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}

.protected-page form {
  font-family: "Montserrat";
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2.4px;
  font-weight: 400;
  color: #c0af94;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}

@media (max-width: 767px) {
  .protected-page form {
    padding: 0px 15px;
  }
}

.protected-page input[type="password"] {
  margin-top: 35px;
  display: block;
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  font-size: 14px;
  line-height: 28px;
  padding: 10px 0px;
  text-align: center;
  font-family: "Libre Baskerville";
  letter-spacing: 0.39px;
  font-weight: 400;
  border: none;
  outline: none;
  border-bottom: 2px solid #f2f2f2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #888888;
}

@media (max-width: 767px) {
  .protected-page input[type="password"] {
    margin-top: 10px;
  }
}

.protected-page input[type="password"]:focus {
  border-bottom: 2px solid #c0af94;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.protected-page input[type="password"]::-webkit-input-placeholder {
  color: #888888;
}

.protected-page input[type="password"]::-moz-placeholder {
  color: #888888;
}

.protected-page input[type="password"]:-ms-input-placeholder {
  color: #888888;
}

.protected-page input[type="password"]:-moz-placeholder {
  color: #888888;
}

@media (max-width: 767px) {
  .protected-page input[type="password"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.protected-page input[type="submit"] {
  font-size: 11px;
  line-height: 20px;
  display: inline-block;
  letter-spacing: 1.1px;
  font-family: "Montserrat";
  font-weight: bold;
  box-sizing: border-box;
  padding: 8px 20px;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  outline: none;
  border-top: 2px solid rgba(19, 19, 19, 0.5);
  border-bottom: 2px solid rgba(19, 19, 19, 0.5);
  color: #131313;
  background-color: transparent;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-font-smoothing: antialiased;
  border-radius: 0px;
}

@media (max-width: 767px) {
  .protected-page input[type="submit"] {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.protected-page input[type="submit"]:hover {
  border-top: 2px solid #131313;
  border-bottom: 2px solid #131313;
  color: #fff;
  background-color: #131313;
  opacity: 1;
}

.single-content.protected-page .post-info {
  display: none;
}

.single-proof_gallery .recent-post-single {
  display: none;
}

.single-proof_gallery .comments {
  display: none;
}

.banner-slider-wrap {}

@media (max-width: 767px) {
  .banner-slider-wrap {
    text-align: center;
  }
}

.banner-slider-wrap .slider-banner {
  min-height: 500px!important;
}

.banner-slider-wrap .title {
  font-size: 70px;
  font-family: "BebasNeueBook";
  color: white;
  font-weight: 300;
  letter-spacing: 5.6px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .banner-slider-wrap .title {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px;
  }
}

.banner-slider-wrap .subtitle {
  font-size: 12px;
  line-height: 20px;
  font-family: "Montserrat", sans-serif;
  color: white;
  font-weight: 400;
  letter-spacing: 2.4px;
  margin-bottom: 40px;
  -webkit-font-smoothing: antialiased;
}

@media (max-width: 480px) {
  .banner-slider-wrap .subtitle {
    margin-bottom: 20px;
  }
}

.banner-slider-wrap .descr {
  font-size: 14px;
  line-height: 28px;
  font-family: "Libre Baskerville", sans-serif;
  color: white;
  font-weight: 400;
  letter-spacing: 1.12px;
  max-width: 510px;
}

@media (max-width: 767px) {
  .banner-slider-wrap .descr {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}

.banner-slider-wrap .a-btn,
.banner-slider-wrap .a-btn-2 {
  margin-top: 30px!important;
}

.banner-slider-wrap .container {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.banner-slider-wrap .img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.banner-slider-wrap .swiper-arrow-right {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  content: '\f103';
  font-family: fontAwesome;
  color: #fff;
  width: 50px;
  height: 50px;
  z-index: 10;
  cursor: pointer;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

@media (max-width: 767px) {
  .banner-slider-wrap .swiper-arrow-right {
    bottom: 0px;
  }
}

.banner-slider-wrap .swiper-arrow-right .fa {
  font-size: 20px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-name: sliderArrowAnimation;
  animation-name: sliderArrowAnimation;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  text-align: center;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.banner-slider-wrap .swiper-arrow-right:hover .fa {
  -webkit-animation: none;
  animation: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.6;
}

@-webkit-keyframes sliderArrowAnimation {
  0% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  25% {
    -webkit-transform: translate(-50%, -70%);
    transform: translate(-50%, -70%);
  }
  50% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  75% {
    -webkit-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@keyframes sliderArrowAnimation {
  0% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  25% {
    -webkit-transform: translate(-50%, -70%);
    transform: translate(-50%, -70%);
  }
  50% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  75% {
    -webkit-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.single-content ul.comments {
  margin-left: 0;
}

.comments {
  margin-top: 73px;
  margin-bottom: 20px;
}

.comments .comment {
  margin-bottom: 3px;
}

.comments .content {
  position: relative;
  padding-right: 40px;
}

.comments .content .comment-reply-link {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2.4px;
  font-family: "Montserrat", sans-serif;
  color: #bababa;
  text-decoration: none;
  font-weight: 400;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}

.comments .comment-reply-title {
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 2.88px;
  font-family: "BebasNeueRegular";
  font-weight: 400;
  padding-top: 44px;
  margin-bottom: 13px;
}

.comments .comment-reply-title strong {
  font-weight: 400;
}

@media (max-width: 767px) {
  .comments .comment-reply-title {
    padding-top: 20px;
  }
}

.comments .content .comment-reply-link:hover {
  color: #151515;
}

.comments .content .text {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  color: #585858;
  overflow: hidden;
  line-height: 22px;
  margin-top: 6px;
  letter-spacing: .6px;
}

.comments .content .text p {
  margin-bottom: 16px;
}

.comments .person img {
  vertical-align: top;
  float: left;
  margin-right: 20px;
  margin-top: 6px;
}

.comments .person .author {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 1.92px;
  font-family: "BebasNeueRegular";
  font-weight: 400;
  margin: 0;
  text-decoration: none;
}

.comments .person .author:hover {
  opacity: .7;
}

.comments .person .comment-date {
  font-size: 12px;
  line-height: 20px;
  font-family: "Montserrat", sans-serif;
  color: #c0af94;
  margin-left: 5px;
  font-weight: 400;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}

.comments-title,
.comments-title span {
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 2.88px;
  font-family: "BebasNeueRegular";
  font-weight: 400;
  margin-bottom: 26px;
}

.comment-title {
  border-bottom: 1px dashed #a6a6a6;
  padding-bottom: 6px;
}

.comments li.comment {
  list-style: none;
}

.comments ul.children {
  margin-top: 30px;
}

.comments-form {
  padding-top: 2px;
  margin-bottom: 80px;
  clear: both;
}

.comments-form input[type=submit]:hover {
  opacity: 1!important;
}

#contactform h3,
.comments-form h3 {
  display: block;
  font-size: 16px;
  font-family: "Libre Baskerville", sans-serif;
  color: #131313;
  font-weight: bold;
  letter-spacing: 1.25px;
  margin-bottom: 20px;
}

#contactform textarea,
#contactform input,
.comments-form textarea,
.comments-form input {
  font-size: 14px;
  line-height: 28px;
  font-family: "Libre Baskerville", sans-serif;
  background: none;
  width: 100%;
  color: #888888;
  border: 0;
  border-bottom: 2px solid #f2f2f2;
  padding: 10px 0px;
  letter-spacing: 1.12px;
  margin-bottom: 13px;
  -webkit-transition: all .3s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

#contactform textarea:focus,
#contactform input:focus,
.comments-form textarea:focus,
.comments-form input:focus {
  border-bottom: 2px solid #c0af94;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

#contactform textarea::-moz-placeholder,
#contactform input::-moz-placeholder,
.comments-form textarea::-moz-placeholder,
.comments-form input::-moz-placeholder {
  color: #888888;
}

#contactform textarea::-webkit-input-placeholder,
#contactform input::-webkit-input-placeholder,
.comments-form textarea::-webkit-input-placeholder,
.comments-form input::-webkit-input-placeholder {
  color: #888888;
}

#contactform textarea:-moz-placeholder,
#contactform input:-moz-placeholder,
.comments-form textarea:-moz-placeholder,
.comments-form input:-moz-placeholder {
  color: #888888;
}

#contactform textarea:-ms-input-placeholder,
#contactform input:-ms-input-placeholder,
.comments-form textarea:-ms-input-placeholder,
.comments-form input:-ms-input-placeholder {
  color: #888888;
}

#contactform textarea,
.comments-form textarea {
  min-height: 50px;
  max-height: 50px;
  resize: none;
}

#contactform #submit,
.comments-form #submit {
  font-size: 11px;
  line-height: 20px;
  display: inline-block;
  letter-spacing: 1.1px;
  font-family: "Montserrat";
  font-weight: bold;
  box-sizing: border-box;
  padding: 8px 20px;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  outline: none;
  border-top: 2px solid rgba(19, 19, 19, 0.5);
  border-bottom: 2px solid rgba(19, 19, 19, 0.5);
  color: #131313;
  background-color: transparent;
  margin-top: 25px;
  margin-bottom: 0;
  width: auto;
  -webkit-font-smoothing: antialiased;
  border-radius: 0px;
}

#contactform #submit:hover,
.comments-form #submit:hover {
  border-top: 2px solid #131313;
  border-bottom: 2px solid #131313;
  color: #fff;
  background-color: #131313;
  opacity: 1;
}

#contactform #submit:hover,
.comments-form #submit:hover {
  background-color: #151515;
  color: white;
}

#contactform {
  display: block;
}

.empty-post-list {
  padding-top: 130px;
  text-align: center;
  display: block;
  width: 100%;
}

.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-family: 'Montserrat', sans-serif;
  font-size: 13px;
  line-height: 26px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}

.black p.separator {
  background-color: #fff;
}

#pager {
  text-align: center;
}

.portfolio-gallery a.gallery-item {
  float: none;
  padding: 0;
}

.blog .sidebar-item {
  margin-left: 15px;
}

.error404 .main-wrapper {
  height: 100%;
}

.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: "\f04c";
  font-size: 25px;
  color: #fff;
  height: 50px;
  line-height: 50px;
  text-shadow: 1px 1px 2px black;
}

.mb_YTPPlaypause.active:before {
  content: "\f04b";
}

.mb_YTPBar {
  bottom: 0;
  left: 25px;
}

.mb_YTPBar .buttonBar {
  height: 60px;
}

.single blockquote,
.about-details .content blockquote,
.about-section .content blockquote,
.portfolio-single-content blockquote {
  padding: 26px 26px 26px 64px;
  border-left: 4px solid #151515;
  font-style: italic;
  font-family: "Libre Baskerville", sans-serif;
  background-color: #F4F4F4;
  font-size: 18px;
  letter-spacing: 1.38px;
  color: #131313;
  margin-top: -4px;
  margin-bottom: 25px;
}

blockquote cite {
  line-height: 1.42857;
  color: #777;
  font-style: normal;
  display: block;
  font-size: 14px;
  margin-top: 15px;
}

blockquote cite:before {
  content: '- ';
  margin-right: 7px;
}

#topmenu ul>li>ul>li>ul {
  display: none!important;
}

.single table td,
.single table th,
table td,
table th {
  padding: 7px;
}

.post-info {
  margin: 10px 0 15px;
}

.post-info span {
  padding: 0 8px;
  border-right: 1px solid #E8E8E8;
}

.post-info span:last-child {
  border: 0 none;
}

div.wpcf7-mail-sent-ok {
  left: 0;
  right: 0;
}

.wpcf7-not-valid {
  border: 1px solid red!important;
}

span.wpcf7-not-valid-tip {}

.wpcf7-form-control-wrap input.wpcf7-not-valid,
.wpcf7-form-control-wrap textarea.wpcf7-not-valid {
  margin-bottom: 0!important;
}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  padding-bottom: 10px;
  padding-top: 5px;
}

div.wpcf7-mail-sent-ok,
div.wpcf7-mail-sent-ng,
div.wpcf7-validation-errors {
  border: none;
}

.ajax-loader {
  display: none;
}

.empty-post-list form {
  padding-top: 20px;
  width: 270px;
  margin: auto;
  display: block;
}

.empty-post-list input {
  display: inline-block;
  margin: 0 auto;
  height: 36px;
}

.empty-post-list input[type=search] {
  border: 1px solid #ccc;
  padding-left: 7px;
}

.empty-post-list label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  float: left;
  width: 182px;
}

.abs * {
  color: inherit;
}

.tabs ul,
.hero-slider ol,
.tabs ol {
  margin-left: 0;
}

@media (max-width: 767px) {
  .slide-caption {
    left: 20px;
    bottom: 20px;
    right: 20px;
  }
  .vc_column_container.vc_col-sm-12 {
    padding-left: 0;
    padding-right: 0;
  }
  .page .wpb_row,
  .page .wpb_content_element,
  .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;
  }
  #footer .copyright,
  #footer .social-links {
    float: none;
    text-align: center;
  }
  #footer .copyright a,
  #footer .social-links a {
    padding: 0 4px;
  }
}

@media screen and (max-width: 600px) {
  html {
    margin-top: 0;
  }
}

@media (max-width: 500px) {
  .hero-slider .slides .slide {
    height: 400px!important;
  }
  .side-link .side-title {
    font-size: 12px;
  }
}

@media (max-width: 400px) {
  .hero-slider .slides .slide {
    height: 300px!important;
  }
}

.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: .6;
}

.social-list-portfolio a:hover {
  opacity: 1;
}

.about-details {
  padding: 60px 70px 20px;
}

@media (max-width: 1199px) {
  .about-details {
    padding: 30px 40px 10px;
  }
}

@media (max-width: 991px) {
  .about-details {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .about-details {
    padding: 30px 15px;
  }
}

.simple-details {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .simple-details {
    text-align: center;
    padding: 0px 15px;
  }
}

.about-details .content .subtitle,
.simple-details .content .subtitle {
  font-family: "Montserrat", sans-serif;
  color: #c0af94;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 0;
  letter-spacing: 2.4px;
  margin-bottom: 30px;
  -webkit-font-smoothing: antialiased;
}

@media (max-width: 1199px) {
  .about-details .content .subtitle,
  .simple-details .content .subtitle {
    margin-bottom: 20px;
  }
}

.simple-details .content .subtitle {
  margin-top: -3px;
  margin-bottom: 28px;
}

@media (max-width: 1199px) {
  .simple-details .content .subtitle {
    margin-bottom: 15px;
  }
}

.about-details .content .title,
.simple-details .content .title {
  font-family: "BebasNeueRegular";
  font-size: 36px;
  line-height: 40px;
  color: #131313;
  letter-spacing: 2.88px;
  font-weight: 400;
  margin: 0;
  margin-bottom: 20px;
}

@media (max-width: 1199px) {
  .about-details .content .title,
  .simple-details .content .title {
    font-size: 30px;
    line-height: 30px;
  }
}

.simple-details .content .title {
  line-height: 36px;
  margin-bottom: 25px;
}

@media (max-width: 1199px) {
  .simple-details .content .title {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 15px;
  }
}

.about-details .content .text,
.simple-details .content .text {
  font-size: 14px;
  line-height: 28px;
  font-family: "Libre Baskerville", sans-serif;
  color: rgba(136, 136, 136, 0.7);
  letter-spacing: 1.12px;
}

.about-details .content .text p,
.simple-details .content .text p {
  margin-top: 28px;
}

.simple-details .content .text {
  margin-bottom: 30px;
}

.about-details .content .text blockquote {
  margin-top: 25px;
  overflow: hidden;
  text-align: center;
  padding: 20px 30px 20px 25px;
  border-left: 4px solid #c0af94;
  background-color: #ebebeb;
}

@media (max-width: 1199px) {
  .about-details .content .text blockquote {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .about-details .content .text blockquote {
    padding: 15px;
  }
}

.about-details .content .text blockquote p {
  font-size: 16px;
  line-height: 30px;
  font-family: "Libre Baskerville";
  color: #131313;
  text-align: left;
  font-style: normal;
  margin: 0;
  letter-spacing: 1.28px;
}

.about-details .content .button {
  margin-top: 14px;
  margin-left: 0;
}

.titles {
  max-width: 770px;
  margin: auto;
}

.titles .title {
  font-size: 36px;
  font-family: "BebasNeueRegular", sans-serif;
  color: #131313;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 2px;
}

.titles .subtitle {
  font-size: 14px;
  font-family: "Libre Baskerville", sans-serif;
  color: #888888;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  letter-spacing: .73px;
}

.insta-box .insta-box-follow {
  font-size: 36px;
  font-family: "BebasNeueRegular", sans-serif;
  color: #131313;
  font-weight: 400;
  float: left;
  width: 20.5%;
  letter-spacing: 2.88px;
  padding-top: 35px;
  word-break: break-all;
  line-height: 1.2;
}

@media (max-width: 1199px) {
  .insta-box .insta-box-follow {
    font-size: 30px;
  }
}

.insta-box .insta-box-follow a {
  font-size: 14px;
  display: inline-block;
  font-family: "Libre Baskerville", sans-serif;
  color: rgba(136, 136, 136, 0.5);
  display: block;
  font-weight: 400;
  letter-spacing: 1.12px;
  margin-top: 5px;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.insta-box .insta-box-follow a:hover {
  color: #151515;
}

.insta-box .insta-img-wrap {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}

.insta-box .insta-img-wrap a {
  display: flex;
}

.insta-box .insta-img-wrap .img {
  display: block;
  width: 125px;
  height: 125px;
  margin: 0;
  margin-bottom: 40px;
}

@media (max-width: 1199px) {
  .insta-box .insta-img-wrap .img {
    width: 115px;
    height: 115px;
  }
}

@media (max-width: 991px) {
  .insta-box .insta-box-follow {
    font-size: 24px;
    float: none;
    width: 100%;
    text-align: center;
    padding: 10px 0px 40px;
  }
  .insta-box .insta-img-wrap .img {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 767px) {
  .insta-box {
    padding: 0px 15px;
  }
  .insta-box.col-xs-12 {
    padding: 0px 30px;
  }
  .insta-box .insta-img-wrap {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .insta-box .insta-img-wrap a {
    flex-basis: 50%;
  }
  .insta-box .insta-img-wrap a .img {
    margin-left: auto;
    margin-right: auto;
  }
}

.portfolio-single-content {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: #585858;
  line-height: 1.7;
  letter-spacing: .7px;
}

.no-padd {
  padding: 0!important;
}

@media (min-width: 1200px) {
  .hero>.container {
    padding: 0!important;
  }
  .no-padd-md {
    padding: 0!important;
  }
}

@media (max-width: 992px) {
  #google-map {
    min-height: 310px!important;
  }
  .top-banner .banner-text {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 991px) {
  .banner-gallery .content-wrap .content {
    padding: 15px 30px;
  }
  .banner-gallery .content-wrap .title {
    font-size: 35px;
    letter-spacing: 3px;
    line-height: 50px;
  }
  .about-details {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .pad-sm-l-0 {
    padding-left: 0!important;
  }
  .pad-sm-r-0 {
    padding-right: 0!important;
  }
  #contactform input,
  .comments-form input {
    width: 48.5%;
    float: left;
  }
  #contactform input[name="author"],
  .comments-form input[name="author"] {
    margin-right: 3%;
  }
}

@media (max-width: 768px) {
  .post-details .title {
    line-height: 1.2;
  }
  .top-banner {
    height: 100vmin;
    min-height: 500px;
  }
  .top-banner .banner-text {
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 767px) {
  .wpcf7 form input,
  form.wpcf7-form input {
    margin-bottom: 10px;
  }
  .no-pad-xs {
    padding: 0!important;
  }
  .action {
    padding: 27px 30px;
    text-align: center;
  }
  .action .button {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-top: 20px;
    padding: 1px 39px;
  }
  .banner-gallery::before {
    content: '';
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
  }
  .banner-gallery .content-wrap {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position: center!important;
    padding: 30px 15px;
    margin-left: 0;
  }
  .banner-gallery .content-wrap .content {
    padding: 0;
  }
  .full-single.item1 {
    width: 50%;
  }
  .full-single.item2 {
    width: 50%;
  }
  .full-single.item2 .gallery-item {
    height: 200px;
  }
  .full-single.item3 {
    width: 50%;
  }
  .full-single.item4 {
    width: 50%;
  }
  .full-single.item6 {
    width: 50%;
  }
  .full-single.item5 {
    width: 50%;
  }
  .full-single.item7 {
    width: 50%;
  }
}

@media (max-width: 767px) {
  #google-map,
  .contact-info {
    float: none;
    width: 100%;
    height: auto!important;
  }
  #google-map {
    min-height: 300px!important;
    height: 300px!important;
  }
  .contact-info .details {
    margin-left: 0;
  }
  .contact-info {
    margin-top: 30px;
    text-align: center;
    padding: 30px 15px;
  }
  .top-banner .banner-text {
    max-width: 90%;
    padding: 0 15px;
  }
  .top-banner .banner-text .title {
    font-size: 28px;
  }
  .hero {
    padding: 0;
  }
  .top-banner .subtitle {
    letter-spacing: 5px;
  }
  .about-details .content .text blockquote,
  .about-section .content blockquote,
  .portfolio-single-content blockquote {
    padding: 23px 25px 14px;
  }
  .about-details .content .text p {
    margin-bottom: 15px;
  }
  .about-details .content .text blockquote,
  .about-section .content blockquote,
  .portfolio-single-content blockquote {
    margin-top: 13px;
  }
  .about-details .content .button {
    margin-top: 5px;
  }
  .about-details .content .subtitle {
    letter-spacing: 5px;
  }
  .team-member .avatar {
    height: 300px;
  }
  .team-member .info .title {
    font-size: 22px;
  }
  .banner-gallery .content-wrap .title {
    font-size: 30px;
    margin-bottom: 30px;
    line-height: 40px;
  }
}

@media (max-width: 480px) {
  .single blockquote,
  .about-details .content blockquote,
  .about-section .content blockquote,
  .portfolio-single-content blockquote {
    padding: 26px 26px 26px 36px;
  }
  .pagination {
    margin: 15px 0 0;
  }
  .comments {
    margin-top: 28px;
    text-align: center;
  }
  .comments .person .comment-date {
    display: block;
  }
  .comments .content {
    padding-right: 0;
  }
  .comments .person img {
    float: none;
    display: block;
    margin: auto auto 15px;
  }
  .comments .content .comment-reply-link {
    top: auto;
    bottom: -15px;
  }
  .comments .comment {
    margin-bottom: 30px;
  }
  .comments-title {
    margin-bottom: 20px;
  }
  .comments-form {
    margin-bottom: 60px;
  }
  .post-details,
  .single-content {
    text-align: center;
  }
  .post-details .title {
    font-size: 30px;
  }
  .single blockquote,
  .about-details .content blockquote,
  .about-section .content blockquote,
  .portfolio-single-content blockquote {
    font-size: 16px;
    padding: 26px;
  }
  .single-content p {
    margin-bottom: 15px;
  }
  .about-section {
    padding: 30px 15px;
  }
  .about-section .title {
    font-size: 26px;
  }
  .full-single.item1 {
    width: 100%;
  }
  .full-single.item2 {
    width: 100%;
  }
  .full-single.item3 {
    width: 100%;
  }
  .full-single.item4 {
    width: 100%;
  }
  .full-single.item6 {
    width: 100%;
  }
  .full-single.item5 {
    width: 100%;
  }
  .full-single.item7 {
    width: 100%;
  }
}

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,
td {
  border: 1px solid #d1d1d1;
}

dd {
  margin: 0 0 1.75em;
}

address {
  font-style: italic;
}

abbr,
acronym {
  border-bottom: 1px dotted #d1d1d1;
  cursor: help;
}

code {
  background-color: #d1d1d1;
  color: #131313;
}

mark,
ins {
  background: #007acc;
  color: #fff;
  padding: 0.125em 0.25em;
  text-decoration: none;
}

kbd {
  background-color: transparent;
  color: #131313;
  font-weight: 100;
  box-shadow: none;
  opacity: .9;
}

.alignleft {
  float: left;
  margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
  float: right;
  margin: 0.375em 0 1.75em 1.75em;
}

.wp-caption {
  margin-bottom: 1.75em;
  max-width: 100%;
}

.wp-caption .wp-caption-text {
  font-style: italic;
  opacity: .9;
  font-size: 13px;
}

.post-nav a,
.pages,
.page-numbers:not(.next) {
  border: 1px solid #131313;
  border-radius: 2px;
  display: inline-block;
  font-size: 13px;
  height: 24px;
  line-height: 24px;
  margin-right: 4px;
  text-align: center;
  width: 24px;
  color: white;
  text-decoration: none;
  background-color: #131313;
}

.page-numbers.prev {
  border: none;
  background-color: transparent;
  width: auto;
  height: auto;
}

.post-nav a:hover,
.post-nav a:focus,
.page-numbers:hover,
.page-numbers:focus {
  opacity: .7;
  border-color: transparent;
  color: #fff;
  text-decoration: none;
}

.post-nav,
#pager {
  clear: both;
  font-family: "Montserrat", sans-serif;
  margin: 0 0 1.75em;
}

.post-nav .pages,
.post-nav .current,
#pager .pages,
#pager .current {
  opacity: .7;
  border-color: transparent;
  color: #fff;
}

.next.page-numbers,
.prev.page-numbers {
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  color: #131313;
}

.next.page-numbers:hover,
.prev.page-numbers:hover {
  color: #131313;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  padding: 0 10px;
  background: #131313;
  border-color: #131313;
  color: white;
  -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: .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: #131313;
  opacity: .7;
}

div.wpcf7-response-output {
  margin: auto auto 20px;
  padding: 0;
}

.main-wrapper {
  overflow-x: hidden;
}

.display {
  display: block!important;
}

.portfolio-single-content .social-list {
  text-align: right;
}

.portfolio-single-content .social-list li {
  margin: 0px 1px 0 11px;
}

.single-pagination>div {
  display: inline-block;
}

.single-pagination>div.pag-prev {
  float: left;
}

.single-pagination>div.pag-prev a {
  padding-left: 20px;
}

.single-pagination>div.pag-prev a:hover i {
  left: 5px;
}

.single-pagination>div.pag-prev i {
  left: 0;
  -webkit-transition: left 300ms ease;
  transition: left 300ms ease;
}

.single-pagination>div.pag-next {
  float: right;
}

.single-pagination>div.pag-next a {
  padding-right: 20px;
}

.single-pagination>div.pag-next a:hover i {
  right: 5px;
}

.single-pagination>div.pag-next i {
  right: 0;
  -webkit-transition: right 300ms ease;
  transition: right 300ms ease;
}

.single-pagination>div a.content {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: #585858;
  line-height: 1.7;
  letter-spacing: .7px;
  text-decoration: none;
  position: relative;
}

.single-pagination>div a.content:hover {
  color: #c0af94;
}

.single-pagination>div a.content i {
  font-size: 18px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #c0af94;
}

@media screen and (max-width: 767px) {
  .single-pagination>div.pag-prev {
    float: left;
    margin-left: 15px;
  }
  .single-pagination>div.pag-next {
    float: right;
    margin-right: 15px;
  }
}

.bypostauthor {
  font-size: inherit;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.top-banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
}

.top-banner .subtitle {
  padding-top: 0;
}

.top-banner .content {
  margin-top: 150px;
  margin-bottom: 150px;
}

.top-banner.full-height .content {
  margin-top: auto;
  margin-bottom: auto;
}

.protected-page form {
  padding-bottom: 280px;
}

.sm-wrap-post .content .title {
  padding-right: 15px;
  padding-left: 15px;
}

.post-content h5 {
  padding-right: 15px;
  padding-left: 15px;
}

@media screen and (max-width: 1200px) {
  .protected-page .protected-title {
    padding-top: 150px;
  }
  .protected-page form {
    padding-bottom: 150px;
  }
  .post-banner {
    height: 300px;
  }
}

@media (min-height: 600px) and (min-width: 1280px) {
  .protected-page .protected-title {
    padding-top: 100px;
  }
  .protected-page form {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 992px) {
  .top-banner .content {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .protected-page .protected-title {
    padding-top: 100px;
  }
  .protected-page form {
    padding-bottom: 100px;
  }
  .select-for-hovers .content {
    text-align: center;
  }
  .services {
    min-height: 280px;
  }
  .post-banner {
    height: 250px;
  }
  .single-post .title {
    font-size: 48px;
    line-height: 1.2;
  }
  .comments .comment-reply-title {
    padding-top: 0;
    font-size: 25px;
    line-height: 1.2;
  }
  .recent-post-single .recent-title {
    font-size: 25px;
    line-height: 1.2;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.top-banner .content {
  max-width: 1170px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 1199px) {
  .top-banner .content {
    max-width: 970px;
  }
}

@media (max-width: 991px) {
  .top-banner .content {
    max-width: 750px;
  }
}

@media (max-width: 767px) {
  .top-banner .content {
    padding: 0px 15px;
  }
}

.top-banner .title {
  line-height: 1.1;
}

@media screen and (max-width: 768px) {
  .single-post .title {
    font-size: 40px;
  }
  .single-post p {
    margin-bottom: 15px;
  }
  .contact-info {
    margin-top: 0px;
  }
  .contact-info .details h5,
  .contact-form h2 {
    font-size: 28px;
  }
  .wpcf7 form input[type="submit"],
  form.wpcf7-form #submit {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 767px) {
  .sm-wrap-post a {
    min-height: 150px;
  }
}

@media screen and (max-width: 600px) {
  .top-banner .content {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .protected-page .protected-title {
    padding-top: 60px;
    font-size: 26px;
    padding-bottom: 0;
  }
  .protected-page form {
    padding-bottom: 60px;
  }
  .protected-page input[type="submit"] {
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .single-post .title {
    font-size: 30px;
  }
}

.404-height {
  height: 100vh;
}

.top-banner.top_align .content {
  top: 0!important;
  margin-top: 0!important;
}

.container.about,
.about-us .hero > .row.about-us,
.about-section {
  background-color: #f2f2f2;
}

.wpb_single_image img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

.wpb_single_image {
  text-align: center;
}

.custom-row {
  margin-left: -30px;
  margin-right: -30px;
}

.just-gallery img {
  display: initial;
  max-width: none;
}

.pswp__caption__center {
  max-width: none;
  text-align: center;
  padding: 10px 40px;
}

.item-desc {
  letter-spacing: .8px;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2.4px;
  font-family: "Montserrat",sans-serif;
  color: #888;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.pswp__caption h4 {
  font-family: "BebasNeueRegular";
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1.92px;
  margin-bottom: 3px;
}

.pswp__img {
  top: 23px;
}

.pswp__img:hover {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

/* 10 hovers animation */
.select-for-hovers h5{
  display: inline-block;
  padding: 2px 8px;
  font-weight: 400;
  text-decoration: none;
  font-size: 12px;
  line-height: 28px;
  font-family: "Libre Baskerville",sans-serif;
  color: #888888;
  margin: auto;
  letter-spacing: 1.12px;

}

.select-for-hovers .hover > span{
  position: relative;
  padding: 1px 20px 1px 10px;
  display: inline-block;
  font-weight: 400;
  border:1px solid #888888;
  text-decoration: none;
  min-width: 200px;
  text-align: left;
  cursor: pointer;
  font-size: 12px;
  line-height: 28px;
  font-family: "Libre Baskerville",sans-serif;
  color: #888888;
  margin: auto;
  letter-spacing: 1.12px;
}
.select-for-hovers .hover > span::after{
  content: "\f107";
  font-family: 'FontAwesome';
  position: absolute;
  right: 5px;
}
.select-for-hovers{
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  text-align: right;
  margin-top: 20px;
}

.select-for-hovers .content{
  position: relative;
  text-align: right;
  width: 100%;
}
.select-for-hovers .hover{
  display: inline-block;
  position: relative;
}
.select-for-hovers .hover .list{
  text-align: left;
  position: absolute;
  background-color: #fff;
  margin-left: 0;
  z-index: 10;
  width: 100%;
  border: 1px solid #131313;
  display: none;
}

.select-for-hovers .hover .list li{
  list-style: none;
  font-weight: 400;
  padding: 1px 8px;
  cursor: pointer;
  background-color: transparent;
  transition: all 350ms ease;
  font-size: 12px;
  line-height: 28px;
  font-family: "Libre Baskerville",sans-serif;
  color: #888888;
  margin: auto;
  letter-spacing: 1.12px;
}

.select-for-hovers .hover .list li:hover{
  background-color: rgba(0,0,0,.1);
}

/* end 10 hovers animation */

.sliphover-container {
  font-family: "BebasNeueRegular";
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1.92px;
}