/* Empty. Add your own CSS if you like */
.bar-header {
	top: 0;
	border-top-width: 0;
	border-bottom-width: 0;
}
.bar {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: absolute;
	right: 0;
	left: 0;
	z-index: 9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px;
	width: 100%;
	height: 44px;
	border-width: 0;
	border-top: none;
	border-bottom: none;
	background-color: white;
	/* border-width: 1px will actually create 2 device pixels on retina; */
	background-size: 0;
}
.block-center {
	width: 100%;
	text-align: center;
	vertical-align: middle;
	display: table;
}
.block-center .icon {
	height: 64px;
}
.block-center  h3 {
	margin: 0;
	padding: 0;
	color: #fff;
	font-weight: 400;
}
.item-avatar, .item-avatar .item-content, .item-avatar-left, .item-avatar-left .item-content {
	padding-left: 0;
	min-height: 0;
	text-align: center;
}
.cont {
	margin-top: 50px;
	padding: 20px;
}
.scroll {
    height: 100%;
}
 
#map {
    width: 100%;
    height: 100%;
}
.ch {
	top: 100px;
	background: #404040;
	margin-bottom: 0;
	width: 70%;
	padding: 10px;
	opacity: 0.9;
	position:fixed;
}
.ch h3 {
color:#fff;
}
.item-md-label input {
	background-color: rgba(0,0,0,.6);
	bottom: 0;
	color: #fff;
	letter-spacing: .25rem;
	padding: 0 10px;
	position: relative;
	z-index: 1;
}
.item-md-label .input-label {
	position: absolute;
	padding: 5px 0 0;
	z-index: 2;
	-webkit-transform: translate3d(0,-30px,0) scale(1);
	transform: translate3d(0,-30px,0) scale(1);
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	color: #fff;
	opacity: .5;
	transform-origin: 0;
}
.item-md-label .hightlight-calm {
	background: transparent;
}
.g-recaptcha {
	margin-bottom: 15px;
}
#loader{
	display: none;
}
.image-captcha {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.image-captcha img {
	max-width: 100%;
	max-height: 100%;
}
.captcha-input {
	margin-top: 10px;
}
#captcha_input {
	width: 318px; 
	height: 30px; 
	margin-left:20px
}