/* MF - ATool Software - 2019 */
/* custom style sheet for website www.atoolsoftware.it */
/* rev. 1.0 2019.06.21 */
/* // ===================================================================== // */

/* page boundary and position */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i|Roboto:300,300i,400,400i,500,500i,700,700i&display=swap');

body {
    position: relative;
    z-index: -1;
    font-family: 'Roboto', sans-serif;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Open Sans', sans-serif;
}

.t3-sl {
    padding-bottom: 10px;
    padding-top: 5px;
    padding-left: 0px;
    padding-right: 0px;
    max-width: 100%;
}
.t3-content .t3-sl {
  padding: 0px;
}
.t3-wrapper {
    background: none;
    padding-top: 20px;
    padding-bottom: 20px;
}
.t3-mainbody {
    padding-left: 0px;
}
.t3-content {
    font-size: 15px;
    line-height: 1.9em;
}
.container {
    max-width: 100%;
}
.t3-content p {
    text-align: justify;
    margin-bottom: 15px;
}
.t3-header {
    position: relative;
    z-index: 100;
    padding-top: 0px;
    padding-bottom: 0px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    background-color: #ccc;
    padding-left: 28px;
    padding-right: 28px;
    border-bottom: 1px solid #a8a8a8;
    background: url('../images/wooden-texture.jpg');
    background-repeat: repeat-x;
    box-shadow: inset 0px 0px 20px rgba(0,0,0,0.3);
}
.t3-footer {
    background: transparent;
    border-top: none;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.t3-copyright {
    border-top: none;
    padding: 0px 0 25px;
}
.ats-footer-last {
    display: block;
    position: relative;
    width: 100%;
    min-height: 70px;
    border-top: 2px solid #aba9a9;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    border-bottom: 2px solid #aba9a9;
    background: url('../images/wooden-texture.jpg');
    background-repeat: repeat-x;
}
/* gradiente sfondo pagina */
.ats-page-background {
    z-index: -1;
    display: block;
    position: relative;
    color: #333;
    /*text-shadow: 0px 1px 0px rgba(255,255,255,0.7);*/
    /*background: #ccc;*/
    background: #2e5375;
    background: -moz-linear-gradient(top, #2e5375 0%, #7c9cbc 36%, #89a3bd 100%);
    background: -webkit-linear-gradient(top, #2e5375 0%,#7c9cbc 36%,#89a3bd 100%);
    background: linear-gradient(to bottom, #2e5375 0%,#7c9cbc 36%,#89a3bd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e5375', endColorstr='#89a3bd',GradientType=0 );
}
.ats-page-boundary {
    z-index: 5;
    display: block;
    position: relative;
    max-width: 1050px;
    /*margin-top: 80px;
    margin-bottom: 80px;*/
    margin-left: auto;
    margin-right: auto;
    border: 4px double #888;
    border-radius: 30px;
    background-color: #f8f8f8;
    -webkit-box-shadow: 0px 0px 18px 3px rgba(0,0,0,0.65);
    -moz-box-shadow: 0px 0px 18px 3px rgba(0,0,0,0.65);
    box-shadow: 0px 0px 18px 3px rgba(0,0,0,0.65);
}
.ats-page-boundary-inner {
    box-shadow: inset 0px -18px 35px rgba(0,0,0,0.2);
    border-radius: 25px;
}
.ats-content-background {
    display: block;
    position: relative;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 12px;
    padding: 5px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 2px;
    margin-bottom: 15px;
}
.itemBackToTop {
    display: none;
}

/* posizione logo header */
.logo-image img {
    margin-left: -20px;
}
img {
    max-width: 100%;
    height: auto;
}

span.aspan {
    font-weight: 800;
    color: #ff0202;
}
span.toolcam {
    font-weight: 800;
    color: #0071cc;
}
span.mars {
    font-weight: 800;
    color: #bdb4a4;
    text-shadow: 0px 0px 1px #ccc;
}
video {
    max-width: 100%;
    height: auto;
    border: 1px solid #dadada;
}
img.border {
    border: 1px solid #dadada;
}

.text-left, .txt-left,
.t3-content p.text-left,
.t3-content p.txt-left,
.t3-content .text-left p,
.t3-content .txt-left p {
    text-align: left;
}
.text-right, .txt-right,
.t3-content p.text-right,
.t3-content p.txt-right,
.t3-content .text-right p,
.t3-content .txt-right p {
    text-align: right;
}
.text-center, .txt-center,
.t3-content p.text-center,
.t3-content p.txt-center,
.t3-content .text-center p,
.t3-content .txt-center p {
    text-align: center;
}
.text-justify, .txt-justify,
.t3-content p.text-justify,
.t3-content p.txt-justify,
.t3-content .text-justify p,
.t3-content .txt-justify p {
    text-align: justify;
}

/*
* Typography
---------------------------------------- */
h2,
#intestazione {
    display: block;
    position: relative;
    clear: left;
    width: 100%;
    line-height: 30px;
    padding-left: 15px;
    padding-top: 0px;
    font-weight: bold;
    font-size: 18px;
    color: #1a1919;
    background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 35%, #f3f3f3 50%, #f3f3f3 51%, #ffffff 65%, #ffffff 100%);
    background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 35%,#f3f3f3 50%,#f3f3f3 51%,#ffffff 65%,#ffffff 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 35%,#f3f3f3 50%,#f3f3f3 51%,#ffffff 65%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
    -webkit-box-shadow: 0px 3px 5px 5px #DADADA; 
    box-shadow: 0px 3px 5px 5px #DADADA;
    border: 1px solid #dadada;
    border-radius: 15px;
    margin-top: 80px;
    margin-bottom: 40px;
    margin-left: -10px;
}
div.itemHeader h2.itemTitle {
    margin-top: 0px;
    margin-bottom: 40px;
    margin-left: -10px;
    padding-left: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
}
div.itemListCategory {
    background: #fff;
    border: none;
    border-radius: 0px;
    margin: 0px;
    padding: 0px;
}
div.itemListCategory h2 {
    margin-top: 0px;
}
div.subCategory h2 {
    margin-top: 10px;
}
div.itemListSubCategories h3 {
    display: none;
}
.page-title,
#intestazione.page-title {
    line-height: 1.6em;
    margin: 0px 0px 40px -10px;
}
.wf-mediabox-caption h4 {
    font-size: 1.2em;
    line-height: 1.2;
    color: #333;
    padding-top: 10px;
}
h4 {
    font-size: 18px;
    margin-bottom: 18px;
    color: #0073bf;
}
div.itemIntroText {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    padding: inherit;
}

div.itemIsFeatured::before, div.catItemIsFeatured::before, div.userItemIsFeatured::before {
    display: none;
}
.pg-version-history .catItemReadMore a.k2ReadMore {
    display: inline-block;
    background-color: #005396;
    color: #fff;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
div#itemListLinks {
    background: #fff;
    border-top: 1px solid #ddd;
    border-left: none;
    border-right: none;
    border-bottom: none;
    margin: 8px 0;
    padding: 0px;
}
div#itemListLinks a.k2ReadMore {
    display: none;
}
div#itemListLinks h3.catItemTitle {
    font-size: 18px;
    padding: 0px;
    font-style: italic;
    font-weight: 400;
}
div.subCategory a.subCategoryImage, div.subCategory a.subCategoryImage:hover {
    border: 2px solid #ddd;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
div.subCategory a.subCategoryImage:hover {
    opacity: 0.8;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
div.itemNavigation {
    margin: 80px 0 24px 0;
    padding-bottom: 20px;
    box-shadow: 0px -20px 10px rgba(0, 0, 0, 0.05);
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #eee;
    border-radius: 10px;
    min-height: 125px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
div.itemNavigation:hover {
    border-top-right-radius: 26px 50%;
    box-shadow: 8px -10px 18px rgba(0, 0, 0, 0.1);
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
div.itemNavigation span.itemNavigationTitle {
    display: block;
}
div.itemNavigation a.itemPrevious,
div.itemNavigation a.itemNext {
    display: inline-block;
    max-width: 300px;
    line-height: 1.2em;
    padding-top: 20px;
}
div.itemNavigation a.itemNext {
    float: right;
    text-align: right;
}
/*
* Page index
---------------------------------------- */
ul.page-index {
    display: block;
    position: relative;
    list-style: none;
    padding-left: 0px;
    width: 320px;
    max-width: 100%;
    background-color: #eee;
    padding: 3px 10px 10px;
    border-radius: 15px;
}
ul.page-index.large {
    width: 380px;
    max-width: 100%;
}
ul.page-index h5 {
    margin: 5px 0 7px;
    color: #444;
    font-weight: 700;
}
ul.page-index li {
    background-color: #fff;
    padding: 0 8px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
ul.page-index li:not(:first-child):hover {
    background-color: #d8e1ef;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
ul.page-index li:first-child {
    background-color: transparent;
}
ul.page-index li:nth-child(2) {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding-top: 5px;
}
ul.page-index li:last-child {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding-bottom: 5px;
}

/*
* Download box
---------------------------------------- */
ul.download {
    padding-left: 0px;
    list-style: none;
}
ul.download h5 {
    margin: 5px 0 7px;
    color: #444;
    font-weight: 700;
}
ul.download.pdf li {
    padding-bottom: 10px;
}
ul.download.pdf a {
    display: block;
    position: relative;
    margin-left: 28px;
}
ul.download.pdf a:before {
    content: '';
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    left: -33px;
    top: -2px;
    background-image: url(../images/pdf-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
}

/*
* Spacers
---------------------------------------- */
.no-space {
    margin-top: 0px;
    margin-bottom: 0px;
}
.spaced-top-4 {
    padding-top: 4px;
}
.spaced-top-10 {
    padding-top: 10px;
}
.spaced-bottom-10 {
    padding-bottom: 10px;
}
.spaced-top-20 {
padding-top: 20px;
}
.spaced-bottom-20 {
    padding-bottom: 20px;
}
.spaced-top-26 {
    padding-top: 26px;
}
.spaced-top-30 {
    padding-top: 30px;
}
.spaced-bottom-30 {
    padding-bottom: 30px;
}
.spaced-top-40 {
    padding-top: 40px;
}
.spaced-bottom-40 {
    padding-bottom: 40px;
}
.spaced-top-50 {
    padding-top: 50px;
}
.spaced-bottom-50 {
    padding-bottom: 50px;
}
.spaced-top-60 {
    padding-top: 60px;
}
.spaced-bottom-60 {
    padding-bottom: 60px;
}
.spaced-top-80 {
    padding-top: 80px;
}
.spaced-bottom-80 {
    padding-bottom: 80px;
}


/* ------------------------------------------------------- */
/* ricerca e breadcrumbs                                   */
/* ------------------------------------------------------- */
/* ricerca */
#ats-nav {
    padding-top: 10px;
}
.head-search {
    margin-top: 10px;
    margin-right: 10px;
}
.head-search input[type="search"] {
    height: 22px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: 1px solid #dedede;
    border-radius: 2px;
    padding-top: 0px;
    padding-bottom: 0px;
    /*font-family: arial;*/
    font-size: 0.8em;
}
.head-search .search::before {
    top: 1px;
}
.head-search .form-control {
    width: 140px !important;
}
#searchForm .only {
    display: none;
}

/* breadcrumb */
.breadcrumb {
    background-color: transparent;
    /*font-family: arial;*/
    font-size: 0.8em;
    padding-top: 11px;
    padding-left: 10px;
}

/* ------------------------------------------------------- */
/* seleziona lingua                                        */
/* ------------------------------------------------------- */
div.mod-languages {
    position: absolute;
    top: 0px;
    right: 50px;
    width: 80px;
    height: 71px;
    background-color:#fff;
    background: url(../images/lingue.png) 0 0 no-repeat;
    margin-top: -5px;
    margin-right: 0px;
}
div.mod-languages ul {
    text-align: left;
    padding-top: 7px !important;
    padding-left: 5px !important;
}
div.mod-languages ul.lang-block li {
    display: block;
    margin-bottom: 0px;
    margin-top: 0px;
    line-height: 19px;
}
div.mod-languages a {
    text-decoration: none;
    width: 100%;
    display: inline-block;
}

/* ------------------------------------------------------- */
/* menu                                                    */
/* ------------------------------------------------------- */
/* gradiente sfondo menu */
.t3-mainnav {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -1px;
    background-color: #ccc;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border: 1px solid #a8a8a8;
    background: #c4c4c4 url(images/ui-bg_highlight-hard_80_c4c4c4_1x100.png) top repeat-x;
    background: #c4c4c4 linear-gradient(top, rgba(255,255,255,0.8), rgba(255,255,255,0));
    background: #c4c4c4 -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.8)), to(rgba(255,255,255,0)));
    background: #c4c4c4 -moz-linear-gradient(top, rgba(255,255,255,0.8), rgba(255,255,255,0));
}
.navbar {
    min-height: 30px;
}
.navbar-nav > li > a,
.navbar-nav > li > span {
    padding-top: 6px;
    padding-bottom: 6px;
    font-family: arial, sans-serif;
    font-size: 0.9em;
    font-weight: 600;
    padding: 10px 12px 7px;
    border-right: 1px solid #c4c4c4;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
/* restringo spazio voci menu per lingua inglese */
.en-gb .navbar-nav > li > a,
.en-gb .navbar-nav > li > span {
    padding: 10px 12px 7px;
}
.nav > li > .separator {
    padding: 10px 13px 7px;
}
.navbar-default .navbar-nav > li:first-child > a {
    border-bottom-left-radius: 8px;
}
.navbar-default .navbar-nav > li:last-child > a,
.navbar-default .navbar-nav > li:last-child > span {
    border-right: none;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > li > span:hover,
.navbar-default .navbar-nav > .active > span:hover {
    background-color: #9b9b9b33;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.navbar-default .navbar-nav > li > a,
.navbar-nav > li > span {
    border-bottom: 3px solid transparent;
    color: #535353;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus,
.navbar-nav > li > span:focus {
    border-color: #c4c4c4;
}
.t3-megamenu .mega-nav > li a, .t3-megamenu .dropdown-menu .mega-nav > li a {
    color: #333;
}

/* voce di menu attiva */
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus {
    color: #555555;
    border-bottom: 3px solid #bfbfbf;
    background-color: rgba(255,255,255,0.3);
    box-shadow: 0px 0px 5px #c2c2c2 inset;
}

.navbar-default .navbar-nav > .dropdown > a .caret{
    border-top-color: #707070;
    border-bottom-color: #707070;
}
.navbar-default .navbar-nav > .dropdown > span .caret {
    border-top-color: #707070;
    border-bottom-color: #707070;
    margin-left: 5px;
}

.menu-aspan {
    margin-left: -69px;
    left: 0px !important;
}
.menu-toolcam {
    margin-left: -229px;
    left: 0px !important;
}
.menu-mars {
    margin-left: -344px;
    left: 0px !important;
}
.menu-mars .cobalm-logo {
    display: block;
    position: absolute;
    right: 20px;
    bottom: 25px;
    height: 80px;
    background-image: url('../images/cobalm_logo.png');
    background-repeat: no-repeat;
    background-position: bottom right;
}

.t3-megamenu .mega-nav .mega-group .separator.dropdown-header.mega-group-title {
    display: block;
    position: relative;
    font-weight: 700;
    font-size: 14px;
    border-top: 1px dashed #ccc;
    margin-top: 12px;
    margin-bottom: 0px;
    padding-top: 10px;
}
.opt-module img {
    display: block;
    margin: 0 auto;
}
.opt-module span {
    text-align: center;
    display: block;
    width: 100%;
    margin-bottom: 5px;
}

/* ========================================== colonna sinistra */
.t3-sidebar-left .t3-module {
    position: relative;
    margin-bottom: 42px;
    border: 5px solid #E7E7E7;
    padding: 0px;
    border-radius: 15px;
    background-color: #e7e7e7;
    margin-right: 10px;
}
.t3-sidebar-left .module-title {
    margin-bottom: 0px;
    padding-bottom: 8px;
    font-size: 15px;
    padding-left: 7px;
    padding-top: 3px;
}
.t3-sidebar-left .module-ct {
    background: #fff;
    color: inherit;
    padding: 10px 12px 5px 12px;
    border-radius: 10px;
}
.t3-sidebar-left .module-ct .col-banner {
    padding: 30px 10px 20px;
}
.t3-sidebar-left .banner-blue > .module-inner > .module-ct {
    box-shadow: inset 0 0 15px rgba(0, 115, 191,0.1);
}
.t3-sidebar-left .banner-red > .module-inner > .module-ct {
    box-shadow: inset 0 0 15px rgb(255, 2, 2, 0.1);
}
.t3-sidebar-left .banner-gray > .module-inner > .module-ct {
    box-shadow: inset 0 0 15px rgb(2, 2, 2, 0.1);
}
.t3-module.nuovo::before {
    content: '';
    display: block;
    position: absolute;
    width: 90px;
    height: 91px;
    background: url('../images/label-novita.png');
    background-repeat: no-repeat;
    background-position: top left;
    top: -46px;
    left: 0px;
}
.t3-module.new::before {
    content: '';
    display: block;
    position: absolute;
    width: 90px;
    height: 91px;
    background: url('../images/label-new.png');
    background-repeat: no-repeat;
    background-position: top left;
    top: -46px;
    left: 0px;
}

.t3-module.nuovo .module-ct,
.t3-module.new .module-ct {
    padding-top: 30px;
}

/* ========================================== MODULI */
.gears-top-right {
    background-image: url('../images/banner-bkg.jpg');
    background-repeat: no-repeat;
    background-position: top right;
}
.gears-top-left {
    background-image: url('../images/banner-bkg2.jpg');
    background-repeat: no-repeat;
    background-position: top left;
}

.banner .border-top {
    border-top: 1px solid #ccc;
}
.banner .border-bottom {
    border-bottom: 1px solid #ccc;
}

.banner-new::before {
    display: block;
    position: absolute;
    z-index: 100;
    content: ' ';
    width: 90px;
    height: 91px;
    background-image: url('../images/label-novita.png');
    background-repeat: no-repeat;
    background-position: center;
    top: -40px;
    left: 32%;
}

/* nascondo titolo modulo deplipiant */
.pg-depliant .moduletable.banner-gray h3 {
    display: none;
}
/* nella pagina depliant nascondo il relativo banner nella colonna sinistra */
.pg-depliant .t3-sidebar .banner-depliant {
    display: none;
}


/* correggo visualizzazione numero versione del banner per schermi piccoli */
@media screen and (max-width: 990px) {
    .banner-new::before {
        left: 75%;
    }
}

.module.communication {
    border-bottom: 1px solid #eee;
    margin-bottom: 40px !important;
}

/* ========================================== Cookie Law */
#redim-cookiehint {
    width: 350px !important;
    margin: 20px !important;
    box-shadow: 0 -5px 20px -5px rgba(0,0,0,0.5) !important;
    background-color: #f8f8f8 !important;
}
#redim-cookiehint .cookiebuttons .btn {
    padding: 10px 20px !important;
}
#redim-cookiehint .cookiebuttons .btn#cookiehintsubmit {
    background-color: #006ec8 !important;
    padding: 10px 35px !important;
    font-weight: 700;
}
#redim-cookiehint .cookiebuttons .btn#cookiehintsubmitno {
    background-color: #ff5050 !important;
    float: left;
    clear: left;
    line-height: 12px;
    padding: 5px 15px !important;
    margin-top: 15px;
    margin-left: 5px;
}

/* ------------------------------------------------------- */
/* footer                                                  */
/* ------------------------------------------------------- */
.t3-footnav {
    padding: 0px 0;
    font-size: 12px;
}
.t3-footnav h3 {
    font-size: 12px;
    color: #333;
    margin-top: 10.5px;
    margin-bottom: 10.5px;
}
.t3-footnav h4, .t3-footnav .h4 {
    font-size: 12px;
    color: #333;
    text-transform: uppercase;
}
.t3-footnav a {
    color: #777;
}
.t3-footnav .col-lg-3 {
    border-right: 1px solid #e7e7e7;
    min-height: 180px;
}
.t3-footnav .col-lg-3:last-child {
    border-right: none;
}
#contact-icons img {
    width: 28px;
}

/* ========================================== IMAGES GALLERY */
.img-gallery {
    padding: 0px 15px;
    margin-bottom: 40px;
}
.img-gallery img {
    /*border: 1px solid #ccc;*/
    width: auto;
    max-width: unset;
    height: 100%;
}
.img-gallery .col-lg-4, 
.img-gallery .col-lg-6,
.img-gallery .col-lg-3 {
    padding: 0px 5px;
    margin-bottom: 20px;
}
.wf-zoom-image {
    width: 100%;
    background: #f0f0f0;
    text-align: center;
    border: 1px solid #e4e3e3;
}
.img-gallery .wf-zoom-image {
    height: 180px;
    overflow: hidden;
}


/* ------------------------------------------------------- */
/* SPECIAL POSITION                                        */
/* ------------------------------------------------------- */
/* banner di contatto a scomparsa */
#ats-special-pos {
    display: block;
    position: relative;
    width: 100%;
}
#sticky_right {
    display: block;
    position: fixed;
    width: 300px;
    z-index: 250;
    right: 0;
    top: 230px;
    padding: 0;
}
#sticky_right span.widget_contatti {
    content: ' ';
    background-image: url('../images/ico/icon-email-banner-open.png');
    display: block;
    width: 62px;
    height: 62px;
    margin-left: -68px;
    opacity: 1;
    transition: opacity 1.5s;
    position: fixed;
    right: 40px;
    cursor: pointer;
}
#sticky_right .active span.widget_contatti {
    opacity: 1;
    transition: opacity 1.5s;
    background: none;
    z-index: 100;
    top: 230px;
    right: 230px;
}
.widget.wContatti {
    display: block;
    background-color: #0073bf;
    /*width: 275px;*/
    width: 330px;
    position: relative;
    top: 30px;
    margin-top: 0px;
    padding: 10px 0px 10px 95px;
    color: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    transform: translate(300px);
    transition: all ease 0.6s;
}
#sticky_right .active .widget.wContatti {
    transform: translate(0px);
    transition: all ease 0.6s;
}
.widget.wContatti a {
    color: #fff;
}
.widget.wContatti .wImage {
    display: block;
    position: absolute;
    top: -27px;
    left: 12px;
}
.module.active .widget.wContatti .wImage img {
    display: block;
}

#sticky_right span.widget_contatti:after {
	content: '';
	display: block;
	position: relative;
	margin:40px;
	width: 61px;
	height: 61px;
	border-radius: 50%;
	background: none;
	cursor: pointer;
	top: -39px;
    left: -39px;
	box-shadow: 0 0 0 rgba(0, 115, 191, 0.8);
	animation: target-pulse 2s infinite;
}
#sticky_right .active span.widget_contatti:after {
    display: none;
}

#sticky_right .shake.active .wContatti {
    animation: target-shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
    animation-delay: 1.5s;
}

@-webkit-keyframes target-pulse {
    0% {
      -webkit-box-shadow: 0 0 0 0 rgba(0, 115, 191, 0.8);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(0, 115, 191, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 115, 191, 0);
    }
  }
  @keyframes target-pulse {
    0% {
      -moz-box-shadow: 0 0 0 0 rgba(0, 115, 191, 0.8);
      box-shadow: 0 0 0 0 rgba(0, 115, 191, 0.8);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
        box-shadow: 0 0 0 10px rgba(204,169,44, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
        box-shadow: 0 0 0 0 rgba(204,169,44, 0);
    }
  }
  @keyframes target-shake {
      10%, 90% {
          transform: translate3d(-2px, 0, 0);
      }
      
      20%, 80% {
          transform: translate3d(3px, 0, 0);
      }
      
      30%, 50%, 70% {
          transform: translate3d(-5px, 0, 0);
      }
      
      40%, 60% {
          transform: translate3d(5px, 0, 0);
      }
  }


/* << */

/* ========================================== Effetto neve */

#snow-canvas {
    display: block; 
    position: relative; 
    overflow: hidden;
}
#snow {
    position: absolute;
    width: 100%;
    height: 100%;
}
.snowflake {
    position: absolute;
    display: block;
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-image: -webkit-radial-gradient(
        center,
        circle farthest-corner,
        rgba(255, 255, 255, 1) 40%,
        rgba(255, 255, 255, 0) 100%
    );
    background-image: -moz-radial-gradient(
        center,
        circle farthest-corner,
        rgba(255, 255, 255, 1) 40%,
        rgba(255, 255, 255, 0) 100%
    );
    background-image: -ms-radial-gradient(
        center,
        circle farthest-corner,
        rgba(255, 255, 255, 1) 40%,
        rgba(255, 255, 255, 0) 100%
    );
    background-image: radial-gradient(
        center,
        circle farthest-corner,
        rgba(255, 255, 255, 1) 40%,
        rgba(255, 255, 255, 0) 100%
    );
}


/* ========================================== Articles list (homepage) */
.articles-list h3 {
    font-size: 20px;
    font-weight: 700;
    color: #005da7;
}
.articles-list div.k2ItemsBlock ul {
    margin: 0 0 10px 0;
    line-height: 1.2em;
    padding-left: 20px;
    font-size: 12px;
    list-style: disc;
    color: #005da7;
}
.articles-list div.k2ItemsBlock ul li {
    display: list-item;
    margin: 0 0 10px 0;
}
.articles-list div.k2ItemsBlock ul li.clearList {
    display: block;
} 
.module.articles-list.latest_news {
    border-right: 1px solid #eee;
}
.module.pa-homepage-block {
    margin-top: 30px;
    border-top: 1px solid #eee;
    padding-top: 10px;
}

div.catItemView.pg-moduli-opt {
    margin-bottom: 0px;
}

/* ========================================== SLIDER */
.tp-caption.thintext_dark_bg span.title,
.thintext_dark_bg span.title {
    font-size: 18px !important;
    font-weight: 700;
    font-size: 20px;
    text-align: left;
}
.tp-caption.thintext_dark_bg a,
.thintext_dark_bg a {
    font-weight: 700;
}

/* ------------------------------------------------------- */
/* PAGINA RICERCA RIVENDITORI (dealers)                    */
/* ------------------------------------------------------- */
.pg-dealers div.subCategory {
    background: transparent;
    border: none;
    margin: 4px;
    padding: 8px;
    height: auto !important;
}
.pg-dealers div.subCategory h2 a {
    font-weight: 400;
    margin-top: 15px;
    display: inline-block;
}
.pg-dealers div.subCategory h2 {
    display: inline-block;
    clear: none;
    width: auto;
    background: none;
    box-shadow: none;
    border: none;
    font-size: 14px;
    border-radius: 0px;
    margin: 0px;
    padding: 0px;
}
.pg-dealers div.subCategory a.subCategoryImage {
    float: left;
    border: none;
}
.pg-dealers .subCategoryMore {
    display: none;
}

/* ========================================== Schede Dealer (vista categoria) */
.pg-dealers .catItemView div.catItemBody {
    font-size: 13px;
    line-height: 1.4em;
}
.pg-dealers .t3-content {
    line-height: 1.4em;
}
.pg-dealers .itemListView div.itemContainer {
    padding: 15px;
}
.pg-dealers .itemList div.catItemView {
    display: block;
    position: relative;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 20px;
    background-color: #fbfbfb;
    box-shadow: 0 0 10px rgba(50,50,50,0.2);
    background: linear-gradient(to bottom, #feffff 0%,#eeeeee 100%);
    transition: all 0.5s;
    margin-bottom: 10px;
}
.pg-dealers .itemList .catItemView:hover {
    box-shadow: 0 0 5px rgba(50,50,50,0.6);
    transition: all 0.5s;
}
.pg-dealers div.catItemIntroText {
    padding: 4px 0 0px 0;
    min-height: 230px;
}
.pg-dealers div.catItemHeader h3.catItemTitle {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}
.pg-dealers .itemList .catItemView .dealer-logo {
    float: right;
    max-width: 120px;
    margin-top: 10px;
}
.pg-dealers .itemList .catItemView h4 {
    font-size: 14px;    
    margin-bottom: 5px;
    color: #0073bf;
}
.pg-dealers .itemList div.catItemView p {
    text-align: left;
    display: none;
}
.pg-dealers 
.pg-dealers .itemList .catItemView h4.card-title,
.pg-dealers .itemBody h4.card-title {
    background: #059;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    border-top: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
    border-color: #0067ba;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-weight: 500;
    color: #fff;
    text-shadow: none;
    width: 170px;
}
.pg-dealers .itemList .catItemView ul,
.pg-dealers .itemBody ul {
    padding: 10px 20px;
    list-style: circle;
    background-color: #fff;
    border: 1px solid;
    border-color: #0067ba;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 170px;
}
.pg-dealers .itemList .catItemView .dealer-address {
    padding-left: 8px;
}
.pg-dealers .itemList .catItemView .dealer-address p {
    display: inline;
}
.pg-dealers .itemList .catItemView iframe,
.pg-dealers .itemList .catItemView .dealer-contacts,
.pg-dealers .itemList .catItemView .dealer-programs,
.pg-dealers .itemList .catItemView .dealer-links {
    display: none;
}
.pg-dealers .itemList div.catItemReadMore a {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
}

/* pagina interna scheda dealer */
iframe {
    max-width: 100%;
}
.pg-dealers iframe {
    margin-bottom: 40px;
}
.pg-dealers .itemBody h4.card-title {
    width: 300px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 6px;
    padding-bottom: 5px;
}
.pg-dealers .itemBody ul {
    width: 300px;
}
.pg-dealers .itemBody .dealer-logo {
    text-align: center;
    margin-top: 10px;
}
.pg-dealers .itemBody .itemBody,
.pg-dealers .itemBody .itemBody p,
.pg-dealers .t3-content {
    line-height: 1.4em;
}
.pg-dealers .t3-content p {
    text-align: left;
}
.pg-dealers .itemBody h4 {
    font-size: 22px;
    color: #333;
    font-weight: 600;
}
.pg-dealers .itemBody h5 {
    font-size: 16px;
    border-bottom: 1px dashed #ccc;
}
.pg-dealers .itemBody .dealer-links {
    text-align: right;
    font-weight: 700;
    margin-top: 60px;
    margin-right: 10px;
    padding: 16px 20px 20px 0;
    border-right: 4px dotted #dbdbdb;
}
.pg-dealers .itemBody .dealer-links a {
    display: inline-block;
    position: relative;
    padding: 3px 0;
}
.pg-dealers .itemBody .dealer-contacts {
    margin-top: 40px;
    margin-bottom: 40px;
}
.pg-dealers div.itemFullText {
    margin-top: 60px;
}

/* ------------------------------------------------------- */
/* F.A.Q. Domande frequenti                                */
/* ------------------------------------------------------- */
#itemListLeading {
    margin-bottom: 40px;
}
.pg-faq .itemList div.itemContainerLast {
    width: 100%;
}
.pg-faq .itemList .card {
    display: block;
    position: relative;
    padding: 0px;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-bottom: 10px;
}
.pg-faq .itemList .card .card-body {
    padding: 10px;
}
.pg-faq .itemList .card a,
.pg-faq .itemList .card button {
    text-decoration: none;
}
.pg-faq .itemList .card button:after {
    font-family: 'FontAwesome';
    content: '\f107';
    display: block;
    position: absolute;
    right: 20px;
    top: 15px;
    font-weight: 900;
}
.pg-faq .itemList .card button.collapsed:after {
    content: '\f105';
}
.pg-faq .itemList .card h3,
.pg-faq .itemList div.catItemView {
    margin: 0px;
}
.pg-faq .itemList .card .btn-link {
    text-align: left;
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    background-color: #eee;
    border-radius: 5px;
}
.pg-faq .itemList .card div.catItemReadMore {
    display: block;
    text-align: right;
    margin-bottom: 20px;
    width: 100%;
}
.pg-faq .itemList .card a.k2ReadMore {
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid #97b2d4;
    background: #f6f6f6;
    color: #0864b0;
    text-shadow: none;
    font-weight: 700;
}


/* ========================================== MAURO */
#maincolumn .article_column.column_separator {
    display: none;
}

div.privacy-policy-link {
    display: block;
    position: relative;
    float: right;
    background-color: #e9e9e9;
    padding: 2px 10px;
    margin-right: 38px;
    margin-left: -140px;
    border: 1px solid;
    margin-top: -3px;
}
div.privacy-policy-link a {
    color: #333 !important;
}

/* voci menu principale in grassetto */
ul.wijmo-wijmenu-list > li > a {
    font-weight: bold !important;
    /*color: #0065b7 !important;*/
}
ul.wijmo-wijmenu-list.wijmo-wijmenu-child > li > a {
    font-weight: 400 !important;
    /*color: #4f4f4f !important;*/
}
.maincolumn-content {
    font-size: 15px;
    line-height: 1.9em;
}
.maincolumn-content img {
    max-width: 100%;
}
.maincolumn-content h2 {
    font-size: 17px;
    color: #535151;
    padding-bottom: 15px;
}
.maincolumn-content #intestazione {
    background-position: 0px 2px;
}
.maincolumn-content p {
    max-width: 690px;
    text-align: justify;
}
.maincolumn-content li {
    max-width: 94%;
}
.maincolumn-content span.aspan {
    font-weight: 800;
    color: #ff0202;
}
.maincolumn-content span.mars {
    font-weight: 800;
    color: #bdb4a4;
    text-shadow: 0px 0px 1px #ccc;
}
.maincolumn-content .highslide > img {
    width: 210px;
    height: 118px;
}

.maincolumn-content .lof-ass .lof-description {
    line-height: 1.8em;
    font-size: 13px;
    max-width: 350px;
}
.maincolumn-content .lof-ass .lof-description p {
    width: 300px;
}
.maincolumn-content .lof-ass .lof-navigator li h4 {
    line-height: 1em;
    font-size: 13px;
    color: #e0e0e0;
    padding: 10px 0 0 !important;
}
.maincolumn-content .lof-ass .lof-navigator li img {
    margin: 10px 15px 10px 0px;
}

.moduletable.mostread-box {
    max-width: 285px;
}
.btn.btn-prog {
    display: inline-block;
    position: relative;
    padding: 8px 12px;
    border: 1px solid #666;
    border-radius: 20px;
    background-color: rgba(90, 143, 177, 1);
    color: #fff;
    font-size: 90%;
    margin-top: 10px;
    box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.4);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    transition: box-shadow 0.3s ease-in-out;
}
.btn.btn-prog::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    border-radius: 20px;
    box-shadow: inset 0px 0px 21px 0px rgba(0,0,0,0.6);
    color: #ccc;
    top: 0px;
    left: 0px;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.btn.btn-prog:hover::after {
    opacity: 1;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.btn.btn-prog.btn-aspan {
    background-color: rgba(248,44,44,1);
}
.btn.btn-prog.btn-mars {
    background-color: rgba(165,176,185,1);
}
.btn.btn-prog.btn-toolcam {
    background-color: rgba(0,107,193,1);
}

.mod_imageshowcase_container {
    margin-bottom: 20px;
}

/* tabella moduli aggiuntivi */
.pa-opt-table-row {
    position: relative;
    clear: both;
    line-height: 1.5em;
}
.pa-opt-list-col {
    display: block;
    position: relative;
    float: left;
}
.pa-opt-list-col.col1 {
    width: 70px;
}
.pa-opt-list-col.col1 img {
    margin-top: 22px;
    position: relative;
    display: block;
}
.pa-opt-list-col.col2 {
    width: 585px;
    max-width: 100%;
    padding-left: 25px;
}
.pa-opt-list-title {
    display: block;
    position: relative;
}
.pa-opt-list-title:hover {
    background-color: #f6f6f6;
    border-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.pa-opt-list-title h3 {
    font-weight: 700;
    color: #333;
    font-size: 20px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.pa-opt-list-details {
    display: inline-block;
    position: absolute;
    top: 4px;
    right: 0px;
}
.pa-opt-list-prog {
    margin-bottom: 40px;
}
.pa-opt-list-prog ul {
    display: block;
    position: relative;
    list-style: none;
    padding-left: 0px;
}
.pa-opt-list-prog li {
    display: inline-block;
    position: relative;
    font-size: 75%;
    margin-right: 6px;
}
.pa-label-link {
    display: inline-block;
    position: relative;
    padding: 1px 11px;
    background-color: #ccc;
    border-radius: 15px;
    box-shadow:  0px 0px 10px rgba(2,2,2,0);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.pa-label-link.pro {
    background-color: #d00;
    color: #fff;
}
.pa-label-link.se {
    background-color: #333;
    color: #fff;
}
.pa-label-link.tc {
    background-color: #0073BF;
    color: #fff;
}
.pa-label-link:hover {
    text-decoration: none;
    box-shadow:  0px 0px 10px rgba(60,60,60,0.8);
    text-shadow: 0px 0px 5px #fff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.pa-label-link.pro:hover {
    box-shadow: 0px 0px 10px rgba(210, 63, 63, 0.8);
}
.pa-label-link.tc:hover {
    box-shadow: 0px 0px 10px rgba(0, 115, 191, 0.8);
}
/* pulsante download PDF */
.btn.btn-medium.btn-pdf {
    display: inline-block;
    position: relative;
    padding: 5px 10px 5px 60px;
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: #444;
    color: #fff;
    box-shadow: 0px 0px 5px #ccc;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.btn.btn-medium.btn-pdf:hover {
    background-color: #b32020;
    color: #fff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.btn.btn-medium.btn-pdf::before {
    content: ' ';
    display: block;
    position: absolute;
    width: 50px;
    height: 43px;
    left: 4px;
    top: -9px;
    background-image: url(../images/pdf-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
}


/* ========================================== PARTNER/ASPAN */
.banner-gears {
    background: url('../images/banner-bkg2.jpg');
    background-position: top left;
    background-repeat: no-repeat;
    padding-top: 50px;
}

.aspan-banner-container {
    /*
    display: block;
    position: relative;
    padding-top: 60px;
    padding-bottom: 50px; */
    /*border-top: 1px solid #ccc;*/
    border-bottom: 1px solid #ccc;
    background: url('../images/banner-bkg2.jpg');
    background-position: top left;
    background-repeat: no-repeat;
}
.aspan-banner-container .logo-partneraspan {
  margin-bottom: 25px;
}
.aspan-banner-container .intro-txt {
    text-align: justify !important;
}
.aspan-banner-container .intro-txt a {
    color: #444;
    text-decoration: underline;
}
.aspan-banner-container .release-info a {
    text-decoration: none;
}
.aspan-banner-container .release-info a:hover {
    text-decoration: underline;
}

.banner-container.release-info {
    display: block;
    position: relative;
    /*width: 100%;*/
    background-color: #98b0d2;
    color: #FFF;
    border-color: #1b68ac !important;
    border-bottom: 8px solid;
    border-top: 2px solid;
    border-left: 1px solid;
    border-right: 1px solid;
    border-top-right-radius: 20px;
    /*
    -webkit-box-shadow: inset 0px 0px 20px 0px rgba(255,255,255,1);
    -moz-box-shadow: inset 0px 0px 20px 0px rgba(255,255,255,1);
    box-shadow: inset 0px 0px 20px 0px rgba(255,255,255,1);
    */
}
.banner-container.release-info .aspan-ico {
    display: block;
    position: relative;
    float: left;
    padding-right: 15px;
}
.banner-container.release-info .latest-release {
    display: block;
    position: relative;
    float: left;
    padding-top: 8px;
    padding-right: 15px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2em;
    text-transform: uppercase;
}
.version-big {
    display: block;
    position: relative;
    font-size: 102px;
    font-weight: 700;
    color: #ff1d1d;
    line-height: 1em;
}
.banner-container.release-info .version-big{
    float: left;
    text-shadow: 0px 0px 8px #fff;
    line-height: inherit;
}
/* correggo visualizzazione numero versione del banner per schermi piccoli */
@media screen and (max-width: 530px) {
    .banner-container.release-info .version-big {
        clear: left;
        line-height: 1em;
        padding-left: 78px;
        margin-top: -15px;
    }
    .banner-container.release-info .btn-container {
        clear: left;
        padding-top: 0px;
    }
}
.banner-container.release-info .btn-container {
    display: block;
    position: relative;
    float: right;
    margin-right: 15px;
    padding-top: 22px;
    margin-bottom: 15px;
}
.banner-container.release-info .btn.release {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
    border: 1px dashed #1b68ac;
    padding: 0px 10px;
    border-radius: 10px;
}
.banner-container.release-info .btn.release:hover {
    text-decoration: none;
    background-color: #1b68ac;
    border: 1px dashed #fff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.home-aspan-links-banner {
    background-image: url('../images/partneraspan-screenshot.png');
    background-repeat: no-repeat;
    background-position-x: 15px;
    background-position-y: top 10px;
    padding-top: 0px;
    padding-bottom: 30px;
}
ul.banner-links {
    position: relative;
    display: block;
    z-index: 10;
    text-align: right;
    list-style: none;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.aspan-banner-container ul.banner-links a {
    text-decoration: none;
}
.aspan-banner-container ul.banner-links a:hover {
    text-decoration: underline;
}
.aspan-banner-container .banner-background {
    display: block;
    position: absolute;
    bottom: 167px;
    left: 0px;
    z-index: 0;
}
/* modulo su homepage */
.t3-spotlight .t3-module {
    margin-bottom: 0px;
}

/* ========================================== BIGGER FONT MAIN CONTENT */
.bigger-txt {
    font-size: 15px;
    line-height: 1.9em;
  }
  .aspan-banner-container .banner-background {
    bottom: 189px;
  }
  .toolcam-banner-container .banner-background {
    bottom: -11px;
  }
  .toolcam-banner-container .comingsoon {
    margin-top: 40px;
  }
  .toolcam-banner-container span.toolcam {
    padding-top: 20px;
  }

  .toolcam-banner-container .label-new {
    top: -75px;
  }

  /* ========================================== TOOLCAM (homepage) */
.toolcam-banner-container {
    display: block;
    position: relative;
    padding-top: 40px;
    /*padding-bottom: 30px;*/
    /*border-top: 1px solid #ccc;*/
    /*border-bottom: 1px solid #ccc;*/
    background: url('../images/cnc-machines-bkg.jpg');
    background-position: bottom 25px left 15px;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}
@media screen and (max-width: 990px) {
    .toolcam-banner-container {
        background-position: bottom 25px right 15px;
    }
}
.banner-intro {
    display: table;
    position: relative;
}
.toolcam-banner-container .banner-background {
    display: block;
    position: absolute;
    bottom: -24px;
    left: 20px;
    z-index: 0;
}
.toolcam-banner-container .label-new {
    display: block;
    position: absolute;
    /*top: -77px;*/
    /*right: 33px;*/
    top: -66px;
    left: 197px;
}
.toolcam-banner-container .logo {
    display: block;
    position: relative;
    width: 300px;
    float: left;
    margin-top: 10px;
}
.toolcam-banner-container .banner-txt {
    display: block;
    position: relative;
    float: left;
    width: 376px;
    text-align: justify !important;
    /*line-height: 1.2em;*/
}
.toolcam-banner-container div.icon {
    margin-top: -5px;
    margin-left: auto;
    margin-right: 15px;
    float: left;
}
.banner-toolcam-links {
    clear: left;
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: #0073BF;
    color: #fff;
    padding: 2px 15px 22px;
    border-bottom: 8px solid #009DFF;
    border-top: 1px solid #009DFF;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.4);
    transition: all ease 0.8s;
}
.banner-toolcam-links:hover {
    border-top-right-radius: 60px 50%;
    transition: all ease 0.8s;
    box-shadow: 15px -15px 25px rgba(2,2,2,0.2);
}
.toolcam-banner-container .missingpiece {
    text-align: left;
    padding-bottom: 5px;
    text-transform: uppercase;
    padding-left: 10px;
}
.banner-toolcam-links .banner-buttons {
    margin-top: 110px;
}
.banner-toolcam-links span.toolcam {
    text-transform: none;
    font-size: 28px;
    margin-left: -6px;
    padding-bottom: 5px;
    display: inline-block;
    margin-bottom: 5px;
    padding-top: 10px;
    color: #fff;
}
.banner-toolcam-links span.disponibile {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 110%;
    padding-left: 10px;
}
.banner-toolcam-links a {
    text-transform: uppercase;
    font-size: 12px;
    padding: 5px 8px;
    margin-top: 10px;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    float: right;
    margin-left: 15px;
    background-color: #0073bf;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.banner-toolcam-links a:hover {
    background-color: #009dff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

/* ========================================== TOOLCAM colonna sinistra */
.moduletoolcam {
  margin-top: 50px;
  margin-bottom: 30px;
}
.toolcam_column_banner {
  display: block;
  position: relative;
  /* padding: 50px 10px 15px 10px; */
}
.toolcam_column_banner img {
  max-width: 100%;
  height: auto;
}
.toolcam_column_banner .new {
  display: block;
  position: absolute;
  top: -44px;
  left: -10px;
}
.toolcam_column_banner .toolcam-link {
  text-transform: uppercase;
  font-size: 90%;
  padding-top: 20px;
  text-align: right;
}
.toolcam_column_banner .toolcam-available {
  text-transform: uppercase;
  font-size: 85%;
  padding-top: 20px;
}

/* ========================================== TOOLCAM (pg-toolcam) */
#pg-toolcam {
	font-size: 15px;
	line-height: 1.9em;
}
#pg-toolcam h2.section-title {
    border-top: 4px solid;
    padding-top: 12px;
    text-transform: uppercase;
    color: #0071cc;
    font-weight: 800;
    /*background-color: #eee;*/
    padding-bottom: 10px;
    /*text-shadow: 0px 0px 2px #505050;*/
    text-shadow: 0px 0px 2px #1d4dd1;
    padding-left: 10px;
    margin-bottom: 22px;
    border-top-right-radius: 20px;
    /* gradiente */    
    background: rgba(238,238,238,1);
    background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(246,246,246,1) 32%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(238,238,238,1)), color-stop(32%, rgba(246,246,246,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(246,246,246,1) 32%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(246,246,246,1) 32%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(246,246,246,1) 32%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(238,238,238,1) 0%, rgba(246,246,246,1) 32%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0 );
}
.pg-toolcam h3 {
    font-weight: bold;
    /*font-family: Helvetica,Arial,sans-serif;*/
    font-size: 1.5em;
    padding-left: 0px;
    margin-bottom: 10px;
    text-align: left;
}
#pg-toolcam .banner-container {
    display: table;
    position: relative;
    padding-top: 40px;
    padding-bottom: 50px;
    /*border-top: 1px solid #ccc;*/
    border-bottom: 1px solid #ccc;
    background: url('../banner-bkg.jpg');
    background-position: top right;
    background-repeat: no-repeat;
}
#pg-toolcam .banner-intro {
    display: table;
    position: relative;
}
#pg-toolcam .banner-background {
    display: block;
    position: absolute;
    bottom: -12px;
    left: 20px;
    z-index: 0;
}
#pg-toolcam .logo {
    display: block;
    position: relative;
    width: 300px;
    float: left;
    margin-top: 10px;
}
#pg-toolcam .banner-txt {
    display: block;
    position: relative;
    float: left;
    width: 390px;
    text-align: justify;
    /*line-height: 1.2em;*/
}
#pg-toolcam div.icon {
    margin-top: -5px;
    margin-left: auto;
    margin-right: 15px;
    float: left;
}
#pg-toolcam .comingsoon {
    clear: left;
    width: 100%;
    margin-top: 50px;
    background-color: #0073BF;
    color: #fff;
    padding: 2px 15px 22px;
    border-bottom: 8px solid #009DFF;
    border-top: 1px solid #009DFF;
    border-top-right-radius: 40px;

    -webkit-box-shadow: inset 0px 10px 37px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: inset 0px 10px 37px 0px rgba(0,0,0,0.4);
    box-shadow: inset 0px 10px 37px 0px rgba(0,0,0,0.4);
}
#pg-toolcam .missingpiece {
    text-align: left;
    padding-bottom: 5px;
    text-transform: uppercase;
    padding-left: 10px;
}
#pg-toolcam span.toolcam {
    text-transform: none;
    font-size: 28px;
    margin-left: -6px;
    padding-bottom: 5px;
    display: inline-block;
    margin-bottom: 5px;
    padding-top: 10px;
}
#pg-toolcam .comingsoon span.disponibile {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 110%;
    padding-left: 10px;
}
#pg-toolcam .comingsoon a {
    text-transform: uppercase;
    font-size: 12px;
    padding: 10px 5px;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    float: right;
    margin-left: 15px;
    margin-top: -12px;
}
#cam-preview ul {
    list-style: none;
    padding: 0px;
}
#cam-preview ul li {
    display: inline-block;
    margin-right: 5px;
}
#cam-preview ul li img {
    border: 1px solid #ccc;
}

#toolcam-index p {
    margin: 0px;
}
#toolcam-index ul {
    margin: 0px;
    list-style: none;
    padding-left: 0px;
    text-transform: uppercase;
    font-size: 90%;
    line-height: 1.6em;
}
#toolcam-index ul a {
    text-decoration: none;
    color: #0073bf;
}
#toolcam-index ul a:hover {
    text-decoration: underline;
}

/* TABELLA TOOLCAM FEATURES */
table#toolcam-features {
    width: 100%;
    line-height: 1.3em;
    border-collapse: collapse;
    border: 1px solid #ccc;
    font-weight: 600;
    color: #555;
}
#toolcam-features th,
#toolcam-features td,
#toolcam-features tr {
    border-width: 1px;
    border-collapse: collapse;
    border-spacing: 5px;
    border: none;
    border-bottom: 1px solid #ccc;
}
#toolcam-features tr {
    margin: 0px;
    padding: 0px;
}
#toolcam-features .col-1 {
    padding-left: 10px;
    width: auto;
    height: 60px;
}
#toolcam-features .col-2,
#toolcam-features .col-3 {
    width: 90px;
    height: 60px;
}
#toolcam-features th {
    font-size: 70%;
    font-weight: 700;
    background-color: #0071cc;
    color: #fff;
}
#toolcam-features td {
    font-size: 90%;
}
#toolcam-features th,
#toolcam-features td {
    padding-top: 10px;
    padding-bottom: 10px;
}
#toolcam-features .col-1,
#toolcam-features .col-2,
#toolcam-features .col-3 {
    /*border: 1px solid #ccc;*/
    margin: 0px;
}
#toolcam-features th.col-1,
#toolcam-features td.col-1 {
    text-align: left;
    padding-right: 60px;
}
#toolcam-features th.col-2,
#toolcam-features th.col-3,
#toolcam-features td.col-2,
#toolcam-features td.col-3 {
    text-align: center;
}

#toolcam-features tr.odd {
    background-color: #e7f3ff;
}
.pg-toolcam .header-img {
    margin-bottom: 40px;
}
.pg-toolcam span.slogan {
    display: block;
    position: relative;
    padding: 0;
    font-size: 1.4em;
    font-weight: normal;
    color: #333;
    text-align: left;
    width: 100%;
    margin: 15px 0;
}

/* ------------------ */
.toolcam-highlight-box {
    display: block;
    position: relative;
    /*background-color: #e5f5ff;*/
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 60px;
    /* ombreggiatura */
    -webkit-box-shadow: 0px 0px 20px 0px rgba(2,2,2,0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(2,2,2,0.1);
    box-shadow: 0px 0px 20px 0px rgba(2,2,2,0.1);
    background: rgb(248, 248, 248);
    border: 1px solid #eee;
}

div.left-col,
div.right-col {
    display: block;
    position: relative;
    width: 45%;
    float: left;
}
div.left-col {
    padding-right: 20px;
}
div.right-col {
    padding-left: 20px;
}

#toolcam-index {
	margin-bottom: 40px;
}

div.toolcam-download-brochure-box {
    display: block;
    position: relative;
    text-align: center !important;
    width: 120px;
    background-color: #edf2f5;
    border-radius: 20px;
	border: 2px solid #ccc;
	padding-top: 10px;
    padding-left: 5px;
}
div.toolcam-download-brochure-box:hover {
    background-color: #d2eeff;
    border: 2px solid #999;
}
div.toolcam-download-brochure-box a {
    text-decoration: none;
    color: #333;
}
div.toolcam-download-brochure-box span {
    display: inline-block;
    font-size: 12px;
    line-height: 1.2em;
    height: auto;
    padding-bottom: 10px;
}
#cad-preview li,
#cam-preview li {
    display: inline-block;
    position: relative;
}

/* ----------------------------------------------------- */
/*                                                       */
/*  H O M E   P R O D U C T S   P R E S E N T A T I O N  */
/*                                                       */
/* ----------------------------------------------------- */
.page-slider {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: block;
    position: relative;
    background: #ccc;
    overflow: hidden;
    margin-left: -5px;
    margin-right: -5px;
    margin-top: -5px;
    margin-bottom: 30px;
    border-bottom: 4px solid #ccc;
    box-shadow: 0 20px 10px #ccccccab;
}

#presentation-container {
    display: block;
    position: relative;
    height: 450px;
    background-image: url('../images/ats-home-presentation-bg.jpg');
    background-size: cover;
    background-position: bottom left;
    background-repeat: no-repeat;
}

.tp-caption a:hover {
    opacity: 0.8;
}

@media screen and (min-width: 601px) {
    #rev_slider_4_2_wrapper,
    #rev_slider_6_2_wrapper {
        display: block !important;
    }
    #rev_slider_5_3_wrapper,
    #rev_slider_8_3_wrapper {
        display: none !important;
    }
}
@media screen and (max-width: 600px) {
    #rev_slider_4_2_wrapper,
    #rev_slider_6_2_wrapper {
        display: none !important;
    }
    #rev_slider_5_3_wrapper,
    #rev_slider_8_3_wrapper {
        display: block !important;
    }
}


/* ----------------------------------------------------- */
/*                                                       */
/*           R E S P O N S I V E   L A Y O U T           */
/*                                                       */
/* ----------------------------------------------------- */

@media screen and (max-width: 992px) {
    .module.articles-list.latest_news {
        border-right: none;
        margin-bottom: 40px;
    }
    .banner-toolcam-links .banner-buttons {
        margin-top: 0px;
    }
    .t3-footnav .col-lg-3 {
        border-right: 1px solid #e7e7e7;
        min-height: 200px;
        padding-left: 40px;
    }
    .t3-footnav .col-lg-3:nth-child(3),
    .t3-footnav .col-lg-3:last-child {
        border-right: none;
    }
    .menu-aspan,
    .menu-toolcam,
    .menu-mars {
        max-width: 855px !important;
    }

    .pg-dealers .itemList .itemContainer {
        width: 100% !important;
    }
    .pg-dealers div.subCategoryContainer {
        width: 100% !important;
    }
    .pg-dealers div.subCategory {
        margin: 0px;
        padding: 0px;
    }
    .pg-dealers div.subCategory a.subCategoryImage {
        min-height: 100px;
    }
    div.subCategory a.subCategoryImage img, div.subCategory a.subCategoryImage:hover img {
        margin: 0 0px 0 0;
    }
    .pg-dealers div.subCategory h2 a {
        margin-top: 20px;
    }
}

@media screen and (min-width: 769px) {
    /* nascondo menu mobile nelle viste desktop */
    /* passaggio a menu mobile */
    .off-canvas-toggle {
        display: none;
    }
}
@media screen and (max-width: 769px) {
    /* nascondo menu mobile nelle viste desktop */
    /* passaggio a menu mobile */
    .t3-megamenu {
        display: none;
    }
    .t3-off-canvas {
        width: 350px;
    }
    .t3-mainnav {
        background: #eee;
        border-radius: 0px;
    }
    .navbar {
        min-height: 60px;
    }
    .off-canvas-toggle {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
    .off-canvas-toggle span {
        left: 15px;
        width: 28px;
    }
    .off-canvas-toggle span.bar-first {
        top: 21px;
    }
    .off-canvas-toggle span.bar-mid {
        top: 30px;
    }
    .off-canvas-toggle span.bar-last {
        top: 39px;
    }
    .off-canvas-open .off-canvas-toggle {
        background: #eb2727;
        opacity: 0.5;
    }
    .off-canvas-open .off-canvas-toggle span.bar-first,
    .off-canvas-open .off-canvas-toggle span.bar-last {
        top: 30px;
    }
    .off-canvas-effect-4.off-canvas-open .t3-wrapper, .off-canvas-effect-4.off-canvas-open .t3-mainnav-android {
        -webkit-transform: translate3d(350px, 0, 0);
        transform: translate3d(350px, 0, 0);
    }
    .t3-wrapper::after {
        background: none;
    }
    .t3-off-canvas .t3-off-canvas-header {
        height: 50px;
    }
    .t3-off-canvas .close {
        font-size: 35px;
        height: 58px;
        line-height: 50px;
        width: 50px;
        margin-top: -8px;
    }
    .t3-off-canvas .t3-off-canvas-header h2 {
        line-height: 50px;
        background: none;
        box-shadow: none;
        border: none;
        border-radius: 0px;
        font-size: 32px;
        padding-top: 0px;
        margin-top: 0px;
        color: #434c5e;
        padding-left: 0px;
    }


    /* voci menu mobile */
    .t3-off-canvas .t3-off-canvas-body {
        padding: 10px 0px;
    }
    .t3-off-canvas .t3-off-canvas-body a,
    .t3-off-canvas .t3-off-canvas-body span {
        font-weight: 600;
        border-radius: 0px;
        padding: 15px 0 15px 15px;
        border-bottom: 1px solid #eee;
    }
    .t3-off-canvas .t3-off-canvas-body span {
        display: block;
        position: relative;
        width: 100%;
    }
    .nav-stacked > li + li {
        margin-top: 0px;
    }
    .nav-pills > li.active > a, 
    .nav-pills > li.active > a:hover, 
    .nav-pills > li.active > a:focus {
        background-color:#0067ba;
        border-radius: 0px;
        margin: 0px;
    }
    .t3-off-canvas .t3-off-canvas-body .dropdown-menu {
        display: block;
        position: absolute;
        left: 0px;
        transform: translate(350px);
        transition: all ease 0.6s;
    }
    .t3-off-canvas .t3-off-canvas-body .open .dropdown-menu {
        display: block;
        position: relative;
        background: #f3f4f5;
        padding-right: 35px;
        transform: translate(25px);
        transition: all ease 0.6s;
    }
    .dropdown-submenu > .dropdown-menu {
        margin-top: 0px;
    }
    .t3-off-canvas .t3-off-canvas-body .dropdown-menu a {
        color: #1780d5;
        border-bottom: 1px solid #d3d3d3;
        white-space: normal;
    }
    .t3-off-canvas .t3-off-canvas-body .dropdown-menu span {
        color: #939393;
        border-bottom: 1px solid #d3d3d3;
    }
    .t3-off-canvas .t3-off-canvas-body .caret {
        position: absolute;
        width: 100%;
        height: 51px;
        top: 0px;
        left: 0px;
        border-top: none;
        background: none;
    }
    .t3-off-canvas .t3-off-canvas-body .caret:after {
        font-family: 'FontAwesome';
        content: '\f105';
        display: block;
        position: absolute;
        right: 20px;
        top: 7px;
        font-size: 26px;
        font-weight: 900;
        font-style: normal;
    }
    .t3-off-canvas .t3-off-canvas-body .open .caret:after {
        content: '\f107';
        top: 9px;
    }
    .t3-off-canvas .t3-off-canvas-body .opt-module img {
        display: inline-block;
        margin: 0px 20px 0px 0px;
    }
    .t3-off-canvas .t3-off-canvas-body .dropdown-menu a > span {
        display: inline-block;
        width: auto;
        border: none;
        color: #1780d5;
    }
    .t3-off-canvas .t3-off-canvas-body .dropdown-menu .divider {
        height: inherit;
        margin: inherit;
        overflow: inherit;
        background-color: inherit;
    }

    .t3-off-canvas .mobile-contact-icons {
        position: absolute;
        bottom: 10px;
        width: 100%;
        text-align: center;
    }

    /* << */

    .t3-wrapper {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .ats-page-boundary {
        box-shadow: none;
        border-radius: 0px;
        margin: 0px;
        max-width: 100%;
    }
    .ats-page-boundary-inner,
    .t3-header,
    .ats-footer-last {
        border-radius: 0px;
    }
    .logo-image {
        text-align: left;
    }

    .row {
        margin-left: -5px;
        margin-right: -5px;
    }

    .breadcrumbs {
        display: none;
    }

    .head-search {
        display: block;
        position: absolute;
        margin-top: 0px;
        top: -57px;
        right: 10px;
    }
    .head-search input[type="search"] {
        height: auto;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .head-search .search::before {
        top: 3px;
    }
    .custom.pa-homepage-block {
        margin-left: -10px;
        margin-right: -15px;
    }
    .t3-mainbody .custom.banner {
        margin-left: -10px;
        margin-right: -15px;
    }


    h2, #intestazione,
    div.itemHeader h2.itemTitle {
        display: block;
        position: relative;
        width: 100%;
        padding: 4px 0px 4px 15px;
        background: none;
        margin-top: 40px;
        margin-left: 0px;
        margin-right: 0px;
        background: none;
        box-shadow: 0px 3px 5px 5px #f5f3f3;
    }
    .page-title, #intestazione.page-title {
        margin: 0px 0px 40px 0px;
    }
    div.itemFullText ul,
    div.itemFullText ol {
        padding-left: 0px;
        text-align: justify;
    }
    div.itemFullText ul li, 
    div.itemFullText ol li {
        padding-bottom: 15px;
        list-style-position: inside;
    }
    div.itemFullText ul.page-index li {
        padding-bottom: 0px;
        list-style-position: outside;
    }
    div.itemFullText ul.page-index {
        padding-left: 10px;
        text-align: left;
    }
    .toolcam-download-brochure-btn-box,
    .toolcam-request-quote-btn-box {
        display: block;
        position: relative;
        clear: left;
        margin-top: 25px;
        height: 55px;
    }
    .toolcam-download-brochure-btn-box > p {
        margin-top: 42px !important;
    }
    .btn.btn-prog {
        max-width: 100%;
        white-space: pre-wrap;
    }

    .pg-faq .itemList .card .btn-link {
        white-space: normal;
        padding-right: 25px;
    }

    .pg-contatti .itemFullText img {
        margin: auto;
    }
    .pg-contatti .itemFullText p {
        text-align: center;
    }

    /* footer */
    .ats-footer-last {
        min-height: 100px;
        box-shadow: inset 0px 0px 50px rgba(0,0,0,0.4);
    }
    .t3-footnav h3,
    .t3-footnav h4, .t3-footnav .h4 {
        font-size: 14px;
    }
    .t3-footnav p {
        font-size: 14px;
    }
    .t3-footnav p > a {
        display: inline-block;
        padding-top: 5px;
        padding-bottom: 5px;
        text-decoration: underline;
    }
    .t3-footnav .col-lg-3,
    .t3-footnav .col-lg-3:nth-child(3) {
        min-height: unset;
    }
    #contact-icons img {
        width: 32px;
        margin-bottom: 15px;
    }

    /* seleziona lingua                                        */
    div.mod-languages {
        top: -116px !important;
        right: 4px !important;
    }
    /* << */
}

@media screen and (max-width: 860px) {
    .menu-aspan,
    .menu-toolcam,
    .menu-mars {
        max-width: 700px !important;
        margin: 0px;
    }
    .menu-toolcam {
        margin-left: -144px;  
    }
    .menu-mars {
        margin-left: -240px;  
    }
    .navbar-nav > li > a, .navbar-nav > li > span {
        padding: 10px 5px 5px;
    }
}

/* schermo cellulare */
@media screen and (max-width: 550px) {
    .t3-header {
        padding: 15px;
        box-shadow: inset 0px 0px 50px rgba(0,0,0,0.4);
    }
    .logo-image img {
        width: 240px;
        margin-left: -25px;
    }
    .site-slogan {
        display: block !important;
        position: relative;
        width: 100%;
        background: #d5cfcf9c;
        margin-top: -10px;
        padding: 5px 0 5px 10px;
        font-weight: 600;
        font-size: 12px;
        color: #595245;
        text-shadow: 0 0 7px #f2e3c6;
    }
    .t3-content {
        padding-left: 15px;
        padding-right: 15px;
    }
    .pa-opt-list-prog li {
        font-size: 70%;
        margin-right: 4px;
    }
    .pa-opt-list-prog li:first-child {
        display: block;
    }
    .pa-label-link {
        padding: 3px 8px;
    }
    .articles-list div.k2ItemsBlock ul {
        font-size: 14px;
        padding-left: 15px;
    }
    .articles-list div.k2ItemsBlock ul li {
        margin: 0 0 18px 0;
    }


    .t3-mainbody {
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
    .ats-content-background {
        padding-bottom: 0px;
    }
    .t3-sidebar {
        border-top: 6px solid #eee;
        background: #eee;
        padding-top: 60px;
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
        box-shadow: 0px 0px 30px inset rgba(0,0,0,0.3);
    }
    .t3-sidebar .banner-depliant {
        display: none;
    }

    .tp-caption.thintext_dark_bg, .thintext_dark_bg p {
        display: none !important;
    }
    .tp-caption.thintext_dark_bg, .thintext_dark_bg p:first-child {
        display: block !important;
        line-height: 2.5em !important;
        text-align: left;
        padding-bottom: 0px !important;
        padding-top: 7px !important;
        margin-left: 15px !important;
    }

    .catItemView.pg-moduli-opt .catItemBody {
        padding: 0px 0;
    }
    .pa-opt-list-col.col1 img {
        margin-top: 0px;
    }
    .pa-opt-list-title {
        margin-bottom: 10px;
    }
    .pa-opt-list-details {
        position: relative;
    }
    .pa-opt-list-col.col2 {
        padding-left: 0px;
    }
    .pa-opt-list-col.col2 .pa-label-link {
        margin-bottom: 10px;
    }

    .pg-dealers div.subCategory {
        margin: 0px;
        padding: 0px;
    }
    .pg-dealers div.subCategory a.subCategoryImage {
        min-height: 100px;
    }
    div.subCategory a.subCategoryImage img, div.subCategory a.subCategoryImage:hover img {
        margin: 0 0px 0 0;
    }
    .pg-dealers div.subCategory h2 a {
        margin-top: 20px;
    }

    .btn.btn-prog {
        padding: 14px 12px;
        font-weight: 600;
        text-shadow: 0 0 4px #ffffffbf;
        font-size: 95%;
    }

    /* seleziona lingua                                        */
    div.mod-languages {
        top: -128px !important;
        right: 4px !important;
    }
}

/* schermo cellulare a bassissima risoluzione */
@media screen and (max-width: 366px) {
    /* seleziona lingua                                        */
    div.mod-languages {
        top: -145px !important;
        right: 4px !important;
    }
}

/* Schermo cellulare con risoluzione verticale molto bassa */
@media screen and (max-height: 560px) {
    .t3-off-canvas .mobile-contact-icons {
        bottom: 5px;
    }
    .t3-off-canvas .mobile-contact-icons h4 {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .t3-off-canvas .mobile-contact-icons #contact-icons {
        padding-top: 5px !important;
    }
}
@media screen and (max-height: 525px) {
    .t3-off-canvas .mobile-contact-icons {
        position: relative;
        margin-top: 20px;
    }
    .t3-off-canvas .mobile-contact-icons h4 {
        margin-top: 0px;
        margin-bottom: 20px;
    }
}