.shop-fullwidth-product .shop-product-item:hover .shop-full-desc {
  border: 2px solid #FF4612;
transition: all 300ms ease 0s;
width: 100%;
position: relative;
}

.shop-fullwidth-product .shop-product-item .shop-full-desc {
  border: 2px solid #ececec;
}

li.active-item > a:after {
    background: #FF4612 !important;
    opacity: 1!important;
    width: 100%!important;
}

.header.header-transparent .navbar-collapse ul.navbar-nav > li > a::after {
    background: #FF4612 !important;}

.fadetobottomfadefromtop {
    background-color: rgba(0, 0, 0, 1)!important;
}


.slotholder {
  background: #172229;
}

.shop-full-desc p {
  margin: 0 0 10px 0;
}

.projects .projects-grid .project {
  margin-bottom: 30px;
  overflow: hidden;
}

.projects-grid {}




.masonry { /* Masonry container */
    column-count: 4;
    column-gap: 0;
}

.item { /* Masonry bricks or child elements */
    display: inline-block;
    margin: 0 0 2em;
    width: 100%;
}

h1.title {
  font-size: 40px;}


.tp-caption.NotGeneric-Title, .NotGeneric-Title {
  font-size: 43px!important;}

.tp-caption.NotGeneric-SecondTitle, .NotGeneric-SecondTitle {
  font-size: 41px!important;
  color:#fff;}

.tp-caption.NotGeneric-SubTitle .s-italic-rev {
  font-size: 36px!important;
  margin:70px 0 0 0;
  line-height: 40px!important;}



@media all and (max-width: 768px) and (min-width: 600px) {
    .masonry { /* Masonry container */
      column-count: 3;}
}



@media all and (max-width: 599px) {
    .masonry { /* Masonry container */
      column-count: 1;}
}


@media all and (min-width: 768px) {
  .forcefullwidth_wrapper_tp_banner {
      min-height: 795px;}
}

@media only all and (max-width: 600px) {
footer .footer-top .footer-col-head {
    margin:0 0 40px 0;}

.tp-caption.NotGeneric-Title, .NotGeneric-Title {
  font-size: 28px!important;
  line-height: 34px!important;}

.tp-caption.NotGeneric-SubTitle .s-italic-rev {
  font-size: 22px!important;
  min-width: 80%!important;
  line-height: 30px!important;}

.lb-nav a.lb-next,
.lb-nav a.lb-prev {
  opacity: 1!important;}

}

@media all and (min-width: 1400px) {

.lightbox {
    position: fixed;
    top: 20%!important;}
}
.filter {
  text-align: center;
  margin-bottom: 30px;
}

ul.filter li {
    padding: 0 0 0 20px;
    display: inline-block;
}
ul.filter li:after {
    content: '|';
    color: #dadada;
    font-size: 14px;
    margin-left: 20px;
}
ul.filter li a {
  color: #a9a9a9;
}
ul.filter li a.active {
  color:#403c3b;
}
ul.filter li:last-child:after {
  display: none;
  margin-left: 0; 
}
@media (max-width: 767px) {
  ul.filter li {
    padding-left: 2px;
  }
  ul.filter li:after {
    margin-left: 6px;
  }
}
/*****404*****/
.error-404 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.error-404 h2 {font-size: 40px;}
.error-404 h3 {font-size: 37px;}
.error-404 h2, .error-404 h3 {
  line-height: 2.5em;
}