body {
    font-family: Tahoma !important;
    color: #787777;
    font-size: 14px;
    /*font-size: 0.729vw;*/
    line-height: 24px;
    /*line-height: 1.25vw;*/
}

/* Esempio per Roboto Regular e Bold */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400; /* Standard */
    src: url('/Content/fonts/roboto/roboto-regular/roboto-regular.woff2') format('woff2'), url('/Content/fonts/roboto/roboto-regular/roboto-regular.woff') format('woff');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700; /* Bold */
    src: url('/Content/fonts/roboto/roboto-bold/roboto-bold.woff2') format('woff2'), url('/Content/fonts/roboto/roboto-bold/roboto-bold.woff') format('woff');
}

/* Esempio per Roboto Regular e Bold */
@font-face {
    font-family: 'Tahoma';
    font-style: normal;
    font-weight: 400; /* Standard */
    src: url('/Content/fonts/tahoma/Tahoma.woff2') format('woff2'), url('/Content/fonts/tahoma/Tahoma.woff') format('woff');
}

@font-face {
    font-family: 'Tahoma';
    font-style: normal;
    font-weight: 700; /* Bold */
    src: url('/Content/fonts/tahoma/Tahoma-Bold.woff2') format('woff2'), url('/Content/fonts/tahoma/Tahoma-Bold.woff') format('woff');
}


h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    text-transform: uppercase;
    color: var(--gray_kerberos);
}

h1 {
    font-family: Roboto, sans-serif !important;
    font-size: 42px;
    line-height: 48px;
    font-weight: bold;
    /*font-size:2.2vw;
    line-height:2.5vw;*/
}
h2 {
    font-family: Roboto, sans-serif !important;
    font-size: 36px;
    line-height: 42px;
    font-weight: 500;
    /*font-size: 1.875vw;
    line-height: 2.18vw;*/
}
h3 {
    font-size: 33px;
    font-weight: bold;
    line-height: 38px;
    margin-bottom: 5px;
    margin-top: 0;
    font-family: Tahoma !important;
    /*font-size: 1.5625rem;
    line-height: 1.979vw;*/
}
h4 {
    font-size: 26px;
    line-height: 34px;
    font-family: Tahoma !important;
    /*font-size: 1.354vw;
    line-height: 1.770vw;*/
}
h5 {
    font-size: 20px;
    line-height: 28px;
    font-family: Tahoma !important;
    /*font-size: 1.041vw;
    line-height: 1.4583vw;*/
}
h6 {
    font-size: 16px;
    line-height: 24px;
    font-family: Tahoma !important;
    /*font-size: 0.83vw;
    line-height: 1.25vw;*/
}

p {
    font-size: 14px;
    line-height: 22px;
    color: #787777;
    font-family: Tahoma !important;
}

h3 span {
    font-family: Tahoma !important;
    color: #787777 !important;
}

p span {
    color: #787777 !important;
    font-size: 14px !important;
    font-family: Tahoma !important;
}

a span {
    color: var(--orange_kerberos) !important;
}

li span {
    color: #787777 !important;
    font-size: 14px !important;
    font-family: Tahoma !important;
}

a {
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

a:hover {
    text-decoration: none;
    color: var(--orange_kerberos);
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}


/*a:focus, a:hover, a:active {
    outline:0 !important;
    outline-offset:0 !important;
    text-decoration:none !important;
}*/

/*------------------------------------------------------------
        SOTTOMENU
------------------------------------------------------------*/

.icon-header figure.icon_menu {
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center center;
    min-width:60px;
    min-height:60px;
    margin-bottom:0;
}

.icon-header figure figcaption {
    color:var(--gray_kerberos);
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    font-weight: 300;
}

.icon-header:hover figure figcaption {
    color: var(--orange_kerberos);
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

.active-page-link figure figcaption {
    color: var(--orange_kerberos);
}


/*----------- SOTTOMENU KERBEROS ------------------*/
.icon-header figure.icon_menu.contatti {
    background-image: url('/Images/Home/icon_contatti1.png');
    -webkit-transition: background-image 0.2s ease-in-out;
    -o-transition: background-image 0.2s ease-in-out;
    transition: background-image 0.2s ease-in-out;
}
.icon-header figure.icon_menu.partner {
    background-image: url('/Images/Home/icon_partner1.png');
    -webkit-transition: background-image 0.2s ease-in-out;
    -o-transition: background-image 0.2s ease-in-out;
    transition: background-image 0.2s ease-in-out;
}
.icon-header figure.icon_menu.news {
    background-image: url('/Images/Home/icon_news1.png');
    -webkit-transition: background-image 0.2s ease-in-out;
    -o-transition: background-image 0.2s ease-in-out;
    transition: background-image 0.2s ease-in-out;
}

.icon-header figure.icon_menu.gruppo {
    background-image: url('/Images/Home/icon_gruppo1.png');
    -webkit-transition: background-image 0.2s ease-in-out;
    -o-transition: background-image 0.2s ease-in-out;
    transition: background-image 0.2s ease-in-out;
}

.icon-header:hover figure.icon_menu.contatti {
    background-image: url('/Images/Home/icon_contatti1_hover.png');
    -webkit-transition: background-image 0.2s ease-in-out;
    -o-transition: background-image 0.2s ease-in-out;
    transition: background-image 0.2s ease-in-out;
}
.icon-header:hover figure.icon_menu.partner {
    background-image: url('/Images/Home/icon_partner1_hover.png');
    -webkit-transition: background-image 0.2s ease-in-out;
    -o-transition: background-image 0.2s ease-in-out;
    transition: background-image 0.2s ease-in-out;
}

.icon-header:hover figure.icon_menu.news {
    background-image: url('/Images/Home/icon_news1_hover.png');
    -webkit-transition: background-image 0.2s ease-in-out;
    -o-transition: background-image 0.2s ease-in-out;
    transition: background-image 0.2s ease-in-out;
}

.icon-header:hover figure.icon_menu.gruppo {
    background-image: url('/Images/Home/icon_gruppo1_hover.png');
    -webkit-transition: background-image 0.2s ease-in-out;
    -o-transition: background-image 0.2s ease-in-out;
    transition: background-image 0.2s ease-in-out;
}
/*----------- /SOTTOMENU KERBEROS ------------------*/


/*------------------------------------------------------------
        /SOTTOMENU
------------------------------------------------------------*/

.top-bar .login-menu li a {
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

.top-bar .login-menu li:hover a {
    color: var(--orange_kerberos);
    font-weight: normal;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

.kerberos .top-bar .login-menu li:hover a {
    color: var(--gray_kerberos);
}

.xmonitor .top-bar .login-menu li:hover a {
    color: #174a8b;
}

.top-bar ul {
    margin-bottom: 0;
}

#news .wrapbtn, #partner .wrapbtn, #soluzioni .wrapbtn, #portfolio .wrapbtn, #prodotti-evidenza .wrapbtn, #prodotti .wrapbtn {
    text-align: center;
    margin-top: 45px;
    margin-bottom: 20px;
}

#vantaggi .wrapbtn {
    text-align:center;
}

#servizi .wrapbtn {
    text-align: center;
    margin-bottom: 20px;
}

.wrapbtn {
    margin-top: 20px;
    margin-bottom: 20px;
}

div:not(.sticky) .nav.nav-tabs.tabs-home a#kerberos-tab {
    width: 310px;
    margin-right: -7px;
}
div:not(.sticky) .nav.nav-tabs.tabs-home a#xmonitor-tab {background-size:85%;}
div:not(.sticky) .nav.nav-tabs.tabs-home a#maggiordomo-tab {background-size:85%; /*margin-left: -30px;*/}

div.sticky .nav.nav-tabs.tabs-home a#kerberos-tab {width:220px; margin-right:5px;}
div.sticky .nav.nav-tabs.tabs-home a#xmonitor-tab {background-size:100%;}
div.sticky .nav.nav-tabs.tabs-home a#maggiordomo-tab {background-size:100%; margin-left:0}
.tab-content.sticky .nav-tabs.tabs-home a {width:150px;}

.icon-header figure { /*max-width:120px;*/
    text-align: center;
}
.icon-header figure figcaption {font-size:16px;}
.w3-container {padding:15px 0;}
.sticky .w3-container {padding:.01em 16px}
div.sticky .nav.nav-tabs.tabs-home a#xmonitor-tab, div.sticky .nav.nav-tabs.tabs-home a#maggiordomo-tab  {margin-top: 2px;}


.sticky a:not(:first-of-type) .icon-header::after {top:13px;}

/*.gruppo-section > div {min-height:680px;}*/
/*div.home-section {padding:80px 50px}*/

.logo-maggioTecno {
text-align:center;
}
/*------------------ OTTIMIZZAZIONE COERENZA GRAFICA -----------------*/
.contact-header div.phone, .contact-header div.mail {
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

.contact-header div.phone:hover, .contact-header div.mail:hover {
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    color: var(--gray_kerberos);
}


hr.divider {
    width: 10%;
    margin: 25px auto 48px auto;
}
.carousel-home .carousel-caption h5 {
    color: #807f7f;
    line-height:30px;
    /*line-height:1.5625vw;*/
    font-weight:400;
}
.carousel-home .carousel-caption h3 {
    line-height: 44px;
    /*line-height: 2.29vw;*/
}
.carousel-home .carousel-caption h5 {
}
.number {
    font-weight: 300;
    color: var(--orange_kerberos);
    line-height: 64px;
    display: block;
    margin-bottom: 10px;
}

.milestone {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.kerberos #contatti .home-section p {
    font-size:14px;
    line-height:1.8;
}
.tab-news-left {
    color: #807f7f;
    line-height: 1.8;
}

.tab-news-left h2 {
    color: var(--gray_kerberos);
}

#prodotti-correlati-section {
    margin-top:60px;
}

.about sectin {
    padding:60px 0;
}

#footer-all {
    margin:0px 0 0 0;
    width:100%;
}

.about section {
    padding:60px 0;
}
.about .bianco {
    background-color: #fff;
}
.about .grigio {
    background-color: #F0F0F0;
}

.btn-primary {border:none;}
.app-section a {float:left;}
.logo-maggioTecno {}
logo-maggioTecno {
    margin-bottom:20px;
}

.owlCustomPreviousBtn:hover, .owlCustomNextBtn:hover, .owlSolutionPreviousBtn:hover, .owlSolutionNextBtn:hover {
    color:var(--gray_kerberos);
}

.carousel-control {
    text-shadow:none;
}

.text-transform-normal {
    text-transform: none;
    line-height: 30px;
    font-weight: 400;
    color: #8f8f8f !important;
    margin-bottom:30px;
}

.title_detail {
    font-size:28px;
}

.block-head, .block-head-partners {
    border-bottom: 1px solid #F0F0F0;
    font-size: 30px;
    color: #787777 !important;
    text-align: left;
    margin-bottom: 30px;
    padding-left: 0;
    text-transform: uppercase;
    font-weight: 300;
}
.contact-detalis .cell-5.fx.animated.fadeInRight {
    padding-left: 0;
    margin-bottom:30px;
}

#store-browse #menu-description {
    color: #787777;
    margin-bottom: 40px;
    text-transform: none;
    font-size: 18px;
    font-weight: 400;
}

.logo-ego {width:80%; float:right;}

/*------------------ /OTTIMIZZAZIONE COERENZA GRAFICA -----------------*/

.gruppo-section .wrap-box {
    position:relative;
    z-index:1;
}

.gruppo-section .wrap-box .box-logo {
    margin-bottom:10px;
}

.gruppo-section .wrap-box .box-logo img {
    max-width:340px;
    margin:0 auto;
}

.gruppo-section .wrap-box .box-content {
    background: #f7f7f7;
    border-radius:8px;
}

.gruppo-section .wrap-box .box-content .txt {
    margin-bottom:30px;
    font-size:24px;
    line-height:30px;
    /*min-height:125px;*/
}

.gruppo-section .wrap-box .box-content .cta {

}

.gruppo-section .wrap-box .box-image {
    position:absolute;
    z-index:1;
}

.gruppo-section .wrap-box .box-image img {
}

.row-title-page h1 {
    line-height: 45px;
}

.row-title-page h2 {
    text-transform: none;
    font-size: 24px;
    /*font-size: 1.25vw;*/
    margin-top: 0;
    color: #787777;
    line-height:30px;
}

.row-prodotti .wrapProd {
    margin-bottom:40px;
}

.spec-title {
    margin-top:30px;
    padding-bottom:8px;
}

#caratteristiche-section .spec-title {
    margin-bottom:0;
}

.wrapProd {
    display: block;
}

.tab-content.vertical h2 {
    font-size: 23px;
    line-height: 34px;
    margin-bottom: 30px;
}
.tab-news .btn {bottom:70px;}
.carousel-news .carousel-indicators {bottom:20px;}

div.home-section h1, div.home-section h3 {
    margin-top: 0;
}

 div.home-section h1, div.home-section h3 {
    color: var(--gray_kerberos);
}

#footer-all {
    min-height: inherit;
}

#footer-all a:hover {
    color: #c6c6c6 !important;
}

#footer-all .menu-footer li {
    margin-bottom: 10px;
}



#sectionfooter {padding:2% 3% 3% 3%;}

/* THANK-YOU PAGE */
.thank-page-h {
    font-size:36px;
    margin-bottom:25px;
    line-height:45px;
}

.thank-page-h {
    color: var(--gray_kerberos);
}

.thank-page-p, .thank-page-p span {
    font-size: 18px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
}

.thank-page-a {
    font-size:24px;
}

.thank-page-a a {
    
}

.thank-page-a a:hover {
    text-decoration:underline !important;
}

.thank-page-a a {
    color: var(--gray_kerberos);
}


.tab-news-left {
    padding-bottom: 30px;
    padding: 25px;
    width: 32%;}

.tab-news-right {  width: 68%;}

.carousel-news .carousel-indicators {
    bottom: 10px;
	width: 100%;
    text-align: left;
    left: 0;
    margin-left: 30px;
    bottom: 10px;
    margin-top: 10px;
    padding-top: 10px;}

.thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    margin: 0px;
    min-width: 100%;}

.tab-content.vertical {min-height: 325px;}

