
@media only screen and (min-width:200px) and (max-width:767px) {
	.desktop-none{
		display: block;
	}
	.content-wrapper > .content {
		padding: 0 .5rem 30px 0;
	}
	.content-header h1 {
		font-size: 1.5rem;
	}


	}
	@media only screen and (min-width:200px) and (max-width:575px) {
		.desktop-none{
			display: block;
		}
	}
	@media only screen and (min-width:575px) and (max-width:767px) {
		.desktop-none{
			display: none;
		}
	}

/*@media only screen and (max-width: 678px) {
}*/

@media only screen and (min-width:320px) and (max-width:479px) {

	.event-red, .event-green, .event-yellow {
	position: absolute;
	width: 14%;
	top: 0;
	opacity: .7;
	padding: 21px 0;
}

.fc-title {
	margin-left: 5px;
	font-size: 11px;
}
.fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number {
	font-size: 23px;
	margin: 0 1px 0 0;
}


}


@media only screen and (min-width:480px) and (max-width:767px) {
	.event-red, .event-green, .event-yellow {
	position: absolute;
	width: 14%;
	top: 0;
	opacity: .7;
	padding: 21px 0;
}

.fc-title {
	margin-left: 5px;
	font-size: 11px;
}
.fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number {
	font-size: 23px;
	margin: 0 1px 0 0;
}

}

@media screen and (min-device-width: 480px) and (max-device-width: 767px) and (orientation : landscape){
	.event-red, .event-green, .event-yellow {
  
    padding: 31px 0;
}

}


@media only screen and (min-width:768px) and (max-width:991px) {

.event-red, .event-green, .event-yellow {
    position: absolute;
    width: 14%;
    top: 0;
    opacity: .7;
    padding: 31px 0;
}
.fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number {
	font-size: 23px;
	margin: 0 1px 0 0;
	font-weight: 600;
}
.navbar-expand .navbar-nav .nav-link {
	font-size: 14px;
}


}


@media screen and (min-device-width: 768px) and (max-device-width: 991px) and (orientation : landscape){
.event-red, .event-green, .event-yellow {
   
    padding: 44px 0;
}

.fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number {
	font-size: 38px;
	margin: 0 1px 0 0;
	font-weight: 300;
}


}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation : landscape){
	.event-red, .event-green, .event-yellow {
	   
		padding: 47px 0;
	}
}

/********************@media only screen and (min-width:1024px) and (max-width:1200px)********************/


@media (min-width:992px) and (max-width:1199px) {


.event-red, .event-green, .event-yellow {
    position: absolute;
    width: 14%;
    top: 0;
    opacity: .7;
    padding: 45px 0;
}
.fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number {
	font-size: 35px;
	margin: 0 1px 0 0;
}


}
@media screen and (min-device-width: 992px) and (max-device-width: 1199px) and (orientation : landscape){
.event-red, .event-green, .event-yellow {
   
    padding: 57px 0;
}

.fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number {
	font-size: 48px;
	margin: 0 1px 0 0;
	font-weight: 300;
}
}
	
/********************@media only screen and (min-width:1201px)********************/

	

/********************@media only screen and (min-width:1201px)********************/
