/* #231f20 */

body { 
	background-color: #fff;
    font-family: "Lato","Open Sans",Arial,sans-serif;
    padding-bottom: 40px;
}
body #wrapper,
body .modal{ color: #333; }
body#login { 
	background-color: #000;
	padding-top: 50px;
}
body.logged{
	padding-top: 76px;
}
body #copyright{
	font-size: 12px;
    text-align: center;
    margin-top: 0;
    color: #999;
    padding: 8px 0;
}
body #copyright a{
	color: #999;
}
body.logged #copyright{
	margin: 20px 0 20px 0;
}
body.logged #footer-langs{
	margin: 20px 0 0px 0;
}
body.logged #footer-langs img{
	width: 30px;
}
#footer-langs{
	text-align: center;
	padding: 20px 0 10px 0;
}
#footer-langs a{
	display: inline-block;
	margin: 0 5px;
}
#footer-langs a img{
	width: 35px;
}
#footer-langs a.active img{
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
#footer-langs a:hover img{
opacity: 0.8;
}
#login .login-panel{
	border: none;
}
#nprogress .bar{
	z-index: 999999;
	height: 3px;
}

/*
#navbar .badge{
	position: relative;
	top: -1px;
	background-color: #d00;
	display: none;
}
#navbar .badge.animated{
	display: inline-block;
}

.navbar-fixed-top, 
.navbar-fixed-bottom{
	border: none;
}
.navbar-nav>li>a {
    text-transform: uppercase;
    font-weight: bold;
}
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:hover, 
.navbar-default .navbar-nav>.active>a:focus{
	background-color: #333;
}
*/
.dropdown-menu .divider{
	margin: 0;
}
a:focus{
	outline: none;
}
a#logo{
	display: inline-block;
	margin-right: 60px;
}
a#logo img{
	height: 50px;
	margin-top: 25px;
}
.bg-white{
	background-color: #fff;
}
.border-bottom{
	border-bottom: 5px solid #eee;
}
.padding-bottom{
	padding-bottom: 50px;
}
.btn{
	border:none;
	border-radius: 0;
}
body .well{
	border-radius: 0;
}
.text-bold{
	font-weight: bold !important;
}
.text-extra-bold{
	font-weight: 900 !important;
}
.text-normal{
	font-weight: normal !important;
}
.text-light{
	font-weight: 300 !important;
}
.vertical-middle{
	vertical-align: middle !important;
}
.row.col-no-gutter > [class*='col-']{
	padding-left: 0;
	padding-right: 0;
}
.row.no-padding{
	padding-left: 0;
	padding-right: 0;
}
.bootstrap-datetimepicker-widget,
.bootstrap-datetimepicker-widget table th,
.bootstrap-datetimepicker-widget table td{
	color: #222;
}
.bootstrap-datetimepicker-widget .table-condensed>thead>tr>th, 
.bootstrap-datetimepicker-widget .table-condensed>tbody>tr>th, 
.bootstrap-datetimepicker-widget .table-condensed>tfoot>tr>th, 
.bootstrap-datetimepicker-widget .table-condensed>thead>tr>td, 
.bootstrap-datetimepicker-widget .table-condensed>tbody>tr>td, 
.bootstrap-datetimepicker-widget .table-condensed>tfoot>tr>td{
	padding: 8px;
}
.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;
}
.text-normal{
	font-weight: normal;
}
.navbar-inverse .navbar-nav>li>a{
	transition: color .3s ease-in-out;
}
.img-center{
	margin-left: auto;
	margin-right: auto;
}
.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 {
/*   border-color: #7e969b; */
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #000;
}
.form-inline #table_length .form-control{
	line-height: 1;
	border: none;
	padding-left: 6px;
}
.pagination>li>a, 
.pagination>li>span{
	border: none;	
}
.form-inline .dataTables_filter .form-control{

}
#auth_user{
	color: #fff;
	text-align: center;
	font-size: 12px;
	padding: 0 10px 10px 10px;
}
#auth_user span{
	font-weight: bold;
}
label,
.label{
	font-weight: 400;
}
#login .login-panel{ 
	max-width: 500px; 
	margin: 0 auto;
}
#login form a,
#login form .control-label{ 
	text-transform: uppercase;
}
#login form .form-control{
	color: #fff;
}
#login #login-logo{
	max-width: 250px;
	margin-bottom: 30px;
}
#login h4{
	color: #7e969b;
	font-size: 34px;
	margin-bottom: 30px;
	font-weight: 300;
}
#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;
}

.page-header {
	padding-top: 30px;
	padding-bottom:20px;
	margin:0px;
	border-bottom: none;
	font-weight: 400;
	color: #000;
	text-align: center;
	animation-duration: 0.5s;
	animation-delay: 0s;
	
	font-family: 'Kaushan Script' !important;
}
.page-header.has-subtitle{
	margin-bottom: 20px;	
}
#table{
/*
	animation-duration: 1s;
	animation-delay: 0s;
*/
}
#table tfoot th{
	font-size: 14px;
	letter-spacing: 0;
}
#table .btn-icon{
	font-size: 15px;
}
#catalogo .page-header {
	margin-bottom: 0;
}
.page-header span {
  font-weight: 300;
  color: #aaa;
  font-size: 18px;
}
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;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee!important;
}

.show-grid {
    margin: 15px 0;
}

.huge {
    font-size: 40px;
}

#logger{
	margin-top: 40px;
	padding: 20px 30px;
	background: #111;
	color: lime;
	font-size: 12px;
	font-family: monospace;
	word-break: break-all;
}
.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;
}
body table.dataTable {
    margin-top: 15px !important;
    margin-bottom: 16px !important;
}
#disk-usage{
	height: 30px;
	margin-top: 20px;
}
#disk-usage .progress-bar{
	line-height: 30px;
	font-size: 14px;
}
.navbar-toggle .icon-bar{
	background: #fff;
}
#queue .row{
	margin-bottom: 10px;
}
#old-browsers,
#old-browsers a{
	color: #fff;
}

.vbox-overlay{
    z-index: 99999 !important;
}
#orientation .img-thumbnail{
	border: 3px solid transparent;
}
#orientation .img-thumbnail:hover,
#orientation .selected .img-thumbnail{
    border-color: #000;
    cursor: pointer;
}
#orientation .error .img-thumbnail{
    border-color: #a94442;
}
.selectize-dropdown-content {
    background: #fff;
}
.error .selectize-input{
    border-color: #a94442;
}

.well, .panel{
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 4px;
}
.panel-default>.panel-heading{
/* 	background-color: #fafafa; */
}

#info-user p b{
	padding-right: 10px;
	text-transform: uppercase;
}
#configurator #form #total_label{
	font-size: 24px;
	font-weight: bold;
}

.table-orders-view th{
	background-color: #f5f5f5;
	text-align: center;
}
.table-orders-view td{
	text-align: center;
}
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;
}

body#home .panel.panel-info .panel-footer,
body#home .panel.panel-danger .panel-footer,
body#home .panel.panel-success .panel-footer,
body#home .panel.panel-warning .panel-footer,
body#home .panel.panel-default .panel-footer{
	background-color: #fff;
	border-top: none;
}
/* Change the white to any color */

input:-webkit-autofill { 
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff;
}

.form-control{
	border-color: #000;
	border-top: transparent;
	border-right: transparent;
	border-left: transparent;
	background-color: transparent;
	padding-left: 0;
}
.form-control:focus {
    border-color: #999;
    outline: 0;
}
.notify-alert{
	font-size: 12px;
	border:none;
	z-index: 99999 !important;
}
.dropdown-menu{
	-webkit-box-shadow: none;
    box-shadow: none;
	
/*     border-color: #231f20; */
}
.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 .bootbox-body{
	text-align: center;
}

.btn-cart{
	position: relative;
}
.btn-cart .cart-badge{
	display: none;
}
.btn-cart .cart-badge.visible{
	width: 20px;
	height: 20px;
	line-height: 21px;
	background-color: #dd0000;
	color: #fff;
	border-radius: 50%;
	font-size: 11px;
	display: block;
	text-align: center;
	position: absolute;
	top: 24px;
	right: -6px;
	font-family: Arial;
}/*

#sidecart{
	padding-top: 40px;
}
*/
/*
#sidecart h4,
#sidecart .h4{
	margin: 0;
	text-align: center;
	line-height: 40px;
	font-weight: normal;
	font-size: 16px;
	letter-spacing: 3px;
	position: absolute;
	top: 0;
	left: 0;
	background: #444;
	color: #fff;
	width: 100%;
}
*/
#sidecart #sidebadge{
	position: relative;
	top: -2px;
	letter-spacing: 0;
}
#cart{
	padding-bottom: 70px;
}
#cart .cart-product{
	position: relative;
}
#cart .cart-product .row{
	margin: 0;
}
#cart .cart-product > .row{
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f5f5f5;
	height: 96px;
}
#cart .cart-product .row > [class*='col-']{
	padding-left: 5px;
	padding-right: 5px;
}
#cart .cart-product .title{
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 4px;
	display: block;
	padding-right: 23px;
}
#cart .cart-product .quantity{
	margin-bottom: 0;
	line-height: 28px;
}
#cart .cart-product .quantity input{
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
}
#cart .cart-product .quantity input{
	height: 26px;
}
#cart .cart-product .quantity .input-group-btn>.btn {
    height: 26px;
    padding: 1px 10px 3px 10px;
    font-size: 12px;
    line-height: 1px;
    border-radius: 2px;
	top: -1px;
    position: relative;
}
#cart .cart-product .price{
	text-transform: uppercase;
	font-weight: 300;
	text-align: left;
}

#cart .cart-product .product-qty{
/* 	width: 80px; */
}
#cart .cart-product .btn-remove{
	position: absolute;
	top: 0;
	right: 10px;
	color: #ccc;
	font-size: 14px;
	line-height: 14px;
	padding: 2px 4px;
}
#cart .cart-product .btn-remove:hover{
	color: #dd0000;;
}
#cart #cart-total{
	font-size: 16px;
	padding: 10px 15px;
	border-bottom: 4px solid #f5f5f5;
}
body#cart .well{
	padding: 16px;
}

#category-menu,
.section-menu{
	display: block;
	padding: 25px 0;
	margin: 0;
	text-align: center;
}
.section-menu{
	padding: 5px;
}
#category-menu li,
.section-menu li{
	display: inline-block;
	line-height: 1.6em;
	font-weight: normal;
/* 	letter-spacing: 2px; */
/* 	font-style: italic; */
}
#category-menu li.active a,
.section-menu li.active a{
	color: #000;
}
#category-menu li a,
.section-menu li a{
	color: #ccc;
}
#category-menu li span,
.section-menu li span{
	color: #ddd;
	padding: 0 6px;
	font-size: 26px;
	font-weight: 300;
	position: relative;
	top: 3px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 300;
}

.font-secondario{
	font-family: 'Kaushan Script' !important;
}
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;
	padding: 0;
	font-size: 26px;
/* 	font-weight: normal; */
	line-height: 34px;
/* 	font-style: italic; */
}
#news #subtitle{
	margin-bottom: 30px;
}

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

#catalog .col,
#variants-modal .col{
/* 	padding-left: 0; */
/* 	padding-right: 0; */
}
#catalog .col .product,
#variants-modal .col .product{
/* 	margin-left: -1px; */
/* 	margin-top: -1px; */
}
#variants-modal .modal-body > .row{
	margin-right: 0;
	margin-left: 0;
}
/*
#catalog .col .product .best-seller{
	top: 4px;
	right: 4px;
}
*/

.product{
	padding-bottom: 20px;
 	border: 1px solid #fff;
/* 	overflow: hidden; */
/* 	padding: 20px 0 40px 0; */
	position: relative;
	margin-bottom: 20px;
}

.product a {
	display: block;
}

.product a .image{
	margin: 0 auto;	
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
	padding-bottom: 66%;
}

.product .image .message{
	font-size: 12px;
	line-height: 1.2;
	padding: 7px 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 3;
	background-color: rgba(217, 237, 247, 0.7);
}
.product a .image img{
	transition: .3s ease-in-out;
	z-index: 2;
	margin-left: auto;
	margin-right: auto;
	-webkit-animation-duration: .5s;
	-webkit-animation-delay: 0s;
	animation-duration: .5s;
	animation-delay: 0s;
/* 	max-width: 90%; */
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 0;
}

.product a.hover-zoom:hover .image img{
	transform: scale(1.80);
}

.product .btn-favorite{
	padding: 10px;
	position: absolute;
	bottom: 0;
	right: 0;
	color: #eee;
	z-index: 3;
	display: none;
}
.product .btn-favorite:hover{
	color: #d00;
}

.product .name{
	text-align: center;
	line-height: 1;
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 18px;
	position: relative;
	color: #000;
	font-family: 'Kaushan Script', 'Lato', 'Arial' !important;
}
.product .price{
	text-align: center;
	color: #000;
	font-weight: 300;
	font-family:  'Lato', 'Arial' !important;
	font-size: 20px;
}

.product-info{
    z-index: 3;
    text-align: center;
}
.product .product-info{
	position: absolute;
    top: 15px;
    width: 100%;
}
.product-info .availability,
.product-info .offer,
.product-info .new{
	display: inline-block;
}

.product .availability,
.availability{
	text-align: center;
	font-size: 12px;
	color: #000;
}
.new span,
.offer span,
.availability span{
	min-height: 18px;
	display: inline-block;
	padding: 4px 6px;
	line-height: 1;
	margin: 0 1px;
}
.new span,
.offer span,
.availability.availability-40 span{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
}
.new span{
	background-color: #fff;
	color: #000 !important;
	border: 1px solid #fff;
	letter-spacing: 1px;
	font-size: 12px;
}
.offer span{
	background-color: #d00;
	color: #fff !important;
	border: 1px solid #d00;
}
.availability.availability-40 span{
	border: 1px solid #000;
	background-color: #fff;
	color: #000 !important;
}
#product .availability.availability-40 span,
#product .offer span,
#product .new span{
	padding: 12px 20px;
	font-size: 12px;
}

.checkout .availability{
	text-align: left;
}
.product .btn-add,
.product .not-purchasable{
	display: inline-block;
	margin-top: 10px;
	border:none;
	font-weight: normal;
	text-transform: uppercase;
	padding: 8px 14px;
    font-size: 13px;
}
#product .product-info{
	margin-top: 10px;
}
#product .price{
	color: #000;
	font-family: 'Lato', sans-serif;
	font-size: 30px;
	font-weight: 300;
}
#product .availability{
	font-size: 13px;
	color: #bbb;
	padding-top: 10px;
}
#product .page-header{
	margin-bottom: 10px;
}
#product .description{
	margin-top: 30px;
	padding: 30px;
	background-color: #f5f5f5;
}
#product .description h2{
	margin-top: 0;
	font-size: 22px;
}
#product .description p{
	font-weight: 300;
	text-align: justify;
	margin-bottom: 2px;
}

#product .collection{
	background: #222;
	color: #fff;
	padding: 10px 20px;
	font-weight: normal;
	font-size: 22px;
	position: absolute;
	top: 0;
	left: 0;
}


.best-seller{
	background: none;
    color: #f3de2a;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 0px;
	text-align: center;
	position: absolute; 
	top: 0px;
	right: 0px;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	z-index: 99;
	font-weight: bold;
	opacity: 0;
}
.best-seller.animated{
	opacity: 1;
	animation-duration: 0.5s;
	animation-delay: 0.7s;
}
.best-seller .fa{
	font-size: 22px;
}
#home .best-seller{
	opacity: 1;
}

#news{
	padding-left: 15px;
	padding-right: 15px;
}
#news .news{
	margin-bottom: 50px;	
}

#news .news .date{
	font-family: 'Open Sans Condensed', sans-serif;
	letter-spacing: 1px;
	border-bottom: 1px solid #eee;
	display: inline-block;
	margin-bottom: 10px;
}
#news .news .title{
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 1.2;
}
#news .news .title .label{
	position: relative;
	top: -4px;
}
#news .news .image{
	overflow: hidden;
}
#news .news .image img{
	transition: .3s ease-in-out;
}

#news .news:hover .image img{
	transform: scale(1.2);
}
#news .news .excerpt{
	text-align: justify;
	color: #888;
	font-weight: 300;
}

#news .news.to-read .title,
#news .news.to-read .excerpt{
	color: #d00;
}

#search-dropdown #q{
	font-style: italic;
	font-size: 14px;
}
#search-dropdown ul li{
	padding: 0 5px;
}
.navbar-right.nav>li>a {
	padding-left: 16px;
	padding-right: 16px;
}

.nav-tabs{
	border-bottom: 4px solid #eee;
	text-align: center;
}
.nav-tabs>li{
	margin-bottom: -4px;
	float: none;
	display: inline-block;
}
.nav-tabs{
	border-color: #000;
}
.nav.nav-tabs>li>a {
    padding: 14px 30px 12px 30px;
    background-color: #000;
    border-color:#000;
    border-bottom-color: transparent;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
}
.nav-tabs>li>a:hover{
	background-color: #000;	
}
.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:hover, 
.nav-tabs>li.active>a:focus{
	background: #fff;
	border-color:#000;
    border-bottom-color: transparent;
    color: #000;
}

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

body#warehouse.edit .page-header,
body#warehouse.variants .page-header{
	margin-bottom: 10px;
}

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

.bootbox-confirm .modal-footer .btn-default{
	float: left;
}

#filters .filter-box{
	margin-bottom: 20px;
}
#filters .filter-box h4{
	font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
}

#filters .filter-box h4 a.collapsed .caret{
    content: "";
    border-bottom: 0;
    border-top: 4px dashed;
}
#filters .filter-box h4 a .caret{
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    margin-top: -4px;
}
#filters label input{
	width: 0;
	visibility: hidden;
}
#filters label:hover{
	cursor: pointer;
}
#filters label{
	font-weight: 300;
}
#filters label.active{
	color: #dd0000;
}
#filters label.active:before{
	content: "\f00d";
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
#filters label.active.radio:before{
	display: none;
}

#filter-color label.color{
	display: block;
	float: left;
	margin: 7px 7px 0 0;
	padding: 0;
	overflow: hidden;
	padding: 1px;
	border: 1px solid #eee;
	border-radius: 50%;
}
#filter-color label.color input{
	position: absolute;
	top: -50px;
	left: -50px;
}
#filter-color label.color.active{
	border-color: #dd0000;
}
#filter-color label.color.active:before{
	display: none;
}
#filter-color label.color span{
	display: block;
	margin: 0;
	width: 25px;
	height: 25px;
	border-radius: 50%;
}

#warehouse.variants .panel-footer{
	text-align: center;
	background: none;
}
#warehouse.variants .panel-heading label,
#warehouse.variants .panel-footer label{
	font-weight: normal;
	margin-bottom: 0;
}

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

span.color.square{
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 3px;
}
span.color-code{
	position: relative;
	top: -3px;
}
.modal .modal-header{
	background-color: #000;
	border-bottom: 1px solid #000;
}
.modal .modal-header h4,
.modal .modal-header .h4{
	font-size: 16px;
	color: #fff;
	text-align: center;
	font-weight: normal;
}
.modal .modal-content{
	box-shadow: none;
	border: none;
}
.modal .modal-footer{
	border-color: #fafafa;
}
.modal.confirm-deletion .modal-title,
.modal.missings-info .modal-title,
.modal.missings-info .modal-footer{
	text-align: center;
}
.well{
	border-color:#f5f5f5;
}
.table>thead>tr>th{
	border-bottom-width: 4px;
	border-color: #eee;
}
#slider #thumbs{
	margin-bottom: 30px;
	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;
}

#slider .fullscreen{
	pointer-events: none;
	position: absolute;
	z-index: 9;
	top: 0;
	right: 0;
}

.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;
}
.text-xs-left{ text-align: left; }
.text-xs-right{ text-align: right; }
.text-xs-center{ text-align: center; }

#checkout-table td{
	vertical-align: middle !important;
}
#checkout-table td h4{
	margin-top: 0;
}
#checkout-table td h5{
	margin-bottom: 0;
}

.profile{
	border: 1px solid transparent;
	margin-bottom: 30px;
}
.profile .profile-header{
	text-align: center;
	background-color: #f5f5f5;
	padding: 20px 0;
}
.profile .profile-header h3,
.profile .profile-header h5{
	margin: 0;
}
.profile .profile-header h3{
	margin-bottom: 6px;
}
.profile .profile-header h5{
	font-style: italic;
	font-weight: normal;
	font-size: 13px;
}
.profile .profile-description{
	padding: 40px 30px;
	color: #aaa;
	font-size: 14px;
	line-height: 2;
	text-transform: uppercase;
}
.profile.active .profile-description{
	min-height: 300px;
}
.profile .profile-description strong{
	color: #777;
	font-size: 14px;
}
.profile:hover .profile-description,
.profile.active .profile-description{
	color: #555;
}
.profile:hover .profile-description strong,
.profile.active .profile-description strong{
	color: #222;
}

#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-label.silver{ left: calc(50% - 34px); width: 68px; }
#progress .progress-label.gold{ left: calc(75% - 35px); width: 70px; }
#progress .progress-label.platinum{ right: 0; }
#progress .progress-label.platinum i{ margin-left: 100%; }
#progress .progress-label.platinum b{ text-align: right;}

/* .profile.gold:hover, */
.profile.gold.active{ border-color: #FFD700; }
/* .profile.gold:hover .profile-header, */
.profile.gold.active .profile-header{ background-color: #FFD700; }
.color-gold{ color: #FFD700; }
#progress .progress-label.gold.active span{ background-color: #FFD700; }
/* #progress .progress-label.gold:after{ border-color: #FFD700; } */

/* .profile.platinum:hover, */
.profile.platinum.active{ border-color: #666; }
/* .profile.platinum:hover .profile-header, */
.profile.platinum.active .profile-header{ background-color: #666; color: #fff; }
.color-platinum{ color: #666; }
#progress .progress-label.platinum.active span{ background-color: #666; color: #fff; }
/* #progress .progress-label.platinum:after{ border-color: #666; } */

/* DIAMOND 
.profile.silver.active{ border-color: #b9f2ff; }
.profile.silver.active .profile-header{ background-color: #b9f2ff; }
.color-silver{ color: #b9f2ff; }
#progress .progress-label.silver.active span{ background-color: #b9f2ff; } */


/* .profile.silver:hover, */
.profile.silver.active{ border-color: #ccc; }
/* .profile.silver:hover .profile-header, */
.profile.silver.active .profile-header{ background-color: #ccc; }
.color-silver{ color: #ccc; }
#progress .progress-label.silver.active span{ background-color: #ccc; }
/* #progress .progress-label.diamond:after{ border-color: #b9f2ff; } */

.progress,
.progress-bar{
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
}
.progress span{
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
}
#profile-target{
	font-size: 18px;
	font-weight: 300;
}
#profile-target .glyphincon{
	font-size: 40px;
}

table#data-months tfoot td{
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 26px;
	font-weight: normal;
}

a.product-card{
	display: block;
	border: 1px solid #f5f5f5;
	margin-bottom: 30px;
	padding: 10px 20px;
	position: relative;
	min-height: 126px;
}
a.product-card span{
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #f5f5f5;
	color: #444;
	font-weight: bold;
}
a.product-card h4{
	margin-top: 25px;
}
a.product-card p{
	color: #888;
	font-weight: 300;
}
a.product-card:hover{
	border-color: #777;
}
a.product-card:hover span{
	background-color: #777;
	color: #fff;
}

#checkout-table tr.td-border-top-none td{
	border-top:none;
}
#checkout-table tr.td-border-top td{
	border-top-width: 1px;
}

#single-news .description{
	text-align: justify;
	line-height: 1.6;
}
#single-news .date{
	margin-bottom: 20px;
	font-weight: 300;
	font-style: italic;
}

.chosen-container-single .chosen-single{
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.chosen-drop,
.chosen-container-active.chosen-with-drop .chosen-single{
	border-color: #444 !important;
}

.chosen-container .chosen-results li.highlighted{
	background-color: #444 !important;
}
.chosen-container .chosen-results{
	margin: 0 !important;
	padding: 0 !important;
}
.chosen-container-single .chosen-drop{
	border-radius: 0 !important;
	-webkit-box-shadow: 0 0px 4px rgba(0, 0, 0, .25) !important;
    box-shadow: 0 0px 4px rgba(0, 0, 0, .25) !important;
}
.vertical-middle{
	vertical-align: middle;
}
#single-news .description img{
	max-width: 100%;
	height:  auto !important;
}
.btn-add{
	position: relative;
}
.btn-add span.feedback{
	background-color: #d00;
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: -12px;
    right: -12px;
    border: 2px solid #fff;
    border-radius: 50%;
    line-height: 1;
    padding-top: 3px;
    font-size: 14px;
}


#specs{
	background-color: #000;
	color: #fff;
}
#specs ul li{
	margin-bottom: 6px;
}
#specs ul li span,
#specs ul li b{
	display: block;
}
#specs ul li span{
	text-transform: uppercase;
	font-weight: 300;
}
#specs,
#indossato,
#sagoma{
	border: 1px solid #000;
}

#specs > div{
	padding: 20px 0 20px 30px;
}
/* width */
#specs > div::-webkit-scrollbar{
	width: 5px;
}
/* Track */
#specs > div::-webkit-scrollbar-track {
  background: #000;
}

/* Handle */
#specs > div::-webkit-scrollbar-thumb {
  background: #fff;
}

/* Handle on hover */
#specs > div::-webkit-scrollbar-thumb:hover {
  background: #ccc;
}


@media(max-width:767px) {	
	#page-header-wrapper{
		margin-bottom: 10px;
	}
	
   	body .page-header{
		text-align: center;
		font-size: 30px;
	}
	
	body .page-header .btn.pull-right{
		float: none !important;
		display: block;
		margin-top: 15px;
	}
	
	a#logo{
		margin-right: 0;
		margin-left: 20px; 
	}
	#news .news .image{
		margin-bottom: 10px;
	}
	#subtitle{
		text-align: center;
		margin-bottom: 20px;
	}
	#product .collection{
		width: 100%;
		font-size: 18px;
		text-align: center;
		top: 10px;
		color: #000;
		background: none;
	}
	#product .image{
		margin-top: 40px;
	}
	#category-menu li{
		display: block;
		width: 100%;
		padding: 5px 0;
		margin-bottom: 0px;
	}
	#category-menu li span{
		display: none;
	}
    #slider #thumbs{
	    padding: 20px 0px;
    }
    #slider #thumbs a img{
	    max-width: 80px;
    }
    #related h3,
    #related .h3{
	    font-size: 18px;
    }
    
    .nav.nav-tabs>li>a {
	    padding: 14px 18px 12px 18px;
	    letter-spacing: 0px;
	}
	
	.scroll-x-xs{
		overflow-x: scroll;
	}
	#slider .fullscreen{
		display: none;
	}
}
@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; }
	#slider #thumbs{
		margin-bottom: 30px;
		text-align: center;
		/*margin-top: -70px;*/
	    z-index: 9;
	    position: relative;
	}
	#specs,
	#indossato,
	#sagoma{
		padding-bottom: 100%;
		position: relative;
	}
	#indossato,
	#sagoma{
		overflow: hidden;
	}
	#indossato > img,
	#sagoma > img{
		position: absolute;
		top: 0;
		left: 0;
		width: auto;
		height: 100%;
	}
	
	#specs > div{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow-y: scroll;
	}
}
@media ( min-width: 768px) and ( max-width: 991px ){
	a#logo{
		margin-right: 20px;
		margin-left: 25px;
	}
	a#logo img{
	    height: 50px;
		margin-top: 25px;
	}
	.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;
	}
	.btn-cart .cart-badge.visible{
		top: -10px;
	}
	.page-header.there-is-add{
		margin-bottom: 20px;
	}
}
@media ( min-width: 992px ){
	
	#language-dropdown > a{
		padding-top: 39px;
	}
	
	li.navbar-icon > a{
		padding-top: 30px;
		padding-bottom: 24px;
		display: inline-block;
		height: 76px;
	}
	.navbar-header .btn-cart{
		display: none;
	}
	#btn-add-wrapper{
		padding-top: 44px;
		text-align: right;
	}
}
/*
@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 ){
	
	#filters h3{
		font-size: 18px;		
	}
	.best-seller{
		width: 34px;
		height: 34px;
		padding-top: 7px;
		top: 4px;
		right: 4px;
	}
	.best-seller .fa{
		font-size: 20px;
	}
	#filter-color label.color{
		margin: 7px 7px 0 0;
	}
	#filter-color label.color span{
		width: 22px;
		height: 22px;
	}
}
@media(min-width:1600px) {
/*
	#page-header-wrapper{
		margin-left: -30px;
		margin-right: -30px;
	}
*/
	.container{
		width: 1540px;
		padding-left: 30px;
		padding-right: 30px;
	}
	#product .collection{
		left: -15px;
	}
}

/******* X5G Drawer *******/
body.x5g-drawer-open{
	overflow: hidden;
}
.x5g-drawer {
    height: 100%;
    width: 300px;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: -300px;
    background-color: #fff;
    transition: 0.5s ease-in-out;
/*     -webkit-overflow-scrolling:touch; */
}
.x5g-drawer .x5g-drawer-content{
	max-height: 100%;
	overflow-y: scroll;	
}
.x5g-drawer.open{
	left: 0;
}
.x5g-drawer.x5g-drawer-right{
	left: auto;
	right: -300px;
}
.x5g-drawer.x5g-drawer-right.open{
	left: auto;
	right: 0;
}
/* .x5g-drawer a.closebtn:hover,  */
.offcanvas a.closebtn:focus{
    color: #f1f1f1;
}
/*
.x5g-drawer .closebtn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 30px;
    line-height: 1;
    width: 40px;
    text-align: center;
    padding: 5px 0px;
    text-decoration: none;
    color: #818181;
    display: block;
    transition: 0.3s;
}
*/
.x5g-drawer.x5g-drawer-right .closebtn{
	right: auto;
	left: 10px;
}

.x5g-drawer .closebtn {
	position: absolute;
	display: block;
	top: 16px;
	width: 30px;
	height: 30px;
	transform: rotate(-45deg);
}
.x5g-drawer .closebtn:after,
.x5g-drawer .closebtn:before{
	content: '';
	display: block;
	height: 30px;
	width: 1px;
	background-color: #000;
	position: absolute;
}
.x5g-drawer .closebtn:before{
	left: 50%;
	top: 0;
}
.x5g-drawer .closebtn:after{
	height: 1px;
	width: 30px;
	top: 50%;
	left: 0;
}
.x5g-drawer .x5g-drawer-title{
	text-align: center;
}

#x5g-drawer-back{
	z-index: 10000;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.4);
}
.x5g-drawer .iScrollVerticalScrollbar{
	opacity: 0;
	transition: .3s;
}
.x5g-drawer:hover .iScrollVerticalScrollbar{
	opacity: 1;
}
.x5g-drawer-title{
	text-align: center;
}

/* width */
.x5g-drawer .x5g-drawer-content::-webkit-scrollbar{
	width: 5px;
}
/* Track */
.x5g-drawer .x5g-drawer-content::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
.x5g-drawer .x5g-drawer-content::-webkit-scrollbar-thumb {
  background: #000;
}

/* Handle on hover */
.x5g-drawer .x5g-drawer-content::-webkit-scrollbar-thumb:hover {
  background: #ccc;
}

#network-status{
	position: fixed;
	bottom: 16px;
	right:16px;
}
#network-status:before{
	display: inline-block;
	padding:0 4px;
	font-size: 12px;
	position: relative;
	top:-4px;
	font-weight: normal;
}
#network-status.online:before{
	content: "Online";
}
#network-status.offline:before{
	content: "Offline";
}
#network-status span{
	transition: all 0.3s ease-in-out;
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
}
#network-status.online span{
	background-color: green;
}
#network-status.offline span{
	background-color: #d00;
}

#collections-menu{
	margin-bottom: 40px;
}

ul.my-nav-tabs{
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
	border-bottom: 4px solid #bbb;
}
ul.my-nav-tabs li{
	display: inline-block;
}
ul.my-nav-tabs li a{
	display: inline-block;
	background-color: #f0f0f0;	
	line-height: 1;
	padding: 16px 20px 16px 20px;
	color: #444;
    font-weight: normal;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 3px 3px 0 0;
    border-bottom: 4px solid #bbb;
	margin-bottom: -4px;
}
ul.my-nav-tabs li a:hover{
	background-color: #ddd;
	color: #444;
}
ul.my-nav-tabs li.active a,
ul.my-nav-tabs li.active a:hover,
ul.my-nav-tabs li.active a:focus,
ul.my-nav-tabs li.active a:active{
/* 	color: #444; */
	color: #d00;
	background-color: #fff;
	border-top: 1px solid #bbb;
	border-left:1px solid #bbb;
	border-right: 1px solid #bbb;
	border-bottom: 4px solid #fff;
	font-weight: normal;
}
ul.my-nav-tabs li.active a{
/* 	font-weight: bold; */
}
#contattaci-wrapper{
	margin: 20px 15px;
	padding: 15px;
	text-align: center;
	border: 1px solid transparent;
}
#contattaci > div{
	padding: 20px 15px;
}
#contattaci p{
	line-height: 1.3;
}
@media ( min-width: 1200px){
	ul.my-nav-tabs li a{
		min-width: 300px;
	}
	#download ul.my-nav-tabs li a{
		min-width: 0;
	}
}
@media ( max-width: 767px ){
	ul.my-nav-tabs{
		border: none;
	}
	ul.my-nav-tabs li{
		display: block;
		border-radius: 0;
	}
	ul.my-nav-tabs li a{
		display: block;
		margin-bottom: 0;
		border-bottom: 0;
	}
	ul.my-nav-tabs li.active a{
		border: 1px solid #444;
	}
}

#home-sliders{
}
#homeSlider{
	margin-bottom:20px;
}
#homeSlider .carousel-control.right,
#homeSlider .carousel-control.left{
	background-image: none !important;
}
#homeSlider .carousel-caption {
    background-color: rgba(0, 0, 0, 0.7);
}
#homeSlider .image-item{
	width: 100%;
	padding-bottom: 40.54%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#homeSlider .video-item{
	height: 0;
	width: 100%;
	padding-bottom: 40.54%;
}
#homeSlider .video-item iframe{
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#homeSlider .carousel-control{
	bottom: 50px;
}
#homeSlider .carousel-indicators {
    bottom: -34px;
}
#homeSlider .carousel-indicators li {
	border-color: #000;
}
#homeSlider .carousel-indicators .active{
	background-color: #000;
}
.arrow-control{
	position: absolute;
	display: block;
	height: 100%;
	width: 20%;
	top: 0;
	transition: .3s all linear;
}
.arrow-right {
	right: 0;
}
.arrow-left {
	left: 0;
}
.arrow-control span{
	border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 24px;
    position: absolute;
	top: 50%;
}
.arrow-right span{
	transform:translateY(-50%) rotate(-45deg);
	-webkit-transform:translateY(-50%) rotate(-45deg);
	right: 40px;
	box-shadow: 1px 1px 1px #fff;
}
.arrow-left span{
	transform:translateY(-50%) rotate(135deg);
	-webkit-transform:translateY(-50%) rotate(135deg) ;
	left: 40px;
    box-shadow: 1px 1px 1px #fff;
}
@media screen and (min-width: 768px){
	#homeSlider .carousel-caption {
	    padding-bottom: 20px;
	    padding-top: 20px;
	    font-size: 32px;
	}
	.carousel .arrow-control,
	.carousel .carousel-control.right,
	.carousel .carousel-control.left{
		display: none;
	}
	.carousel:hover .arrow-control,
	.carousel:hover .carousel-control.right,
	.carousel:hover .carousel-control.left{
		display: block;
	}
	
}
@media ( max-width: 1599px){
	#download ul.my-nav-tabs li a{
		padding-right: 16px;
		padding-left: 16px;
	}
}
@media ( max-width: 1199px){
	#download ul.my-nav-tabs li a{
		padding-right: 10px;
		padding-left: 10px;
	}
}
@media ( min-width: 1600px){
	#homeSlider{
		margin-bottom: 15px;
	}
	#homeSlider .carousel-caption {
	    font-size: 40px;
	}
}
#download ul.my-nav-tabs li a{
	min-height: 53px;
}
#download ul.my-nav-tabs li.active a{
	min-height: 54px;
}
#home-boxes{
	margin-bottom: 15px;
}
#home-boxes .home-box{
	margin-bottom: 15px;
}
#home-boxes a{
	display: block;
	background-color: #000;
	position: relative;
}
#home-boxes a span{
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
    padding: 30px 10px 30px 10px;
    font-size: 16px;
}
@media ( max-width: 767px ){
	.arrow-control span{
		padding: 16px;
	}
	.arrow-left span{
		left: 20px;
	}
	.arrow-right span{
		right: 20px;
	}
	#home-sliders > .container-fluid:first-child{
		padding: 0;
	}
	#homeSlider .carousel-caption{
		font-size: 16px;
/* 		bottom: 10px; */
		padding-left: 10px;
		padding-right: 10px;
		position: relative;
		right: auto;
		bottom: auto;
		left: auto;
		top: auto;
	    padding-top: 20px;
	    padding-bottom: 15px;
	    background-color: #000;
	}
	#home-boxes a span{
		font-size: 14px;
		padding: 20px 10px;
	}
	#homeSlider{
		margin-bottom: 15px;
	}
	#homeSlider .image-item,
	#homeSlider .video-item{
/* 		padding-bottom: 70%; */
	}
}
@media (min-width: 1200px){
	#home-boxes a span{
		font-size: 22px;
	}
}
@media ( min-width: 1600px ){	
	#home-boxes .home-box{
		margin-bottom: 30px;
	}
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    right: 100%;
    margin-top: -1px;
    border-radius: 0;
    border-color: #eee;
}
.dropdown-submenu .submenu-link .caret{
	float: right;
	margin-top: 6px;
}

.selectize-control .selectize-input{
    height: 41px;
    padding: 10px 16px;
    font-size: 16px;
    line-height: 1.18;
    border-radius: 0;
}
.selectize-control .selectize-input:focus,
.selectize-control .selectize-input.focus{
	outline: none;
	box-shadow: none;
	border-color: #444;
}
body .selectize-control.single .selectize-input:after{
	display: none;
}
#btn-whatsapp{
	width: 62px;
    padding: 10px;
	border-radius: 9999px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 9999;
}

/* RESTYLING */
a:hover{
	color: #d00;
}
.color-primario{
	color:#000 !important; 
}
.color-secondario{
	color: #fff !important;
}
.background-color-secondario{
	background-color: #fff;
}
.border-color-secondario{
	border-color: #fff !important;
}
.color-hover-evidenza:hover,
.color-hover-evidenza:focus,
.color-hover-evidenza:active{
	color: red !important;
}
.form-control:focus{
	border-color: red !important;
}
.well, .panel{
	border-radius: 0;
}
#login .login-panel{
	background-color: transparent;
}
.text-success {
    color: #4aab4b;
}
.text-info{
	color: #419bc7;
}
.btn{
    font-weight: 300;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 9px;
    padding-bottom: 9px;
}
.btn.btn-lg{
	padding-left: 40px;
    padding-right: 40px;
    padding-top: 14px;
    padding-bottom: 14px;
}
.btn-secondary {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active{
	background-color: #ddd;
}

.btn-primary {
    color: #fff;
    background-color: #000;
    border-color: #000;
    font-weight: 300;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active{
	background-color: #444;
}

.btn-outline {
    color: #000;
    background-color: #fff;
    border:1px solid #000;
    font-weight: 300;
}
.btn-outline span:not(.caret){
	padding-right: 10px;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active{
	background-color: #000;
	color: #fff;
}
.btn-group .btn{
	padding-left: 20px;
	padding-right: 20px;
}
.btn-group .btn .caret{
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translate(-50%, -50%);
}
#footer-langs a img{
	border-radius: 50%;
}

.x5g-drawer{
	transition: 0.5s;
}

@media( min-width: 1200px ){
	body #wrapper,
	#main-navbar {
	    padding-left: 250px;
	}
}

@media( min-width: 1600px ){
	body #wrapper,
	#main-navbar {
	    padding-left: 300px;
	}
}

.owl-carousel .owl-dots{
	text-align: center;
	padding-top: 15px;
}
.owl-carousel button.owl-dot{
	width: 19px;
	height: 19px;
	border-radius: 50%;
	border: 1px solid #000 !important;
	margin: 0 4px;
}
.owl-carousel button.owl-dot:focus{
	outline: none;
}
.owl-carousel button.owl-dot.active{
	background-color: #000;
}

.toolbar{
	padding-top: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #000;
	margin-bottom: 30px;
}
.toolbar .btn {
	padding-left: 20px;
	padding-right: 20px;
}
@media(min-width: 768px){
	.toolbar .btn > i.fa{
		position: relative;
		left: -4px;
	}
}
#sidefilters .x5g-drawer-content{
	padding: 15px 15px 60px 15px;
}
#sidefilters .x5g-drawer-title{
	text-align: left;
	padding-left: 15px;
}
#sidefilters.x5g-drawer .closebtn{
	right: 15px;
}
.input-group-addon{
	border-top-color: transparent;
	border-right-color: transparent;
	background-color: transparent;
	border-bottom-color: #000;
}

.chosen-container-single .chosen-single {
	background-color: transparent !important;
	border:none !important;
	border-bottom: 1px solid black !important;
	border-top-color: transparent !important;
	border-left-color: transparent !important;
	border-right-color: transparent !important;
}

/* EVIDENZIA SEZIONI */
/* 	body{ background-color: yellow; } */
/* 	body #wrapper{ background-color: green; } */
/* 	#main-navbar{ background-color: red; } */
/* 	#main-navbar #top-navbar{ background-color: purple;} */
/* 	#navbar-right{ background-color: teal; } */
/* 	#page-wrapper{ background-color: maroon; } */
/* 	#mySidenav{ background-color: blue; } */
/* 	#mySidenav #sidenav-content{ background-color: aqua; } */