body {
	font-family: 'Oxygen', sans-serif;
}

.nav-container-bg {
  height: 60px;
  width: 100%;
  background: linear-gradient(#ff8000 0%, #ffcc00 100%);
  background: -webkit-linear-gradient(#ff8000, #ffcc00);
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
}

.logo-navbar {
	margin-left: 30px;
	position: absolute;
	width: 100px;
	box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	transition: all 0.4s;
	z-index: 1;
}

.logo-navbar:hover {
	width: 110px;
}

.flag-navbar {
	position: absolute;
	width: 25px;
	z-index: 1;
	padding-left: 4px;
	margin-top: 7px;
}

.flag-navbar-gb {
	position: absolute;
	width: 25px;
	z-index: 1;
	padding-left: 4px;
	margin-top: 28px;
}

.primary-links {
	padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
	background: rgba(0,0,0,0.5);
	opacity: 0.5;
	color: #fff;
	transition: all 0.2s ease-in-out;
	float: left;
	text-decoration: none;
  margin: 0 auto;
}

.primary-links-active {
  padding: 20px;
  height: 60px;
  width: 100px;
  background: black;
  opacity: 0.5;
  color: #fff;
  transition: all 0.3s ease-out;
  float: left;
}

.primary-links:hover {
	background-color: #000;
	color: #fff;
	text-decoration: none;
}

.fix {
	position: absolute;
	bottom: 0px;
	left: 5%;
	right: 5%;
}

.learnbutton {
	padding: 10px;
	padding-left: 30px;
	padding-right: 30px;
	text-decoration: none;
	border-radius: 5px;
	color: white;
	background: black;
	border: 1px solid black;
	font-size: 14px;
	text-transform: uppercase;
}

.learnbutton:hover {
	cursor: pointer;
	transition: 0.5s all;
	text-decoration: none;
	color: black;
	border: 1px solid black;
	background: white;
}

.learnbutton-xs {
	padding: 10px;
	text-decoration: none;
	border-radius: 5px;
	color: white;
	background: black;
	border: 1px solid black;
	text-transform: uppercase;
	margin-left: 25%;
	margin-right: 25%;
}

.learnbutton-xs:hover {
	cursor: pointer;
	transition: 0.5s all;
	text-decoration: none;
	color: black;
	border: 1px solid black;
	background: white;
}

.index-subtitle {
	font-weight: 100;
	margin-top: -10px;
}

.contact-heading {
	text-align: center;
	font-size: 32px;
	letter-spacing: -3px;
	padding-top: 3%;
	padding-bottom: 3%;
	margin-top: -25px;
	color: rgba(255, 255, 255, 1);
	background-color: rgba(255, 183, 107, 1);
}

.contact-box {
	width: 100%;
	border-radius: 5px;
	transition: all 0.2s;
	color: black;
	padding: 5%;
	margin-bottom: 10%;
}

.contact-box:hover {
	transition: all 0.2s;
	color: black;
	text-decoration: none;
	background-color: #f1f1f1;
}

.no-text-decor {
	text-decoration: none;
}

.map-container {
	width: 100%;
}

.google-maps {
	position: relative;
	padding-bottom: 75%; // This is the aspect ratio
	height: 0;
	overflow: hidden;
}

.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.footer-container {
	top: auto;
	right: auto;
	bottom: 0;
	left: 0;
	padding: 18px 0px 17px 0px;
	font-size: 12px;
}

.footer-container-new {
	top: auto;
	right: 0;
	bottom: 0;
	left: auto;
	padding: 17px 75px;
	font-size: 12px;
	float: right;
}

.footer-link {
	color: #6e6e6e;
	display: inline;
	border-right: 1px solid #e1e1e1;
	padding-right: 12px;
	margin-right: 12px;
	text-decoration: none;
}

.footer-link-right {
	color: #6e6e6e;
	display: inline;
}

.footer-link:hover {
	text-decoration: none;
	color: #000;
}

.footer-link-right:hover {
	color: #000;
	text-decoration: none;
}

.footer-copyright {
	color: #6e6e6e;
}

.product-box {
	background: #fff;
	border: 1px solid #eaeaea;
	width: 20em;
	margin: 0 auto;
	border-radius: 8px;
	margin-top: 2em;
	padding: 1em;
	cursor: pointer;
	text-align: center;
	transition: 0.2s all;
}

.product-box:hover {
	background: #fff;
	border: 1px solid #bcbcbc;
	border-radius: 8px;
	margin-top: 2em;
	padding: 1em;
	transition: 0.2s all;
	}

small.price {
		color: #00c700;
		font-size: 12px;
}

td.product {
	padding-top: 2%;
	padding-left: 2%;
	padding-right: 2%;
}

.footer {
	background-color: #f8f8f8;
	border-top: 1px solid #e7e7e7;
}