@charset "UTF-8";
/* LARGE */

body {
	margin:0px;
	padding:0px;
	text-align:center;
	font-family: 'Montserrat', sans-serif;
	color:#000;
}

#wowslider-container1 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
}

.content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow:scroll;
    z-index: 1;
}

.full-wrapper {
	width: 100%;
	min-height: 100%;
}

.full-logo {
	width:300px;
	height:auto;
}

.logo {
	width:300px;
	heighgt:auto;
}

.full-content {
	text-align:left;
	margin:50px 0px 0px 50px;
	width:500px;
}

.full-content h1 {
	font-size:5em;
	letter-spacing:-.07em;
	line-height:.9em;
	text-shadow: 0px 0px 15px #fff;
	margin:20px 0px 10px 0px;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
}

.full-content h2 {
	font-size:2.2em;
	letter-spacing:-.06em;
	line-height:1em;
	margin:0px 0px 0px 0px;
	color:#ed1c24;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
}

.full-buttons {
	margin:40px 0px 0px 0px;
}

.button1 {
	padding:20px 25px;
	display:inline-block;
	background-color:#ed1c24;
	color:#fff;
	text-decoration:none;
	margin:5px 0px 5px 0px;
	font-size:1em;
	width:150px;
	border:1px solid #fff;
	-webkit-transition: all .75s;
    transition: all .75s;
}

.button1:hover {
	padding:20px 25px;
	display:inline-block;
	background-color:#000;
	color:#fff;
	text-decoration:none;
	margin:5px 0px 5px 0px;
	font-size:1em;
	width:150px;
	border:1px solid #fff;
}

.scrollDown {
	margin:50px 0px 0px 0px;
	text-align:center;
	width:90px;
}

.scrollDown p {
	margin:0px 0px 5px 0px;
	font-size:.7em;
	color:#8F8F8F;
}

.tagline-wrapper {
	width:100%;
	background-color:#ed1c24;
	padding:30px 0px 30px 0px;
}

.tagline-wrapper P {
	color:#FFF;
	font-size:1.2em;
	text-aligh:center;
	font-weight:400;
	font-family: 'Montserrat', sans-serif;
}

.tagline-content {
	width:90%;
	margin:0px auto 0px auto;
}

.brands-wrapper {
	width:100%;
	padding:30px 0px 100px 0px;
	background-color:#000;
	color:#fff;
	font-family: 'Montserrat', sans-serif;
}

.brands-content {
	width:1000px;
	margin:0px auto 0px auto;
}

.brands-heading {
	margin:0px 0px 50px 0px;
}

.brandBlock-1 {
	width:328px;
	height:200px;
	margin:0px 5px 5px 0px;
	float:left;
	text-align:center;
	background-color:#000;
	color:#fff;
	border:1px solid #6F6F6F;
	text-decoration:none;
	-webkit-transition: all .75s;
    transition: all .75s;
}

.brandBlock-1:hover {
	background-color:#ed1c24;
	border:1px solid #fff;
}

.brandBlock-2 {
	width:328px;
	height:200px;
	margin:0px 5px 5px 0px;
	float:left;
	text-align:center;
	background-color:#000;
	color:#fff;
	border:1px solid #6F6F6F;
	text-decoration:none;
	-webkit-transition: all .75s;
    transition: all .75s;
}

.brandBlock-2:hover {
	background-color:#ed1c24;
	border:1px solid #fff;
}

.brandBlock-3 {
	width:328px;
	height:200px;
	margin:0px 0px 5px 0px;
	float:left;
	text-align:center;
	background-color:#000;
	color:#fff;
	border:1px solid #6F6F6F;
	text-decoration:none;
	-webkit-transition: all .75s;
    transition: all .75s;
}

.brandBlock-3:hover {
	background-color:#ed1c24;
	border:1px solid #fff;
}

.brandText {
	border-top:1px solid #ed1c24;
}

.contact-wrapper {
	width:100%;
	padding:30px 0px 30px 0px;
	background-color:#191919;
	color:#fff;
	font-family: 'Montserrat', sans-serif;
}

.contact-content {
	width:1000px;
	margin:0px auto 0px auto;
}

.contact-heading {
	margin:0px 0px 50px 0px;
}

.contact-form {
	width:500px;
	margin:0px auto 0px auto;
	text-align:left;
}

.footer-wrapper {
	width:100%;
	padding:40px 0px 40px 0px;
	background-color:#000;
}

.footer-content {
	width:90%;
	margin:0px auto 0px auto;
	color:#fff;
	text-align:center;
	font-size:.8em;
	font-weight:400;

}

.footer-socialIcons {
	width:120px;
	margin:0px auto 0px auto;
}

.facebook {
	display:inline-block;
	background-image:url(images/socialIcons_fb.png);
	background-repeat:no-repeat;
	width:50px;
	height:50px;
	margin:10px 10px 0px 0px;
	float:left;
}

.facebook:hover {
	background-image:url(images/socialIcons_fb_over.png);
}

.youtube {
	display:inline-block;
	background-image:url(images/socialIcons_youtube.png);
	background-repeat:no-repeat;
	width:50px;
	height:50px;
	margin:10px 10px 0px 0px;
	float:left;
}

.youtube:hover {
	background-image:url(images/socialIcons_youtube_over.png);
}


.cat-wrapper {
	width:100%;
	padding:60px 0px 6% 0px;
	background-image:url(images/background-1.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
	background-color:#000;
}

.cat-content {
	width:960px;
	margin:0px auto 0px auto;
}

.cat-block {
	width:320px;
	margin:0px auto 50px auto;
	float:left;
}

.cat-wrapper h2 {
	margin:0px 0px 40px 0px;
	color:#fff;
}

.cat-logo {
	width:100px;
	float:left;
	margin:0px 20px 0px 0px;
}

.cat-image {
	width:100%;
	height:auto;
}

.cat-text {
	width:150px;
	float:left;
	margin:0px 0px 0px 0px;
	text-align:left;
}

.cat-text h3 {
	color:#fff;
	margin:0px 0px 5px 0px;
	font-size:1.2em;
}

.cat-text p {
	color:#fff;
	margin:0px 0px 10px 0px;
	font-size:.7em;
}

.buttonDownload {
	padding:10px 15px;
	display:inline-block;
	background-color:#ed1c24;
	color:#fff;
	text-decoration:none;
	margin:5px 0px 5px 0px;
	font-size:.8em;
	width:90px;
	border:1px solid #fff;
	text-align:center;
}

.buttonDownload:hover {
	background-color:#000;
}

h2 {
	font-size:3em;
}




/* LEVEL 2 */

.header-wrapper {
	width:100%;
	height:80px;
	background-color:#fff;
	border-bottom:3px solid #ed1c24;
	text-align:center;
	position:fixed;
	left:0;
	top:0;
	z-index:100;
}

.headerLogo {
	width:200px;
	height:auto;
	margin:25px 0px 0px -90px;
}

.homeButton {
	display:inline-block;
	padding:10px 15px;
	text-decoration:none;
	background-color:#fff;
	float:left;
	color:#6E6E6E;
	font-size:.9em;
	margin:20px 10px 0px 20px;
}

.homeButton:hover {
	background-color:#ed1c24;
	color:#fff;
}

.level2-wrapper {
	width:100%;
	padding:50px 0px 50px 0px;
	background-color:#000;
	margin:50px auto 0px auto;
}

.level2-content {
	width:1000px;
	margin:0px auto 0px auto;
}

.level2-logoBlock {
	margin:0px auto 0px auto;
	width:300px;
	height:auto;
}

.level2-logo {
	width:300px;
	height:auto;
}

.level2-content h1 {
	color:#fff;
	font-size:2em;
	margin:20px 0px 60px 0px;
}

.column {
	width:50%;
	float:left;
	text-align:left;
	margin:0px 0px 50px 0px;
}

.column h2 {
	color:#ed1c24;
	font-size:2em;
	margin:20px 30px 10px 30px;
	font-weight:700;
	border-bottom:2px solid #ed1c24;
}

.column h3 {
	color:#fff;
	font-size:1.5em;
	margin:20px 30px 5px 30px;
	font-weight:700;
}

.column p {
	color:#fff;
	font-size:1em;
	margin:0px 30px 5px 30px;
	font-weight:400;
}

.area {
	color:#878787;
}

.buttonWebsite {
	display:inline-block;
	padding:12px 15px;
	background-color:#ed1c24;
	color:#fff;
	font-size:.9em;
	margin:10px 30px 20px 30px;
	font-weight:700;
	text-decoration:none;
}

.buttonWebsite:hover {
	background-color:#fff;
	color:#ed1c24;
}



