/** 
 * ===================================================================
 * 	webfonts and iconfonts
 * ===================================================================
 */
@import url("fonts.css");
@import url("font-awesome/css/font-awesome.min.css");
@import url("micons/micons.css");

/** 
 * ===================================================================
 * 	base style overrides
 * ===================================================================
 */
html, body {
	height: 100%;
}
body {
	background: #144481;
	font-family: "BebasNeueRegular", serif;
}
.mobile {
	display: none;
}

/**
 * ===================================================================
 * 	links
 * ===================================================================
 */
a, a:visited {
	color: #000000;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a:hover, a:focus, a:active {
	color: #ffdd00;
	outline: 0;
}

/** 
 * ===================================================================
 * 	typography & general theme styles
 * ===================================================================
 */

h1 {
	color: #cfd9e5;
	font-family: "BebasNeueBold", sans-serif;
	font-size: 6vw;
}

h2 {
	color: #fedb31;
	font-family: "BebasNeueBold", sans-serif;
	font-size: 3.3vw
}

h3 {
	color: #00539f;
	font-family: "BebasNeueBold", sans-serif;
	font-size: 26px;
	line-height: 32px;
	padding-bottom: 15px;
}

p img {
	margin: 0;
}
p.lead {
	font-family: "BebasNeueRegular", serif;
	font-size: 2rem;
	line-height: 1.8;
	color: #888888;
}
p.text-left {
	text-align: left;
}
p.text-right {
	text-align: right;
}
p.text-center {
	text-align: center;
}
@media only screen and (max-width:768px) {
	p.lead {
		font-size: 1.7rem;
	}
}
em, i, strong, b {
	font-size: 1.7rem;
	line-height: 3rem;
	font-style: normal;
	font-weight: normal;
}
strong, b {
	font-family: "BebasNeueBold", serif;
}
hr {
	border: solid #d2d2d2;
	border-width: 1px 0 0;
	clear: both;
	margin: 2.4rem 0 1.5rem;
	height: 0;
}

/**
 * ===================================================================
 * 	Lists
 * ===================================================================
 */
ol {
	list-style: decimal;
}
ul {
	list-style: disc;
}
li {
	display: list-item;
}
ol, ul {
	margin-left: 1.7rem;
}
ul li {
	padding-left: .4rem;
}
ul ul, ul ol, ol ol, ol ul {
	margin: .6rem 0 .6rem 1.7rem;
}

/**
 * ===================================================================
 * 	Spacing
 * ===================================================================
 */
button, .button {
	margin-bottom: 1.2;
}
fieldset {
	margin-bottom: 1.5rem;
}
input,
textarea,
select,
pre,
blockquote,
figure,
table,
p,
ul,
ol,
dl,
form,
.fluid-video-wrapper,
.ss-custom-select {
	margin-bottom: 3rem;
}

/** 
 * ===================================================================
 * 	preloader
 * ===================================================================
 */
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #00539f;
	z-index: 800;
	height: 100%;
	width: 100%;
}
.no-js #preloader, .oldie #preloader {
	display: none;
}
#loader {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	padding: 0;
}
#loader:before {
	content: "";
	border-top: 11px solid rgba(255, 255,  255, 0.1);
	border-right: 11px solid rgba(255, 255, 255, 0.1);
	border-bottom: 11px solid rgba(255, 255, 255, 0.1);
	border-left: 11px solid #ffdd00;
	-webkit-animation: load 1.1s infinite linear;
	animation: load 1.1s infinite linear;
	display: block;
	border-radius: 50%;
	width: 60px;
	height: 60px;
}
@-webkit-keyframes load {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes load {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/** 
 * ===================================================================
 * 	header styles
 * ===================================================================
 */
header {
	position: fixed;
	width: 100%;
	min-height: 66px;
	z-index: 600;
}
header .row {
	position: relative;
	min-height: 66px;
}
header .top-bar {
	display: block;
	background: #000000;
	min-width: 220px;
	min-height: 66px;
	position: absolute;
	left: 90px;
	top: 0;
}

/** 
 * ===================================================================
 * 	header
 * ===================================================================
 */
section.header-tfou {
	padding-top: 50px;
	width: 100vw !important;
}

/** 
 * ===================================================================
 * 	intro
 * ===================================================================
 */
#intro {
	background: #151515 url(/img/leduc99/bg.jpg) no-repeat center bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 100%;
	min-height: 50vw;
	display: table;
	position: relative;
	text-align: center;
	

}
@media only screen and (max-width:900px) {
	#intro {
		min-height: 150vw;
	}
}

@media only screen and (max-width:375px) {
	#intro {
		min-height: 150vw;
	}
}
.intro-content {
	display: table-cell;
	vertical-align: top;
	text-align: center;
	padding-top: 60px;
	position: relative;
}
.intro-content h1 {
    color: #FFFFFF;
    font-family: "BebasNeueBold", sans-serif;
	font-size: 6.5vw;
	line-height: 6.5vh;
    margin: 0px auto 0;
    padding: 0px;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
}
.intro-content h2 {
	color: #ffdd00;
	font-family: "BebasNeueBold", sans-serif;
	font-size: 3.5vw;
	line-height: 3.5vh;
	margin: 0 auto;
	padding: 0px;
	text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
	text-transform: uppercase;
}
.vehicle {
	margin-top: 60px;
	position: relative;
    display: inline;
}

/**
 * ===================================================================
 * Popup Modal - (_layout.scss)
 * ===================================================================
 */
.popup-modal {
	max-width: 550px;
	background: #FFFFFF;
	position: relative;
	margin: 0 auto;
}
.popup-modal .media {
	background: #fff;
	border: 1px solid #fff;
	overflow: hidden;
	position: relative;
}
.popup-modal img {
	vertical-align: bottom;
}
.popup-modal .description-box {
	padding: 1.8rem 3.6rem 3rem;
}
.popup-modal .description-box h4 {
	font-family: "BebasNeueBold", sans-serif;
	font-size: 1.5rem;
	line-height: 2.4rem;
	margin-bottom: .6rem;
}
.popup-modal .description-box p,
.popup-modal .description-box ul,
.popup-modal .description-box li {
	font-family: "Gotham", sans-serif;
	font-size: 14px;
	line-height: 20px;
	margin: 0px 0px 5px;
	text-transform: none;
}
.popup-modal .description-box p {
	margin-bottom: 12px;
}
.popup-modal .description-box li {
	margin-left: 20px;
}
.popup-modal .categories {
	font-family: "BebasNeueBold", sans-serif;
	font-size: 1.1rem;
	line-height: 1.8rem;
	text-transform: uppercase;
	letter-spacing: .1rem;
	display: block;
	text-align: left;
	color: rgba(0, 0, 0, 0.5);
}
.popup-modal .link-box {
	width: 100%;
	overflow: hidden;
	background: #ffdd00;
}
.popup-modal .link-box a {
	font-family: "BebasNeueBold", sans-serif;
	font-size: 1.6rem;
	line-height: 6rem;
	color: #00539f;
	text-transform: uppercase;
	letter-spacing: 3px;
	cursor: pointer;
	display: block;
	text-align: center;
	float: left;
	width: 100%;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.popup-modal .link-box a:first-child {
	border-right: 1px solid rgba(200, 200, 200, 0.1);
}
.popup-modal .link-box a:hover {
	background: #222;
	color: #ffdd00;
	border: none;
}
.description-box ul {
	padding-bottom: 10px;
}
.embed-container {
	padding-bottom: 56.25%; 
} 
.embed-container iframe, 
.embed-container object, 
.embed-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%;
}
.description-box-product-20 {
	position: relative; 
	float: left;
	margin: 0px auto;
	padding: 0px 10px 20px;
	text-align: center;
	width: 20%;
}
.description-box-product-30 {
	position: relative; 
	float: left;
	margin: 0px auto;
	padding: 0px 10px 20px;
	text-align: center;
	width: 30%;
}
.description-box-content-70 {
	position: relative; 
	float: left; 
	width: 70%
}
.description-box-content-80 {
	position: relative; 
	float: left; 
	width: 80%
}

@media only screen and (max-width:600px) {
	.popup-modal {
		width: auto;
		margin: 0 20px;
	}
}

/**
 * ===================================================================
 * transition effect for modal popup - (_layout.scss)
 * ===================================================================
 */

/* overlay at start */
.mfp-fade.mfp-bg {
	opacity: 0;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
	opacity: .9;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* content animate in */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

/**
 * ===================================================================
 * loader animation - (_layout.scss)
 * ===================================================================
 */
.s-loader {
	margin: 1.2rem auto 3rem;
	width: 70px;
	text-align: center;
	-webkit-transform: translateX(0.45rem);
	-ms-transform: translateX(0.45rem);
	transform: translateX(0.45rem);
}
.s-loader > div {
	width: 1rem;
	height: 1rem;
	background-color: #FFFFFF;
	border-radius: 100%;
	display: inline-block;
	margin-right: .9rem;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.s-loader .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.s-loader .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
	}
	40% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes sk-bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
	}
	40% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

