.modal-header { min-height:56px; }
.gm-btn{
	font-size:2.5em;
}
.gm-txt-align{
	text-align:center;
}

.gm-pos{
	max-width:550px;
	/*max-height:100px;*/
}
@media screen and (max-width: 560px) {
	.gm-pos{
		max-width:300px;
		/*max-height:100px;*/
	}
}
@media screen and (max-width: 340px) {
	.gm-pos{
		max-width:250px;
		/*max-height:100px;*/
	}
}
.gm-pop-logo-fix{
	position: relative;
	/*left: 10px;*/
}
/*.gm-m-bar{
	top:60px;
}*/
.mg-f-a{
	font-size:17px;
}
.mg-show-a{
	font-size:17px;
}
.mg-event-title{
	font-size:15px;
}
.mg-smth-clr{
	color:black;
}
.mg-display-img{
	max-height: 42px;
	max-width: 100px;
}
@media screen and (max-width: 560px) {
	.mg-display-img{
		max-width: 75px;
	}
}
@media screen and (max-width: 400px) {
	.mg-display-img{
		max-width: 50px;
	}
}
.mg-slider-name{
	color:#575c60;
	font-weight: bold;
}
.mg-cointainer{
	width: 100%;
	height: 100%; 
	position:relative;
}
.mg-container-banner{
	max-width:100%;
	margin-bottom:10px;
}
.mg-btn-mg{
	margin-top: 4px !important;
}
.mg-btn-mg > button {
	font-size: 12px;
	overflow: hidden;
}
.mg-confer-clr{
	color:#777777;
}
.mg-confer-clr-2{
	color:#6DC2DA;
}
.badge-icons {
	position: absolute;
	top: 1px;
	left: 60%;

	display: inline-flex;
	align-items: center;
	justify-content: center;

	/* Size & Shape */
	min-width: 24px;
	height: 24px;
	padding: 0 5px;
	border-radius: 12px;

	/* Color */
	background-color: red;
	color: #ffffff;

	/* Typography */
	font-size: 13px;
	font-weight: 700;
	font-family: sans-serif;
	line-height: 1;
	white-space: nowrap;
}

.conf-vertical-align{
	top: 5px;
    position: relative;
}