@charset "utf-8";
/* CSS Document */

/* FOOTER */

.Footer {
	width:100%;
	height:auto;
	background-color:#FFF;
	box-shadow: 4px 4px 20px #FFF;
	padding: 30px 0px 60px 0px;
	font-family: 'Oswald', san-serif;
	font-size:15px;
	text-align:center;
	box-shadow:1px 1px 10px #000;
}

.FooterEmblem img {
	padding:1%;
	filter:grayscale(100%) opacity(0.5);
	transition: all 0.2s ease;
}

.FooterEmblem img:hover {
	filter: grayscale(0) opacity(1);
	cursor: pointer;
}

	.FooterNav{
		width:100%;
		height:auto;
		text-align:center;
		font-family: 'Oswald', san-serif;
		transition: all 0.5s ease-in-out;
		padding-bottom: 3%;
		margin-bottom:20px;
	}
	
	.UpperNav {
		list-style-type: none;
		margin:0;
		padding:0;
		font-size:20px;
		text-align:center;
		font-weight:500;
		display:block;
		text-align:center;
	}
	
	.UpperNav li {
		display:inline-block;
		width:auto;
		margin:1% 1% 0 1%;
		color:rgba(40,40,40,0.5);
		transition: all 0.2s ease;
	}
	
	.UpperNav li:hover {
		color:rgba(0,0,0,1);
	}
	
	.UpperNav li:hover:after { transform: scaleX(1);}
	
	.UpperNav li:after {
		display:block;
		content: '';
		border-bottom: solid 3px #f9df2a;  
		transform: scaleX(0);  
		transition: transform 0.2s ease;
		transform-origin:  0% 50%;
	}

	.LowerNav {
		list-style-type: none;
		margin:0;
		padding:0;
		font-size:14px;
		text-align:center;
		font-weight:1000;
		display:block;
		text-align:center;
	}
	
	.LowerNav li {
		display:inline-block;
		width:auto;
		padding:0.1% 0.5% 0.1% 0.5%;
		color:rgba(100,100,100,1);
	}
	
	.LowerNav li:hover {
		color:rgba(0,0,0,1);
	}
	
	.MiddleNavItem {
		border-left:2px solid rgba(75,75,75,1);
		border-right:2px solid rgba(75,75,75,1);
	}
	
	.FooterNav ul a {
		text-decoration:none;
		color:#000;
	}
	
	.SocialMedia{
		display:flex;
		flex-direction: row;
		justify-content: center;

		margin:0;
		padding:0;
		font-size:14px;
		text-align:center;
		font-weight:500;
	}

	.SocialMedia li {
		list-style-type: none;
		width:auto;
		padding:0.1% 0.5% 0.1% 0.5%;
		color:rgb(75, 75, 75);
	}
	
	.SocialMedia a {
		opacity: 0.5;
	}

	.SocialMedia a:hover {
		opacity: 1.0;
	}

	.CataDownload{
		text-decoration:none;
		color:#FFF;
		padding:10px 15px 10px 15px;
		border-radius:5px;
		text-shadow:1px 1px rgba(0,0,0,1);
		box-shadow:2px 2px rgba(170, 17, 17,1);
		background-color:rgba(170, 17, 17,1);
		margin-left:4px;
		border: 1px solid #FFF;
	}
	
	.CataDownload:hover{
		color:rgba(240,240,240,1);
		box-shadow:3px 3px rgba(170, 17, 17,1);
		background-color:rgba(170, 17, 17,1);
		margin-left:0;
	}
	
	.CataDownload:active{
		color:rgba(255,255,255,1);
		box-shadow:0px 0px rgba(170, 17, 17,1);
		background-color:rgba(170, 17, 17,1);
		margin-left:4px;
	}

.Corporation {
	width:100%;
	height:auto;
	background-color:rgba(230,230,230,1);
	text-align:center;
	display:block;
	box-shadow:1px 1px 10px #000;
}

.Corporation img {
	padding: 5%;
	width:20%;
	margin: 0 auto;
	display:inline-block;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
	opacity:0.5;
	transition: all 0.2s ease;
	text-align:center;
	vertical-align: middle;
}

.Corporation img:hover {
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
	opacity:1;
}

.CopyRight {
	font-size:12px;
	width:100%;
	padding:20px 0;
	margin: 0 auto;
	font-weight:100;
	color:#FFF;
	background-color:#f9df2a;
	font-family: 'Oswald', san-serif;
	text-align:center;
	height:auto;
	padding-bottom:80px;
}
/*------------------------------BottomBar------------------------------*/
.BottomBar {
	z-index:101;
	position:fixed;
	width: 100%;
	text-align:center;
	background-color: #FFF;
	left:0;
	bottom:0;
	padding: 10px 0px 10px 0px;
	height:100px;
	box-shadow:none;
}

.nav {
	margin-top:-30px;
}
#top-menu{
	z-index: 200;
	font-family: 'Oswald', san-serif;
	position: absolute;
	font-size: 15px;
	background: rgba(40,40,40,1);
	width:100%;
	list-style-type:none;
	left:0;
	margin-left:-40px;
	box-shadow:1px 1px 5px rgba(0,0,0,0.3);
}

#top-menu li {
	float:left;
	width:50%;
}

#top-menu a {
	display: block;
	width: 100%;
	text-align: center;
	-webkit-transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    transition: .3s all ease-out;
    color: rgba(240,240,240,1);
    text-decoration: none;
	border-top: 6px solid rgba(100,100,100,1);
}

#top-menu a:hover {
    color: #FFF;
	border-top: 6px solid rgba(200,200,200,1);
}

.MenuActive {
    border-top: 6px solid #f9df2a;
    color: #333;
}

.Logo {
	transform: scale(0.7, 0.7);
	-ms-transform: scale(0.7, 0.7);
	-webkit-transform: scale(0.7, 0.7);
	float:left;
	opacity:0.6;
	transition: all 0.1s ease-in;
}

.Logo:hover {
	opacity:1;
}

.MainNavButton {
	display:none;
}

.ProductNavButton {
	display:none;
}

.MainNav ul {
	list-style-type: none;
	margin:0;
	padding:0;
	overflow: hidden;
	user-select: none;
}

.BottomNav {
	width:100%;
	position:absolute;
	bottom:0;
	top:20px;
}

.WhoIsBva {
	display:block;
}

.ProductsPage {
	display:none;'
}

.MainNav ul li {
	float:left;
	user-select: none;
}
.MainNav ul a {
	display:inline-block;
	color:rgba(0,0,0,0.5);
	text-decoration:none;
	text-align:center;
	font-family: 'Oswald', san-serif;
	padding: 5px 10px 5px 10px;
	margin: 25px 25px 0px 25px;
	font-size:30px;
	font-weight:600;
	border-bottom: 0px solid rgba(0,0,0,0);
	transition: all 0.15s ease-in;
	background-color:#FFF;
}

.NavColour:hover {
	color:rgba(255,255,255,1)!important;
	border-bottom: 4px solid #f9df2a;
	padding: -50px 10px 25px 10px;
	background-color:rgba(40,40,40,1);
	border-radius: 10px 10px 0 0;
}

.NavColour:focus {
	color:rgba(255,255,255,1)!important;
	border-bottom: 4px solid rgba(0,0,0,1);
	padding: -50px 10px 25px 10px;
	outline:none;
}

.ProductNavSmall {
	display:none;
}

@media all and (max-width: 1250px) {
	.MainNav ul a {
		font-size:25px;
		margin: 20px 15px 0px 5px;
	}
}

/* IPAD */

@media all and (min-width: 756px) and (max-width: 1025px) {
	.MainNav ul a {
		font-size: 15px;
		margin-top:30px;
		padding: 5px 5px 5px 5px;
		border-bottom: 0px solid #f9df2a;
	}
	
	.Logo {
		transform: scale(0.5, 0.5);
		float:left;
	}
	.BottomBar {
		padding:0px;
		height:80px;
	}
	
	.nav {
	margin-top:-50px;
}

	#top-menu {
		font-size:18px;
	}
	
	.BottomNav {
		top:-10px;
		bottom:0;
	}
	
	.NavColour:hover {
	color:rgba(255,255,255,1)!important;
	border-bottom: 3px solid #f9df2a;
	padding: -50px 10px 25px 10px;
	}

	.NavColour:focus {
	color:rgba(255,255,255,1)!important;
	border-bottom: 3px solid #f9df2a;
	padding: -50px 10px 25px 10px;
	outline:none;
	}
	
	.CopyRight {
	padding-bottom:50px;
	}
}

/* IPHONE LANDSCAPE */
@media all and (max-width:756px) {
	
	.FooterEmblem img {
		width:60px;
	}
	
	.UpperNav {
		font-size: 16px;
		margin-bottom:-15px;
	}
	.LowerNav {
		font-size: 10px;
	}
	
	.CopyRight {
	padding-bottom:30px;
	}
	
	.BottomBar {
	z-index:101;
	position:fixed;
	width: 100%;
	background-color: #FFF;
	left:0;
	bottom:0;
	padding: 10px 0px 10px 0px;
	height:50px;
	box-shadow:-3px 0 5px rgba(0,0,0,0.2);
	}
	
	#top-menu {
		font-size:10px;
		vertical-align:middle;
	}

	.BottomNav {
		top:-10px;
	}
	
	.Logo {
		width:100%;
		text-align:center;
	}
	
	.Logo img {
		max-width:240px;
	}
	
	.MainNavSmall{
		opacity:0;
		position:fixed;
		left:0;
		top:-50%;
		width:100%;
		height:auto;
		text-align:center;
		font-family: 'Oswald', san-serif;
		font-size:40px;
		transition: all 0.5s ease-in-out;
	}
	
	.MainNavSmall ul {
	list-style-type: none;
	margin:0;
	padding:0;
	text-align:center;
	}

	.MainNavSmall ul li {
		width:100%;
		text-align:center;
		border-bottom:1px solid rgba(230,230,230,1);
		background-color:rgba(255,255,255,1);
	}
	
	.MainNavSmall ul li:hover {
		background-color:rgba(30,30,30,1);
		color:#FFF;
	}
	
	.MainNavSmall ul li:focus {
		background-color:rgba(30,30,30,1);
		color:#FFF;
	}
	
	.MainNavSmall ul a {
	width:100%;
	color:rgba(0,0,0,0.5);
	text-decoration:none;
	text-align:center;
	font-family: 'Oswald', san-serif;
	font-size:30px;
	font-weight:600;
	transition: 0.1s;
	}
	.MainNavSmall ul a:hover {
	color:rgba(255,255,255,1);	
	}
	
	.MainNavSmall.leave {
		top:-50%;
		opacity:0;
	}
	
	.MainNavButton {
	display:block;
	width:20%;
	padding:1.5% 2% 1.5% 2%;
	margin-left:8%;
	top:25px;
	border:3px solid #000;
	background-color:rgba(255,255,255,1);	
	border-radius:5px;
	color:#000;
	text-align:center;
	position:absolute;
	z-index:100;
	cursor:pointer;
	}

	.MainNavButton:hover {
	display:block;
	width:20%;
	padding:1.5% 2% 1.5% 2%;
	margin-left:8%;
	border:3px solid #000;
	background-color:rgba(0,0,0,1);	
	border-radius:5px;
	color:#FFF;
	text-align:center;
	position:absolute;
	}
	
	.MainNavSmallActive {
		display:block;
		top:0;
		transition: all 2s ease-in-out;
	}
	
	.MainNav ul li {
		display:none;
	}
	
	.MainNav ul a {
		display:none;
	}

	.MainNav ul a:hover {
		display:none;
	}

	.MainNav ul a:focus {
		display:none;
	}
	
	.ProductNavSmall{
		opacity:0;
		display:block;
		position:fixed;
		left:0;
		top:-200%;
		width:100%;
		height:auto;
		text-align:center;
		font-family: 'Oswald', san-serif;
		font-size:40px;
		transition: all 0.5s ease-in-out;
	}
	
	.ProductNavSmall ul {
	list-style-type: none;
	margin:0;
	padding:0;
	text-align:center;
	}

	.ProductNavSmall ul li {
		width:100%;
		text-align:center;
		border-bottom:1px solid rgba(230,230,230,1);
		background-color:rgba(255,255,255,1);
	}
	
	.ProductNavSmall ul li:hover {
		background-color:rgba(30,30,30,1);
		color:#FFF;
	}
	
	.ProductNavSmall ul li:focus {
		background-color:rgba(30,30,30,1);
		color:#FFF;
	}
	
	.ProductNavSmall ul a {
	width:100%;
	color:rgba(0,0,0,0.5);
	text-decoration:none;
	text-align:center;
	font-family: 'Oswald', san-serif;
	font-size:30px;
	font-weight:600;
	transition: 0.1s;
	}
	.ProductNavSmall ul a:hover {
	color:rgba(0,0,0,1);	
	}
	
	.ProductNavSmall.leave {
		top:-200%;
		opacity:0;
	}
	
	.ProductNavButton {
	display:block;
	width:20%;
	padding:1.5% 2% 1.5% 2%;
	margin-left:72%;
	top:25px;
	border:3px solid #000;
	background-color:rgba(255,255,255,1);	
	border-radius:5px;
	color:#000;
	text-align:center;
	position:absolute;
	z-index:100;
	cursor:pointer;
	}

	.ProductNavButton:hover {
	display:block;
	width:20%;
	padding:1.5% 2% 1.5% 2%;
	margin-left:72%;
	border:3px solid #000;
	background-color:rgba(0,0,0,1);	
	border-radius:5px;
	color:#FFF;
	text-align:center;
	position:absolute;
	}
	
	.ProductNavSmallActive {
		display:block;
		top:0;
		transition: all 2s ease-in-out;
	}
	
	.ProductNav ul li {
		display:none;
	}
	
	.ProductNav ul a {
		display:none;
	}

	.ProductNav ul a:hover {
		display:none;
	}

	.ProductNav ul a:focus {
		display:none;
	}
	
	.nav {
		display:none;
	}
}