@charset"utf-8";
* {
	padding: 0px;
	margin: 0px;
	border: 0px;
	outline: none;
}
html {
	height: 100%;
	box-sizing: border-box;
}
body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif, Tahoma, Verdana;
	font-size: 16px;
	color: #1A1A1A;
	line-height: 16px;
}
img, div, p, input {
	padding: 0px;
	margin: 0px;
	border: 0px;
	display: block;
	min-height: 1px;
}
span {
	white-space: nowrap;
}
img a {
	text-decoration: none;
}
a {
	text-decoration: none;
	color: #1A1A1A;
}
.linkcursor {
	cursor: pointer;
}
.div100 {
	width: 100%;
	height: auto;
}
.header-logo {
	width: 100%;
	height: auto;
}
.header-logo img {
	margin-left: auto;
	margin-right: auto;
}
.img100 {
	width: 100%;
	height: auto;
}
.image-center {
	margin-left: auto;
	margin-right: auto;
}

/*XL Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}

/*LG Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
}

/*MD Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
}

/*SM Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
}

/*XS Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
	.header-logo img {
		width: 60%;
	}
}
