/*
Blue: #171832;
Red: #e42629;
*/

body  {
	padding: 0;
	margin:0;
	color: #171832;
	text-align: center;
	font-size: 11px;
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
}

.img-fluid {
	max-width: 100%;
	height: auto;
}

/* Fonts */

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

.large {
	font-family: industry, sans-serif;
	font-style: normal;
	font-weight: 900;
	text-transform: uppercase;
}

.container {
	max-width: 920px;
	margin: 0 auto;
	padding: 0 20px;
}

.header {
	background-color: #171832;
	padding: 32px 0;
}

.header h1 {
	color: #fff;
	font-size: 26px;
	line-height: 32px;
}

.header-logo {
	margin-bottom: 16px;
	max-width: 280px;
}

@media screen and (min-width: 768px) {
	.header-logo {
		max-width: 320px;
	}
}

/* Slider */

.bx-wrapper {
	border: none;
	box-shadow: none;
	margin: 0;
}

.bx-wrapper img {
	max-width: none;
	width: 100%;
	height: auto;
}

@media screen and (max-width: 768px) {
	.slider {
    	margin-left: 25%;
    	margin-right: 25%;
	}
}

.bx-wrapper .bx-controls-direction a {
	width: 39px;
	height: 65px;
	margin-top: -32px;
	display: block !important;
	z-index: 9999999;
	}

.bx-wrapper .bx-prev,
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
	left: 0;
	background: url('../img/prev.png') 0 0 no-repeat;
}

.bx-wrapper .bx-next,
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
	right: 0;
	background: url('../img/next.png') 0 0 no-repeat;
}

/* Content */

.content p {
	margin: 36px auto;	
	font-size: 16px;
	line-height: 28px;
}

.content p.lead {
	font-size: 20px;
	line-height: 29px;
	margin: 42px auto 36px;
}

@media screen and (min-width: 768px) {

	.content p.lead {
		font-size: 27px;
		line-height: 39px;
	}
	
}
	
.content p.cta  {
	margin: 50px auto 60px;
}

.btn {
	background-color: #e42629;
	border-radius: 10px;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	width: 85%;
	max-width: 387px;
	line-height: 65px;
	font-size: 24px;
}
	
/* Footer */

.footer {
	background-color: #171932;
	padding: 40px 0 36px;
	color: #fff;
}

.footer-content {
	margin: 12px auto;
}

.footer-logo {
	max-width: 68px;	
}

.footer .large {
	font-size: 18px;
	line-height: 28px;
}

.footer a {
	color: #fff;
	text-decoration: none;
}

.footer .copyright,
.footer .copyright a {
	color: #e42629	
}