html{ font-size: 16px; /* Fix per drawer */ }
body { background-color: #f3f3f4;}
body #wrapper,
body .modal{ color: #333; }
body#login { 
/* 	background-color: #94b759; */
	padding-top: 50px;
}
body.logged{ 
	padding-top: 80px; 
	padding-bottom: 50px;
}
body.logged.no-topbar{
	padding-top: 30px;
}
body.logged.isapp {
    padding-top: 0px;
    padding-bottom: 0px;
}
body.logged.no-topbar.drawer{
	padding-top: 0px;
} 
body #copyright{
	font-size: 12px;
    text-align: center;
    margin-top: 0;
    color: #444;
    padding: 8px 0;
}
body #copyright a{ color: #000; }
body.logged #copyright{ margin: 10px 0 20px 0; }

#login .login-panel{ border: none; }
#login .login-panel .panel-body{ padding: 10px }
#login .login-panel .form-control{
	border-right: none;
	border-left: none;
	border-top: none;
	margin-bottom: 20px;
	padding-left: 0;
}
#login form{ margin: 15px; }
#login form .control-label{ 
	color: #444; 
	text-transform: uppercase;
	margin-bottom: 0;
	font-size: 12px;
}
#login #login-logo{
	margin-bottom: 30px;
}

body.logged .form-control{
	border-right: none;
	border-left: none;
	border-top: none;
	margin-bottom: 20px;
	padding-left: 0;
}
body.logged .control-label{ 
	color: #444; 
	text-transform: uppercase;
	margin-bottom: 0;
	font-size: 12px;
}

#nprogress .bar{
	z-index: 999999;
	height: 3px;
	background-color: #f2d44f;
}
#nprogress .bar .peg{
	height: 2px;
}
.navbar-nav>li>a {
    text-transform: uppercase;
    font-weight: bold;
}
.navbar-inverse .navbar-nav>.active>a, 
.navbar-inverse .navbar-nav>.active>a:hover, 
.navbar-inverse .navbar-nav>.active>a:focus{
	background-color: rgba(0,0,0,0.04);
}
.navbar-inverse .navbar-nav>li>a:hover, 
.navbar-inverse .navbar-nav>li>a:focus{
	color: #f2d44f;
}
.navbar-inverse{ border-bottom: none; }
.navbar-inverse {
    background-color: #333333;
    border-color: #333333;
}
.navbar-default{
	border-color: #ddd;
	border-bottom: 1px solid #eee;
}
.navbar-default .navbar-nav>li>a{
	color: #5B555A;
}
body.test .navbar-default,
body.test .navbar-inverse{
	border-color: #eee;
}
.navbar-nav>li>.dropdown-menu{
	border-top: none;
}
.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: 300; }
a:focus{ outline: none; }
a#logo{
	display: inline-block;
	margin-right: 30px;
}
a#logo img{
	height: 50px;
	position: relative;
	top: 6px;
}
@media(max-width:767px){
	a#logo img{
		height: 44px;
	}
}
.nav>li>a {
	font-size: 15px;
}
.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; }
.btn-lg, .btn-group-lg>.btn{
	font-size: 15px;
    line-height: 1.20;
}

.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;
}
.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;
}
.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; }
.table>tbody>tr>td{
	vertical-align: middle;
}

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,
.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_filter label{
	float: none;
	display: block;
}
*/
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;
}
div.dataTables_wrapper div.dataTables_filter label{
	text-transform: uppercase;
	font-size: 12px;
}
.form-inline #table_length .form-control,
div.dataTables_wrapper .dataTables_filter label .form-control{
    margin-bottom: inherit;
}
@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;
}
#old-browsers,
#old-browsers a{
	color: #fff;
}

.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;
    border-top: none;
    border-right: none;
    border-left: none;
    padding-left: 0;
    padding-right: 0;
}
.selectize-input.focus,
.selectize-input.dropdown-active {
    border-color: #444;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}
.selectize-dropdown-content > div.option{
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 13px;
}

#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;
}

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;
}
.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;
}
.modal .modal-content .modal-header {
	border-bottom-color: #ddd;
    background-color: #ececec;
}
.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: 2px solid #eee;
	text-align: center;
}
.nav-tabs>li{
	margin-bottom: -2px;
	float: none;
	display: inline-block;
}

.nav.nav-tabs>li>a {
    padding: 10px 30px 10px 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;
}
#btn-options{
	padding-top: 30px;
	text-align: right;
}


.modal .modal-header{ border-bottom: 1px solid #eee; padding: 13px 15px; text-align: center; background-color: #fafafa; }
.modal .modal-header .close{ margin-top: 0; }
.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;
}
.form-control-feedback.fv-icon-no-label{
	visibility: collapse;
}
.has-success .form-control{
	border-color: #ddd;
}

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;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before{
	top: 50%;
	margin-top: -7px;
	background-color: #94b759;
}

@media(max-width:767px) {
	
	body#login { padding-top: 30px;}
	body.logged{ background-color: #fff; padding-top: 60px; padding-bottom: 0px; }
	#page-header-wrapper{ margin-bottom: 10px; }
	
   	body .page-header{
		text-align: left;
		font-size: 24px;
		padding-top: 20px;
	}
	
	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;
	}
	.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; }
    .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;
	}
	.nav>li>a {
	    padding-left:8px;
	    padding-right: 8px;
	}
	body .page-header{
		margin-left: 15px;
	}
}
@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; } */
	body .page-header{
		text-align: left;
	}
}
@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;
	}
}
@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;
	}
}