


/* ******************************************************************************************* */
/* ******************************************************************************************* */
/* Mega Menu Settings */
/* ******************************************************************************************* */
/* ******************************************************************************************* */

/* 
yellow: ffd764
grey: 3d4049
 */


#MainContent {
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;
}

#HeadingWrapper {
	position: relative;
	margin: 0px 0px 0px 0px;
	display: block;
	width: 100%;
	height: auto;
	background: #3d4049;
	padding: 0px 0px 0px 0px;
}

#HeadingLogoShape {
	position: absolute;
	z-index: 100;
	width: 460px;
	top: 0px; 
	left: -20px;
}

#HeadingLogo {
	position: absolute;
	z-index: 110;
	top: 10px; 
	left: 10px;
	width: 300px;
	height: auto
}

#MobileHeadingTagline {
	display: none;
}


#HeadingTagline,
#MobileHeadingTagline {
	text-align: right;
	background: black;
	color: white;
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 5px 20px;
}
#HeadingTagline h1,
#MobileHeadingTagline h1 {

	font-family: 'Teko' !important;
	font-style: italic;
	font-weight: 500 !important;
	display: inline-block;
	transform: scaleX(1.25);
	transform-origin: right;
	
	color: #ffd764;
	font-size: 26px;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}




/* ******************************************************************************************* */
/* ******************************************************************************************* */
/* Slider Styles */
/* ******************************************************************************************* */
/* ******************************************************************************************* */

#SliderSpacer {
	height: 200px;
	width: 100vw;
}

#SliderWrapper {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 1;
	width: 100vw;
	height: auto;
	background: #3b3d43;
	display: inline-block;
}

.SliderText * {

	opacity: 100% !important
}

.SliderBR1 {
	display: none;
}

@media screen and (max-width: 1150px) {

	.SliderText * {
		font-size: 4vw !important
	}
}
@media screen and (max-width: 400px) {

	.SliderText * {
		font-size: 20px !important;
		line-height: 1.3 !important;
	}
}






#MainMenuWrapper {
	text-align: right;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#MainMenuContainer {
	display: inline-block;
	vertical-align: top;
	width: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}



ul#mega-menu-main-menu {

	width: auto;
/* 
	border-right: 2px solid white !important;
 */
}

li.mega-menu-item {
	border-left: 2px solid #ffffff !important;
	display: inline-block;
	background: #3d4049 !important;
}

li.mega-menu-item a {
	font-family: 'Play' !important;
	font-style: normal !important;
	font-weight: 400 !important;
	display:inline-block;
	font-size: 16px !important;
	padding: 0px 20px 4px 20px !important;
	color: #ffffff;
}

@media screen and (max-width: 1160px) {

	li.mega-menu-item a {
		font-size: 16px !important;
		padding: 0px 10px 4px 10px !important;
	}
}

@media screen and (max-width: 1051px) {

	#HeadingTagline h1,
	#MobileHeadingTagline h1 {

		font-size: 24px;
	}
}

@media screen and (max-width: 1020px) {

	#HeadingLogo {
		width: 25vw;
	}
	#HeadingLogoShape {
		width: 40vw;
	}
}
@media screen and (max-width: 940px) {

/* 
	ul#mega-menu-main-menu {

		height: 30px;
	}
 */

	li.mega-menu-item {
		height: 30px !important;
	}

	li.mega-menu-item a {
		font-size: 14px !important;
		padding: 0px 5px 0px 5px !important;
		line-height: 2 !important;
		height: 100% !important;
	}
	li.mega-menu-item a:hover {
		height: 100% !important;
	}
	li.mega-menu-item:nth-of-type(7) a {
		line-height: 2.3 !important;
	}

	#HeadingLogo {
		width: 25vw;
	}
	#HeadingLogoShape {
		width: 40vw;
	}
}

@media screen and (max-width: 930px) {

	#HeadingTagline h1,
	#MobileHeadingTagline h1 {

		font-size: 22px;
	}
}

@media screen and (max-width: 840px) {

	#HeadingTagline h1,
	#MobileHeadingTagline h1 {

		font-size: 20px;
	}
}

@media screen and (max-width: 767px) {

	#MainMenuWrapper {
		display: none;
	}

}


li.mega-menu-item a:hover {
	color: #ffd764 !important;
	background: #000000 !important;
	text-shadow: none;
}


li.mega-current-menu-item > a {
	background: #8d96a0 !important; /* Old browsers */
	color: #ffffff !important;
}
/* 
li.mega-menu-item:nth-of-type(2) a {
    color: lime !important;
}
 */

.fa-home {
	font-size: 22px;
	-webkit-transform:scale(1,1); !important; /* Safari and Chrome */
	-moz-transform:scale(1,1); !important; /* Firefox */
	-ms-transform:scale(1,1); !important; /* IE 9 */
	-o-transform:scale(1,1); !important; /* Opera */
	transform:scale(1,1); !important; /* W3C */
}

ul#mega-menu-main-menu ul.mega-sub-menu {
	border-top: 2px solid white !important;
	border-right: 2px solid white !important;
	border-left: 0px solid white !important;
	border-bottom: 0px solid white !important;
	display: inline-block !important;
	width: auto !important;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.5) !important;
}

ul#mega-menu-main-menu ul.mega-sub-menu > li.mega-menu-item {
	display: inline-block;
	width: 100%;
}

ul#mega-menu-main-menu ul.mega-sub-menu > li.mega-menu-item a {
	color: #ffffff !important;
	background: #8d96a0 !important;
	white-space: nowrap !important;
	border-bottom: 2px solid white !important;
}

ul#mega-menu-main-menu ul.mega-sub-menu > li.mega-menu-item a:hover {
	color: #ec1b24 !important;
	background: #ffffff !important;
}




#ShiftNavTD {
	display: none;
}


#ShiftNavContainer {
	position: absolute !important;;
	z-index: 200 !important;;
	top: 10px; 
	left: 10px;
}

@media screen and (max-width: 767px) {

	#Header {
		position: fixed;
		z-index: 500;
		width: 100%;
		top: 0;
		left: 0
	}

	#ShiftNavTD {
		display: table-cell;
	}
	
	#HeadingLogoShape {
		display: none;
	}
	
	#HeadingLogo {
		left: 60px;
		width: 200px;
	}

	#HeadingTagline {
		height: 75px;
		border-bottom: 2px solid white;
		background: #3d4049;
	}
	
	#HeadingTagline h1 {
		display: none;
	}
	
	#MobileHeadingTagline {
		display: block;
		text-align: center;
		border-bottom: 2px solid white;
	}

	#HeadingTagline h1,
	#MobileHeadingTagline h1 {

		transform-origin: center !important;
	}

/* 
	#SliderWrapper {
		margin: 110px 0px 0px 0px !important;
	}
 */
	body {
		margin: 110px 0px 0px 0px !important;
	}
}

@media screen and (max-width: 540px) {

	#HeadingTagline h1,
	#MobileHeadingTagline h1 {

		font-size: 18px;
	}
}

@media screen and (max-width: 480px) {

	#HeadingLogo {
		left: 60px;
		width: 160px;
	}

	#HeadingTagline {
		height: 68px;
	}
	
	#MobileHeadingTagline {
		display: block;
		text-align: center;
		border-bottom: 2px solid white;
		padding: 2px 10px 2px 10px;
	}

	#HeadingTagline h1,
	#MobileHeadingTagline h1 {

		font-size: 14px;
	}

/* 
	#SliderWrapper {
		margin: 95px 0px 0px 0px !important;
	}
 */

	body {
		margin: 95px 0px 0px 0px !important;
	}
}

@media screen and (max-width: 380px) {

	#HeadingTagline h1,
	#MobileHeadingTagline h1 {

		font-size: 12px;
	}
}

/* ******************************************************************************************* */
/* ******************************************************************************************* */
/* Shift Nav Settings */
/* ******************************************************************************************* */
/* ******************************************************************************************* */

.shiftnav-toggle-button {
	background-color: none !important;
	background: none !important;
	padding: 0px !important;
	margin: 0px !important;
	font-size: 40px;
	color: #ffffff;
}

#shiftnav-toggle-main {
	background-color: black !important;
	padding: 0px !important;
	margin: 0px !important;
	height: 90px !important;
}

.shiftnav-main-toggle-content, .shiftnav-toggle-main-block {
	padding: 0px !important;
	margin: 0px 0px 0px 0px !important;
}


.shiftnav-toggle {
	color: #ffffff !important;
}


.shiftnav-toggle:hover, .shiftnav-toggle:active {
	background-color: none !important;
	background: none !important;
	color: #8d96a0 !important;
}

.shiftnav-panel-close  {
	z-index: 2000 !important;
	background-color: none !important;
	background: none !important;
}

.shiftnav {
	border-left: none !important;
	border-right: 1px solid white !important;
	background-color: #3d4049 !important;
	max-width: 300px !important
}


.shiftnav ul {
	border-top: 1px solid white !important;
	margin-top: 40px !important;
}

.shiftnav li {
	font-family: 'Play' !important;
	font-style: normal !important;
	font-weight: 400 !important;
	background-color: #3d4049 !important;
	border-bottom: 1px solid white !important;
	color: #ffffff !important;
	border-left: none !important;
}

.shiftnav li a {
	color: #ffffff !important;
}

.shiftnav li a:hover {
	background: #000000 !important;
}

.shiftnav > ul > li:active, .shiftnav > ul > li:hover, .shiftnav > ul > li a:active, > ul > .shiftnav li a:hover {
	background-color: #ffffff !important;
	color: #000000 !important;

}

.shiftnav > ul > li.current-menu-item, .shiftnav > ul > li.current-menu-item a {
	background-color: #8d96a0 !important;
	color: #ffffff !important;
}

.shiftnav > ul > li.current-menu-item a:hover, .shiftnav > ul > li.current-menu-item a:active {
	background-color: #8d96a0 !important;
	color: #ffffff !important;
}


#shiftnav-main *{
	font-size: 20px !important;
	text-shadow: none !important;
}

button.shiftnav-panel-close {
	font-size: 20px !important;
	color: white !important;
	padding-bottom: 30px !important;
	top: -5px !important
}
