* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none
}

a {
	outline: 0;
	text-decoration: none
}

strong {
	font-weight: 400
}

.strong {
	font-weight: 700
}

::-moz-selection {
	background: #1eacdf;
	color: #fff
}

::selection {
	background: #1eacdf;
	color: #fff
}

img {
	border: 0
}

::-moz-selection {
	background: #1eacdf;
	color: #fff
}

::-webkit-selection {
	background: #1eacdf;
	color: #fff
}

.autoWidth {
	margin: 0 auto;
	min-width: 1200px;
	max-width: 1200px
}

.auto {
	margin: 0 auto;
	min-width: 1200px;
	max-width: 1200px
}

.clearfix:after,.clearfix:before {
	display: table;
	line-height: 0;
	content: ''
}

.clearfix:after {
	clear: both
}
