/*.categoryp .black-box{
        padding-right: 95px;
}*/
.white_border{
    border: 2px solid #fff;
    padding: 10px 25px;
}
.top-right-icon {
   /* margin-top: 12px!important;
    margin-right: 30px;
    padding-bottom: 12px !important; */
	text-transform: uppercase;
}
.categoryp .black-box p{
    font-size: 22px;
}

#myBtn{
    color: #476cb5;
    padding: 0;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 400;
    border: none;
    width: 40%;
}

#main-sec {
    overflow: hidden!important;
}
#category-container{
    padding: 50px 110px; 
}
.categoryimg{
    margin-top:30px;
}
#category-container .category-div{
    margin-top:50px;
}
#category-container ul{
    margin-left: -20px;
}
#category-container ul li a{
    color: #000;
    text-decoration: none;
}
#category-container ul li::before{
    color: #000 !important;
}
#category-container h4{
    color:#496DB7;
}

@media only screen and (max-width: 1600px){
    /*	.categoryp .black-box{
            padding-right: 50px;
    }*/
    .categoryp .black-box p{
        font-size: 18px;
    }
    #category-container{
        padding: 30px 80px; 
    }
}
@media only screen and (max-width: 1600px){
    #category-container h4 {
        font-size:20px!important;
    }
}
@media only screen and (max-width: 1025px){
    .categoryp .black-box{
        padding-right: 0px;
    }
    #category-container{
        padding: 10px 20px; 
    }
    #category-container .category-div{
        margin-top:30px;
    }
}

@media only screen and (max-width:767px){
    .categoryp .black-box p{
        font-size: 14px;
    }
    #category-container ul li a{
        font-size: 14px;
    }
    .head_desk{
        display: none;
    }
    .head_mobile{
        display: block;
    }
    #myBtn{
        display: inline;
    }
	.page_title_home{
		font-size: 2rem;
	}

}
@media only screen and (min-width:767px) {
    .head_desk{
        display: block;
    }
    .head_mobile{
        display: none;
    }
    #myBtn{
        display: none;
    }
}
@media only screen and (max-width:575px){
    #category-container h4 {
        font-size: 16px;
    }
    .cat {
        margin-right: 102px!important;
    }
}

/*@media only screen and (max-width:450px){
        #category-container .category-div.col-6{
                display: grid;
                justify-items: center;
                width: 100% !important;
                max-width: 100%;
                flex:0 0 100%;
        }
        #category-container ul {
                margin-left:-30px;
        }
}*/

/*================category page css start==========================*/
h1.h1 {
    font-size: 30px!important;
    padding-bottom: 20px;
}
.space-box1 {
    padding: 35px 85px!important;
}

.img_row {
    padding: 0px 85px !important;
}

.fornitori{
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.cat {
    padding-left: 10px;
}
header p {
    font-weight: 400;
    font-size: 16px!important;
    color: #616976!important;
    line-height: 30px;
    text-align: left;
}
article.black-box.box1 {
    padding: 0 50px 0 30px;
}
.categoryimg {
    margin-top: 10px;
    margin-bottom: 20px;
    box-shadow: 3px 3px 32px #e7e7e7;
    width: 100%;
}
#category-container {
    padding: 0!important;
}
.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin-left: 74px;
}
.content {
    height: auto;
    width: 21%;
    color: #fff;
    font-size: 24px;
    line-height: 100px;
    text-align: center;
    margin: 30px;
    display: none;
}
#loadMore {
    width: 200px;
    color: #fff;
    display: block;
    text-align: center;
    margin: 20px auto;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid transparent;
    background-color: #496DB7;
    transition: .3s;
}

.noContent {
    color: #fff !important;
    background-color:#496DB7!important;
    pointer-events: none;
}
.blackbox-mobile, .blackbox-tablet{
    display: none;
}
#more,#more1 {display: none;}
/*-------card css------------*/
.card-body {
    padding: 10px!important;
}
img.card-img-top {
    width: 100%;
    height: auto;
    object-fit: cover;
}

h4.card-title {
    color: #476cb5!important;
    font-size: 22px!important;
    font-weight: 400;
    line-height: 27px;
}
p.card-text {
    font-weight: 400;
    font-size: 16px;
    color: #616976!important;
    line-height: 25px;
    text-align: left;
}
.card-footer {
    background: none;
    border-top: none;
}
.price {
    font-weight: 700!important;
    color: #476cb5!important;
    font-family: arial;
    padding-bottom: 20px;
    font-size: 24px;
    width: 40%;
    float: left;
    text-align: left;
    padding-left: 10px;
}
.button a {
    background: #476cb5;
    color: #fff;
    padding: 10px 30px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    width: 60%;
}
.card {
    border: 1px solid rgba(215, 215, 215, 1);
    border-radius: 0;
}
.offer {
    position: absolute;
    padding: 3px 10px;
    top: 10px;
    left:0px;
    width: 200px;
    height: 40px;
}
.offer p {
    margin-bottom: 0px;
    color: #fff;
    font-size: 16px!important;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 5px;
}
.button {
    text-align: right;
    padding-right: 10px;
}
.card-footer {
    padding: 0 10px!important;
}
.card-body {
    padding: 15px!important;
    height: 280px;
}
.pre-body{
    height: 225px;
}
/*----------accordion css---------------*/
.container-fluid.accordions {
    padding: 50px 80px;
}

button.accordion {
    font-size: 16px;
    position: relative;
    color: #496DB7;
    font-weight: 500;
    border: 1px solid rgba(215, 215, 215, 1);
    background: linear-gradient(#f9f9f9, #fff,#fff, #f9f9f9);
    padding-right: 70px;
}
.panel {
    font-weight: 400;
    font-size: 15px;
    color: #616976!important;
}

.accordion {
    background:  #fff;
    border: 1px solid rgba(215, 215, 215, 1);
    border-radius: 4px!important;
    color: #444;
    cursor: pointer;
    padding: 14px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    margin-top:12px;
}
.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    color: #496DB7;
    border: 2px solid #496DB7;
    padding: 2px 10px;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 7px;
}
.accordion.active:after{
	content: "\2212";
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    border-top: 0!important;
    border: 1px solid rgba(215, 215, 215, 1);
    margin-top: -3px;
    border-radius: 4px; 
}
.panel p {
    padding: 10px;
}
/*================category page css end==========================*/

/*=============media query=================*/
@media only screen and (max-width:2500px) and (min-width:1921px){
    .space-box1 {
        padding: 50px 85px!important;
    }
    .cat {
        padding-left: 40px!important;
    }
}
@media only screen and (max-width: 1660px) {
    img.card-img-top {
        width: 100%;
        height: 280px;
        object-fit: cover;
    }
    p.card-text, .card-footer p{
        font-size: 0.7em!important;
    }
    .offer {
        top: 10px;
        left: 0px;
        width: 170px;
        height: 36px;
    }

    .button a {
        padding: 10px 20px;
        border-radius: 50px;
        font-size: 14px!important;
        width: 50%;
    }
    .content {
        width: 23%;
        margin: 30px 10px;
    }
    article.black-box.box1 {
        padding: 0px; 
    }
    .cat {
        margin-left: 30px!important;
    }
}

@media only screen and (max-width: 1380px) {
    .content {
        width: 28%;
        margin: 30px 15px;
    }
}
@media only screen and (max-width: 1024px) {
    h4.card-title {
        font-size: 16px!important;
        line-height: 25px;
    }
    .flex {
        margin-left: 25px;
    }
    .content {
        width: 30%;
        margin: 30px 15px;
    }
    .card-body {
        padding: 10px!important;
        height: 280px;
    }


    p.card-text, .card-footer p{
        font-size: 14px!important;
        line-height: 24px!important;
    }
    .card-footer {
        padding: 10px 10px!important;
        padding-bottom: 20px!important;
    }
    .button a {
        padding: 7px 15px;
        border-radius: 50px;
        font-size: 10px!important;
        width: 50%;
    }
    .card-footer span {
        font-size: 12px!important;
    }
    .header-row {
        padding-bottom: 0;
    }
    .cat {
        margin: 10px 10px!important;
    }
    .space-box1 {
        padding: 20px 40px!important;
    }
    .top-right-icon {
       /* margin-top: 13px!important; */
    }
    img.card-img-top {
        width: 100%;
        height:auto;
        object-fit: cover;
    }
    .blackbox-tablet{
        display: block;
    }
    .blackbox-desktop, .blackbox-mobile{
        display: none;
    }
    a#read {
        color: #496DB7;
        font-weight: 600;
    }
    .tab-left{
        width:50%;
        float:left;
    }
    .tab-right{
        width:50%;
    }
    .blackbox-tablet {
        display: flex;
    }
}
@media only screen and (min-width:991px) {
    .footer-adress1.col-lg-4.col-md-12 {
        max-width: 33%!important;
    }
}
@media only screen and (max-width:894px) {
    .content {
        width: 45.5%;
        margin: 30px 15px;
    }
    .card-body {
        padding: 10px!important;
        height: auto;
    }

}
@media only screen and (max-width: 767px){
    .content {
        width: 70%;
        margin: 30px 15px;
    }
    .card-body {
        padding: 10px!important;
        height: auto;
    }
    .flex {
        display: flex;
        justify-content: center;
        margin-left:0px;
    }
    .container-fluid.accordions {
        padding: 50px 20px;
    }
    div#accordion .card-header.collapsed {
        margin: 7px 0;
        padding: 7px!important;
    }
    div#accordion a.card-title {
        font-size: 14px;
    }
    div#collapseOne p {
        font-size: 13px;
        line-height: 22px;
    }
    .cat {
        margin-left: 30px;
    }
    h1.h1 {
        padding-bottom:0px;
        font-size:28px;
    }
    .top-right-icon {
        margin-top: -11px!important;
    }
    .blackbox-mobile{
        display: block!important;
    }
    .blackbox-desktop, .blackbox-tablet{
        display: none!important;
    }
    a#myBtn {
        color: #496DB7;
        font-weight: 600;
    }
}
@media only screen and (max-width: 460px){
    article.black-box {
        padding: 0;
    }
    .content h2 {
        font-size: 26px;
    }
    .content {
        width: 90%;
    }
    div#accordion a.card-title {
        font-size: 12px;
    }
    .cat {
        margin-left: 0!important;
        padding-left: 0!important;
    }
    .space-box1 {
        padding: 10px 10px 50px 10px!important;
    }
    .img_row {
        padding: 10px !important;
    }

}
@media only screen and (max-width: 420px) {
    p.breadcrumbs.p2.cat {
        margin-right: 76px!important;
    }
}

.body_carousel{
    position: relative;
    margin: 0;
    padding: 0;
    display:block;
    width:1200px;
    margin-left:25px;
}

.swiper-wrapper{
    margin-bottom: 30px;
}
.swiper-pagination{
    bottom: 0px;
}
.swiper-pagination-bullet-active{
    background-color: #476cb5;
}

.swiper-container {
    width: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.home_detail_button{
    background: #476cb5;
    color: #fff;
    padding: 10px 20%; 
}
.home_detail_button:hover{
    color: #fff;
}

.best_product_carousel_row{
    background: #f3f6f8;
    padding: 40px 0;
}
.best_product_carousel_row h2{
    padding: 40px 0;
    font-weight: 700;
}

.card_home{
    border: 0px solid;
}

.sede{
    height: 400px;
    display: flex;
    align-items: flex-end;
    justify-content: left;
    background-size: cover;
}
.aree{
    height: 350px;
    display: block;
    align-items: center;
    justify-content: center;
    background-size: cover;
    text-align: center;
}
.sede p{
    color: #fff;
    padding-left:20px
}
.aree p,  .testo_area p {
    color: #fff;
    line-height:65px;
}
.aree a, .aree a:hover, .testo_area a, .testo_area a:hover {
    color: #fff;
}
.sede .title_sede{
    font-size: 22px;
    font-weight: 600;
}
.aree .title_sede,.testo_area .title_sede{
    font-size: 22px;
    font-weight: 400;
	color: #FFF;
}
.sede_bari{
    background: url('/imgwebp/sede-bari.webp');
}
.sede_milano{
    background: url('/imgwebp/sede-milano.webp');
}
.sede_roma{
    background: url('/imgwebp/sede-roma.webp');
}
.area_spyblog{
    background-image: url('/imgwebp/blog.webp'); 
}
.area_newsletter{
    background-image: url('/imgwebp/news-letter.webp');
}
.area_spyphone{
    background-image: url('/imgwebp/box-spy-phone.webp');
}
.area_test{
    background-image: url('/imgwebp/test-infedeli.webp');
}

.grid_full-width{
    padding: 0px !important;
}

.padding_for_grid{
    padding: 0px !important;
    float:left;
}

.testo_area{
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    text-align: center;
    width: 100%;
    padding-top: 80px;
    background: rgba(0,0,0,0.5);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.testo_area:hover{

}

.sede_testo{
    position:absolute;
    bottom: 0px;
    padding-left: 20px;
    height: 100%;
    width: 100%;
}
.sede_testo:hover{
    background: rgba(0,0,0,0.5);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.sfondo_testo{
    position: absolute;
    top: 0px;
    padding-left: 10px;
    padding-top: 10px;
    width: 100%;
    height: 100%;
}
.sfondo_testo_titolo_home{
    position: relative;
    top: 0px;
    padding: 10px 0px 10px 0px;
    width: 100%;
    height: 100%;
}
.sfondo_testo:hover{
    background: rgba(0,0,0,0.5);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.spyphone_cat{
    min-height: 259px;
    padding: 0px !important;
    margin-bottom: 2px !important;
}
.sfondo_spyphone{
    background-size: cover;
    min-height: 259px;
}

.sfondo_first_line_title{
	padding-left: 0px;
	background: #fff;
	min-height: 65px;
	margin-bottom: 4px;
	padding: 0px 20px;
}
.paragraph_title{
	color: #fff;
	padding: 10px 20px;
	font-size: 1.2rem;
}

.audiosorveglianza_cat{
    min-height: 401px;
    background-size: cover;
    margin-top: 2px !important;
}
.sfondo_audiosorveglianza{
    background-size: cover;
    min-height: 401px;
}

.videosorveglianza_cat{
    min-height: 410px;
    margin-bottom: 2px !important;
}
.sfondo_videosorveglianza{
    background-size: cover;
    min-height: 410px;
}

.gadgets_cat{
    min-height: 203px;
    margin-bottom: 2px !important;
}
.sfondo_gadgets{
    background-size: cover;
    min-height: 203px;
}

.localizzatori_cat{
    min-height: 203px; 
    margin-bottom: 2px !important;
    margin-top: 2px !important;
}
.sfondo_localizzatori{
    background-size: cover;
    min-height: 203px;
}

.difesa_pers_cat{
    min-height: 250px;
    margin-top: 2px !important;
}
.sfondo_difesa_pers{
    background-size: cover;
    min-height: 250px;
}



.first_col{
    padding-right: 2px !important;
}
.second_col{
    padding-left: 2px !important;
}
.sub_col{
    padding-left: 4px !important;
}
.head_title{
    padding-left: 20px;
	font-size: 22px;
}
.head_title a, .head_title a:hover, .head_title, .head_title:hover, .head_list li, .head_list li:hover, .head_list li a,.head_list li a:hover{
    color: #ffffff;
}

.service_box{
    background: #f3f6f8;
    text-align: left;
    width:100%;
    padding: 50px 60px;
}

.servizi_carousel,.flex.no-margin{
    margin-left:0px;
}

.nopadding{
    margin: 0 15px;
    padding: 0;
}

.nopadding_sedi{
    margin: 0 1%;
    padding: 0;
}

#blackbox-row {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    padding-top: 30px;
    width:100%;
}

.image_aree img{
    height: 65px;
}


@media only screen and (min-width: 767px) {
    .first_area{
        margin-left: 0% !important;
    }
    .last_area{
        margin-right: 0% !important;
    }
    .head_title_mobile{
        display:none;
    }

    .service_box{
        height: 300px;
        font-size: 0.9rem;
    }
    .nopadding{
        max-width: 23.5%;
    }

    .nopadding_sedi{
        max-width: 32%;
    }
    .space-boxsedi .nopadding{
        margin: 0px 1%;
    }

}

@media only screen and (min-width: 1025px) {
    .servizi_carousel .swiper-pagination{
        display:none; 
    }
    .txt-right{
        padding-left: 50px;
    }
    .txt-left{
        padding-right: 50px;
    }
}
@media only screen and (min-width: 767px) {
    .only_mobile{
        display:none;
    }
}@media only screen and (min-width: 767px) and (max-width: 1024px) {
    .swiper-container{
        margin-left: 40px;
    }
}
@media only screen and (max-width: 1024px) {
    .first_order{
        order: 1;
    }
    .sec_order{
        order: 2;
    }
    .third_order{
        order: 3;
    }
}
@media only screen and (max-width: 767px) {

    .sede_testo, .sfondo_testo, .testo_area{
        background: rgba(0,0,0,0.5);
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }

    .head_title_desktop{
        display:none;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: -5px;
    }

    #blackbox-row {
        margin-right: -15px;
        margin-top: 30px;
        margin-left: 0px;
    }


    .first_col, .second_col, .sub_col{
        padding: 0 !important;
    }
    .space-boxsedi .nopadding{
        margin-bottom: 15px;
    }
    .space-boxsedi .nopadding_sedi{
        margin-bottom: 15px;
    }
    .sede{
        height: 350px;
    }
    .head_list{
        display: none;
    }
    .spyphone_cat, .audiosorveglianza_cat, .gadgets_cat, .localizzatori_cat, .videosorveglianza_cat , .difesa_pers_cat {
        min-height: 90px;
        max-width: 95%;
        margin: 10px 2.5% 0 2.5% !important
    }
    .sfondo_spyphone,.sfondo_audiosorveglianza,.sfondo_videosorveglianza, .sfondo_localizzatori,
    .sfondo_gadgets, .sfondo_difesa_pers{
        min-height: 90px;
    }
    .servizi_carousel .swiper-pagination{
        display:block; 
    }	
    .servizi_carousel,.flex.no-margin, .product_carousel{
        width: 90% !important;
        margin-left: 5% !important;
        margin-right: 5% !important;
    }
    .home_detail_button {
        padding: 10px 25% !important;
    }
    .only_mobile{
        border-radius: 30px;
        padding: 18px 35px !important;
        margin-left: 30%;
        box-shadow: 5px 6px 5px rgba(71,108,181,0.3);
    }

}

.body_class .lang-mob{
	background: #fff;
}
#title_endoacustica_page{
	padding-bottom: 0px;
}

@media only screen and (max-width:767px){
    .lang-mob .top-right-icon{
        margin-top: -22px !important;
    }
    .head_desk{
        display: none;
    }
    .head_mobile{
        display: block;
    }
    #extnd1{
        display: none;
    }
    #extnd2{
        display: none;
    }
    p.card-text, .card-footer p{
        font-size: 1em!important;
    }
}
@media only screen and (min-width:767px) {
    .head_desk{
        display: block;
    }
    .head_mobile{
        display: none;
    }
}

@media only screen and (max-width:1280px) and (min-width:767px) {
    p.card-text, .card-footer p{
        font-size: 0.7em!important;
    }
    .nopadding {
        max-width: 23.4%;
    }
}
@media only screen and (max-width:991px){
    #category-container h4 {
        font-size: 18px;
    }
    .top-right-icon{
      /*  margin-top: 5px!important; */
    }
}

.service_box_link{
	color:#496DB7;
}

