@charset 'UTF-8';
@import url('//fonts.googleapis.com/css?family=Lato:400,300,300italic,600,700|Lato+Condensed:300,700');

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

body,
input,
textarea,
select {
	line-height: 1.65em;
	font-size: 13pt;
}

body {
	background: #191919;
	font-family: 'Lato', sans-serif;
	font-size: 11pt;
	font-weight: 300;
	color: #bbbbbb;
	margin-top: 0;
}

body,
input,
textarea,
select {}

h1,
h2,
h3,
h4,
h5,
h6 {
	text-transform: uppercase;
	font-family: 'Lato Condensed', sans-serif;
	font-weight: 700;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
	text-decoration: none;
}

strong,
b {
	font-weight: bold;
}

em,
i
}

p,
ul,
ol,
dl,
table {
	margin-bottom: 1em;
}

p {
	line-height: 2.25em;
}

br.clear {
	clear: both;
}

a {
	color: #bbbbbb;
}

a:hover {
	text-decoration: none;
}

#content {}

#content header {
	margin-bottom: 2.5em !important;
}

#content header h2 {
	font-size: 1.7em;
}

#content h3 {
	padding: 1em 0em 1em 0em;
	letter-spacing: 0.15em;
	font-size: 1.1em;
	font-weight: 600;
	color: #FFF;
}

/* Buttons */

.button {
	display: inline-block;
	background: #b84752;
	border-radius: 5px;
	line-height: 3.2em;
	padding: 0 2em;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	letter-spacing: 0.2em;
	text-decoration: none;
	text-transform: uppercase;
	outline: 0;
	white-space: nowrap;
	font-family: 'Lato Condensed', sans-serif;
	font-weight: 700;
	font-size: 0.90em !important;
	color: #fff !important;
}

.button:hover {
	background: #c1525d;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.button:active {
	background: #ae424d;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.button-alt {
	background: #2e2e2e;
}

.button-alt:hover {
	background: #393939;
}

.button-alt:active {
	background: #2b2b2b;
}

.button-big {
	line-height: 3.5em;
	padding: 0 3em;
	font-size: 1.1em !important;
}

/* Header */

#header {
	padding: 5em 0em;
}

header {
	margin-bottom: 1.5em;
}

header h2 {
	letter-spacing: 0.10em;
	text-transform: uppercase;
	font-size: 1.2em;
	color: #FFF;
}

/*********************************************************************************/
/* Wrappers                                                                      */
/*********************************************************************************/

#main-wrapper {
	padding: 8em 0em 6em 0em;
}

.homepage #main-wrapper {
	padding: 5em 0em;
}

#footer-wrapper {
	padding: 5em 0em;
}

#header-wrapper {
	position: relative;
	background: #1c1c1c;
	border-bottom: 1px solid #232323;
	z-index: 4;
}

#banner-wrapper {
	position: relative;
	background: #333;
}

#features-wrapper {
	position: relative;
	background: #fff;
}

#main-wrapper {
	position: relative;
	overflow: hidden;
	background: #1c1c1c;
	margin-top: 0;
}

.homepage #main-wrapper {
	background: #1c1c1c;
}

#footer-wrapper {
	position: relative;
}

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/
#logo {
	width: 17em;
	margin-left: -8.75em;
	height: 10em;
}

#logo:after {
	bottom: -3.45em;
	border-top-width: 3.5em;
	border-left-width: 8.5em;
	border-right-width: 8.5em;
}

#logo a {
	width: 17em;
	height: 11em;
}

#logo a>span {
	font-size: 2.2em;
	padding: 0.5em 0em;
}

#logo {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 50%;
	background: #b84752;
	background: #fff;
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 0;
	max-height: 160px;
}

#logo:after {
	content: '';
	position: absolute;
	left: 0;
	border-top: solid 1px #b84752;
	border-top: solid 1px #fff;
	border-left: solid 1px rgba(64, 64, 64, 0);
	border-right: solid 1px rgba(64, 64, 64, 0);
	bottom: -3.45em;
	border-top-width: 3.5em;
	border-left-width: 8.5em;
	border-right-width: 8.5em;
}

#logo a>span {
	display: inline-block;
	border-top: solid 2px;
	border-bottom: solid 2px;
	border-color: rgba(255, 255, 255, 0.2);
	letter-spacing: 0.15em;
	line-height: 1.2em;
	text-align: center;
}

#logo a>span b:last-child {
	display: block;
}

#logo img {
	width: auto;
	max-height: 160px;
}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

#footer {
	text-align: center;
}

#footer h2 {
	font-size: 1.6em;
}

#footer p {
	padding: 0 7em;
}

#footer {
	text-align: center;
}

#footer h2 {
	font-weight: 700;
}

#footer p {
	letter-spacing: 0.10em;
}

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

#copyright {
	padding: 4em 0em;
	overflow: hidden;
	text-align: center;
	color: #61666c;
}

/*********************************************************************************/
/* Slider                                                                        */
/*********************************************************************************/

#slider {
	height: 600px;
}

#slider .caption {
	padding: 3.5em 0 3.5em 0;
}

#slider .caption h2 {
	letter-spacing: 0.15em;
	font-size: 1.6em;
	margin: 0 0 0.85em 0;
	line-height: 1.25em;
}

#slider .caption p {
	letter-spacing: 0.25em;
	font-size: 1em;
	line-height: 1.5em;
}

#slider {
	position: relative;
	margin: 0 auto;
	width: 100%;
	cursor: default;
}

#slider .slide {
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-position: left center;
	background-image: url('/img/slider/slide.jpg');
	background-size: cover;
	display: block;
}

#slider .caption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(32, 32, 32, 0.75);
	z-index: 3;
	text-align: center;
}

#slider .caption h2 {
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
}

#slider .caption p {
	opacity: 0.5;
	font-weight: 700;
	color: #ffffff;
	font-family: 'Lato Condensed', sans-serif;
	text-transform: uppercase;
	margin: 0;
}

#slider .caption p strong {
	color: white;
}

/*********************************************************************************/
/* Intro                                                                         */
/*********************************************************************************/

#intro {}

#intro header h2 {
	font-size: 1.4em;
}

#intro .button {
	margin: 0 1em;
}

#intro .number {
	margin-bottom: 1em;
	font-size: 2em;
}

#intro .actions {
	margin-top: 1em;
}

#intro section {
	position: relative;
}

#intro section:before {
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	background: #333;
	position: absolute;
	top: 0;
	left: 25px;
}

#intro section:first-child:before {
	display: none;
}

#intro {
	overflow: hidden;
	text-align: center;
}

#intro header h2 {
	font-weight: 700;
}

#intro .number {
	display: inline-block;
	background: #2e2e2e;
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 40px;
	letter-spacing: 0.10em;
	font-family: 'Lato Condensed', sans-serif;
	text-align: center;
	font-weight: 700;
	color: #FFF;
}

#intro section:last-child {
	border-right: none;
}