@font-face {
    font-family: 'Roboto Condensed';
    src: url('/assets/fonts/roboto/RobotoCondensed-Regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Roboto';
    src: url('/assets/fonts/roboto/Roboto-Thin-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/assets/fonts/roboto/Roboto-Light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Roboto';
    src: url('/assets/fonts/roboto/Roboto-Medium-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Albert Sans';
    src: url('/assets/fonts/albert-sans/AlbertSans-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Albert Sans';
    src: url('/assets/fonts/albert-sans/AlbertSans-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Albert Sans';
    src: url('/assets/fonts/albert-sans/AlbertSans-Thin.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Albert Sans';
    src: url('/assets/fonts/albert-sans/AlbertSans-Medium.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Albert Sans';
    src: url('/assets/fonts/albert-sans/AlbertSans-Black.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
}

* { outline: none; -webkit-font-smoothing: antialiased; }
input { -webkit-appearance: none; outline: none; }

html { overflow-y: auto; height: 100%; }

body
{
	font-family: 'Roboto',Arial,Helvetica,sans-serif;
	height: 100%;
	margin: 0;
	font-weight: 700;
	font-size: 18px;
  background-color: #000;
  background: #000; /* Old browsers */
  background: -moz-linear-gradient(left,  #000 0%, #000 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#000), color-stop(100%,#000)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  #000 0%,#000 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  #000 0%,#000 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  #000 0%,#000 100%); /* IE10+ */
  background: linear-gradient(to right,  #000 0%,#000 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#000',GradientType=1 ); /* IE6-9 */
}

body.just-fitness
{
    font-family: 'Albert Sans',Arial,Helvetica,sans-serif;
    background: #ce3634;
}


header
{
  width: 100%;
  background-color: #000;
  background: #000; /* Old browsers */
  background: -moz-linear-gradient(left,  #000 0%, #000 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#000), color-stop(100%,#000)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  #000 0%,#000 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  #000 0%,#000 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  #000 0%,#000 100%); /* IE10+ */
  background: linear-gradient(to right,  #000 0%,#000 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#000',GradientType=1 ); /* IE6-9 */
	position: relative;
	top: 0;
	left: 0;
	height: 70px;
	z-index: 100;
	overflow: hidden;
}

.just-fitness header
{
    background: #ce3634;
}

h1
{
  float: right;
	margin: 25px 20px 20px 20px;
	font-weight: 300;
	color: white;
	font-size: 16px;
	font-family: 'Roboto Condensed',arial,helvetica,sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1.6rem;
}

.just-fitness h1
{
    font-family: 'Albert Sans',Arial,Helvetica,sans-serif;
    letter-spacing: 0;
    text-transform: none;
    font-size: 32px;
    margin-top: 16px;
    font-weight: 800;
}

#headerInner
{
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

#backgroundCycle
{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.just-fitness #backgroundCycle
{
    display: none;
}

#backgroundCycle span
{
  display: block;
  background-size: contain;
  background-position: center center;
	background-color: white;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#container {
	width: 100%;
	max-width: 1080px;
	height: 100%;
	box-sizing: border-box;
	margin: 0 auto;
  position: relative;
  z-index: 2;
	display: table;
}

#containerBar
{
  width: 100%;
	position: relative;
	height: 100%;
	box-sizing: border-box;
	background: black;
	padding: 0;
}

.just-fitness #containerBar
{
    background: #ce3634;
}

.just-fitness #containerBar::before
{
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/jf-pattern-white.svg);
    background-size: cover;
    background-position: center center;
    content: "";
    top: 0;
    left: 0;
    opacity: 0.03;
}
}

#logo
{
  width: 234px;
  height: 32px;
  display: block;
  margin: 0;
}

.just-fitness #logo
{
    height: 40px;
    object-fit: contain;
    object-position: left center;
}

#logoContainer
{
  padding: 20px 20px;
	width: 340px;
  margin: 0 auto;
	float: left;
}

.just-fitness #logoContainer
{
    padding-block: 15px;
}

.clearer
{
  clear: both;
}

ul
{
  list-style: none;
	margin: 0;
	padding: 0;
	display: table-cell;
	vertical-align: middle;
}

ul li
{
  float: left;
	box-sizing: border-box;
	width: 50%;
	padding: 20px;
	margin: 0;
	font-size: 1.5em;

}

ul li a
{
	display: flex;
  background-color: rgba(0,0,0,0.3);
	box-sizing: border-box;
	border: 3px solid white;
	text-transform: uppercase;
	padding: 40px 20px;
	text-align: center;
	color: white;
	font-size: 26px;
	font-family: "Roboto Condensed";
	text-decoration: none;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
	letter-spacing: 0.05em;
	line-height: 1em;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

ul li a img
{
    display: block;
    max-width: 160px;
    margin-bottom: 0.75em;
}

ul li a span
{
    display: block;
}

.just-fitness ul li a
{
    font-family: 'Albert Sans',Arial,Helvetica,sans-serif;
    font-weight: 800;
    text-transform: none;
    border-radius: 1em;
    letter-spacing: 0;
    padding: 0;
    border: none;
    background-color: transparent;
}

ul li a:hover, ul li a:active
{
	background-color: #bed600;
	border-color: #bed600;
	color: #000;
}

.just-fitness ul li a:hover, .just-fitness ul li a:active
{
    background-color: transparent;
    opacity: 0.8;
    color: white;
}

#footerLogos
{
	display: none;
	-webkit-transition: 0.3s all;
	height: 0;
}

.showLogos #footerLogos
{
	display: block;
	width: 100%;
	height: auto;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 100;
}

@media only screen and (max-width: 500px)
{
  #logoContainer
	{

	}

	h1
	{
	  float: left;
		clear: both;
		text-align: left;
		margin-top: 10px;
	}
}

@media only screen and (max-width: 850px)
{
  ul li
	{
	  width: 100%;
	}
}
