/*! Show Grids  
h4 {
  margin-top: 25px;
}
.row {
  margin-bottom: 20px;
}
.row .row {
  margin-top: 10px;
  margin-bottom: 0;
}
[class*="col-"] {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #eee;
  background-color: rgba(86,61,124,.15);
  border: 1px solid #ddd;
  border: 1px solid rgba(86,61,124,.2);
}

hr {
  margin-top: 40px;
  margin-bottom: 40px;
}
*/
.breadcrumb {
    margin-top: 15px;
}
.tp-bgimg {
    background-size: cover !important;
}
body {
    overflow-x: hidden;
    font-family: 'Lato', sans-serif;
    !important;
    background: #fff;
    color: #666;
}
.text-muted {
    color: #777;
}
.text-primary {
    color: #fed136;
}
p {
    font-size: 14px;
    line-height: 1.75;
    font-family: 'Lato', sans-serif;
    !important;
}
p.large {
    font-size: 16px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}
a {
    color: #156b39;
}
a:hover,
a:focus,
a:active,
a.active {
    color: #156b39;
}
h1 {
    display: none;
}
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    !important;
    font-weight: 700;
}
#form1 {
    height: 100%;
}
::selection {
    background-color: #156b39;
    color: #fff;
}
h5 {
    color: #156B39;
}
h3 {
    color: #156b39;
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 20px;
}
li {
    font-size: 14px;
}
.btn {
    background: #156b39;
    color: #fff;
    border-radius: 0;
    border: 1px solid #156b39;
}
.btn:hover {
    background: #fff;
    color: #156b39;
    border-radius: 0;
    border: 1px solid #156b39;
}
.btn-inverse {
    background: transparent;
    border: 1px solid #156b39;
    color: #156b39;
}
.btn-inverse:hover {
    background: #156b39;
    color: #fff;
    border-radius: 0;
    border: 1px solid #156b39;
}
/* ======= ALTRO ======= */

.content2 {
    padding: 120px 0;
}
.label-form {
    position: absolute;
    top: 20px;
}
.label-form2 {
    position: absolute;
    top: 10px;
}
input[type="file"] {
    display: block;
    background-color: #156B39;
    color: #fff;
    text-align: center;
    padding: 12px;
    width: 100%;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #808080;
}
/* ======= HEADER ======= */

.green-cap {
    font-size: 80px;
    color: #156b39;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
}
.black-cap {
    font-size: 80px;
    color: #333;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
}
.white-cap {
    font-size: 30px;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
}
.white-cap a {
    color: #fff;
}
.normal-cap {
    font-size: 18px;
    color: #156b39;
    font-family: 'Lato', sans-serif;
    font-weight: 100;
    font-style: italic;
    width: 200px;
}
/* NAVBAR */

body > .navbar-collapse {
    padding: 25px 0;
    overflow: auto;
    background: #156b39;
    min-height: 100%;
}
body > .navbar-collapse .nav {
    margin: 10px 0 10px;
}
body > .navbar-collapse {
    padding: 0;
    overflow: auto;
    overflow: scroll;
    background: #156b39;
    min-height: 100%;
    margin: 68px 0 0;
}
@media (max-width: 991px) {
    

    body > .navbar-collapse {
        height: 100%;
        padding-top: 60px;
        margin-top: 0;
    }

    body > .navbar-collapse .nav {
        overflow: scroll;
        height: auto;
        //     display: -webkit-box;
        // display: -moz-box;
        // display: box;
        // display: -webkit-flex;
        // display: -moz-flex;
        // display: -ms-flexbox;
        // display: flex;
        // -webkit-box-align: center;
        // -moz-box-align: center;
        // box-align: center;
        // -webkit-align-items: center;
        // -moz-align-items: center;
        // -ms-align-items: center;
        // -o-align-items: center;
        // align-items: center;
        // -ms-flex-align: center;
        // -webkit-box-pack: end;
        // -moz-box-pack: end;
        // box-pack: end;
        // -webkit-justify-content: flex-end;
        // -moz-justify-content: flex-end;
        // -ms-justify-content: flex-end;
        // -o-justify-content: flex-end;
        // justify-content: flex-end;
        // -ms-flex-pack: end;
        // -webkit-box-orient: vertical;
        // -moz-box-orient: vertical;
        // box-orient: vertical;
        // -webkit-box-direction: normal;
        // -moz-box-direction: normal;
        // box-direction: normal;
        // -webkit-flex-direction: column;
        // -moz-flex-direction: column;
        // flex-direction: column;
        // -ms-flex-direction: column;
    }
    .page-wrapper {
        height: 100%;
    }
}
.navbar .navbar-toggle {
    margin: 16px 0 10px;
}
body > .navbar-collapse .nav > li {} body > .navbar-collapse .nav > li > a {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.46);
}
body > .navbar-collapse .nav > li > a:hover {
    background: #0d4825;
}
body > .navbar-collapse .subnav li > a {
    background: #0d4825;
    color: #fff;
}
body > .navbar-collapse .subnav li:last-child > a {
    background: #0d4825;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.46);
}
/* HEADER */

.header-1 .navbar {
    position: absolute;
    z-index: 2;
    top: -75px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
}
.header-1 {
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    padding-top: 80px;
    background-color: #156b39;
    padding-bottom: 0;
}
.header {
    background-color: #fff;
    padding: 0;
    position: fixed;
    width: 100%;
    z-index: 100;
}
.header-1 .dropdown .fa-chevron-down {
    font-size: 10px;
    font-weight: 300;
    padding: 0;
}
.header-1 .navbar .nav > li > a {
    margin: 18px 0 20px 0;
    padding: 7px;
    font-size: 12px;
    font-weight: normal;
    font-weight: 300;
    letter-spacing: 1px;
    color: #ffffff;
    border: 2px solid #156b39;
}
.header-1 .navbar .nav > li > a:hover {
    padding: 7px;
    border: 2px solid #125c31;
    border-radius: 3px;
}
.header-1-sub {
    height: 600px;
}
.container.controls {
    top: 50px;
}
.tp-banner {
    height: 650px !important;
    margin-top: 50px;
}
.header-1-sub .page-transitions .caption h2 {
    color: #156b39;
    font-weight: 300;
    margin: 0 0 30px 0;
}
.header-1-sub .page-transitions .caption p {
    color: #333;
    font-weight: normal;
    font-size: 18px;
    margin: 10px 0 30px 0;
}
.header-1-sub .page-transitions .caption .btn {
    color: #fff;
    background: #156b39;
    border-radius: 3px;
    border: none;
    padding: 15px 50px;
}
.header-1-sub .page-transitions .caption .btn:hover {
    color: #fff;
    background: #0d4825;
    border-radius: 3px;
    border: none;
    padding: 15px 50px;
}
.fui-arrow-right {
    margin: 0 20px;
}
span.fui-arrow-right:hover,
span.fui-arrow-left:hover {
    background: #333;
    color: #fff;
}
.fui-arrow-right,
.fui-arrow-left {
    background: #fff;
    padding: 14px;
    font-size: 12px;
    color: #333;
    border-radius: 3px;
}
.header-1-sub .page-transitions .controls > * {
    width: 70px;
}
.mob {
    visibility: hidden;
    display: none !important;
}
/* Header inner */

.header-1-sub-inner {
    height: 350px !important;
    background: url(../img/slide-inner.png) no-repeat top right;
    background-size: cover;
}
.header-1-sub-inner {
    height: 350px;
}
.header-1-sub-inner h4 {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
}
.header-1-sub-inner h5 {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    text-transform: none;
}
.header-1-sub-inner .pt-page-1 .background,
.header-1-sub-inner .pt-page-2 .background,
.header-1-sub-inner .pt-page-3 .background {
    background: url(../img/slide-inner.png) no-repeat top right !important;
    background-size: cover !important;
}
/* sottomenu */

a.dropdown-toggle {
    background-color: transparent;
    color: #fff;
}
.header-1 .navbar .nav > li > a:hover,
.header-1 .navbar .nav > li > a:focus,
.header-1 .navbar .nav > li > a.active {
    color: #fff;
}
.open > .dropdown-menu {
    margin-top: 3px !important;
    opacity: 1;
    background: #156b39;
    visibility: visible;
    border-radius: 0;
}
.dropdown-menu li > a {
    color: #fff;
}
.dropdown-menu li > a:hover {
    color: #fff;
    background-color: #0d4825;
}
.dropdown-menu li:first-child > a {
    border-radius: 0;
    padding-top: 8px;
}
.dropdown-menu li:last-child > a {
    border-radius: 0;
    padding-bottom: 10px;
}
/* sottomenu */

/* HEADER IMAGES */

.header-1-sub {
    height: 610px;
    margin-top: 79px;
}
.header-1-sub .pt-page-1 .background,
.header-1-sub .pt-page-2 .background,
.header-1-sub .pt-page-3 .background,
.header-1-sub .pt-page-4 .background {
    opacity: 1;
}
.header-1-sub .pt-page-1 .background {
    background: url("../img/slider-home/01.jpg") no-repeat top left;
    background-size: cover;
    background-position: 50% 0;
	opacity: 0.5;
}
.header-1-sub .pt-page-2 .background {
    background: url("../img/slider-home/02.jpg") no-repeat top left;
    background-size: cover;
    background-position: 50% 0
}
.header-1-sub .pt-page-3 .background {
    background: url("../img/slider-home/03.jpg") no-repeat top left;
    background-size: cover;
    background-position: 50% 0
}
.header-1-sub .pt-page-4 .background {
    background: url("../img/slider-home/04.jpg") no-repeat top left;
    background-size: cover;
    background-position: 50% 0
}
/* ======= CONTENT ======= */

#filters {
    margin: 50px 0 50px 340px;
}
#filters li span.active {
    background: none repeat scroll 0 0 #156B39;
}
.content {
    padding: 80px 0;
}
/* Scheda */

.info ul {
    margin-left: -20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.scheda .info h2 {
    color: #156b39;
    font-weight: bold;
    margin: 0;
    font-size: 30px;
    margin-bottom: 20px;
}
.scheda .info h3 {
    color: #156b39;
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 20px;
}
.scheda .info p {
    color: #666;
    font-weight: normal;
}
.scheda .info p span {
    color: #156b39;
    margin-left: 10px;
}
.scheda .info p span:first-child {
    color: #156b39;
    margin-left: 0px;
}
.scheda .info .fa,
.tabs .fa {
    font-size: 20px;
}
.scheda .info .btn {
    color: #fff;
    background: #156b39;
    font-weight: normal;
    border-radius: 0;
    border: none;
    text-align: left;
}
.scheda .btn:hover {
    color: #fff;
    background: #0d4825;
}
.scheda .foto img {
    padding: 60px;
    background-color: #f3f3f5;
}
.scheda .item img {
    width: auto !important;
    margin: auto;
    max-height: 425px;
}
/* Prodotti */

.prodotti {
    padding: 80px 0;
}
.prodotti h2 {
    color: #156b39;
    font-size: 30px;
}
.prodotti p {
    padding: 20px 0 80px 0;
}
.carousel-top {
    background-color: #fff !important;
    text-align: center;
}
.carousel-indicators li {
    background-color: #156B39;
}
.carousel-indicators .active {
    background-color: #0d4825;
}
.owl-dots {
    height: auto;
    text-align: center;
}
.owl-dot {
    height: 10px;
    width: 10px;
    background-color: #fff;
    border-radius: 20px;
    display: inline-block;
    margin: 0 10px;
    text-align: center;
    border: 1px solid #0D6C37;
}
.owl-dot.active {
    background-color: #156b39;
}
.owl-nav {
    display: none;
}
.owl-dot:hover {
    height: 10px;
    width: 10px;
    background-color: #156b39;
    border-radius: 20px;
    display: inline-block;
    margin: 0 10px;
    text-align: center;
}
/* keys */

.keys {
    padding: 80px 0;
    background: url(../img/bg-keys.png) no-repeat 10% 40%;
    // background-size: contain;
    background-size: 45%;
}
.keys h2 {
    color: #156b39;
    font-size: 30px;
    text-align: right;
}
.keys p {
    padding: 20px 0 80px 0;
    text-align: right;
}
.keys2 {
    padding: 20px 0;
}
.keys2 h2 {
    color: #156b39;
    font-size: 30px;
}
.keys2 p {
    padding: 20px 0;
}
.keys2 .box2 {
    margin-top: 90px;
    text-align: right;
}
.keys2 .box2 img {
    margin-left: 15px;
}
/* partner */

.partner {
    padding: 20px 0;
    background-color: #f3f3f5;
    text-align: center;
}
.partner img {
    padding: 0 0 0 20px;
}
.partner h2 {
    color: #156B39;
    font-size: 24px;
    margin-top: 35px;
}
hr {
    margin-top: 20px;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #eee;
}
.assicurazioni img {
    margin-right: 40px;
    width: 15%;
    text-align: center;
}
/* Contenuti */

.contenuti h2 {
    margin: 0;
    color: #156b39;
    font-size: 30px;
    font-weight: normal;
}
.contenuti p {
    padding: 20px 0;
    line-height: 24px;
}
/* Ricerca */

.carousel {
    line-height: 1;
    padding: 120px 0 40px;
    background-color: #eee;
}
/* ======= FOOTER ======= */

.footer-2 {
    padding: 20px 0;
    background: #156b39;
    color: #fff;
}
.footer-2 .container {
    padding: 10px;
    background: url(../img/logo.png) no-repeat left center;
}
.footer-2 a {
    color: #fff;
}
.footer-2 p {
    font-size: 12px;
    margin: 0px 0 0 0;
    padding-left: 120px;
}
.footer-2 .fa-circle {
    color: #0d4825;
}
.footer-2 .fa-facebook,
.footer-2 .fa-twitter,
.footer-2 .fa-linkedin,
.footer-2 .fa-youtube {
    font-size: 14px;
}
/* ============ ALTRO ============ */

/*BLOG*/

.sidebar {
    margin-top: 120px;
}
.blog-date h2 {
    font-size: 24px;
    text-align: left;
    font-weight: 400;
}
.sidebar .panel {
    border: none;
}
.sidebar .list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
p.blog-desc {
    margin: 20px 0;
}
.sidebar .panel-default > .panel-heading {
    color: #fff;
    border-radius: 0;
    background-color: #156B39;
    border: none;
}
#blog h1 {
    display: block;
}
/**/

/*home tabs*/

img.logo-frame.hidden-xs.hidden-sm.img-responsive {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}
#portfoliolist .portfolio {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    width: 23%;
    margin: 7px;
    display: none;
    float: left;
    overflow: hidden;
}
/*FRAME*/

.frame {
    background: url(../img/frame/bg-frame.png) no-repeat center center;
    background-size: cover;
    height: auto;
    padding: 50px 0;
}
.row-1 {
    height: 120px;
    margin-top: 150px;
}
.auto-frame {
    position: relative;
    margin-top: -50px;
}
.moto-frame {
    position: relative;
    margin-top: -50px;
}
.van-frame {
    position: relative;
}
/*auto*/

.auto1 {
    position: absolute;
    top: -160px;
}
.auto2 {
    position: absolute;
    left: 170px;
    top: -100px;
}
.auto3 {
    position: absolute;
    top: -50px;
    left: 330px;
}
.auto4 {
    position: absolute;
    top: 0;
    left: 520px;
}
.auto5 {
    position: absolute;
    top: -40px;
    left: 710px;
}
.auto6 {
    position: absolute;
    top: -100px;
    left: 880px;
}
.auto7 {
    position: absolute;
    right: 0;
    top: -160px;
}
/*
.auto1 {
    position: relative;
    margin-top: -100px;
}
.auto2 {
    position: relative;
    margin-top: -30px;
}
.auto3 {
    position: relative;
    margin-top: 0px;
}
.auto4 {
    position: relative;
    margin-top: 0px;
}
.auto5 {
    position: relative;
    margin-top: -30px;
}
.auto6 {
    position: relative;
    margin-top: -100px;
}
*/

.frame .fa {
    padding: 17px 0;
    background: #ddd;
    color: #777;
    border-radius: 50px;
    width: 50px;
    height: 50px;
}
/*tir*/

.tir1 {
    position: relative;
    margin-top: -50px;
}
.tir2 {
    position: relative;
    margin-top: 0px;
}
.tir3 {
    position: relative;
    margin-top: -50px;
}
/*FRAME*/

.carousel {
    padding: 0;
}
.carousel-indicators {
    width: 60%;
}
.carousel-control.right,
.carousel-control.left {
    background-image: none;
}
.mediabox {
    float: left;
    width: 50%;
    padding: 0 25px;
    text-align: center;
}
/* SLIDE-INTERNE */

.valign {
    display: table-cell;
    vertical-align: middle;
    float: none;
}
.slider-moto {
    background: url(../img/slider-moto.png) no-repeat top center;
    background-size: cover;
    margin-top: 70px;
    height: 250px;
}
.slider-auto {
    background: url(../img/slider-auto.png) no-repeat top center;
    background-size: cover;
    margin-top: 70px;
    height: 250px;
}
.slider-furgoni {
    background: url(../img/slider-furgoni.png) no-repeat top center;
    background-size: cover;
    margin-top: 70px;
    height: 250px;
}
.slider-combo {
    background: url(../img/slider-combo.png) no-repeat top center;
    background-size: cover;
    margin-top: 70px;
    height: 250px;
}
.slider-brochure {
    background: url(../img/slider-brochure.png) no-repeat top center;
    background-size: cover;
    margin-top: 70px;
    height: 250px;
}
.slider-bloccalevacambio {
    background: url(../img/slider-bloccalevacambio.jpg) no-repeat top center;
    background-size: cover;
    margin-top: 70px;
    height: 250px;
}
.slider-blockstart {
    background: url(../img/slider-blockstart.jpg) no-repeat top center;
    background-size: cover;
    margin-top: 70px;
    height: 250px;
}
.slider-cassetta-portachiavi {
    background: url(../img/slider-cassetta-portachiavi.jpg) no-repeat top center;
    background-size: cover;
    margin-top: 70px;
    height: 250px;
}
.slider-dialogos {
    background: url(../img/slider-dialogos.jpg) no-repeat top center;
    background-size: cover;
    margin-top: 70px;
    height: 250px;
}
.slider-dialogos-classic {
    background: url(../img/slider-dialogos-classic.jpg) no-repeat top center;
    background-size: cover;
    margin-top: 70px;
    height: 250px;
}
.slider-dublock {
    background: url(../img/slider-dublock.jpg) no-repeat top center;
    background-size: cover;
    margin-top: 70px;
    height: 250px;
}
.slider-dublockplus {
    background: url(../img/slider-dublockplus.jpg) no-repeat top center;
    background-size: cover;
    margin-top: 70px;
    height: 250px;
}
.slider-duoblock {
    background: url(../img/slider-duoblock.jpg) no-repeat top center;
    background-size: cover;
    margin-top: 70px;
    height: 250px;
}
.slider-dublockvan {
    background: url(../img/slider-dublockvan.jpg) no-repeat top center;
    background-size: cover;
    margin-top: 70px;
    height: 250px;
}
.slider-brochure {
    background: url(../img/slider-brochure.jpg) no-repeat top center;
    background-size: cover;
    margin-top: 70px;
    height: 250px;
}
.slider-ignitionlock {
    background: url(../img/slider-ignitionlock.jpg) no-repeat top center;
    background-size: cover;
    margin-top: 70px;
    height: 250px;
}
.slider-logicard {
    background: url(../img/slider-logicard.jpg) no-repeat top center;
    background-size: cover;
    margin-top: 70px;
    height: 250px;
}
.slider-parkassist {
    background: url(../img/slider-parkassist.jpg) no-repeat top center;
    background-size: cover;
    margin-top: 70px;
    height: 250px;
}
.slider-smart-azzard {
    background: url(../img/slider-smart-azzard.jpg) no-repeat top center;
    background-size: cover;
    margin-top: 70px;
    height: 250px;
}
.slider-smart-block {
    background: url(../img/slider-smart-block.jpg) no-repeat top center;
    background-size: cover;
    margin-top: 70px;
    height: 250px;
}
.slider-vsi {
    background: url(../img/slider-vsi.jpg) no-repeat top center;
    background-size: cover;
    margin-top: 70px;
    height: 250px;
}
.slider-kermes {
    background: url(../img/slider-kermes.jpg) no-repeat top center;
    background-size: cover;
    margin-top: 70px;
    height: 250px;
}
/* TABS */

.tabs {
    margin: 0;
}
.tabs .btn {
    color: #fff;
    background: #156b39;
    border-radius: 0;
    border: none;
    padding: 10px 15px;
    text-align: left;
}
.tabs .btn:hover {
    color: #fff;
    background: #0d4825;
    border-radius: 0;
    border: none;
    padding: 10px 15px;
    text-align: left;
}
.tabs .container-fluid {
    padding-right: 0;
    padding-left: 0;
}
.tabs nav li.tab-current:before,
.tabs nav li.tab-current:after {
    background: none;
}
.tabs .content {
    background: url(../img/bg-prodotti-info.png) no-repeat top left, #f3f3f5;
    background-size: cover;
    padding: 80px 0;
    margin: -4px 0 0 0;
}
.tabs nav a {
    background-color: #dddddd;
    display: block;
    font-size: 1.45em;
    line-height: 2.5;
    padding: 10px;
    white-space: nowrap;
    border: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.tabs nav ul li {
    border: none;
}
.tabs nav li.tab-current {
    border: none;
    box-shadow: none;
    border-bottom: none;
    z-index: 100;
}
.tabs h3 {
    color: #156b39;
    font-weight: normal;
    font-size: 28px;
}
/* CAROUSEL */

.jcarousel li {
    width: 290px !important;
}
.jcarousel-control-next {
    right: 0px;
}
.jcarousel-control-prev {
    left: 0;
}
.jcarousel-wrapper {
    margin: 20px auto;
    position: relative;
    border: none;
    border-radius: 0px;
    box-shadow: none;
}
.jcarousel li {
    border: none;
}
.jcarousel-control-prev,
.jcarousel-control-next {
    visibility: hidden;
}
/* Panels */

.panel-group {
    margin-bottom: 5px;
}
.panel-title > a {
    display: block;
}
.panel-title > a:hover {
    display: block;
    color: #fff;
}
.panel-group .panel {
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 0;
    border: none;
}
.panel-default > .panel-heading {
    color: #333;
    border-radius: 0;
    background-color: #bcbcbc;
    border: none;
}
.panel-default > .panel-heading:hover {
    color: #fff;
    border-radius: 0;
    background-color: #156b39;
    border: none;
}
.sidebar-sx .panel-default {
    background-color: transparent;
    border: none;
    border-radius: 0;
}
.sidebar-sx .panel-heading .active {
    background-color: #156b39;
    color: #fff;
}
.sidebar-sx .list-group-item {
    border-radius: 0;
    border: none;
}
.sidebar-sx .list-group {
    margin-bottom: 0px;
}
/* Form */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    font-size: 16px;
    font-weight: normal;
    width: 100%;
    color: #7f8c8d;
    padding: 10px;
    margin: 10px 0;
    border-radius: 0;
}
#slides {
    height: 420px !important;
}
#slides h2 {
    color: #fff;
    font-size: 30px;
    padding: 40px 0 0 0;
}
#slides p {
    color: #fff;
    padding: 20px 0;
}
#slides img {
    -webkit-backface-visibility: hidden !important;
    position: absolute !important;
    z-index: -1 !important;
    max-width: none !important;
    height: auto !important;
    width: auto !important;
    left: 0 !important;
    top: 0 !important;
}
/* ==================================== SLIDES ==================================== */

/*1*/

.slide1 {
    background: url("../img/bg-prefooter.png") no-repeat top left;
    background-size: cover;
}
.slide1 img {
    margin-top: 150px;
}
.slide1 h2 {
    padding: 80px 0 0 0 !important;
}
.slide1 .btn {
    background: transparent;
    border: 1px solid #fff;
}
.slide1 .btn:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #156b39;
}
/*2*/

.slide2 {
    background: url("../img/bg-prefooter3.png") no-repeat top left;
    background-size: cover;
}
.slide2 img {
    margin-top: 110px;
}
.slide2 h2 {
    padding: 80px 0 0 0 !important;
}
.slide2 .btn {
    background: transparent;
    border: 1px solid #fff;
}
.slide2 .btn:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #156b39;
}
/*3*/

.slide3 {
    background: url("../img/bg-prefooter2.png") no-repeat top left;
    background-size: cover;
}
.slide3 img {
    margin-top: 170px;
}
.slide3 h2 {
    padding: 80px 0 0 0 !important;
}
.slide3 .btn {
    background: transparent;
    border: 1px solid #fff;
}
.slide3 .btn:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #156b39;
}
/* ==================================== SLIDES ==================================== */

.lightboxOverlay {
    background-color: rgba(0, 0, 0, 0.78);
}
.thumbnail {
    display: block;
    padding: 10px;
    margin-bottom: 5px;
    line-height: 1.72222;
    background-color: #ffffff;
    border: 1px solid #bdc3c7;
    border-radius: 0;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
/*paginazione*/

.table-pagination {
    border: none
}
.pagination {
    line-height: 26px;
    border: #fff;
}
.table > tbody > tr.pagination > td {
    border: #fff;
}
.pagination span {
    padding: 8px 12px;
    /*border: solid 1px #477B0E;*/
    text-decoration: none;
    white-space: nowrap;
    background: #156b39;
    color: #fff
}
.pagination a {
    text-decoration: none;
    padding: 8px 12px;
    white-space: nowrap;
    color: #333
}
.pagination a:visited {
    text-decoration: none;
    padding: 8px 12px;
    white-space: nowrap;
}
.pagination a:hover,
.pagination a:active {
    padding: 8px 12px;
    /*border: solid 1px #9ECDE7;*/
    text-decoration: none;
    white-space: nowrap;
    background: #156b39;
    color: #fff;
}
/* Tabelle */

.tabella .table th,
.tabella .table td {
    border: 1px solid #ccc;
}
.tabella .table a {
    display: block;
}
.tabella thead {
    background: #eee;
    border-top: 1px solid #ccc;
}
/* ============ MEDIA QUERIES ============ */

/* XS */

@media screen and (max-width: 769px) {
    .tp-banner {
        height: 300px !important;
        margin-top: 70px;
    }
    .tabs nav ul li {
        width: 25% !important;
        margin: 0;
    }
    .header-1-sub .caption {
        bottom: -140px;
    }
    .header-1-sub-inner .caption {
        bottom: 70px;
    }
    .prodotti {
        text-align: center;
    }
    .prodotti img {
        margin: 10px 0;
    }
    #slides {
        height: 465px !important;
    }
    .mtop-20 {
        display: none;
    }
    .keys {
        background: none;
        padding: 20px 0;
    }
    .keys h2 {
        text-align: left;
    }
    .keys p {
        padding: 20px 0;
        text-align: left;
    }
    .partner {
        text-align: center;
    }
    .partner img {
        text-align: center;
        padding: 0 20px;
        width: 40%;
    }
    .footer-2 .container {
        background-image: none;
    }
    .footer-2 p {
        font-size: 12px;
        margin: 0px 0 0 0;
        padding-left: 0px;
        text-align: center;
    }
    .footer-2 .socials {
        text-align: center;
        margin: 15px 0 0;
    }
    .sidebar-sx {
        margin-bottom: 30px;
    }
    .scheda .foto img,
    .scheda .info .btn {
        margin: 20px 0;
    }
    .tabs .content {
        background: #f3f3f5;
        padding: 0;
        margin: -4px 0 0 0;
    }
    .tabs .btn {
        padding: 10px 30px;
    }
    .tabs .content {
        padding: 0;
    }
    .tabs nav a {
        background-color: #fff;
    }
    .tabs nav {
        text-align: center;
        margin: 20px 0 40px 0;
    }
    .dropdown {
        display: none !important;
        visibility: hidden;
    }
    .mob {
        visibility: visible;
        display: block !important;
    }
    section.content.scheda {
        padding: 20px 0 0px 0;
    }
    #filters li {
        float: none !important;
    }
    #filters {
        margin: 50px 0 50px !important;
    }
    #portfoliolist .portfolio {
        width: 95% !important;
    }
    .slider-moto,
    .slider-auto,
    .slider-furgoni,
    .slider-combo,
    .slider-brochure,
    .slider-bloccalevacambio,
    .slider-blockstart,
    .slider-cassetta-portachiavi,
    .slider-dialogos,
    .slider-dublock,
    .slider-dublockplus,
    .slider-dublockvan,
    .slider-brochure,
    .slider-ignitionlock,
    .slider-logicard,
    .slider-parkassist,
    .slider-smart-azzard,
    .slider-smart-block,
    .slider-vsi,
    .slider-kermes {
        height: 70px;
    }
    .owl-controls {
        display: none;
    }
    .partner h2 {
        margin-top: 30px;
    }
    .zopim {
        margin: 0px;
        padding: 0px;
        border: 0px;
        overflow: hidden;
        position: fixed;
        z-index: 3 !important;
        width: 330px;
        height: 71px;
        left: 15px;
        bottom: 15px;
        background: transparent;
    }
    .carousel-indicators {
        bottom: -30px;
    }
    .carousel-indicators li {
        width: 20px;
        height: 20px;
        border-radius: 20px;
        margin: 5px;
    }
    .carousel-indicators .active {
        width: 20px;
        height: 20px;
        margin: 5px;
    }
    .info img {
        text-align: center;
    }
    .dotazioni {
        display: none;
    }
    .header-1-sub-inner {
        height: 240px !important;
    }
    .sidebar-sx {
        display: none;
    }
    .contenuti img {
        width: 100%;
    }
    .footer-2 {
        padding: 20px 15px 60px 15px;
    }
}
/* SM */

/* MD */

@media screen and (min-width: 770px) and (max-width: 1024px) {
    .tp-banner {
        height: 650px !important;
        margin-top: 50px;
    }
    #filters {
        margin: 50px 0 50px 250px;
    }
    .keys {
        background: none;
    }
    #portfoliolist .portfolio {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        width: 23%;
        margin: 7px;
        display: none;
        float: left;
        overflow: hidden;
    }
}
/* LG -> */

@media screen and (max-width: 1200px) {}
/* XS <-> SM */

@media screen and (min-width: 1400px) {}
/* SM <-> MD <-> LG */

@media screen and (max-width: 1024px) {}
/* PORTRAIT */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {} .dotazioni {
    padding-top:20px;
    padding-bottom:20px;
    background:#EEE;
}
.tabella {
    padding-top:20px;
    padding-bottom:20px;
}
#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff;
    /* change if the mask should have another color then white */
    z-index:999999;
    /* makes sure it stays on top */
}
#status {
    width: 234px;
    height: 232px;
    position: absolute;
    left: 50%;
    /* centers the loading animation horizontally one the screen */
    top: 50%;
    /* centers the loading animation vertically one the screen */
    background-image: url(../img/status.gif);
    /* path to your loading animation */
    background-repeat: no-repeat;
    background-position: center;
    margin: -116px 0 0 -118px;
    /* is width and height divided by two */
}






p#SkypeButton_Call_mdengineering95_1_paraElement img {
    margin: 0 !important;
}
p#SkypeButton_Call_mdengineering95_1_paraElement {
    margin: 0;
    padding: 0;
}

.sottonav .left{
	text-align: left;
}
.sottonav .right{
	text-align: right;
}
.sottonav {
    background: #155039;
    color: #fff;
    padding: 0;
}
.sottonav ul{
	margin-bottom: 0;
}

.sottonav ul li {
	display: inline;
}
.sottonav ul li a{
	color: #fff;
	font-size: 14px;
		padding: 10px;
	display: inline-block;
}
.sottonav ul li a:hover{
background: #156b39;
}

#blog .panel-body {
    padding: 0;
}
#blog hr{
	margin-bottom: 20px;
}


.loaded.nav-visible .page-wrapper::after {
    // visibility: hidden;
    opacity: 0.8;
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1050;
    transition: all 0.35s cubic-bezier(0.29, 0.63, 0.44, 1);
  }

.partner {
    background-color: transparent;
}