body {
	font-family: 'News Cycle', sans-serif;
}

h2.tit {
	display: inline-block;
	background: #000;
	padding: 15px 25px;
	color: #FFF;
	border: 1px solid #000;
	margin-right: 5px;
}

h2.tit2 {
	text-transform: uppercase;
	font-size: 22px;
	color: #000;
}

.navbar-inverse .navbar-toggle, .navbar-inverse .navbar-toggle:hover {
	border: none;
	background: #FFF;
}

.navbar-inverse .navbar-toggle .icon-bar, .navbar-inverse .navbar-toggle:hover .icon-bar {
	background-color: #262626;
	height: 4px;
}
.item_name.required{
background:url("verify.png") no-repeat right #FFF;

}
.item_name.required a{
	background: #FFF;
	color:#000;

}
.navbar-inverse .navbar-toggle:focus {
	background: #262626;
}

.navbar-inverse .navbar-toggle:focus .icon-bar {
	background: white;
}

.noresult {
	display: none
}

.buttondisbled .noresult._0 {
	display: block;
}

.card-holder b, .category b {
	padding-top: 10px;
	display: inline-block;
	font-size: 16px
}

.ptb-m {
	padding-top: 10px;
	padding-bottom: 10px;
}

input#number {
	width: 75px;
}

.btn.addtochart {
	font-size: 20px;
	vertical-align: top;
}
.pb_20{
	padding-bottom:20px;
}
#itemform input.required,#peoplecampaign .personcampaign input {
	background: #EEEEEE;
}
#peoplecampaign .personcampaign{
	transition: none;
}
#peoplecampaign .personcampaign.preselectUp{
	transform: translateY(-80px);
	transition: all .1s ease-in;
}
#peoplecampaign .personcampaign.preselectDown{
	transform: translateY(80px);
	transition: all .1s ease-in;
}
#peoplecampaign .personcampaign .glyphicon-arrow-up:hover{
	color:#35b0ee;
}
#peoplecampaign .personcampaign .glyphicon-arrow-up.selected{
	color:#35b0ee;
}
#peoplecampaign .personcampaign .glyphicon-arrow-down:hover{
	color:#35b0ee;
}
#peoplecampaign .personcampaign .glyphicon-arrow-down.selected{
	color:#35b0ee;
}

#peoplecampaign .personcampaign:first-child .glyphicon-arrow-up{
	opacity:0.5;
}
#peoplecampaign .personcampaign:last-child .glyphicon-arrow-down,
#peoplecampaign .personcampaign:first-child .glyphicon-remove{
	opacity:0.5;
}
.otheritem,#othersbtn{
	cursor:pointer;
}
.label{
	color:#000;
	font-size:100%;
}
.personcampaign input.black {
	background: #EEE;
}
.personcampaign a.btn {
	margin-top:8px
}

.personcampaign:nth-child(even) .col-md-4 {
	background: #F5F5F5;
}

.personcampaign input.black {
	margin: 8px 0;
}
@-webkit-keyframes autofill {
	0%,100% {
		color: #666;
		background: transparent;
	}
}

/*#itemform input:not([value=""]),.personcampaign input:not([value=""]),*/
.personcampaign input{
	background:#EEE;
}
#itemform input.valid,
#peoplecampaign .personcampaign input.valid{
	background: url("verify.png") no-repeat right #FFF;
	padding-right: 30px;
}
.buttondisbled #itemform input.valid,
.buttondisbled .personcampaign input.valid{
	background:#FFF;
}
#alert-item-data,
#alert-item-people{
	margin-top:10px;
}
.buttondisbled #alert-item-data,
.buttondisbled #alert-item-people{
	display:none;
}
#itemform input.error, .personcampaign input.error {
	background: #ffff00;
	border-color: #ffff00;

}
.alertmessagge div{
	display:inline-block;
}
.alertmessagge.yell{
	background: #ffff00;
	margin-top:5px;
	display:none;
}

.bt {
	font-size: 18px;
}

.fatt {
	font-size: 18px;
}

.category h1 {
	display: inline-block;
	margin-bottom: 16px;
	padding: 10px 50px 10px 10px;
	background: #262626;
	color: white;
}

.category p,
.category ul,
.category ol {
	font-size: 16px;
}

.category ul,
.category ol {
	padding-left: 10px;
	margin-left: 10px;
}

.category p > strong {
	text-transform: uppercase;
	font-weight: 800 !important;
	color: #262626;
	font-size: 18px;
}

.page-base .alert {
	font-size: 18px;
}

.page-base .alert a {
	color: white !important;
	text-decoration: underline !important;
}
.category-card img{
	/*height:259px;*/
}
.category-card {
	position: relative;
	max-width: 456px;
//max-width:220px;
	margin: 0 auto;
}

.category-card--img-container {
	background: #222;
}

.category-card--selection,
.category-card--counters {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: .15s;
}

.category-card--selection {
	transform: scale(0);
	transition: .15s;
	z-index: 100;
}

.category-card:hover .category-card--selection {
	transform: scale(1);
	transition: .15s;
}

.category-card--panel {
	width: 100%;
	padding: 10px 20px;
	pointer-events: none;
	z-index: 10;
	text-transform: uppercase;
	position: relative;
}

.category-card:hover .category-card--counters {
	transform: scale(0);
	transition: .15s;
}

.category-card--panel span,
.category-card--panel strong {
	color: white;
	font-size: 16px;
}

.category-card--panel strong {
	color: #222;
}

.category-card--panel:before {
	content: '';
	display: block;
	opacity: .7;
	position: absolute;
	top: 0;
	left: 6px;
	right: 6px;
	bottom: 0;
	z-index: -1;
}

.category-card--panel-cart:before {
	background: red;
}

.category-card--panel-orders:before {
	background: black;
}

.category-card--panel-select {
	background: black;
	text-align: center;
	border: 1px solid white;
}

.category-card--panel-select:before {
	background: black;
	opacity: 1;
}

.category-card:hover img {
	opacity: .4;
}

.category-card--active:after {
	content: '';
	display: block;
	position: absolute;
	border: 8px solid #CD0B25;
	top: 0;
	left: -2px;
	right: -2px;
	bottom: 20px;
	z-index: 2;
	pointer-events: none;
}

/*a.edit, a.edit:hover {
	color: #222;
	display: inline-block;
	padding: 5px;
	font-size: 15px;
	border: 1px solid #222;
	text-decoration: none;
}

a.edit span {
	color: #222;
	display: inline-block;
}

a.edit {
	color: #222;
}*/

footer a {
	color: #262626;
}

footer a:hover {
	color: #262626;
}

footer .social-icons-links {
	text-align: center;
}

footer .social-icons-links a {
	transform: scale(0.85);
}

footer .social-icons-links .facebook {
	display: inline-block;
	background-image: url(sprites.png);
	background-position: 0 -50px;
	width: 50px;
	height: 50px;
}

footer .social-icons-links .facebook:hover {
	background-position: 0 0;
}

footer .social-icons-links .instagram {
	display: inline-block;
	background-image: url(sprites.png);
	background-position: 0 -150px;
	width: 50px;
	height: 50px;
}

footer .social-icons-links .instagram:hover {
	background-position: 0 -100px;
}

.footer b {
	font-size: 16px;
}

.footer {
	margin-top: 40px;
	margin-bottom: 30px;
	height: auto;
	font-size: 14px;
}

footer .social-icons-links .twitter {
	display: inline-block;
	background-image: url(sprites.png);
	background-position: 0 -350px;
	width: 50px;
	height: 50px;
}

footer .social-icons-links .twitter:hover {
	background-position: 0 -300px;
}

footer .social-icons-links .youtube {
	display: inline-block;
	background-image: url(sprites.png);
	background-position: 0 -450px;
	width: 50px;
	height: 50px;
}

footer .social-icons-links .youtube:hover {
	background-position: 0 -400px;
}

footer .social-icons-links .slideshare {
	display: inline-block;
	background-image: url(sprites.png);
	background-position: 0 -250px;
	width: 50px;
	height: 50px;
}

footer .social-icons-links .slideshare:hover {
	background-position: 0 -200px;
}

.terms-and-conditions-menu {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
}

.terms-and-conditions-menu li {
	position: relative;
	float: left;
	display: inline-block;
	padding: 2px 10px 2px 0;
}

.terms-and-conditions-menu li:before {
	content: '';
	height: 16px;
	width: 1px;
	background: #262626;
	display: block;
	position: absolute;
	top: 6px;
	right: 4px;
}

.terms-and-conditions-menu li:last-child:before {
	display: none;
}

.card--category a {
	color: #FFF;
}

.card--category .card-content img {
	position: absolute;
	left: auto;
	right: 1em;
	bottom: -1em;
	max-width: 113px;
}

.category .addtochart,
.card--category .addtochart {
	color: white;
	text-transform: uppercase;
	background-color: #0091D0;
	border-color: #0091D0;
}

.category .addtochart:hover,
.card--category .addtochart:hover {
	background: white;
	color: #0091D0;
}

.card-action .btn {
	transition: .15s all;
}

.card-action .btn:hover {
	transition: .4s all;
}

.card--category {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	background-color: transparent;
	-webkit-transition: .25s all;
	transition: .25s all;
	margin: 10px 0;
}

.card--category .card-action {
	background-color: transparent;
	position: relative;
	z-index: 2;
	-webkit-transition: .5s all;
	transition: .5s all;
	padding: 20px 0;
	text-align: center;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.headstat .button-ghost,
.card--category .card-action .button-ghost {
	border: 1px solid #242424;
	color: #242424;
	padding: 8px 12px;
	text-transform: uppercase;
	font-size: 18px;
	border-radius: 0;
}

.card--category .card-action .button-ghost:hover {
	color: white;
	background: #242424;
	text-decoration: none;
}

.headstat .button-ghost:hover {
	background: #eee;
	color: darkred !important;
	cursor: pointer;
	text-decoration: none;
}

.card--category .card-content {
	background-color: #252424;
	color: white;
	padding: 20px 10px;
	min-height: 290px;
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.card-content h4,
.price--base,
.price--early-bird {
	font-size: 24px !important;
}

.price--base,
.price--early-bird {
	line-height: 1;
}

.price--early-bird {
	display: none;
	color: #0091D0;
}

.price--container-with-early-bird .price--base {
	text-decoration: line-through;
}

.marketing-alert {
	padding: 10px 15px;
	box-sizing: border-box;
	position: relative;
	background: gray;
	color: white;
	margin-bottom: 20px;
}

.marketing-alert h4 {
	font-size: 24px;
	text-transform: uppercase;
}

.well.well-lg {
	border-radius: 0;
	outline: none;
}

.custom-datalist {
	width: 100%;
	font-size: 120%;
}

.custom-datalist td.heading {
	width: 20%;
	font-weight: bold;
	text-transform: uppercase;
}

.custom-datalist .dl-smaller {
	font-size: 14px;
}

#quickchart {
	position: absolute;
	width: 350px;
	background: rgba(0,0,0,.8);
	display: none;
}

#quickchart * {
	font-weight: normal !important;
}

@media screen and (max-width: 1279px) {
	#quickchart {
		right: 0;
	}
}

@media screen and (min-width: 1280px) {
	#quickchart {
		left: 0;
	}
}

.quick_item_chart .text {
	width: 280px;
}

.quick_item_chart .btn {
	color: white;
	text-transform: uppercase;
	background-color: #0091D0;
	border-color: #0091D0;
	border-radius: 0;
	display: inline-block;
}

.quick_item_chart .qt {
	width: 40px;
}

.quick_item_chart .text, .quick_item_chart .qt {
	display: inline-block;
	vertical-align: middle;
}

.quick_item_chart {
	color: #FFF;
	font-size: 16px;
	padding: 10px 10px;
}

.quick_item_chart_list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.quick_item_chart.tot {
	margin: 10px;
	box-sizing: border-box;
	padding: 10px 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	border-top: 1px solid #FFF;
}

.disabled {
	opacity: .6;
}

.glyphicon-ok {
	color: #3da600;
}
.urlbutton .glyphicon-ok {
	color: #FFF;
	opacity:0.3;
}
.active .urlbutton .glyphicon-ok {
	opacity:1;
}

.orderelement {
	padding: 10px 0;
	margin-bottom: 2px;
}

.orderelement._2 h2.tit {
	display: inline-block;
	background: #000;
	padding: 15px 25px;
	color: #FFF
}

.orderelement._0 h2.tit {
	display: inline-block;
	background: #909090;
	padding: 15px 25px;
	color: #FFF;
}

.order-tags {
	display: flex;
	justify-content: flex-start;
	flex-direction: row;
}

.order-tags .tit {
	margin: 0 4px 0 0 !important;
}

.order-tag {
	padding: 15px 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	margin-right:5px;
}
.order-tag--fattura{
	margin-left:10px;
}

.order-tag--working {
	border: 1px solid black;
	background: white;
}
.order-tag--static {
	border: 1px solid black;
	background: white;
}
.order-tag--action {
	background-color: #35b0ee;

}
.order-tag--action a{
	color: white;

}
.order-tag--working span {
	color: white;
	display: inline;
	background: red;
	padding: 0 5px;
}

.order-tag--ended {
	color: black;
	border: none;
	background: #dedede;
}

.orderelement._0 h2, .orderelement._0 row {
	opacity: 0.6
}

.orderelement .container {
	width: auto;
}

.orderelement .item_chart {
	background: #FFF;
}

.orderelement .item_chart.total {
	background: #EEE;
	min-height: 40px;
	text-align: right;
}

.orderelement .item_chart.total.taxes {
	background: #FFF;
	min-height: 40px;
	text-align: right;
}

.navbar .glyphicon {
	top: 3px;
	margin-right: 5px;
}

.page-base,
.messaggethankyou {
	font-size: 18px;
	padding: 20px;
	border: 1px solid #DDD;
}

.page-base h3 {
	display: inline-block;
	background: #262626;
	color: white;
	text-transform: uppercase;
	padding: 8px 16px;
	font-size: 22px;
}

.page-base h4 {
	font-weight: bold;
}

.page-base ol li {
	margin-bottom: 32px;
}

.page-base img {
	max-width: 100%;
	height: auto;
}

.page-base .alert {
	background-color: gray;
	color: white;
	border-radius: 0;
}

.page-base .alert strong {
	font-size: 21px;
}

.gallery-board {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.gallery-board img {
	max-width: 100%;
	align-self: self-start;
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border-radius: 0;
}

/*.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
}*/

.confirm-button {
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	background-color: #35B0EE;
	border: 1px solid #35B0EE;
	border-radius: 0;
	padding: 10px 4rem;
	display: inline-block;
	transition: .15s all;
}
.confirm-button.multiple{
	width:100%;
	display:block;
	padding: 14px 4rem 13px 4rem;
	transition: .15s all;
}
.confirm-button.multiple.selected{
	background: #198754;
	border-color:#198754;
	color:#FFF;
}


.confirm-button:hover {
	background-color: transparent;
	color: #35B0EE;
	transition: .5s all;
}

.headstat {
	position: relative;
	background: FFF;
	padding: 5px 5px 5px 0;
	//margin-top: 20px;
}

.headstat h2 {
	display: block;
	background: #000;
	padding: 10px 5px;
	color: #FFF;
	font-weight: 400;
}

.headstat a {
	/*margin-top: 20px;*/
	cursor:pointer;
}
.statusitem{
	margin-top: 20px;

}
.statusitem  span{
	display: inline-block;
}

.statusitem,.classic-form .statusitem.alert{
	position: relative;
	text-align:left;
	width: 99%;
	border:1px solid #DDD;
	display: none;
	padding:11px 10px;
}
.statusitem.alert{
	background:#EEE;
}
.statusitem .glyphicon {
	font-size: 36px;
}

.statusitem .glyphicon.glyphicon-ok {
	display: none;
}

.buttondisbled .buttons, .buttondisbled #addpeople, .buttondisbled .bdelete, .buttondisbled .fileuploader, .buttondisbled .urlcont {
	display: none;
}
#fileuploader_receipt .ajax-upload-dragdrop{
	border:1px solid #FFF;
}
#fileuploader_receipt .ajax-file-upload{
	background:#FFF;
	color:#000;
	height:45px;
	font-size:25px;
}
.buttondisbled .edit {
	display: none;
}
.buttondisbled input {
	pointer-events: none;
}

.statusitem .glyphicon.glyphicon-remove {
	display: block;
}
.stat1 .statusitem  {
	display: inline-block;
}
.stat {
	position: relative;
	background: FFF;
	padding: 5px 5px 5px 0;
	margin-top: 20px;
}
.stat1 .statusitem .glyphicon.glyphicon-ok {
	display: inline-block;
}

.stat1 .statusitem .glyphicon.glyphicon-remove {
	display: none;
}
.statusitem .glyphicon {
	font-size: 24px;
}
.item_name #bdelete span {
	display: inline-block;
	padding: 12px;
}
.statusitem span {
	display: inline-block;
	line-height:16px;
	text-transform:uppercase;
}
.statusitem span:first-child {
	padding-right:5px;
}
.statusitem .glyphicon-ok , .enh-items-cart .glyphicon-ok {
	color: #51bbef;
}
.codiscrizione{
	font-size:24px;
	text-transform:uppercase;
}
.codiscrizionecox{
	font-size:24px;
	text-transform:uppercase;
	color:#d50d27;
}
.alertmessagge{
	background:#EEE;
	padding:10px;
}
.alertmessagge.nobord{
	padding:0;
	font-size:18px;
}
.alertmessagge.nobord i{
	font-size:25px;
}

.alertmessagge.nobord span{
	display:inline-block;
	vertical-align:middle;
}
.alertmessagge .help{
	background:#FFF;
}
p,ul li{
	font-size:18px;
}
.personcampaign label{
	display:block;
}
.personcampaign .icons{
	padding-top:10px;
	padding-left:0;
}
.personcampaign .glyphicon-arrow-down,
.personcampaign .glyphicon-arrow-up,
.personcampaign .glyphicon-remove
{
	cursor:pointer;
}
.alertmessagge.dark{
	background-color: gray;
	color: white;
	border-radius: 0;
	font-size:14px;
}
.alertmessagge.dark h4{
	text-transform:uppercase;
}
.alertmessagge.nobord div{
	padding:5px;
	vertical-align:middle;
	display:inline-block;
}
.stat .statusitem.alert {
	display: inline-block;
}
.stat1 .statusitem.alert {
	display: none;
}
.stat .files{
	display: none;
}
.stat.stat1 .files{
	display: block;
}
.stat .nofiles{
	display: block;
}
.stat.stat1 .nofiles{
	display: none;
}
.stat1 .statusitem.alert {
	display: none;
}
#conferma #payed{
	display:none;
}
#conferma #payedfullfill{
	display:none;
}
#conferma.payed #notpayed{
	display:none;
}
#conferma.payed #payed{
	display:block;
}
#conferma.payed.fullfill #payed{
	display:none;
}
#conferma.payed.fullfill #payedfullfill{
	display:block;
}
.stat1 #alert-item-data,
.stat1  #alert-item-people{
	display:none;
}
h1, .h1 {
	font-size: 24px;
	margin-top: 5px;
}

h2, .h2 {
	font-size: 20px;
}

h3, .h3 {
	font-size: 16px;
}

.int > .row.total > div:first-child {
	padding-left: 5px;
}

.int > .row.total > div:last-child {
	padding-right: 5px;
}


.int .row {
	margin: 0;
}

/*label {
	margin-bottom: 0;
}

.label {
	display: inline;
	padding: 0;
	font-size: 15px;
	font-weight: normal;
	line-height: 1;
	color: #000;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25em;
}*/

.botton-group {
	margin-bottom: 30px;
}

.botton-group label {
	display: inline-block;
	cursor: pointer;
	-webkit-appearance: none;
	transition: all .25s ease-out;
	border: 1px solid transparent;
	padding: 15px 30px;
	text-transform: uppercase;
	border-radius: 0;
	margin: 0;
	font-size: 18px !important;
	text-align: center !important;
	background-color: #e6e6e6;
}

.botton-group input {
	display: none;
}

.botton-group input:checked + label,
.botton-group input:checked + label:active {
	color: #fff;
	background-color: #000;
}

.int > .row > div:first-child {
	padding-left: 0;
}

.int > .row > div:last-child {
	padding-right: 0;
}

.bread {
	padding: 15px 0;
	color: #262626;
	margin-bottom: 20px;
	font-size: 20px;
}

.bread a {
	color: #262626;
}

input.black {
	border: none;
	font-size: 18px;
	color: #FFF;
	height: 50px;
	padding: 5px 10px;
	width: 100%;
	border: 1px solid #262626;
	color: #262626;

	background: #FFF;
}

select.black {
	border: none;
	font-size: 18px;
	color: #FFF;
	height: 50px;
	padding: 5px 10px;
	width: 100%;
	border: 1px solid #262626;
	color: #262626;
	background: #FFF;
}

.less, .remove, .add, .bdelete {
	cursor: pointer;
}

.glyphicon-remove {
	color: #dc3545;
}

.bdelete {
	float: right;
}

.glyphicon-plus {
	color: #28a745;
}

.glyphicon-minus {
	color: #ffc107;
}

.item_chart h2, .orderelement h2 {
	margin-top: 10px;
	font-size: 18px;
}

.item_chart {
	padding: 10px 0;
	font-size: 18px;
	border-bottom: 1px solid #DDD;
}

.black, .black select option {
	background-color: #262626;
	padding: 0px 20px 1px 0;
}

/*.modal-body .btn,*/
/*.registerbtn,
#checkoutbtn,*/
.whitebtn {
	background-color: #35b0ee;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 18px;
	border: 1px solid #35b0ee;
	border-radius: 0;
	padding-left: 4rem;
	padding-right: 4rem;
	transition: all .15s;
}
whitebtn :hover {
	background-color: transparent;
	border-color: #35b0ee;
	color: #35b0ee;
	transition: all .5s;
}
/*#modal-confirm .modal-body .btn {
	border: 1px solid #FFF;
	background: #000;
	color: #FFF;
}*/

.whitebtn:hover {
	text-decoration: none;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #909090;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #909090;
	opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #909090;
	opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #909090;
}

::-ms-input-placeholder { /* Microsoft Edge */
	color: #909090;
}

.wrap > .container {
	padding: 20px 15px 20px;
}

.navbar-inverse {
	background-color: #FFF;
	border-color: #FFF;
}

.navbar-brand {
	height: auto;
}

#login, #logout {
	cursor: pointer;
}

li a#logout,
li a#login:hover,
li a#register:hover {
	color: white;
	background-color: #CD0B25;
}

#chart {
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 18px;
}

#contentchart:hover #chart, #contentchart.hover #chart {
	background: rgba(0,0,0,.8);
	color: #FFF;
}

#contentchart:hover #quickchart, #contentchart.hover #quickchart {
	display: block;
}

.navbar-inverse {
	margin-top: 16px;
	margin-bottom: 0;
}

.navbar-inverse .navbar-nav > li > a {
	font-size: 16px;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a.selected {
	font-size: 16px;
	color: #fff;
	background: #262626;
}

.navbar-inverse .navbar-nav > li > a.inverse {
	font-size: 16px;
	color: #fff;
	background: #262626;
}

.navbar-inverse .navbar-nav > li > a.inverse:hover {
	font-size: 16px;
	color: #9d9d9d;
	background: #FFF;
}

.title-entries {
	min-height: 50px;
	padding-right: 40px;
	padding-left: 20px;
}

.title-entries a {
	font-size: 15px;
	color: #333;
}

.title-entries {
	position: relative;
}

.title-entries .addtochart {
	padding: 2px 4px;
	border: 1px solid #222;
	position: absolute;
	cursor: pointer;
	font-weight: bold;
	right: 0;
	top: 5px
}

.addtochart:hover {
	text-decoration: none;
}

@media screen and (max-width: 992px) {
	#peoplecampaign.int > .row > div:first-child {
		padding-left: 15px;
	}
	.order-tag--fattura{
		margin-left:0;
		display:block;
	}
	.order-tag{
		padding:5px;
	}
	#peoplecampaign.int > .row > div:last-child {
		padding-right: 15px;
	}
	.modal-body{
		color:#FFF;
		padding:20px 20px 50px 20px;
	}
}

@media screen and (max-width: 768px) {
	.hidden-mobile {
		display: none;
	}
	.alertmessagge.nobord div.help{
		display:none;
	}
	input#number {
		width: 40px;
	}

	.textg {
		display: none;
	}

	#contentchart:hover #quickchart, #contentchart.hover #quickchart {
		display: none;
	}

	.item_chart {
		font-size: 15px;
	}

	footer .social-icons-links {
		margin-top: 12px;
		margin-bottom: 12px;
	}

	.bread h1, .bread .h1 {
		font-size: 24px;
		line-height: 28px;
		margin: 0;
		text-align: left;
	}

	.item_name {
		width: 100%;
	}
}

.carousel--panel,
.carousel--single,
.carousel--single-container {
	margin: 0 !important;
}

.carousel--single {
	width: 100%;
}

.carousel--single-bg {
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 240px;
	background-position: center center;
	display: none;
}

.carousel--single-image-responsive {
	max-width: 100%;
	height: auto;
}

.carousel--panel {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-color: #262626;
	color: white;
	padding: 20px;
	width: 100%;
}

.carousel--single-container {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-items: center;
	align-items: center;
}

.carousel--single-content {
	max-width: 80%;
	margin: 0 auto;
	padding: 20px;
}

.carousel--single .supertext {
	font-size: 24px;
}

.carousel--single h1 {
	line-height: 1;
	font-size: 28px;
	margin: 12px 0;
}

.carousel--single h1 .bigger {
	font-size: 38px;
}

.carousel--single p {
	line-height: 1;
	margin: 0;
	font-size: 23px;
}

.carousel--single a.cta {
	padding: 8px 12px;
	box-sizing: border-box;
	display: inline-block;
	border: 1px solid white;
	max-width: 100%;
	font-size: 15px;
	text-align: center;
	margin: 12px auto;
	color: white;
	text-transform: uppercase;
	line-height: 24px;
}

.carousel--single .text-yellow {
	color: yellow;
}

.carousel--single span {
	font-size: 21px;
}

.carouse--single .text-center {
	text-align: center;
}

.highlights {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 40px;
}

.single-highlight {
	margin-bottom: 16px;
	max-width: 100%;
}

.single-highlight > a {
	color: inherit !important;
	text-decoration: none;
}

.single-highlight--down .single-highlight--content {
	/*padding-bottom: 15px;*/
}

.single-highlight--up .single-highlight--content {
	/*padding-top: 30px;*/
}

.single-highlight--down .single-highlight--content-text {
	margin-top: 30px;
}

.single-highlight--up .single-highlight--content-text {
	margin-bottom: 20px;
}

.single-highlight--container {
	transition: .25s all;
}

.single-highlight--content {
	border: 1px solid #262626;
	background: white;
	text-align: center;
	position: relative;
	transition: .25s all;
}

.single-highlight--container h6 {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

.single-highlight--content h3 {
	text-transform: uppercase;
	font-size: 20px;
	margin: 0;
}

.single-highlight--content span {
	font-size: 16px;
}

.single-highlight--content img {
	max-width: 100%;
}

.single-highlight--content:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	transition: .5s all;
}

.single-highlight--content-text {
	margin: 16px auto;
	padding-left: 8px;
	padding-right: 8px;
}

.single-highlight--ribbon {
	position: absolute;
	top: -10px;
	left: -10px;
	display: block;
	padding: 5px 12px 10px 12px;
	background: #262626;
	color: white;
	line-height: 1;
	min-width: 80px;
}

.single-highlight--ribbon:after {
	content: '';
	z-index: -1;
	position: absolute;
	bottom: -10px;
	left: 0px;
	width: 0px;
	height: 0px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #444;
}

.single-highlight--ribbon.ribbon-red {
	background: red;
}

.single-highlight--ribbon.ribbon-red:after {
	border-right-color: darkred;
}

.single-highlight--cta {
	width: 100%;
	padding: 15px;
	text-align: center;
}

.single-highlight--cta a {
	display: inline-block;
	margin: 0 auto;
	max-width: 280px;
	padding: 10px 20px;
	border: 1px solid #262626;
	color: #262626;
	text-align: center;
	text-transform: uppercase;
	transition: .25s all;
}

.single-highlight:hover .single-highlight--cta a,
.single-highlight--cta a:hover {
	text-decoration: none;
	color: white;
	background-color: #262626;
	transition: .5s all;
}

.countdown {
	padding: 16px 0;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.countdown .el {
	position: relative;
	display: flex;
	flex-direction: column;
	text-align: center;
	flex-grow: 1;
}

.countdown .el span {
	font-weight: bold;
	font-size: 36px;
	display: block;
	line-height: 1;
	padding: 0;
	margin: 0;
	font-family: monospace;
}

.countdown .el small {
	line-height: 1;
	padding: 0;
	margin: 0;
}

.countdown .el:after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 1px;
	height: 26px;
	background: #262626;
}

#carousel .countdown .el:after {
	background: white;
}

#carousel .slick-next.slick-arrow {
	right: 25px;
	z-index: 100;
}

#carousel .slick-prev.slick-arrow {
	left: 25px;
	z-index: 100;
}

#carousel .slick-arrow {
	display: none;
}

#carousel .slick-dots {
	bottom: 10px;
}

#carousel .slick-dots li {
	width: 55px;
	height: 10px;
	border: 1px solid white;
	background: #262626;
}

#carousel .slick-dots li.slick-active {
	background: white;
}

.countdown .el:last-child:after {
	display: none;
}

.span-info {
	line-height: 1.1;
	font-size: 15px;
	margin-top: 5px;
	display: flex;
	justify-content: flex-start;
	flex-direction: row;
}

.span-info--icon {
	display: flex;
	align-self: self-end;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	background: gray;
	color: white;
	font-size: 13px;
	border-radius: 100%;
	width: 20px;
	height: 20px;
	padding: 2px;
	text-align: center;
	margin: 0 3px;
	position: relative;
	left: 4px;
	top: 1px;
	float: right;
}

.span-info .span-info--icon {
	align-self: self-start;
	float: none;
	position: static;
	margin: 0 4px 4px 0;
	flex: none;
}

@media screen and (min-width: 321px) {

	.single-highlight {
		max-width: 320px;
	}
}

@media screen and (max-width: 767px) {

	.navbar-brand img {
		width: 120px;
	}

	.navbar-nav {
		text-align: center;
	}
}

@media screen and (min-width: 768px) {

	.navbar-brand {
		margin-right: 50px;
	}

	.navbar-brand img {
		position: relative;
		top: 10px;
	}

	#w1.navbar-nav {
		position: absolute;
		top: 0;
		right: 0;
		margin-right: 30px;
	}

	#w1.navbar-nav a {
		cursor:pointer;
		font-size: 15px;
		padding: 8px 10px;
	}

	.navbar-inverse {
		margin-top: 0;
	}

	.navbar-inverse .container {
		display: flex;
		justify-content: stretch;
		align-items: flex-end;
		padding-left: 30px;
		padding-right: 30px;
		position: relative;
	}

	.navbar-inverse .container:after,
	.navbar-inverse .container:before {
		content: '';
		display: none;
	}

	.highlights {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
	}

	.single-highlight {
		width: 30%;
	}

	.single-highlight:hover .single-highlight--container {
		transform: scale(1.1);
	}

	.carousel--panel {
		padding: 40px;
	}

	.carousel--single-bg {
		height: 400px;
		display: block;
	}

	.carousel--single h1 {
		font-size: 36px;
		text-align:center;
	}

	.carousel--single h1 .bigger {
		font-size: 58px;
	}

	.gallery-board img {
		max-width: 50%;
		align-self: self-start;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {

	.navbar-collapse {
		display: flex !important;
		flex-direction: column !important;
		flex: 1 0 auto !important;
		flex-grow: 1 !important;
		justify-content: center;
		align-items: self-start;
		align-self: stretch;
	}

	.navbar-nav {
		display: flex;
		width: 100%;
		justify-content: flex-end;
	}

	.highlights .countdown .el span {
		font-size: 24px;
	}
}

@media screen and (min-width: 992px) {

	.navbar-inverse .container {
		align-items: center;
	}

	.navbar-guest .navbar-nav.navbar-main {
		position: relative;
		top: -20px;
	}

	.navbar-inverse.navbar-guest .navbar-nav.navbar-main > li > a {
		padding-top: 80px;
		overflow: hidden;
		position: relative;
	}

	.navbar-inverse.navbar-logged-in .navbar-nav.navbar-main > li > a {
		/*margin-top: 80px;*/
	}

	.navbar-inverse.navbar-guest .navbar-nav.navbar-main > li > a:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		transform: translateY(100%);
		background: #262626;
		transition: transform .25s;
		z-index: -1;
	}

	.navbar-inverse.navbar-guest .navbar-nav.navbar-main > li > a:hover {
		background: transparent !important;
	}

	.navbar-inverse.navbar-guest .navbar-nav.navbar-main > li > a:hover:before {
		transform: translateY(0);
		transition: transform .5s;
	}

	.single-highlight--content h3 {
		font-size: 25px;
	}

	.single-highlight--cta {
		padding: 30px;
	}

	.single-highlight--content span {
		font-size: 19px;
	}

	.carousel--panel,
	.carousel--single,
	.carousel--single-container {
		height: 478px;
	}

	.carousel--single-container {
		flex-direction: row;
	}

	.carousel--single-bg {
		width: 567px;
		height: 478px;
	}

	.carousel--panel {
		padding: 20px;
		width: 373px;
		height: 478px;
	}

	footer .social-icons-links {
		text-align: right;
	}
}

@media screen and (min-width: 1200px) {

	.carousel--panel,
	.carousel--single,
	.carousel--single-container {
		height: 478px;
	}

	.carousel--single-bg {
		width: 623px;
		height: 478px;
	}

	.carousel--panel {
		padding: 20px 80px;
		height: 478px;
		width: 478px;
	}
}