/*----------------------------------------------------------------------------*/
/*                              RESET & DEFAULTS                              */
/*----------------------------------------------------------------------------*/





a {
	text-decoration: underline;
	color: #00c;
}
a:hover {
	text-decoration: none;
}


.bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.page {
	position: relative;
	z-index: 1;
	margin: 0 auto;
	padding: 54px 20px;
}
.separator {
	margin-top: 180px;
}
.wizard {
	padding: 0 50px;
}
.wizard:after {
	content: '';
	display: table;
	clear: both;
}
.wizard label {
	display: block;
	float: left;
	width: 11%;
	overflow: hidden;
	margin-right: 1%;
	text-align: right;
	line-height: 34px;
	white-space: nowrap;
}
.wizard input,
.wizard select {
	display: block;
	float: left;
	width: 13%;
	height: 34px;
	margin-bottom: 18px;
	padding: 7px 8px 7px 8px;
	border: 1px solid #999;
	border-radius: 3px;
	background: #fff;
	font-size: 13px;
	line-height: 18px;	
	color: #404040;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.wizard select[name="font-family"] {
	width: 38%;
}
.wizard .color {
	position: relative;
	float: left;
	width: 34px;
	height: 34px;
	margin-left: -34px;
}
.wizard .color div {
	position: absolute;
	bottom: 100%;
	right: 0;
	width: 34px;
	height: 0;
	overflow: hidden;
	border-radius: 3px;
	background: rgba(255,255,255,0.8);
}
.wizard .color span {
	display: block;
	float: left;
	width: 10px;
	height: 10px;
	margin: 3px;
	border-radius: 3px;
	cursor: pointer;
}
.wizard .color .active {
	position: absolute;
	right: 0;
	bottom: 0;
	cursor: default;
}
.wizard .color:hover div {
	z-index: 1;
	width: 204px;
	height: auto;
}

@media screen and (max-width: 767px) {
	h1 {
		font-size: 26px;
		line-height: 36px;
	}	
	h2 {
		margin-right: 0;
		margin-left: 0;
		font-size: 22px;
	}
	p {
		margin-right: 0;
		margin-left: 0;
	}
}