*:focus {
	outline: none!important;
}

body {
	font-family: 'Poppins', sans-serif;
	color: #000;
}

.no-margin {
	margin: 0;
}

.no-padding {
	padding: 0;
}

h1 {
	font-weight: bold;
	color: #000;
    font-size: 2.1rem;
}

a {
	transition: all 0.3s;
	color: #f9242e;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.red {
	color: #f9242e;
}

.bg-light-blue {
	background-color: #f3f6ff;
}

.btn-primary {
	color: #fff;
	background-color: #f9242e;
	border-color: #f9242e;
}

.bg-gray {
	background-color: #eeeeee;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eaeaea+0,ababab+100 */
background: rgb(234,234,234); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(234,234,234,1) 0%, rgba(171,171,171,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(234,234,234,1) 0%,rgba(171,171,171,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(234,234,234,1) 0%,rgba(171,171,171,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#ababab',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.bg-white {
	background-color: #fff;
}

.btn-primary {
	border-radius: 0;
	text-decoration: none;
	text-transform: uppercase;
}

.btn-primary:hover,
.btn-primary:focus {
	background-color: #000;
	border-color: #000
}