@media (max-width: 767px) {
	.jmg-calendar-body a.img-preview{
		line-height: 0;
	}
	.jmg-calendar-body .row-fluid{
		display:inline;
	}
	.jmg-door-1{
		width: 100%;
		display: block;
	}
	.jmg-door-2{
		width: 50%;
		display: block;
		float: left;
	}
	.jmg-door-3{
		width: 33.3%;
		display: block;
		float: left;
	}
	.jmg-door-4{
		width: 50%;
		display: block;
		float: left;
	}
	.jmg-door-5{
		width: 33.3%;
		display: block;
		float: left;
	}
	.jmg-door-6{
		width: 33.3%;
		display: block;
		float: left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.jmg-calendar-body a.img-preview{
		line-height: 0;
	}
	.jmg-calendar-body .row-fluid{
		height: auto;
		display:flex;
	}
	.jmg-door-1{
		width: 100%;
		display: block;
		float: left;
	}
	.jmg-door-2{
		width: 50%;
		display: block;
		float: left;
	}
	.jmg-door-3{
		width: 33.333%;
		display: block;
		float: left;
	}
	.jmg-door-4{
		width: 25%;
		display: block;
		float: left;
	}
	.jmg-door-5{
		width: 20%;
		display: block;
		float: left;
	}
	.jmg-door-6{
		width: 16.666%;
		display: block;
		float: left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.jmg-calendar-body a.img-preview{
		line-height: 0;
	}
	.jmg-calendar-body .row-fluid{
		height: auto;
		display:flex;
	}
	.jmg-door-1{
		width: 100%;
		display: block;
		float: left;
	}
	.jmg-door-2{
		width: 50%;
		display: block;
		float: left;
	}
	.jmg-door-3{
		width: 33.333%;
		display: block;
		float: left;
	}
	.jmg-door-4{
		width: 25%;
		display: block;
		float: left;
	}
	.jmg-door-5{
		width: 20%;
		display: block;
		float: left;
	}
	.jmg-door-6{
		width: 16.666%;
		display: block;
		float: left;
	}
}
@media (min-width: 1200px) {
	.jmg-calendar-body a.img-preview{
		line-height: 0;
	}
	.jmg-calendar-body .row-fluid{
		height: auto;
		display:flex;
	}
	.jmg-door-1{
		width: 100%;
		display: block;
		float: left;
	}
	.jmg-door-2{
		width: 50%;
		display: block;
		float: left;
	}
	.jmg-door-3{
		width: 33.333%;
		display: block;
		float: left;
	}
	.jmg-door-4{
		width: 25%;
		display: block;
		float: left;
	}
	.jmg-door-5{
		width: 20%;
		display: block;
		float: left;
	}
	.jmg-door-6{
		width: 16.666%;
		display: block;
		float: left;
	}
}
.jmg-calendar-body{
	display: block;
}
.jmg-calendar-body .row-debug{
	border-bottom: 1px solid #dddddd;
}
.jmg-hidden{
	display: none;
}
.jmg-door img{
	max-width: 100%;
}
.jmg-copyright{
	text-align: center;
	display: block;
	clear: both;
}
.jmg-copyright a{
	font-size: 0.7em;
	color: #aaaaaa;
}
.jmg-debug-1{
	width: 16%;
	display: block;
	box-sizing: border-box;
	padding: 5px;
	float: left;
}
.jmg-debug-2{
	width: 84%;
	display: block;
	box-sizing: border-box;
	float: left;
	padding: 5px;
	line-height: normal;
}
.jmg-debug-2 span{
	width: 140px;
	display: inline-block;
}
.controls h3{
	margin: 0 5px!important;
}