* {
	outline: none;
}
button,
button:focus,
a {
	outline: 0;
	cursor: pointer;
}
img {
	max-width: 100%;
}
._clear {
	clear: both;
}
._center {
	text-align: center;
}
._left {
	text-align: left;
}
._right {
	text-align: right;
}
._uppercase {
	text-transform: uppercase;
}
._bottom-0 {
	margin-bottom: 0;
}
._font-11 {
	font-size: 11px;
}
._italic {
	font-style: italic;
	font-size: 16px;
}
._line {
	background: #b983af;
	height: 4px;
	width: 118px;
	border-radius: 3px;
}
._margin-bottom-0 {
	margin-bottom: 0;
}
._margin-top-0 {
	margin-top: 0;
}
._space-padding {
	margin: 50px 0;
}
a:hover {
	text-decoration: none;
	color: #8c447d;
}
._pt-40 {
	padding-top: 40px;
}
._pt-100 {
	padding-top: 100px;
}
._pt-50 {
	padding-top: 50px;
}
._pt-25 {
	padding-top: 25px;
}
._pb-25 {
	padding-bottom: 25px;
}
._pb-50 {
	padding-bottom: 50px;
}
._pb-100 {
	padding-bottom: 100px;
}
._pb-150 {
	padding-bottom: 150px;
}
._pt-150 {
	padding-top: 150px;
}
._pb-200 {
	padding-bottom: 200px;
}

@media (max-width: 767px) {
	._pt-100 {
		padding-top: 50px;
	}
	._pb-50 {
		padding-bottom: 25px;
	}
}
