body {
	color:				#000000;
}

th {
	font-size:			10px;
	color:				#000000;
}

td {
	font-size:			12px;
}

.carousel-item {
    transition: 		transform .2s ease-in-out;
}

.highlight {
	background-color:	#EEEEEE;
	color: 				black;
	cursor: 			pointer;
}

.highlight:hover {
	background-color:	#DDDDDD;
}

.companyName {
	text-align: 		center;
	padding-bottom: 	0px;
	font-family: 		'Bebas Neue', cursive;
	font-size:			54px;
}

.currency {
	float:				left;
	font-family: 		'Montserrat', sans-serif;
	font-weight: 		600;
	font-size:			12px;
	padding:			0px 20px;
}

.row {
	font-family: 		'Montserrat', sans-serif;
	font-weight: 		600;
	margin:				0px 0px;
	padding:			5px 0px;
	border-bottom: 		1px solid #cdcdcd;
}

.row:hover {
	background-color:	#f3f3f3;
}

.location {
	font-family: 		'Montserrat', sans-serif;
	font-weight: 		400;
	font-size:			12px;
}

.largeText {
	font-family: 		'Montserrat', sans-serif;
	font-weight: 		600;
	font-size:			14px;
}

.smallText {
	font-family: 		'Montserrat', sans-serif;
	font-weight: 		400;
	font-size:			12px;
}

.sellingPointsBar {
	color:				#000000;
	font-family: 		'Bebas Neue', cursive;
	letter-spacing:		2px;
	margin: 			auto;
	width:				1024px;
	padding-top:		5px;
	text-align:			center;
}

.headerBar {
	color:				#ffffff;
	margin: 			auto;
	width:				1024px;
}
.headerBarBackground {
	background-color:	#333333;
}

.contentHeader {
	font-family: 		'Poppins', sans-serif;
	font-size:			14px;
	letter-spacing:		0.5px;
	text-transform: 	uppercase;
	text-decoration:	underline;
	text-decoration-color:	#fa4616;
}

.content {
	margin:				10px;
	background-color:	#eeeeee;
	padding:			5px 10px;
	border-radius: 		0px;
	overflow:			hidden;
}

.bannerImageContainer {
	text-align:			center;
	position: 			relative;
	width:				100%;
	padding-top: 		25%;
	overflow:			hidden;
}

.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: 			0px 15px;
	font-size:			26px;
	color:				#ffffff;
	background-color: 	#000000;
	border: 			2px solid #000000;
	text-transform: 	uppercase;
	letter-spacing:		1px;
}

.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;
}

.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:				#000000;
	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;
}

.tooltip {
	position: 			relative;
	display: 			inline-block;
	cursor: 			pointer;
}

.tooltip .tooltiptext {
	visibility: 		hidden;
	width: 				200px;
	color: 				#000000;
	font-weight:		normal;
	text-align: 		left;
	border-radius: 		0px;
	padding: 			5px 5px;
	position: 			absolute;
	z-index: 			1;
	border:				1px solid #000000;
	bottom: 			100%;
	left: 				50%;
	margin-left: 		-60px;
	background-color:	#FFFFFF;
	opacity:			0;
	transition: 		opacity 0.2s;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

/* Dropdown Button */
.dropbtn {
	color: 				white;
	border: 			none;
	background-color:	#333333;
	padding:			10px;
	border: 			none;
	cursor: 			pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
  background-color: #3e8e41;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
	color:				#000000;
  padding:				30px;
  display: 				none;
  position: 			fixed;
  left: 				50%;
  transform: 			translate(-50%, 0);
  background-color: 	#f1f1f1;
  margin:				0 auto;
  width:				1024px;
  box-shadow: 			0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 				1;
  min-height:			200px;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}