.a-tile{
    padding:50px 0;
} 
.tile-feature {
    width: 100%;
    padding: 50px 0;
    display: inline-block;
    position: relative;
    text-align:left;
}
.tile-feature .table{
    margin-top:40px;
}
.tile-feature table tbody td {
    padding: 30px 0;
    border-top: 0;
    color: #3a3a3a;
}
.tile-feature table ul {
    list-style-type: none;
}
#treading {
    width: 100%;
    display:inline-block;
    position: relative;
    background: #366c8e;
    padding-bottom: 60px;
}
#treading .a_ps {
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    padding-top: 120px;
    padding-left: 250px;
    text-transform: uppercase;
    margin: 0px;
}
#treading .a_pt {
    font-size: 35px;
    margin: 0px;
    padding-left: 250px;
    color: #fff;
}
#treading .treading_img {
    width: 45%;
    margin: 0 auto;
}
#treading .treading_des {
    padding-top: 250px;
}
#treading .treading_des p {
    line-height: 30px;
    font-size: 18px;
    color: #fff;
    width: 80%;
    letter-spacing: 1px;
}
#treading .tred_main {
    width: 100%;
    padding-top: 80px;
}
#treading .tred_main .tred_box {
    min-height: 180px;
    border-right: 1px solid #fff;
}
#treading .tred_main .tred_box .tred_img {
    padding-top: 20px;
    text-align: center;
}
#treading .tred_main .tred_box .tred_name {
    padding-top: 30px;
    position: relative;
    top: 30px;
}
#treading .tred_main .tred_box .tred_name .t_br {
    width: 25px;
    height: 2px;
    background: #fff;
    margin: 0 auto;
}
#treading .tred_main .tred_box .tred_name p {
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.brochure {
    text-align: left;
    width: 100%;
    display: inline-block;
    position: relative;
}
.brochure .text-link, .brochure .image-label a{
    font-weight:normal;
}
.download-row .download-list {
   
    width: 100%;
    display: inline-block;
    position: relative;
    padding-bottom:30px;
}
.brochure h4.editorial-title{
    margin-bottom:60px;
}
.contact-form h4.editorial-title{
    padding:0;
}
.contact-form h4.editorial-title:after{
    right:0;
    margin:auto;
}
.contact-form .abstract{
    width:100%;
    display:inline-block;
    position:relative;
    text-align:center;
    padding-top: 50px;
}
.contact-form .abstract p{
    text-align:center;
}
.contact-form .abstract p strong {
    padding-bottom: 30px;
    display: inline-block;
}
.fill-form{
    padding-top:40px;
}
.fill-form label{
    font-weight:normal;
}
.contact-form .abstract p i {
    font-size: 30px;
    color: #c72627;
    background: #005DA8;
    border-radius: 58px;
    margin-bottom: 20px;
    width: 70px;
    height: 70px;
    line-height: 70px;
}
input[type="checkbox"]{
    margin-top:8px;
}



@media (max-width:992px){
    #treading .a_ps{padding-top:30px;padding-left:0;}
    #treading .a_pt{padding-left:0;}
    #treading .treading_img{padding-top:50px;width:200px;}
    #treading .treading_des{padding-top:30px;}
    #treading .treading_des p{font-size:14px;width:100%;}
    #treading .tred_main{padding-top:30px;}
    #treading .tred_main .tred_box .tred_name{padding-top:0;}
    #treading{padding-bottom:30px;}
    .tile-feature{padding:40px 15px;}
    .tile-feature table tbody td{padding:10px 0;}
}


/*6  aug*/
ul.nav.nav-tabs.prd-detail-st li {
    width: 20%;
}
.nav-tabs.prd-detail-st>li.active>a{
    border: none;
}
ul.nav.nav-tabs.prd-detail-st>li.active {
    background: #f7f7f7;
}
.scheda-gamma .detis1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.scheda-gamma .deti1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 20%;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding: 20px;
    position: relative;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
.scheda-gamma .deti1 a {
    font-size: 12px;
}
.scheda-gamma .deti1 img {
    max-width: 100%;
    margin-bottom: 20px;
}
.prod-det {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    background: #f7f7f7;
    padding: 90px 20px;
    position: relative;
    /*display: none;*/
}
.prod-det .close {
    position: absolute;
    right: 30px;
    top: 30px;
    opacity: .5;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
}
.close {
    width: 24px;
    height: 24px;
    display: block;
    background-image: url(../img/close.png);
    background-size: cover;
}
.detis1 .tab-content>.active {
    display: block !important;
}
article.deti1.gamma-product span {
    font-size: 14px;
}





/*products1 st*/
a.pdr1 {
    width: 20%;
    display: inline-block;
}
a.pdr1:hover {
    background: #f6f8fa;
    box-shadow: 20px 50px 60px -40px grey;
}
.prod-det {
    padding: 67px 20px;
}
.inqui .fill-form {
    padding-top: 16px;
    background: #f1efef;
    margin: 12px 0;
    padding: 19px;
}


#slider-text{
  padding-top: 40px;
  display: block;
}
#slider-text .col-md-6{
  overflow: hidden;
}

#slider-text h2 {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
  font-size: 30px;
  letter-spacing: 3px;
  margin: 30px auto;
  padding-left: 40px;
}
#slider-text h2::after{
  border-top: 2px solid #c7c7c7;
  content: "";
  position: absolute;
  bottom: 35px;
  width: 100%;
  }

#itemslider h4{
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin: 10px auto 3px;
    text-transform: uppercase;
}
#itemslider h5{
  font-family: 'Josefin Sans', sans-serif;
  font-weight: bold;
  font-size: 12px;
  margin: 3px auto 2px;
}
h3.title.pd1 {
    color: #366c8e;
    /*text-align: center;
    margin: 0;
    padding: 0;*/
}
#itemslider h6{
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;;
  font-size: 10px;
  margin: 2px auto 5px;
}
.badge {
  background: #b20c0c;
  position: absolute;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  line-height: 31px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  font-size: 14px;
  border: 2px solid #FFF;
  box-shadow: 0 0 0 1px #b20c0c;
  top: 5px;
  right: 25%;
}
#slider-control img{
  /*padding-top: 60%;*/
  margin: 0 auto;
}
@media screen and (max-width: 992px){
#slider-control img {
  padding-top: 70px;
  margin: 0 auto;
}
}

.carousel-showmanymoveone .carousel-control {
  width: 4%;
  background-image: none;
  top: 40%;
}
.carousel-showmanymoveone .carousel-control.left {
  margin-left: 5px;
}
.carousel-showmanymoveone .carousel-control.right {
  margin-right: 5px;
}
.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3,
.carousel-showmanymoveone .cloneditem-4,
.carousel-showmanymoveone .cloneditem-5 {
  display: none;
}
@media all and (min-width: 768px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -50%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 50%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
    display: block;
  }
}
@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
@media all and (min-width: 992px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -16.666%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 16.666%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-2,
  .carousel-showmanymoveone .carousel-inner .cloneditem-3,
  .carousel-showmanymoveone .carousel-inner .cloneditem-4,
  .carousel-showmanymoveone .carousel-inner .cloneditem-5,
  .carousel-showmanymoveone .carousel-inner .cloneditem-6  {
    display: block;
  }
}
@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    /*-webkit-transform: translate3d(16.666%, 0, 0);*/
    /*transform: translate3d(16.666%, 0, 0);*/
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    /*-webkit-transform: translate3d(-16.666%, 0, 0);*/
    /*transform: translate3d(-16.666%, 0, 0);*/
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    /*-webkit-transform: translate3d(0, 0, 0);*/
    /*transform: translate3d(0, 0, 0);*/
    left: 0;
  }
}

/*.carousel-showmanymoveone .carousel-control {
    width: 11%;
    background-image: none;
    top: 30%;
}*/
h3.title.pd1 {
    color: #366c8e;
    margin: 0;
    padding: 0;
    text-align: center;
}
.prod-det {
    padding: 0px 0px;
}
.col-md-12.mt-50 {
    margin: 50px 0 0;
}
.col-md-12.mt-50 .col-md-5 {
    margin: 0;
    padding: 0;
}
a.in-prd {
    display: block;
    margin: 15px 0 0;
    width: 53%;
    text-align: center;
    background: #275877;
    color: white;
    font-size: 15px;
    padding: 4px;
}
.frm-pd .fill-form {
    padding-top: 0;
}
.panaria-usa .scheda-gamma .frm-pd .btn:after {
    background: #275877;
}
.panaria-usa .scheda-gamma .frm-pd .btn{
    color: #ffffff
}
.frm-pd label {
    font-size: 14px;
}
.frm-pd .input-lg, 
.frm-pd .input-group-lg>.form-control,
.frm-pd .input-group-lg>.input-group-addon,
.frm-pd .input-group-lg>.input-group-btn>.btn{
        height: 31px;
}
.frm-pd button#btnSubmit {
    padding: 7px 10px;
    margin: 11px 0 9px;
        text-transform: capitalize;
        letter-spacing: 1px;
}
.mt-50 .certi {
    display: inline-flex;
}
.frm-pd h4 {
    color: #275877;
}

/*15-8*/
.item h4{
    padding-top: 15px;
    font-size: 15px;
}

.c-title {
    background-color: #366c8e !important;
}
.cal-title {
    background-color: #366c8e !important;
}
.list li i {
    color: #366c8e;
}
.magazine-listing .thumb-component .info-top{
    padding-left:0px;
}
article.thumb-component.col-lg-4.col-md-6 h4.title.title-sans {
    padding-left: 0;
}

a.in-prd {
    display: inline-block;
    margin: 15px 10px 0 0;
    width: auto;
    text-align: center;
    background: #275877;
    color: white;
    font-size: 15px;
    padding: 4px 15px;
}
.frm-pd button#btnSubmit {
    /*padding: 7px 16px;*/
    margin: 11px 0 9px;
    text-transform: capitalize;
    letter-spacing: 1px;
    min-width: auto;
}


.frm-pd h4 {
    color: #275877;
    font-size: 19px;
    margin-bottom: 9px;
    /* border-bottom: 1px solid darkgray; */
    font-weight: 600;
}
.row.load_more_view {
text-align: center;
display: inline-block;
width: 100%;
margin: auto;
}

.fa-fw {

width: auto;
float: none;
}
.frm-pd .input-lg, .frm-pd .input-group-lg>.form-control, .frm-pd .input-group-lg>.input-group-addon, .frm-pd .input-group-lg>.input-group-btn>.btn {
    height: 31px;
    margin: 12px 0;
}
.frm-pd textarea.form-control {
    margin: 0px 0;
}
.fmt .row.cer1 div{
  padding: 0 45px;
    line-height: 6;
    background: #f7f7f7;
}
.fmt .row.cer1 {
    column-count: 7;
    display: inline-block;
    float: left;
    margin: 70px 0 70px;
}
p.news-ad {
    padding: 0 0;
}
section.head-banner {
    background-size: cover;
    background-position: center;
}

.scheda-gamma {
    padding-bottom: 0;
    padding-top: 0;
}
.main-nav .panaria-logo a {
    float: left;
    padding-left: 22px;
}
.main-nav .panaria-logo {
    position: absolute;
    width: 100%;
    display: inline-block;
    text-align: center;
    height: 90px;
}
.main-nav .nav-left {
    float: right;
}
.main-nav__group a {
    padding: 0 30px !important;
}
img.logo-h {
    width: auto !important;
    height: 90px;
}
.fmt h2 {
    text-align: center;
    text-transform: uppercase;
    color: #005DA8;
    font-size: 40px;
}
.fmt .row.cer1 {
    column-count: 7;
    display: inline-block;
    float: left;
    margin: 40px 0 70px;
}
.fmt {
    margin-top: 50px;
}
p.news-ad {
    padding: 0 !important;
}



/*17 aug*/
span.con-t {
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #2b2b2b;
}
span.date {
    font-size: 15px;
    font-weight: 600;
    color: #949494;
}
section.section-news.magazine-listing h4 {
    padding: 0;
}
.magazine-listing .thumb-component figure {
    margin-bottom: 30px;
    height: 200px;
    display: block;
    width: 100%;
    position: relative;
}
.magazine-listing .thumb-component figure img {
    width: 100%;
    display: flex;
    margin: auto;
    padding: auto;
}
.selectbar-item {
    height: 89px;
}
.selectbar-list a {
    font-size: 14px;
    height: 40px;
    line-height: 41px;
}
.selectbar-list{
    height: 93px;
    max-height: 201px;
}
.abstract .col-md-4 a {
    font-family: sans-serif;
    font-weight: 500;
}

.slick-initialized .slick-slide {
    padding: 0;
}






/*7 oct 2020*/

.index_box5 .title.e1 h2 {
    background: transparent;
}
.col_box.title.e1:before {
    content: '';
    position: absolute;
    left: 0;
    width: 5%;
    height: 129px;
    background: #366c8e;
}
h2.title {
    font-family: 'Helvetica';
    font-weight: lighter;
    font-size: 40px;
    margin-bottom: 7%;
    text-transform: uppercase;
}
.sc-ne1-sb2 {
    width: 100%;
    position: relative;
    display: block;
}
img.sc-ne1-sb2-img {
    position: absolute;
    right: 0;
    left: 16%;
}
.sc-ne1-sb2:before {
    content: '';
    position: absolute;
    right: 0;
    width: 88%;
    height: 427px;
    background: #005DA8;
    top: -39px;
    left: 28%;
}
.sc-ne1-sb1 {
    padding-left: 10%;
}
.sc-ne1-sb1 p,
.sc-ne1-sb1 a {
    padding-left: 11%;
}
.sc-ne1-sb1:before {
    content: '';
    position: absolute;
    width: 6%;
    height: 145px;
    background: #c72627;
    left: 11%;
    top: -39px;
    z-index: -1;
}
.mt-100{
  margin-top: 100px;
}
.mb-100{
  margin-bottom: 100px;
}
.mb-70{
  margin-bottom: 70px;
}
.sc-ne2-sb1 {
    text-align: center;
    font-family: inherit;
    position: relative;
    margin: 10% 0;
}
.single-coutnerup span {
    font-size: 36px;
}
.single-coutnerup h4 {
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 3%;
    color: #000000c4;
}
.sc-ne3-sb1 {
    background: #366c8e;
    color: white;
    padding: 13% 8% 13% 16%;
}
.sc-ne3-sb1 p{
  color: white;
}
.sc-ne3-sb1:before {
    content: '';
    position: absolute;
    width: 4%;
    height: 145px;
    background: #fac845;
    left: 10%;
    top: 0;
}
.sc-ne3-sb2 {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.sc-ne3-sb2 > div > img {
    width: 36px;
}
.sc-ne3-sb2 > div > span {
    font-size: 14px;
    color: #3f3f3f;
    text-transform: capitalize;
}
.sc-ne3-sb2 > div {
    width: 100%;
    margin: 8% 0 9% 0;
}
.mt-150{
  margin-top: 150px;
}
.row.sc-ne4-sb1 > div {
    position: relative;
    height: 382px;
    overflow: hidden;
     padding: 0; 
    margin: 0 1% 3%;
    filter: drop-shadow(2px 4px 6px black);
}
.row.sc-ne4-sb1 > div.col-md-6 {
    width: 48%;
}
.row.sc-ne4-sb1 > div.col-md-3 {
    width: 23%;
}
.sc-ne4-sb2 {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #2b5b82;
    color: white;
    padding: 9px;
    text-align: left;
        width: 27%;
}
.sc-ne4-sb2 span {
    color: white;
    font-size: 14px;
    border-top: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
    padding: 3px;
}
.sc-ne4-sb2 h4 {
    margin-bottom: 8px;
    margin-top: 6px;
}
.row.sc-ne4-sb1 > div:hover img {
    cursor: pointer;
    transform: scale(1.5);
     transition: all 600ms linear;
}
.sc-ne4{
  margin-top: 100px;
}
.mtp-100{
  margin-top: 100px;
}
.mbp-100{
  margin-bottom: 100px;
}
.mbp-70{
  margin-bottom: 70px;
}
.mtp-70{
  margin-top: 70px;
}
/*visualizer*/

.beer-slider {
  font-family: Montserrat;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
}

/*body {
  max-width: 720px;
  margin: 2rem auto;
}*/


.sc-ne5-sb1:before {
    content: '';
    position: absolute;
    left: -3%;
    width: 49%;
    height: 88%;
    background: #005DA8;
    top: -43px;
}
.sc-ne5-sb3 {
    filter: drop-shadow(2px 4px 6px black);
}
.sc-ne5-sb2:before {
    content: '';
    position: absolute;
    left: 0;
    width: 5%;
    height: 99px;
    background: #c72627;
    top: -18%;
}
.sc-ne5-sb2 a {
    font-size: 14px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 4px;
}
.sc-ne5-sb2 a:hover {
    color: #fac845;
    border-color: #fac845;
}
a:hover, a:focus {
    text-decoration: none;
}
.sc-ne5-sb1 {
    position: relative;
}
.sc-ne5-sb2,
 .sc-ne5-sb2 p,
 .sc-ne5-sb2 a{
    color: white;
}


.hightlight-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 25px;
    box-shadow: 0 5px 18px -8px #000000;
}
.hightlight-box img{
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center;
    transition: all 600ms linear;
}
.hightlight-box:hover img{
    transform: scale(1.3);
}
.hightlight-text {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    background: #005DA8;
    color: #fff;
    text-align: left;
    padding: 12px;
}

@media only screen and (min-width: 1380px) {
  .w-pc {
    max-width: 30%;
  }
}
@media only screen and (min-width: 480px) {
  .logo-pc {
    padding: 12px;
  }
}
@media only screen and (min-width: 385px) and (max-device-width: 509px) {
  .mrc {
    width: 100% !important;
  }
}
@media only screen and (min-device-width: 510px) and (max-device-width: 721px) {
  .mrc {
    width: 50% !important;
  }
}