ul.lstdomain {
	list-style-type: circle;
	list-style: circle;
	margin-left: 20px;
}

ul.lstdomain li {
	display: list-item !important;
	margin: 8px 16px;
	list-style: circle !important;
	font-family: os;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	color: inherit;
}

.promoText {
	margin: 0 0 0 8px !important;
}

.promoText span {
	margin: 16px 0 4px 0 !important;
}

.promoDomain {
	height: 80px;
	width: auto;
	padding: 0 8px;
	display: inline-block;
	float: left;
	background-color: #fff;
	margin: 0 0 0 8px;
	text-align: center;
	position: relative;
	border: 1px solid #e1e1e1
}

.promoDomain span.highlight {
	font-size: 20px;
	font-weight: 700;
	font-family: os;
	margin: 12px 0 4px 0;
	line-height: 20px;
	text-align: center;
	display: block;
	color: #323232;
}

.promoDomain span.before {
	font-size: 12px;
	line-height: 12px;
	color: #727272;
	display: inline-block;
	margin: 0 auto;
	position: relative;
	top: -4px
}

.promoDomain span.before:after {
	content: '';
	position: absolute;
	width: 100%;
	border-top: 2px solid #646464;
	display: block;
	top: 4px;
	-ms-transform: rotate(352deg);
	-webkit-transform: rotate(352deg);
	transform: rotate(352deg);
}

.promoDomain span.current {
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	color: #323232;
	display: block;
	text-align: center;
	position: relative;
	top: -4px;
}

section.banner header form input {
	font-size: 20px;
	font-family: os;
	font-weight: 500;
	line-height: 80px;
	height: 80px;
	margin: 32px 0 32px 0;
	padding: 0 4px 0 24px;
	text-align: left;
	display: inline-block;
	background-color: #fff;
	border-right: 0;
	border-top: 1px solid #3399FF;
	border-bottom: 1px solid #3399FF;
	border-left: 1px solid #3399FF;
	float: left;
	width: calc(100% - 320px);
	max-width: 560px;
	outline: 0;
	color: #373737;
}

section.banner header form label[for="dom"] {
	display: none;
}