/*
 * @package	BM.Admin
 * @copyright	Copyright (c) Bienvenue-Multimedia (http://www.bienvenue-multimedia.ca)
 */

@font-face{
	font-family: "GeogrotesqueMedium";
	src: url('../fonts/geogtq-md-webfont.eot');
	src: url('../fonts/geogtq-md-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/geogtq-md-webfont.woff') format('woff'),
		url('../fonts/geogtq-md-webfont.ttf') format('truetype'),
		url('../fonts/geogtq-md-webfont.svg#GeogrotesqueMedium') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: "GeogrotesqueSemiBold";
	src: url('../fonts/geogtq-sb-webfont.eot');
	src: url('../fonts/geogtq-sb-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/geogtq-sb-webfont.woff') format('woff'),
		url('../fonts/geogtq-sb-webfont.ttf') format('truetype'),
		url('../fonts/geogtq-sb-webfont.svg#GeogrotesqueSemiBold') format('svg');
	font-weight: normal;
	font-style: normal;
}

html{
	position: relative;
	min-height: 100%;
}
body{
	margin-bottom: 40px;
	background: #111c24 url('../images/bckg-body.jpg') no-repeat center center;
	background-size: cover;
}

a{ color: #000000; }
a:hover, a:focus{ color: #000000; }

/* _______________________________________________________________________
 * Header */
.navbar{ background: none; }
@media (min-width: 768px){
	.navbar-default .navbar-brand{
		height: 158px;
		padding: 40px 15px;
	}
}
@media (max-width: 767px){
	.navbar-brand{
		height: 52px;
		padding: 5px;
	}
	.navbar-brand img{ height: 42px; }
}

/* _______________________________________________________________________
 * Main */
article{
	padding-top: 5%;
	color: #ffffff;
}
h1{
	margin-bottom: 30px;
	text-transform: uppercase;
	font: 38px "GeogrotesqueSemiBold", Helvetica, Arial, sans-serif;
	line-height: 1.2em;
	color: #ffffff;
}
h1 span:first-child{ font-size: 74px; }
h1 span:last-child{
	color: #d13138;
}
@media (max-width: 768px){
	h1, h1 span{ font-size: 32px !important; }
}

a.slice{
	display: block;
	background: rgba(255, 255, 255, 0.05);
	border-bottom: 1px solid #ffffff;
	outline: none;
}
a.slice:first-child{ border-top: 1px solid #ffffff; }
a.slice:hover, a.slice:focus{ background: rgba(255, 255, 255, 0.2); }
a.slice div.slice-content{
	height: 64px;
	padding-left: 25px;
	background: url('../images/ico-arrow.png') no-repeat 0 19px;
	text-transform: uppercase;
	text-decoration: none;
	font: 22px "GeogrotesqueMedium", Helvetica, Arial, sans-serif;
	line-height: 64px;
	outline: none;
	color: #ffffff;
}
a.slice:hover div.slice-content,
a.slice:focus div.slice-content{
	-webkit-transform: translateX(25px);
	-moz-transform: translateX(25px);
	-ms-transform: translateX(25px);
	transform: translateX(25px);
}

a.slice, div.slice-content{
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	transition: all 0.6s;
}

div.slice-expand-item{ background: #111c24; }
div.slice-expand-item a.slice-content{
	height: 64px;
	margin-top: 0;
	line-height: 64px;
}

/* _______________________________________________________________________
 * Footer */
footer{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 40px;
	background: #ffffff;
	color: #000000;
}
footer p{ padding: 10px; }