/*
	Verde: #1c2b2d
	Giallo: #ebcfa9
	Giallo Scuro: #d4b994
*/
@font-face {
	font-family: 'Dolce Vita';
	src:  url('../fonts/Dolce-Vita.ttf.woff') format('woff'),
	url('../fonts/Dolce-Vita.ttf.svg#Dolce-Vita') format('svg'),
	url('../fonts/Dolce-Vita.ttf.eot'),
	url('../fonts/Dolce-Vita.eot?#iefix') format('embedded-opentype'); 
	font-weight: normal;
	font-style: normal;
}
@font-face {
  font-family: 'Dolce Vita';
    src:  url('../fonts/Dolce-Vita-Light1.ttf.woff') format('woff'),
    url('../fonts/Dolce-Vita-Light1.ttf.svg#Dolce-Vita-Light1') format('svg'),
    url('../fonts/Dolce-Vita-Light1.ttf.eot'),
    url('../fonts/Dolce-Vita-Light1.eot?#iefix') format('embedded-opentype'); 
    font-weight: 300;
    font-style: normal;
}
@font-face {
	font-family: 'Dolce Vita';
	src:  url('../fonts/Dolce-Vita-Heavy-Bold.ttf.woff') format('woff'),
	url('../fonts/Dolce-Vita-Heavy-Bold.ttf.svg#Dolce-Vita-Heavy-Bold') format('svg'),
	url('../fonts/Dolce-Vita-Heavy-Bold.ttf.eot'),
	url('../fonts/Dolce-Vita-Heavy-Bold.eot?#iefix') format('embedded-opentype');
    font-weight: bold;
    font-style: normal;
}
.open-sans{
	font-family: 'Open Sans';
}
body { 
	background-color: #fff;
}
body #wrapper,
body .modal{ color: #333; }
body #copyright{
	font-size: 12px;
    text-align: center;
    margin-top: 0;
    color: #666;
    padding: 8px 0;
}
body.modalita-asporto-attiva,
body.modalita-asporto-attiva #sidenav-content{
	padding-bottom: 100px !important;
}
body #copyright a{ color: #666; }
body.logged #copyright{ margin: 10px 0 20px 0; }
#login .login-panel{ border: none; background-color: #fff;}
#login .login-panel .form-control{
	border-right: none;
	border-left: none;
	border-top: none;
	margin-bottom: 20px;
}
#login .login-panel .btn{ padding-top: 7px; padding-bottom: 7px;}
#login .login-panel{ 
	max-width: 400px; 
	margin: 0 auto;
	background-color: #fff;
	border-bottom: 5px solid #eee;
}
#login form{ margin: 15px; }
#login form .control-label{ 
	color: #444; 
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 0;
}
#login #login-logo{
	max-width: 250px;
	margin-bottom: 30px;
}
#login h4{
	color: #7e969b;
	font-size: 34px;
	margin-bottom: 30px;
	font-weight: 300;
}

#powered {
	margin-top: 60px;
	font-family: "Dolce Vita";
	color: #ebcfa9;
	text-align: center;
	margin-bottom: 30px;
}
#powered a{
	color: #1c2b2d;
}
#home #powered a{
	color: #ebcfa9;
}
#powered img{
	margin-left: 6px;
	height: 21px;
}

#nprogress .bar{
	z-index: 999999;
	height: 2px;
}
.navbar-nav>li>a {
    text-transform: uppercase;
    font-weight: normal;
}
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:hover, 
.navbar-default .navbar-nav>.active>a:focus{
	background-color: #333;
}
.navbar-default{ border-bottom: 5px solid #777; }
.navbar-inverse{
	border-color: #ddd;
	border-bottom: 1px solid #eee;
}
.navbar-inverse .navbar-nav>li>a{
	color: #5B555A;
}
body.test .navbar-default,
body.test .navbar-inverse{
	border-color: #eee;
}
.navbar-nav>li>.dropdown-menu{
	border-top-width: 5px;
	border-color: #ddd;
}
.dropdown-menu>.active>a, 
.dropdown-menu>.active>a:hover, 
.dropdown-menu>.active>a:focus {
    text-decoration: none;
    outline: 0;
    background-color: #f5f5f5;
    color: #262626;
}
.dropdown-menu .divider{ margin: 4px 0; }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-weight: 400; }
a:focus{ outline: none; }
a:active, a:focus, a:hover{ color: #d4b994 }
a#logo{
	display: inline-block;
	margin-right: 30px;
}
a#logo img{
	height: 40px;
	position: relative;
	top: 10px;
}
.nav>li>a {
	font-size: 15px;
/* 	font-weight: normal; */
}
.nav>li>a>.fa{
	font-size: 20px;
}
.box{
	background-color: #fff;
	border-bottom: 5px solid #eee;
}

.bg-white{ 	background-color: #fff; }
.border-bottom{ border-bottom: 5px solid #eee; }
.padding-bottom{ padding-bottom: 50px; }
.btn{ border:none; }
.well{	border-radius: 0 !important;}
.well, 
.panel{
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 4px;
}

/* My utilities */
.text-bold{ font-weight: bold !important; }
.text-normal{ font-weight: normal !important; }
.text-light{ font-weight: 300 !important; }
.weight-light{ font-weight: 300 !important;}
.weight-normal{ font-weight: normal !important;}
.weight-bold{ font-weight: bold !important;}
.text-xs-left{ text-align: left; }
.text-xs-right{ text-align: right; }
.text-xs-center{ text-align: center; }
.row.col-no-gutter > [class*='col-']{ 
	padding-left: 0;
	padding-right: 0;
}
.row.col-gutter-10 > [class*='col-']{ 
	padding-left: 10px;
	padding-right: 10px;
}
.row.col-gutter-5 > [class*='col-']{ 
	padding-left: 5px;
	padding-right: 5px;
}
.row.no-padding{
	padding-left: 0;
	padding-right: 0;
}
.vertical-middle{ vertical-align: middle !important; }
/* END My utilities */


.bootstrap-datetimepicker-widget,
.bootstrap-datetimepicker-widget table th,
.bootstrap-datetimepicker-widget table td{
	color: #222;
}
.width-40{ width: 40px }
.width-45{ width: 45px }
.width-60{ width: 60px }
.width-70{ width: 70px }
.width-80{ width: 80px }
.width-150{ width: 150px }
.width-100{ width: 100px }
.width-200{ width: 200px }
.width-30-perc{ width: 30% }
.bold{ font-weight: bold; }
.uppercase{ text-transform: uppercase; }
.text-grey{ color: #888; }
.text-black{ color: #000; }
textarea:focus, 
input:focus{
    outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
*:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.navbar-inverse .navbar-nav>li>a{ transition: color .3s ease-in-out; }
.btn{ transition: background .3s ease-in-out; }
.btn-add{ font-weight: bold; }
.form-control,
.has-error .form-control,
.has-success .form-control{
	box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 0;
}
.form-control:focus,
.has-error .form-control:focus,
.has-success .form-control:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #000;
}

.btn-xl{
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 16px;
	letter-spacing: 0.5px;
	border-radius: 8px;
}
@media ( max-width: 767px){
	.btn-xs-block {
	    display: block;
	    width: 100%;
	}
}
@media( min-width: 768px ){
	.btn-sm-w-250{
		min-width: 250px
	}
}
.form-control{
	height: 42px;
	border-radius: 8px;
}
.page-header {
	padding-top: 30px;
	padding-bottom: 10px;
	margin:0px;
	border-bottom: none;
	font-weight: 300;
	font-size: 32px;
	color: #5B555A;
	text-align: center;
	animation-duration: 0.5s;
	animation-delay: 0s;
	position: relative;
}
#header{
	margin-bottom: 30px;
}
#header h3{
	font-size: 30px;
	padding-left: 60px;
	padding-right: 60px;
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
	font-family: 'Open Sans';
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: -2px;
}
#header .lead{
	padding-bottom: 20px;
	font-weight: normal;
	font-family: 'Dolce Vita';
	letter-spacing: 1.3px;
	color: #1c2b2d;
}

.page-header span {
  font-weight: 300;
  color: #aaa;
  font-size: 18px;
}
.page-header.has-subtitle{
	margin: 10px;
}


.form-inline #table_length .form-control{
	line-height: 1;
	border: none;
	padding-left: 6px;
}
.pagination>li>a, 
.pagination>li>span{ border: none; }
#auth_user{
	color: #fff;
	text-align: center;
	font-size: 12px;
	padding: 0 10px 10px 10px;
}
#auth_user span{ font-weight: bold; }

#copyright{
	text-align: center;
	padding: 20px 0;
	line-height: 24px;
	z-index: 1001;
}
#copyright,
#copyright a{
	color: #f5f5f5;
	font-weight: 300;
	font-size: 12px;
}
#copyright a:hover{ color: #7e969b; }
#table tfoot th{
	font-size: 14px;
	letter-spacing: 0;
}
#table .btn-icon{ font-size: 15px; }


a.minus-plus{
	display: block;
	margin-bottom: 10px;
}
a.minus-plus:before{
	content: '- ';
	width: 12px;
	display: inline-block;
}
a.minus-plus.collapsed:before{ content: '+ '; }
a.minus-plus.collapsed{ margin-bottom: 0px; }

#logger{
	margin-top: 40px;
	padding: 20px 30px;
	background: #111;
	color: lime;
	font-size: 12px;
	font-family: monospace;
	word-wrap: break-word;
}
.table-hover tbody tr:hover td{
	background-color: #f0f0f0;
}
.table-condensed>thead>tr>th, 
.table-condensed>tbody>tr>th, 
.table-condensed>tfoot>tr>th, 
.table-condensed>thead>tr>td, 
.table-condensed>tbody>tr>td, 
.table-condensed>tfoot>tr>td { padding: 8px; }
.table-condensed>thead>tr>td.actions, 
.table-condensed>tbody>tr>td.actions, 
.table-condensed>tfoot>tr>td.actions{ padding: 3px; }
.dataTables_length,
.dataTables_info{
	font-size: 12px;
}
table.dataTable thead .sorting:after, 
table.dataTable thead .sorting_asc:after, 
table.dataTable thead .sorting_desc:after, 
table.dataTable thead .sorting_asc_disabled:after, 
table.dataTable thead .sorting_desc_disabled:after{
	font-size: 10px;
}
table.dataTable.table-condensed .sorting:after, 
table.dataTable.table-condensed .sorting_asc:after, 
table.dataTable.table-condensed .sorting_desc:after{
	top: 50%;
	margin-top: -7px;
	transition: all 0.3s linear;
}
table.dataTable.table-condensed th:hover:after{
	opacity: 0.2;
}
table.dataTable thead .sorting:after{
	opacity: 0;
}
table.dataTable.table-condensed>thead>tr>th {
    padding-right: 10px;
}
div.dataTables_length .form-control{
	display: inline-block;
}
div.dataTables_wrapper .dataTables_filter label .form-control{
	height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    border-left: none;
    border-top: none;
    border-right: none;
	width: 300px;
}
body table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, 
body table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before{
	border: none;
	box-shadow: none;
	left: 8px;
}
@media( max-width: 767px ){
	body div.dataTables_wrapper div.dataTables_length label{
		display: block;
		text-align: center;
		float: none;
	}
	body div.dataTables_wrapper div.dataTables_length select.form-control{
		width: 55px;
	}
	body div.dataTables_filter label{
		float: none;
		display: block;
	}
	div.dataTables_wrapper .dataTables_filter label .form-control{
		display: block;
		margin-left: 0;
		width: 100%;
	}
}
body table.dataTable {
    margin-top: 15px !important;
    margin-bottom: 16px !important;
}
.navbar-toggle .icon-bar{
	background: #fff;
}
#queue .row{
	margin-bottom: 10px;
}

.vbox-overlay{  z-index: 9999 !important; }
.selectize-dropdown-content {
    background: #fff;
}
.error .selectize-input{
    border-color: #a94442;
}
.selectize-input{
    border-color: #ddd;
    border-radius: 0;
}
.selectize-input.focus,
.selectize-input.dropdown-active {
    border-color: #444;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

#info-user p b{
	padding-right: 10px;
	text-transform: uppercase;
}
body .table>tfoot>tr>td{
	font-weight: bold;
	border-top-width: 2px;
}

td.td-small,
table.table-small td{
	font-size: 12px;
}

.table-small th{
	text-transform: uppercase;
	font-size: 13px;
}

#table.table-orders th{
	text-transform: uppercase;
	font-size: 11px;
}
.form-control{
	border-color: #ddd;
}
.form-control:focus {
    border-color: #231f20;
    outline: 0;
}
.notify-alert{
	font-size: 12px;
	border:none;
}
.dropdown-menu{
	-webkit-box-shadow: none;
    box-shadow: none;
}
.dropdown-menu>li>a{
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 12px;
	text-transform: uppercase;
	color: #666;
}
.modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.bootbox-confirm .modal-header{
	text-align: center;
}
.bootbox-confirm .bootbox-body{
	text-align: center;
}
.bootbox-confirm .modal-footer .btn{
	min-width: 100px;
}
.category-menu{
	display: block;
	padding: 25px 0;
	margin: 0;
	text-align: center;
}
.category-menu li{
	display: inline-block;
	line-height: 1.6em;
	font-size: 15px;
	font-weight: normal;
	letter-spacing: 2px;
}
.category-menu li.active a{
	color: #222;
}
.category-menu li a{
	color: #ccc;
}
.category-menu li span{
	color: #ddd;
	padding: 0 6px;
	font-size: 26px;
	font-weight: 300;
	position: relative;
	top: 3px;
}
li.navbar-icon > a{
	font-size: 20px;
}
select.form-control{
	-webkit-appearance: none;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAHCAYAAAD9NeaIAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA+hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKE1hY2ludG9zaCkiIHhtcDpDcmVhdGVEYXRlPSIyMDE1LTA0LTE3VDE3OjEyOjQyKzAyOjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAxNS0wNC0yMFQxNzoxNjoyNCswMjowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAxNS0wNC0yMFQxNzoxNjoyNCswMjowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTU4MjBDRURERjVCMTFFNEEzN0FCODBEM0I5MTExMjkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTU4MjBDRUVERjVCMTFFNEEzN0FCODBEM0I5MTExMjkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2RUVFRDJCNkREQzMxMUU0QTM3QUI4MEQzQjkxMTEyOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFNTgyMENFQ0RGNUIxMUU0QTM3QUI4MEQzQjkxMTEyOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuShL/sAAABeSURBVHjaYszOzjZnYGDYCcT8DMSBv0AcP2XKlKVEqmdgAuKTQOwOxB+JtQCIibYAZgkDkRaRZQGyJYQsItsCdEtwWUSRBdgsQbeIYgtAgAWHOMwiJSBezkAhAAgwAJSTG/DI0S9VAAAAAElFTkSuQmCC");
	background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: auto 15%;
    cursor: pointer;
}

form#ordering .form-group{
	margin-bottom: 0;
}

#page-header-wrapper{
	padding: 30px 30px;
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 50px;
	background: #f8f8f8;
}

#subtitle{
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
	line-height: 1.2;
}
#subtitle .form-control{
	display: inline-block;
	width: auto;
	position: relative;
	top: -2px;
}

.row.padding-xs{
	padding-left: 25px;
	padding-right: 25px;
}
.row.padding-xs .col{
	padding-left: 5px;
	padding-right: 5px;
}

.navbar-right.nav>li>a {
	padding-left: 12px;
	padding-right: 12px;
}

.nav-tabs{
	border-bottom: 4px solid #eee;
	text-align: center;
}
.nav-tabs>li{
	margin-bottom: -4px;
	float: none;
	display: inline-block;
}

.nav.nav-tabs>li>a {
    padding: 14px 30px 12px 30px;
    background-color: #eee;
    border-color:#eee;
    border-bottom-color: transparent;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #444;
    font-weight: 300;
    font-size: 14px;
}
.nav-tabs>li>a:hover{
	background-color: #eee;	
}
.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:hover, 
.nav-tabs>li.active>a:focus{
	background: #fff;
	border-color:#eee;
    border-bottom-color: transparent;
}

.tab-pane { padding: 20px 0; }

#page-wrapper form.form-grid .row>div{
	border:1px inset #ccc;
}

.bootbox-confirm .modal-footer .btn-default,
.bootbox-confirm .modal-footer .btn-danger,
.bootbox-prompt .modal-footer .btn-default{
	float: left;
}
.bootbox-confirm.confirm-deletion .modal-footer .btn-default{
	float: left;
}
.bootbox-confirm.confirm-deletion .modal-footer .btn-danger{
	float: none;	
}

#btn-add-wrapper{
	margin-bottom: 0px;
	text-align: center;
}


.modal .modal-header h4,
.modal .modal-header .h4{ font-size: 16px; }
.modal .modal-footer{ border-color: #fafafa; }
.modal.confirm-deletion .modal-title,
.modal.missings-info .modal-title,
.modal.missings-info .modal-footer{ text-align: center; }

#slider #thumbs{
	padding: 30px 0;
	text-align: center;
}
#slider #thumbs a{
	border: 1px solid #f5f5f5;
	display: inline-block;
	transition: all .3s linear;
}
#slider #thumbs a.active{
	border-color: #aaa;
}
#slider #thumbs a img{
	max-width: 100px;
}

.table>thead>tr>th{
	border-bottom-width: 4px;
	border-color: #eee;
}
.table-condensed>thead>tr>th, 
.table-condensed>tbody>tr>th, 
.table-condensed>tfoot>tr>th, 
.table-condensed>thead>tr>td, 
.table-condensed>tbody>tr>td, 
.table-condensed>tfoot>tr>td {
    padding: 10px 10px;
    font-weight: normal;
    line-height: 14px;
    font-size: 13px;
}
.table-condensed>thead>tr>th, 
.table-condensed>tbody>tr>th, 
.table-condensed>tfoot>tr>th{
	text-transform: uppercase;
/* 	letter-spacing: 2px; */
}
.table-condensed>thead>tr>td, 
.table-condensed>tbody>tr>td, 
.table-condensed>tfoot>tr>td{
    font-weight: 300;
    font-size: 14px;
}
.table-bordered>thead>tr>th, 
.table-bordered>tbody>tr>th, 
.table-bordered>tfoot>tr>th, 
.table-bordered>thead>tr>td, 
.table-bordered>tbody>tr>td, 
.table-bordered>tfoot>tr>td{
	border-color: #eee;
}

#progress{
	padding: 25px 0;
	position: relative;
}
#progress .progress-label{
	position: absolute;
	top: -13px;
}
#progress .progress-label span,
#progress .progress-label b{
	display: block;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 3px 8px;
	color: #444;
	background-color: #f5f5f5;
	text-align: center;
}
#progress .progress-label b{
	background: none;
	padding-left: 0;
	padding-right: 0;
}
#progress .progress-label i{
	display: block;
	width: 0px;
	border-left: 1px solid #444;
	height: 50px;
	margin-left: 50%;
	margin-top: 4px;
}
.progress,
.progress-bar{
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
}
.progress span{
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
}

#genera-progress{
	height: 40px;
}
#genera-progress .progress-bar{
	line-height: 40px;
	font-weight: bold;
	font-size: 18px;
}

.table>tbody>tr>td .form-control[name="prodotto[]"]{
	font-weight: normal;
}
.table>tbody>tr.success>td .form-control{
	background-color: #dff0d8;
	font-weight: bold;
}
.table>tbody td.has-error .form-control,
.table>tbody>tr.success>td.has-error .form-control{
	background-color: #f9f1f1;
}

.table-listino .fadeOut {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
}

.form-control-feedback.fv-icon-no-label{
	visibility: collapse;
}
.has-success .form-control{
	border-color: #ddd;
}

#search-option{
	padding: 0 15px;
}

body .chosen-container-multi .chosen-choices{
	box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 0;
	padding: 2px;
}
body .chosen-container .chosen-drop{
	box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 0;
}
body .chosen-container-multi .chosen-choices .search-choice{
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	font-size: 12px;
	background-image: none;
	padding: 6px 22px 6px 8px;
	border-color: #ddd;
	font-weight: bold;
}
body .chosen-container-multi .chosen-choices .search-choice .search-choice-close{
	top: 50%;
	margin-top: -5px;
	right: 6px;
}

.table input[type='checkbox']{
	margin-top: 0;
}

#grid-type{
	position: fixed;
	bottom: 0;
	right: 0;
	background-color: red;
	z-index: 9999999;
	padding: 10px;
	color: #fff;
	font-weight: bold;
}

.badge-danger{
	background-color: #d00;
}

@media(max-width:767px) {
	body:not(#home){
		padding-top: 120px;
	}
	#header{
		background-color: #1c2b2d;
		padding-top: 15px;
		position: fixed !important;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 999;
	}
	#header h3{
		margin-top: 0;
		font-size: 28px;
	}
	#header .lead{
		color: #fff;
		padding-bottom: 0;
	}
	
	.category-menu li{
		display: block;
		width: 100%;
		padding: 5px 0;
		margin-bottom: 0px;
	}
	.category-menu li span{ display: none; }
    .nav.nav-tabs>li>a {
	    padding: 14px 18px 12px 18px;
	    letter-spacing: 0px;
	}
	.scroll-x-xs{
		overflow-x: scroll;
	}
}
@media(min-width:768px) {
	#search-dropdown #q{ min-width: 400px; }
	.navbar-fixed-top .sidebar-nav.navbar-collapse{ max-height: none; }
    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts { margin-left: auto;}
	.text-sm-left{ text-align: left; }
	.text-sm-right{ text-align: right; }
	.text-sm-center{ text-align: center; }
}
@media ( min-width: 768px) and ( max-width: 991px ){
	a#logo{
		margin-right: 20px;
		margin-left: 25px;
	}
	a#logo img{
	    height: 40px;
		margin-top: 0px;
	}
	.nav>li>a {
	    padding-left:8px;
	    padding-right: 8px;
	}
}
@media( max-width: 991px ){
	.navbar-nav{
		margin-top: 0;
		margin-bottom: 0;
	}
	.navbar-inverse .navbar-toggle{ margin-right: 30px; }
	.navbar-header .btn-cart{
		float:right;
		margin-right: 15px;
		margin-top: 34px;
		font-size: 20px;
		width: 40px;
		height: 32px;
		padding: 5px 10px;
		line-height: 20px;
	}
	.page-header.there-is-add{ margin-bottom: 20px; }
/*
	#categorie{
	    white-space: nowrap;
	    overflow-x: auto;
	    -webkit-overflow-scrolling: touch;
	    -ms-overflow-style: -ms-autohiding-scrollbar;
	    position: relative;
	}
	#categorie a{
	    white-space: nowrap;
	    width: 17.5% !important;
	    max-width: 100px !important;
	}
*/
	#categorie a span{
	    white-space: break-spaces;
	}
}
@media ( min-width: 992px ){

	li.navbar-icon > a{ padding-top: 40px; }
	.navbar-header .btn-cart{ display: none; }
	#btn-add-wrapper{
		padding-top: 38px;
		text-align: right;
	}
	body#menu #page-wrapper{
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media (min-width: 992px) and ( max-width: 1199px ){
	a#logo{
		margin-right: 25px;
		margin-left: -5px;
	}
	#navbar .nav>li>a{
		padding-left: 10px;
		padding-right: 10px;
	}
	.navbar-right.nav>li>a{
		padding-left: 6px;
		padding-right: 6px;	
	}
}
@media(max-width:1199px) {
	#subtitle{
		font-size: 20px;
	}
}
@media ( max-width: 1600px ){
	

}
@media(min-width:1600px) {
	#page-header-wrapper{
		margin-left: -30px;
		margin-right: -30px;
	}
}

.lead{
	font-size: 20px;
}
.h1, h1,
.h2, h2,
.h3, h3,
.h4, h4,
.h5, h5,
.h6, h6{
	color: #ebcfa9;
}
.h1, h1,
.h2, h2,
.h3, h3,
.h4, h4,
.h5, h5,
.h6, h6,
.btn{font-family: 'Dolce Vita'}

@media (min-width:1200px){
    .auto-clear .col-lg-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-lg-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-lg-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-lg-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-lg-6:nth-child(odd){clear:left;}
}
@media (min-width:992px) and (max-width:1199px){
    .auto-clear .col-md-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-md-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-md-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-md-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-md-6:nth-child(odd){clear:left;}
}
@media (min-width:768px) and (max-width:991px){
    .auto-clear .col-sm-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-sm-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-sm-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-sm-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-sm-6:nth-child(odd){clear:left;}
}
@media (max-width:767px){
    .auto-clear .col-xs-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-xs-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-xs-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-xs-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-xs-6:nth-child(odd){clear:left;}
}

#nome-attivita{
	font-family: "Open Sans";
	margin-top: 15px;
}
#descrizione-attivita{
	font-size: 18px;	
}
#immagine-attivita{
	position: relative;
}
#immagine-attivita::after{
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0,0,0,0) 50%, rgba(28,43,45,1) 100%);
}



.sidenav{
	display: none;
}
.sidenav .closebtn{
	display: none;
}

a#btn-totop{
	position: fixed;
	bottom: -100%;
	right: 15px;
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	opacity: 0;
	transition: all 0.5s ease-in-out;
	    font-size: 44px;
    color: #ebcfa9;
}
a#btn-totop.show{
	opacity: 1;
	bottom: 60px;
}
a#btn-totop svg g path{
	fill: #d3a555 !important;
}
body.modalita-asporto-attiva a#btn-totop.show{
	bottom: 90px;
}
@media (max-width:450px){
	#nome-attivita{
		font-size: 30px;
	}
}
#contacts{

}
#contacts a{

}
#contacts a span{
	position: relative;
	top: -5px;
	padding-left: 4px;
}
#contacts a.btn-block{
	margin-left: 15px;
	margin-right: 15px;
	width: auto;
}
#add-to-home-footer{
	text-align: center;
	margin-bottom: 30px;
}
#searchModal #search-text{
	border-top: none;
	border-left: none;
	border-right: none;
}
#searchModal .modal-content .modal-body #search-results{
	height: calc(100vh - 150px);
	max-height: 500px;
	overflow-y: scroll;
}
/*
#searchModal .modal-content .modal-body #search-results ul{
	max-height: calc(100vh - 150px);
	overflow-y: scroll;
}
*/
#searchModal .modal-content .modal-body #search-results ul .list-group-item{
	border-radius: 0;
}
#btn-cerca{
	padding: 10px 15px;
    text-decoration: none;
    font-size: 16px;
/*     color: #fff; */
    display: block;
    transition: 0.3s;
    text-align: center;
    font-family: 'Dolce Vita';
    letter-spacing: 1.3px;
}
.img-prodotto-wp{
	position: relative;
	background-color: #f5f5f5;
}
.img-prodotto-wp img{
	position: absolute;
	top: 0;
	left: 50%;
    transform: translateX(-50%);
}
hr{
	opacity: 0.5;
}
#categorie .panel-group{
/* 	padding:0 15px; */
}
#categorie .panel{
	border:none;
	background: transparent;
	margin-bottom: 0;
}
#categorie .panel .panel-heading{
	padding-top: 10px;
    padding-bottom: 5px;
}

#categorie .panel-group .panel+.panel{
	margin-top: 0;
}
#categorie .panel .panel-title{
	font-weight: bold;
}
#categorie .panel .panel-title a{
	font-size: 18px !important;
}
#cambia-menu{
	padding: 0 15px;
}
#cambia-menu label{
	 color: #fff;
	 text-align: center;
	 text-transform: uppercase;
	 font-size: 12px;
	 margin-bottom: 0;
}
#cambia-menu .form-control{
	background-color: transparent;
	color: #fff;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}

#categorie .panel-group .panel-heading+.panel-collapse>.panel-body, 
#categorie.panel-group .panel-heading+.panel-collapse>.list-group{
	border: none;
}
#categorie .panel-body{
	background-color: #2b3d40;	
}
/* width */
::-webkit-scrollbar {
  width: 8px;
  
}
#mySidenav::-webkit-scrollbar{
	display: none;
	width: 5px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #d4b994;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #ebcfa9;
}






/*
#cambia-menu .form-group{
	position: relative;
}
#cambia-menu .form-group:after{
  width: 0; 
  height: 0; 
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #f00;
  position: absolute;
  right: 5px;
  content: "";
  z-index: 98;
      bottom: 14px;
    right: 6px;
 }
*/


#btn-group-modalita_asporto{
	width: 100%; 
	margin: 10px 0;
}
#btn-group-modalita_asporto .dropdown-menu{
	width: 100%; 
	text-align: center;
}
#btn-group-modalita_asporto .dropdown-menu li a{
	font-size: 18px;
	color: #000;
	padding-bottom: 12px;
	padding-top: 12px;
}

#bottom-bar{
	background-color: #fff;
    position: fixed;
    top: 100%;
    right: 0;
    width: 100%;
    height: calc(100vh - 100px);
    display: block;
    z-index: 999;
    margin-top: -60px;
    box-shadow: 0px 0px 10px rgb(238 238 238);
    transition: all .3s ease-in-out;
}
#bottom-bar-bar{
	position: relative;
}
#bottom-bar #carrelloSlide{
	padding-top: 10px;
	position: relative;
	max-height: calc(100% - 60px);
	overflow-y: scroll;
	overflow-x: hidden;
	padding-left: 15px;
	padding-right: 15px;
}
#bottom-bar #carrelloSlide table tr td{
	vertical-align: middle;
}
#bottom-bar #carrelloSlide table tr:first-child td {
	border-top: none;
}
#bottom-bar #carrelloSlide h5{
	letter-spacing: 0.5px;
	color: #000;
	font-weight: bold;
}
#bottom-bar #carrelloSlide .note {
    color: #888;
    font-weight: 300;
}
body#home #bottom-bar{
	width: 100%;
}
#bottom-bar.cart-shown{
	top: 160px;
}
.table>thead>tr>th, 
.table>tbody>tr>th, 
.table>tfoot>tr>th, 
.table>thead>tr>td, 
.table>tbody>tr>td, 
.table>tfoot>tr>td{
	border-color: #f5f5f5;
}

#bottom-bar .btn-link{
	height: 60px;
	line-height: 50px;
	font-size: 14px;
	font-weight: bold;
}
#bottom-bar .container{
	padding:0;
}
#bottom-bar .container .row{
	margin: 0;
}
#btn-carrello-wp{

}
#btn-carrello{
	display: block;
	background-color: #fff;
	height: 90px;
	width: 90px;
/*     border-radius: 10px 10px 0 0; */
    border-radius: 10px;
	position: absolute;
	top: -40px;
	left: 50%;
	transform: translate(-50%, 0);
	box-shadow: 0px 0px 10px rgb(238, 238, 238);
}
#btn-carrello img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 60%;
	margin-top: -5%;
}
#btn-carrello span{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin-left: -3%;
	font-weight: 2rem;
	font-weight: bold;
	color: red;
	margin-top: 5px;
}
#btn-carrello.fixed{
/*
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	border-radius: 0;
*/
}
.modal-backdrop{
	z-index: 100100;
}
.modal{
	z-index: 100200;
}
.modal-content{
	overflow: hidden;
}
#bottom-bar.cart-shown::before{
	top:0;
	opacity: 0.5;
}
#bottom-bar::before{
	content: ' ';
	display: block;
	position: fixed;
	top: -100%;
	left: 0;
	right: 0;
	height: 100px;
	background: #000;
    opacity: 0;
    transition: opacity .3s ease-in-out;
}
@media( max-width: 767px){
	#bottom-bar{
		width: 100%;
	}
	#bottom-bar.cart-shown{
		box-shadow: none;
	}
	#bottom-bar.cart-shown #btn-carrello{
		box-shadow: 0px 0px 4px rgb(238, 238, 238);
	}
}
@media( min-width: 768px){
	#bottom-bar .btn-link{
		font-size: 16px;
	}
	body#menu #bottom-bar{
		width: calc(100% - 300px);
	}
}