/* MAIN TAG */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html, body{
    height: 100%;
}

body{
	margin:0;
	padding:0;
}

a {
	outline: none;	
}

a img {
	border: none;
}

ul, li{
	list-style:none;
	outline: none;	
}

figure, abbr {
    margin: 0;
    padding: 0
}

input:focus, textarea:focus{
 outline:none;
}

select{
/*	min-width: 150px;*/
	height:34px;
	border-color: #aaa;
	background:transparent;    
	outline: none;
}

select option {
    margin:40px;
    background: rgba(0,0,0,0.3);
    color:#fff;
    text-shadow:0 1px 0 rgba(0,0,0,0.4);
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

p input, p textarea {
	width:100% !important;
	display:block !important;
}

p input[type=checkbox]{
	display: inline !important;
	width: auto !important;
}

input.violator{
	width: auto !important;
	display: inline-block !important;
}

@media screen and (max-width: 736px) {
	.table-overflow {
		overflow-x: scroll;
	}
}

textarea {
	resize: none;
	overflow-y:hidden;	
}

hr{
	margin-top: 15px;
	margin-bottom: 15px;
	border: 0;
	border-top: 1px solid #aaa
}

.placeholder{
  color: #aaa;
}

.clear{
	clear:both;
}

.floatl{
	float:left;
}

.floatr{
	float:right;
}

.displinl{
	display:inline;
}

.displinlblo{
	display:inline-block;
}

.displblo{
	display:block !important;
}

.displnon{
	display:none !important;
}

.verticalb{
	vertical-align: bottom;
}

.maxwidth{
	width:100% !important;
}

.minwidth{
	max-width: 300px:
}

.nomaxwidth{
	max-width: 100% !important;
}

.maxheight{
	height:100%;
}

.padd10l{
	padding-left:10px;
}

.padd10r{
	padding-right:10px;
}

.padd10lr{
	padding-left:10px;
	padding-right:10px;
}

.paddingt0{
	padding-top:0px;
}

.padding0{
	padding: 0px !important;
}
.paddingb0{
	padding-bottom:0px !important;
}

.paddingt10{
	padding-top: 10px !important;
}

.paddingb10{
	padding-bottom: 10px !important;
}

.paddingl10{
	padding-left: 10px !important;
}

.paddingr10{
	padding-right: 10px !important;
}

.paddingt20{
	padding-top:20px !important;
}

.paddingb20{
	padding-bottom:20px !important;
}

.paddingt40{
	padding-top:40px !important;
}

.paddingb40{
	padding-bottom:40px !important;
}

.paddingt60{
	padding-top:60px;
}

.paddingb60{
	padding-bottom:60px;
}

.paddingt80{
	padding-top:80px;
}

.paddingb80{
	padding-bottom:80px;
}

.paddingt100{
	padding-top:100px;
}

.paddingb100{
	padding-bottom:100px;
}

.paddingt160{
	padding-top:160px;
}

.paddingb160{
	padding-bottom:160px;
}

.margin0{
	margin: 0px !important;	
}

.margint0{
	margin-top: 0px !important;
}

.marginb0{
	margin-bottom: 0px !important;
}

.margint10{
	margin-top: 10px !important;
}

.marginb10{
	margin-bottom: 10px !important;
}

.margint20{
	margin-top:20px !important;
}

.marginb20{
	margin-bottom:20px !important;
}

.margint40{
	margin-top:40px !important;
}

.marginb40{
	margin-bottom:40px !important;
}

.margint80{
	margin-top:80px;
}

.marginb80{
	margin-bottom:80px;
}

.margint160{
	margin-top:160px;
}

.marginb160{
	margin-bottom:160px;
}

.margin10lr{
	margin-left: 10px;
	margin-right: 10px;
}

.minheight{
	min-height:400px;
}

@media(min-width:736px){
	.large{
		margin-left: -15px !important;
		margin-right: -15px !important;	
	}
}

.large-1 {
    position: relative;
    float: left;
    width: 8.3333333333%;
}

.large-2 {
    position: relative;
    float: left;
    width: 16.666666667%;
}

.large-3 {
    position: relative;
    float: left;
    width: 25%;
}

.large-4 {
    position: relative;
    float: left;
    width: 33.333333333%;
}

.large-5 {
    position: relative;
    float: left;
    width: 41.666666667%;
}

.large-6 {
    position: relative;
    float: left;
    width: 50%;
}

.large-7 {
    position: relative;
    float: left;
    width: 58.333333333%;
}

.large-8 {
    position: relative;
    float: left;
    width: 66.666666666%;
}

.large-9 {
    position: relative;
    float: left;
    width: 75%;
}

.large-10 {
    position: relative;
    float: left;
    width: 83.333333333%;
}

.large-11 {
    position: relative;
    float: left;
    width: 91.666666666%;
}

.large-12 {
    position: relative;
    float: left;
    width: 100%;
}

.large-1, .large-2, .large-3, .large-4, .large-5, .large-6, .large-7, .large-8, .large-9, .large-10, .large-11, .large-12{
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

@media(max-width:736px){
	.large-1, .large-2, .large-3, .large-4, .large-5, .large-6, .large-7, .large-8, .large-9, .large-10, .large-11, .large-12{
		padding-right: 0px !important;
		padding-left: 0px !important
	}
}

.offset-12 {
    margin-left: 100%
}

.offset-11 {
    margin-left: 91.66666667%
}

.offset-10 {
    margin-left: 83.33333333%
}

.offset-9 {
    margin-left: 75%
}

.offset-8 {
    margin-left: 66.66666667%
}

.offset-7 {
    margin-left: 58.33333333%
}

.offset-6 {
    margin-left: 50%
}

.offset-5 {
    margin-left: 41.66666667%
}

.offset-4 {
    margin-left: 33.33333333%
}

.offset-3 {
    margin-left: 25%
}

.offset-2 {
    margin-left: 16.66666667%
}

.offset-1 {
    margin-left: 8.33333333%
}

.offset-0 {
    margin-left: 0
}


@media screen and (max-width: 736px) {
	
	.offset-1, .offset-2, .offset-3, .offset-4, .offset-5, .offset-6, .offset-7, .offset-8, .offset-9, .offset-10, .offset-11, .offset-12{
		margin-left: 0px;
		opacity: 1;
	}
	
	.large-6, .large-4{
	    float: none;
    	width: 100%;
	}

}

.heading-icon{
	width: 120px;
	height: 120px;
	overflow: hidden;
	border-radius: 50%;
    margin-left: auto;
    margin-right: auto;

}

.heading-icon.lefttext{
	margin-left: 0;
}

.heading-icon img{
    margin-left: auto;
    margin-right: auto;
}

.buckets-large p {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 30px;
    margin-right: 30px;
	padding-left: 20px;
	padding-right: 20px;
}

.buckets-large h3 {
    margin-left: 30px;
    margin-right: 30px;
	padding-left: 20px;
	padding-right: 20px;
}

.buckets-large h4 {
    margin-left: 30px;
    margin-right: 30px;
	padding-left: 20px;
	padding-right: 20px;
}

.buckets.tour{
	position: relative;
	min-height: 400px;
	overflow: hidden;
}

.buckets.tour .large-6 {
	position: static !important;
}

.buckets.tour h2, .buckets.tour h3, .buckets.tour h4 {
    margin-left: 60px;
    margin-right: 60px;
    max-width: none;
}

.buckets.tour img{
	bottom: 0px;
	position: absolute;
	height: 100%;
}

.buckets .row{
	width: 100%;
	margin: auto;
	border: 1px solid #ddd;
	margin-bottom: 10px;
	padding: 0px 15px;
}

.buckets .rows{
	margin: auto;
	border: 1px solid #ddd;
	margin-bottom: 10px;
}

.row{
	border: 1px solid #ddd;
	margin-bottom: 10px;
}

.border-row{
	border: 1px solid #ddd;
	margin-bottom: 10px;
}

.row-top{
	border-top: 1px solid #ddd;
}

@media only screen and (min-width: 736px) {
	.buckets.tour .large-6{
		padding-bottom: 80px;
	}
}
@media only screen and (min-width: 1000px) {
	.buckets.tour .large-6{
		padding-bottom: 160px;
	}
}
@media screen and (max-width: 736px) {
	.buckets.tour{
		min-height: inherit;
	}	
	
	.buckets.tour .large-6 {
		position: relative;
		z-index: 1;
	}

	.buckets.tour .large-6.figure{
		height: 300px;
		overflow: hidden;
		z-index: -1;
	}

	.buckets.tour img{
		position: static;
		height: auto;
	}
	
	.buckets.tour h2, .buckets.tour h3, .buckets.tour h4 {
    	margin-left: 30px;
		margin-right: 30px;
		max-width: none;
	}
}

.violator{
    background: #e5251d;
    border-radius: 4px;
    text-align: center;    
    padding: 0.4286em 1.1429em 0.5em;
    white-space: nowrap;
    display: inline-block;
    border: 1px solid #e5251d;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-appearance: none;
}

.violator.green{
	background: #4CAF50 !important;
	border: 1px solid #4CAF50;
}

.violator.green:hover{
	background: #fff !important;
	color: #4CAF50
}

.violator.gray{
	border: 1px solid #666;
	color: #666;
	background: #fff;
}

.violator:hover{
    background: #fff;
    color: #e5251d;	
}

.violator.gray:hover{
	border: 1px solid #666 !important;
	color: #fff !important;	
	background: #666 !important;
}

.btn-false{
    background: #a80000;
    border-radius: 10px;
    text-align: center;    
	padding: 4px 8px;
    white-space: nowrap;
    display: inline-block;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 10px;
}

.btn-true{
    background: #588430;
    border-radius: 10px;
    text-align: center;    
	padding: 4px 8px;
    white-space: nowrap;
    display: inline-block;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 10px;
}

.section-images{
	height: 400px;
	overflow: hidden;
}

@media screen and (max-width: 736px) {
	.section-images{
		height: 300px;
	}
}

.full-img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}

@media print { 
	footer{ 
		display: none; 
	}
}

.icon-head{
	background: url(../graphics/icon/icon-head.png) no-repeat;
	width: 284px;
	height: 19px;
	display: inline-block;
	padding-bottom: 30px;
}

@media screen and (max-width: 736px) {
	.icon-head{
		padding-bottom: 10px;
	}
}

.inputstyle{
	height:30px;
	border:#aaa solid 1px;
	border-radius:5px;
	font-size:14px; 
	font-weight:200;
	padding-left:10px;
	display: inline-block;
	-webkit-appearance: none;
	min-width: 50px;
}

form p, p.form{
	margin: 0px;
	-webkit-margin-before: 0em !important;
	-webkit-margin-after: 0em !important;
	-webkit-margin-start: 0px !important;
	-webkit-margin-end: 0px !important;
	padding-top:20px;
	display: flex;
	max-width: 100% !important;
	margin: auto;
	padding-left: 5px !important;
	padding-right: 5px !important;
	margin: 0px !important;
}

form label, p.form label{
	display: inline-block;
	padding: 2px 5px 0 0;
}

form input, p.form input {
	flex: 1;
}

form input.error {
    background-color: #ffdddd;
}

.fielderror{
	display: inline-block;
}

#uploadFile{
	border: 0px;
	display: inline-block;
	margin-top: 10px;
	font-size: 14px;
	text-align: center;
}

.upload-style{
	display: inline-block;
}
.upload-style input[type="file"] {
	display: none;
}

.upload-style label{
	margin: 0px !important;
	padding: 0px !important;	
}

.upload-style .banner {
	position:relative;
	border-radius:5px;
	border:1px solid #aaa;
	padding:4px 20px;
	cursor:pointer;
	font-size: 14px;
}
.radio-style input:empty {
	margin-left: -999px;
	display: none;
}

.radio-style input:empty ~ label {
	position: relative;
/*	display: block;*/
	line-height: 2.5em;
	text-indent: 3.25em;
	margin-top: 10px;
	font-size: 0.875em;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.radio-style input:empty ~ label:before {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	content: '';
	width: 2.5em;
	background: #D1D3D4;
	border: 2px solid #e5251d;	
	border-radius: 4px 4px 4px 4px;
	max-height: 32px;	
}
.radio-style input:hover:not(:checked) ~ label:before {
	content:'\2714';
	text-indent: .9em;
	color: #C2C2C2;
}
.radio-style input:checked ~ label:before {
	content:'\2714';
	text-indent: .9em;
	color: #fff;
	background-color: #e5251d;
	max-height: 32px;	
}
.radio-style label {
	padding: 0 !important;
}

.form-group.large-6{
	float: none !important;
	display: inline-block;
}
.select-style {
    border: #aaa solid 1px;
/*    width: 100%;*/
	min-width: auto;
	max-width: 100%;
    border-radius: 5px;
    overflow: hidden;
    background: #fff url(../graphics/icon/arrow-down.gif) no-repeat 99% 50%;
}

.select-style select {
	height: 32px;
    padding: 0px 16px 0px 8px;
    width: 100%;
	font-size: 0.875em;
	font-weight: 200;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
}

.select-style2 {
	min-width: auto;
	max-width: 100%;
    border-radius: 5px;
    background: #fff url(../graphics/icon/arrow-down1.gif) no-repeat 98% 50%;
}

.select-style2 select {
    width: 100%;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
}

.select-style select:focus {
    outline: none;
}

.flex{
	display:flex;
	padding-left: 5px !important;
	padding-right: 5px !important;
	padding-top: 20px;
}

.flex label{
	font-size: 0.875em;
}

.flex label:before{
	content: '.';
	color: #fff;
}

.overhidd{
	overflow: hidden;
}
/* GLOBAL */

.wrapper {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:736px) {
    .wrapper {
        width: 80%
    }
}

@media (min-width:992px) {
    .wrapper {
        width: 80%
    }
}

@media (min-width:1200px) {
    .wrapper {
        width: 80%
    }
}

/* BACKGROUND */

.slider #slider-01{
	background: url(../graphics/slide-home-01.jpg) no-repeat center center;
	background-size: cover;
}

.slider #slider-02{
	background: url(../graphics/slide-home-01.jpg) no-repeat center center;
	background-size: cover;
}

.slider #slider-chisiamo-01{
	background: url(../../static/graphics/slide-chisiamo-01.jpg) no-repeat center center;
	background-size: cover;
	height: 400px;
	overflow: hidden;
}

.slider #slider-chisiamo-02{
	background: url(../../static/graphics/slide-chisiamo-02.jpg) no-repeat center center;
	background-size: cover;
	height: 400px;
	overflow: hidden;
}

@media only screen and (max-width: 736px) {
	.slider #slider-chisiamo-01, .slider #slider-chisiamo-02{
		height: 300px !important;
	}
}
.section-background-gradient{
	background-color: #fff;   
    background-image: -webkit-linear-gradient(top, #f4f4f4 0, white 500px);
    background-image: linear-gradient(to bottom, #f4f4f4 0, white 500px);
	min-height: 500px;
}

@media only screen and (min-width: 736px) {
	
	.section-background-gradient{
		min-height: 400px;
	}

}

/* LAYOUT */

.slider{
	height: 400px;
	position: relative;
}

.slider-level{
	position: absolute; 
	width: 100%; 
	height: 100%; 
	background: rgba(0,0,0,0.4);
}

@media screen and (max-width: 736px) {

	.slider{
		height: 300px;
	}
}

@media only screen and (min-width: 1600px) {
	.slider{
		height: 600px;
	}
}

ul.service-items{
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
	margin-left: -10px !important;
	margin-right: -10px !important;
}

ul.service-items li{
	position: relative;
	display: inline-block;
	width: 250px;
	text-align: left;
	padding: 0px 10px;	
	vertical-align: top;
}

ul.service-items li .servizio-img{
	width: 230px;
	height: 230px;
	position: relative;
}

ul.service-items li .servizio-img img{
	width: 230px;
	height: 230px;	
}

ul.service-items li .servizio-titolo{
	margin-top: 10px;
	margin-bottom: 0px;
	font-weight: 500;
}

ul.service-items li .servizio-negozio{
	margin: 0;
}

ul.service-items li .servizio-descrizione{
	height: 30px;
	display: block;
	overflow: hidden;
	font-size: 12px;
    line-height: 1.2;
}

ul.service-items li .servizio-descrizione:after{
	content: "...";
}

ul.service-items li .servizio-price{
	font-size: 20px;
	font-weight: 700;
	display: inline-block;
	position: relative;
	margin-top: 10px;
}

ul.service-items li .servizio-price .servizio-iva{
	font-size: 18px;
	font-weight: 300;
	display: block;
	position: absolute;
	right: -5px;
	bottom: -8px;
}

@media screen and (max-width: 736px) {
	
	ul.service-items li{
		width: 100%;		
	}
		
	ul.service-items li .servizio-price{
		font-size: 34px;
	}	
	
	ul.service-items li .servizio-price .servizio-iva{
		font-size: 16px;
	}
}

span.sconto{
	position: absolute;
    top:2px;
    right: 2px;
    padding: 22px 10px;
    border-radius:50%;
    background: rgba(0,0,0,0.5);
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    color: #fff;
}

span.sconto .label{
	display: block;
	font-size: 10px;
	font-weight: 400;
}

@media only screen and (max-width: 736px) {
	span.sconto{
		padding: 20px 5px;
		font-size: 20px;
	}	
}

section.servizi #owl-demo{
	position: relative;
}
section.servizi #owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}
section.servizi #owl-demo .owl-buttons{
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -20px;
}
section.servizi #owl-demo .owl-buttons [class*='owl-']{
	color: #FFF;
	font-size: 10px;
	background: rgba(0, 0, 0, 0.5);
	display: inline-block;
	cursor: pointer;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-style: normal;
	font-weight: normal;
	font-family: 'Glyphicons Halflings';
	text-align: center;
	line-height: 25px;
}
section.servizi #owl-demo .owl-buttons .owl-prev{
	position: absolute;
	left: 0%;
	width: 30px;
	height: 30px;
}
section.servizi #owl-demo .owl-buttons .owl-prev:before{
	content: "\e079";
	left: -2px;
	position: relative;
}
section.servizi #owl-demo .owl-buttons .owl-next{
	position: absolute;
	right: 0%;
	width: 30px;
	height: 30px;	
}
section.servizi #owl-demo .owl-buttons .owl-next:before{
	content: "\e080";
	right: -2px;
	position: relative;
}

section.servizi #owl-demo .owl-pagination{
	display: none;
}

section.servizi .large-5{
	position: relative;
}
section.servizi .large-5 .rating{
	width: 100%;
	margin-bottom: 20px;
}

section.servizi .large-5 .rating i{
	color: #F90;
	font-size: 14px;
}

section.servizi .large-5 .rating span{
	font-size: 14px;
	text-transform: uppercase;
	padding-left: 10px;
}

section.servizi .large-5 h3{
	font-weight: 500;
}
section.servizi .large-5 h5{
	margin: 0px;
}
section.servizi .large-5 .servizio-price{
	font-size: 25px;
	font-weight: 700;
	display: block;
	margin-bottom: 40px;
	position: relative;
}
section.servizi .large-5 .servizio-price .servizio-iva{
	font-size: 12px;
	font-weight: 300;
	display: block;
	position: absolute;
	bottom: -12px;
}

section.servizi .large-12 #description p{
	max-width: 100%;
}

section.servizi .large-12 #faq p{
	max-width: 100%;
}

section.servizi .large-12 #faq li{
	margin-top: 20px;
}

section.servizi .large-12 #faq li p.t-faq{
	text-transform: uppercase;
	font-weight: 500;
}

section.servizi .large-12 #faq li p.st-faq{
	font-size: 12px;
}

ul.sidebar-dash{
	margin: 0px;
	text-align: left;
	padding: 0px;
	border: 1px solid #ddd;	
	margin-bottom: 20px;
}

ul.sidebar-dash li a{
	
	padding: 10px 10px;
	font-size: 14px;
	display: block;
	cursor: pointer	
}

ul.sidebar-dash li.current a{
	margin-top: 0px;
	background: rgb(230, 37, 30);
	font-weight: 700;	
	color: #fff;
}
ul.sidebar-dash li:not(.current) a:hover{
	background: #efefef;
}

.boxtitle-head{
	width: 100%;
	height: 50px;	
	background: #e5251d;
}

.boxtitle-head h5{
	margin: 15px 0px;
	font-weight: 500;	
	text-transform: uppercase;
	color: #fff;
}



/* NAVIGATION */

#nav-inner .nav-inner ul{
	width: 100%;
	display: table;	
	padding-left: 0px !important;
	padding-right: 0px !important;
	background: #eee;
}

#nav-inner .nav-inner ul a{
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	padding: 10px 10px;
	font-size: 14px;
}

#nav-inner .nav-inner ul a img{
	width: 40px; 
	vertical-align: middle;
}

@media screen and (max-width: 736px) {
	
	#nav-inner .nav-inner ul a{
		padding: 5px 10px;
	}

}

#nav-inner .nav-inner ul a:hover{
	background: #fff;
}

#nav-inner .nav-inner ul a.current{
	background: #fff;
}


#ordini-intro .orders{
	border-bottom: 1px solid #ddd;
	padding-bottom: 40px;
	margin-top: 40px;
}

@media screen and (max-width: 736px) {
	#ordini-intro .large-4, #ordini-intro .large-8, #ordini-details .large-4, #ordini-details .large-8, #ordini-messages .large-4, #ordini-messages .large-8 {
		float: none;
		width: 100%;
	}
	
	#ordini-messages .large-10{
		width: 70%;
	}
	
	#ordini-messages .large-2{
		width: 30%;
	}
	
	.large-8{
		width: 100% !important;
		float: none;
	}
}
/* TABLE */

.pagamenti1-table{
	width:100%;
	font-size: 14px;
	margin-bottom: 20px;
}

.pagamenti1-table tr{
	cursor:pointer;
}

.pagamenti1-table thead{
	font-size:14px;
	color: #000;
	font-weight: 200;	
	background: #f7f7f7;
	border: 1px solid #ddd;	
}

.pagamenti1-table thead td{
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;	
	padding: 0px 5px;		
}

.pagamenti1-table tbody{
	border: 1px solid #ddd;
}

.pagamenti1-table tfoot:before {
    content: "";
    height: 10px;
    display: block;
}

.pagamenti1-table tbody td{
	height:50px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;	
	padding: 0px 5px;	
}

.pagamenti1-table tfoot .column5{
	border: 1px solid #ddd;
}

.pagamenti1-table .bold{
	font-weight: 500;
	font-size: 16px;
}

.pagamenti1-table td.column1{
	width: 40%;
}
.pagamenti1-table td.column2{
	width: 20%;	
	text-align: center;
}
.pagamenti1-table td.column3{
	width: 20%;
}
.pagamenti1-table td.column4{
	width: 20%;
}

.pagamenti2-table{
	width:100%;
	font-size: 14px;
}

.pagamenti2-table tr{
	cursor:pointer;
}

.pagamenti2-table thead{
	font-size:14px;
	color: #000;
	font-weight: 200;	
	background: #f7f7f7;
	border: 1px solid #ddd;	
}

.pagamenti2-table thead td{
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 0px 5px;		
}

.pagamenti2-table tbody{
	border: 1px solid #ddd;
}

.pagamenti2-table tfoot:before {
    content: "";
    height: 10px;
    display: block;
}

.pagamenti2-table tbody td{
	height:50px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 0px 5px;
}

.pagamenti2-table tfoot .column5{
	border: 1px solid #ddd;
}

.pagamenti2-table td.column1{
	width: 40%;
}
.pagamenti2-table td.column2{
	width: 20%;	
}
.pagamenti2-table td.column3{
	width: 20%;
}
.pagamenti2-table td.column4{
	width: 20%;
}

#pagamento-intro .large-4 .row:hover{
	background: #fafafa
}

.order-status{
	position: relative;
	padding: 20px 0px 100px 0px;
	font-size: 14px;
	overflow:hidden;	
}

@media screen and (max-width: 736px){
	.order-status{
		font-size: 10px;
	}
}

.order-timeline {
    background: #ddd;
}
.order-timeline .order-timeline-completion {
    height: 3px;
    background: #e5251d;
}
.order-timeline .order-timeline-completion.c0 {
    width: 0%
}
.order-timeline .order-timeline-completion.c1 {
    width: 22%
}
.order-timeline .order-timeline-completion.c2 {
    width: 46%
}
.order-timeline .order-timeline-completion.c3 {
    width: 72%
}
.order-timeline .order-timeline-completion.c4 {
    width: 100%
}
.s1 {
    left: 0
}
.s2 {
    left: 22%
}
.s3 {
    left: 45%
}
.s4 {
    left: 70%
}
.s5 {
    right: 0px
}
.s5 span.status{
	right: 0px;
	width: auto !important;
}
.icon-order {
    border-radius:50%;
	width:20px;
	height:20px;
    background-color: #ddd;
    position: absolute;
    margin-top: -10px
}
.icon-order.complete{
    background-color: #e5251d;
}
.icon-order .status {
	position:absolute;
	display:block;
	padding-top:30px;
	width:100px
}

.messages-wrapper {
	position:relative;
}
.message {
    border-radius: 20px 20px 20px 20px;
    margin: 0 15px 10px;
    padding: 15px 20px;
    position: relative;
}
.message p{
	margin: 0px;
	padding: 0px;
}

.message-box h6.f {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	margin-left: 15px;
	padding-left: 20px;
}

.message-box h6.t {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	margin-right: 15px;
	padding-right: 20px;
	text-align: right;
}
.message img:hover{
	opacity: 0.8;
}
.message.to {
    background-color: #bb2011;
    color: #fff;
    margin-left: 80px;
}
.message.from {
    background-color: #E5E4E9;
    color: #363636;
    margin-right: 80px;
}
.message.to + .message.to,
.message.from + .message.from {
  margin-top: -7px;
}
.message:before {
    border-color: #bb2011;
    border-radius: 50% 50% 50% 50%;
    border-style: solid;
    border-width: 0 20px;
    bottom: 0;
    clip: rect(20px, 35px, 42px, 0px);
    content: " ";
    height: 40px;
    position: absolute;
    right: -50px;
    width: 30px;
    z-index: -1;
}
.message.from:before {
    border-color: #E5E4E9;
    left: -50px;
    transform: rotateY(180deg);
}

#gordine-intro .box{
	border: 1px #ddd solid;
	padding: 0px 10px 20px 10px;
	margin-bottom: 20px;
}

@media screen and (max-width: 736px) {
	#gordine-intro .large-3{
		float: none;
		width: 100%;
	}	

	#gordine-intro .large-9{
		float: none;
		width: 100%;
	}	

}

#cookieChoiceInfo{
	bottom: 0 !important;
	top: auto !important;
	width: 100% !important;
	font-size: 16px;
	color: #fff;
	background-color: rgba(0,0,0,0.7) !important;
}

#cookieChoiceInfo a {
	color: #fff;
	text-decoration: underline;
	display: inline-block;
}


#cookieChoiceInfo a#cookieChoiceDismiss {
	text-decoration: none;
	background: #e5251d;
	padding: 0px 10px;
	border-radius: 5px;
	text-decoration: none;
	display: inline-block;
	font-weight: bold;
}

.box-event{
	background: #fcfcfc;
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 10px 0px;
	margin: 10px 20px;
}

.box-event:hover{
	background: #fafafa;
}

.box-event.new-push{
	background: #e5251d;
	color: #fff;	
}

.box-event:hover{
	opacity: 0.8;
}

.box-event p{
	max-width: 100%;
	font-size: 16px;
}

.box-event p.time{
	font-size: 12px;
}

#notifycontainer{
	height: 420px;
	overflow-y: auto;
}
#lettere{
	cursor: pointer;	
    height: 50px;
}
#lettere span:hover{
	padding-left: 5px;
	padding-right: 5px;
    color: #e5251d;
    font-size: 150% !important;
}

@media screen and (max-width: 736px) {
	#registrazione-intro .large-3, #profilo-fatturazione .large-3, #profilo-credenziali .large-3, #profilo-indirizzo .large-3{
		float: none !important;
		width: 100% !important;
	}
	#registrazione-intro .large-12 .row, #profilo-fatturazione .large-12 .row, #profilo-credenziali .large-12 .row, #profilo-indirizzo .large-12 .row{
		width: 100% !important;
		border: none !important;
	}	
	#registrazione-intro .large-8, #profilo-fatturazione .large-12 .row .wrapper, #profilo-credenziali .large-12 .row .wrapper, #profilo-indirizzo .large-12 .row .wrapper{
		width: 100% !important;
		padding-top: 0px !important;
	}
}

.error{
	color: #e5251d !important;
	font-weight: 500;
}

@media screen and (max-width: 736px) {

	#account-intro .buckets .large-6{
		float: none;
		width: 100%
	}
	
	#account-intro .buckets .large-6 img{
		height: 60px;		
	}
	
	#profilo-fatturazione .large-3, #profilo-credenziali .large-3, #profilo-indirizzo .large-3{
		float: none;
		width: 100%;
	}
	
	section #tabs .large-3{
		float: none;
		width: 100%;		
	}
	
}
#pagamento-intro .buckets p , #pagamento-intro .buckets h3{
	max-width: 100%;
	padding: 0;
}
#pagamento-intro .row{
	width: 100%;
}

@media screen and (max-width: 736px){
	#pagamento-intro .buckets .large-4 .paddingr10{
		padding: 0 !important;
	}
	#pagamento-intro .buckets .large-4 .paddingl10{	
		padding: 0 !important;
	}
	#carrello-intro .buckets .lefttext{
		text-align: center !important;
		display: none;
	}
	#carrello-intro .buckets .righttext{
		text-align: center !important;
	}
}

a.tooltips{
	position:relative;
    z-index:24; 
    text-decoration: none;
	cursor:pointer;
	width: 25px;
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 5px;
	height: 25px;
	margin: 4px 0px 0px 4px;
	font-weight: 700;
	display: inline-block;
}

a.tooltips:hover{ 
	z-index: 25;
}

a.tooltips span{
	display: none
}

a.tooltips:hover span{ 
    display: block; 
	position:absolute;
    bottom: 35px;
	right:0px;
    border: 1px solid #0cf; 
	background-color: #cff; 
	color:#000;
    text-align: center;
    width: 210px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    font-size: 12px;
}

a.tooltips:hover span:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #ccc;
    border-top-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: -7px;
    right: 6px;
}

a.tooltips:hover span:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid white;
    position: absolute;
    bottom: -6px;
    right: 7px;
}

.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition-property: opacity;
  transition-duration: 1s;
  pointer-events: none;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
/*  background-color: rgba(255,255,255,1.0);*/
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#giorniscadenza{
	color: #666;
	display: inline-block;
	border: 3px solid #555;
	font-size: 16px !important;
	padding: 5px 15px;
	border-radius: 8px;
}