@-ms-viewport {
	width: device-width;
}

@-o-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

body {
	font-family: "Maven Pro", -apple-system, BlinkMacSystemFont, "Segoe UI",
		Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
		"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
		"Noto Color Emoji";
	font-weight: 400;
	line-height: normal;
	color: #262626;
	/*background-color: #f6f6f6;*/
}

@media ( min-width : 1366px) {
	.main-header-logo {
		width: 150px;
		height: 59px;
	}
}

@media ( min-width : 1024px) {
	.main-header-logo {
		width: 126px;
	}
}

.main-header-logo {
	cursor: pointer;
	color: #737373;
	font-weight: 500;
	text-decoration: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	box-sizing: content-box;
	transition: width .5s ease, opacity .3s ease-in-out;
	/*transition: width .25s ease;*/
	/*border-radius: 4px;*/
	border-radius: 0 0 14px 14px;
	/*width: 95px;*/
	margin-left: 0;
	/*height: 59px;*/
	/*background: #ff7929;*/
	/*margin-top: -9px;*/
	padding: 0 20px;
	/*padding-top: 9px;*/
}

.h-divider {
	margin-top: 5px;
	margin-bottom: 5px;
	height: 5px;
	width: 100%;
	/*border-top:1px solid gray;*/
}