/* HTML ELEMENTS */
html
{
    position: relative;
    min-height: 100%;
    min-width: 320px;
}
body
{
    /*padding-top: 50px;*/
    margin-bottom: 140px;
}
@media (max-width:400px)
{
    body
    {
        margin-bottom: 210px;
    }

    ul
    {
        padding-left: 10px;
        text-align: justify;
    }
}
img
{
    height: auto;
    max-width: 100%;
}
/* HTML ELEMENTS */

.img-center
{
    height: auto;
    max-width: 100%;
    display: initial;
}

.collapsed a
{
    display: block;
}

.panel-title a
{
    display: block;
}

.nopadding
{
    padding: 0 !important;
}
.nomarginLeft
{
    margin-left: 0 !important;
}

.spacerRightMedio
{
    margin-right: 20px;
}

.spacerTopMedio
{
    margin-top: 20px;
}

.spacerLeftMedio
{
    margin-left: 20px;
}

.spacerBottomMedio
{
    margin-bottom: 20px !important;
}

.spacerMedio
{
    height: 20px;
}
.nav .breadcrumb
{
    margin: 0 7px;
}

ul.breadcrumb {
    margin-bottom: 15px;
}


.thumbnail > img, .thumbnail a > img
{
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.btn-group-xs > .btn
{
    padding: 1px 5px;
    font-size: 0.9em;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-group-sm > .btn
{
    padding: 5px 10px;
    font-size: 0.9em;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-group-lg > .btn
{
    padding: 10px 16px;
    font-size: 1.3em;
    line-height: 1.33;
    border-radius: 6px;
}

@media (min-width: 768px)
{
    .nav .breadcrumb
    {
        float: left;
        margin: 7px 10px;
    }
}

#footer  
{
    position: absolute;
    bottom: 0;
    width: 100%;
}

#footer .container /* il container e il footer devono avere lo stesso background */
{
    
}

.well 
{
    background:none;
    border:none;
    /*SI DEVE COMPORTARE COME UNA ROW*/
    margin-left: -15px;
    margin-right: -15px;
    box-shadow:none;
    padding: 15px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px)
{
    /* Remove the padding we set earlier */
    .masthead,
    .marketing,
    .footer
    {
        padding-right: 0;
        padding-left: 0;
    }
}

.container_menu
{
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width:768px)
{
    .container_menu
    {
        width: 750px;
    }
}

@media (min-width:992px)
{
    .container_menu
    {
        width: 970px;
    }
}

@media (min-width:1200px)
{
    .container_menu
    {
        width: 1170px;
    }
}

.masthead
{
    margin-bottom: -15px;
    margin-left:-15px;
    margin-right:-15px;
}

@media only screen and (max-width: 768px)
{
    .masthead
    {
        margin-bottom: 5px;
    }

    .spacerMedio
    {
        height: 0px;
    }
}

/* inizio pagine esposizione prodotti */

/*cloudzoom*/

/* CSS for lens */
.text-centers
{
    text-align: center;
    position: relative;
    z-index: 111111;
}

.navbar-nav > li > .dropdown-menu
{
    z-index: 99999999;
}

.cloudzoom-lens
{
    border: 5px solid #888;
    width: 100px !important;
    height: 100px !important;
    box-shadow: -0px -0px 10px rgba(0,0,0,0.40);
    cursor: crosshair;
    z-index: 9999999;
}
/* CSS for zoom window. */
.cloudzoom-zoom
{
    border: 1px solid #888;
    width: 750px;
    height: 750px;
    box-shadow: -0px -0px 10px rgba(0,0,0,0.40);
    z-index: 999999;
}
/* CSS for zoom window in 'inside' mode. */
.cloudzoom-zoom-inside
{
    border: none;
    box-shadow: none;
    z-index: 999999;
}

/* CSS for captions */
.cloudzoom-caption
{
    display: none; /* CSS captions should be hidden initially */
    text-align: left;
    background-color: #000;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    font-family: sans-serif;
    font-size: 0.8em;
}

#myTab
{
    padding-top: 20px;
}

.btn-group, .btn-group-vertical
{
    width: 100%;
    padding-top: 10px;
}

    .btn-group > .btn, .btn-group-vertical > .btn
    {
        width: 100%;
    }

.open > .dropdown-menu
{
    display: block;
}

/* blog */

.no_margin
{
    margin: 0px !important;
}

.thumbelina li a img:hover
{
    
    width: 100% !important;
    height: 100% !important;
    
    z-index: 999;
}

@media (min-width:768px)
{
    .container
    {
        width: 98%;
    }
}

@media (min-width:992px)
{
    .container
    {
        width: 98%;
    }
}

@media (min-width:1200px)
{
    .container
    {
        width: 98%;
    }
}


@media (max-width:750px)
{
    #slideshowVerticale
    {
        position: relative;
        width: 90%;
        height: 75px;
        margin-left: 5%;
    }

    .thumbelina li img
    {
        max-width: 65px;
    }
}

@media (min-width:751px)
{
    #slideshowVerticale
    {
        position: relative;
        margin-top: 20px;
        width: 90%;
        min-width: 75px;
        margin-left: 5%;
        min-height: 256px;
        margin-bottom: 20px;
    }

    .thumbelina li img
    {
        width: 100%;
        height: 100%;
    }
}

/* Bootstrap ADD-ON*/
@media (min-width:751px)
{
    .btn-block-xs
    {
        margin-bottom: 5px;
    }
}

@media (max-width:750px)
{
    .btn-block-xs
    {
        display: block;
        margin-bottom: 5px;
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }
}

.nobreak
{
    white-space: nowrap;
}

h1
{
    font-size: 1.6em;
    margin: 0px 0px 20px 0px;
}

h2
{
    font-size: 1.4em;
}

h3
{
    font-size: 1.2em;
}

.btn-glyphicon-search
{
    top: 0px;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-right: 24px;
}

/* navigatore orizzontale*/
.shop-steps-timeline
{
    
}

    .shop-steps-timeline .step-status
    {
        padding-top: 50px;
        position: relative;
        padding-bottom: 50px;
    }


    .shop-steps-timeline .step-status-timeline
    {
        border-radius: 7px;
        padding-left: 5px;
        padding-right: 5px;
    }

        .shop-steps-timeline .step-status-timeline .step-status-timeline-completion
        {
            height: 12px;
            margin: 1px;            
            width: 0px;
        }


    .shop-steps-timeline .step
    {
        padding: 7px;
        position: absolute;
        margin-top: -24px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;  
        border-radius: 50%;
        font-size: 100%;
    }

        .shop-steps-timeline .step.disabled
        {
            
        }

        .shop-steps-timeline .step .status:last-child
        {
            width: 0px;
        }

.step-status .step:last-child span
{
    width: 0px;
}

.shop-steps-timeline .step.disabled .status
{
    cursor:default;
}

.shop-steps-timeline .step.active
{
    
}

.shop-steps-timeline .step.active .status
{    
    font-weight: bold;
    white-space: nowrap;
}

.shop-steps-timeline .step .icon
{
    height: 20px;
    width: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0px;
    /*font-size: 20px;*/
    font-size: 1.55em;
    cursor:default;
}

.shop-steps-timeline .step.disabled .icon
{
    
}

.shop-steps-timeline .step .status
{
    position: absolute;    
    top: -25px;
    left:-50%;
    font-size:1em;
}
.shop-steps-timeline .step .status.first
{
    left:0%;
}
.shop-steps-timeline .step .status.last
{
    left:-90%;
}

.purchase-basket-number
{
    margin:15px 15px 50px 15px;
    font-size: 2.5em;    
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;  
    border-radius: 50%;
    line-height:60px;
}

.relative-container
{
    position: relative;
}

span.list-group-item
{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity:0.5;
}

.shop-steps-timeline .step:last-child span
{
    width: 0px;
}

.shop-steps-timeline .step:last-child a
{
    width: 0px;
}

/* MEGAMENU */
.w3_megamenu .dropdown a,
.w3_megamenu .dropdown-menu  a {
}
.w3_megamenu .dropdown-menu > li > a {
	padding:6px 15px;
}
.w3_megamenu .navbar-nav > li > .dropdown-menu {
	margin-top:1px;
}
.w3_megamenu i {
}
.w3_megamenu .dropdown-menu {
	box-shadow:none; 
	padding:0;
    left: auto;
}
.w3_megamenu .form-control {
	margin-top:10px;
}
.w3_megamenu .btn {
	margin:10px 0 20px
}
.w3_megamenu video {
	max-width: 100%;
	height: auto;
}
.w3_megamenu iframe,
.w3_megamenu embed,
.w3_megamenu object {
	max-width: 100%;
}
.w3_megamenu .dropdown-menu .withoutdesc{    
	margin-top:0;
	padding:15px 20px;
    display: block;
    text-align: left;
    text-transform: none;
    width: 100%;
}
.w3_megamenu a:hover {
	text-decoration:none
}
.w3_megamenu .dropdown-menu .withoutdesc ul li {
	padding:3px 10px;
}
.w3_megamenu .dropdown-menu .withoutdesc ul li:hover,
.w3_megamenu .dropdown-menu .withoutdesc ul li:focus{
	text-decoration:none;
}
.w3_megamenu .dropdown-menu .withoutdesc li:last-child {
}
.w3_megamenu .w3_megamenu-content.withdesc a:after {    
    content: attr(data-description);
    display: block;
    font-size: 0.8em;
    font-weight: 400;
    line-height: 0;
    margin: 10px 0 15px;
    text-transform: uppercase;
}

.w3_megamenu .dropdown-submenu{
	position:relative;
}
.w3_megamenu .dropdown-submenu>.dropdown-menu{
	top:0;
	left:100%;
	margin-top:0;
	margin-left:-1px;
	-webkit-border-radius:0 6px 6px 6px;
	-moz-border-radius:0 6px 6px 6px;
	border-radius:0 6px 6px 6px;
}
.w3_megamenu .dropdown-submenu:hover > .dropdown-menu{
	display:block;
}

.w3_megamenu .dropdown-submenu>a:after{
	display:block;
	content:" ";
	float:right;
	width:0;
	height:0;
	border-color:transparent;
	border-style:solid;
	border-width:5px 0 5px 5px;
	margin-top:5px;
	margin-right:-10px;
}
.w3_megamenu .dropdown-submenu:hover > a:after{
}
.w3_megamenu .dropdown-submenu.pull-left{
	float:none;
}
.w3_megamenu .dropdown-submenu.pull-left>.dropdown-menu{
	left:-100%;
	margin-left:10px;
	-webkit-border-radius:6px 0 6px 6px;
	-moz-border-radius:6px 0 6px 6px;
	border-radius:6px 0 6px 6px;
}
.w3_megamenu p {
    /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
    font-size: 0.9em;
}
.w3_megamenu .nav,
.w3_megamenu .collapse,
.w3_megamenu .dropup,
.w3_megamenu .dropdown {
	position: static;
}
.w3_megamenu .half {
    width: 50%;
	left: auto !important;
    right: auto !important;
}
.w3_megamenu .container {
	position: relative;
}
.w3_megamenu .nav.navbar-right .dropdown-menu {
	left: auto;
	right: 0;
}
.w3_megamenu .w3_megamenu-content {
	padding: 15px 25px;
}
.w3_megamenu .dropdown.w3_megamenu-fw .dropdown-menu {
	left: 0;
	right: 0;
}
.w3_megamenu .title {
	font-size:0.9em;
	font-weight:bold;
	margin-top:15px;
	text-transform:uppercase;
	padding-bottom:10px;
}
.w3_megamenu ul {
	list-style:none;
	padding-left:0px;
}
.w3_megamenu ul ul {
    padding-left:10px;
}
.w3_megamenu ul ul ul {
    padding-left:20px;
}

/* DROPDOWN MENU */
.dropdown_menu .dropdown-submenu {
    position: relative;
}

.dropdown_menu .dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown_menu .dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown_menu .dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown_menu .dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown_menu .dropdown-submenu.pull-left {
    float: none;
}

.dropdown_menu .dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

input[type="radio"], input[type="checkbox"]{
    margin: 3px 0 0;
}

.list-group-item .radio label{
    padding-left: 0px;
}

.form-control{
    font-size: 1em;
}

.dropdown-menu{
    font-size:1em;
}
