@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?v1c9ki');
  src:  url('fonts/icomoon.eot?v1c9ki#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?v1c9ki') format('truetype'),
    url('fonts/icomoon.woff?v1c9ki') format('woff'),
    url('fonts/icomoon.svg?v1c9ki#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: barmenoBQ;
    src: url('assets/Barmeno BQ Regular.otf');
}

@font-face {
    font-family: Cats-headline;
    src: url('fonts/CatsHeadline-Regular.woff2');
}

@font-face {
    font-family: barmeno-medium;
    src: url(assets/barmeno-medium.0477ce8a.woff2) format("woff2"), url(assets/barmeno-medium.53a258b0.woff) format("woff");
    font-weight: 700;
    font-style: normal
}


body {
	background:#e7e8e6;
	font-family: Arial,Helvetica,sans-serif;
    margin: 0px;
    cursor: none;
}

.item {
	//border-style: solid;
	margin: 0 30px 0 30px;
    box-shadow: 5px 5px 5px #aaaaaa;
	width:1500px;
    /*width:1000px;*/
	height: 1000px;
    /*height: 650px;*/
	background: #FFFFFF;
	margin-bottom: 20px;
}

.grid{
	display: flex;
    min-width: 100%;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
	height: 100%
}

.grid_item_half {
    width: 50%;
    box-sizing: border-box;
}

.stat-list {
    display: flex;
    flex-wrap: wrap;
    margin: 20px;
    padding-inline-start:  0px;
}

.stat-list li {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid hsla(0,0%,100%,.4);
    width: 50%;
    padding: 10px 0;
}

.bg-purple {
    background-color: #7a1b72;
}

.grid_item_full {
    width: 100%;
    box-sizing: border-box;
}

.text-white {
    color: #fff;
}

.stat-list li p {
    font-size: 25px;
    /* font-size: 15px; */
    margin: 0;
    padding: 0 20px;
    font-family: Arial,Helvetica,sans-serif;

}

.stat-list li p:first-of-type:after {
    content: ":";
}

.headline{
	font-family: Cats-headline;
	color: #7a1b72;
}

.article{
	padding-right: 20px;
	font-size: 1.3em;
	/* font-weight: bold; */
	font-family: Arial,Helvetica,sans-serif;
    /*font-size: 0.74em;*/
}

.ReservedRibbon {
    height: 45px;
    width: 180px;
    background-color: #7a1b72;
    position: absolute;
    top: 48px;
    right: 24px;
    text-align: center;
    color: #FFF;
    font-weight: 200;
    font-size: 38px;
    white-space: nowrap;
    font-family: Cats-headline;
  	-webkit-transform: rotate(35deg);
    -moz-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    -o-transform: rotate(35deg);
    transform: rotate(35deg);
}

.ReservedRibbon:before {
    box-sizing: border-box;
    border-style: solid;
    border-color: transparent;
    border-width: 48px;
    border-left-width: 24px;
    border-right-width: 34px;
    content: "";
    display: block;
    left: -69px;
    position: absolute;
    width: 155%;
    border-top-width: 0px;
    border-bottom-color: #7a1b72;
    top: -2px;
    z-index: -1;
}

.fancybox-button {
    background: rgb(255 255 255);
}

.aside{
    background-color: #fae6fa;
	color: #7A1B72;
    padding: 20px 20px;
    margin-bottom: 0px;
    overflow: hidden;
}


.icon-list__play{
    font-size: 35px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 70px;
    font-family: Cats-headline !important;
    color: inherit;
    min-height: 70px;
    text-decoration: none;
    vertical-align: middle;
}

.video-link{
    color: inherit;
    text-decoration: none;
    padding-bottom: 0;
	margin-left: 20px;
    display: block;
}

.info-video{
	margin-right: 20px;
}

.icon-list__play:before {
    font-family: 'icomoon' !important;
    content: "\ea15";
    position: absolute;
    left: 0;
    font-size: 50;
}

.fancybox-close-small {
    background: #fae6fa;
    border: 0;
    border-radius: 50%;
    color: #7A1B72;
    opacity: 1;
    right: -30px;
    top: -30px;
    width: 60px;
    height: 60px;
    z-index: 10000000;
}

.fancybox-button--arrow_right {
    padding: 0px !important;
    right: 80 !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: #fae6fa !important;
    color: #7A1B72 !important;
    opacity: 1 !important;
    height: 100px !important;
    width: 100px !important;
}

.fancybox-button--arrow_left {
    padding: 0px !important;
    left: 80 !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: #fae6fa !important;
    color: #7A1B72 !important;
    opacity: 1 !important;
    height: 100px !important;
    width: 100px !important;
}

.image_count{
    content: "";
    width: 50;
    height: 80px;
    background-image: url(https://www.cats.org.uk/images/base64/svg/gallery-icon.svg);
    background-size: cover;
    background-position: 50%;
    position: absolute;
    z-index: 1;
    bottom: 10px;
    right: 10px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    color: #fff;
    font-size: 12px;
}

.right_image{
    position: relative;
	padding-top: 20px;
}

.cover{
    width: 100%;
    height: 90%;
    position: absolute;
    z-index: 1000000;
    display: none;
    bottom: 0px;
}

.cover2{
    width: 50%;
    height: 100%;
    position: absolute;
    z-index: 1000000;
    display: none;
    left: 0px;
}

.ad-image{
	background-image: url(https://cp.mattburnett.co.uk/assets/BCTouchscreen.png);
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #211e31;
}