@media (min-width: 813px){}
/* --------------------- */
@media (max-width: 1920px){}
@media (max-width: 1600px){
	body{
		font-size: 12px;
	}
	.h3, h3 {
		font-size: 18px;
	}
	.h4, h4{
		font-size: 16px;
	}
	.main-header .logo{
		font-size: 14px;
	}
		.main-header .navbar{
			margin-left: 230px;
		}
	.main-sidebar {
		width: 230px;
	}
	.content-header > h1{
		font-size: 20px;
	}
	.content-wrapper,
	.main-footer {
		margin-left: 230px;
	}
	.treeview-menu > li > a{
		font-size: 12px;
	}
	.dropdown-menu{
		font-size: 12px;
	}
	.form-control{
		height: 31px;
		font-size: 12px;
	}
	.input-group-addon{
		font-size: 12px;
	}
	.btn{
		font-size: 12px;
	}
	.box-header>.fa,
	.box-header>.glyphicon,
	.box-header>.ion,
	.box-header .box-title{
		font-size: 16px;
	}
}
@media (max-width: 1440px){}
@media (max-width: 1366px){}
@media (max-width: 1280px){}
@media (max-width: 1152px){}
@media (max-width: 1080px){}
@media (max-width: 900px){}
@media (max-width: 834px){
	.main-header .navbar {
		margin: 0;
	}
	.main-header .logo{
		display: none;
	}
	.main-sidebar{
		padding-top: 50px;
	}
	.content-wrapper,
	.main-footer {
		margin-left: 0;
	}
	.fixed .content-wrapper,
	.fixed .right-side {
		padding-top: 50px;
	}
	.navbar-custom-menu>.navbar-nav>li>.dropdown-menu{
		right: 0;
	}
	.skin-libpy-dark-smooth .main-header .navbar .dropdown-menu li a {
		padding: 3px 20px;
		border-left: none;
		background: transparent;
		color: #777;
	}
}
@media (max-width: 768px){}
@media (max-width: 640px){}
@media (max-width: 414px){
	.main-footer{
		text-align: center;
	}
		.main-footer .pull-left,
		.main-footer .pull-right{
			float: none !important;
			line-height: 26px;
		}
}
@media (max-width: 375px){}
@media (max-width: 320px){}
/* --------------------- */
@media (orientation: landscape){}
/* --------------------- */
@media screen and (max-device-width: 767px) and (orientation: landscape){}
/* --------------------- */
@media screen and (max-device-width: 767px) and (orientation: portrait){}
/* iPad in portrait & landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape){}
/* iPad in landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait){}
/* Retina iPad in portrait & landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 2){}
/* Retina iPad in landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 2){}
/* iPad 1 & 2 Media Queries */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2){}
/* iPad 1 & 2 in portrait & landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 1){}
/* iPad 1 & 2 in landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 1){}
/* iPad 1 & 2 in portrait */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 1){}
