@media (min-width: 1200px) {
	.container {
		width: 1520px;
		max-width: 100%;
	}
}

@media (min-width: 992px) {	
	.modal-lg{
		width: 100%;
		max-width: 1280px;
	}
	.btn-ubos:hover > img{
		-webkit-filter: brightness(0) invert(1);
		filter: brightness(0) invert(1);
	}	
	.section-red .btn-ubos:hover .btn-ubos-counter{
		background: #fff;
		color: #f25c40;
	}

	.section-green .btn-ubos:hover .btn-ubos-counter{
		background: #fff;
		color: #8bc34a;
	}

	.section-blue .btn-ubos:hover .btn-ubos-counter{
		background: #fff;
		color: #0091ea;
	}

	.section-yellow .btn-ubos:hover .btn-ubos-counter{
		background: #fff;
		color: #ffab00;
	}	
}

@media (max-width: 1300px) {
	.dash-company.big{
		width: 200px;
		height: 200px;
	}
}

@media (max-width: 1100px) {
	.dash-company.big{
		width: 150px;
		height: 150px;
	}	
}

@media (max-width: 991px) {
	.dash-company.big{
		width: 200px;
		height: 200px;
	}	
	.cat-sort-box li{
		padding: 0.25rem;
	}	
	.main-box{
		width: 100%;
		margin-left: 0;
	}		
	.table thead th{
		font-size: 12px;
	}
	.breadcrumb, .breadcrumb a{
		font-size: 12px;
	}	
	.max-w-240{
		width: 180px;
	}
	.owl-item .btn-ubos:hover, .owl-item .btn-ubos:active, .owl-item .btn-ubos:focus{
		background: transparent;
	}
	
	.owl-item .btn-ubos > p, .owl-item .btn-ubos:hover > p, .owl-item .btn-ubos:active > p, .owl-item .btn-ubos:focus > p{
		width: 180px;
		color: #000;
	}	
	
	.default_clear{
		height: 20px;
	}
	main{
		width: 100%;
		padding: 0;
		position: relative;
		height: auto;
		left: auto;
		margin: 0;
	}
	.logo{
		height: auto;
		max-width: 140px;
	}
	.guest-header{
		position: relative;
		background: #f25c40;
	}	
}


@media (min-width: 768px){
	.container {
		max-width: 100% !important;
	}
}

@media (max-width: 768px) {
	.dash-sidebar-btn{
		width: 44px;
		height: 44px;
		line-height: 44px;
		font-size: 20px;
	}	
}

@media (min-width: 576px){
	.container {
		max-width: 100%;
	}		
}

@media (max-width: 414px) {
	.mobile-full-width{
		width: 100%;
	}	
	.logo{
		height: auto;
		max-width: 100%;
	}			
	.container-fluid, .container{
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media (max-width: 320px) {
	.owl-item .btn-ubos > p, .owl-item .btn-ubos:hover > p, .owl-item .btn-ubos:focus > p, .owl-item .btn-ubos:active > p{
		font-size: 13px;
	}
	.sidebar-menu-pic-link span{
		font-size: 13px;
	}
}

@media print {
	.barcode-print .top-navigation, .form-group-disable-print, header{
		display: none;
	}
	.form-group{
		border: none !important;
		padding: 0;
	}
	#myFooter, #myHeader{
		display: none;
	}	
	.main-box{
		width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
	}
}