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

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

html{
	position: relative;
	min-height: 100%;
}
@media (min-width:970px){
	body{ margin-bottom: 150px; }
	section.container{ padding-left: 0; }
}
a{
	text-decoration: underline;
	color: #2770ae;
}
a:hover, a:focus{
	text-decoration: none;
	color: #353d41;
}
.nav a{ text-decoration: none; }
.btn-default{
	background: #f64943;
	border: 2px solid #f64943;
	box-shadow: none;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: none;
	font-family: "MuseoSlab", Helvetica, Arial, sans-serif;
	color: #ffffff;
}
.btn-default:hover,
.btn-default:focus{
	background: #2770ae !important;
	border-color: #2770ae !important;
	color: #ffffff !important;
}
.btn-default:active, .btn:active{ box-shadow: none !important; }

/* _______________________________________________________________________
 * Header */
.navbar{ background: #fcfdff; }
.navbar .navbar-brand{
	display: block;
	background: url("../images/logo.png") no-repeat center center;
	background-size: 100% auto;
	text-indent: -9999px;
	z-index: 9999;
}
.navbar-header{ position: relative; }
.navbar .navbar-left > li > a,
.dropdown-menu > li > a{
	text-transform: uppercase;
	font-family: "MuseoSlab", Helvetica, Arial, sans-serif;
}
.navbar-nav > .active > a{ font-weight: bold; }
@media (min-width:768px){
	.navbar{ background: #fcfdff url('../images/bckg-header.jpg') repeat center right; }
	.navbar .navbar-brand{
		width: 395px;
		height: 113px;
		margin-top: 20px;
		margin-bottom: 10px;
	}
	.navbar-collapse{ background: #f64943; }
	.navbar-collapse > .container{ position: relative; }
	.navbar .navbar-left{ margin-left: -15px; }
	.navbar .navbar-left > li > a{
		padding: 20px 10px;
		color: #ffffff;
	}
	.navbar .navbar-left > li > a:hover,
	.navbar .navbar-left > li > a:focus{ color: #ffffff; }
	.navbar .navbar-left > .active > a,
	.navbar .navbar-left > .active > a:hover,
	.navbar .navbar-left > .active > a:focus,
	.navbar .navbar-left > .open > a,
	.navbar .navbar-left > .open > a:focus,
	.navbar .navbar-left > .open > a:hover,
	.dropdown-menu > li > a:hover,
	.dropdown-menu > li > a:focus{
		background: #f12f2a;
		color: #ffffff;
	}
	.navbar .navbar-left > .active > a{ font-weight: bold; }
	.navbar .navbar-left > li > a::before,
	.navbar .navbar-left > li > a::after{
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background: #ffffff;
		content: "";
		opacity: 0;
		-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
		-moz-transition: opacity 0.3s, -moz-transform 0.3s;
		transition: opacity 0.3s, transform 0.3s;
		-webkit-transform: translateY(-10px);
		-moz-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	.navbar .navbar-left > li > a::before{
		top: 10px;
		-webkit-transform: translateY(-10px);
		-moz-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	.navbar .navbar-left > li > a::after{
		bottom: 10px;
		-webkit-transform: translateY(10px);
		-moz-transform: translateY(10px);
		transform: translateY(10px);
	}
	.navbar .navbar-left > li > a:hover::before,
	.navbar .navbar-left > li > a:focus::before,
	.navbar .navbar-left > li > a:hover::after,
	.navbar .navbar-left > li > a:focus::after{
		opacity: 1;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		transform: translateY(0px);
	}
}
@media (min-width:970px){
	.navbar > div.container{
		background: url('../images/bckg-header.png') no-repeat top right;
		background-size: auto 100%;
	}
}
@media (min-width:1200px){
	.navbar .navbar-brand{
		margin-top: 40px;
		margin-bottom: 30px;
	}
	.navbar .navbar-left > li > a{
		padding: 20px 15px;
		font-size: 16px;
	}
}
@media (max-width: 767px){
	.navbar .navbar-brand{
		width: 250px;
		height: 61px;
		margin-left: 15px;
	}
	.navbar-collapse{
		padding-left: 0;
		padding-right: 0;
	}
	.navbar-default .navbar-left > li > a{ color: #f64943; }
	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a:focus{ color: #f64943; }
	.navbar-default .navbar-nav > .active > a,
	.navbar-default .navbar-nav > .active > a:focus,
	.navbar-default .navbar-nav > .active > a:hover,
	.navbar-default .navbar-nav > .open > a,
	.navbar-default .navbar-nav > .open > a:focus,
	.navbar-default .navbar-nav > .open > a:hover{
		background: #f64943;
		color: #ffffff;
	}
	.navbar-default .navbar-toggle{ padding: 22px 18px; }
	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus{ background: #f64943; }
	.navbar-default .navbar-toggle .icon-bar{
		width: 24px;
		height: 3px;
		background: #353d41;
		border-radius: 0;
	}
	.navbar-default .navbar-toggle:hover .icon-bar,
	.navbar-default .navbar-toggle:focus .icon-bar{ background: #ffffff; }
}

/* _______________________________________________________________________
 * Sidebar */
.sidenav > ul{
	background: #f7f7f7 url('../images/bckg-sidenav.jpg') repeat center right;
}
@media (min-width:768px){
	.sidenav > ul{ padding-top: 15px; }
}
.sidenav > ul a{
	font-family: "MuseoSlab", Helvetica, Arial, sans-serif;
	color: #000000;
}
.sidenav > ul > li:last-child > a{ border-bottom: 0; }
.sidenav > ul li > a:hover,
.sidenav > ul li > a:focus,
.sidenav > ul .active > a,
.sidenav > ul .active > a:hover,
.sidenav > ul .active > a:focus{
	background: #2770ae;
	color: #ffffff;
}
.sidenav > ul .active > a{ font-weight: bold; }
.sidenav ul ul a::before{
	position: absolute;
	left: 15px;
	font-family: "FontAwesome";
	content: "\f105";
}

/* _______________________________________________________________________
 * Main */
@media (min-width:970px){
	article{ padding-bottom: 100px; }
}
h1, h2, h3, legend{ font-family: "MuseoSlab", Helvetica, Arial, sans-serif; }
h1{
	text-transform: uppercase;
	font-size: 36px;
	color: #2770ae;
}
h2{ color: #f64943; }
h3 > a{ text-decoration: none; }
.heading{ position: relative; }
.heading .motto{
	position: absolute;
	display: inline;
	top: 25%;
	padding: 15px;
	background: rgba(246, 73, 67, 0.85);
	text-transform: uppercase;
	font-family: "MuseoSlab", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	z-index: 899;
}
@media (min-width:768px){
	.heading .motto{ font-size: 36px; }
}
.slick-dotted.slick-slider{ margin-bottom: 0; }
.slick-slider img{ width: 100%; }
.slick-prev, .slick-prev:focus,
.slick-next, .slick-next:focus{
	width: 40px;
	height: 40px;
	margin-top: 0;
	/*background: #2770ae;*/
}
.slick-prev{
	left: 0;
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;
	z-index: 1021;
}
.slick-next{
	right: 0;
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
}
/*.slick-prev:hover, .slick-next:hover{ background: #f64943; }*/
.slick-prev::before, .slick-next::before{
	opacity: 1;
	color: #ffffff;
}
.slick-dots{ bottom: 5px; }
.slick-dots li{
	margin: 0 3px;
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
}
.slick-dots li button:before{
	position: absolute;
	width: 14px;
	height: 14px;
	/*background: rgba(255, 255, 255, 1);*/
	border-radius: 50%;
	opacity: 1;
	box-shadow: 0 0 0 1px #ffffff inset;
	-webkit-transition: box-shadow 0.3s ease 0s;
	-moz-transition: box-shadow 0.3s ease 0s;
	transition: box-shadow 0.3s ease 0s;
	content: "";
}
.slick-dots li.slick-active button:before{
	opacity: 1;
	box-shadow: 0 0 0 7px #ffffff inset;
}

/* _______________________________________________________________________
 * Footer */
footer{
	padding: 15px 0;
	background: #f64943 url('../images/bckg-footer.jpg') repeat bottom right;
}
@media (min-width:970px){
	footer{
		position: absolute;
		bottom: 0;
		width: 100%;
		height: 150px;
	}
	footer div.container{ position: relative; }
	footer div.container::before{
		position: absolute;
		top: -64px;
		right: 0;
		width: 488px;
		height: 199px;
		background: url('../images/bckg-footer.png') repeat top right;
		content: "";
	}
}
footer, footer a, footer a:hover{ color: #ffffff; }
footer h3{
	display: inline-block;
	margin: 12px;
	padding: 12px 15px;
	background: #2770ae;
	border-radius: 50%;
	font-style: italic;
	font-size: 20px;
}
footer p{ margin-bottom: 10px; }
footer .media{
	width: 270px;
	margin-top: 10px;
	/*text-align: right;*/
}
footer .media-body{ padding-top: 6px; }

/* _______________________________________________________________________
 * Index */
.btn-block{
	padding-top: 148px;
	padding-bottom: 15px;
	text-decoration: none;
	font-family: "MuseoSlab", Helvetica, Arial, sans-serif;
	font-size: 24px;
	line-height: 1.1em;
	white-space: normal;
}
.btn-block:hover{ color: #f64943; }
.btn-block::before{
	position: absolute;
	top: 8px;
	left: 50%;
	width: 132px;
	height: 132px;
	margin-left: -66px;
	background: #2770ae;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 120px auto;
	border-radius: 50%;
	content: "";
}
.btn-block-1::before{ background-image: url('../images/ico-block-1.png'); }
.btn-block-2::before{ background-image: url('../images/ico-block-2.png'); }
.btn-block-3::before{ background-image: url('../images/ico-block-3.png'); }
.btn-block-4::before{ background-image: url('../images/ico-block-4.png'); }
.btn-block-5::before{ background-image: url('../images/ico-block-5.png'); }
.btn-block-6::before{ background-image: url('../images/ico-block-6.png'); }
.btn-block:hover::before,
.btn-block:focus::before{ background-color: #f64943; }