body {
	color:				#000000;
}

th {
	font-size:			10px;
	color:				#66b95d;
}

td {
	font-size:			12px;
}

.carousel-item {
    transition: 		transform .2s ease-in-out;
}
    
.sellingPointsBar {
	color:				#000000;
	font-family: 		'Bebas Neue', cursive;
	letter-spacing:		2px;
	margin: 			auto;
	max-width:			1200px;
	padding-top:		5px;
	text-align:			center;
}

.header {
	background-color:	#FFFFFF;
	position:			relative;
	z-index:			10;
}

.headerContent {
	color:				#000000;
	margin: 			auto;
	max-width:			1200px;
}

.headerBar {
	color:				#000000;
	background-color:	#ffffff;
	border-top: 		0px solid #d1d1d1;
	border-bottom: 		1px solid #fa4616;
	position:			relative;
	z-index:			10;
}

.headerBarMobile {
	text-align:			center;
	color:				#000000;
	background-color:	#f1f1f1;
	border-top: 		1px solid #d1d1d1;
	border-bottom: 		1px solid #d1d1d1;
}

.headerBarContent {
	margin: 			auto;
	max-width:			1200px;
}

.headerOptionsBox {	
	display: 			inline-block;
	max-width: 			100px;
	text-decoration:	none;
	margin:				0px 20px;
}

.headerOptions {
	max-width:			150px;
	font-family: 		'Roboto', sans-serif;
	font-weight:		300;
	font-size:			14px;
	letter-spacing:		1px;
	border-bottom: 		0px solid #fa4616;
	margin-bottom:		5px;
	margin-top:			3px;
}

.menuCategoryParent {
	font-family: 		'Montserrat', sans-serif;
	font-weight: 		600;
	text-decoration: 	none;
}

.menuCategoryParent:hover {
	text-decoration: 	underline;
}

.menuCategoryChild {
	font-family: 		'Montserrat', sans-serif;
	font-weight: 		400;
	text-decoration: 	none;
}

.menuCategoryChild:hover {
	text-decoration: 	underline;
}

.navigationOptions {
	margin:				0px 10px;
	padding: 			3px 10px;
	cursor:				pointer;
	display: 			inline-block;
	font-family: 		'Montserrat', sans-serif;
	font-weight: 		600;
	font-size:			14px;
	border-bottom: 		3px solid #ffffff;
}

.navigationOptions:hover {
	border-bottom: 		3px solid #fa4616;
}

.navigationOptionsSelected {
	border-bottom: 		3px solid #fa4616;
}

.contentHeader {
	font-family: 		'Montserrat', sans-serif;
	font-weight: 		600;
}

.content {
	margin:				auto;
	margin-top:			0px;
	max-width:			1200px;
	min-height:			60vh;
	padding:			15px 30px;
	border-radius: 		0px;
}

.description {
	font-size: 			12px;
	color: 				#000000;
}

.green {
	color:				#66b95d;
	font-size:			12px;
}

.orange {
	color:				#FA4616;
	font-size:			12px;
}

.yellow {
	color:				#ffc600;
	font-size:			12px;
}

.menuItemLogo {
	display: 			inline-block;
	width: 				40px;
	text-align:			right;
	padding-right:		5px;
}

.menuItemText {
	font-family: 		'Roboto', sans-serif;
	font-style:			normal;
	font-size:			11px;
	display: 			inline-block;
	width: 				130px;
	text-align:			left;
}

.menuItemActive {
	display:			block;
	margin:				0px 0px 0px 15px;
	padding:			5px 0px;
	color:				#000000;
	font-size:			12px;
	text-decoration:	none;
	border-left: 		0px solid #131313;
}

.menuItemActive:hover {
	text-decoration:	underline;
	border-left: 		0px solid #fa4616;
}

.menuItemSelected {
	display:			block;
	margin:				0px 0px 0px 15px;
	padding:			5px 0px;
	font-size:			12px;
	text-decoration:	none;
	background-color:	#dddddd;
	border-left: 		0px solid #fa4616;
	border-radius:		5px;
}

.menuItemCategory {
	font-family: 		'Roboto', sans-serif;
	font-style:			normal;
	font-size:			11px;
	text-align:			left;
	display:			block;
	padding:			10px 0px 0px 20px;
	text-decoration:	none;
	text-transform: 	uppercase;
}

.userText {
	font-family: 		'Montserrat', sans-serif;
	font-weight: 		400;
}

.userTextImportant {
	font-family: 		'Montserrat', sans-serif;
	font-weight: 		600;
}

input[type=text] {
	width:				100%;
	font-family: 		'Montserrat', sans-serif;
	font-weight: 		600;
	font-size:			13px;
	display: 			inline-block;
	border: 			1px solid #ccc;
	border-radius: 		4px;
}

.userInput {
	font-family: 		'Montserrat', sans-serif;
	font-weight: 		400;
	font-size:			12px;
}

.contentItemText {
	display: 			inline-block;
	text-align:			left;
}

.contentItemMenu {
	margin:				0px 0px 0px 15px;
	padding:			5px 0px;
	color:				#a7a7a7;
	font-size:			12px;
	text-decoration:	none;
	border-left: 		0px solid #131313;
	padding-right:		19px;
}

.contentItemMenu:hover {
	text-decoration:	none;
	color:				#ffffff;
	border-left: 		0px solid #fa4616;
}

.contentItemSelected {
	margin:				0px 0px 0px 15px;
	padding:			5px 0px;
	font-size:			12px;
	text-decoration:	none;
	background-color:	#dddddd;
	border-left: 		0px solid #fa4616;
	border-radius:		5px;
	padding-right:		19px;
}

.whereAmI {
	margin:				auto;
	margin-top:			10px;
	max-width:			1200px;
	background-color:	#FFFFFF;
	padding:			5px 0px;
	border-radius: 		0px;
	overflow: 			hidden;
}
.frontCategoryBox {
	display: 			inline-block;
	max-width: 			100px;
	text-decoration:	none;
	margin:				0px 20px;
}
.frontCategoryBox:hover {
	text-decoration:	underline;
}

.frontCategoryText {
	font-family: 		'Roboto', sans-serif;
	font-weight:		500;
	letter-spacing:		1px;
}

.productMain {
	margin:				auto;
	margin-top:			10px;
	max-width:			1200px;
	min-height:			500px;
	background-color:	#FFFFFF;
	padding:			0px 0px;
	border-radius: 		0px;
	overflow: 			hidden;
}

.productImageContainer {
	text-align:			center;
	position: 			relative;
	width:				100%;
	padding-top: 		75%;
	background-color:	#ffffff;
}

.productImage {
	margin:				10px;
	position:  			absolute;
	top: 				0;
	left: 				0;
	bottom: 			0;
	right: 				0;
	text-align: 		center;
	display: 			flex;
    justify-content: 	center;
    align-items: 		center;
}

.productHeaderBox {
	font-size:			22px;
	font-family: 		'Kanit', sans-serif;
	font-weight:		600;
	padding-bottom:		15px;
}

.productHeaderCategory {
	font-size:			12px;
	font-family: 		'Kanit', sans-serif;
	font-weight:		400;
	padding-bottom:		15px;
	line-height: 		0;
}

.productHeaderSKU {
	color:				#adadad;
	font-size:			12px;
	font-family: 		'Kanit', sans-serif;
	font-weight:		400;
	padding-bottom:		15px;
	line-height: 		0;
}

.productTextBox {
	margin:				5px 15px;
	font-size:			14px;
	white-space: 		pre-wrap;
}

.measureCategory {
	font-family: 		'Montserrat', sans-serif;
	font-weight:		400;
	font-size:			14px;
	padding-top:		0px;
}

.measureData {
	font-family: 		'Montserrat', sans-serif;
	font-weight: 		600;
	font-size:			16px;
}

.measureGraph {
	border-radius: 		0.3125em;
}

.specsCategory {
	font-family: 		'Montserrat', sans-serif;
	font-weight:		600;
	font-size:			16px;
	padding-top:		10px;
}

.specsData {
	font-family: 		'Montserrat', sans-serif;
	font-weight: 		400;
	font-size:			14px;
}

.variantInfoBox {
	width:				100%;
	height:				60px;
	font-family: 		'Montserrat', sans-serif;
	font-weight: 		600;
	font-size:			12px;
}

.variantOptionSelected {
	float:				left;
	margin:				1px;
	border: 			2px solid #000000;
	padding:			0px;
	min-width:			35px;
}

.variantOptionNotSelected {
	float:				left;
	margin:				1px;
	border: 			0px solid #000000;
	padding:			1px;
	min-width:			35px;
}

.variantOption {
	padding:			4px;
	float:				left;
	margin:				2px;
	border: 			1px solid #cdcdcd;
	min-width:			31px;
}

.buyInfoBox {
	padding:			10px 0px;
}

.warning {
	width:				100%;
	float:				left;
	margin:				5px 0px 5px 0px;
	padding:			5px 10px;
	text-align:			center;
	font-family: 		Arial, sans-serif;
	font-weight:		600;
	font-size:			12px;
	color:				#000000;
	border: 			1px solid #000000;
	border-radius: 		0.3125em;
	background-color:	#fa4616;
	white-space: 		pre-wrap;
}

.usedDisclaimer {
	width:				100%;
	float:				left;
	margin:				5px 0px 5px 0px;
	padding:			5px 10px;
	text-align:			left;
	font-family: 		Arial, sans-serif;
	font-weight:		400;
	font-size:			12px;
	color:				#000000;
	border: 			1px solid #000000;
	border-radius: 		0.3125em;
	background-color:	#fa4616;
	white-space: 		pre-wrap;
}

.greenBackground {
	background-color:	#66b95d;
}

.orangeBackground {
	background-color:	#fa4616;
}


.price {
	font-size:			24px;
	font-weight:		bold;
}

.priceUnit {
	font-size:			14px;
	font-weight:		normal;
}

.priceSave {
	height:				22px;
	font-size:			14px;
	text-transform: 	uppercase;
}

.priceNormal {
	font-size:			14px;
	text-transform: 	uppercase;
	font-weight:		normal;
	text-decoration: 	line-through;
}

.priceOfferEnds {
	font-size: 			10px;
}
.addToCartBox {
	width:				100%;
	padding:			0px 0px;
}
.addToCart {
	width:				100%;
	float:				left;
	margin:				5px 0px 5px 0px;
	padding:			0px 10px;
	cursor: 			pointer;
	position: 			relative;
	align-items: 		center;
	text-align:			center;
	font-family: 		Vipps, Arial, sans-serif;
	font-size:			1.125em;
	font-style:			normal;
	font-weight:		500;
	letter-spacing: 	normal;
    word-spacing: 		normal;
    line-height: 		normal;
    text-transform: 	none;
    text-indent: 		0px;
    text-shadow: 		none;
	color:				#ffffff;
	background-color:	#66b95d;
	border: 			0px solid #66b95d;
	border-radius: 		0.3125em;
	height:				38px;
}

.addToCart:hover {
	background-color:	#9bda94;
}

.addedToCart {
	display: 			none;
	position: 			fixed;
	left:				0px;
	right:				0px;
	padding:			0px;
	color:				#000000;
	border-bottom: 		0px solid #d1d1d1;
	height: 			100vh;
	top: 				0; 
	z-index: 			20;
	text-align: 		center;
}

.addedToCartContent {
	border-radius: 		0.625em;
	margin:				0px;
	padding:			0px;
	width:				100%;
	height:				100%;
	background-color: 	#ffffff;
	border-left: 		0px solid #000000;
	font-size:			14px;
	font-family: 		'Kanit', sans-serif;
	font-weight:		400;
}

.addedToCartHolder {
	background: 		rgba(0,0,0,0.7);
}

.addedToCartPreview {
	padding:			15px;
	border-bottom: 		1px solid #ededed;
}

.addedToCartPreview:hover {
	background-color:	#fafafa;
}

.affiliateLink {
	width:				100%;
	float:				left;
	margin:				5px 0px 5px 0px;
	padding:			0px 10px;
	cursor: 			pointer;
	position: 			relative;
	align-items: 		left;
	text-align:			left;
	font-family: 		Vipps, Arial, sans-serif;
	font-size:			1.125em;
	font-style:			normal;
	font-weight:		500;
	letter-spacing: 	normal;
    word-spacing: 		normal;
    line-height: 		normal;
    text-transform: 	none;
    text-indent: 		0px;
    text-shadow: 		none;
	color:				#000000;
	background-color:	#ececec;
	border: 			1px solid #ececec;
	border-radius: 		0.3125em;
	height:				38px;
}

.affiliateLink:hover {
	
	border: 			1px solid #000000;
}

.loginBox {
	width:				100%;
	padding:			0px 0px;
}
.loginVipps {
	width:				100%;
	float:				left;
	margin:				5px 0px 5px 0px;
	padding:			0px 10px;
	cursor: 			pointer;
	position: 			relative;
	align-items: 		center;
	text-align:			center;
	font-family: 		Vipps, Arial, sans-serif;
	font-size:			1.125em;
	font-style:			normal;
	font-weight:		500;
	letter-spacing: 	normal;
    word-spacing: 		normal;
    line-height: 		normal;
    text-transform: 	none;
    text-indent: 		0px;
    text-shadow: 		none;
    text-align: 		center;
	color:				#ffffff;
	background-color:	#ff5b24;
	border: 			0px solid #66b95d;
	border-radius: 		0.3125em;
	height:				38px;
}

.loginVipps:hover {
	background-color:	#ff985f;
}

.elementHeader {
	float:				left;
	margin:				0px 15px;
	font-family: 		"Bebas Neue", sans-serif;
	padding: 			3px 15px 0px 15px;
	font-size:			26px;
	color:				#ffffff;
	background-color: 	#000000;
	border: 			2px solid #000000;
	text-transform: 	uppercase;
	letter-spacing:		1px;
}


.bannerImageContainer {
	text-align:			center;
	position: 			relative;
	width:				100%;
	padding-top: 		25%;
	overflow:			hidden;
	height: 			100%; 
	background-position: center;
	background-repeat: 	no-repeat;
	background-size: 	cover;
}

.bannerImage {
	margin:				0px;
	position:  			absolute;
	top: 				0;
	left: 				0;
	bottom: 			0;
	right: 				0;
	text-align: 		center;
	display: 			flex;
    justify-content: 	center;
    align-items: 		center;
}

.bannerText {
	font-family: 		"Bebas Neue", sans-serif;
	position: 			absolute;
	right: 				15px;
	bottom: 			15px; 
	padding: 			3px 15px 0px 15px;
	font-size:			26px;
	color:				#ffffff;
	background-color: 	#000000;
	border: 			2px solid #000000;
	text-transform: 	uppercase;
	letter-spacing:		1px;
}

.productStockStatusBox {
	width:				100%;
}
.productStockStatus {
	font-family: 		'Montserrat', sans-serif;
	font-weight: 		600;
	font-size:			10px;
	float:				left;
	margin:				10px 0px 0px 0px;
	padding:			0px 10px;
	border-left: 		0px solid #cdcdcd;
	min-height:			24px;
	width:				100%;
}
.productEstimatedShipBox {
	width:				100%;
}
.productEstimatedShip {
	font-family: 		'Montserrat', sans-serif;
	font-weight: 		600;
	font-size:			12px;
	float:				left;
	margin:				0px 0px 0px 0px;
	padding:			0px 10px;
	border-left: 		0px solid #cdcdcd;
	min-height:			24px;
	width:				100%;
}
.productAltSkuBox {
	width:				100%;
}
.productAltSku {
	font-family: 		'Roboto', sans-serif;
	font-weight:		500;
	letter-spacing:		1px;
	font-size:			10px;
	float:				left;
	margin:				2px 0px;
	padding:			0px 10px;
	border-left: 		1px solid #cdcdcd;
	width:				100%;
}
.productFitsBox {
	width:				100%;
	height:				30px;
}
.productFits {
	font-family: 		'Roboto', sans-serif;
	font-weight:		500;
	letter-spacing:		1px;
	font-size:			13px;
	float:				left;
	margin:				5px 0px;
	padding:			0px 10px;
	border-left: 		1px solid #cdcdcd;
}

.productTeaserVerticalList {
	border-bottom: 		1px solid #cdcdcd;
	padding:			10px 0px;
	overflow: 			hidden;
}

.productTeaserVerticalBox {
	display: 			block;
	padding:			0px;
	color:				#ffffff;
	background-color:	#202020;
	overflow: 			hidden;
	text-decoration:	none;
	border: 			1px solid #ffffff;
}

.productTeaserVerticalBox:hover {
	background-color:	#505050;
	border: 			1px solid #444444;
}

.productTeaserVerticalImageContainer {
	text-align:			center;
	position: 			relative;
	width:				100%;
	padding-top: 		75%;
	background-color:	#FFFFFF;
}

.productTeaserVerticalImage {
	margin:				10px;
	position:  			absolute;
	top: 				0;
	left: 				0;
	bottom: 			0;
	right: 				0;
	text-align: 		center;
	display: 			flex;
    justify-content: 	center;
    align-items: 		center;
	background-color:	#FFFFFF;
}

.productTeaserVerticalText {
    color: 				#ffffff;
	padding:			10px;
}

.productTeaserVerticalHeader {
	font-family: 		'Montserrat', sans-serif;
	font-weight: 		600;
	font-size:			14px;
    color: 				#ffffff;
	width:				100%;
}

.productTeaserVerticalCategory {
	font-family: 		'Montserrat', sans-serif;
	font-weight: 		400;
	font-size:			11px;
    color: 				#ffffff;
	width:				100%;
}
.productTeaserVerticalPrice {
	float:				left;
	font-family: 		'Roboto', sans-serif;
	font-weight:		500;
	letter-spacing:		1px;
	font-size:			20px;
	text-align:			left;
}

.productTeaserVerticalNews {
	position: 			absolute;
	top: 				10px;
	left: 				0px; 
	padding: 			0px 5px;
	font-family: 		'Montserrat', sans-serif;
	font-weight: 		600;
	font-size:			12px;
	color:				#000000;
	background-color:	#fa4616;
	border: 			1px solid #000000;
	border-radius: 		0.3125em;
}

.productTeaserVerticalUsed {
	position: 			absolute;
	top: 				3px;
	right: 				0px; 
	padding: 			0px 5px;
	font-family: 		'Montserrat', sans-serif;
	font-weight: 		600;
	font-size:			12px;
	color:				#000000;
	background-color:	#fa4616;
	border: 			1px solid #000000;
	border-radius: 		0.3125em;
}

.productTeaserBox {
	display: 			block;
	padding:			10px;
	color:				#ffffff;
	background-color:	#202020;
	padding:			0px;
	border-radius: 		0px;
	border: 			0px solid #ffffff;
	margin:				10px;
	overflow: 			hidden;
	text-decoration:	none;
}
.productTeaserBox:hover {
	background-color:	#505050;
	border: 			0px solid #444444;
}

.productTeaserImageContainer {
	text-align:			center;
	position: 			relative;
	width:				100%;
	padding-top: 		75%;
	background-color:	#ffffff;
}

.productTeaserImage {
	margin:				10px;
	position:  			absolute;
	top: 				0;
	left: 				0;
	bottom: 			0;
	right: 				0;
	text-align: 		center;
	display: 			flex;
    justify-content: 	center;
    align-items: 		center;
}

.productTeaserNews {
	position: 			absolute;
	top: 				10px;
	left: 				0px; 
	padding: 			0px 5px;
	font-family: 		'Montserrat', sans-serif;
	font-weight: 		600;
	font-size:			12px;
	color:				#000000;
	background-color:	#fa4616;
	border: 			1px solid #000000;
	border-radius: 		0.3125em;
}

.productTeaserUsed {
	position: 			absolute;
	top: 				30px;
	right: 				0px; 
	padding: 			0px 5px;
	font-family: 		'Montserrat', sans-serif;
	font-weight: 		600;
	font-size:			12px;
	color:				#000000;
	background-color:	#fa4616;
	border: 			1px solid #000000;
	border-radius: 		0.3125em;
}

.productTeaserHeader {
	font-family: 		'Montserrat', sans-serif;
	font-weight: 		600;
    color: 				#ffffff;
	width:				100%;
	margin:				5px 0px 0px 0px;
	height:				45px;
}

.productTeaserCategory {
	font-family: 		'Montserrat', sans-serif;
	font-weight: 		400;
	font-size:			12px;
	margin:				0px 0px 5px 0px;
	
}
.productTeaserPrice {
	float:				left;
	font-family: 		'Roboto', sans-serif;
	font-weight:		500;
	letter-spacing:		1px;
	font-size:			24px;
	text-align:			left;
	margin:				5px 0px 5px 0px;
	padding:			0px 0px;
	width:				50%;
}
.productTeaserStock {
	float:				right;
	font-family: 		'Roboto', sans-serif;
	font-weight:		500;
	letter-spacing:		1px;
	font-size:			10px;
	text-align:			right;
	margin:				5px 0px 5px 0px;
	padding:			14px 0px 0px 0px;
	border-left: 		0px solid #cdcdcd;
	width:				50%;
}
.row {
	margin:				0px 0px;
	padding:			5px 0px;
	border-bottom: 		1px solid #cdcdcd;
}
.row:hover {
	background-color:	#f3f3f3;
}

.rowHover {
	margin:				0px 0px;
	padding:			5px 0px;
	border-bottom: 		1px solid #cdcdcd;
}
.rowHover:hover {
	background-color:	#f3f3f3;
}

.rowNoHover {
	margin:				0px 0px;
	padding:			5px 0px;
	border-bottom: 		1px solid #cdcdcd;
}

.cartRow {
	margin:				10px 0px;
	padding:			5px 0px;
	border-bottom: 		1px solid #cdcdcd;
}

.cartHeader {
	font-family: 		'Montserrat', sans-serif;
	font-weight: 		600;
	text-align:			left;
	color:				#000000;
	
}

.cartContent {
	font-family: 		'Montserrat', sans-serif;
	font-weight: 		600;
	text-align:			left;
	font-size:			12px;
	color:				#000000;	
}

.cartInfo {
	font-family: 		'Montserrat', sans-serif;
	font-weight: 		400;
	text-align:			left;
	font-size:			12px;
	color:				#000000;	
}

.cartProduct {
	font-family: 		'Montserrat', sans-serif;
	font-weight: 		600;
	text-align:			left;
	font-size:			12px;
	color:				#000000;	
}

.cartSKU {
	font-family: 		'Montserrat', sans-serif;
	font-weight: 		400;
	text-align:			left;
	font-size:			10px;
	color:				#000000;	
}

.cartRemove {
	text-align:			center;
}

.cartAdjust {
	margin:				5px;
	height:				22px;
	width:				22px;
	text-align:			center;
	border: 			1px solid #000000;
	border-radius: 		0.3125em;
}

h1 {
	font-family: 		'Montserrat', sans-serif;
	font-weight: 		600;
}

h2 {
	font-family: 		'Montserrat', sans-serif;
	font-weight: 		600;
}

h3 {
	font-family: 		'Montserrat', sans-serif;
	font-weight: 		600;
}

.infoText {
	display: 			inline-block;
	font-family: 		'Montserrat', sans-serif;
	font-weight: 		400;
	font-size:			13px;
}

.infoTextImportant {
	display: 			inline-block;
	font-family: 		'Montserrat', sans-serif;
	font-weight: 		600;
	font-size:			13px;
}

.path {
	display: 			inline-block;
	font-family: 		'Montserrat', sans-serif;
	font-weight: 		400;
	font-size:			13px;
	text-decoration:	none;
}

.path:hover {
	text-decoration:	underline;
}

.loginBox {
	width:				100%;
	padding:			0px 0px;
}
.loginVipps {
	width:				100%;
	float:				left;
	margin:				5px 0px 5px 0px;
	padding:			0px 10px;
	cursor: 			pointer;
	position: 			relative;
	align-items: 		center;
	text-align:			center;
	font-family: 		Vipps, Arial, sans-serif;
	font-size:			1.125em;
	font-style:			normal;
	font-weight:		500;
	letter-spacing: 	normal;
    word-spacing: 		normal;
    line-height: 		normal;
    text-transform: 	none;
    text-indent: 		0px;
    text-shadow: 		none;
    text-align: 		center;
	color:				#ffffff;
	background-color:	#ff5b24;
	border: 			0px solid #66b95d;
	border-radius: 		0.3125em;
	height:				38px;
}

.loginVipps:hover {
	background-color:	#ff985f;
}

.checkoutHeader {
	font-family: 		'Bebas Neue', sans-serif;
	font-weight: 		400;
	font-size:			18px;
	letter-spacing:		1.5px;
}

.footerMain {
	border-top: 		1px solid #cdcdcd;
	margin:				auto;
	margin-top:			10px;
	background-color:	#202020;
	padding:			0px;
	border-radius: 		0px;
	overflow: 			hidden;
}

.footerContent {
	margin:				auto;
	margin-top:			10px;
	max-width:			1200px;
	padding:			15px 30px 50px 30px;
	border-radius: 		0px;
	overflow: 			hidden;
}

.footerContentEnd {
	margin:				auto;
	margin-top:			10px;
	max-width:			1200px;
	padding:			30px 30px 50px 30px;
	color:				#a8a8a8;
	font-family: 		'Montserrat', sans-serif;
	font-weight: 		400;
	font-size:			13px;
	text-align:			right;
	border-top: 		1px solid #353a3e;
	overflow: 			hidden;
}

.footerHeader {
	color:				#FFFFFF;
	max-width:			150px;
	font-family: 		'Bebas Neue', sans-serif;
	font-weight: 		400;
	font-size:			18px;
	letter-spacing:		1.5px;
	border-bottom: 		0px solid #fa4616;
	margin-bottom:		0px;
	margin-top:			15px;
}

.footerText {
	color:				#a8a8a8;
	font-family: 		'Montserrat', sans-serif;
	font-weight: 		400;
	font-size:			13px;
	text-decoration:	none;
	margin:				5px 0px;
}

.footerLinks {
	color:				#90969a;
	display: 			inline-block;
	font-family: 		'Montserrat', sans-serif;
	font-weight: 		400;
	font-size:			13px;
	text-decoration:	none;
	margin:				2px 0px;
}

.footerLinks:hover {
	text-decoration:	underline;	
}

.carousel-cell {
	text-align:			center;
	width: 				100%; /* full width */
	height: 			300px; /* height of carousel */
	margin-right: 		10px;
	display: 			flex;
	justify-content: 	center;
	align-items: 		center;
}

.carousel.is-fullscreen .carousel-cell {
  height: 100%;
}

.dropdown {
	position: 			absolute; 
	left:				0px;
	right:				0px;
	margin:				auto;
	margin-top:			0px;
	padding:			0px;
	max-width:			100%;
	color:				#000000;
	z-index:			10;
	border-bottom: 		1px solid #d1d1d1;
}

.menuDropdown {
	background-color:	#f1f1f1;
	min-height:			200px;
}

.menuDropdownContent {
	overflow:			hidden;
	margin: 			auto;
	max-width: 			1200px;
	padding: 			10px;
}

.menuExit {
	position: 			fixed; 
	top:				0px;
    left:				0px;
	height: 			100vh;
	background: 		rgba(0,0,0,0.4);
	z-index:			1;
}
