/* Sticky footer styles
-------------------------------------------------- */

html,
body {
    height: 100%;
    /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by it's height */
    margin: 0 auto -50px;
}

#wrap > .container {
    padding-top: 70px;
}

/* Set the fixed height of the footer here */
/* , #footer = non serve, e' in un container che mantiene l'altezza i base al contenuto*/
#push{
    height: 50px;
}

#footer {
    background-color: #f8f7f7;
    text-align: center;
    border-top: 2px solid #f0f0f0;
}

/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
    #footer {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.container .credit {
    margin: 20px 0;
}
#cart-container {
    float: left;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 15px;
    position: relative;
}

#itemCount {
    position: absolute;
    display: none;
    top: 0px;
    left: -10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: red;
    color: white;
    text-align: center;
}
#itemCountSaved {
    position: absolute;
    display: none;
    top: 25px;
    left: -10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #41a451 none repeat scroll 0 0;
    color: white;
    text-align: center;
}

/* ZOOM */
.zoom {
    display:inline-block;
    position: relative;
    width: 200px;
}

/* magnifying glass icon */
.zoom:after {
    content:'';
    display:block;
    width:33px;
    height:33px;
    position:absolute;
    top:0;
    right:0;
    background:url(/img/icon.png);
}

.zoom img {
    display: block;
}

.zoom img::selection { background-color: transparent; }
/* ZOOM */



/** Circle Title **/
.circle-tile {
    margin-bottom: 15px;
    text-align: center;
}
.circle-tile-heading {
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    color: #FFFFFF;
    height: 80px;
    margin: 0 auto -40px;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
    width: 80px;
}
.circle-tile-heading .fa {
    line-height: 80px;
}
.circle-tile-content {
    padding-top: 50px;
}
.circle-tile-number {
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    padding: 5px 0 15px;
}
.circle-tile-description {
    text-transform: uppercase;
}
.circle-tile:hover{
    text-decoration: none;
}
.circle-tile-footer {
    background-color: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.5);
    display: block;
    padding: 5px;
    transition: all 0.3s ease-in-out 0s;
}
.circle-tile-footer:hover {
    background-color: rgba(0, 0, 0, 0.2);
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}
.circle-tile-heading.dark-blue:hover {
    background-color: #2E4154;
}
.circle-tile-heading.green:hover {
    background-color: #138F77;
}
.circle-tile-heading.orange:hover {
    background-color: #DA8C10;
}
.circle-tile-heading.blue:hover {
    background-color: #2473A6;
}
.circle-tile-heading.red:hover {
    background-color: #CF4435;
}
.circle-tile-heading.purple:hover {
    background-color: #7F3D9B;
}
.tile-img {
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9);
}

.dark-blue {
    background-color: #34495E;
}
.green {
    background-color: #16A085;
}
.blue {
    background-color: #2980B9;
}
.orange {
    background-color: #F39C12;
}
.red {
    background-color: #E74C3C;
}
.purple {
    background-color: #8E44AD;
}
.dark-gray {
    background-color: #7F8C8D;
}
.gray {
    background-color: #95A5A6;
}
.light-gray {
    background-color: #BDC3C7;
}
.yellow {
    background-color: #F1C40F;
}
.text-dark-blue {
    color: #34495E;
}
.text-green {
    color: #16A085;
}
.text-blue {
    color: #2980B9;
}
.text-orange {
    color: #F39C12;
}
.text-red {
    color: #E74C3C;
}
.text-purple {
    color: #8E44AD;
}
.text-faded {
    color: rgba(255, 255, 255, 0.7);
}
/** Circle Title **/

/** Card **/


.card {
    padding-top: 20px;
    margin: 10px 0 20px 0;
    background-color: rgba(214, 224, 226, 0.2);
    border-top-width: 0;
    border-bottom-width: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card .card-heading {
    padding: 0 20px;
    margin: 0;
}

.card .card-heading.simple {
    font-size: 20px;
    font-weight: 300;
    color: #777;
    border-bottom: 1px solid #e5e5e5;
}

.card .card-heading.image img {
    display: inline-block;
    width: 46px;
    height: 46px;
    margin-right: 15px;
    vertical-align: top;
    border: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.card .card-heading.image .card-heading-header {
    display: inline-block;
    vertical-align: top;
}

.card .card-heading.image .card-heading-header h3 {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
    color: #262626;
}

.card .card-heading.image .card-heading-header span {
    font-size: 12px;
    color: #999999;
}

.card .card-body {
    padding: 0 20px;
    margin-top: 20px;
}

.card .card-media {
    padding: 0 20px;
    margin: 0 -14px;
}

.card .card-media img {
    max-width: 100%;
    max-height: 100%;
}

.card .card-actions {
    min-height: 30px;
    padding: 0 20px 20px 20px;
    margin: 20px 0 0 0;
}

.card .card-comments {
    padding: 20px;
    margin: 0;
    background-color: #f8f8f8;
}

.card .card-comments .comments-collapse-toggle {
    padding: 0;
    margin: 0 20px 12px 20px;
}

.card .card-comments .comments-collapse-toggle a,
.card .card-comments .comments-collapse-toggle span {
    padding-right: 5px;
    overflow: hidden;
    font-size: 12px;
    color: #999;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.card-comments .media-heading {
    font-size: 13px;
    font-weight: bold;
}

.card.people {
    position: relative;
    display: inline-block;
    width: 170px;
    height: 300px;
    padding-top: 0;
    margin-left: 20px;
    overflow: hidden;
    vertical-align: top;
}

.card.people:first-child {
    margin-left: 0;
}

.card.people .card-top {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 170px;
    height: 150px;
    background-color: #ffffff;
}

.card.people .card-top.green {
    background-color: #53a93f;
}

.card.people .card-top.blue {
    background-color: #427fed;
}

.card.people .card-info {
    position: absolute;
    top: 150px;
    display: inline-block;
    width: 100%;
    height: 101px;
    overflow: hidden;
    background: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card.people .card-info .title {
    display: block;
    margin: 8px 14px 0 14px;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    color: #404040;
}

.card.people .card-info .desc {
    display: block;
    margin: 8px 14px 0 14px;
    overflow: hidden;
    font-size: 12px;
    line-height: 16px;
    color: #737373;
    text-overflow: ellipsis;
}

.card.people .card-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
    line-height: 29px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card.hovercard {
    position: relative;
    padding-top: 0;
    overflow: hidden;
    text-align: center;
    background-color: #f8f8f8;
}

.card.hovercard .cardheader {
    background: url("http://lorempixel.com/850/280/nature/4/");
    background-size: cover;
    height: 135px;
}

.card.hovercard .avatar {
    position: relative;
    top: -50px;
    margin-bottom: -50px;
}

.card.hovercard .avatar img {
    width: 100px;
    height: 100px;
    max-width: 100px;
    max-height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid rgba(255,255,255,0.5);
}

.card.hovercard .info {
    padding: 4px 8px 10px;
}

.card.hovercard .info .title {
    margin-bottom: 4px;
    font-size: 22px;
    line-height: 1;
    color: #262626;
    vertical-align: middle;
    text-transform: uppercase;
}

.card a:hover {
    text-decoration: none;
}

.card.hovercard .info .desc {
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    color: #737373;
    text-overflow: ellipsis;
}

.card.hovercard .bottom {
    padding: 0 20px;
    margin-bottom: 17px;
}

.card.hovercard .bottom a.btn{ border-radius: 50%; width:32px; height:32px; line-height:18px;  }
/** Card **/

#scrollUp {
    bottom: 20px;
    right: 20px;
    padding: 10px 20px;
    background-color: #555;
    color: #fff;
    border-radius: 4px;
}

.dont-break-out {
    hyphens: auto;
    overflow-wrap: break-word;
    word-break: break-all;
}

.vendingimg {
    border: 1px solid black;
    display: block;
    float: left;
    height: 320px;
    margin: 5px;
    overflow: hidden;
    text-align: center;
    width: 240px;
}

.lazy {
    display: none;
}

.esplosiimgcontainer {
    width: 100%;
    height: 100%;
    position: relative;
}
.esplosiimgtag {
    float: left;
    position: absolute;
    z-index: 1000;
    padding: 0px;
    color: #FFFFFF;
    font-weight: bold;
    opacity: 0.5;
    box-sizing: content-box;
}

.esplosiimgtag:hover {
    border: 1px solid red;
    background-color: green;
}

.esplosiimgtagevidenza {
    border: 2px solid red;
    background-color: red;
    animation: 1s ease 0s normal none 1 running colorchange;
}
/* Collapse */

.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}

.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #FAFAFA;
    border-color: #EEEEEE;
}

.panel-title {
    font-size: 14px;
}

.panel-title > a {
    display: block;
    padding: 10px;
    text-decoration: none;
}

.more-less {
    float: right;
    color: #212121;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
}

/* modal centered  */

.modal-dialog {
    position: relative;
    display: table;
    overflow-y: auto;
    overflow-x: auto;
    width: auto;
    min-width: 300px;
}

/* modal centered  */

/* Autopen menu */
@media (min-width: 768px) {
    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
    }
}
/* Autopen menu */

.btn-esplosi {
    white-space: normal;
    width: 100%;
    background: rgb(83, 88, 233) none repeat scroll 0px 0px;
    color: rgb(255, 255, 255);
}

.btn-border, .btn-border:hover{
    text-transform: uppercase;
    outline: 1px solid grey;
}

.table > thead > tr > th {
    text-transform: uppercase;
}

.close {
    opacity: 1;
}

/* Esplosi */
@media (min-width:300px) {
    /* smartphones, iPhone, portrait 480x320 phones */
    .esplosiimgscroller, .productscroller{
        margin: auto;
        overflow: auto;
        padding: 20px;
        width: 230px;
    }
}

@media (min-width:320px) {
    /* smartphones, iPhone, portrait 480x320 phones */
    .esplosiimgscroller, .productscroller{
        margin: auto;
        overflow: auto;
        padding: 20px;
        width: 250px;
    }
}

@media (min-width:400px) {
    /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
    .esplosiimgscroller, .productscroller{
        margin: auto;
        overflow: auto;
        padding: 20px;
        width: 320px;
    }
}

@media (min-width:480px) {
    /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
    .esplosiimgscroller, .productscroller{
        margin: auto;
        overflow: auto;
        padding: 20px;
        width: 400px;
    }
}

@media (min-width:580px) {
    /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
    .esplosiimgscroller, .productscroller{
        margin: auto;
        overflow: auto;
        padding: 20px;
        width: 500px;
    }
}

@media (min-width:680px) {
    /* tablet, landscape iPad, lo-res laptops ands desktops */
    .esplosiimgscroller{
        margin: auto;
        overflow: visible;
        padding: 0px;
        width: 595px;
    }
    .productscroller{
        margin: auto;
        overflow: auto;
        padding: 20px;
        width: 595px;
    }
}

@media (min-width:840px) {
    /* tablet, landscape iPad, lo-res laptops ands desktops */
    .esplosiimgscroller, .productscroller{
        margin: auto;
        overflow: auto;
        padding: 0px;
        width: 750px;
    }
}

.inofferta {
    background: transparent url("/img/offer-strappo.png") no-repeat scroll left top;
    color: white;
    display: block;
    height: 78px;
    padding-right: 50px;
    padding-top: 35px;
    text-align: right;
    width: 180px;
}

.panel-primary > .panel-heading {
    background-color: #12872F;
    border-color: #12872F;
}

.nav {
    font-family: "Poppins";
    font-weight: 300;
    text-transform: uppercase;
}
.navbar {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}
.contactbox__button {
    background-color: #c1fbe1;
    border: 1px solid #4dffb0;
    border-radius: 4px;
    padding: 5px;
}
#contactbox__success-msg {
    font-size: 1.1em;
}

.btn-grey{
    background-color: #b2b2b2;
    color: white;
}

.page-header {
    margin: 20px 0 5px;
}

h1 {
    font-size: 20px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 10px;
}

.breadcrumb{
    margin-bottom: 0px;
}

.table-supercondensed > thead > tr > th,
.table-supercondensed > tbody > tr > th,
.table-supercondensed > tfoot > tr > th,
.table-supercondensed > thead > tr > td,
.table-supercondensed > tbody > tr > td,
.table-supercondensed > tfoot > tr > td {
  padding: 1px;
}

/* Note prodotto */
.noteprodotto {
    background-color:#e9e9e9;
    width: 100%;
    display: block;
}
/* Note prodotto */
