﻿
@media only screen and (max-width : 1023px) {
/* Styles */
#admin-sidebar .sidebar-header {
	padding: 10px;
}
#admin-sidebar .sidebar-header h3 {
	/*font-size: 100%;*/
	text-align: center
}
#admin-sidebar {
	min-width: inherit;
	max-width: 100px;
	width: 100px;
	transition: all 0.3s;
	background: rgba(0,0,0,.01);
	border-right: 1px solid rgba(0,0,0,.04);
	font-size: 13px;
	color: #515151;
}
#admin-sidebar #sidebar-navigation > ul > li {
	position: relative
}
#admin-sidebar #sidebar-navigation > ul > li a {
	display: block;
	text-align: center;
	padding: 10px;
}
#admin-sidebar .sidebar-header h3 .text, #admin-sidebar #sidebar-navigation > ul > li a .text, #admin-sidebar #sidebar-navigation > ul > li > a[aria-expanded="false"]::before, #admin-sidebar #sidebar-navigation > ul > li > a[aria-expanded="true"]::before {
	display: none
}
#admin-sidebar #sidebar-navigation > ul > li > a > i {
	position: relative;
	left: 0;
	top: 0;
	font-size: 30px;
	font-weight: normal;
	color: #0f3661;
	line-height: 100%;
}
#admin-sidebar #sidebar-navigation > ul > li > ul {
	position: absolute;
	left: 100%;
	top: 0px;
	z-index: 999;
	background: #eeeff3;
	border: 1px solid #eaebef;
	width: 150px
}
#admin-sidebar #sidebar-navigation > ul > li > ul > li > a {
	padding: 10px 10px 10px 28px;
	text-align: left
}
#admin-sidebar #sidebar-navigation > ul > li > ul > li > a:before {
	position: absolute;
	left: 7px;
	top: 9px
}

}

/* Desktops and laptops ----------- */
@media only screen and (min-width :570.1px) and  (max-width :991px) {
/* Styles */
.latest-events-listing ul.latest-news-minilisting.row li[class*="col-"]:nth-child(3),.latest-events-listing ul.latest-news-minilisting.row li[class*="col-"]:nth-child(4),
.latest-events-listing ul.latest-news-minilisting.row li:first-child:before,
.latest-events-listing ul.latest-news-minilisting li:after{
	display:none	
	
}

}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) {
/* Styles */
	div.dataTables_wrapper div.dataTables_filter input {
    max-width: 70%;
}
 #inner-banner .container h2{
	font-size:60px;
}

}

/* iPads (landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
/* Styles */
#main-navigation > .navbar .navbar-nav > li > a, #main-navigation > .navbar .navbar-nav > li > span.menu-item{
	    padding: 17px 9px;
}
}

/* iPads (portrait) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
/* Styles */

}

/**********
iPad 3
**********/
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
	

}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}

@media only screen and (max-width : 1224px) {
/* Styles */
/*#main-banner .banner-item {
	height: auto;
}
#main-banner .banner-content {
	margin: 4% 0 40px;
}
#main-banner .banner-item {
	background-position: center top;
	background-size: auto 100%;
}
*/
#main-banner .banner-item {
	height: 350px;
}
#main-banner .banner-content {
	margin: 30px 30px 0;
}
#main-banner .banner-item img.banner-img {
}
#main-banner .banner-content .banner-text {
	padding-bottom: 25px;
	font-size:25px;
}
#main-banner .banner-content h2 {
	font-size: 28px;
	margin-bottom:30px;
}
.latest-news-listing .item .thumbnail {
	height: 150px;
}
.latest-news-listing .item .thumbnail img {
	min-height:150px;
}
.latest-news-listing .owl-nav button[role="presentation"], .latest-news-listing.owl-theme .owl-nav [class*='owl-']:hover {
	top: 100%;
	transform: translateY(15%);
}
.latest-news-listing .owl-nav button.owl-prev {
	left: 0px;
}
.latest-news-listing .owl-nav button.owl-next {
	right: 0px;
}
.latest-news-listing .owl-nav button[role="presentation"] i {
	font-size: 75px;
}
#main-banner .banner-item img.banner-img {
	/*transform: translateX(-55%);*/
}
#main-navigation .navbar-light .navbar-toggler {
	color: rgba(255, 255, 255, 1);
	border-color: rgba(255, 255, 255, 1);
	margin: 10px 15px;
	min-width: inherit;
	background-color: transparent;
}
#admin-content {
	padding: 0 20px 50px;
}
.pagination .page-item .page-link {
	margin: 0 3px;
	width: 30px;
	height: 30px;
	line-height: 17px;
	font-size: 14px;
	letter-spacing: -2.0px;
}
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width : 570px) {
/* Styles */
.latest-events-listing ul.latest-news-minilisting.row li:first-child:before,
.latest-events-listing ul.latest-news-minilisting li:nth-last-child(-n+2), 
.latest-events-listing ul.latest-news-minilisting li:after, .latest-events-listing ul.latest-news-minilisting.row li:nth-child(4n+0):before{
	display: none
}
.latest-events-listing ul.latest-news-minilisting li:nth-child(2n) > .item {
	border-bottom: 0;
	padding-bottom: 0
}
#main-banner .banner-content .banner-text {
	padding-bottom: 20px;
}
#main-content-container h2 {
	font-size: 35px;
	margin-bottom: 20px;
}
#main-banner .main-banner-slider .banner-item {
	height: 390px;
}
.main-banner-slider .owl-dots {
	position: absolute;
	right: 10px;
	top: 90%;
	transform: inherit;
	margin: 0;
	width: inherit;
	text-align: right;
}
#main-banner .banner-item img.banner-img {
	/*opacity: 0.2;
	filter: alpha(opacity=20);*/
	width: auto;
    height: 320px;
    right: inherit;
        min-height: auto;
}
.section-content-text {
	max-width: inherit;
}
.latest-events-listing ul li .item .thumbnail{
	height: 100px;
}
.latest-events-listing ul li .item .thumbnail img {
  /*  width: 100%;
    height: auto;
    min-height:100px;
    transform: translateX(-22%);*/
}
.latest-events-listing ul li.most-latest-events .item {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 20px;
	margin-bottom: 20px
}
.latest-events-listing ul.latest-news-minilisting li:nth-last-child(-n+2) {
	display: block;
}
.latest-events-listing ul.latest-news-minilisting li:nth-last-child(-n+2) > .item, .latest-events-listing ul.latest-news-minilisting li:nth-child(2n) > .item {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 20px;
}
.latest-events-listing ul.latest-news-minilisting li:last-child > .item {
	border-bottom: 0;
	padding-bottom: 0
}
.footer-column > .row > div[class*="col-"] {
	margin-bottom: 25px
}
.footer-column > .row > div[class*="col-"]:last-child {
	margin-bottom: 0
}
.latest-news-listing .item.row {
	margin-right: -7px;
	margin-left: -7px;
}
.latest-news-listing .item.row > div[class*="col-"] {
	padding-right: 7px;
	padding-left: 7px;
}
#main-banner .main-banner-slider .banner-item {
	height: 320px;
}
.cont-tool-icons {
	padding-top: 15px
}
.back-to-top {
	bottom: 15px;
	right: 15px;
}
.listing-content.list-listing > ul > li .item .thumbnail {
	height: 120px;
}
.listing-content.list-listing > ul > li .item .thumbnail img {
	min-height: 120px;
}
.listing-content.list-listing > ul > li .item h4 {
	font-size: 20px;
}
#admin-sidebar {
	display: none
}
.left-navigation {
	margin-bottom: 30px
}
div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter {
	text-align: left;
	margin: 0 0 10px;
}
.top-bar .top-nav > li.dropdown > .settings-popover {
	right:-110px !important;
}
#breadcrumb-bar .breadcrumb .current {
	max-width:75px;
}
#header .head .logo {
/*	text-align: center;
	padding-bottom: 20px*/
}
#main-banner .banner-content {
	margin: 30px 30px  0;
}
#main-banner .banner-content h2 {
	font-size: 24px;
	margin-bottom:15px;
}
#main-banner .banner-item img.banner-img {
	/*transform: translateX(-65%);*/
}
#main-banner .banner-content .banner-text {
    font-size: 19px;
}
.btn-bar .btn {
    display: block;
    margin-bottom: 10px;
    width: 100%;
}
#ms-designer-ribbon{
	display:none;
}

}

@media only screen and (max-width : 767px) {
#header .top-bar {
	height: auto
}
#header .head .logo img{
	width:auto;
	height:80px;
}
.top-bar .top-nav.top-left-nav > li > a {
	padding: 0 6px;
}
.top-bar .top-nav.top-right-nav > li > a {
	padding: 0 10px 0 22px;
}

.top-bar .top-nav.top-right-nav, .top-bar ul.nav.top-nav.top-left-nav {
	float: none;
	-ms-flex-pack: center!important;
	justify-content: center!important;
}
.top-bar .top-nav > li.dropdown > .dropdown-menu.settings-popover {
}
.input-group-prepend .btn, .input-group-append .btn {
    min-width: inherit;
}
.advancesearchcontainer .advancesearchtoggle{
	padding-top:15px;
	text-align:center;
}
.inner-content h1 {
    font-size: 36px;
}
 #inner-banner .container h2{
	font-size:40px;
}
   
}

@media only screen and (min-width : 736px) and (max-width : 767px) {
/* Styles */
}
@media only screen and (min-width : 601px) and (max-width : 767px) {
/* Styles */
.latest-news-listing .item .thumbnail img {
    min-height: 150px;
}
.latest-news-listing .item .thumbnail {
    height: 150px;
}
.latest-news-listing .owl-item .item.row > div[class*="col"]{

    padding-right: 10px;
    padding-left: 10px;
	}
.latest-news-listing .owl-item .item.row{
margin-right: -10px;
    margin-left: -10px;	}

}

@media only screen and (max-width : 990px) {
/* Styles */
#main-navigation #main-menu, #main-navigation .ms-core-navigation, #main-navigation > .navbar .navbar-nav > li, #main-navigation > .navbar .ms-core-listMenu-horizontalBox {
	display: block
}
#header .top-bar{
	height:auto;
}
#header .head .logo img{
	width:auto;
	height:80px;
}
#main-navigation .navbar-light .navbar-toggler:before {
    content: 'Main Menu';
    text-align: left;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
}
#header .head .logo img{
	max-width:100%;
	max-height:inherit
}

#main-navigation .navbar-light .navbar-toggler {
	    display: block;
    width: 100%;
    margin: 0;
    text-align: right;
        border-radius:0;
        border:0px;
        padding:12px
}
#main-navigation > .navbar .navbar-nav > li > a, #main-navigation > .navbar .navbar-nav > li > span.menu-item{
	position:relative;
	    padding: 17px 35px 17px 12px;
}
#main-navigation > .navbar .navbar-nav > li .dropdown-toggle:after, #main-navigation > .navbar .navbar-nav > li.dropdown > span.menu-item:after {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    min-width: inherit;
}
.top-bar .top-nav > li {
    line-height: 30px;
}
}

@media only screen and (min-width : 768px){
/* Styles */
#bestpractice-grid .caption .form-group, #programsGrid .caption .form-group/*,.form-container.institutes-profiles .form-group*/ {
	margin-bottom: 0
}
}
