

html {
    overflow-x: hidden;
}
body {
    margin-right: 0 !important;
    -webkit-font-smoothing: antialiased;
    color: #333333 !important;
}
a{
    text-decoration: none !important;
}
a:hover{
    color: #A10000;
}
body .light {
    color: #eee;
}
table {
    margin-bottom: 20px;
    margin-top: 20px;
}
/* ------------------------------------------------------- Typography ------------------------------------------------------- */

/* -------------------------------------------------------------------------------------------------------------------------- */
body {
    line-height: 20px;
}

h1 {
    line-height: 46px;
    margin-top: 0;
    margin-bottom: 0;
}

h2 {
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 0;
}

h3 {
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 0;
}

h4 {
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 0;
}

h5 {
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 0;
}

h6 {
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 0;
}

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
    color: inherit;
}

/* ------------------------------------------------------- Top Header ------------------------------------------------------- */


/* -------------------------------------------------------------------------------------------------------------------------- */

.top_nav {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
    opacity: 1;
    z-index: 33;
}


/* --------------------------------------------------------  Header --------------------------------------------------------- */

/* -------------------------------------------------------------------------------------------------------------------------- */

#logo {
    float: left;
    height: 100%
}

#logo a {
    float: left;
    height: 100%;
}

header#header {
    position: relative;
    z-index: 10000;
}

#logo img {
    max-width: none;
    top: 22px;
    position: relative;
}

#logo img.dark {
    display: block;
    visibility: visible;
}

#logo img.light {
    display: none;
    visibility: hidden;
}



.header_wrapper {
    width: 100%;
    position: relative;
    float: left;
    z-index: 32;
}



/* Navigantion menu */
nav {    
    display: block;
    text-align: center;
    padding: 54px 0;
}
nav ul {
    margin: 0;
    padding:0;
    list-style: none;
    margin-bottom: 0 !important;
}
.nav a {
    display:block; 
    color: #fff; 
    text-decoration: none;
    padding: 0.8em 1.8em;
    text-transform: uppercase;
    font-size: 80%;
    letter-spacing: 2px;
    //text-shadow: 0 -1px 0 #000;
    position: relative;
    font-weight: 600;
}
nav ul li ul li a{
    color: #000 !important;
}
nav ul li.active a,
nav ul li:hover a{
    border-bottom: 4px solid #A10000;
}
nav ul li ul li a{
    border: none;
    text-decoration: none !important;
}
nav ul li ul li a{
    border-bottom: 1px solid #000 !important;
}
.nav{  
    vertical-align: top; 
    display: inline-block;
}
.nav li {
    position: relative;
}
.nav > li { 
    float: left; 
    margin-right: 1px; 
} 
.nav > li > a { 
    margin-bottom: 1px;
}

.nav > li:last-child > a { 
    border-radius: 0 4px 0 0;
}
.nav li li a { 
    margin-top: 1px;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background: none !important;
}

/* submenu positioning*/
.nav ul {
    position: absolute;
    white-space: nowrap;
    z-index: 1;
    left: -99999em;
}
.nav > li:hover > ul {
    left: auto;
    min-width: 100%;
    background-color: #fff;
}
.nav > li li:hover > ul { 
    left: 100%;
    margin-left: 1px;
    top: -1px;
}


.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}
.sidenav li{
    padding: 10px;
}
.sidenav ul{
    color: #fff;
}
.sidenav li ul{
    padding-left: 10px;
    color: #fff;
}
.sidenav ul li a{
    text-decoration: none;
}
.sidenav a {
    padding: 0 !important;
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    display: block;
    transition: 0.3s;
    text-decoration: none;
}

.sidenav li a:hover {
    color: #f1f1f1;
    background: none !important;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    text-decoration: none;
}
.header_wrapper .container::after {
    background: url(../images/shadow1.png) no-repeat center top;
    bottom: 0px;
    content: "";
    display: block;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 42px;
    position: absolute;
}

@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}
@media screen and (min-width: 1070px) {
    .togglesidemenu{
        display: none;
    }
}
@media screen and (max-width: 1070px) {
    #navigation{
        display: none;
    }
}
.togglesidemenu{
    font-size:20px;
    cursor:pointer;
    left: 0;
    z-index: 111;
    padding-top: 8px;
    float: left;
    color: #fff;
    padding: 45px 0;
}
@media screen and (max-width: 767px) {
    .valvolehome{
        margin-bottom: 20px;
    }
    #logo{
        float: right;
    }
    .top_nav{
        display:none;
    }
}


/* ----------------------------------------------------------------------- */

.header_wrapper {
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
    float: none;
}

/* my css */
.aboutsirsi {
    background-color: #ebebeb;
    padding-top: 40px;
    padding-bottom: 40px;
    float: left;
    width: 100%;
    box-shadow: -1px 0px 20px 10px #C4C4C4;
    margin-top: 50px;
}
.aboutsirsi h1{
    font-size: 30px;
    color: #222222;
    line-height: 1.2;
    text-align: center;
}
.aboutsirsi h3{
    font-size: 36px;
    color: #222222;
    line-height: 1.2;
    text-align: center;
    font-family:Lobster;
    font-weight:400;
    font-style:normal;
}

.home_category{
    float: left;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
}
.home_category .innerdiv{
    width: 90%;
    margin: 0 auto;
    -webkit-box-shadow: 6px 0px 39px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 6px 0px 39px -2px rgba(0,0,0,0.75);
    /* box-shadow: 6px 0px 39px -2px rgba(0,0,0,0.75); */
    padding: 10px;
	
}

.valvolehome .title{
    font-size: 26px;
    color: #a10000;
    line-height: 1;
    text-align: center;
	min-height: 52px;
}
.home_category .image{
    width: 100%;
    max-width: 100%;
    position: relative;
    overflow: hidden;
}
.home_category .image img{
    max-width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.home_category .image .textlayer{
    position: absolute;
    top:45%;
    float: left;
    width: 100%;
    text-align: center;
    background-color: rgba(0,0,0,0.7);
    padding: 20px 0;
    display: none;
}
.home_category .image .textlayer h2{
    color: #fff;
}
.home_category .image:hover .textlayer{
    display: block;
}
.home_category .image:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.contactinfo{
    float: left;
    width: 100%;
    background-color: #e2e2e2;
    padding-top: 70px;
    padding-bottom: 70px;
}
.contactinfo h3{
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
}
.wpb_content_element.button {
    float: left;
    min-height: 50px;
    width: 100%;
}
.btn-bt.business {
    text-align: center;
    cursor: pointer;
    display: inline-block;
    outline: 0;
    position: relative;
    border-width: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    float: left;
    padding: 10px 32px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.btn-bt.align-center {
    float: left;
    position: absolute !important;
    left: 50%;
    -webkit-transform: translateX(-50%) !important;
    -moz-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    -o-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
}


.footer_wrapper {
    float: left;
    width: 100%;

}
#footer .inner .row-fluid.ff:first-child {
    padding-top:52px;
    padding-bottom:52px
}
#footer .inner .row-fluid.ff .span12:first-child:last-child .footer_social_icons{
    position:relative;
    left:50%;
    width:auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);

}
footer .inner .widget {
    line-height:20px;
}
footer .inner .widget ul li:last-child {
    border-bottom:none;
    padding-bottom:0;
    border-bottom:none !important;
}
footer .inner .widget ul li:first-child {
    padding-top:0;
}
footer .inner .widget ul li {
    margin:0;
    float:left;
    width:100%;
    padding:0;
    padding-top:10px;
    padding-bottom:10px;
}
footer .inner .widget ul li a {
    float:left;
    width:100%;
}
footer .inner .widget ul li span{
    float:left;
    width:100%;
    margin-top:3px;
}
#copyright {
    padding-top:15px;
    padding-bottom:15px;

    font-size:11px;
}
#copyright .desc{
    display:table;
    float:left;
}
#copyright .copyright_text{
    display: table-cell;
    vertical-align: middle;
}
/*General Widget Styling */
footer .inner .widget ul {
    margin:0;
    padding:0;
    list-style: none
}
footer .inner .widget {
    float:left;
    width:100%;
    margin-bottom:20px;
}

footer .footer_social_icons {
    float:left;
    width:100%;
    margin-left:0px !important;
    margin-top:0px !important;
    position:relative;
}
footer .inner .footer_social_icons li {
    -webkit-transition-duration:0.4s;
    -moz-transition-duration:0.4s;
    -o-transition-duration:0.4s;
    -ms-transition-duration:0.4s;
    transition-duration:0.4s;
    float:left;
    padding-bottom:0 !important;
    padding-top:0 !important;
    margin-left:10px !important;
    width:32px !important;
    height:32px !important;
}
footer .inner .footer_social_icons li:first-child {
    margin-left:0 !important;
}
footer .footer_social_icons li a {
    float:left;
}
footer .footer_social_icons li i {
    float:left;
    line-height:32px;
    font-size:18px;
    display:block;
    width:100%;
    text-align:center;
    -webkit-transition-duration:0.4s;
    -moz-transition-duration:0.4s;
    -o-transition-duration:0.4s;
    -ms-transition-duration:0.4s;
    transition-duration:0.4s;
}
.footer_social_icons.circle li{
    background:#222;
    width:32px !important;
    height:32px !important;
    border-radius:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
}



/* azienda */
.aziendametallisator{
    float: left;
    width: 100%;
}
.aziendametallisator .left{
    padding-right: 50px;
}
.aziendametallisator .right{
    padding-top: 50px;
}
.aziendametallisator .left .image{
    position: relative;
}
.aziendametallisator .left h3{
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #000;
    padding: 20px 50px;
    color: #fff;
    font-size: 16px;
    display: none;
}
.aziendametallisator .left .image:hover h3{
    display: block;
}

.aziendametallisator .right .title{
    font-size: 35px;
    color: #a10000;
    line-height: 2;
    text-align: left;
    font-family:Lobster;
    font-weight:400;
    font-style:normal;
    margin-bottom: 0;
}

.aziendametallisator p{
    text-align: justify;
    line-height: 24px;
}
.aziendametallisator .blockquote{
    padding: 15px;
    font-size: 16px;
    text-align: justify;
    line-height: 25px;
    float: left;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 20px;
}
.aziendametallisator .blockquote span,
.aziendametallisator .blockquote a{
    color: #a10000;
}

.parralaximage{
    float: left;
    width: 100%;
    padding-top: 300px;
    padding-bottom: 300px;
    background-repeat: no-repeat;
    background-position: 50% 0px;
    background-size: cover;
    border-bottom: 5px solid #A10000;
    margin-top: 20px;
    background-attachment: fixed;
}
.sirsimetallisatoroggi{
    float: left;
    width: 100%;
    background-color: #F5F5F5;
    padding: 50px 0;
}
.sirsimetallisatoroggi h2{
    font-size: 35px;
    color: #a10000;
    line-height: 2;
    text-align: center;
    float: left;
    width: 100%;
}
.sirsimetallisatoroggi .left{
    padding-right: 10px;
}
.sirsimetallisatoroggi .left p{
    font-size: 16px;
}
.blockquote {
    border-left: 2px solid #a10000;
}
.blockquote a{
    font-size: 20px;
}
.blockquote a span{
    text-decoration: underline;
}
.aziendametallisator .codeless_separator span {
    width: 100%;
    height: 3px;
    background: #e2e2e2;
    margin-top: 0px;
    margin-bottom: 30px;
    float: left;
}

/* certificazioni */
.certificazioni{
    float: left;
    width: 100%;
    padding-bottom: 70px;
}
.certificazioni .title{
    font-size: 30px;
    color: #a10000;
    line-height: 1;
    text-align: left;
}
.codeless_separator{
    float: left;
    width: 100%;
}
.codeless_separator .separator{
    width:100%;  
    height:2px; 
    background:#e2e2e2;  
    margin-top:20px;  
    margin-bottom:20px;  
    float:left;
    padding: 0;
}

.certificazioni .left{
    width: 30%;
    float: left;
}
.certificazioni .right{
    width: 70%;
    float: left;
}
.certificazioni .right h2{
    font-size: 14px;
}
.certificazioni .button {
    float: left;
    width: 100%;
    padding-top: 50px;
}
.certificazioni .button a{
    font-size: 14px;
    padding: 14px 20px;
    background-color: #e2e2e2;
    color: #222222;
    border-radius: 5px;
}

.certificazionicontact{
    background-color: #e2e2e2;
    padding-top: 50px;
    padding-bottom: 50px;
    float: left;
    width: 100%;
    box-shadow: -1px 0px 20px 10px #C4C4C4;
    /* -webkit-box-shadow: -1px 0px 20px 10px #C4C4C4; */
    -moz-box-shadow: -1px 0px 20px 10px #C4C4C4;
    -o-box-shadow: -1px 0px 20px 10px #C4C4C4;
}
.certificazionicontact .left{
    width: 60%;
    float: left;
}
.certificazionicontact .left p{
    font-size: 24px;
    line-height: 30px;
    margin: 0;
}
.certificazionicontact .right{
    width: 30%;
    float: left;
    padding-left: 50px; 
}



/* contact */
.contact{
    float: left;
    width: 100%;
    padding-bottom: 20px;
}
.contact h2{
    font-size: 28px;
    color: #a10000;
    line-height: 32px;
    text-align: left;
}
.contact .codeless_separator span{
    width:100%;  
    height:3px;  
    background:#e2e2e2;  
    margin-top:0px;  
    margin-bottom:0px;  
    float:left; 
}
.contact .left{
    padding-top: 50px;
}
.contact .right{
    padding-top: 30px;
}
.contact .left h3{
    text-align: center; 
    font-size: 20px;
    line-height: 22px;
}
.contact .left h1{
    text-align: center; 
    font-size: 20px; 
    line-height: 22px;
}
.contact .left p{
    text-align: justify;
    font-size: 16px;
    line-height: 24px;
}
.contact .left .centertext{
    text-align: center; 
    line-height: 16px; 
    font-size: 16px;
}
.contact .left h2{
    color: #000;
    font-size: 20px;
    padding-top: 30px;
}
.contact .socialicon{
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 20px;
}
.contact .socialicon .icon{
    float: left;
    width: 33%;
}

.contactform{
    float: left;
    background-color: #E2E2E2;
    border-radius: 5px;
    padding: 10px 20px;
}
.contactform form{
    float: left;
    width: 100%;
}
.contactform label{
    float: left;
    width: 100%;
    color: #888;
    font-size: 17px;
    padding-top: 20px;
}
.contactform input[type="text"],
.contactform input[type="email"],
.contactform textarea{
    float: left;
    width: 100%;
    border: 1px solid #A5A5A5;
    border-radius: 3px;
    padding: 8px;
}
.contactform select{
    border: 1px solid #A5A5A5;
    border-radius: 3px;
    background-color: #fff;
    padding: 8px;
}
.contactform p{
    font-size: 12px;
    color: #888; 
}
.conttext{
    float: left;
    width: 100%;
}
.conttext .left,
.conttext .right{
    width: 49%;
    float: left;
    padding: 0;
}
.conttext .right{
    float: right;
}


/* valvole */
.valvole{
    float: left;
    width: 100%;
}
.valvole .home_category{
    padding-bottom: 0;
    padding-top: 0;
}
.inverse,
.inverse:hover{
    color: #FFF;
    background-color: #555;
    font-size: 14px;
    padding: 14px 20px;
    border-radius: 5px;
    float: left;
    margin-top: 20px;
}
.valvole .home_category .innerdiv{
    width: 90%;
    box-shadow: none;
}
.valvole .home_category .innerdiv p{
    text-align: center;
}
.valvole .home_category .innerdiv .image{
    padding-bottom: 20px;
}
.row-fluid [class*="span"]{
    margin-left: 0 !important;
}
.perchescegliere{
    float: left;
    width: 100%;
    background-color: #E2E2E2;
    padding: 50px 0;
    padding-top: 20px;
}

.perchescegliere h1{
    font-size: 30px;
    line-height: 1;
    text-align: center;
    font-family:Lobster;
    font-weight:400;
    font-style:normal;
    padding-bottom: 60px;
}
.list ul{margin:0; padding:0; list-style: none;}
.list li.simple{
    width:100%;
    position:relative;
    padding-left:25px;
    font-size:14px;
    float:left;
    line-height:22px;
    padding-bottom:10px;
}
.list li.simple:last-child{
    padding-bottom:0;
}
.list li.simple:first-child:last-child{
    padding-bottom:10px;
}

.list li.simple i{
    position:absolute;
    left:0;
    top:0;
    font-size:16px;
    line-height:22px;
}

.list li.titledesc{
    float:left;
    width:100%;
    margin-bottom:10px;
}

.list li.titledesc:last-child{
    margin-bottom:0;
}

.list li.titledesc dl{
    margin:0;
    padding:0;
}
.list li.titledesc dl dt{
    width:45px;
    height:45px;
    border-radius:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
}
.list li.titledesc dl dt .circle{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    float: left;
    margin-left: 2px;
    margin-top: 2px;
}
.list li.titledesc dl dt i{
    font-size:16px;
    text-align: center;
    width:100%;
    line-height:36px;
    float:left;
}

.list li.titledesc dl dd{
    margin-left:50px;
}

.list li.titledesc dl  p{
    margin:0;
    padding:0;
    margin-top:5px;
}

.list li.titledesc dl dt i.steadysets-icon-checkmark{
    font-size: 30px;
    padding-left: 7px;
    margin-top: -5px;
}

.list li.titledesc h6{
    font-weight:600;
} 


.chart{
    float: left;
    width: 100%;
    text-align: center;
}
.chart .circle {
    border: 3px solid #A10101;
    border-radius: 50%;
    padding: 55px 15px;
    font-size: 30px;
    margin: 0 auto;
    width: 42%;
}
.perchescegliere .left{
    padding-right: 15px;
}
.perchescegliere .right h5{
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.perchescegliere .right p{
    text-align: center;
}

.possibileconsultare{
    float: left;
    width: 100%;
    background-color: #1c1c1c;
    padding-top: 20px;
    padding-bottom: 20px;
}
.possibileconsultare h2{
    color: #fff;
    float: left;
    padding-right: 10px;
    padding-top: 5px;
    margin-top: 0;
}
.possibileconsultare a{
    background-color: #C4C4C4 !important;
    border: 1px solid #C4C4C4 !important;
}
.possibileconsultare a:hover {
    border: 1px solid #fff !important;
    background-color: #626262 !important;
    color: #fff !important;
}
.settoriindustriali{
    padding-top: 50px;
    float: left;
    width: 100%;
}
.settoriindustriali h2{
    font-size: 30px;
    line-height: 1;
    text-align: center;
    font-family:Lobster;
    font-weight:400;
    font-style:normal;
}
.settoriindustriali p{
    text-align: center; 
    font-size: 18px;
}

.valvolesirsisono{
    float: left;
    width: 100%;
}

/*#gw_go_portfolio_settori{
    float: left;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 50px;
}
.gw-gopf-pagination-wrapper{
    display: block !important;
}
#gw_go_portfolio_settori .wrap-inner {
    margin-left: -50px;
    margin-top: -50px;
}
#gw_go_portfolio_settori .gw-gopf-filter-opacity .gw-gopf-col-wrap.gw-gopf-disabled {
    filter: alpha(opacity=30) !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)" !important;
    -khtml-opacity: 0.3 !important;
    -moz-opacity: 0.3 !important;
    opacity: 0.3 !important;
}
#gw_go_portfolio_settori .gw-gopf-post-col {
    margin-left: 50px;
    margin-top: 50px;
}

#gw_go_portfolio_settori .gw-gopf-cats {
    margin-bottom: 20px !important;
}
#gw_go_portfolio_settori .gw-gopf-filter {
    margin-left: -6px;
}
#gw_go_portfolio_settori .gw-gopf-cats > span {
    margin-left: 6px;
}

#gw_go_portfolio_settori .gw-gopf-slider-controls > div {
    margin-bottom: 20px;
}
#gw_go_portfolio_settori .gw-gopf-slider-controls > div {
    margin-left: 20px;
}
#gw_go_portfolio_settori .gw-gopf-post-overlay-bg {
    background-color: #333333;
}
#gw_go_portfolio_settori .gw-gopf-post-overlay-bg {
    filter: alpha(opacity=30);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    -khtml-opacity: 0.3;
    -moz-opacity: 0.3;
    opacity: 0.3;
}
#gw_go_portfolio_settori .gw-gopf-post-content {
    text-align: center;
}
#gw_go_portfolio_settori .gw-gopf-post-more {
    text-align: center;
}
#gw_go_portfolio_settori .gw-gopf-pagination-wrapper {
    padding-top: 20px;
}
#gw_go_portfolio_settori .gw-gopf-post-media-wrap {
    background-position: 50% 50%;
}
#gw_go_portfolio_settori .gw-gopf-style-flex a.gw-gopf-btn {
    color: #ffffff;
    background: #a10000;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    font-family: inherit;
    font-size: 12px;
    height: 29px;
    line-height: 29px;
    padding: 0 9px;
    position: relative;
    text-align: left;
    -moz-transition: color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;
    -ms-transition: color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;
    -o-transition: color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;
    -webkit-transition: color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;
    transition: color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;
    text-decoration: none !important;
}
#gw_go_portfolio_settori .gw-gopf-style-flex a.gw-gopf-btn.gw-gopf-btn-outlined {
    color: #a10000;
    background: transparent;
    border: solid 1px #a10000;
    height: 27px;
    line-height: 27px;
    padding: 0 8px;
}
#gw_go_portfolio_settori .gw-gopf-style-flex a.gw-gopf-btn:hover {
    color: #ffffff;
    background: #333333;
}
#gw_go_portfolio_settori .gw-gopf-style-flex a.gw-gopf-btn.gw-gopf-btn-outlined:hover {
    color: #333333;
    background: transparent;
    border-color: #333333;
}
#gw_go_portfolio_settori .gw-gopf-style-flex a.gw-gopf-circle {
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    display: inline-block;
    height: 44px;
    line-height: 44px;
    position: relative;
    margin-left: 3px;
    margin-right: 3px;
    -moz-transition: color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;
    -ms-transition: color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;
    -o-transition: color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;
    -webkit-transition: color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;
    transition: color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;
    width: 44px;
}
#gw_go_portfolio_settori .gw-gopf-style-flex .gw-gopf-cats > span a {
    background: #333333;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff;
    display: block;
    font-family: inherit;
    font-size: 12px;
    height: 29px;
    line-height: 29px;
    padding: 0 10px;
    text-decoration: none;
    -moz-transition: color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;
    -ms-transition: color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;
    -o-transition: color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;
    -webkit-transition: color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;
    transition: color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;
}
#gw_go_portfolio_settori .gw-gopf-style-flex .gw-gopf-cats > span a.gw-gopf-btn-outlined {
    color: #333333;
    background: transparent;
    border: solid 1px #333333;
    height: 27px;
    line-height: 27px;
    padding: 0 8px;
}
#gw_go_portfolio_settori .gw-gopf-style-flex .gw-gopf-cats > span.gw-gopf-current a {
    background: #a10000;
}
#gw_go_portfolio_settori .gw-gopf-style-flex .gw-gopf-cats > span.gw-gopf-current a.gw-gopf-btn-outlined {
    background: transparent;
    border-color: #a10000;
    color: #a10000;
}
#gw_go_portfolio_settori .gw-gopf-style-flex .gw-gopf-cats > span a:hover {
    background: #787878;
}
#gw_go_portfolio_settori .gw-gopf-style-flex .gw-gopf-cats > span a.gw-gopf-btn-outlined:hover {
    background: transparent;
    border-color: #787878;
    color: #787878;
}
#gw_go_portfolio_settori .gw-gopf-style-flex .gw-gopf-slider-controls > div a {
    background: #a10000;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff;
    display: table-cell;
    height: 29px;
    text-decoration: none;
    -moz-transition: color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;
    -ms-transition: color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;
    -o-transition: color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;
    -webkit-transition: color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;
    transition: color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;
    vertical-align: middle;
    width: 28px;
}
#gw_go_portfolio_settori .gw-gopf-style-flex .gw-gopf-slider-controls > div a:hover {
    background: #333333;
}
#gw_go_portfolio_settori .gw-gopf-style-flex .gw-gopf-slider-controls > div a.disabled {
    background: #333333;
}
#gw_go_portfolio_settori .gw-gopf-style-flex a.gw-gopf-pagination-load-more {
    background: #333333;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff;
    display: inline-block;
    font-family: inherit;
    font-size: 12px;
    height: 29px;
    line-height: 29px;
    padding: 0 10px;
    text-decoration: none;
    -moz-transition: all 0.08s ease-in-out;
    -ms-transition: all 0.08s ease-in-out;
    -o-transition: all 0.08s ease-in-out;
    -webkit-transition: all 0.08s ease-in-out;
    transition: all 0.08s ease-in-out;
}
#gw_go_portfolio_settori .gw-gopf-style-flex a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined {
    color: #333333;
    background: transparent;
    border: solid 1px #333333;
    height: 27px;
    line-height: 27px;
    padding: 0 8px;
}
#gw_go_portfolio_settori .gw-gopf-style-flex a.gw-gopf-pagination-load-more:hover {
    background: #787878;
}
#gw_go_portfolio_settori .gw-gopf-style-flex a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined:hover {
    background: transparent;
    border-color: #787878;
    color: #787878;
}
#gw_go_portfolio_settori .gw-gopf-style-flex .gw-gopf-post {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0);
    -o-box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0);
    overflow: hidden;
}
#gw_go_portfolio_settori .gw-gopf-post-media-wrap {
    -webkit-border-radius: 3px;
}

#gw_go_portfolio_settori .gw-gopf-chrome.gw-gopf-style-flex .gw-gopf-post-media-wrap {
    -webkit-border-radius: 0;
}

#gw_go_portfolio_settori .gw-gopf-style-flex .gw-gopf-post-overlay {
    height: 100%;
}

#gw_go_portfolio_settori .gw-gopf-style-flex a.gw-gopf-post-overlay-circle {
    background: #a10000;
}

#gw_go_portfolio_settori .gw-gopf-style-flex a.gw-gopf-post-overlay-circle:hover {
    background: #333333;
}

#gw_go_portfolio_settori .gw-gopf-style-flex a.gw-gopf-post-overlay-btn {
    background: #a10000;
    margin-left: 3px;
    margin-right: 3px;
}

#gw_go_portfolio_settori .gw-gopf-style-flex a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined {
    background: transparent;
    border-color: #a10000;
    color: #a10000;
}

#gw_go_portfolio_settori .gw-gopf-style-flex a.gw-gopf-post-overlay-btn:hover {
    background: #333333;
}

#gw_go_portfolio_settori .gw-gopf-style-flex a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined:hover {
    background: transparent;
    border-color: #333333;
    color: #333333;
}

#gw_go_portfolio_settori .gw-gopf-style-flex .gw-gopf-post-content-wrap {
    position: absolute;
    width: 100%;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

#gw_go_portfolio_settori .gw-gopf-style-flex .gw-gopf-post-content-wrap:before {
    background-color: #ffffff;
    opacity: 1;
}

#gw_go_portfolio_settori .gw-gopf-style-flex .gw-gopf-post-content {
    color: #333333;
    font-family: inherit;
    font-size: 12px;
    line-height: 15px;
    padding: 20px;
}

#gw_go_portfolio_settori .gw-gopf-style-flex .gw-gopf-post-content a {
    color: #a10000;
}

#gw_go_portfolio_settori .gw-gopf-style-flex .gw-gopf-post-content a:hover {
    color: #333333;
}

#gw_go_portfolio_settori .gw-gopf-style-flex .gw-gopf-post-content h2 {
    color: #333333 !important;
    font-family: open sans !important;
    font-size: 16px !important;
    line-height: 20px !important;
}

#gw_go_portfolio_settori .gw-gopf-style-flex .gw-gopf-post-content h2 a {
    color: inherit;
    font-size: inherit !important;
    line-height: inherit !important;
}

#gw_go_portfolio_settori .gw-gopf-style-flex .gw-gopf-post-content h2 a:hover {
    color: #a10000;
}

#gw_go_portfolio_settori .gw-gopf-style-flex .gw-gopf-post-meta {
    color: #787878;
    font-family: inherit;
    font-size: 11px;
    line-height: 15px;
}

#gw_go_portfolio_settori .gw-gopf-style-flex .gw-gopf-post-excerpt {
    font-family: inherit;
    font-size: 12px;
    line-height: 15px !important;
    margin-top: 15px
}

#gw_go_portfolio_settori .gw-gopf-style-flex .gw-gopf-post-excerpt p {
    font-family: inherit;
    font-size: 12px;
    line-height: 15px !important;
    margin: 0 0 15px !important;
    padding: 0 !important;
}

#gw_go_portfolio_settori .gw-gopf-style-flex .gw-gopf-post-excerpt p:last-child {
    margin: 0 !important;
    padding: 0 !important;
}

#gw_go_portfolio_settori .gw-gopf-style-flex .gw-gopf-post-more {
    margin-top: 15px;
}

#gw_go_portfolio_settori .gw-gopf-style-flex .gw-gopf-post-more a {
    color: #a10000;
    font-size: 12px;
    margin-top: 15px;
    font-weight: bold;
}

#gw_go_portfolio_settori .gw-gopf-style-flex .gw-gopf-post-more a:hover {
    color: #333333;
}

#gw_go_portfolio_settori .gw-gopf-style-flex .gw-gopf-post-more a.gw-gopf-btn {
    color: #ffffff;
    font-weight: normal;
    margin-top: -3px;
}

#gw_go_portfolio_settori .gw-gopf-style-flex .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined {
    color: #333333;
}

#gw_go_portfolio_settori .gw-gopf-style-flex .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined:hover {
    color: #a10000;
}

#gw_go_portfolio_settori .gw-gopf-style-flex .gw-gopf-post-more a.gw-gopf-btn {
    margin-left: 10px
}

#gw_go_portfolio_settori .gw-gopf-style-flex .gw-gopf-post-more a.gw-gopf-btn:first-child {
    margin-left: 0;
}

#gw_go_portfolio_settori .gw-gopf-style-flex .gw-gopf-post-content > *:first-child {
    margin-top: 0 !important;
}

#gw_go_portfolio_settori .gw-gopf-style-flex div.gw-gopf-post-highlight-box,
#gw_go_portfolio_settori .gw-gopf-style-flex div.gw-gopf-post-highlight-box:first-child {
    background: #a10000;
    padding: 20px;
    margin: -20px -20px 20px !important;
}

#gw_go_portfolio_settori .gw-gopf-style-flex .gw-gopf-post-highlight-box * {
    color: #ffffff !important;
}

#gw_go_portfolio_settori .gw-gopf-style-flex .gw-gopf-post-highlight-box a:hover {
    color: #333333 !important;
}

#gw_go_portfolio_settori .gw-gopf-style-flex .gw-gopf-woo-sale,
#gw_go_portfolio_settori .gw-gopf-touch.gw-gopf-style-flex .gw-gopf-post:hover .gw-gopf-woo-sale {
    background: #a10000;
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 10px;
    -moz-transition: opacity 0.1s ease-in-out;
    -ms-transition: opacity 0.1s ease-in-out;
    -o-transition: opacity 0.1s ease-in-out;
    -webkit-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out;
    width: 44px;
    z-index: 5;
}

#gw_go_portfolio_settori .gw-gopf-style-flex .gw-gopf-post:hover .gw-gopf-woo-sale,
#gw_go_portfolio_settori .gw-gopf-touch.gw-gopf-style-flex .gw-gopf-current.gw-gopf-post .gw-gopf-woo-sale {
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
}

#gw_go_portfolio_settori .gw-gopf-style-flex .gw-gopf-post-woo-price {
    color: #a10000;
    font-size: 22px;
    font-weight: bold;
    line-height: 22px;
    margin-top: 15px;
}

#gw_go_portfolio_settori .gw-gopf-style-flex .gw-gopf-post-woo-price del {
    background: none;
    color: #b8b8b8;
    font-size: 16px;
    line-height: 20px;
    margin-right: 5px;
    text-decoration: line-through;
}

#gw_go_portfolio_settori .gw-gopf-style-flex .gw-gopf-post-woo-price ins {
    background: none;
    text-decoration: none !important;
}

#gw_go_portfolio_settori .gw-gopf-style-flex-no-effect .gw-gopf-post-overlay-bg {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#gw_go_portfolio_settori .gw-gopf-style-flex-slide-up .gw-gopf-post-content-wrap {
    top: 100%;
}

#gw_go_portfolio_settori .gw-gopf-style-flex-slide-up .gw-gopf-post-overlay-bg {
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

#gw_go_portfolio_settori .gw-gopf-style-flex-slide-up .gw-gopf-post-content-wrap:before {
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

#gw_go_portfolio_settori .gw-gopf-style-flex-slide-up-full .gw-gopf-post-content-wrap:before {
    -webkit-border-radius: 3px;
}

#gw_go_portfolio_settori .gw-gopf-chrome.gw-gopf-style-flex-slide-up-full .gw-gopf-post-content-wrap:before {
    -webkit-border-radius: 0;
}

#gw_go_portfolio_settori .gw-gopf-style-flex-slide-up-full .gw-gopf-post-content-wrap,
#gw_go_portfolio_settori .gw-gopf-touch.gw-gopf-style-flex-slide-up-full .gw-gopf-post:hover .gw-gopf-post-content-wrap {
    top: 100%;
    height: 100%;
}

#gw_go_portfolio_settori .gw-gopf-style-flex-slide-up-full .gw-gopf-post:hover .gw-gopf-post-content-wrap,
#gw_go_portfolio_settori .gw-gopf-touch.gw-gopf-style-flex-slide-up-full .gw-gopf-current.gw-gopf-post .gw-gopf-post-content-wrap {
    top: 0;
}

#gw_go_portfolio_settori .gw-gopf-style-flex-slide-up-full .gw-gopf-post-overlay {
    display: none;
}

#gw_go_portfolio_settori .gw-gopf-style-flex-slide-push-up .gw-gopf-post-overlay-bg {
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

#gw_go_portfolio_settori .gw-gopf-style-flex-slide-push-up .gw-gopf-post-content-wrap:before {
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

#gw_go_portfolio_settori .gw-gopf-style-flex-slide-push-up .gw-gopf-post-content-wrap {
    top: 100%;
}

#gw_go_portfolio_settori .gw-gopf-style-flex-slide-push-up .gw-gopf-post-overlay {
    top: 0;
}

#gw_go_portfolio_settori .gw-gopf-style-flex-slide-push-up .gw-gopf-post-header {
    bottom: -100%;
    height: 100%;
    -moz-transition: height 0.3s ease-in-out, margin 0.3s ease-in-out;
    -ms-transition: height 0.3s ease-in-out, margin 0.3s ease-in-out;
    -o-transition: height 0.3s ease-in-out, margin 0.3s ease-in-out;
    -webkit-transition: height 0.3s ease-in-out, margin 0.3s ease-in-out;
    transition: height 0.3s ease-in-out, margin 0.3s ease-in-out;
}

#gw_go_portfolio_settori .gw-gopf-style-flex-slide-push-up .gw-gopf-post-overlay-bg {
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

#gw_go_portfolio_settori .gw-gopf-style-flex-slide-push-up-full .gw-gopf-post-content-wrap:before {
    -webkit-border-radius: 3px;
}

#gw_go_portfolio_settori .gw-gopf-chrome.gw-gopf-style-flex-slide-push-up-full .gw-gopf-post-content-wrap:before {
    -webkit-border-radius: 0;
}

#gw_go_portfolio_settori .gw-gopf-style-flex-slide-push-up-full .gw-gopf-post-content-wrap,
#gw_go_portfolio_settori .gw-gopf-touch.gw-gopf-style-flex-slide-push-up-full .gw-gopf-post:hover .gw-gopf-post-content-wrap {
    top: 100%;
    height: 100%;
}

#gw_go_portfolio_settori .gw-gopf-style-flex-slide-push-up-full .gw-gopf-post:hover .gw-gopf-post-content-wrap,
#gw_go_portfolio_settori .gw-gopf-touch.gw-gopf-style-flex-slide-push-up-full .gw-gopf-current.gw-gopf-post .gw-gopf-post-content-wrap {
    top: 0;
}

#gw_go_portfolio_settori .gw-gopf-style-flex-slide-push-up-full .gw-gopf-post-header {
    bottom: -100%;
    height: 100%;
    -moz-transition: height 0.3s ease-in-out, margin 0.3s ease-in-out;
    -ms-transition: height 0.3s ease-in-out, margin 0.3s ease-in-out;
    -o-transition: height 0.3s ease-in-out, margin 0.3s ease-in-out;
    -webkit-transition: height 0.3s ease-in-out, margin 0.3s ease-in-out;
    transition: height 0.3s ease-in-out, margin 0.3s ease-in-out;
}

#gw_go_portfolio_settori .gw-gopf-style-flex-slide-push-up-full .gw-gopf-post-overlay {
    display: none;
}

#gw_go_portfolio_settori .gw-gopf-style-flex-slide-down .gw-gopf-post-overlay-bg {
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

#gw_go_portfolio_settori .gw-gopf-style-flex-slide-down .gw-gopf-post-content-wrap:before {
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

#gw_go_portfolio_settori .gw-gopf-style-flex-slide-down .gw-gopf-post-content-wrap {
    bottom: 100%;
}

#gw_go_portfolio_settori .gw-gopf-style-flex-slide-down .gw-gopf-post-overlay {
    bottom: 0 !important;
}

#gw_go_portfolio_settori .gw-gopf-style-flex-slide-down .gw-gopf-post-overlay-bg {
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

#gw_go_portfolio_settori .gw-gopf-style-flex-slide-down-full .gw-gopf-post-content-wrap:before {
    -webkit-border-radius: 3px;
}

#gw_go_portfolio_settori .gw-gopf-chrome.gw-gopf-style-flex-slide-down-full .gw-gopf-post-content-wrap:before {
    -webkit-border-radius: 0;
}

#gw_go_portfolio_settori .gw-gopf-style-flex-slide-down-full .gw-gopf-post-content-wrap,
#gw_go_portfolio_settori .gw-gopf-touch.gw-gopf-style-flex-slide-down-full .gw-gopf-post:hover .gw-gopf-post-content-wrap {
    bottom: 100%;
    height: 100%;
}

#gw_go_portfolio_settori .gw-gopf-style-flex-slide-down-full .gw-gopf-post:hover .gw-gopf-post-content-wrap,
#gw_go_portfolio_settori .gw-gopf-touch.gw-gopf-style-flex-slide-down-full .gw-gopf-current.gw-gopf-post .gw-gopf-post-content-wrap {
    bottom: 0;
}

#gw_go_portfolio_settori .gw-gopf-style-flex-slide-down-full .gw-gopf-post-overlay {
    display: none;
}

#gw_go_portfolio_settori .gw-gopf-style-flex-slide-push-down .gw-gopf-post-overlay-bg {
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

#gw_go_portfolio_settori .gw-gopf-style-flex-slide-push-down .gw-gopf-post-content-wrap:before {
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

#gw_go_portfolio_settori .gw-gopf-style-flex-slide-push-down .gw-gopf-post-content-wrap {
    bottom: 100%;
}

#gw_go_portfolio_settori .gw-gopf-style-flex-slide-push-down .gw-gopf-post-header {
    top: -100%;
    height: 100%;
    -moz-transition: height 0.3s ease-in-out, margin 0.3s ease-in-out;
    -ms-transition: height 0.3s ease-in-out, margin 0.3s ease-in-out;
    -o-transition: height 0.3s ease-in-out, margin 0.3s ease-in-out;
    -webkit-transition: height 0.3s ease-in-out, margin 0.3s ease-in-out;
    transition: height 0.3s ease-in-out, margin 0.3s ease-in-out;
}

#gw_go_portfolio_settori .gw-gopf-style-flex-slide-push-down .gw-gopf-post-overlay-bg {
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

#gw_go_portfolio_settori .gw-gopf-style-flex-slide-push-down-full .gw-gopf-post-content-wrap:before {
    -webkit-border-radius: 3px;
}

#gw_go_portfolio_settori .gw-gopf-chrome.gw-gopf-style-flex-slide-push-down-full .gw-gopf-post-content-wrap:before {
    -webkit-border-radius: 0;
}

#gw_go_portfolio_settori .gw-gopf-style-flex-slide-push-down-full .gw-gopf-post-content-wrap,
#gw_go_portfolio_settori .gw-gopf-touch.gw-gopf-style-flex-slide-push-down-full .gw-gopf-post:hover .gw-gopf-post-content-wrap {
    bottom: 100%;
    height: 100%;
}

#gw_go_portfolio_settori .gw-gopf-style-flex-slide-push-down-full .gw-gopf-post:hover .gw-gopf-post-content-wrap,
#gw_go_portfolio_settori .gw-gopf-touch.gw-gopf-style-flex-slide-push-down-full .gw-gopf-current.gw-gopf-post .gw-gopf-post-content-wrap {
    bottom: 0;
}

#gw_go_portfolio_settori .gw-gopf-style-flex-slide-push-down-full .gw-gopf-post-header {
    top: -100%;
    height: 100%;
    -moz-transition: height 0.3s ease-in-out, margin 0.3s ease-in-out;
    -ms-transition: height 0.3s ease-in-out, margin 0.3s ease-in-out;
    -o-transition: height 0.3s ease-in-out, margin 0.3s ease-in-out;
    -webkit-transition: height 0.3s ease-in-out, margin 0.3s ease-in-out;
    transition: height 0.3s ease-in-out, margin 0.3s ease-in-out;
}

#gw_go_portfolio_settori .gw-gopf-style-flex-slide-push-down-full .gw-gopf-post-overlay {
    display: none;
}

#gw_go_portfolio_settori .gw-gopf-style-flex-slide-left-full .gw-gopf-post-content-wrap:before {
    -webkit-border-radius: 3px;
}

#gw_go_portfolio_settori .gw-gopf-chrome.gw-gopf-style-flex-slide-left-full .gw-gopf-post-content-wrap:before {
    -webkit-border-radius: 0;
}

#gw_go_portfolio_settori .gw-gopf-style-flex-slide-left-full .gw-gopf-post-content-wrap,
#gw_go_portfolio_settori .gw-gopf-touch.gw-gopf-style-flex-slide-left-full .gw-gopf-post:hover .gw-gopf-post-content-wrap {
    left: 100%;
    height: 100%;
    top: 0;
}

#gw_go_portfolio_settori .gw-gopf-style-flex-slide-left-full .gw-gopf-post:hover .gw-gopf-post-content-wrap,
#gw_go_portfolio_settori .gw-gopf-touch.gw-gopf-style-flex-slide-left-full .gw-gopf-current.gw-gopf-post .gw-gopf-post-content-wrap {
    left: 0;
}

#gw_go_portfolio_settori .gw-gopf-style-flex-slide-left-full .gw-gopf-post-overlay {
    display: none;
}

#gw_go_portfolio_settori .gw-gopf-style-flex-slide-push-left-full .gw-gopf-post-content-wrap:before {
    -webkit-border-radius: 3px;
}

#gw_go_portfolio_settori .gw-gopf-chrome.gw-gopf-style-flex-slide-push-left-full .gw-gopf-post-content-wrap:before {
    -webkit-border-radius: 0;
}

#gw_go_portfolio_settori .gw-gopf-style-flex-slide-push-left-full .gw-gopf-post-content-wrap,
#gw_go_portfolio_settori .gw-gopf-touch.gw-gopf-style-flex-slide-push-left-full .gw-gopf-post:hover .gw-gopf-post-content-wrap {
    left: 100%;
    height: 100%;
    top: 0;
}
#gw_go_portfolio_settori .gw-gopf-style-flex-slide-push-left-full .gw-gopf-post:hover .gw-gopf-post-content-wrap,
#gw_go_portfolio_settori .gw-gopf-touch.gw-gopf-style-flex-slide-push-left-full .gw-gopf-current.gw-gopf-post .gw-gopf-post-content-wrap {
    left: 0;
}
#gw_go_portfolio_settori .gw-gopf-style-flex-slide-push-left-full .gw-gopf-post-overlay {
    display: none;
}
#gw_go_portfolio_settori .gw-gopf-style-flex-slide-push-left-full .gw-gopf-post-header,
#gw_go_portfolio_settori .gw-gopf-touch.gw-gopf-style-flex-slide-push-left-full .gw-gopf-post:hover .gw-gopf-post-header {
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    -moz-transition: left 0.3s ease-in-out, margin 0.3s ease-in-out;
    -ms-transition: left 0.3s ease-in-out, margin 0.3s ease-in-out;
    -o-transition: left 0.3s ease-in-out, margin 0.3s ease-in-out;
    -webkit-transition: left 0.3s ease-in-out, margin 0.3s ease-in-out;
    transition: left 0.3s ease-in-out, margin 0.3s ease-in-out;
}
#gw_go_portfolio_settori .gw-gopf-style-flex-slide-push-left-full .gw-gopf-post:hover .gw-gopf-post-header,
#gw_go_portfolio_settori .gw-gopf-touch.gw-gopf-style-flex-slide-push-left-full .gw-gopf-current.gw-gopf-post .gw-gopf-post-header {
    margin-left: -100%;
    margin-right: 100%;
}
#gw_go_portfolio_settori .gw-gopf-style-flex-slide-right-full .gw-gopf-post-content-wrap:before {
    -webkit-border-radius: 3px;
}
#gw_go_portfolio_settori .gw-gopf-chrome.gw-gopf-style-flex-slide-right-full .gw-gopf-post-content-wrap:before {
    -webkit-border-radius: 0;
}
#gw_go_portfolio_settori .gw-gopf-style-flex-slide-right-full .gw-gopf-post-content-wrap,
#gw_go_portfolio_settori .gw-gopf-touch.gw-gopf-style-flex-slide-right-full .gw-gopf-post:hover .gw-gopf-post-content-wrap {
    left: -100%;
    height: 100%;
    top: 0;
}
#gw_go_portfolio_settori .gw-gopf-style-flex-slide-right-full .gw-gopf-post:hover .gw-gopf-post-content-wrap,
#gw_go_portfolio_settori .gw-gopf-touch.gw-gopf-style-flex-slide-right-full .gw-gopf-current.gw-gopf-post .gw-gopf-post-content-wrap {
    left: 0;
}
#gw_go_portfolio_settori .gw-gopf-style-flex-slide-right-full .gw-gopf-post-overlay {
    display: none;
}
#gw_go_portfolio_settori .gw-gopf-style-flex-slide-push-right-full .gw-gopf-post-content-wrap:before {
    -webkit-border-radius: 3px;
}
#gw_go_portfolio_settori .gw-gopf-chrome.gw-gopf-style-flex-slide-push-right-full .gw-gopf-post-content-wrap:before {
    -webkit-border-radius: 0;
}
#gw_go_portfolio_settori .gw-gopf-style-flex-slide-push-right-full .gw-gopf-post-content-wrap,
#gw_go_portfolio_settori .gw-gopf-touch.gw-gopf-style-flex-slide-push-right-full .gw-gopf-post:hover .gw-gopf-post-content-wrap {
    left: -100%;
    height: 100%;
    top: 0;
}
#gw_go_portfolio_settori .gw-gopf-style-flex-slide-push-right-full .gw-gopf-post:hover .gw-gopf-post-content-wrap,
#gw_go_portfolio_settori .gw-gopf-touch.gw-gopf-style-flex-slide-push-right-full .gw-gopf-current.gw-gopf-post .gw-gopf-post-content-wrap {
    left: 0;
}
#gw_go_portfolio_settori .gw-gopf-style-flex-slide-push-right-full .gw-gopf-post-overlay {
    display: none;
}
#gw_go_portfolio_settori .gw-gopf-style-flex-slide-push-right-full .gw-gopf-post-header,
#gw_go_portfolio_settori .gw-gopf-touch.gw-gopf-style-flex-slide-push-right-full .gw-gopf-post:hover .gw-gopf-post-header {
    margin-left: 0;
    margin-right: 0;
    height: 100%;
    -moz-transition: left 0.3s ease-in-out, margin 0.3s ease-in-out;
    -ms-transition: left 0.3s ease-in-out, margin 0.3s ease-in-out;
    -o-transition: left 0.3s ease-in-out, margin 0.3s ease-in-out;
    -webkit-transition: left 0.3s ease-in-out, margin 0.3s ease-in-out;
    transition: left 0.3s ease-in-out, margin 0.3s ease-in-out;
}
#gw_go_portfolio_settori .gw-gopf-style-flex-slide-push-right-full .gw-gopf-post:hover .gw-gopf-post-header,
#gw_go_portfolio_settori .gw-gopf-touch.gw-gopf-style-flex-slide-push-right-full .gw-gopf-current.gw-gopf-post .gw-gopf-post-header {
    margin-left: 100%;
    margin-right: -100%;
}*/


.portfolio{
    float: left;
    width: 100%;
    padding-bottom: 100px;
    padding-top: 50px;
}
.portfolio .item{
    float: left;
    width: 17%;
    margin: 0 15px;
    position: relative;
}
.portfolio .item img{
    border-radius: 5px;
}
.portfolio .item h3{
    float: left;
    width: 100%;
    background-color: #fff;
    text-align: center;
    font-size: 17px;
    position: absolute;
    bottom: -10px;
    padding: 25px 0;
    display: none;
}
.portfolio .item h3 a:hover{
    color: #A1000F;
}
.portfolio .item:hover h3{
    display: block;
}



.valvolesirsisono.list .item{
    width: 22% !important;
}



/* valvole a pinza */

.valvoleapinza .title{
    font-size: 28px;
    color: #a10000;
    line-height: 1;
    text-align: left;
    float: left;
    width: 100%;
}
.valvoleapinza .codeless_separator .separator {
    width: 100%;
    height: 2px;
    background: #e2e2e2;
    margin-top: 0px;
    margin-bottom: 30px;
    float: left;
    padding: 0;
}
.product-category{
    float: left;
    width: 100%;
    padding-bottom: 20px;
}
.product-category .item{
    float: left;
    width: 13%;
    margin-right: 38px;
}
.product-category .item h2{
    font-size: 14px;
    text-align: center;
    margin-top: 0;
}
.product-category .item .overlay{
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
}
.product-category .item .overlay .icon{
    position: absolute;
    top:45%;
    left: 35%;
    z-index: 999;
    display: none;
}
.product-category .item .overlay .icon img{
    border-radius: 50%;
    background-color: #B1130A;
}
.product-category .item .overlay:after {
    position: absolute;
    content:"";
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity:0;
    background-color: #000;
}
.product-category .item .overlay:hover:after  {
    opacity: 0.5;
}

.product-category .item .overlay:hover .icon{
    display: block !important; 
}

.product-category .item .overlay a img{
    background-color: red;
}


/*#product-category .wrap-inner { margin-left:-60px;}
#product-category .gw-gopf-filter-opacity .gw-gopf-col-wrap.gw-gopf-disabled { filter:alpha(opacity=30) !important;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)" !important;-khtml-opacity:0.3 !important;-moz-opacity:0.3 !important;opacity:0.3 !important; }
#product-category .gw-gopf-post-col { margin-left:60px;}
#product-category .gw-gopf-cats { margin-bottom:20px !important; }
#product-category .gw-gopf-filter { margin-left:-6px; }
#product-category .gw-gopf-cats > span { margin-left:6px; }
#product-category .gw-gopf-slider-controls > div { margin-bottom:20px; }
#product-category .gw-gopf-slider-controls > div { margin-left:6px; }
#product-category .gw-gopf-post-overlay-bg { background-color:#333333; }
#product-category .gw-gopf-post-overlay-bg { filter:alpha(opacity=40);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";-khtml-opacity:0.4;-moz-opacity:0.4;opacity:0.4; }
#product-category .gw-gopf-post-content { text-align:center; }
#product-category .gw-gopf-post-more { text-align:center; }
#product-category .gw-gopf-pagination-wrapper { padding-top:20px; }
#product-category .gw-gopf-post-media-wrap { background-position:50% 50%; }
#product-category .style-vario .gw-gopf-btn {color:#ffffff;background:#a10000;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 9px;position:relative;text-align:left;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;text-decoration:none !important;} #product-category .style-vario a.gw-gopf-btn.gw-gopf-btn-outlined {color:#a10000;background:transparent;border:solid 1px #a10000;height:27px;line-height:27px;padding:0 8px;} #product-category .style-vario a.gw-gopf-btn:hover {color:#ffffff;background:#333333;} #product-category .style-vario a.gw-gopf-btn.gw-gopf-btn-outlined:hover {color:#333333;background:transparent;border-color:#333333;} #product-category .style-vario a.gw-gopf-circle {-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;display:inline-block;height:44px;line-height:44px;position: relative;margin-left:3px;margin-right:3px;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;width:44px;} #product-category .style-vario .gw-gopf-cats > span a {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;} #product-category .style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;} #product-category .style-vario .gw-gopf-cats > span.gw-gopf-current a { background:#a10000;} #product-category .style-vario .gw-gopf-cats > span.gw-gopf-current a.gw-gopf-btn-outlined  { background:transparent;border-color:#a10000;color:#a10000;} #product-category .style-vario .gw-gopf-cats > span a:hover { background:#787878;} #product-category .style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;} #product-category .style-vario .gw-gopf-slider-controls > div a {background:#a10000;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:table-cell;height:29px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;vertical-align:middle;width:28px;} #product-category .style-vario .gw-gopf-slider-controls > div a:hover {background:#333333;} #product-category .style-vario .gw-gopf-slider-controls > div a.disabled {background:#333333;} #product-category .style-vario a.gw-gopf-pagination-load-more {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;} #product-category .style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;} #product-category .style-vario a.gw-gopf-pagination-load-more:hover { background:#787878;} #product-category .style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;} #product-category .style-vario .gw-gopf-post {-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;-moz-box-shadow:0 0 0px 0px rgba(0,0,0,0);-o-box-shadow:0 0 0px 0px rgba(0,0,0,0);-webkit-box-shadow:0 0 0px 0px rgba(0,0,0,0);box-shadow:0 0 0px 0px rgba(0,0,0,0);overflow:hidden;} #product-category .style-vario .gw-gopf-post-media-wrap {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;} #product-category .style-vario .gw-gopf-post-overlay-bg {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;} #product-category .style-vario a.gw-gopf-post-overlay-circle { background:#a10000;} #product-category .style-vario a.gw-gopf-post-overlay-circle:hover { background:#333333;} #product-category .style-vario a.gw-gopf-post-overlay-btn {background:#a10000;margin-left:3px;margin-right:3px;} #product-category .style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined  {background:transparent;border-color:#a10000;color:#a10000;} #product-category .style-vario a.gw-gopf-post-overlay-btn:hover {background:#333333;} #product-category .style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined:hover {background:transparent;border-color:#333333;color:#333333;} #product-category .style-vario .gw-gopf-post-content-wrap:before { -moz-border-radius-bottomleft:0px;-moz-border-radius-bottomright:0px;-webkit-border-bottom-left-radius:0px;-webkit-border-bottom-right-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;background-color:#ffffff;opacity:1;} #product-category .style-vario .gw-gopf-post-content { color:#333333;font-family:inherit;font-size:12px;line-height:15px;padding:10px;} #product-category .style-vario .gw-gopf-post-content a {color:#a10000;} #product-category .style-vario .gw-gopf-post-content a:hover {color:#333333;} #product-category .style-vario .gw-gopf-post-content h2 {color:#333333 !important;font-family:inherit !important;font-size:14px !important;line-height:15px !important;} #product-category .style-vario .gw-gopf-post-content h2 a { color:inherit;font-size:inherit !important;line-height:inherit !important;} #product-category .style-vario .gw-gopf-post-content h2 a:hover { color:#a10000; } #product-category .style-vario .gw-gopf-post-meta {color:#a10000;font-family:inherit;font-size:11px;line-height:15px;} #product-category .style-vario .gw-gopf-post-excerpt { font-family:inherit;font-size:12px;line-height:15px !important;margin-top:15px} #product-category .style-vario .gw-gopf-post-excerpt p {font-family:inherit;font-size:12px;line-height:15px !important;margin:0 0 15px !important;padding:0 !important;} #product-category .style-vario .gw-gopf-post-excerpt p:last-child { margin:0 !important;padding:0 !important;} #product-category .style-vario .gw-gopf-post-more { margin-top:15px; } #product-category .style-vario .gw-gopf-post-more a {color:#a10000;font-size:12px;margin-top:15px;font-weight:bold;} #product-category .style-vario .gw-gopf-post-more a:hover {color:#333333;font-size:12px;font-weight:bold;} #product-category .style-vario .gw-gopf-post-more a.gw-gopf-btn {color:#ffffff;font-weight:normal;margin-top:-3px;} #product-category .style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined { color:#a10000; } #product-category .style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined:hover { color:#333333; } #product-category .style-vario .gw-gopf-post-more a.gw-gopf-btn { margin-left:10px } #product-category .style-vario .gw-gopf-post-more a.gw-gopf-btn:first-child { margin-left:0; } #product-category .style-vario .gw-gopf-post-content > *:first-child { margin-top:0 !important; } #product-category .style-vario div.gw-gopf-post-highlight-box, #product-category  .style-vario div.gw-gopf-post-highlight-box:first-child{background:#a10000;padding:10px;margin:-10px -10px 10px !important;} #product-category .style-vario .gw-gopf-post-highlight-box * { color:#ffffff !important;} #product-category .style-vario .gw-gopf-post-highlight-box a:hover { color:#333333 !important;} #product-category .style-vario .gw-gopf-woo-sale, #product-category  .gw-gopf-touch.style-vario .gw-gopf-post:hover .gw-gopf-woo-sale {background:#a10000;-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;color:#ffffff;display:inline-block;font-size:12px;height:44px;line-height:44px;position:absolute;right:10px;text-align:center;top:10px;-moz-transition:opacity 0.1s ease-in-out;-ms-transition:opacity 0.1s ease-in-out;-o-transition:opacity 0.1s ease-in-out;-webkit-transition:opacity 0.1s ease-in-out;transition:opacity 0.1s ease-in-out;width:44px;z-index:5;} #product-category .style-vario .gw-gopf-post:hover .gw-gopf-woo-sale, #product-category .gw-gopf-touch.style-vario .gw-gopf-current.gw-gopf-post .gw-gopf-woo-sale { filter:alpha(opacity=50); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; -khtml-opacity:0.5; -moz-opacity:0.5; opacity:0.5; } #product-category .style-vario .gw-gopf-post-woo-price {color:#a10000;font-size:22px;font-weight:bold;line-height:22px;margin-top:15px;} #product-category .style-vario .gw-gopf-post-woo-price del {background:none;color:#b8b8b8;font-size:14px;line-height:15px;margin-right:8px;text-decoration:line-through;} #product-category .style-vario .gw-gopf-post-woo-price ins { background:none;text-decoration:none !important;}
*/


.separators .sep_holder {
    height: 2px;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 10%;
    background-color: #A0A0A0;
}
.separators h4 {
    line-height: 1em;
    font-size: 100%;
    margin: 0;
    word-wrap: break-word;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding: 0 10px;
}
.sep_pos_align_center {
    margin-left: auto;
    margin-right: auto;
}
.separators {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 50px;
}
.separators.bottom{
    padding-bottom: 10px;
}
.vantaggidelle{
    padding-bottom: 80px;
}
.vantaggidelle .left{
    float: left;
    width: 55%;
    padding: 0 15px;
}
.vantaggidelle .right{
    float: left;
    width: 45%;
    padding: 0 15px;
}
.vantaggidelle p{
    text-align: justify;
}
.vantaggidelle a{
    float: left;
    color: #A10000;
    padding-top: 50px;
}
.valvoleapinzasirisi{
    float: left;
    width: 100%;
    box-shadow: 1px 1px 18px 0px #E6E6E6;
    -webkit-box-shadow: 1px 1px 18px 0px #E6E6E6;
    -moz-box-shadow: 1px 1px 18px 0px #E6E6E6;
    -o-box-shadow: 1px 1px 18px 0px #E6E6E6;
    padding: 10px;
}
.valvoleapinzasirisi .innerbox{
    background-color: #E2E2E2;
    padding: 10px;
    float: left;
    width: 100%;
    padding-right: 20px;
}
.valvoleapinzasirisi .innerbox h1{
    font-size: 20px;
    color: #777777;
    line-height: 1;
    text-align: center;
}
.valvoleapinzasirisi .innerbox ul{
    list-style: none;
    padding-left: 0;
}
.valvoleapinzasirisi ul p{
    font-size: 14px;
}
.valvoleapinza .settoriindustriali{
    padding-top: 0;
}
.settoriindustriali{
    float: left;
    width: 100%;
}
.settoriindustriali .button{
    padding-top: 20px;
}
.valvoleapinza .valvolesirsisono{
    padding-top: 20px;
}
.settoriindustriali h2{
    padding-bottom: 20px;
}

.valvolesirsisono .portfolio .item {
    float: left;
    width: 17%;
    margin: 0 15px;
    position: relative;
    padding-bottom: 30px;
}

/* single product */
.singleproduct{
    float: left;
    width: 100%;
}
.singleproduct h1{
    font-size: 40px;
    color: #a10000;
    line-height: 2;
    text-align: left;
}
.singleproduct .codeless_separator span {
    width: 100%;
    height: 3px;
    background: #e2e2e2;
    margin-top: 0px;
    margin-bottom: 0px;
    float: left;
}
.singleproduct .right a{
    float: left;
    width: 100%;
    text-align: center;
}
.singleproduct .right h2{
    text-align: center; 
    font-size: 14px;
}
.productimage{
    padding-bottom: 40px;
}
.caratteristichedimensioni{
    padding-bottom: 50px;
    padding-top: 50px;
}

.contacttext{
    float: left;
    width: 100%;
    background-color: #1C1C1C;
    border-bottom: 1px solid #fff;
    padding: 20px 0;
    margin-top: 50px;
}
.contacttext h4{
    color: #fff;
    float: left;
}
.contacttext .conbtn{
    float: right;
}
.contacttext .conbtn a{
    background-color: #C4C4C4;
    border-radius: 3px;
    padding: 12px 40px;
    color: #1C1C1C;
    text-transform: uppercase;
    font-size: 16px;
    position: relative;
    top:10px;
    border: 1px solid #C4C4C4;
}
.contacttext .conbtn a:hover{
    color: #fff;
    border: 1px solid #fff;
    background-color: #626262;
}



/* Single Portfolio */
.singleportfolio{
    padding-bottom: 100px;
    padding-top: 100px;
}
.singleportfolio h1{
    font-size: 30px;
    color: #a10000;
    line-height: 1;
    text-align: left;
}
.singleportfolio p{
    padding-top: 20px;
}
.singleportfolio h5{
    text-align: center;
    padding: 20px 0;
}
/* Single Post Navigation */
.nav-growpop .icon-wrap {
    background: #a10000;
}
.nav-growpop a {
    position: fixed;
    top: 50%;
    display: block;
    outline: none;
    text-align: left;
    z-index: 9999999;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.nav-growpop a.prev {
    left: 0;
}
.nav-growpop a.next {
    right: 0;
}
.nav-growpop a i {
    display: block;
    margin: 0 auto;
    padding: 0;
    font-size: 24px;
    width: 17px;
    text-align: center;
    color: #fff;
}
.nav-growpop .icon-wrap {
    position: relative;
    z-index: 100;
    display: block;
    padding: 16px 5px;
    -webkit-transition: border-width 0.3s 0.15s;
    transition: border-width 0.3s 0.15s;
}
.nav-growpop .icon {
    color:#fff;
}
.nav-growpop div {
    position: absolute;
    top: 50%;
    padding: 20px;
    width: 440px;
    height: 144px;
    background: #fff;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
}
.nav-growpop a.prev div {
    left: 0;
    padding: 23px 98px 0px 34px;
    width: 270px;
    height: 63px;
    text-align: right;
    -webkit-transform: translateY(-50%) translateX(-100%) scale(0.75);
    transform: translateY(-50%) translateX(-100%) scale(0.75);
}
.nav-growpop a.next div {
    right: 0;
    padding: 23px 34px 0px 98px;
    width: 270px;
    height: 63px;
    -webkit-transform: translateY(-50%) translateX(100%) scale(0.75);
    transform: translateY(-50%) translateX(100%) scale(0.75);
}
.nav-growpop h3 {
    margin: 0;
    padding: 8px 0 10px;
    color: #222;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    padding-top:0;
    margin-top:0;
}
.nav-growpop div p {
    margin: 0;
    color: #999;
    font-style: italic;
    font-size: 13px;
}
.nav-growpop img {
    position: absolute;
    top: 10px;
    width: 65px;
    height: 65px;
}
.nav-growpop a.prev img {
    right: 12px;
}
.nav-growpop a.next img {
    left: 12px;
}
.nav-growpop a:hover .icon-wrap {
    border-top-width: 15px !important;
    border-bottom-width: 15px;
    padding: 30px 5px;
    -webkit-transition-delay: 5s;
    transition-delay: 5s;

}
.nav-growpop a:hover div {
    opacity: 1;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transform: translateY(-50%) translateX(0) scale(1);
    transform: translateY(-50%) translateX(0) scale(1);
}


.granigliatriciturbina{
    float: left;
    width: 100%;
}
.granigliatriciturbina h1.title{
    text-align: center;
    color: #a10000;
}
.granigliatriciturbina .codeless_separator span {
    width: 100%;
    height: 3px;
    background: #e2e2e2;
    margin-top: 20px;
    margin-bottom: 30px;
    float: left;
}
.granigliatriciturbina .left{
    background-color: #E0E0E0;
    float: left;
    width: 100%;
    padding: 10px;
}
.granigliatriciturbina .leftmennu{
    padding: 0;
}
.granigliatriciturbina .heading span{
    color: #a10000;
}
.granigliatriciturbina .leftmennu .separator{
    width: 100%;
    height: 1px;
    background: #000;
    margin-top: 5px;
    margin-bottom: 8px;
    float: left;
}
.granigliatriciturbina .left a:hover{
    color: #A10000;
}

.granigliatriciturbina .downloadpdf{
    color: #fff !important;
    padding: 12px 22px;
    background-color: #555555;
    border-radius: 5px;
    float: left;
    font-size: 14px;
    margin-top: 20px;
}
.granigliatriciturbina .downloadpdf:hover{
    background-color: #A10000;
}

.impianti{
    float: left;
    width: 100%;
    padding-top: 100px;
}
.impianti .overlay:hover{
    opacity: 0.8;
}
.impianti h5{
    padding: 15px 0;
    border-bottom: 3px solid #999999;
    height: 60px;
    overflow: hidden;
}
.impianti .item{
    padding-bottom: 20px;
}


/* granigliatrici-turbina a gancio */

.granigliatriciturbinagancio{
    float: left;
    width: 100%;
}
.granigliatriciturbinagancio h1.title{
    font-size: 28px;
    color: #a10000;
    line-height: 30px;
    text-align: left;
    text-transform: uppercase;
}
.granigliatriciturbinagancio .codeless_separator span.separator{
    width:100%;  
    height:2px;  
    background:#999999;  
    margin-top:32px; 
    margin-bottom:32px;  
    float:left;
}
.granigliatriciturbinagancio h2{
    text-align: center;
    padding-bottom: 20px;
}


.gallery{
    float: left;
    width: 100%;
    padding-bottom: 20px;
}
.gallery .item div{
    float: left;
    width: 50%;
    padding: 5px;
}

.gallery .item a span{
    overflow: hidden!important;
    width: 100% !important;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery .item a span img{
    width: auto;
    height: auto;
    max-width: 370px;
}

.pp_social{
    display: none;
}
.owl-carousel{
    display: block !important;
}

.leftpdflink{
    padding-right: 32px !important;
}
.leftpdflink .inverse {
    padding: 10px;
    float: left;
    width: 100%;
    text-align: center;
}
.slidertextlayer {
    font-size: 17px !important;
}

.dovesiamo{
    padding-bottom: 80px;
}
.dovesiamo .googlemap{
    float: left;
    width: 100%;
}

.dovesiamoinfo{
    float: left;
    width: 100%;
    text-align: center;
    font-weight: bold;
    padding: 150px 0px;
}
.dovesiamoinfo .button {
    padding-top: 20px;
}


/* Accessori per valvole */

.accessori .left ul{
    list-style: none;
    padding-left: 0;
}
.accessori .left ul li{
    padding-bottom: 5px;
    font-size: 14px;
}
.accessori .left ul li i{
    margin-right: 10px;
    color: #A10000;
    font-weight: bold;
}

.accessori .right ul{
    list-style: none;
    padding-left: 0;
}
.accessori_contact{
    float: left;
    width: 100%;
    background-color: #ebebeb;
    padding-top: 40px;
    padding-bottom: 40px;
    box-shadow: -1px 0px 20px 10px #C4C4C4;
    margin-top: 50px;
    margin-bottom: 70px;
}
.accessori_contact p{
    font-size: 22px;
    padding-bottom: 20px;
}


