@import url(https://fonts.googleapis.com/css?family=Nunito);
@import url(https://fonts.googleapis.com/css?family=Nunito);

@font-face {
    font-family: Metropolis;
    src: url(/scripts/fonts/Metropolis-Regular.otf);
}

@font-face {
    font-family: MetropolisBold;
    src: url(/scripts/fonts/Metropolis-Bold.otf);
}

@font-face {
    font-family: MetropolisBoldItalic;
    src: url(/scripts/fonts/Metropolis-BoldItalic.otf);
}

@font-face {
    font-family: MetropolisLight;
    src: url(/scripts/fonts/Metropolis-Light.otf);
}

body {
    font-family: Metropolis, 'Nunito', sans-serif !important;
    background-color: #111;
}

.metropolisregular {
    font-family: Metropolis, 'Nunito', sans-serif;
}

.metropolisbold {
    font-family: MetropolisBold, 'Nunito', sans-serif;
}

.metropolisbolditalic {
    font-family: MetropolisBoldItalic, 'Nunito', sans-serif;
}

.metropolislight {
    font-family: MetropolisLight, 'Nunito', sans-serif;
}

body, html {
  height: 100%;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}

.litloggedinas {
    margin-top: 1%;
    margin-bottom: 1%;
    margin-left: 5%;
    margin-right: 5%;
}
	
	.pgcontent{
		background-color: white;
		margin-top:0%;
		margin-bottom:0%;
		margin-left:5%;
		margin-right:5%;
		padding:5%;
	}

.pgcontent_home{
		margin-top:3%;
		margin-bottom:0%;
		margin-left:5%;
		margin-right:5%;
		padding:5%;
	}
	
	.pgfooter{
		margin-left:5%;
		margin-right:5%;
		padding:1%;
		text-align:right;
		background-color: #111;
	}

.pgheader {
    height: auto;
    background-color: rgba(12, 12, 12, 0.5);
    color: #06edff;
    padding: 0;
    padding-top: 0%;
    padding-bottom: 0%;
}


.parallax {
    /* The image used */
    background-image: url('/images/2022/thatbarBGgrey.jpg');
    /* Full height */
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.homeNav {
    background-color: rgba(255, 255, 255, 0.2);
    text-align: center;
    font-size: 140%;
    overflow: hidden;
    padding-block: 0.7em;
}

.homeNav a {
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.homeNav a:hover {
  color: #06edff;
}

.homeNav .icon {
  display: none;
}


.mainNav {
  overflow: hidden;
  background-color: #333;	
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
  z-index: 200;
}

.mainNav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  min-width:10%;
}

.mainNav a:hover {
  background-color: #ddd;
  color: black;
}

.mainNav a.logincontrol {
    background-color: #06edff;
    color:#333;
}
    .mainNav a.logincontrol:hover {
        background-color: #ccc;
        color: #888;
    }

.mainNav .icon {
  display: none;
}

.navOnPage{
	background-color: #bbbbbb;
    color:#000000;
}

@media screen and (max-width: 600px) {
	/*
  .mainNav a:not(:first-child) {display: none;}
	*/
	.mainNav a {display: none;}
  .mainNav a.icon {
    float: right;
    display: block;
  }
	
	/*
	 .homeNav a:not(:first-child) {display: none;}
	*/
	.homeNav a {display: none;}
  .homeNav a.icon {
    float: right;
    display: block;
  }

    .mobileheader{ display:none;}
    .desktopheader { display: none;}

  .mainNav.responsive {position: relative;}
  .mainNav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .mainNav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
	
	.homeNav.responsive {position: relative;}
  .homeNav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .homeNav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

    .fullcolwidth {
        display: block;
        width: 100%;
    }
}
			
.wholesaleradvert {
    position: absolute;
    width: auto;
    right: 5%;
    z-index: 100;
}

div.appstores img {
    height: 33%;
}

@media (min-width: 992px) { /*large screens*/
    img.lr-devices-only {
        display: inline;
    }

    img.sm-devices-only {
        display: none;
    }

    .col-voucher-instruction-4 {
        width: 33%;
        background-color: #9b56fa;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .col-voucher-instruction-8 {
        width: 66%;
        background-color: #98fa34;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .fullcolwidth {
        width: 50%;
    }
}

div.header-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

div.header-img img {
    width: 300px;
    max-width: 90%;
}

@media (max-width: 991px) { /*small screens*/
    div.header-img {
        flex-wrap: wrap;
    }
    
    div.header-img a.logo {
        width: 100%;
    }

    div.header-img span.app-store {
        order: 1;
        width: 50%;
        flex-shrink: 0;
        margin-bottom: 1em;
    }

    img.lr-devices-only {
        display: none;
    }

    img.sm-devices-only {
        display: inline;
    }

    .col-voucher-instruction {
        width: 100%;
    }

    .fullcolwidth {
        width: 100%;
    }
}

    .img-responsive,
    .thumbnail > img,
    .thumbnail a > img,
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
        display: block;
        max-width: 100%;
        height: auto;
    }

    .img-responsive-portrait,
    .thumbnail > img,
    .thumbnail a > img,
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
        display: block;
        height: 90%;
    }

    .colflexdirection {
        flex-direction: column;
    }

    .rowflexdirection {
        flex-direction: row;
    }

    .startpromotingforfree {
        color: white;
        font-size: 50px;
        text-decoration: none;
        border: 6px solid white;
        padding: 20px 50px;
        display: inline-block;
    }

        .startpromotingforfree:hover {
            color: #06edff;
            text-decoration: none;
            border: 6px solid #06edff;
        }

    .thatbarlinks-blue {
        color: #06edff;
        text-decoration: none;
    }

        .thatbarlinks-blue :hover {
            color: #aaa;
            text-decoration: none;
        }

    .h1-large {
        font-size: 300%
    }

    .forcetextleft {
        text-align: left;
    }

    .forcetextright {
        text-align: right;
    }

    .bg-light-pink {
        background-color: lightpink;
        border-radius: 10px;
        padding: 2%;
        margin: 0% 0% 0% 0%;
    }

    .text-liverpool-red {
        color: #f00;
    }

    .liverpool-red-bold {
        font-weight: bold;
    }

ul.how-it-works-list {
    padding: 0;
}

ul.how-it-works-list li {
    margin-top: 4em;
}

div.row {
    margin-inline: 0;
}