/* CSS Document */


/*
*
*
[Table of contents]
*
*
*
    font-concreate / @import url
	general / body
	space / .space-single
	general margin / .m-40-left
	button / button
	section / section
	no select / .noselect
	wrapper / .content-wrapper
	whitepage / .whitepage
	preloader / .preloader
	sub navigation / .subnav
	navigation / header
	subheader / #subheader
	home / #mainbanner
	background img / .mainbg
	about / #about
	gallery home / .gal-home
	team / #owl-team
    detail / #detailproject
	gallery / .projects-grid
    gallery max width / #w-gallery-container
    post share  / .post-share
    form search / .search-container
	footer / .footer
	totop / #totop
	Blog / .blog-simple .blog-text
	Blog comment / #blog-comment
	map / #map-1
	contact / .wrapaddres
	Magnific Popup CSS / .mfp-bg
	Owl Carousel / .owl-carousel
	pagination owl / #owl-testimonial .owl-dots
	scroll onStep / .onStep
*
*
*/

/* font-concreate */

/* @import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css2?family=Arapey:ital@0;1&family=Poppins:wght@400;500;600&family=Ubuntu:wght@400;500;700&display=swap'); */

/*Quicksand*/
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');

/* nuova classe  */

.payoff {
  position: absolute;
  top: 40%;
  left: 4.8%;
  width: 93%;
  z-index: 21;
}

.payoff h1,
h2,
h5 {
  color: #FFF;
  line-height: 1.2;
}

.payoff h1 {
  font-size: 5.7rem;
  font-weight: 600;
  margin-bottom: .1em;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
}

.payoff h2 {
  color: #FFF;
  font-size: 3.2rem;
  font-weight: 400;
  margin-bottom: 1.4em;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
}

.payoff h5 {
  font-size: 2.2rem;
  font-weight: 600;
  color: #FFF;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
}

.btn-payoff {
  display: block;
  float: left;
  width: auto;
  height: auto;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-shadow: none;
  padding: 8px 25px;
  background: #f36f21;
  cursor: pointer;
  overflow: hidden;
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  margin-top: 0em;
}

.btn-payoff a {
  color: #fff;
}

.btn-payoff:hover {
  background: #fff;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.btn-payoff:hover .shine {
  -webkit-animation: sheen .9s alternate;
  animation: sheen .9s alternate;
}

.btn-payoff:hover a {
  color: #4e4e4e;
}

/* nuova classe end */

/* general */
body {
  font-family: 'Quicksand', sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 1.6;
  letter-spacing: .4px;
  color: #4e4e4e;
  background: #fdfdfd;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a {
  color: inherit;
  /* -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; */
}

a:hover,
a:active {
  color: #f36f21;
  text-decoration: none;
  outline: 0;
  /* -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; */
}

article a {
  text-decoration: underline;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #4e4e4e;
  font-weight: bold;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}

.bold {
  font-weight: bold;
}

/*scadd*/
.fwlight {
  font-weight: 400;
}

.fwmedium {
  font-weight: 500;
}

.fwsemibold {
  font-weight: 600;
}

.fwbold {
  font-weight: 700;
}

.wrapheading {
  /*    scedit CDF*/
  /*    margin-bottom: -10px;*/
}

.bg-dots {
  width: 80px;
  height: auto;
  font-size: 30px;
  font-weight: 600;
  background: url(./img/dot.png);
  text-align: left;
  padding: 15px 2px;
}

/* space */
.space-single {
  width: 100%;
  height: 30px;
  display: block;
  clear: both;
}

.space-double {
  width: 100%;
  height: 60px;
  display: block;
  clear: both;
}

.space-half {
  width: 100%;
  height: 15px;
  display: block;
  clear: both;
}

hr {
  display: block;
  clear: both;
  border-top: solid 1px #ddd;
  margin: 40px 0 40px 0;
}

.center {
  text-align: center;
  margin: 0 auto;
}

.left {
  text-align: left;
  float: left;
  line-height: inherit;
}

.right {
  text-align: right;
  float: right;
  line-height: inherit;
}

.color {
  color: #f36f21;
}

.min-left {
  margin-left: -15px;
}

.min-right {
  margin-right: -15px;
}

/* general margin */
.m-40-left {
  margin-left: 40px;
}

.m-5-hor {
  margin-left: 5% !important;
  margin-right: 5% !important;
  padding: 0;
  position: relative;
}

.m-30-bot {
  margin-bottom: 30px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

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

.mt-60 {
  margin-top: 60px;
}

.mt-80 {
  margin-top: 80px;
}

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

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

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

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

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

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

/* padding */
.p-0 {
  padding: 0 0;
}

.p-5 {
  padding: 5px;
}

.p-8-12-hor {
  padding: 0 8px 0 12px;
}


/* button */
button {
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

button:hover {
  border: none;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-content {
  position: relative;
  padding: 8px 20px;
  font-size: 10pt;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  color: #fff;
  background: #f36f21;
  border-radius: 2px;
  border: 3px solid #f36f21;
  outline: none;
  text-shadow: none;
  margin-top: 17px;
  cursor: pointer;
  overflow: hidden;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-content:hover {
  color: #fff;
  background: #999;
  border: 3px solid rgba(255, 255, 255, 0);
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.btn-content:hover .shine {
  -webkit-animation: sheen .6s alternate;
  animation: sheen .6s alternate;
}

.btn-content:hover a {
  color: #fff;
}

.input-group-btn button {
  border: none;
  padding: 0px;
}

/* section */
section {
  padding: 50px 0 50px 0;
}

/*scadd*/
section.dot {
  background-image: url(./img/dot1.png);
  opacity: .9;
}

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

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

.no-padding,
section.no-padding {
  padding: 0;
}

section.crumbs {
  padding: 30px 0 30px 0;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-10 {
  padding-bottom: 10px;
}

.p-30 {
  padding: 30px;
}

.p-40 {
  padding: 40px;
}

.p-60 {
  padding: 60px;
}

.p-servizi-txt {
  padding: 50px 90px 35px 90px;
}

.p-90 {
  padding: 90px;
}

.sp-padding {
  padding: 30px 0 30px 0;
  overflow: hidden;
  overflow-x: hidden;
}

.devider-left {
  display: block;
  border-top: 4px solid #ff9219;
  width: 45px;
  margin: 20px 0 30px 0;
}

.devider-center {
  display: block;
  border-top: 2px solid #ff9219;
  width: 93px;
  margin: 20px auto;
  margin-bottom: 40px;

}

.sub-heading-content {
  display: block;
  font-size: 17px;
  color: #f36f21;
}

/* no select */
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* wrapper */
.content-wrapper {
  overflow: hidden !important;
}

.v-align {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

.start-align {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  text-align: left;
}

.no-gutter {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.no-gutter [class*='col-']:not(:first-child),
.no-gutter [class*='col-']:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.row.equal {
  display: flex;
  flex-wrap: wrap;
}

/* whitepage */
.whitepage {
  color: #666;
  background: #fff;
  background: -webkit-linear-gradient(#fff, #f8f8f8);
  background: -o-linear-gradient(#fff, #f8f8f8);
  background: -moz-linear-gradient(#fff, #f8f8f8);
  background: linear-gradient(#fff, #f8f8f8);
}

.color-page {
  color: #606060;
  background: #f5f5f5;
  box-shadow: 0 7px 10px 2px rgba(0, 0, 0, 0.06);
}

.dark-page {
  color: #fff;
  background: #333;
}

/* content column */
.col-content {
  position: relative;
  width: 100%;
  height: auto;
}

.col-content h1,
.col-content h2,
.col-content h3,
.col-content h4,
.col-content h5,
.col-content h6 {
  margin-bottom: 30px;
  font-weight: 500;
}

.col-content h3 {
  font-size: 23pt;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: normal;
}

.col-content p {
  font-weight: 300;
  line-height: 2em;
  letter-spacing: .4px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.col-content {
  color: #555;
  font-weight: 400;
  line-height: 2em;
  letter-spacing: .4px;
}

/* preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
}

.prtf-smooth-transition-loader.prtf-hide-spinner .prtf-st-loader {
  display: none
}

.prtf-st-loader1 {
  position: relative;
  height: 100%
}

/*---MainCube----*/
.prtf-outline .prtf-line-1 {
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  border-right: 4px solid #ddd;
  -webkit-animation-name: animateHeight;
  animation-name: animateHeight;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-fill-mode: forwards
}

.prtf-outline .prtf-line-2 {
  bottom: 0;
  right: 0;
  border-top: 4px solid #ddd;
  -webkit-animation-name: animateWidth;
  animation-name: animateWidth;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-fill-mode: forwards
}

.prtf-outline .prtf-line-3 {
  top: 0;
  left: 0;
  border-bottom: 4px solid #ddd;
  -webkit-animation-name: animateWidth;
  animation-name: animateWidth;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-fill-mode: forwards
}

.prtf-outline .prtf-line-4 {
  bottom: 0;
  right: 0;
  height: 0;
  width: 0;
  border-left: 4px solid #ddd;
  -webkit-animation-name: animateHeight;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
  -webkit-animation-delay: 0s;
  -webkit-animation-fill-mode: forwards;
  animation-name: animateHeight;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-fill-mode: forwards
}

.prtf-outline .prtf-line-1,
.prtf-outline:after {
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
  -webkit-animation-delay: 0s;
  -webkit-animation-fill-mode: forwards
}

.prtf-outline .prtf-line-2,
.prtf-outline .prtf-line-3 {
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
  -webkit-animation-delay: 0s;
  -webkit-animation-fill-mode: forwards;
  height: 0;
  width: 0
}

.prtf-outline .prtf-line-1,
.prtf-outline .prtf-line-2,
.prtf-outline .prtf-line-3,
.prtf-outline .prtf-line-4,
.prtf-outline .prtf-outline .prtf-portfolio-list-holder-outer.prtf-line-4,
.prtf- portfolio-list-holder-outer {
  position: absolute;
  border-color: #555;
  opacity: 0
}

/*---SecondCube. You can set cube size)---*/
.prtf-outline {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  width: 50px;
  height: 50px;
  background-color: #fff
}

/* preloader animation */
@-webkit-keyframes animateWidth {
  0% {
    opacity: 1;
    width: 0
  }

  40%,
  80% {
    width: 30%;
    opacity: 1
  }

  100% {
    opacity: 0;
    width: 100%
  }
}

@keyframes animateWidth {
  0% {
    opacity: 1;
    width: 0
  }

  40%,
  80% {
    width: 30%;
    opacity: 1
  }

  100% {
    opacity: 0;
    width: 100%
  }
}

@-webkit-keyframes animateHeight {
  0% {
    opacity: 1;
    height: 0
  }

  40%,
  80% {
    height: 30%;
    opacity: 1
  }

  100% {
    height: 100%;
    opacity: 0
  }
}

@keyframes animateHeight {
  0% {
    opacity: 1;
    height: 0
  }

  40%,
  80% {
    height: 30%;
    opacity: 1
  }

  100% {
    height: 100%;
    opacity: 0
  }
}

.bg-preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 99999;
}

.bg-preloader-white {
  position: fixed;
  width: 50%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 999999;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.bg-preloader-white-bot {
  position: fixed;
  width: 50%;
  height: 100%;
  bottom: 0px;
  right: 0px;
  background: #fff;
  z-index: 999999;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.bg-hide {
  height: 0% !important;
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}

.mainpreloader {
  position: relative;
  animation: rotate 1s infinite linear;
  border: 3px solid rgba(0, 0, 0, .1);
  width: 40px;
  height: 40px;
  margin-right: -24px;
  border-radius: 999px;
}

.mainpreloader span {
  position: absolute;
  width: 40px;
  height: 40px;
  border: 3px solid transparent;
  border-top: 3px solid #f36f21;
  top: -3px;
  left: -3px;
  border-radius: 999px;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* end preloader */

/* sub navigation */
.subnav {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 9999;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .3px;
  color: #000;
  background: #fff;
  padding: 20px 0 45px 0;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

#sub-icon {
  border-right: 1px solid rgba(0, 0, 0, .3);
  padding-right: 30px;
  margin-right: 30px;
}

.social-icons-subnav,
.social-icons-subnav div {
  display: inline-block;
}

.social-icons-subnav div {
  letter-spacing: 1px;
}

.right .social-icons-subnav {
  margin-right: 10px;
}

.right .social-icons-subnav:last-child {
  margin-right: 0px;
}

.social-icons-subnav span,
.social-icons-subnav i {
  text-shadow: none;
  padding: 8px;
  width: 28px;
  height: 28px;
  text-align: center;
  color: #000;
  border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.social-icons-subnav a {
  margin: 0 5px;
  cursor: pointer;
}

.social-icons-subnav a:last-child {
  margin-right: 0;
}

.social-icons-subnav a:hover,
.social-icons-subnav a:hover span {
  color: #f36f21;
  border-color: #eceff3;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

/******************** navigation *******************/
header {
  position: relative;
  z-index: 999;
}

header.init {
  width: 100%;
  height: 150px;
  background: rgba(255, 255, 255, 1);
  -webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
  -moz-transition: all .5s cubic-bezier(.165, .84, .44, 1);
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

header.show {
  position: fixed;
  /*height: 100px; scedit*/
  height: 50px;
  box-shadow: 0px 10px 90px rgba(23, 36, 52, .1);
  background: rgba(255, 255, 255, 1) !important;
  -webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
  -moz-transition: all .5s cubic-bezier(.165, .84, .44, 1);
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

.navbar-default-white {
  position: fixed;
  margin: 70px auto;
  top: 0px;
  background: rgba(255, 255, 255, 1);
  border-bottom: 1px groove rgba(255, 255, 255, 0);
  -webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
  -moz-transition: all .5s cubic-bezier(.165, .84, .44, 1);
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

.navbar-default-white {
  transform: translateZ(0);
  /* Scroll Fix in iPad */
  width: 100%;
  height: 100px;
  -webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
  -moz-transition: all .5s cubic-bezier(.165, .84, .44, 1);
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

.navbar-default-white.fullHeight {
  height: 100vh !important;
}

.navbar-brand.white {
  position: relative;
  top: 12px;
  left: 0px;
  z-index: 2;
}

.navbar-brand.white img {
  width: auto;
  height: auto;
  /*scedit
    max-height: 44px!important;*/
  max-height: 110px !important;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

.navbar-brand.white img.black {
  display: none;
}

.navbar-default-white.sticky {
  left: 0;
  right: 0;
  margin: 0 auto;
  width: inherit;
  box-sizing: border-box;
  -webkit-transition: all .3s cubic-bezier(.165, .84, .44, 1);
  -moz-transition: all .3s cubic-bezier(.165, .84, .44, 1);
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
}

.navbar-default-white.sticky img {
  width: auto;
  height: auto;
  /*    max-height: 95px!important; scedit*/
  max-height: 52px !important;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

/*scadd logo*/
.navbar-default-white.navbar-fixed-top img.homepage {
  max-height: 110px !important;
}

/* menu nav */

.white nav {
  position: relative;
  float: right;
  z-index: 999;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

.white nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

.white nav ul li {
  display: inline-block;
  margin: 0;
  margin-right: 30px;
}

.white nav ul li:last-child {
  margin-right: 15px;
}

.white nav ul li .input-group {
  top: 15px;
  margin-left: 20px;
  width: 220px;
}

.white nav ul li .input-group button {
  display: inherit;
  padding: 0;
  line-height: 0px;
  border: none;
}

.white nav ul li .input-group i {
  margin-left: 0px;
}

.white nav a {
  display: block;
  padding: 10px 0px 10px 20px;
  color: #000000;
  /*    font-size: 14px;*/
  font-size: 1.4rem;
  font-family: 'Quicksand', sans-serif;
  font-weight: 500;
  letter-spacing: .3px;
  line-height: 80px;
  text-decoration: none;
  text-transform: uppercase;
}

.white nav a:hover {
  color: #f36f21 !important;
}

.white nav a:hover::before {
  display: inline-block;
  position: absolute;
  max-width: 35px;
  color: rgba(255, 255, 255, 0);
  border-bottom: 2px solid rgba(255, 255, 255, 1);
  -webkit-transition: max-width 0.5s;
  -moz-transition: max-width 0.5s;
  transition: max-width 0.5s;
}

.white nav a::before {
  position: absolute;
  overflow: hidden;
  max-width: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  color: rgba(255, 255, 255, 0);
  content: attr(data-hover);
  -webkit-transition: max-width 0.5s;
  -moz-transition: max-width 0.5s;
  transition: max-width 0.5s;
  white-space: nowrap;
}

.white nav a.actived {
  /* color: #f36f21 !important; */
  color: #fe8740 !important;
}

.white nav ul ul {
  display: none;
  position: absolute;
  /*scedit*/
  top: 100px;
  /*    top: 80px;*/
  color: #efefef;
}

.white nav ul li:hover>ul {
  display: inherit;
  -webkit-animation-name: animfadeInUpmenu;
  animation-name: animfadeInUpmenu;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.white nav ul ul li {
  width: 230px;
  float: none;
  display: list-item;
  background: #fff;
  border-bottom: 1px groove rgba(0, 0, 0, .1);
  box-shadow: 5px 5px 2px rgba(23, 36, 52, .01);
  position: relative;
}

.white nav ul li i {
  margin-left: 5px;
}

/* sfondo nav scuro */
.white nav ul ul li a {
  font-size: 1.2rem;
  line-height: 28px;
  padding-left: 17px;
  font-weight: 500;
  letter-spacing: .05rem;
}

.white nav ul ul li a:hover {
  background: #f8f8f8;
}

.white nav ul ul li a.active {
  background: #f8f8f8;
}

.white nav ul ul li:last-child {
  border-bottom: none;
}

.white nav ul ul ul li {
  position: relative;
  top: -75px;
  left: 230px;
}

.white>nav>ul>li.has-children>a:after {
  content: '\f107';
  font-family: 'FontAwesome';
  margin-left: 10px;
}

li>a:only-child:after {
  content: '';
}

span.span-drop {
  position: absolute;
  right: 7%;
  cursor: pointer;
}

span.span-drop:after {
  content: '\f107';
  font-family: 'FontAwesome';
  color: #f36f21;
  /* navigation mobile */
  width: 21px;
  height: 21px;
  text-align: center;
  line-height: 21px;
  display: inline-block;
  border: 1px solid #f36f21;
  background: transparent;
  /*scedit #999*/
}

@media (min-width: 1200px) {
  span.span-drop {
    display: none;
  }
}

/* end menu nav */

/******************** navigation end *******************/

/* subheader */
#subheader {
  color: #fefefe;
  padding: 310px 0 80px 0;
  background: #222;
  background: url(./img/bg-subheader.jpg)top fixed;
  background-size: cover;
}

#subheader-commerce {
  color: #fefefe;
  padding: 310px 0 80px 0;
  background: #222;
  background: url(./img/bg-commerce.jpg)top fixed;
}

#subheader h1,
#subheader-commerce h1 {
  text-align: left;
  margin-top: 40px;
  font-size: 44px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: none;
  color: #fefefe;
}

#subheader p,
#subheader-commerce p {
  font-size: 12pt;
  letter-spacing: 1px;
}

#subheader .gal-home,
#subheader .gal-home .hovereffect {
  margin-bottom: 0px;
}

h1.crumbs {
  display: inline-block;
  font-size: 3.428rem;
  font-weight: 600;
  letter-spacing: 2px
}

ul#crumbs {
  display: inline-block;
  padding: 0;
  float: right;
  /*    scedit*/
  /*    margin-top: 30px;*/
  margin-top: 15px;
}

ul#crumbs li {
  display: inline-block;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 3px;
}

ul#crumbs li a {
  cursor: pointer;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 2px;
}

ul#crumbs li:after {
  content: '/';
  padding: 0 15px;
}

ul#crumbs li:last-child:after {
  display: none;
}

/* subheader end */

/* heading */
.heading {
  font-size: 2.2rem;
  font-weight: 600;
  color: #8e8e8e;
  text-transform: uppercase;
}

.heading:after {
  content: "";
  width: 11.5rem;
  position: relative;
  display: block;
  padding-bottom: 30px;
  /*    scedit CDF*/
  margin-bottom: 55px;
  border-bottom: .28rem solid #f36f21;
}

.heading.mb-40:after {
  margin-bottom: 40px;
}

.headingcontent {
  font-size: 4.1rem;
  font-weight: bold;
  line-height: 50px;
  margin-bottom: 2rem;
}

.headingcontent.prod-details {
  font-size: 3.2rem;
}

.year {
  display: block;
  position: relative;
  /*scedit*/
  /*margin-top: 80px;*/
  margin-top: 50px;
  text-align: left;
  color: #000;
}

.year .heading {
  display: inline-block;
  font-size: 10.3rem;
  /*scedit*/
  /*margin-bottom: 10px;*/
  margin-bottom: 0px;
  line-height: 55px;
  border-bottom: 16px solid #dedede;
  color: #000;
  margin-right: 15px;
}

.year .heading:after {
  content: none;
}

.year .subheading {
  display: inline-block;
  font-size: 1.8rem;
  line-height: normal;
}

/* heading end */

/* home */
#mainbanner {
  position: relative;
  color: #fff;
  margin: 0;
  z-index: 1;
}

.overlay-main {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  text-align: left;
  padding-left: 5%;
  padding-top: 5%;
}

/* background img */
.mainbg {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  overflow-x: hidden;
  background: url(./img/bg-1.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.mainbg-1 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  overflow-x: hidden;
  background: url(./img/bg-2.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.mainbg-paralax {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  overflow-x: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.imgbg {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  overflow-x: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.imgbgres {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  overflow-x: hidden;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.mainbgvideo {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: scroll;
}

.bgslider-owl {
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
  background: #fff;
  overflow: hidden;
}

.bgslider {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: #fff;
  background: #535353;
}

.bgslider img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
}

/* background video  */

.bgvideo {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -50px;
  left: 0;
  background: #efefef;
}

.video {
  position: relative;
  top: 50%;
  left: 50%;
  z-index: 1;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  opacity: 0.8;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#imghome {
  width: 100%;
  height: auto;
  position: relative;
}

#imghome::before {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  background: url(./img/dot.png);
  left: -33px;
  top: 39px;
  opacity: 0.8;
}

/* gallery home */
.gal-home {
  position: relative;
  width: 100%;
  letter-spacing: 1px;
  overflow: hidden;
  margin-bottom: 5px;
  z-index: 0;
}

.gal-home:hover img {
  width: 100%;
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}

.gal-home img {
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}

.gal-home .hovereffect {
  max-width: 100%;
  height: auto;
  overflow: hidden;
  float: left;
  position: relative;
  text-align: center;
  margin-bottom: 15px;
  cursor: pointer;
}

.gal-home.pages .hovereffect {
  max-height: 360px;
}

.gal-home .hovereffect a {
  display: block;
  /*scedit*/
  /*    cursor: zoom-in;*/
  position: relative;
  z-index: 999;
}

.gal-home h3,
.gal-home h4 {
  margin-bottom: 0px;
}

/*scadd*/
.gal-home h3 {
  font-size: 2.4rem;
  color: #404040;
  font-weight: 500;
}

/*scadd 17.08 download e video */
.gal-home h3.download {
  font-size: 1.6rem;
  color: #4e4e4e;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.9rem;
}

.gal-home p.download {
  font-size: 1.2rem;
  color: #4e4e4e;
  font-weight: 400;
}

.fa-files-o {
  color: #4e4e4e;
  font-size: 1.9rem;
}

.fa-youtube-play {
  font-size: 3.5rem;
}

.accordion .accordion-content h3.download {
  font-size: 1.6rem;
  color: #4e4e4e;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.9rem;
}

.accordion .accordion-content p.download {
  font-size: 1.2rem;
  color: #4e4e4e;
  font-weight: 400;
}

/*scadd 17.08 download e video end */
.gal-home .hovereffect .title-overlay {
  opacity: 1;
}

.gal-home .hovereffect:hover .title-overlay {
  opacity: 0;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}


.gal-home .hovereffect .overlay {
  position: absolute;
  color: #fff;
  background-color: rgba(9, 12, 13, .5);
  margin: 5%;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  right: 0;
  top: 0;
}

.gal-home .hovereffect:hover .overlay {
  bottom: 0;
  left: 0;
  opacity: .8;
}


.overlay.start-align p {
  font-weight: 300;
  line-height: normal;
  letter-spacing: 3px;
}

.gal-home .hovereffect .overlay .devider {
  display: block;
  margin: 8px auto;
  width: 188px;
  border-top: 1px solid rgba(200, 177, 111, .8);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.gal-home .hovereffect:hover .overlay .devider {
  display: block;
  margin: 10px auto;
  width: 138px;
  border-top: 1px solid rgba(200, 177, 111, .8);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.projects-grid {
  position: relative;
  letter-spacing: 1pt;
  text-transform: uppercase;
  overflow: hidden;
}

.projects-grid:hover img {
  width: 100%;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.projects-grid img {
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.projects-grid .hovereffect-color {
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
  text-align: center;
  cursor: pointer;
}

.projects-grid .hovereffect-color .overlay {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 1;
  -webkit-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}

.start-align h3 {
  color: #fff;
  font-size: 24pt;
  font-weight: 600;
  position: relative;
  margin-bottom: 10px;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.projects-grid .hovereffect-color .overlay div {
  padding: 10%;
  height: auto;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 1);
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.projects-grid .hovereffect-color .overlay div p {
  position: relative;
  -webkit-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}

.projects-grid .hovereffect-color:hover .overlay {
  height: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.projects-grid .hovereffect-color:hover .overlay .start-align h3,
.projects-grid .hovereffect-color:hover .overlay a.shin {
  position: relative;
  bottom: 0;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.projects-grid .hovereffect-color:hover .overlay div p {
  opacity: 1;
  margin-top: 0;
  position: relative;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

/* border animation */
.bordline {
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}

.bordline::before {
  border: 8px solid transparent;
  width: 0;
  height: 0;
}

.bordline::after {
  border: 8px solid transparent;
  width: 0;
  height: 0;
}

.bordline::before {
  top: 0;
  left: 0;
}

.bordline::after {
  bottom: 0;
  right: 0;
}

.bordline:hover::before,
.bordline:hover::after {
  width: 100%;
  height: 100%;
}

.bordline:hover::before {
  border-top-color: #eee;
  border-right-color: #eee;
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out 0.3s;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out 0.3s;
}

.bordline:hover::after {
  border-bottom-color: #eee;
  border-left-color: #eee;
  -webkit-transition: border-color 0s ease-in-out 0.6s, width 0.3s ease-in-out 0.6s, height 0.3s ease-in-out 0.9s;
  transition: border-color 0s ease-in-out 0.6s, width 0.3s ease-in-out 0.6s, height 0.3s ease-in-out 0.9s;
}

/* border animation end */
.overlay div span {
  display: block;
}

.overlay div span.icon i {
  color: #111;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 12px;
  margin: 5px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.overlay div span.icon a:hover i {
  color: #fff;
  background: #111;
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}

a.shin {
  position: relative;
  margin-top: 10px;
  overflow: hidden;
  color: #fff;
  z-index: 2;
  -moz-transition: all .9s ease;
  -ms-transition: all .9s ease;
  -o-transition: all .9s ease;
  transition: all .9s ease;
}

a.shin.col {
  position: relative;
  display: block;
  font-size: 1.4rem;
  width: 100%;
  color: #f36f21;
  font-weight: 600;
  background: transparent;
  border: 3px solid transparent;
  margin-top: 15px;
  padding: 8px 20px;
  text-align: right;
}

a.shin:hover {
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

a.shin.col:hover {
  background: transparent;
  border: 3px solid transparent;
}

a.shin.col:hover .shine {
  -webkit-animation: sheen .6s alternate;
  animation: sheen .6s alternate;
}

/* gallery home end */
.tagline {
  font-size: 2.7rem;
  font-weight: 500;
  letter-spacing: 1px;
  color: #000;
  line-height: normal;
}

/* home end */

/* feature */
.choc-features {
  position: relative;
  margin: -120px 4% -30px 4%;
  z-index: 99;
}

.features {
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.features.no-margin {
  margin-top: 0px !important;
}

.features:hover {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.features:hover a {
  color: #fff;
  background: #f36f21;
  border: 3px solid rgba(255, 255, 255, 0);
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
}

.features:hover .shine {
  -webkit-animation: sheen .6s alternate;
  animation: sheen .6s alternate;
}

.features .heading {
  font-size: 16pt;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}

.features .heading::after {
  content: none;
}

.features .content {
  margin: 15px auto;
  max-width: 380px;
}

.features span {
  display: block;
  color: #f36f21;
  padding: 10px 0 10px 0;
}

.features span.number {
  font-size: 90pt;
  font-weight: 600;
  margin-top: 30px;
}

.features span.content {
  font-size: 14pt;
}

.features a {
  font-weight: 400;
  display: block;
  position: relative;
  width: 174px;
  height: 45px;
  font-size: 11pt;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  line-height: 40px;
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border: 3px solid #f36f21;
  outline: none;
  text-shadow: none;
  margin: 0 auto;
  margin-top: 15px;
  cursor: pointer;
  overflow: hidden;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.sp-padding .features a {
  width: auto;
}

/* bg-feature */
.features .bg-img {
  width: 100%;
  padding: 60px;
  background: url(./img/bg-serv-1.jpg);
  overflow-x: hidden;
  background-size: cover;
  background-position: center;
}

.features .bg-img-1 {
  width: 100%;
  padding: 60px;
  background: url(./img/bg-serv-2.jpg);
  overflow-x: hidden;
  background-size: cover;
  background-position: center;
}

.features .bg-img-2 {
  width: 100%;
  padding: 60px;
  background: url(./img/bg-serv-3.jpg);
  overflow-x: hidden;
  background-size: cover;
  background-position: center;
}

.features .bg-img-3 {
  width: 100%;
  padding: 40px;
  background: url(./img/bg-serv-4.jpg);
  overflow-x: hidden;
  background-size: cover;
  background-position: center;
}

.features .bg-img-3-img {
  width: 100%;
  height: auto;
  position: relative;
}

.bg-img-3-img::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  top: -30px;
  right: -28px;
  border: 8px solid rgba(200, 177, 111, .4);
}

.features .bg-img-3 .bg-overlay {
  padding: 30px;
  margin-bottom: 10px;
  background-color: rgba(9, 12, 13, .9);
  border: 1px solid rgba(200, 177, 111, .8);
}

/* feature end */

/* choose */
.box-icon {
  padding: .5em;
  margin: 40px;
  margin-left: 0px;
  background-color: #ffffff;
  border-right: 2px solid #00000015;
}

.box-icon.last {
  border: none;
}

.box-icon .icon-choose {
  display: block;
  font-size: 48px;
  color: #f36f21;
  width: auto;
  height: 80px;
  text-align: center;
  padding-left: 0px;
  position: absolute;
}

.box-icon .text {
  margin-left: 90px;
}

.box-icon .text h3 {
  font-size: 15pt;
  text-transform: uppercase;
  font-weight: 600;
}

/* choose end */

/* about */
#about {
  display: block;
}

#about p {
  font-size: 1.9rem;
  line-height: 2;
}

#about-us-1 {
  height: 100%;
}

#about-us-1 .image-container {
  background: url(./img/bg-about.jpg);
  background-size: cover;
}

#about-us-2 .image-container {
  background: url(./img/bg-about-1.jpg);
  background-size: cover;
}


#about-us-3 .image-container {
  background: url(./img/2022/showroom1.jpg);
  background-size: cover;
}

#about-us-4 .image-container {
  background: url(./img/2022/showroom2.jpg);
  background-size: cover;
}

#about-us-5 .image-container {
  background: url(./img/2022/showroom3.jpg);
  background-size: cover;
}

/* team */
#owl-team .post-share {
  margin-top: 20px;
  text-align: right;
}

/* brand */
#owl-brand .item {
  text-align: center;
}

#owl-brand img {
  width: auto;
  margin: 0 auto;
}

/* detail */
#detailproject {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 60px;
}

.stiky-detail {
  position: absolute;
  top: 0px;
  /*    scedit*/
  /*    right: 10%;*/
  right: 1.1%;
  padding: 20px;
  color: rgba(255, 255, 255, .9);
  background: #f36f21;
  box-shadow: 0 7px 10px 2px rgba(0, 0, 0, 0.06);
  z-index: 1;
}

.stiky-detail h2 {
  font-size: 16pt;
  font-weight: 600;
  color: rgba(255, 255, 255, .9);
}

.detaillist {
  background: #f36f21;
  /*    scedit*/
  /*    padding:30px 40px 30px 30px;*/
  padding: 10px 40px 30px 30px;
}

.detaillist span {
  display: block;
  letter-spacing: .01em;
  line-height: 24pt;
  padding: 5px 0;
  border-bottom: 1px solid #ca3f23;
}

.detaillist strong {
  display: inline-block;
  font-weight: 500;
  width: 150px;
}

.detaillist span span {
  display: inline-block;
  margin-right: 15px;
}

.hide-detail,
.show-detail {
  color: rgba(255, 255, 255, .9);
  padding: 10px 30px 10px 30px;
  cursor: pointer;
  font-weight: bold;
  /* -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; */
}

.show-detail {
  display: none;
  padding: 0px 30px 0px 30px;
}

.hide-detail:hover,
.show-detail:hover {
  display: block;
  color: #fff;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.25);
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.info-detail {
  display: block;
  color: rgba(255, 255, 255, .9);
  padding: 10px 30px 10px 30px;
  cursor: pointer;
  font-weight: bold;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.info-detail:hover {
  display: block;
  color: #000;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.25);
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/* span post */
.spanpost {
  border-bottom: 0px;
  margin-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 30px;
}

.spanpost span {
  display: inline-block;
  color: #888;
}

.spanpost span.date-post {
  font-size: 13px;
  font-weight: 400;
  margin-left: 20px;
}

.spanpost span.date-post i {
  padding-right: 0px;
}

.spanpost span.user-post {
  font-size: 13px;
  font-weight: 400;
}

.spanpost span.user-post i {
  padding-right: 0px;
}

.spanpost span.comment {
  margin-left: 20px;
  font-size: 13px;
}

.spanpost span.comment a i {
  padding-right: 0px;
}

/* span post end */

/* post share */
.post-share {
  display: block;
  margin-top: 30px;
}

.post-share span {
  display: inline-block;
  margin-right: 10px;
}

.post-share .share-list {
  /* display: inline-block; scedit */
  display: block;
  list-style-type: none;
  padding-left: 0;
}

.post-share .share-list li {
  /* display: inline-block; scedit */
  display: inline-block;
  margin: 0 30px 0 0;
}

.post-share .share-list li a {
  color: #a8a8a8;
}

.post-share .share-list li a:hover {
  color: #9facab;
}

.post-share span {
  font-size: 14px;
}

/* post share */

/* detail end */

/* gallery */
.gallery-grid {
  position: relative;
  letter-spacing: 1pt;
  text-transform: uppercase;
  overflow: hidden;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  /*scedit*/
  margin: .8em;
  /*    background-color: lightcoral;*/
  /*margin-left: 0px;*/
  /*margin-right: 0;*/
  /*padding: 0px;*/
}

.gallery-grid:hover img {
  width: 100%;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  padding: 0;
}

.gallery-grid img {
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.gallery-grid .hovereffect-color {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  text-align: center;
  cursor: pointer;
}

.gallery-grid .hovereffect-color .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0px;
  left: 0;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* ATTREZZI nov 2023 */
.brd {
  border-radius: 5%;
  border: 1px solid #a3a3a3;
  margin-bottom: 2em;
}

.brd:hover {
  border: 2px solid #a3a3a3;
}

.gallery-grid .hovereffect-2 {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  text-align: center;
  cursor: pointer;
}

.gallery-grid .hovereffect-2 .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0px;
  left: 0;
  opacity: 0;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.gallery-grid .hovereffect-2:hover .overlay {
  bottom: 0px;
  left: 0;
  opacity: 1;
  background-color: #0fa2de;
  border: none;
}

.text-overlay-stencil {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1000;
}

@media screen and (max-width: 1000px) {
  .gallery-grid .hovereffect-2 .overlay {
    opacity: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    background-color: rgba(255, 255, 255, .05);
  }

  .text-overlay-stencil {
    font-size: 1.2rem;
    line-height: 1.8rem;
    color: #fff;
    background-color: rgba(15, 162, 222, .8);
    margin: 0 auto;
    max-width: 250px;
    min-height: 2em;
    padding: .5em 0;
    top: 90%;
  }

}

/* ATTREZZI nov 2023 end */


.gallery-grid:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, .5);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.gallery-grid .hovereffect-color:hover .overlay {
  opacity: 1;
  bottom: 0;
}

.gallery-grid .hovereffect-color .overlay div {
  padding: 10%;
  height: 100%;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 2px;
  color: #fff;
  /*    background-color: rgba(221, 68, 37, .1); red*/
  background-color: rgba(0, 0, 0, .4);
  margin-bottom: 2em;
}

a.txt18 {
  margin-top: 10px;
  font-size: 18x;
  font-weight: 600;
}

a.txt18 span {
  margin-top: .2em;
  font-size: 12px;
  font-weight: 600;
}


.gallery-grid .hovereffect-color .overlay:hover div {
  padding: 10%;
  height: 100%;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 2px;
  color: #fff;
  background-color: rgba(221, 68, 37, .6);
}


.overlay div span {
  width: 100%;
  display: block;
  z-index: 1;
}

.overlay div span.icon i {
  color: #111;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 14px;
  margin: 15px 0;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.overlay div span.icon a:hover i {
  color: #fff;
  background: #111;
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}

/* filter controls */
.filter-wraper {
  position: relative;
  margin: 0 auto;
  margin-bottom: 70px;
}

#filter-porto {
  padding: 0;
  margin: 0 auto;
  margin-bottom: 15px;
  text-align: left;
}

#filter-hide {
  padding: 0;
  margin: 0 auto;
  text-align: right;
}

#filter-hide li.filtter-icon {
  color: #777;
  font-size: 11pt;
  padding: 0;
  padding: 10px 0 0 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  list-style: none;
}

#filter-porto li.filt-projects,
#filter-porto li.filt-projects-w {
  font-size: 1.4rem;
  font-weight: 500;
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 4px 15px;
  margin: 0 2px 10px 0;
  letter-spacing: .08rem;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  list-style: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#filter-porto li.filt-projects:hover,
#filter-porto li.filt-projects-w:hover {
  border: 1px solid #ff4f2b;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#filter-porto li.selected {
  /*scedit*/
  /*border: 1px solid #efefef;*/
  border: 1px solid #f36f21;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.2s ease;
}

/* gallery max width */
#w-gallery-container {
  text-align: center;
  overflow: hidden;
}

.w-gallery-container {
  text-align: center;
}

.w-gallery:after {
  content: '';
  display: block;
  clear: both;
}

.w-gallery-image {
  width: 100%;
  display: block;
  height: auto;
}

/* Gallery end */

/*
  Owl Carousel
*/

/* owl */
.owl-carousel {
  margin-bottom: -60px;
}

.owl-prev {
  width: 60px;
  height: 60px;
  position: absolute;
  /*    top: 45%; scedit*/
  top: 38%;
  left: 0px;
  display: block !important;
  border: 0px solid black;
  background: rgba(0, 0, 0, .3) !important;
  -webkit-border-radius: 50px;
  border-radius: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.owl-next {
  width: 60px;
  height: 60px;
  position: absolute;
  /*    top: 45%; scedit*/
  top: 38%;
  right: 0px;
  display: block !important;
  border: 0px solid black;
  background: rgba(0, 0, 0, .3) !important;
  -webkit-border-radius: 50px;
  border-radius: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#owl-gal .owl-prev,
#owl-gal .owl-next {
  top: 30%;
}

.owl-prev:hover,
.owl-next:hover {
  color: #999;
  background: rgba(255, 255, 255, 1) !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.owl-prev i,
.owl-next i {
  font-size: 18pt;
  color: #fff;
  padding-top: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.owl-prev:hover i,
.owl-next:hover i {
  color: #999;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.owl-nav {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.owl-carousel:hover .owl-nav {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* pagination owl */
#owl-testimonial .owl-dots {
  float: right;
}

.owl-theme .owl-dots .owl-dot span {
  border-radius: 0;
}

/* owl caurosel pagination */
.owl-theme .owl-nav.disabled+.owl-dots {
  position: absolute;
  right: -20px;
  top: 0px;
  -ms-transform: rotate(270deg);
  /* IE 9 */
  -webkit-transform: rotate(270deg);
  /* Safari 3-8 */
  transform: rotate(270deg);
}

.owl-theme .owl-dots .owl-dot span {
  width: 2px;
  height: 5px;
  border-radius: 0px;
  margin: 10px;
  background: #f36f21;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  height: 80px;
  background: #f36f21;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* owl caurosel pagination end */

/* Magnific Popup CSS */
.mfp-bg,
.mfp-wrap {
  position: fixed;
  left: 0;
  top: 0
}

.mfp-bg,
.mfp-container,
.mfp-wrap {
  height: 100%;
  width: 100%
}

.mfp-container:before,
.mfp-figure:after {
  content: ''
}

.mfp-bg {
  z-index: 10421;
  overflow: hidden;
  background: #0b0b0b;
  opacity: .8;
  filter: alpha(opacity=80)
}

.mfp-wrap {
  z-index: 10431;
  outline: 0 !important;
  -webkit-backface-visibility: hidden
}

.mfp-container {
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.mfp-container:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle
}

.mfp-align-top .mfp-container:before {
  display: none
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 10451
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto
}

.mfp-ajax-cur {
  cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
  cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.mfp-loading.mfp-figure {
  display: none
}

.mfp-hide {
  display: none !important
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -.8em;
  left: 8px;
  right: 8px;
  z-index: 10441
}

.mfp-preloader a {
  color: #ccc
}

.mfp-close,
.mfp-preloader a:hover {
  color: #efefef
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
  display: none
}

button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 10461;
  -webkit-box-shadow: none;
  box-shadow: none
}

.mfp-figure:after,
.mfp-iframe-scaler iframe {
  box-shadow: 0 0 8px rgba(23, 36, 52, .6);
  position: absolute;
  left: 0
}

button::-moz-focus-inner {
  padding: 0;
  border: 0
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  font-style: normal;
  font-size: 38px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:focus,
.mfp-close:hover {
  opacity: 1;
}

.mfp-close:active {
  top: 1px
}

.mfp-close-btn-in .mfp-close {
  color: #efefef
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #efefef;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #efefef;
  font-size: 12px;
  line-height: 18px
}

.mfp-figure,
img.mfp-img {
  line-height: 0
}

.mfp-arrow {
  position: absolute;
  opacity: .65;
  margin: -55px 0 0;
  top: 50%;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
  margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1
}

.mfp-arrow .mfp-a,
.mfp-arrow .mfp-b,
.mfp-arrow:after,
.mfp-arrow:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: inset transparent
}

.mfp-arrow .mfp-a,
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px
}

.mfp-arrow .mfp-b,
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px
}

.mfp-arrow-left {
  left: 0
}

.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after {
  border-right: 17px solid #efefef;
  margin-left: 31px
}

.mfp-arrow-left .mfp-b,
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
  right: 0
}

.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
  border-left: 17px solid #efefef;
  margin-left: 39px
}

.mfp-arrow-right .mfp-b,
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px
}

.mfp-image-holder .mfp-content,
img.mfp-img {
  max-width: 100%
}

.mfp-iframe-holder .mfp-close {
  top: -40px
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.mfp-figure:after,
img.mfp-img {
  width: auto;
  height: auto;
  display: block
}

img.mfp-img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto
}

.mfp-figure:after {
  top: 40px;
  bottom: 40px;
  right: 0;
  z-index: -1;
  background: #444
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px
}

.mfp-figure figure {
  margin: 0
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(23, 36, 52, .6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(23, 36, 52, .6);
    position: fixed;
    text-align: center;
    padding: 0
  }
}

@media all and (max-width:900px) {
  .mfp-arrow {
    -webkit-transform: scale(.75);
    transform: scale(.75)
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px
  }
}

.mfp-ie7 .mfp-img {
  padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
  padding: 0
}

.mfp-ie7 .mfp-content {
  padding-top: 44px
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

.image-source-link {
  color: #98C3D1
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: .8
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0
}

/* end Magnific Popup CSS */

/* map */
#map-1 {
  width: 100%;
  height: 500px;
  padding-top: 0px;
  padding-bottom: 0px;
}

/* contact */
address {
  line-height: 1.6;
}

/*.wrapaddres {
  background: #fff;
  height: 400px;
  padding: 25px 20px 25px 40px;
  box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.1);
}
address span {
  display: block;
  border-bottom: solid 1px rgba(255, 255, 255, 0);
  padding-bottom: 5px;
  margin-bottom: 5px;
  line-height: 26pt;
  font-weight: 400!important;
}
address span strong {
  font-weight: 500!important;
  display: inline-block;
  width: 60px;
}
address span a {
  color: #eceff3;
  display: inline;
}

address.cont-1 span {
  display: block;
  border-bottom: solid 1px #ebebeb;
  padding-bottom: 5px;
  margin-bottom: 5px;
  line-height: 30pt;
  font-weight: 400!important;
}
address.cont-1 span strong {
  font-weight: 400!important;
  display: inline-block;*/
/*scedit*/
/*  width: 60px;*/
/*}
address.cont-1 span a {
  color: #666;
  display: inline;
}
*/
/*.heading-cont{
    font-size: 16pt;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom:15px;
    padding-bottom:15px;
    border-bottom:2px solid #ebebeb;
}
#name-contact-1, #firstname, #lastname, #companyname, #zipcode, #city, #emailcom, #phonecom{border: 2px solid #f1f1f1; color: #969595;}
.form-group {
    margin-bottom: 20px;
    }
.form-control {
    width:100% !important;
    height: 53px !important;
    padding: 4px 20px 6px 35px;
    font-size: 13px;
    line-height: 24px;
    color: #969595;
    background:#fff !important;
    border: 2px solid #f1f1f1;
    border-radius: 0;
    box-shadow: none;
    }
.form-control:focus {
    border: 2px solid #dbdbdb  !important;
    box-shadow: none;
    }

.user-message textarea {
    min-height: 195px;
    padding-top: 12px;
    }
.contact-form form button {
    margin-top: 10px;
    }


.user-name,
.user-email,
.user-phone,
.user-url,
.user-message{
    position: relative;
    }
.user-name::after,
.user-email::after,
.user-phone::after,
.user-url::after,
.user-message::after {
    position: absolute;
    left: 15px;
    top: 10px;
    font-family: "FontAwesome";
    color: #dadada;
    }

.user-name::after {
    content: "\f007";
    }
.user-email::after {
    content: "\f003";
    }
.user-phone::after {
    content: "\f095";
    }
.user-url::after {
    content: "\f0ac";
    }
.user-message::after {
    content: "\f086";
    }

.btn-contact, a.btn {
    width: 190px;
    height: 46px;
    font-size:10pt;
    font-weight:400;
    letter-spacing:1pt;
    font-style:normal;
    text-align:center;
    line-height: 41px;
    color:#fff;
    border:2px solid rgba(0,0,0,0);
    background:#f36f21;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    outline: none;
    text-shadow:none;
    margin: 30px auto;
    margin-left:0px;
    padding: 0;
    cursor:pointer;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn-contact:hover, a.btn:hover{
color:#fff;
background:#999;
}
.btn{
    display: block;
}
.error {
  width: 100%;
  display: none;
  padding: 2px 10px 2px 10px;
  font-size: 11px;
  margin: 10px auto;
}
.success {
  width: 100%;
  display: none;
  padding: 5px 0px 2px 0px;
  font-size: 11px;
  margin: 10px auto;
}*/
/* contact end */


/* footer */
.footer {
  color: #000;
  padding-top: 35px;
}

.footer-widget .widget {
  margin-bottom: 0;
  padding-top: 30px;
}

.footer-widget .widget:first-child {
  padding-top: 0;
}

.footer-widget .widget_nav_menu {
  text-align: center;
}

.footer-widget .widget-title {
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 1.5384615384615385em;
  position: relative;
  padding-bottom: 0.8em;
  text-align: center;
}

.footer-widget .widget-title.align-left {
  text-align: left;
}

.footer-widget .widget-title:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 50px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: #666666;
  bottom: 0;
}

.footer-widget .widget-title.align-left:before {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  left: 0;
}

ul.list-menu {
  padding-left: 0px;
}

ul.list-menu li a.active {
  color: #f36f21 !important;
}

.footer-widget li {
  border-bottom: none;
  padding-left: 0;
  padding-bottom: 0.7692307692307693em;
  position: relative;
}

.footer-widget li .post-date {
  display: block;
  font-size: 85%;
  color: rgba(135, 135, 135, 0.7);
}

.footer-widget li:last-child {
  border: none;
}

.footer-widget .social-widget-wrap i {
  color: #ffffff;
}

.footer-widget .social-widget-wrap i:hover {
  color: inherit;
}

.footer-widget .social-widget-wrap i {
  border: none !important;
  margin-right: 30px;
  width: auto;
}

.footer-widget .social-widget-wrap a:hover i {
  color: #666666 !important;
}

.footer-widget a {
  color: #878787;
  font-weight: 400;
}

.footer-widget a:hover {
  color: #666666;
}

@media (min-width: 992px) {
  .footer-widget .footer-widget-col {
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    padding-top: 80px;
    padding-bottom: 80px;
    display: table-cell;
    float: none;
  }

  .footer-widget .footer-widget-col:last-child,
  .footer-widget .footer-widget-col.no-border {
    border: none;
  }

  .footer-widget .footer-widget-col.ver-top {
    vertical-align: top;
  }
}

.footer-widgets {
  margin-bottom: 30px;
}

.newsletter-box {
  float: right;
  margin-top: 10px;
}

.newsletter-submit {
  font-family: FontAwesome;
}

.newsletter-box input.newsletter-input {
  height: 46px;
  width: 360px;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: -5px;
  background: #f6f6f6;
  border: none;
  box-shadow: none;
  outline: none;
}

.newsletter-box input.newsletter-submit {
  background: #0000ff;
  height: 46px;
  color: #fff;
  margin-left: 0;
}

.footer-widgets li {
  list-style-type: none;
  float: left;
  margin-right: 20px;
  letter-spacing: 1px;
}

.social-icons a {
  margin-left: 30px;
  font-size: 15px;
}

.social-icons a:first-child {
  margin-left: 0px;
}

.bottom-footer {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid #eee;
}

@media (min-width: 992px) {
  .footer .footer-contact .row {
    display: table;
    width: 100%;
  }

  .footer .footer-contact .col-sm-4 {
    display: table-cell;
    float: none;
  }
}

.footer .footer-contact-item {
  padding: 36px;
  text-align: center;
}

.footer .footer-contact-item .footer-contact-icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 2px solid #666666;
  color: #fff;
  font-size: 20px;
  display: inline-block;
  margin-bottom: 15px;
}

.footer-links a {
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  letter-spacing: 3px;
  font-size: 10px;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* form search */
.search-container {
  position: relative;
}

.s-input-home {
  color: #a4b0b8;
  background: #fbfbfb;
  width: 100%;
  height: 46px;
  padding: 0 20px;
  border-radius: 23px;
  border: 1px solid #eee;
}

.btn-s-input {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 56px;
  height: 46px;
  color: #fff;
  background: #f36f21;
  border: 0px;
  border-top-right-radius: 23px;
  border-bottom-right-radius: 23px;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-s-input:hover {
  background: #999;
  border: 0px;
  border-top-right-radius: 23px;
  border-bottom-right-radius: 23px;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.copyright span {
  font-size: 12px;
}

.footer-links .logo {
  margin-bottom: 20px;
  height: 14px;
}

.footer a {
  color: #000;
}

.footer a:hover {
  color: #666666;
}

.footer .footer-info {
  color: #878787;
  padding: 40px 0;
  position: relative;
}

.footer .footer-info a {
  color: #878787;
}

.footer .footer-info a:hover {
  color: #666666;
}

.copyright,
.footer-info-logo {
  margin-bottom: 0.7692307692307693em;
}

.footer-social a {
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  font-size: 1.5em;
  margin: 0 5px;
}

.footer-social a i:hover {
  background: none !important;
  color: #666666 !important;
}

.social-icons {
  text-align: right;
  margin-right: 40px;
}

/* footer end */


/* totop */
#totop {
  width: 35px;
  height: 35px;
  color: #000;
  background: #fff;
  line-height: 32px;
  position: fixed;
  right: 10px;
  text-align: center;
  cursor: pointer;
  z-index: 99999;
  border: 1px solid rgba(0, 0, 0, .4);
  -webkit-border-radius: 4%;
  -moz-border-radius: 4%;
  -ms-border-radius: 4%;
  -o-border-radius: 4%;
  border-radius: 4%;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#totop.init {
  bottom: -100px;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#totop.show {
  bottom: 10px;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#totop:hover {
  background: #999;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#totop span {
  font-size: 9pt;
  font-weight: 300;
  color: #fff;
}

/* totop end */
/* Bootstrap modal */
.modal {
  z-index: 99999;
}

.modal label {
  font-weight: 500;
}

.modal-login {
  color: #636363;
  max-width: 400px;
}

.modal-login .modal-content {
  padding: 20px;
  border-radius: 5px;
  border: none;
}

.modal-login .modal-header {
  border-bottom: none;
  position: relative;
  justify-content: center;
}

.modal-login h4 {
  text-align: center;
  font-size: 2.1rem;
  font-weight: 500;
  color: #272727 !important;
}

.modal-login .form-group {
  position: relative;
}

.modal-login i {
  position: absolute;
  left: 13px;
  top: 11px;
  font-size: 18px;
  color: #ddd;
}

.modal-login .form-control {
  padding-left: 10px;
}

.modal-login .form-control:focus {
  border-color: #00ce81;
}

.modal-login .form-control,
.modal-login .btn {
  max-height: 45px;
  padding-right: 10px;
}

.modal-login .hint-text {
  text-align: center;
  padding-top: 10px;
}

.modal-login .close {
  position: absolute;
  top: -5px;
  right: -5px;
}

.modal-login .btn {
  font-size: 11pt;
  letter-spacing: 1px;
  background: #f36f21;
  border: none;
  border-radius: 0px;
  line-height: normal;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.modal-login .btn:hover,
.modal-login .btn:focus {
  background: #ddd;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.modal-login .modal-footer {
  background: #ecf0f1;
  border-color: #dee4e7;
  text-align: center;
  margin: 0 -20px -20px;
  border-radius: 5px;
  font-size: 13px;
  justify-content: center;
}

.modal-login .modal-footer a {
  color: #999;
}

.trigger-btn {
  display: inline-block;
  margin: 100px auto;
}

.modal-dialog {
  margin: 30px auto;
}

/* Bootstrap modal end */

/* Blog */
.blog-simple .blog-text {
  margin-bottom: 30px;
  position: relative;
  width: 100%;
  padding: 15px 15px 15px 0px;
  float: right;
  letter-spacing: .3px;
}

.blog-simple blockquote {
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.6em;
  color: #333;
  background: #f8f8f8;
  padding: 30px;
  margin: 30px 0 30px 0;
  border-left: 5px solid #f36f21;
}

.blog-simple .blog-text .heading {
  margin-top: 15px;
}

.blog-simple .blog-text h3 a {
  font-weight: 500;
}

.blog-simple .blog-text span {
  display: inline-block;
  margin-bottom: 20px;
}

.blog-simple .blog-text span.date-post {
  font-style: italic;
  font-size: 13px;
  font-weight: 400;
  margin-left: 20px;
}

.blog-simple .blog-text span.date-post i {
  padding-right: 7px;

}

.blog-simple .blog-text span.user-post {
  font-size: 13px;
  font-weight: 400;
}

.blog-simple .blog-text span.user-post i {
  padding-right: 7px;

}

.blog-simple .blog-text span.comment {
  margin-left: 20px;
  font-size: 13px;
}

.blog-simple .blog-text span.comment a i {
  padding-right: 7px;

}

.blog-simple .blog-text h3 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 300;
  line-height: 1.5;
}

.blog-simple .blog-text a {
  margin-top: 20px;
  margin-bottom: 20px;
}

ul.pagination li a {
  font-size: 9.5pt;
  color: #333;
  margin-right: 5px;
  padding-left: 30px;
}

ul.pagination li a:hover {
  color: #fff;
  background: #f36f21;
}


/* post meta */
.post-meta {
  background: #fcfcfc;
  border-top: none;
  text-align: center;
}

.post-meta .format {
  border-bottom: 1px solid #333333;
  padding: 10px 0 10px;
}

.post-meta i {
  margin: 0;
}

.post-meta .date {
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 0 10px;
}

.post-meta .date span {
  text-align: center;
  color: #efefef;
  font-size: 12px;
  font-weight: 500;
}

.post-meta .comments {
  padding: 10px 0 10px;
}

.post-meta .comments a {
  color: #efefef;
  font-size: 10px;
  font-weight: 500;
}

.post-meta .comments a:hover {
  text-decoration: none;
}

/* post format */
.post-image {
  margin-bottom: 20px;
}

ul.meta-post {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.meta-post li {
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
  list-style: none;
}

ul.meta-post li a {
  float: left;
  font-size: 11pt;
  font-weight: 500;
  padding-top: 20px;
}

/* single post */
.top-article {
  display: block;
  margin-top: 30px;
}

.bottom-article {
  overflow: hidden;
  padding: 10px 0 10px 0;
  margin-top: 10px;
  margin-bottom: 30px;
}

.bottom-article a.btn {
  display: inline-block;
  width: auto;
  height: 40px;
  font-size: 10pt;
  font-weight: 600;
  letter-spacing: 1pt;
  font-style: normal;
  text-align: center;
  line-height: 38px;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  outline: none;
  text-shadow: none;
  margin: 5px auto;
  margin-left: 0px;
  padding: 0 30px 0 30px;
  cursor: pointer;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.bottom-article a.btn:hover {
  color: #999;
  background: #efefef;
}

/*  Aside, sidebar */
aside {
  position: relative;
  margin-bottom: 40px;
}

.sidebar-nav {
  float: left;
  width: 100%;
}

.right-sidebar {
  margin: 0 auto;
}

.left-sidebar {
  padding: 0 30px 0 0;
}

.left-sidebar .widget h3,
.left-sidebar .widget .widget-content {
  padding-right: 20px;
}

aside .widget,
.widget {
  margin-bottom: 40px;
}

.widget .form-control {
  width: 100% !important;
  height: auto !important;
  padding: 7px 10px 7px 10px !important;
  font-size: 13px;
  line-height: 24px;
  color: #969595;
  background: #fff !important;
  border: 1px solid #f36f21 !important;
  border-radius: 0;
  box-shadow: none;
}

.widget .form-control:focus {
  border: 1px solid #efefef !important;
  box-shadow: none;
}

.widget .recent div {
  width: 100%;
  display: inline-block;
  padding-bottom: 25px;
}

.widget .recent div img {
  float: left;
  margin-right: 20px;
  width: 65px;
  height: 65px;
  object-fit: cover;
}

.widget .recent div h6 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 5px
}

.widget .recent div p {
  line-height: 20px;
  color: #aaa;
}

.widget .tags {
  margin: 0;
  margin-left: 0;
  padding-left: 0;
}

.widget .tags div {
  margin: 5px 5px 15px 0;
  display: inline-block;
}

.widget .tags div a {
  font-size: 13px;
  border: 1px solid #efefef;
  padding: 5px 10px;
  text-align: center;
}

.widget .tags div a:hover {
  text-decoration: none;
  border: 1px solid #f36f21;
}

.devider-widget {
  display: block;
  border-bottom: 2px solid #f36f21;
  margin-bottom: 30px;
  margin-top: 20px;
  width: 60px;
  text-align: left;
}

.input-group input[type="text"],
.input-group input[type="text"] {
  font-size: 9pt;
  letter-spacing: .9px;
  font-weight: 400;
}

.input-group input[type="text"]:focus,
.input-group input[type="text"].focus {
  color: #111;
}

.input-group span.icon {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  margin-left: 0px;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;

  color: #fff;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.input-group-btn button span.icon {
  background: #333;
}

.input-group-btn button:hover span.icon {
  background: #f36f21;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* Blog end */

/* Blog comment */
#blog-comment {
  margin: 60px 0;
  padding: 0px;
}

#blog-comment h5 {
  font-size: 14px;
  color: #000;
  font-weight: 600;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

#blog-comment>ul,
#blog-comment>li {
  list-style: none;
  padding-left: 0;
}

#blog-comment ul.children>ul {
  list-style: none;
}

#blog-comment li .avatar {
  position: absolute;
}

#blog-comment .comment {
  font-size: 13px;
  margin-left: 85px;
}

#blog-comment li {
  font-size: 14px;
  line-height: 1.6em;
  padding-bottom: 0px;
}

#blog-comment li>li {
  margin-left: 0px;
  padding-bottom: 0px;
  margin-top: 20px;
  padding-top: 10px;
  border-bottom: none;
}

#blog-comment li li .avatar {
  position: absolute;
}

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

#blog-comment .pingback-entry {
  margin-bottom: 20px;
}

#blog-comment p.no-comments {
  color: #8a6d3b;
  background-color: #fcf8e3;
  padding: 5px 15px;
  margin-bottom: 20px;
  border-radius: 4px;
  font-style: italic;
  border: 1px solid #faebcc;
}

#blog-comment>ul ul {
  list-style: none;
  margin-top: 10px;
}

.comment-info {
  margin-left: 85px;
  margin-bottom: 5px;
  background: #fafafa;
  padding: 20px 30px;
}

.comment-info .c-name {
  font-size: 1.4rem;
  font-weight: 700;
  color: #666;
}

.comment-info .c-reply {
  display: block;
  margin-top: 10px;
  margin-bottom: 5px;
}

.comment-info .c-reply a {
  font-size: 12px;
  padding: 1px 20px 2px 15px;
  border: 2px solid #efefef;
  width: 100px;
  text-align: center;
  font-weight: 300;
}

.comment-info .c-reply a:hover {
  border: 2px solid #ccc;
  color: #ccc;
}

.comment-info .c-reply a::before {
  content: "\f112";
  margin-right: 5px;
  font-family: fontawesome;
  font-size: 9px;
  color: #ddd;
}

.comment-info .c-date {
  display: inline;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  float: right;
  color: #6F6F6F;
  font-weight: 400;
}

.comment-info .c-date i {
  padding-right: 0px;
}

.comment-content.entry.clr p {
  font-size: 1.358rem;
  margin: 15px 0;
  letter-spacing: .3px;
  color: #757575;
}

/* comment form */
.comment-respond {
  margin-top: 10px;
  padding: 10px 30px;
  background: #f9f9f9;
  border: 1px solid #f6f6f6;
}

#comment-form-wrapper h6 {
  font-size: 11pt;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

#comment-form-wrapper {
  margin: 50px 0 50px 0;
  padding: 0px;
}

#commentform input {
  width: 100%;
  font-size: 13px;
  padding: 10px;
  margin: 5px 0 0px 0;
  height: 40px;
  letter-spacing: 0px;
  color: #969595;
  border: 2px solid #f1f1f1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.2s ease;
}

#commentform input:focus {
  color: #606060;
  background: rgba(0, 0, 0, 0);
}

#commentform textarea {
  width: 100%;
  font-size: 13px;
  padding: 10px;
  margin: 5px 0 0px 0;
  height: 150px;
  color: #969595;
  background: #fff !important;
  border: 2px solid #f1f1f1;
}

#commentform textarea:focus {
  color: #606060;
  background: rgba(0, 0, 0, 0);
}

#commentform button.btn,
#commentform input[type="submit"] {
  width: 160px;
  height: 40px;
  font-size: 9pt;
  font-weight: 400;
  letter-spacing: 1pt;
  font-style: normal;
  text-align: center;
  line-height: 35px;
  color: #fff;
  border: 0px solid rgba(0, 0, 0, 0);
  background: #f36f21;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  outline: none;
  text-shadow: none;
  margin: 15px auto;
  margin-left: 0px;
  padding: 0;
  cursor: pointer;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#commentform button.btn:hover,
#commentform input[type="submit"]:hover {
  background: #999;
}

#cancel-comment-reply-link {
  color: red;
}

.comment-reply-title {
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.3333;
  letter-spacing: 0;
  color: #000;
}

select.form-control,
select.form-control:hover,
select.form-control:focus,
input[type="text"].form-control,
input[type="text"].form-control:hover,
input[type="text"].form-control:focus {
  background: #fbfbfb;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0) inset, 0 0 8px rgba(126, 239, 104, 0);
  outline: 0 none;
}

/* Blog comment end */

/* accordion */
.acorconcreate .panel-default>.panel-heading,
.acorconcreate .panel-body {
  background: rgba(0, 0, 0, 0);
  padding: 30px;
}

.acorconcreate .panel-title {
  font-size: 2.345rem;
  font-weight: 600;
}

/***** black *****/
body.black,
body.black header,
body.black .white nav ul ul li,
body.black .whitepage {
  color: #fff;
  background: #272727 !important;
}

body.black .preloader,
body.black .bg-preloader-white,
body.black .bg-preloader-white-bot,
body.black .prtf-outline {
  background: #272727;
}

body.black .white nav ul ul li a:hover {
  background: #333;
}

body.black .navbar-default-white,
body.black .subnav {
  color: #fff;
  background: #272727 !important;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

body.black .bottom-footer {
  border-top: 1px solid rgba(255, 255, 255, .1);
}

body.black #sub-icon {
  border-right: 1px solid rgba(255, 255, 255, .1);
}

body.black .btn-s-input {
  right: -4px;
}

body.black .h1,
body.black .h2,
body.black .h3,
body.black .h4,
body.black .h5,
body.black .h6,
body.black h1,
body.black h2,
body.black h3,
body.black h4,
body.black h5,
body.black h6,
body.black .social-icons-subnav span,
body.black .social-icons-subnav i,
body.black .white nav a,
body.black .year .heading,
body.black .year .subheading,
body.black .tagline,
body.black .footer,
body.black .footer a {
  color: #fff;
}

body.black section.dot {
  background-image: url(./img/dotblack.png);
}

body.black #imghome::before {
  background: url(./img/dot-black.png);
}

/***** black end *****/

/***** no-sub *****/
.no-sub header.init {
  height: 80px;
  position: relative;
}

.no-sub .navbar-default-white {
  margin: 0 auto;
  box-shadow: 0px 10px 90px rgba(23, 36, 52, .1);
}

/***** no-sub end *****/

/***** index 3 *****/
.right-mobile {
  position: relative;
  top: 32px;
}

#nav-icon {
  position: relative;
  top: 40px;
  right: 0px;
  margin-left: 60px;
  z-index: 9999;
  width: 20px;
  height: 25px;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: width 0.3s cubic-bezier(.165, .84, .44, 1), opacity 0.3s cubic-bezier(.165, .84, .44, 1);
  transition: width 0.3s cubic-bezier(.165, .84, .44, 1), opacity 0.3s cubic-bezier(.165, .84, .44, 1);
}

.bg-nav-icon {
  width: 32px;
  height: 24px;
  background: rgba(255, 255, 255, 0);
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#nav-icon span {
  display: none;
  position: absolute;
  top: -8px;
  left: -45px;
}

.menu-line {
  position: absolute;
  width: 100%;
  height: 2px;
  top: 0px;
  background-color: #111;
}

.menu-line1 {
  position: absolute;
  width: 100%;
  height: 2px;
  top: 5px;
  background-color: #111;
}

.menu-line2 {
  position: absolute;
  width: 100%;
  height: 2px;
  top: 10px;
  background-color: #111;
}

.menu-line2.white,
.menu-line1.white,
.menu-line.white {
  background-color: #333;
}

.menu-line2.black,
.menu-line1.black,
.menu-line.black {
  background-color: #111;
}

#nav-icon.open .bg-nav-icon {
  background: none;
}

#nav-icon.open {
  width: 15px;
  margin-left: 90px;
  -webkit-transition: width 0.3s cubic-bezier(.165, .84, .44, 1), opacity 0.3s cubic-bezier(.165, .84, .44, 1);
  transition: width 0.3s cubic-bezier(.165, .84, .44, 1), opacity 0.3s cubic-bezier(.165, .84, .44, 1);
}

#nav-icon.open span {
  display: block;
  -webkit-transition: width 0.3s cubic-bezier(.165, .84, .44, 1), opacity 0.3s cubic-bezier(.165, .84, .44, 1);
  transition: width 0.3s cubic-bezier(.165, .84, .44, 1), opacity 0.3s cubic-bezier(.165, .84, .44, 1);
}

#nav-icon.open .menu-line {
  top: 5px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon.open .menu-line1 {
  opacity: 0;
  top: 5px;
}

#nav-icon.open .menu-line2 {
  top: 5px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.whitepage-menu {
  display: none;
  background: #fff;
  width: 600px;
  height: 100vh;
  position: fixed;
  top: 0px;
  right: 0px;
}

#menu-block ul {
  margin: 0 auto;
  text-align: left;
  padding-left: 0;
}

#menu-block ul li {
  display: block;
  position: relative;
  color: #999;
  font-size: 24pt;
  font-weight: 600;
  line-height: 20pt;
  padding: 20px 20px 20px 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#menu-block ul li:hover {
  color: #111;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#menu-block ul li a.actived {
  color: #111;
}

#menu-block ul li i {
  font-size: 40%;
  font-weight: 600;
}

#menu-block ul li ul li {
  font-size: 18pt;
  font-weight: 500;
  line-height: 15pt;
  margin-left: 0px;
  color: #666;
  padding: 0;
  margin-top: 30px;
}

.dropdown-container {
  display: none;
}

.init-menu {
  left: 30px;
  opacity: 0;
  -webkit-transition: left 0.6s ease;
  -moz-transition: left 0.6s ease;
  -o-transition: left 0.6s ease;
  transition: left 0.6s ease;
}

.show-menu {
  left: 0px;
  opacity: 1;
  -webkit-transition: left 0.6s ease;
  -moz-transition: left 0.6s ease;
  -o-transition: left 0.6s ease;
  transition: left 0.6s ease;
}

.block-main {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 99;
}

.wrap-menu {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrap-menu-child {
  padding-right: 5%;
  padding-left: 5%;
  width: 250px;
}

.features-2 {
  position: relative;
  margin-top: -10% !important;
  z-index: 1;
}

/***** index 3 end *****/

/***** transparent header*****/
body.trans-header header.init {
  height: 0px;
}

body.trans-header header.show,
body.trans-header .navbar-default-white {
  /*scedit sfondo nav scuro*/
  background: rgba(0, 0, 0, .25) !important;
  /* background: #fff !important; */
  box-shadow: 0px 10px 90px rgba(23, 36, 52, 0);
}

body.trans-header .white nav ul ul li {
  /*scedit sfondo nav scuro*/
  background: rgba(0, 0, 0, .25) !important;
  /* background: #fff) !important; */
}

body.trans-header #sub-icon {
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, .8);
}

/* sfondo nav scuro */
body.trans-header .white nav a {
  /* color: #000; */
  color: #fff;
  /* navigation mobile*/
}

body.trans-header .menu-line2.white,
body.trans-header .menu-line1.white,
body.trans-header .menu-line.white {
  background-color: #fff;
}

.initheader {
  top: 0px;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

.showheader {
  /*    top: -140px; scedit*/
  top: -140px;
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}


/***** transparent header end *****/

/* scroll onStep */

.onStep {
  opacity: 0;
  /*scedit*/
  max-width: 100%;
  margin: 0 auto;
  padding: 0 3%;
}

/*scadd*/
/*link*/
a.posta {
  color: #f36f21;
  line-height: 3;
}

a.mappa {
  font-size: 1.2rem;
  color: #4e4e4e;
  background-color: #fff;
  border: 1px solid #4e4e4e;
  padding: 5px;
  display: inline-block;
  margin-top: 10px;
}

a.mappa:hover {
  color: #fff;
  background-color: #f36f21;
  border: 1px solid #f36f21;
}

a.posta:hover,
a.posta:active {
  color: #4e4e4e;
  text-decoration: none;
  outline: 0;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*filters download and video* old*/
.gallery-grid .hovereffect-color .overlayno {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  /*    bottom: -155px; se 4 cols*/
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #f9f9f9;
  margin-bottom: 1em;
  padding: 1rem;
  /*    min-height: 20em;*/
}

/*.gallery-grid .hovereffect-color .overlayno {
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0px 0 40px;
  margin-bottom: 50px;
}
*/

/*.gallery-grid .hovereffect-color .overlayno .bottom-70 {
    bottom: -15px;
    padding-top: 3rem;
  }*/


#filter-porto li.search.selected:hover {
  border: 0px solid #f36f21;
}

#filter-porto li.filt-projects.search:hover,
#filter-porto li.filt-projects-w.search:hover,
#filter-porto li.filt-projects.search:focus,
#filter-porto li.filt-projects-w.search:focus,
#filter-porto li.filt-projects.search:visited,
#filter-porto li.filt-projects-w.search:visited {
  border: 0px solid #fff;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#filter-porto li.selected.search {
  border: 0px solid;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.2s ease;
}

.heading.no-margin::after {
  content: "";
  width: 11.5rem;
  position: relative;
  display: block;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: .28rem solid #f36f21;
}

ul.pagination li a {
  font-size: 9.5pt;
  color: #333;
  margin-right: 5px;
  padding-left: 15px;
  padding-right: 15px;
}

input.search[type="text"] {
  border: 1px solid rgba(0, 0, 0, .5);
  color: #a32a2a;
  /* margin-bottom: 0.7em; */
  font-size: 1.15rem;
}

input.search:focus-visible {
  outline: 1px solid #000;
}

input.search::placeholder {
  color: #000;
}

input.search {
  width: 300px;
  padding: .8em .2em;
  color: #a32a2a;
  text-transform: uppercase;
}

/*filters download and video end*/


.bottom-footer ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.bottom-footer ul li a {
  font-size: 1.3rem;
  color: #404040;
  line-height: 2.8;
  cursor: pointer;
}

.fake-height {
  height: 8em;
}

.sticky-phone a,
.sticky-comment a {
  display: block;
}

.sticky-phone {
  position: fixed;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: #fff;
  border-radius: 50%;
  bottom: 70px;
  right: 15px;
  z-index: 3;
  cursor: pointer;
  box-shadow: 1px 2px 10px rgba(51, 51, 51, .5);
  color: #000;
  text-align: center;
  font-size: 2.2rem;
}

.sticky-comment {
  position: fixed;
  width: 62px;
  height: 62px;
  line-height: 62px;
  background-color: #f36f21;
  border-radius: 50%;
  bottom: 70px;
  right: 15px;
  z-index: 3;
  cursor: pointer;
  box-shadow: 1px 2px 10px rgba(51, 51, 51, .5);
  color: #000;
  text-align: center;
  font-size: 2.25rem;
}

.sticky-comment:hover {
  color: #fff;
}

.text-overlay {
  color: white;
  font-size: 1.6rem;
  line-height: 1.7;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1000;
  width: 60%;
}

.title-overlay {
  width: 85%;
  color: #000;
  font-size: 3.8rem;
  font-weight: 600;
  line-height: 1.4;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  margin: 0 auto;
  z-index: 1000;
}

.clear {
  clear: both;
  display: block;
  width: 100%;
}

h3 strong {
  font-weight: 600;
}

@media (max-width:900px) {
  .text-overlay {
    font-size: 1.2rem;
    line-height: 1.9;
  }

  .title-overlay {
    width: 85%;
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1.3;
  }
}
/*scadd end*/

/*css per filtri categoria*/
:root {
  --tr-dark-orange: #ff5900;
  --tr-dark-orange-alt: #ff4000;
  --tr-light-orange: #ffe4de;
  --grey--800: #3c4043;
  --grey--700: #5f6368;
  --grey--600: #80868b;
  --grey--500: #9aa0a6;
  --grey--400: #bdc1c6;
  --grey--300: #dadce0;
  --grey--200: #e8eaed;
  --grey--100: #f1f3f4;
  --grey--50: #f8f9fa;
}

button {
  font-family: proxima-nova, sans-serif;
}

.fl-filter-btn {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 20px;
  border: 1px solid #dadce0;
  border-radius: 8px;
  font-size: 16px;
  text-align: left;
  background: white;
  cursor: pointer;
  outline: none;
  transition: all 0.2s ease;
}

.fl-filter-btn.open {
  border-color: #f1f3f4;
  background: #f1f3f4;
}

.fl-sort-icon,
.fl-filter-icon {
  margin-right: 8px;
  width: 20px;
  fill: #5f6368;
}

.fl-filters-active {
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  background: #3c4043;
  color: white;
}

.fl-filters-active.empty {
  display: none;
}

.fl-filter-button-wrapper>*~* {
  margin-left: 10px;
}

.fl-filter-buttons {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template: 1fr / 1fr 1fr;
  grid-gap: 40px;
  background: white;
}

.fl-filter-button-wrapper:nth-child(2) {
  display: flex;
  justify-content: flex-end;
}

.fl-view-btn,
.fl-sort-btn {
  box-sizing: border-box;
  height: 40px;
  border: 1px solid #dadce0;
  border-radius: 8px;
  font-size: 16px;
  background: white;
}

.fl-filter-dropdown {
  height: 0;
  pointer-events: none;
  transition: all 0.2s ease;
}

.fl-filter-dropdown.open {
  pointer-events: all;
}

.fl-filter-dropdown-wrapper {
  display: grid;
  grid-gap: 40px;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  padding-top: 40px;
}

@media (max-width: 980px) {
  .fl-filter-dropdown-wrapper {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }
}

@media (max-width: 768px) {
  .fl-filter-dropdown-wrapper {
    grid-template-columns: 1fr;
  }
}

.fl-filter-title {
  font: 16px sans-serif;
}

.fl-filter-input {
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  border-radius: 8px;
  font-size: 16px;
  background: white;
}

.fl-search-filter {
  padding: 0 20px 0 50px;
  border: none;
  background: #f1f3f4;
  outline: none;
  transition: all 0.2s ease;
}

.fl-search-filter:hover,
.fl-search-filter:focus {
  box-shadow: 0 0 0 4px rgba(255, 64, 0, 0.1);
  background: white;
}

/*classe nuova per cerca collezioni*/
.fl-search-filter-col {
  padding: 0 20px 0 50px;
  border: none;
  background: #f1f3f4;
  outline: none;
  transition: all 0.2s ease;
}

.fl-search-filter-col:hover,
.fl-search-filter-col:focus {
  box-shadow: 0 0 0 4px rgba(255, 64, 0, 0.1);
  background: white;
}

/*classe nuova per cerca collezioni*/

.fl-select-filter {
  border: 1px solid #dadce0;
}

.fl-search-filter-wrapper {
  position: relative;
}

.fl-search-svg {
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  width: 15px;
  height: 15px;
  transform: translateY(-50%);
}

.fl-search-svg circle,
.fl-search-svg line {
  fill: none;
  stroke: gray;
  stroke-width: 2;
  stroke-miterlimit: 10;
  vector-effect: non-scaling-stroke;
  transition: stroke 0.2s ease;
}

.fl-select-label {
  margin-bottom: 10px;
}

.fl-select-reset {
  padding: 0;
  border: none;
  border-radius: 5px;
  float: right;
  background: none;
  color: #9aa0a6;
  cursor: pointer;
  transition: all 0.2s ease;
}

.fl-select-reset:hover {
  color: #3c4043;
}

.fl-select-reset.hidden {
  opacity: 0;
  pointer-events: none;
}

.fl-select-wrapper {
  position: relative;
}


.fl-select-btn {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 0 40px 0 20px;
  border: 1px solid #dadce0;
  border-radius: 8px;
  font-size: 16px;
  text-align: left;
  background: white;
  cursor: pointer;
  outline: none;
  transition: all 0.2s ease;
}

.fl-select-btn:hover {
  box-shadow: 0 0 0 4px rgba(255, 64, 0, 0.1);
  border-color: rgba(255, 64, 0, 0.1);
}

.fl-select-btn__arrow {
  position: absolute;
  right: 20px;
  top: 15px;
  fill: gray;
  width: 10px;
  height: 10px;
  margin: 0;
  transition: transform 0.2s ease;
}

.fl-select-wrapper.open .fl-select-btn__arrow {
  transform: rotate(180deg);
}

.fl-select-dropdown {
  position: absolute;
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
  min-width: 180px;
  border: 1px solid #dadce0;
  border-radius: 8px;
  margin-top: 10px;
  background: white;
  opacity: 0;
  transform: translatey(-10px);
  pointer-events: none;
  transition: all 0.1s ease;
}

.fl-select-wrapper.open .fl-select-dropdown {
  opacity: 1;
  transform: translatey(0);
  pointer-events: all;
}

.fl-select-dropdown ul {
  padding: 20px 10px;
  margin: 0;
  list-style: none;
}

.fl-select-dropdown input {
  position: absolute;
  visibility: hidden;
}

.fl-select-dropdown label {
  display: block;
  padding: 8px 10px;
  border-radius: 5px;
  color: #9aa0a6;
  cursor: pointer;
  transition: all 0.2s ease;
}

.fl-select-dropdown input:checked~label {
  color: #3c4043;
}

.fl-select-dropdown label:hover {
  background: #ffefe6 !important;
  color: #ff4000 !important;
}


.fl-view-select {
  display: inline-block;
}

.fl-post-container {
  margin-top: 40px;
}

.fl-post-container__inner {
  margin: 0;
  width: 100%;
  background: -webkit-linear-gradient(#fff, #f8f8f8);
  background: -o-linear-gradient(#fff, #f8f8f8);
  background: -moz-linear-gradient(#fff, #f8f8f8);
  background: linear-gradient(#fff, #f8f8f8);
}

.fl-post-item {
  box-sizing: border-box;
  width: 33.1%;
  padding: 10px;
  /* transition: all 0.2s ease; */
  display: inline-block;
  aspect-ratio: 1/1.5;
  margin-bottom: 0.5rem;
}

/* aggiunta per collezioni fl-post-item-col start */
#ph-categories {
  background-color: antiquewhite;
  outline: 1px solid;
  height: inherit;
}

#ph-products {
  background-color: #03b5d2;
  outline: 1px solid;
  height: inherit;
}

.fl-post-item-col {
  width: 49.5%;
  padding: 15px;
  /* transition: all 0.2s ease; */
  display: inline-block;
  margin-bottom: 1em;
  aspect-ratio: 2/1.5;
}

@media (max-width: 1920px) {
  .fl-post-item-col {
    margin-bottom: 0.5em;
  }
}

@media (max-width: 1680px) {
  .fl-post-item-col {
    margin-bottom: 0.5em;
  }
}

@media (max-width: 1366px) {
  .fl-post-item-col {
    margin-bottom: 1em;
  }
}

@media (max-width: 1280px) {
  .fl-post-item-col {
    margin-bottom: 1em;
  }
}

@media (max-width: 1024px) {
  .fl-post-item-col {
    margin-bottom: 1em;
  }
}

@media (max-width: 980px) {
  .fl-post-container {
    margin-top: 15px;
  }

  .fl-post-item-col {
    margin-bottom: 0.5em;
  }

  .fl-post-container__inner {
    margin: 0;
  }
}

@media (max-width: 480px) {
  .fl-post-item-col {
    width: 100%;
    margin-bottom: 1em;
  }
}

@media (max-width: 420px) {
  .fl-post-item-col {
    width: 100%;
    margin-bottom: 0.5em;
  }
}

@media (max-width: 360px) {
  .fl-post-item-col {
    width: 100%;
    margin-bottom: 0.5em;
  }
}

/* aggiunta per collezioni fl-post-item-col end */

@media (max-width: 1920px) {
  .gal-home h3 {
    margin-top: 0;
    font-size: 2.3rem;
  }

  .fl-post-item {
    margin-bottom: .2em;
  }

  .fl-post-container__inner {
    margin: 0;
  }

  #filter-porto li.filt-projects-w {
    font-size: 1.4rem;
    padding: 4px 7px;
    margin: 0 2px 10px 0;
  }

  input.search {
    width: 270px;
  }
}

@media (max-width: 1680px) {
  .gal-home h3 {
    margin-top: 0;
    font-size: 1.95rem;
  }
  .fl-post-item {
    margin-bottom: .2em;
  }
  .fl-post-container__inner {
    margin: 0;
  }
}

@media (max-width: 1440px) {
  .gal-home h3 {
    margin-top: 0;
    font-size: 2rem;
  }
  .fl-post-item {
    margin-bottom: .2em;
  }
  .fl-post-container__inner {
    margin: 0;
  }
  #filter-porto li.filt-projects-w {
    font-size: 1.25rem;
    padding: 4px 7px;
    margin: 0 2px 10px 0;
  }
  input.search {
    width: 200px;
  }
}

@media (max-width: 1366px) {
  .gal-home h3 {
    margin-top: 0;
    font-size: 1.6rem;
  }
  .fl-post-item {
    margin-bottom: .2em;
  }
  .fl-post-container__inner {
    margin: 0;
  }
}

@media (max-width: 1280px) {
  #filter-porto li.filt-projects-w {
    font-size: 1.15rem;
    padding: 4px 7px;
    margin: 0 2px 10px 0;
  }
  input.search {
    width: 185px;
  }
}

@media (max-width: 1024px) {
  .gal-home h3 {
    margin-top: 0;
    font-size: 1.2rem;
  }
  .fl-post-item {
    margin-bottom: .2em;
  }
  .fl-post-container__inner {
    margin: 0;
  }
  #filter-porto li.filt-projects-w {
    font-size: 1rem;
    font-weight: 600;
    padding: 3px;
    margin: 0 2px 10px 0;
  }
  input.search {
    width: 108px;
  }
}

@media (max-width: 980px) {
  .gal-home h3 {
    margin-top: 0;
    font-size: 1.8rem;
  }

  .fl-post-item {
    width: 49.5%;
    margin-bottom: .2em;
  }

  .payoff {
    top: 35%;
  }

  .fl-post-container__inner {
    margin: 0;
  }

  #filter-porto li.filt-projects-w {
    font-size: 1.3rem;
    font-weight: 500;
    padding: 8px 0;
    margin-bottom: .1em;
    display: block;
    text-align: center;
  }

  input.search {
    width: 300px;
  }

  .filter-wraper {
    margin-bottom: 20px;
  }

  #filter-porto .filt-projects-w.last {
    margin-top: .5em;
    font-weight: 700;
    font-size: 1.3rem;
  }
}

@media (max-width: 480px) {
  .gal-home h3 {
    margin-top: 0;
    font-size: 1.8rem;
  }

  .fl-post-item {
    width: 100%;
    margin-bottom: .2em;
    padding: 10px;
  }

  .payoff {
    top: 28%;
  }

  .payoff h1 {
    font-size: 3.6rem;
  }

  .payoff h2 {
    font-size: 2.4rem;
  }

  .payoff p {
    top: 35%;
    font-size: 1.9rem;
  }

  .sticky-phone {
    width: 57px;
    height: 57px;
    line-height: 57px;
    bottom: 55px;
    right: 10px;
    font-size: 2rem;
    box-shadow: 1px 2px 5px rgba(51, 51, 51, .4);
  }

  .owl-carousel .owl-item img {
    width: 49%;
  }
}

.fl-post-image-wrapper {
  position: relative;
  overflow: hidden;
  display: block;
  background: #f1f3f4;
}

.fl-post-image-wrapper:before {
  display: block;
  content: "";
  width: 100%;
  /*    padding-top: calc((9 / 16) * 50%);*/
}

.fl-post-title a {
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
  color: #5f6368;
}

.fl-post-excerpt {
  font-size: 18px;
  color: #5f6368;
}


/*:root {
    --tr-dark-orange: #ff5900;
    --tr-dark-orange-alt: #ff4000;
    --tr-light-orange: #ffe4de;
    --grey--800: #3c4043;
    --grey--700: #5f6368;
    --grey--600: #80868b;
    --grey--500: #9aa0a6;
    --grey--400: #bdc1c6;
    --grey--300: #dadce0;
    --grey--200: #e8eaed;
    --grey--100: #f1f3f4;
    --grey--50: #f8f9fa;
}

button {
    font-family: proxima-nova, sans-serif;
}

.fl-filter-btn {
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0 20px;
    border: 1px solid #dadce0;
    border-radius: 8px;
    font-size: 16px;
    text-align: left;
    background: white;
    cursor: pointer;
    outline: none;
    transition: all 0.2s ease;
}

.fl-filter-btn.open {
    border-color: #f1f3f4;
    background: #f1f3f4;
}

.fl-sort-icon,
.fl-filter-icon {
    margin-right: 8px;
    width: 20px;
    fill: #5f6368;
}

.fl-filters-active {
    display: inline-grid;
    place-items: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 8px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    background: #3c4043;
    color: white;
}

.fl-filters-active.empty {
    display: none;
}

.fl-filter-button-wrapper > * ~ * {
    margin-left: 10px;
    max-width: 10em;
}

.fl-filter-buttons {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template: 1fr / 1fr 1fr;
    grid-gap: 40px;
    background-color: rgb(127, 255, 212);
}

.fl-filter-button-wrapper:nth-child(2) {
    display: flex;
    justify-content: flex-end;
    background-color: aliceblue;
}

.fl-view-btn,
.fl-sort-btn {
    box-sizing: border-box;
    height: 40px;
    border: 1px solid #dadce0;
    border-radius: 8px;
    font-size: 16px;
    background: white;
}

.fl-filter-dropdown {
    height: 0;
    pointer-events: none;
    transition: all 0.2s ease;
}

.fl-filter-dropdown.open {
    pointer-events: all;
}

.fl-filter-dropdown-wrapper {
    display: grid;
    grid-gap: 40px;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    padding-top: 40px;
}

@media (max-width: 980px) {
    .fl-filter-dropdown-wrapper {
        grid-template-columns: 1fr 1fr;
        grid-auto-flow: row;
    }
}

@media (max-width: 768px) {
    .fl-filter-dropdown-wrapper {
        grid-template-columns: 1fr;
    }
}

.fl-filter-title {
    font: 16px sans-serif;
}

.fl-filter-input {
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    border-radius: 8px;
    font-size: 16px;
    background: white;
}

.fl-search-filter {
    padding: 0 20px 0 50px;
    border: none;
    background: #f1f3f4;
    outline: none;
    transition: all 0.2s ease;
}

.fl-search-filter:hover,
.fl-search-filter:focus {
    box-shadow: 0 0 0 4px rgba(255, 64, 0, 0.1);
    background: white;
}

.fl-select-filter {
    border: 1px solid #dadce0;
}


.fl-search-filter-wrapper {
    position: relative;
}

.fl-search-svg {
    position: absolute;
    top: 50%;
    left: 20px;
    display: block;
    width: 15px;
    height: 15px;
    transform: translateY(-50%);
}

.fl-search-svg circle,
.fl-search-svg line {
    fill: none;
    stroke: gray;
    stroke-width: 2;
    stroke-miterlimit: 10;
    vector-effect: non-scaling-stroke;
    transition: stroke 0.2s ease;
}

.fl-select-label {
    margin-bottom: 10px;
}

.fl-select-reset {
    padding: 0;
    border: none;
    border-radius: 5px;
    float: right;
    background: none;
    color: #9aa0a6;
    cursor: pointer;
    transition: all 0.2s ease;
}

.fl-select-reset:hover {
    color: #3c4043;
}

.fl-select-reset.hidden {
    opacity: 0;
    pointer-events: none;
}

.fl-select-wrapper {
    position: relative;
}


.fl-select-btn {
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    padding: 0 40px 0 20px;
    border: 1px solid #dadce0;
    border-radius: 8px;
    font-size: 16px;
    text-align: left;
    background: white;
    cursor: pointer;
    outline: none;
    transition: all 0.2s ease;
}

.fl-select-btn:hover {
    box-shadow: 0 0 0 4px rgba(255, 64, 0, 0.1);
    border-color: rgba(255, 64, 0, 0.1);
}

.fl-select-btn__arrow {
    position: absolute;
    right: 20px;
    top: 15px;
    fill: gray;
    width: 10px;
    height: 10px;
    margin: 0;
    transition: transform 0.2s ease;
}

.fl-select-wrapper.open .fl-select-btn__arrow {
    transform: rotate(180deg);
}

.fl-select-dropdown {
    position: absolute;
    z-index: 1;
    box-sizing: border-box;
    width: 100%;
    min-width: 180px;
    border: 1px solid #dadce0;
    border-radius: 8px;
    margin-top: 10px;
    background: white;
    opacity: 0;
    transform: translatey(-10px);
    pointer-events: none;
    transition: all 0.1s ease;
}

.fl-select-wrapper.open .fl-select-dropdown {
    opacity: 1;
    transform: translatey(0);
    pointer-events: all;
}

.fl-select-dropdown ul {
    padding: 20px 10px;
    margin: 0;
    list-style: none;
}

.fl-select-dropdown input {
    position: absolute;
    visibility: hidden;
}

.fl-select-dropdown label {
    display: block;
    padding: 8px 10px;
    border-radius: 5px;
    color: #9aa0a6;
    cursor: pointer;
    transition: all 0.2s ease;
}

.fl-select-dropdown input:checked ~ label {
    color: #3c4043;
}

.fl-select-dropdown label:hover {
    background: #ffefe6 !important;
    color: #ff4000 !important;
}

.fl-view-select {
    display: inline-block;
}

.fl-post-container {
    margin-top: 40px;
}

.fl-post-container__inner {
  margin: 0;
  width: 100%;
  background: -webkit-linear-gradient(#fff, #f8f8f8);
  background: -o-linear-gradient(#fff, #f8f8f8);
  background: -moz-linear-gradient(#fff, #f8f8f8);
  background: linear-gradient(#fff, #f8f8f8);
}

.fl-post-item {
    box-sizing: border-box;
    width: 32.333%;
    padding: 10px;
    transition: all 0.2s ease;
    display: inline-block;
    height: fit-content;
}

.fl-post-item:hover {
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
}

@media (max-width: 980px) {
    .fl-post-item {
        width: 50%;
    }
    .fl-post-container__inner {
      margin: 0;
    }
}

@media (max-width: 480px) {
    .fl-post-item {
        width: 100%;
        margin: 0;
    }
}

.fl-post-image-wrapper {
    position: relative;
    overflow: hidden;
    display: block;
    background: #f1f3f4;
}

.fl-post-image-wrapper:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: calc((9 / 16) * 50%);
}

.fl-post-title a {
    font-size: 24px;
    font-weight: 500;
    text-decoration: none;
    color: #5f6368;
}

.fl-post-excerpt {
    font-size: 18px;
    color: #5f6368;
}*/

/*css per filtri categoria end*/


/*accordion*/

.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}

.accordion .accordion-item button[aria-expanded=true] {
  border-bottom: 1px solid #4e4e4e;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #4e4e4e;
  font-size: 1.8rem;
  font-weight: 500;
  border: none;
  background: none;
  outline: none;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #f36f21;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: blueviolet;
  border: 1px solid #03b5d2;
}

.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}

.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded=true] {
  color: #f36f21;
}

.accordion button[aria-expanded=true] .icon::after {
  width: 0;
}

.accordion button[aria-expanded=true]+.accordion-content {
  opacity: 1;
  /*  max-height: 25em; scedit*/
  max-height: inherit;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
  /*  scadd 18.08*/
}

.accordion .accordion-content ul li {
  font-size: 1.7rem;
  font-weight: 400;
  margin: .3em 0;
  color: #4e4e4e;
}

.accordion .accordion-content p {
  font-size: 1.7rem;
  font-weight: 400;
  margin: .5em 0;
  color: #4e4e4e;
}

.accordion .accordion-content p strong,
.accordion .accordion-content p b {
  font-weight: 600;
  font-size: 1.7rem;
  color: #4e4e4e;
}

.accordion .accordion-content h3 {
  font-size: 2.3rem;
  color: #4e4e4e;
  font-weight: 600;
  margin: 1.8em 0 1.1em;
}

.accordion .accordion-content h4 {
  font-size: 2rem;
  color: #4e4e4e;
  font-weight: 600;
  margin: 1.8em 0 1.1em;
}

.accordion .accordion-content h5 {
  font-size: 1.8rem;
  color: #4e4e4e;
  font-weight: 600;
  margin: 1.8em 0 1.1em;
}

/*accordion end*/


/*tabs*/
/*.page {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px 40px;
}*/

/**/
/* main styles */
/**/
.pcss3t {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  font-size: 0;
  text-align: left;
}

.pcss3t>input {
  position: absolute;
  left: -9999px;
}

.pcss3t>label {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  transition: all 0.1s;
  -o-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -webkit-transition: all 0.1s;
}

.pcss3t>label i {
  display: block;
  float: left;
  margin: 16px 8px 0 -2px;
  padding: 0;
  border: 0;
  outline: none;
  font-family: FontAwesome;
  font-style: normal;
  font-size: 17px;
}

.pcss3t>input:checked+label {
  cursor: default;
}

.pcss3t>ul {
  list-style: none;
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  font-size: 13px;
}

.pcss3t>ul>li {
  position: absolute;
  width: 100%;
  overflow: auto;
  padding: 30px 0 40px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.pcss3t>.tab-content-first:checked~ul .tab-content-first,
.pcss3t>.tab-content-2:checked~ul .tab-content-2,
.pcss3t>.tab-content-3:checked~ul .tab-content-3,
.pcss3t>.tab-content-4:checked~ul .tab-content-4,
.pcss3t>.tab-content-5:checked~ul .tab-content-5,
.pcss3t>.tab-content-6:checked~ul .tab-content-6,
.pcss3t>.tab-content-7:checked~ul .tab-content-7,
.pcss3t>.tab-content-8:checked~ul .tab-content-8,
.pcss3t>.tab-content-9:checked~ul .tab-content-9,
.pcss3t>.tab-content-last:checked~ul .tab-content-last {
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-transform: scale(1);
  /*  -webkit-transform: rotate(0deg);*/
}


/*----------------------------------------------------------------------------*/
/*                                 EXTENSIONS                                 */
/*----------------------------------------------------------------------------*/

/**/
/* auto height */
/**/
.pcss3t-height-auto>ul {
  height: auto !important;
}

.pcss3t-height-auto>ul>li {
  position: static;
  display: none;
  height: auto !important;
}

.pcss3t-height-auto>.tab-content-first:checked~ul .tab-content-first,
.pcss3t-height-auto>.tab-content-2:checked~ul .tab-content-2,
.pcss3t-height-auto>.tab-content-3:checked~ul .tab-content-3,
.pcss3t-height-auto>.tab-content-4:checked~ul .tab-content-4,
.pcss3t-height-auto>.tab-content-5:checked~ul .tab-content-5,
.pcss3t-height-auto>.tab-content-last:checked~ul .tab-content-last {
  display: block;
}


/**/
/* grid */
/**/
.pcss3t .grid-row {
  margin-top: 20px;
}

.pcss3t .grid-row:after {
  content: '';
  display: table;
  clear: both;
}

.pcss3t .grid-row:first-child {
  margin-top: 0;
}

.pcss3t .grid-col {
  display: block;
  float: left;
  margin-left: 2%;
}

.pcss3t .grid-col:first-child {
  margin-left: 0;
}

.pcss3t .grid-col .inner {
  padding: 10px 0;
  border-radius: 5px;
  background: #f2f2f2;
  text-align: center;
}

.pcss3t .grid-col-1 {
  width: 15%;
}

.pcss3t .grid-col-2 {
  width: 32%;
}

.pcss3t .grid-col-3 {
  width: 49%;
}

.pcss3t .grid-col-4 {
  width: 66%;
}

.pcss3t .grid-col-5 {
  width: 83%;
}

.pcss3t .grid-col-offset-1 {
  margin-left: 19%;
}

.pcss3t .grid-col-offset-1:first-child {
  margin-left: 17%;
}

.pcss3t .grid-col-offset-2 {
  margin-left: 36%;
}

.pcss3t .grid-col-offset-2:first-child {
  margin-left: 34%;
}

.pcss3t .grid-col-offset-3 {
  margin-left: 53%;
}

.pcss3t .grid-col-offset-3:first-child {
  margin-left: 51%;
}

.pcss3t .grid-col-offset-4 {
  margin-left: 70%;
}

.pcss3t .grid-col-offset-4:first-child {
  margin-left: 68%;
}

.pcss3t .grid-col-offset-5:first-child {
  margin-left: 85%;
}


/**/
/* typography */
/**/
.pcss3t .typography {
  color: #666;
}

.pcss3t .typography h1,
.pcss3t .typography h2,
.pcss3t .typography h3,
.pcss3t .typography h4,
.pcss3t .typography h5,
.pcss3t .typography h6 {
  margin: 40px 0 0 0;
  padding: 0;
  font-family: Gabriela, Georgia, serif;
  text-align: left;
  color: #333;
}

.pcss3t .typography h1 {
  font-size: 40px;
  line-height: 60px;
  text-shadow: 3px 3px rgba(0, 0, 0, 0.1);
}

.pcss3t .typography h2 {
  font-size: 32px;
  line-height: 48px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.1);
}

.pcss3t .typography h3 {
  font-size: 26px;
  line-height: 38px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
}

.pcss3t .typography h4 {
  font-size: 20px;
  line-height: 30px;
}

.pcss3t .typography h5 {
  font-size: 15px;
  line-height: 23px;
  text-transform: uppercase;
}

.pcss3t .typography h6 {
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.pcss3t .typography p {
  margin: 20px 0 0 0;
  padding: 0;
  line-height: 20px;
  text-align: left;
}

.pcss3t .typography ul,
.pcss3t .typography ol {
  list-style: none;
  margin: 20px 0 0 0;
  padding: 0;
}

.pcss3t .typography li {
  position: relative;
  margin-top: 5px;
  padding-left: 20px;
}

.pcss3t .typography li ul,
.pcss3t .typography li ol {
  margin-top: 5px;
}

.pcss3t .typography ul li:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 4px;
  background: #404040;
}

.pcss3t .typography ol {
  counter-reset: list1;
}

.pcss3t .typography ol>li:before {
  counter-increment: list1;
  content: counter(list1)'.';
  position: absolute;
  top: 0;
  left: 0;
}

.pcss3t .typography a {
  text-decoration: underline;
  color: #1889e6;
}

.pcss3t .typography a:hover {
  text-decoration: none;
}

.pcss3t .typography .pic {
  padding: 4px;
  border: 1px dotted #ccc;
}

.pcss3t .typography .pic img {
  display: block;
}

.pcss3t .typography .pic-right {
  float: right;
  margin: 0 0 10px 20px;
}

.pcss3t .typography .link {
  text-decoration: underline;
  color: #1889e6;
  cursor: pointer;
}

.pcss3t .typography .link:hover {
  text-decoration: none;
}

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

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

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


/**/
/* steps */
/**/
.pcss3t-steps>label {
  cursor: default;
}


/**/
/* animation effects */
/**/
.pcss3t-effect-scale>ul>li {
  -webkit-transform: scale(0.1, 0.1);
}

.pcss3t-effect-rotate>ul>li {
  -webkit-transform: rotate(180deg);
}

.pcss3t-effect-slide-top>ul>li {
  top: -40px;
}

.pcss3t-effect-slide-right>ul>li {
  left: 80px;
}

.pcss3t-effect-slide-bottom>ul>li {
  top: 40px;
}

.pcss3t-effect-slide-left>ul>li {
  left: -80px;
}



/*----------------------------------------------------------------------------*/
/*                                   LAYOUTS                                  */
/*----------------------------------------------------------------------------*/

/**/
/* top right */
/**/
.pcss3t-layout-top-right {
  text-align: right;
}


/**/
/* top center */
/**/
.pcss3t-layout-top-center {
  text-align: center;
}


/**/
/* top combi */
/**/
.pcss3t>.right {
  float: right;
}



/*----------------------------------------------------------------------------*/
/*                                    ICONS                                   */
/*----------------------------------------------------------------------------*/

/**/
/* icons positions */
/**/
.pcss3t-icons-top>label {
  text-align: center;
}

.pcss3t-icons-top>label i {
  float: none;
  margin: 0 auto -10px;
  padding-top: 17px;
  font-size: 23px;
  line-height: 23px;
  text-align: center;
}

.pcss3t-icons-right>label i {
  float: right;
  margin: 0 -2px 0 8px;
}

.pcss3t-icons-bottom>label {
  text-align: center;
}

.pcss3t-icons-bottom>label i {
  float: none;
  margin: -10px auto 0;
  padding-bottom: 17px;
  font-size: 23px;
  line-height: 23px;
  text-align: center;
}

.pcss3t-icons-only>label i {
  float: none;
  margin: 0 auto;
  font-size: 23px;
}


/**/
/* font awesome */
/**/
@font-face {
  font-family: 'FontAwesome';
  src: url('https://www.ceboscolor.it/assets/font-awesome/fonts/fontawesome-webfont.eot?v=3.0.1');
  src: url('https://www.ceboscolor.it/assets/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=3.0.1') format('embedded-opentype'),
    url('https://www.ceboscolor.it/assets/font-awesome/fonts/fontawesome-webfont.woff?v=3.0.1') format('woff'),
    url('https://www.ceboscolor.it/assets/font-awesome/fonts/fontawesome-webfont.ttf?v=3.0.1') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.icon-glass:before {
  content: '\f000';
}

.icon-music:before {
  content: '\f001';
}

.icon-search:before {
  content: '\f002';
}

.icon-envelope:before {
  content: '\f003';
}

.icon-heart:before {
  content: '\f004';
}

.icon-star:before {
  content: '\f005';
}

.icon-star-empty:before {
  content: '\f006';
}

.icon-user:before {
  content: '\f007';
}

.icon-film:before {
  content: '\f008';
}

.icon-th-large:before {
  content: '\f009';
}

.icon-th:before {
  content: '\f00a';
}

.icon-th-list:before {
  content: '\f00b';
}

.icon-ok:before {
  content: '\f00c';
}

.icon-remove:before {
  content: '\f00d';
}

.icon-zoom-in:before {
  content: '\f00e';
}

.icon-zoom-out:before {
  content: '\f010';
}

.icon-off:before {
  content: '\f011';
}

.icon-signal:before {
  content: '\f012';
}

.icon-cog:before {
  content: '\f013';
}

.icon-trash:before {
  content: '\f014';
}

.icon-home:before {
  content: '\f015';
}

.icon-file:before {
  content: '\f016';
}

.icon-time:before {
  content: '\f017';
}

.icon-road:before {
  content: '\f018';
}

.icon-download-alt:before {
  content: '\f019';
}

.icon-download:before {
  content: '\f01a';
}

.icon-upload:before {
  content: '\f01b';
}

.icon-inbox:before {
  content: '\f01c';
}

.icon-play-circle:before {
  content: '\f01d';
}

.icon-repeat:before {
  content: '\f01e';
}

.icon-refresh:before {
  content: '\f021';
}

.icon-list-alt:before {
  content: '\f022';
}

.icon-lock:before {
  content: '\f023';
}

.icon-flag:before {
  content: '\f024';
}

.icon-headphones:before {
  content: '\f025';
}

.icon-volume-off:before {
  content: '\f026';
}

.icon-volume-down:before {
  content: '\f027';
}

.icon-volume-up:before {
  content: '\f028';
}

.icon-qrcode:before {
  content: '\f029';
}

.icon-barcode:before {
  content: '\f02a';
}

.icon-tag:before {
  content: '\f02b';
}

.icon-tags:before {
  content: '\f02c';
}

.icon-book:before {
  content: '\f02d';
}

.icon-bookmark:before {
  content: '\f02e';
}

.icon-print:before {
  content: '\f02f';
}

.icon-camera:before {
  content: '\f030';
}

.icon-font:before {
  content: '\f031';
}

.icon-bold:before {
  content: '\f032';
}

.icon-italic:before {
  content: '\f033';
}

.icon-text-height:before {
  content: '\f034';
}

.icon-text-width:before {
  content: '\f035';
}

.icon-align-left:before {
  content: '\f036';
}

.icon-align-center:before {
  content: '\f037';
}

.icon-align-right:before {
  content: '\f038';
}

.icon-align-justify:before {
  content: '\f039';
}

.icon-list:before {
  content: '\f03a';
}

.icon-indent-left:before {
  content: '\f03b';
}

.icon-indent-right:before {
  content: '\f03c';
}

.icon-facetime-video:before {
  content: '\f03d';
}

.icon-picture:before {
  content: '\f03e';
}

.icon-pencil:before {
  content: '\f040';
}

.icon-map-marker:before {
  content: '\f041';
}

.icon-adjust:before {
  content: '\f042';
}

.icon-tint:before {
  content: '\f043';
}

.icon-edit:before {
  content: '\f044';
}

.icon-share:before {
  content: '\f045';
}

.icon-check:before {
  content: '\f046';
}

.icon-move:before {
  content: '\f047';
}

.icon-step-backward:before {
  content: '\f048';
}

.icon-fast-backward:before {
  content: '\f049';
}

.icon-backward:before {
  content: '\f04a';
  position: relative;
  left: -2px;
}

.icon-play:before {
  content: '\f04b';
  position: relative;
  left: 1px;
}

.icon-pause:before {
  content: '\f04c';
}

.icon-stop:before {
  content: '\f04d';
}

.icon-forward:before {
  content: '\f04e';
  position: relative;
  left: 2px;
}

.icon-fast-forward:before {
  content: '\f050';
}

.icon-step-forward:before {
  content: '\f051';
}

.icon-eject:before {
  content: '\f052';
}

.icon-chevron-left:before {
  content: '\f053';
}

.icon-chevron-right:before {
  content: '\f054';
}

.icon-plus-sign:before {
  content: '\f055';
}

.icon-minus-sign:before {
  content: '\f056';
}

.icon-remove-sign:before {
  content: '\f057';
}

.icon-ok-sign:before {
  content: '\f058';
}

.icon-question-sign:before {
  content: '\f059';
}

.icon-info-sign:before {
  content: '\f05a';
}

.icon-screenshot:before {
  content: '\f05b';
}

.icon-remove-circle:before {
  content: '\f05c';
}

.icon-ok-circle:before {
  content: '\f05d';
}

.icon-ban-circle:before {
  content: '\f05e';
}

.icon-arrow-left:before {
  content: '\f060';
}

.icon-arrow-right:before {
  content: '\f061';
}

.icon-arrow-up:before {
  content: '\f062';
}

.icon-arrow-down:before {
  content: '\f063';
}

.icon-share-alt:before {
  content: '\f064';
}

.icon-resize-full:before {
  content: '\f065';
}

.icon-resize-small:before {
  content: '\f066';
}

.icon-plus:before {
  content: '\f067';
}

.icon-minus:before {
  content: '\f068';
}

.icon-asterisk:before {
  content: '\f069';
}

.icon-exclamation-sign:before {
  content: '\f06a';
}

.icon-gift:before {
  content: '\f06b';
}

.icon-leaf:before {
  content: '\f06c';
}

.icon-fire:before {
  content: '\f06d';
}

.icon-eye-open:before {
  content: '\f06e';
}

.icon-eye-close:before {
  content: '\f070';
}

.icon-warning-sign:before {
  content: '\f071';
}

.icon-plane:before {
  content: '\f072';
}

.icon-calendar:before {
  content: '\f073';
}

.icon-random:before {
  content: '\f074';
}

.icon-comment:before {
  content: '\f075';
}

.icon-magnet:before {
  content: '\f076';
}

.icon-chevron-up:before {
  content: '\f077';
}

.icon-chevron-down:before {
  content: '\f078';
}

.icon-retweet:before {
  content: '\f079';
}

.icon-shopping-cart:before {
  content: '\f07a';
}

.icon-folder-close:before {
  content: '\f07b';
}

.icon-folder-open:before {
  content: '\f07c';
}

.icon-resize-vertical:before {
  content: '\f07d';
}

.icon-resize-horizontal:before {
  content: '\f07e';
}

.icon-bar-chart:before {
  content: '\f080';
}

.icon-twitter-sign:before {
  content: '\f081';
}

.icon-facebook-sign:before {
  content: '\f082';
}

.icon-camera-retro:before {
  content: '\f083';
}

.icon-key:before {
  content: '\f084';
}

.icon-cogs:before {
  content: '\f085';
}

.icon-comments:before {
  content: '\f086';
}

.icon-thumbs-up:before {
  content: '\f087';
}

.icon-thumbs-down:before {
  content: '\f088';
}

.icon-star-half:before {
  content: '\f089';
}

.icon-heart-empty:before {
  content: '\f08a';
}

.icon-signout:before {
  content: '\f08b';
}

.icon-linkedin-sign:before {
  content: '\f08c';
}

.icon-pushpin:before {
  content: '\f08d';
}

.icon-external-link:before {
  content: '\f08e';
}

.icon-signin:before {
  content: '\f090';
}

.icon-trophy:before {
  content: '\f091';
}

.icon-github-sign:before {
  content: '\f092';
}

.icon-upload-alt:before {
  content: '\f093';
}

.icon-lemon:before {
  content: '\f094';
}

.icon-phone:before {
  content: '\f095';
}

.icon-check-empty:before {
  content: '\f096';
}

.icon-bookmark-empty:before {
  content: '\f097';
}

.icon-phone-sign:before {
  content: '\f098';
}

.icon-twitter:before {
  content: '\f099';
}

.icon-facebook:before {
  content: '\f09a';
}

.icon-github:before {
  content: '\f09b';
}

.icon-unlock:before {
  content: '\f09c';
}

.icon-credit-card:before {
  content: '\f09d';
}

.icon-rss:before {
  content: '\f09e';
}

.icon-hdd:before {
  content: '\f0a0';
}

.icon-bullhorn:before {
  content: '\f0a1';
}

.icon-bell:before {
  content: '\f0a2';
}

.icon-certificate:before {
  content: '\f0a3';
}

.icon-hand-right:before {
  content: '\f0a4';
}

.icon-hand-left:before {
  content: '\f0a5';
}

.icon-hand-up:before {
  content: '\f0a6';
}

.icon-hand-down:before {
  content: '\f0a7';
}

.icon-circle-arrow-left:before {
  content: '\f0a8';
}

.icon-circle-arrow-right:before {
  content: '\f0a9';
}

.icon-circle-arrow-up:before {
  content: '\f0aa';
}

.icon-circle-arrow-down:before {
  content: '\f0ab';
}

.icon-globe:before {
  content: '\f0ac';
}

.icon-wrench:before {
  content: '\f0ad';
}

.icon-tasks:before {
  content: '\f0ae';
}

.icon-filter:before {
  content: '\f0b0';
}

.icon-briefcase:before {
  content: '\f0b1';
}

.icon-fullscreen:before {
  content: '\f0b2';
}

.icon-group:before {
  content: '\f0c0';
}

.icon-link:before {
  content: '\f0c1';
}

.icon-cloud:before {
  content: '\f0c2';
}

.icon-beaker:before {
  content: '\f0c3';
}

.icon-cut:before {
  content: '\f0c4';
}

.icon-copy:before {
  content: '\f0c5';
}

.icon-paper-clip:before {
  content: '\f0c6';
}

.icon-save:before {
  content: '\f0c7';
}

.icon-sign-blank:before {
  content: '\f0c8';
}

.icon-reorder:before {
  content: '\f0c9';
}

.icon-list-ul:before {
  content: '\f0ca';
}

.icon-list-ol:before {
  content: '\f0cb';
}

.icon-strikethrough:before {
  content: '\f0cc';
}

.icon-underline:before {
  content: '\f0cd';
}

.icon-table:before {
  content: '\f0ce';
}

.icon-magic:before {
  content: '\f0d0';
}

.icon-truck:before {
  content: '\f0d1';
}

.icon-pinterest:before {
  content: '\f0d2';
}

.icon-pinterest-sign:before {
  content: '\f0d3';
}

.icon-google-plus-sign:before {
  content: '\f0d4';
}

.icon-google-plus:before {
  content: '\f0d5';
}

.icon-money:before {
  content: '\f0d6';
}

.icon-caret-down:before {
  content: '\f0d7';
}

.icon-caret-up:before {
  content: '\f0d8';
}

.icon-caret-left:before {
  content: '\f0d9';
}

.icon-caret-right:before {
  content: '\f0da';
}

.icon-columns:before {
  content: '\f0db';
}

.icon-sort:before {
  content: '\f0dc';
}

.icon-sort-down:before {
  content: '\f0dd';
}

.icon-sort-up:before {
  content: '\f0de';
}

.icon-envelope-alt:before {
  content: '\f0e0';
}

.icon-linkedin:before {
  content: '\f0e1';
}

.icon-undo:before {
  content: '\f0e2';
}

.icon-legal:before {
  content: '\f0e3';
}

.icon-dashboard:before {
  content: '\f0e4';
}

.icon-comment-alt:before {
  content: '\f0e5';
}

.icon-comments-alt:before {
  content: '\f0e6';
}

.icon-bolt:before {
  content: '\f0e7';
}

.icon-sitemap:before {
  content: '\f0e8';
}

.icon-umbrella:before {
  content: '\f0e9';
}

.icon-paste:before {
  content: '\f0ea';
}

.icon-lightbulb:before {
  content: '\f0eb';
}

.icon-exchange:before {
  content: '\f0ec';
}

.icon-cloud-download:before {
  content: '\f0ed';
}

.icon-cloud-upload:before {
  content: '\f0ee';
}

.icon-user-md:before {
  content: '\f0f0';
}

.icon-stethoscope:before {
  content: '\f0f1';
}

.icon-suitcase:before {
  content: '\f0f2';
}

.icon-bell-alt:before {
  content: '\f0f3';
}

.icon-coffee:before {
  content: '\f0f4';
}

.icon-food:before {
  content: '\f0f5';
}

.icon-file-alt:before {
  content: '\f0f6';
}

.icon-building:before {
  content: '\f0f7';
}

.icon-hospital:before {
  content: '\f0f8';
}

.icon-ambulance:before {
  content: '\f0f9';
}

.icon-medkit:before {
  content: '\f0fa';
}

.icon-fighter-jet:before {
  content: '\f0fb';
}

.icon-beer:before {
  content: '\f0fc';
}

.icon-h-sign:before {
  content: '\f0fd';
}

.icon-plus-sign-alt:before {
  content: '\f0fe';
}

.icon-double-angle-left:before {
  content: '\f100';
}

.icon-double-angle-right:before {
  content: '\f101';
}

.icon-double-angle-up:before {
  content: '\f102';
}

.icon-double-angle-down:before {
  content: '\f103';
}

.icon-angle-left:before {
  content: '\f104';
}

.icon-angle-right:before {
  content: '\f105';
}

.icon-angle-up:before {
  content: '\f106';
}

.icon-angle-down:before {
  content: '\f107';
}

.icon-desktop:before {
  content: '\f108';
}

.icon-laptop:before {
  content: '\f109';
}

.icon-tablet:before {
  content: '\f10a';
}

.icon-mobile-phone:before {
  content: '\f10b';
}

.icon-circle-blank:before {
  content: '\f10c';
}

.icon-quote-left:before {
  content: '\f10d';
}

.icon-quote-right:before {
  content: '\f10e';
}

.icon-spinner:before {
  content: '\f110';
}

.icon-circle:before {
  content: '\f111';
}

.icon-reply:before {
  content: '\f112';
}

.icon-github-alt:before {
  content: '\f113';
}

.icon-folder-close-alt:before {
  content: '\f114';
}

.icon-folder-open-alt:before {
  content: '\f115';
}


/*themify fonts*/
@font-face {
  font-family: 'themify';
  src: url('../fonts/themify.eot?-fvbane');
  src: url('../fonts/themify.eot?#iefix-fvbane') format('embedded-opentype'),
    url('../fonts/themify.woff?-fvbane') format('woff'),
    url('../fonts/themify.ttf?-fvbane') format('truetype'),
    url('../fonts/themify.svg?-fvbane#themify') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="ti-"],
[class*=" ti-"] {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ti-lock:before {
  content: "\e62b";
}

.ti-facebook:before {
  content: "\e741";
}

.ti-youtube:before {
  content: "\e728";
}

.ti-instagram:before {
  content: "\e73d";
}

.ti-pinterest:before {
  content: "\e731";
}

.ti-linkedin:before {
  content: "\e735";
}


/*----------------------------------------------------------------------------*/
/*                               RESPONSIVENESS                               */
/*----------------------------------------------------------------------------*/

/**/
/* pad */
/**/
@media screen and (max-width: 980px) {}


/**/
/* phone */
/**/
@media screen and (max-width: 767px) {
  .pcss3t>label {
    display: inline-block;
  }
  .pcss3t>.right {
    float: none;
  }
}



/*----------------------------------------------------------------------------*/
/*                                   THEMES                                   */
/*----------------------------------------------------------------------------*/

/**/
/* default */
/**/
.pcss3t>label {
  padding: 0 20px;
  background: #e5e5e5;
  font-size: 13px;
  line-height: 49px;
}

.pcss3t>label:hover {
  background: #f2f2f2;
}

.pcss3t>input:checked+label {
  background: #fff;
}

.pcss3t>ul {
  background: #fff;
  text-align: left;
}

.pcss3t-steps>label:hover {
  background: #e5e5e5;
}


/**/
/* theme 1 */
/**/
.pcss3t-theme-1>label {
  margin: 2em 5px 5px 0;
  border-radius: 5px;
  background: #fff;
  color: #808080;
  opacity: 0.8;
  text-transform: uppercase;
}

.pcss3t-theme-1>label:hover {
  background: #fff;
  opacity: 1;
}

.pcss3t-theme-1>input:checked+label {
  margin-bottom: 0;
  padding-bottom: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  opacity: 1;
  border-bottom: 2px solid #f36f21;
}

.pcss3t-theme-1>ul {
  border-radius: 5px;
  box-shadow: 0 3px rgba(0, 0, 0, 0.2);
}

.pcss3t-theme-1>.tab-content-first:checked~ul {
  border-top-left-radius: 0;
}

@media screen and (max-width: 767px) {
  .pcss3t-theme-1>label {
    margin-right: 0;
  }

  .pcss3t-theme-1>input:checked+label {
    margin-top: 1em;
      margin-bottom: 0;
      padding-bottom: 0;
      border-radius: 0;
      border-bottom: 2px solid #f36f21;
  }

  .pcss3t-theme-1>.tab-content-first:checked~ul {
    border-top-left-radius: 5px;
  }
}


/*----------------------------------------------------------------------------*/
/*                               CUSTOMIZATION                                */
/*----------------------------------------------------------------------------*/

/**/
/* height */
/**/
.pcss3t>ul,
.pcss3t>ul>li {
  min-height: 200px;
}
/*tabs end*/

/*table in products*/

.rtable {
  /*!
  // IE needs inline-block to position scrolling shadows otherwise use:
  // display: block;
  // max-width: min-content;
  */
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  border-collapse: collapse;
  border-spacing: 0;
}

.rtable,
.rtable--flip tbody {
  -webkit-overflow-scrolling: touch;
  background: radial-gradient(left, ellipse, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 0 center, radial-gradient(right, ellipse, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 100% center;
  background-size: 10px 100%, 10px 100%;
  background-attachment: scroll, scroll;
  background-repeat: no-repeat;
}

.rtable td:first-child,
.rtable--flip tbody tr:first-child {
  background-image: linear-gradient(to right, white 50%, rgba(255, 255, 255, 0) 100%);
  background-repeat: no-repeat;
  background-size: 20px 100%;
}

.rtable td:last-child,
.rtable--flip tbody tr:last-child {
  background-image: linear-gradient(to left, white 50%, rgba(255, 255, 255, 0) 100%);
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 20px 100%;
}

.rtable th {
  font-size: 11px;
  text-align: left;
  text-transform: uppercase;
  background: #f2f0e6;
}

.rtable th,
.rtable td {
  padding: 6px 12px;
  border: 1px solid #d9d7ce;
}

/*scadd*/
.rtable td {
  min-width: 120px;
}

.rtable td:first-child {
  min-width: 150px;
}

.rtable td:nth-child(6) {
  /*  min-width: 180px;*/
}

.rtable td img {
  width: 45px;
}

/*scadd*/

.rtable--flip {
  display: flex;
  overflow: hidden;
  background: none;
}

.rtable--flip thead {
  display: flex;
  flex-shrink: 0;
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
}

.rtable--flip tbody {
  display: flex;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
}

.rtable--flip tr {
  display: flex;
  flex-direction: column;
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
  flex-shrink: 0;
}

.rtable--flip td,
.rtable--flip th {
  display: block;
}

.rtable--flip td {
  background-image: none !important;
  border-left: 0;
}

.rtable--flip th:not(:last-child),
.rtable--flip td:not(:last-child) {
  border-bottom: 0;
}

table {
  margin-bottom: 30px;
}

/*code {
  background: #fffbcc;
  font-size: 12px;
}*/

/*-------table in products end-------*/

/*------- BTN -------*/
.btn-primary {
  color: #fff;
  background-color: #f36f21;
  border-color: #E7590D
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #999;
  border-color: #999
}

.btn-primary:hover {
  color: #fff;
  background-color: #999;
  border-color: #999
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #999;
  border-color: #999
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open>.dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open>.dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #f36f21;
  border-color: #999
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
  background-image: none
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #f36f21;
  border-color: #E7590D
}

/*------- BTN END -------*/


/*------- extras in showroom, news, corsi di formazione -------*/
.content-detail {
  margin-top: 40px;
}

.btn {
  padding: 12px 16px;
  margin-top: 1em;
}

.btn-detail {
  padding: 5px 14px;
  margin-top: 0;
}

@media (max-width:900px) {
  .content-detail {
    margin-top: 0px;
  }
}

/*------- extras showroom end -------*/

/*------- gallery button next prev start -------*/
/*.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  font-size: 35px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  color: #000;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: 40px;
}
*/

/*.owl-theme .owl-nav [class*=owl-] {
  color:#FFF;
  font-size:54px;
  margin:5px;
  padding:4px 7px;
  background:#D6D6D6;
  display:inline-block;
  cursor:pointer;
  border-radius:3px
}*/


/*------- gallery button next prev end -------*/

/* pagina .p-servizi-txt  */
.servizi-img {
  height: calc(40vh - 41px);
}


@media (max-width:1920px) {
  .servizi-img {
    height: calc(50vh - 39px);
  }
}

@media (max-width:1440px) {
  .servizi-img {
    height: calc(60vh - 38px);
    /* border: 2px solid yellow; */
  }
}

@media (max-width:1366px) {
  .servizi-img {
    height: calc(70vh - 38px);
    /* border: 2px solid green; */
  }

  .p-servizi-txt {
    padding: 50px 60px 35px 60px;
  }
}

@media (max-width:1024px) {
  .servizi-img {
    height: calc(50vh - 0px);
    /* border: 2px solid orange; */
  }

  .pull-right,
  .pull-left {
    float: none !important;
  }
}

@media (max-width:810px) {
  .servizi-img {
    height: calc(48vh - 0px);
    /* border: 2px solid lightcoral; */
  }

  .pull-right,
  .pull-left {
    float: none !important;
  }

  .text-overlay {
    font-size: 1rem;
    line-height: 1.2;
    width: 90%;
  }

  section {
    padding: 10px 0 40px 0;
  }

  .mt-50 {
    margin-top: 40px;
  }

  .owl-nav {
    opacity: 1;
  }
}

@media (max-width:480px) {
  .servizi-img {
    height: calc(30vh - 0px);
    /* border: 2px solid fuchsia; */
  }

  .pull-right,
  .pull-left {
    float: none !important;
  }

  .p-servizi-txt {
    padding: 50px 30px 35px 30px;
  }

  section {
    padding: 10px 0 40px 0;
  }

  .mt-50 {
    margin-top: 40px;
  }
}