/*
 *
 * VIMO
 * BY ing. Nicolò Chiellini
 * n.chiellini@4sigmait
 *
 */
.montserrat {
    font-family: 'Montserrat', sans-serif;
}
html {
    border: none;
    padding: 0px;
    margin: 0px;
    float: left;
    color: #000;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    background-color: #fff;
}
body {
    border: none;
    padding: 0px;
    margin: 0px;
    width: 100%;
    min-height: 100%;
    font-size: 15px;
    line-height: 20px;
    float: left;
    background-color: #fff;
    color: #000;
    -webkit-text-size-adjust: 100%;

}
td {
    border: none;
    text-align: left;
    margin: 0px;
    padding: 0px;
}

div, p, h1, h2, h3, h4, h5, h6, ul,
footer, header, nav, article, main, form,
aside, section {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
    text-align: left;
    text-decoration: none;
    -webkit-text-size-adjust: 100%;
}

img {
    text-decoration: none;
    border: none;
    vertical-align: middle;
}
svg {
    border: none;
    border-image-width: 0;
    stroke-width: 0px;
}
table, td, tr {
    margin: 0px;
    padding: 0px;
    border: none;
}
table {
    float: left;
}
a {
    outline: none;
    text-decoration: none;
    color: #008bd0;
    font-weight: bold;
    cursor: pointer;
}
li {
    outline: none;
}

i, em, .italic {
    font-style: italic;
}
.underline {
    text-decoration: underline;
}
*:-placeholder
{
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-weight: 300;
}
*::-webkit-input-placeholder
{
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-weight: 300;
}

*::-moz-placeholder
{
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-weight: 300;
}
*:-moz-placeholder
{
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-weight: 300;
}

*:-ms-input-placeholder
{
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-weight: 300;
}

input:focus:-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder  { color:transparent; }

input,
textarea,
select,
button {
    outline: none;
    border: none;
    padding: 0px;
    -webkit-border-radius: 0px;
/*     -webkit-appearance: none; */
}
input,
textarea,
button {
    -webkit-appearance: none;
}
button {
    cursor: pointer;
}
input[type="checkbox"] {
    -webkit-appearance: checkbox;
    -webkit-border-radius: auto;
    vertical-align: top;
}
input[type=submit] {
    -webkit-border-radius:0px;
}

.hidden {
    display: none;
}
.over_hidden {
    overflow: hidden;
}
.block,
.desktop {
    display: block;
}
.mobile, .inline-hand, #prodotti-back-btn,
#burger-menu, #claim-mobile,
#menu-login-registrati-mobile,
#menu-top #menu-lingua-mobile,
#nav-top ul #login-registrati-menu {
    display: none;
}
.inline-block {
    display: inline-block;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.pointer,
.gallery {
    cursor: pointer;
}
.left {
    float: left;
}
.right {
    float: right;
}
.none {
    float: none;
}
.clear {
    clear: both;
}
.v_top {
    vertical-align: top;
}
.text_top {
    vertical-align: text-top;
}
.v_middle {
    vertical-align: middle;
}
.v_bottom {
    vertical-align: bottom;
}
.m_auto {
    margin: 0px auto
}
.w_auto {
    width: auto;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-justify {
    text-align: justify;
}
.text-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.light {
    font-weight: 300;
}
.normal {
    font-weight: 400;
}
.medium {
    font-weight: 600;
}
.bold,
strong,
b {
    font-weight: 700;
}
.extrabold {
    font-weight: 900;
}
.black,
.nero,
.blacklink,
.blacklink:visited,
.black_white_lnk {
    color: black;
}
.green, .verde {
    color: green;
}
.red, .rosso {
    color: #d9272e;
}
.arancione {
    color: #ff8000;
}
.gray, .grigio, .sel {
    color: #808080;
}
.grigio_scuro {
    color: #000;
}
.blu {
    color: #008bb0;
}
.blu-scuro {
    color: #0d567d;
}
.white,
.bianco,
.whitelnk,
.white_black_lnk,
.whitelnk:visited {
    color: #FFFFFF;
}

.cover {
    background-size: 100% 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.uppercase {
    text-transform: uppercase;
}
.two-column {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}
.a_inv {
    color: #808080;
}
.bb_gray {
    border-bottom: 1px solid #e5e5e5;
}
.bt_gray {
    border-top: 1px solid #e5e5e5;
}
#over-box, #over-box-black {
    display: none;
    position: fixed;
    z-index: 1001;
    background-color: rgba(255,255,255, 0.7);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    cursor: pointer;
}
#over-box-black {
    background-color: rgba(0,0,0,0.9);
    z-index: 998;
}
.modal-box {
    display: none;
    position: fixed;
    line-height: 19px;
    padding: 20px 10px;
    font-size: 16px;
    color: white;
    text-align: left;
    width: 300px;
    left: 50%;
    margin-left: -160px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    background-color: white;
    z-index: 1002;
    top: -500px;
    border: 1px solid #e5e5e5;
}
/* Honey POT anti SPAM */
.hnpt {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: transparent;
    height: 100%;
}
.btn,
.btn-big {
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    font-weight: 900;
    background-color: #0d567d;
    color: white;
    text-align: center;
}
.btn-big {
    height: 50px;
    line-height: 50px;
}
.ritch-cont {
    /* Qua se vogliamo imporre qualcosa */
}
.ritch-cont ul {
    width: 100%;
    box-sizing: border-box;
    list-style-type: disc;
    padding-left: 18px;
}
.ritch-cont ol {
    width: 100%;
    box-sizing: border-box;
    list-style-type:decimal;
    padding-left: 18px;
}
.ritch-cont li {
    float: left;
    width: 100%;
}
.ritch-cont img {
    max-width: 100% !important;
    height: auto !important;
}

/* MAIN */
header {
    background-color: white;
    height: 120px;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.5);
    z-index: 10;
    position: relative;
}
.page {
    width: 1280px;
}
.small-page {
    width: 1000px;
}
.centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
}
#header-top {
    width: 1000px;
    float: none;
    margin: 15px auto 0px auto;
    position: relative;
}
#header-top-left {
    width: auto;
    float: left;
    font-size: 12px;
    font-weight: bold;
    line-height: 13px;
    color: #008bb0;
}
#header-claim {
    display: inline-block;
    float: left;
    margin-top: 25px;
}
#vimo-logo-top {
    display: inline-block;
    float: left;
    margin-right: 15px;
}
#vimo-logo-top img,
#footer-logo img {
    height: 61px;
}
#header-top-right {
    width: 360px;
    float: right;
    margin-top: 7px;
}
#header-login {
    display: block;
    float: right;
    width: auto;
}
.form-login-top {
    width: 140px;
    height: 30px;
    padding: 5px;
    box-sizing: border-box;
    display: block;
    float: left;
    background-color: rgba(0,139,208,0.1);
    font-size: 12px;
    font-weight: 300;
    /*color: #a6a6a6;*/
    color: #000;
    text-align: right;
}
#header-login-registrati {
    width: 140px;
    float: right;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 5px;
    font-weight: bold;
    text-align:  right;
}
#header-recupera-password {
    width: 140px;
    float: right;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 5px;
    margin-top: 2px;
    font-weight: bold;
    margin-right: 10px;
    text-align:  right;
}
#nav-top {
    width: 1000px;
    padding: 0px 12px;
    height: 60px;
    position: absolute;
    top: 90px;
    background-color: rgba(0,139,208,1);
    left: 50%;
    margin-left: -512px;
}
#nav-top ul {
    display: block;
    float: left;
    width: 100%;
}
#nav-top ul li {
    display: block;
    float: left;
    width: auto;
    margin-right: 40px;
}
#nav-top ul li a {
    display: block;
    float: left;
    height: 60px;
    line-height: 60px;
    box-sizing: border-box;
    border-bottom: 5px solid rgba(0,139,208,1);
    color: white;
    font-weight: 900;
}
#nav-top ul li .sel {
    border-bottom: 5px solid white;
}
#nav-top ul .lang-menu {
    float: right;
}
#nav-top ul #lang-menu-en {
    margin-right: 0px;
}
main {
    min-height: 500px;
}
footer {
    min-height: 110px;
    padding-top: 40px;
    background-color: white;
    color: #808080;
    font-size: 13px;
    line-height: 16px;
    font-weight: 300;
}
#footer-int {
    width: 1000px;
    float: none;
    margin: 0px auto;
}
#slider-hp {
    width: 100%;
    height: 500px;
}
.slide-hp {
    height: 500px;
    position: relative;
}
.slide-hp-nav-el {
    display: block;
    float: left;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #0d567d;
    position: absolute;
    top: 0px;
}
#slide-hp-nav-next {
    right: 0px;
}
#slide-hp-nav {
    z-index: 15;
    height: 60px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    width: 120px;
    left: 140px;
}
.slide-hp-text-int {
    background-color: rgba(13,86,125,0.5);
    position: absolute;
    right: 140px;
    width: 530px;
    top: 100px;
    padding: 10px;
}
.slide-title {
    color: white;
    font-size: 30px;
    line-height: 30px;
    font-weight: 900;
    text-align: right;
    text-transform: uppercase;
}
.slide-text {
    font-size: 20px;
    line-height: 25px;
    font-weight: 300;
    text-align: right;
    color: white;
    margin-top: 10px;
}
.slider-btn {
    width: 120px;
    position: absolute;
    display: block;
    bottom: -60px;
    right: 0px;
}
#fascia-prodotti-hp {
    height: auto;
    margin-bottom: 40px;
}
#fascia-news-registrazione-hp {
    position: relative;
    z-index: 2;
}
#fascia-registrazione {
    position: absolute;
    height: 100%;
    width: 50%;
    background-color: #008bd0;
    left: 0px;
    top: 0px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    z-index: 1;
}
#fascia-news {
    position: absolute;
    height: 100%;
    width: 50%;
    background-color: #0D567D;
    right: 0px;
    top: 0px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    z-index: 1;
}
#fascia-news-registrazione-obj {
    width: 1000px;
    z-index: 10;
    position: relative;
    float: none;
    margin: 20px auto;
/*     min-height: 500px; */
}
#fascia-news-registrazione-hp .btn-big {
    background-color: white;
    color: #008bd0;
}
.title {
    font-size: 30px;
    line-height: 33px;
    color: white;
    font-weight: 900;
}
.small-title {
    font-size: 20px;
    line-height: 23px;
    font-weight: 900;
}
.riga-news-hp {
    border-bottom: 1px solid white;
    box-sizing: border-box;
    padding: 10px 130px 10px 0px;
    position: relative;
    height: 120px;
}
.btn-news-list {
    position: absolute;
    top: 10px;
    right: 0px;
}
.news-list-title {
    height: 60px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    overflow: hidden;
    text-transform: uppercase;
}
.news-list-abs {
    height: 60px;
    font-size: 15px;
    line-height: 20px;
    position: absolute;
    left: 0px;
    bottom: 10px;
}
.news-list-data {
    font-size: 15px;
    line-height: 20px;
}
#news-hp-list-cont .riga-news-hp:last-child {
    border-bottom: none;
}
#immagine-top {
    height: 250px;
    position: relative;
    margin-bottom: 40px;
}
#immagine-top h1,
#immagine-top h2 {
    background-color: rgba(13,86,125,0.5);
    position: absolute;
    right: 140px;
    padding: 10px 20px;
    width: auto;
    top: 50%;
    margin-top: -25px;
    color: white;
    font-size: 30px;
    line-height: 30px;
    font-weight: 900;
    text-align: right;
    text-transform: uppercase;
}
.news-list-obj {
    width: 48%;
    height: 170px;
    box-sizing: border-box;
    padding: 10px 130px 10px 0px;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
}
.news-list-obj .news-list-title {
    color: #0d567d;
}
#news-single-cont {
    padding: 0px 0px 0px 130px;
    box-sizing: border-box;
}
#news-single-btn {
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
}
#news-big-img {
    display: block;
    float: left;
    width: 100%;
    height: 402px;
    position: relative;
    cursor: pointer;
}
.magnify-cont {
    display: none;
    float: left;
    width: 100%;
    position: absolute;
    top: 50%;
    color: white;
    font-size: 30px;
    height: 30px;
    line-height: 30px;
    margin-top: -15px;
    text-align: center;
}
#news-big-img .magnify-cont {
    font-size: 40px;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
}
.magnify-cont i {
    text-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}
.news-thumb-img {
    display: block;
    float: left;
    width: 33.3333%;
    border-right: 10px solid white;
    border-top: 10px solid white;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}
#reg-form-login .form-login-top,
.form-contatto-input {
    display: inline-block;
    float: left;
    width: 100%;
    padding: 0px 5px;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    height: 50px;
    line-height: 50px;
}
#reg-form-login .form-login-top {
    margin-left: 0px;
    background-color: transparent;
    text-align: left;
    font-size: 15px;
}
.form-contatto-textarea {
    display: inline-block;
    float: left;
    width: 100%;
    padding: 5px 5px;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    line-height: 20px;
}
.form-contatto-select {
    display: inline-block;
    float: left;
    width: 100%;
    padding: 0px 5px;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    height: 50px;
    line-height: 50px;
    background-color: transparent;
}
#form-bottom {
    position: relative;
    padding: 0px 130px 0px 0px;
    box-sizing: border-box;
}
#btn-contatti,
#btn-registrati {
    position: absolute;
    right: 0px;
    top: 10px;
}
#id_privacy {
    vertical-align: middle;
}
#id_privacy-txt {
    font-size: 12px;
}
#categoria-menu {
    display: block;
    width: 100%;
    float: left;
    font-size: 12px;
}
#categoria-menu li {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
#categoria-menu .categoria-menu-2liv li {
    width: 100%;
    margin-bottom: 0px;
}
#categoria-menu .categoria-menu-2liv li a {
    display: block;
    width: 100%;
    float: left;
    min-height: 29px;
    line-height: 18px;
    padding: 5px 20px;
    border-bottom: 1px solid white;
    box-sizing: border-box;
    text-transform: uppercase;
    font-weight: 400;
}
.btn-supporto {
    display: block;
    float: left;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    border: none;
    padding: 0px 20px;
    color: white;
    background-color: #008BD0;
    width: 100%;
}
.btn-cat-prodotto {
    display: block;
    float: left;
    height: 50px;
    line-height: 52px;
    box-sizing: border-box;
    border: none;
    padding: 0px 20px;
    width: 100%;
    text-transform: uppercase
}
#btn-catalogo {
    border: 1px solid #0d567d;
    background-color: white;
    color: #0d567d;
}
#link-catalogo img {
    width: auto;
    max-width: 60%;
}
.doc-supporto {
    display: block;
    float: left;
    width: 100%;
    height: 49px;
    line-height: 49px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
}
#doc-last {
    border-bottom: none;
}
.doc-privacy-status {
    color: black;
    display: inline-block;
    float: left;
    margin-right: 5px;
}
.doc-dn {
    display: inline-block;
    float: right;
}
.sel .btn-supporto {
    color: white;
    background-color: #0d567d;
}
#form-ricerca-doc {
    display: block;
    float: left;
    height: 50px;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    position: relative;
}
.form-search-input {
    display: block;
    width: 100%;
    float: left;
    height: 48px;
    line-height: 48px;
    padding: 0px 60px 0px 10px;
    box-sizing: border-box;
}
#btn-search {
    position: absolute;
    height: 48px;
    line-height: 48px;
    width: 48px;
    text-align: center;
    font-size: 20px;
    right: 0px;
    top: 0px;
    background-color: transparent;
    color: #008bd0;
}
#fascia-prodotti-hp-nav {
    display: block;
    float: left;
    width: 100%;
}
#fascia-prodotti-hp-nav li {
    width: calc(100% / 7);
    display: block;
    float: left;
}
#fascia-prodotti-hp-nav a {
    display: block;
    float: left;
    width: 100%;
}
#fascia-prodotti-hp-nav img {
    width: 100%;
    max-width: 200px;
}
#fascia-prodotti-hp-nav .link-nav-prodotti {
    text-align: center;
    font-size: 13px;
    line-height: 13px;
    text-transform:uppercase;
    font-weight: 900;
}
#fascia-prodotti-hp-nav .btn-scopri-nav {
    display: block;
    float: none;
    margin: 0px auto;
    width: 120px;
}
#categoria-menu .categoria-menu-2liv {
    display: none;
}
#categoria-menu .sel .categoria-menu-2liv {
    display: block;
}
.menu_contatti {
    background-color: #008bd0;
    color: white;
    border-bottom: 1px solid #008bd0;
}
.sel .menu_contatti {
    background-color: white;
    color: #008bd0;
    border: 1px solid #008bd0;
}
#categoria-menu .categoria-menu-2liv li .submenu_contatti {
    border-bottom: 1px solid white;
    color: white;
    background-color: #008bd0;
}
.menu_alimentatori {
    background-color: #68ab38;
    color: white;
    border-bottom: 1px solid #68ab38;
}
.sel .menu_alimentatori {
    background-color: white;
    color: #68ab38;
    border: 1px solid #68ab38;
}
#categoria-menu .categoria-menu-2liv li .submenu_alimentatori {
    border-bottom: 1px solid white;
    color: white;
    background-color: #68ab38;
}

.menu_ripetitori {
    background-color: #e8b620;
    color: white;
    border-bottom: 1px solid #e8b620;
}
.sel .menu_ripetitori {
    background-color: white;
    color: #e8b620;
    border: 1px solid #e8b620;
}
#categoria-menu .categoria-menu-2liv li .submenu_ripetitori {
    border-bottom: 1px solid white;
    color: white;
    background-color: #e8b620;
}

.menu_circuiti {
    background-color: #e28224;
    color: white;
    border-bottom: 1px solid #e28224;
}
.sel .menu_circuiti {
    background-color: white;
    color: #e28224;
    border: 1px solid #e28224;
}
#categoria-menu .categoria-menu-2liv li .submenu_circuiti {
    border-bottom: 1px solid white;
    color: white;
    background-color: #e28224;
}

.menu_antincendio {
    background-color: #ff0000;
    color: white;
    border-bottom: 1px solid #ff0000;
}
.sel .menu_antincendio {
    background-color: white;
    color: #ff0000;
    border: 1px solid #ff0000;
}
#categoria-menu .categoria-menu-2liv li .submenu_antincendio {
    border-bottom: 1px solid white;
    color: white;
    background-color: #ff0000;
}

.menu_accessori {
    background-color: #6d329c;
    color: white;
    border-bottom: 1px solid #6d329c;
}
.sel .menu_accessori {
    background-color: white;
    color: #6d329c;
    border: 1px solid #6d329c;
}
#categoria-menu .categoria-menu-2liv li .submenu_accessori {
    border-bottom: 1px solid white;
    color: white;
    background-color: #6d329c;
}
.lista-categorie-prodotti {
    width: 33.3333%;
    text-align: center;
    height: 240px;
}
.lista-categorie-prodotti img {
    max-width: 200px;
    width: 100%;
}
.lista-prodotti {
    display: block;
    width: 100%;
    float: left;
    padding: 0px 0px;
    border-bottom: 1px solid #e5e5e5;
}
.lista-prodotti-img {
   display: block;
    width: 15%;
    float: left;
}
.lista-prodotti-img img {
    width: 100%;
}
.lista-prodotti-testo-cont {
   display: block;
    width: 83%;
    float: right;
}
.lista-prodotti-titolo {
   display: block;
    width: 100%;
    float: left;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
}
.lista-prodotti-testo {
   display: block;
    width: 100%;
    float: left;
}
#prodotto-img-1big {
    display: block;
    float: left;
    position: relative;
}
#prodotto-img-1 {
    display: block;
    float: left;
    width: 50%;
    height: 300px;
    border-right: 1px solid #e5e5e5;
    box-sizing: border-box;
    position: relative;
}
#prodotto-img-2big {
    display: block;
    float: left;
    width: 50%;
    height: 300px;
    box-sizing: border-box;
    padding-left: 5px solid transparent;
}
#prodotto-marcature {
    display: block;
    float: left;
    position: absolute;
    top: 0px;
    width: 60px;
    right: 10px;
}
#prodotto-marcature img {
    width: 100%;
    margin-bottom: 5px;
}
#prodotto-icone {
    margin-top: 30px;
}
#prodotto-icone img {
    margin-right: 15px;
}
#prodotto-img-2,
#prodotto-img-3 {
    display: block;
    float: left;
    width: 50%;
    height: 150px;
    box-sizing: border-box;
    border-left: 5px solid transparent;
}
#prodotto-img-2 {
    border-bottom: 5px solid transparent;
}
#prodotto-img-3  {
    border-top: 5px solid transparent;
}
.row-scheda-tecnica {
    margin-top: 10px;
}
.cp_key {
    width: 30%;
    font-weight: bold;
}
.cp_val {
    width: 70%;
    word-wrap: break-word;
}
#paginator {
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-top: 25px;
}
#paginator a {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    width: 50px;
    text-align: center;
    color: white;
    font-weight: bold;
    background-color: #008BD0;
    margin: 0px 2.5px;
}
#paginator .sel {
    background-color: #0D567D;
}
.video-cont {
    padding-top: 56.25%;
    position: relative;
}
.video-cont iframe {
    position: absolute;
    top: 0px;
    left: 0px;
}
/* Over Cage */
@media only screen and (min-width:1025px) and (max-width:10000px) {
    a:hover {
        color: #0d567d;
    }
    .btn:hover,
    .btn-big:hover {
        background-color: #008bd0;
        color: white;
    }
    #nav-top ul li a:hover {
        border-bottom: 5px solid white;
    }
    .slide-hp-nav-el:hover {
        background-color: #008bd0;
    }
    #fascia-news-registrazione-hp .btn-big:hover {
        background-color: transparent;
        color: white;
        border: 1px solid white;
        box-sizing: border-box;
    }
    .news-thumb-img:hover .magnify-cont,
    #news-big-img:hover .magnify-cont {
        display: block;
    }
    .btn-supporto:hover {
        color: white;
        background-color: #0d567d;
    }
    #btn-catalogo:hover {
        border: 1px solid #0d567d;
        background-color: #0d567d;
        color: white;
    }
    .menu_contatti:hover {
        background-color: white;
        color: #008bd0;
        border: 1px solid #008bd0;
    }
    #categoria-menu .categoria-menu-2liv li .submenu_contatti:hover {
        border-bottom: 1px solid white;
        color: #008bd0;
        background-color: white;
    }
    .menu_alimentatori:hover {
        background-color: white;
        color: #68ab38;
        border: 1px solid #68ab38;
    }
    #categoria-menu .categoria-menu-2liv li .submenu_alimentatori:hover {
        border-bottom: 1px solid white;
        color: #68ab38;
        background-color: white;
    }
    .menu_ripetitori:hover {
        background-color: white;
        color: #e8b620;
        border: 1px solid #e8b620;
    }
    #categoria-menu .categoria-menu-2liv li .submenu_ripetitori:hover {
        border-bottom: 1px solid white;
        color: #e8b620;
        background-color: white;
    }
    .menu_circuiti:hover {
        background-color: white;
        color: #e28224;
        border: 1px solid #e28224;
    }
    #categoria-menu .categoria-menu-2liv li .submenu_circuiti:hover {
        border-bottom: 1px solid white;
        color: #e28224;
        background-color: white;
    }
    .menu_antincendio:hover {
        background-color: white;
        color: #ff0000;
        border: 1px solid #ff0000;
    }
    #categoria-menu .categoria-menu-2liv li .submenu_antincendio:hover {
        border-bottom: 1px solid white;
        color: #ff0000;
        background-color: white;
    }
    .menu_accessori:hover {
        background-color: white;
        color: #6d329c;
        border: 1px solid #6d329c;
    }
    #categoria-menu .categoria-menu-2liv li .submenu_accessori:hover {
        border-bottom: 1px solid white;
        color: #6d329c;
        background-color: white;
    }
    .lista-prodotti:hover .lista-prodotti-titolo {
        color: #0d567d;
    }
    .gallery:hover .magnify-cont {
        display: block;
    }
    #paginator a:hover {
        background-color: #0D567D;
    }
}
@media only screen and (min-width:1024px) and (max-width:1279px) {
    .page {
        width: 100%;
    }
    #slide-hp-nav {
        left: 20px;
    }
    .slide-hp-text-int {
        right: 20px;
    }
}
/* ALL MOB */
@media only screen and (min-width:220px) and (max-width:1023px) {
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
    }
}

/* PAD */
@media only screen and (min-width:768px) and (max-width:1023px) {
    .page {
        width: 100%;
    }
    .small-page {
        width: 98%;
    }
    #header-top {
        width: 98%;
    }
    #header-claim {
        display: none;
    }
    #nav-top {
        width: 100%;
        margin-left: 0px;
        left: 0px;
        box-sizing: border-box;
    }
    #nav-top ul li {
        margin-right: 20px;
    }
    #fascia-news-registrazione-obj {
        width: 98%;
    }
    #footer-int {
        width: 98%;
        font-size: 12px;
        line-height: 15px;
        padding:0px 1%;
    }
    #slide-hp-nav {
        left: 20px;
        bottom: 20px;
        top: auto;
        margin-top: 0px;
    }
    .slide-hp-text-int {
        right: 20px;
    }
    .lista-categorie-prodotti {
        font-size: 12px;
        line-height: 15px;
    }
    .link-nav-prodotti {
        font-size: 12px;
    }
    #fascia-prodotti-hp-nav li {
        width: 100% / 3;
        margin-bottom: 30px;
    }
    #immagine-top h1 {
        right: 70px;
    }
}
/* Phone */
@media only screen and (min-width:220px) and (max-width:767px) {
    main {
        padding-top: 85px;
    }
    .page {
        width: 100%;
    }
    .small-page {
        width: 96%;
    }
    #header-top {
        width: 100%;
        background-color: white;
        position: relative;
        z-index: 998;
        height: 85px;
        padding: 10px 0px;
        box-sizing: border-box;
        margin: 0px;
    }
    #header-claim {
        display: none;
    }
    #slider-hp-cont {
/*         display: none; */
    }
    #slider-hp {
        width: 100%;
        height: 350px;
    }
    .slide-hp {
        height: 350px;
        position: relative;
    }
    .slide-hp-nav-el {
        display: block;
        float: left;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        background-color: #0d567d;
        position: absolute;
        top: 0px;
    }
    .slide-hp-nav-el img {
        width: 15px;
    }
    #slide-hp-nav-next {
        right: 0px;
    }
    #slide-hp-nav {
        z-index: 15;
        height: 32px;
        position: absolute;
        top: auto;
        bottom: 5px;
        margin-top: 0px;
        width: 60px;
        left: 5px;
    }
    .slide-hp-text-int {
        background-color: rgba(13,86,125,0.5);
        position: absolute;
        right: 0px;
        width: 100%;
        top: 0px;
        padding: 10px;
        box-sizing: border-box;
    }
    .slide-title {
        color: white;
        font-size: 15px;
        line-height: 15px;
        font-weight: 900;
        text-align: right;
        text-transform: uppercase;
    }
    .slide-text {
        font-size: 12px;
        line-height: 15px;
        font-weight: 300;
        text-align: right;
        color: white;
        margin-top: 10px;
    }
    .slider-btn {
        width: 90px;
        height: 30px;
        line-height: 30px;
        position: absolute;
        display: block;
        bottom: -35px;
        right: 5px;
    }


    #nav-top {
        display: none;
        position: absolute;
        top: 85px;
        height: 100%;
        width: 100%;
        right: 0px;
        left: auto;
        margin: 0px;
        margin-top: -400px;
        height: 360px;
        padding: 0px;
        -webkit-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.5);
        -moz-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.5);
        box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.5);
    }
    #nav-top ul #login-registrati-menu {
        display: block;
    }
    #nav-top ul li {
        display: block;
        float: left;
        width: 100%;
        padding: 5px 10px;
        box-sizing: border-box;
    }
    #nav-top ul li a {
        display: block;
        float: right;
        text-align: right;
        height: 30px;
        line-height: 30px;
        box-sizing: border-box;
        border-bottom: 1px solid white;
        color: white;
        font-weight: 900;
        width: 100%;
    }
    #nav-top ul li .sel {
        border-bottom: 1px solid white;
        color: #0d567d;
    }
    #nav-top ul #lang-menu-it a {
        border-bottom: none;
    }
    #nav-top ul .lang-menu {
        float: left;
    }
    #nav-top ul #lang-menu-en {
        margin-right: 0px;
    }
    #header-top-right {
        display: none;
    }
    #fascia-news-registrazione-obj {
        width: 98%;
    }
    #footer-int {
        width: 98%;
        font-size: 12px;
        line-height: 15px;
        padding:0px 1%;
    }
    /*#fascia-prodotti-hp-nav li {
        width: 90%;
        margin-bottom: 30px;
        padding: 0px 5%;
    }*/
    #fascia-prodotti-hp-nav li {
        width: 45%;
        margin-bottom: 30px;
        padding: 0px 2.5%;
    }
    .btn-scopri-nav-cont {
        margin-top: -15px;
    }
    .btn-scopri-nav,
    #fascia-prodotti-hp-nav .btn-scopri-nav,
    .btn-big {
        width: 90px;
        height: 30px;
        line-height: 30px;
    }
    header  {
        position: absolute;
        height: 85px;
        z-index: 1001;
    }
    #vimo-logo-top {
        margin-left: 10px;
        position: relative;
        z-index: 999;
    }
    #burger-menu {
        display: block;
        position: absolute;
        right: 10px;
        top: 37px;
        font-size: 25px;
        float: left;
        z-index: 999;
    }
    #fascia-news-registrazione-obj {
        width: 100%;
    }
    #fascia-news-registrazione-obj .w_48pe {
        width: 96%;
        padding: 20px 2%;
        background-color: #008bd0;
    }
    #fascia-news-registrazione-obj #news-hp-list-cont {
        background-color: #0D567D;
        width: 96%;
        padding: 20px 2%;
    }
    #fascia-news-registrazione-obj {
        margin: 0px;
    }
    #fascia-news {
        display: none;
    }
    footer {
        height: auto;
        padding-top: 20px;
    }
    #footer-int .w_20pe,
    #footer-int .w_20pe p {
        width: 100%;
        text-align: center;
    }
    #footer-int .w_20pe:first-child {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }
    #footer-int .w_20pe {
        width: 45%;
        margin-left: 2.5%;
        margin-right: 2.5%;
        text-align: center;
    }
    #footer-int p:last-child {
        width: 100%;
    }
    #footer-int .w_30pe,
    #footer-int .w_30pe p {
        width: 100%;
        text-align: center;
    }
/*    #footer-int .w_30pe {
        margin-bottom: 30px;
    }
    #footer-int .w_10pe {
        display: none;
    }*/
    #immagine-top h1 {
        right: 0px;
    }
    .two-column {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    #pagina-azienda .w_49pe {
        width: 100%;
    }
    #pagina-azienda .mb_40 {
        margin-bottom: 0px;
    }
    .news-list-obj {
        width: 100%;
    }
    #news-single-cont {
        padding: 60px 0px 0px 0px;
        margin-top: 30px;
    }
    #news-single-cont .w_49pe,
    #pagina-contatti .w_49pe {
        width: 100%;
    }
    #pagina-contatti .mt_30 {
        margin-top: 0px;
    }
    #id_email-cont {
        margin-top: 10px;
    }
    #pagina-login-registrati .w_20pe,
    #pagina-login-registrati .w_78pe,
    #pagina-login-registrati .w_38pe,
    #pagina-login-registrati .w_59pe,
    #pagina-login-registrati .w_49pe {
        width: 100%;
    }
    #pagina-login-registrati .w_59pe {
        margin-top: 50px;
    }
    .inline-hand {
        display: inline;
    }
    #id_telefono-cont,
    #id_cognome-cont,
    #id_conferma-password-cont {
        margin-top: 10px;
    }
    #pagina-prodotti .mt_70 {
        margin-top: 20px;
    }
    #pagina-prodotti .categoria-menu-cont {
        width: 100%;
    }
    #pagina-prodotti  .w_68pe {
        display: none;
    }
    #prodotti-back-btn {
        position: absolute;
        top: -56px;
        display: block;
    }
    #prodotto-img-princ {
        margin-top: 20px;
    }
    #prodotto-img-1 {
        display: block;
        float: left;
        width: 100%;
        height: 300px;
        border-right: none;
        box-sizing: border-box;
        position: relative;
    }
    #prodotto-img-2big {
        display: block;
        float: left;
        width: 100%;
        height: 300px;
        box-sizing: border-box;
        padding-left: 5px solid transparent;
    }
    #pagina-supporto .w_30pe,
    #pagina-supporto  .w_68pe {
        width: 100%;
    }
    #claim-mobile {
        display: block;
        text-align: center;
        margin: 20px 0px 0px 0px;
        width: 90%;
        padding: 0px 5%;
        font-size: 15px;
        font-weight: bold;
        line-height: 18px;
        color: #008bb0;
    }
}
