@font-face {
  font-family: 'Brown';
  src: url('fonts/Brown-Bold.eot');
  /* IE9 Compat Modes */
  src: url('fonts/Brown-Bold.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('fonts/Brown-Bold.woff') format('woff'),
    /* Modern Browsers */
    url('fonts/Brown-Bold.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('fonts/Brown-Bold.svg#bc16b9b0db9ef0f1430dd17d45a4b42f') format('svg');
  /* Legacy iOS */

  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: 'Brown';
  src: url('fonts/Brown-Light.eot');
  /* IE9 Compat Modes */
  src: url('fonts/Brown-Light.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('fonts/Brown-Light.woff') format('woff'),
    /* Modern Browsers */
    url('fonts/Brown-Light.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('fonts/Brown-Light.svg#8609e2542bae7de88e6a601a6343ee60') format('svg');
  /* Legacy iOS */

  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: 'Brown';
  src: url('fonts/Brown-Regular.eot');
  /* IE9 Compat Modes */
  src: url('fonts/Brown-Regular.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('fonts/Brown-Regular.woff') format('woff'),
    /* Modern Browsers */
    url('fonts/Brown-Regular.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('fonts/Brown-Regular.svg#e8bb100efb3d47ffea678fdff45642f8') format('svg');
  /* Legacy iOS */

  font-style: normal;
  font-weight: 400;
}


body {
  font-family: 'Brown', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-variant-ligatures: common-ligatures;
  -moz-font-variant-ligatures: common-ligatures;
  font-variant-ligatures: common-ligatures;
  text-rendering: optimizeLegibility;
  font-size: 14px;
}

.innerDiv {
  width: 1920px;
  height: 1080px;
  padding: 0;
  margin: 0;
  border: 0px;
  text-align: center;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
  /*background-color: rgba(0,0,0,0.25);*/
  /*pointer-events: all !important;*/
  /*cursor: pointer;*/
}


.innerFull {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: relative;
}

.innerReel {
  width: 1000px;
  height: 1000px;
  padding: 0;
  border: 0px;
  text-align: center;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
  /*background-color: rgba(0,0,0,0.25);*/
  pointer-events: all !important;
}

.closebtn {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 90px;
  height: 90px;
  clip-path: polygon(0% 0%, 0% 100%, 40% 100%, 0% 60%, 0% 40%, 40% 0%, 60% 0%, 100% 40%, 100% 60%, 60% 100%, 100% 100%, 100% 0%);
  background-color: rgba(255, 255, 255, 255);
  z-index: 100001;
  opacity: .3;
}

#slides {
  display:none;
}

.slidesjs-previous {
  position: absolute;
  top: 45vh;
  left: 4vh;
  z-index: 999999;
}

.slidesjs-next{
  position: absolute;
  top: 45vh;
  right: 4vh;
  z-index: 999999;
}


.blurred{
  background: rgba(0,0,0,0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 110000;
}

.plyr__controls{
  opacity: 0;
  display: none;
  pointer-events: none;
  background: rgba(0,0,0,.5);
}
.plyr--video{
  background: rgba(0,0,0,.5);
  --plyr-color-main: rgba(0,0,0,.5);
}

.controls{
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  text-align: center;
  padding: 0px;
  margin: 0px;
  position: absolute;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  pointer-events: none;
}

.cScreen{
  color: rgba(255,255,255,1);
  font-size: 10.5vh;
  cursor: pointer;
  pointer-events: all;
  position: absolute;
  left: 50%;
  bottom: 0%;
  transform-origin: 50% 50%;
  transform: translate(-50%, 0);
  text-shadow: 0 0 .5vh black;
  opacity: 50%;
}

.cWindow{
  /*color: rgba(255,255,255,0.3);*/
  color: rgba(255,255,255,1);
  font-size: 7vh;
  padding: 2vh;
  cursor: pointer;
  pointer-events: all;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  text-shadow: 0 0 .5vh black;
  opacity: 50%;
}

.cNext{
  color: rgba(255,255,255,1);
  font-size: 10vh;
  cursor: pointer;
  pointer-events: all;
  text-decoration: none;
  text-shadow: 0 0 .5vh black;
  opacity: 50%;
}

.cPrev{
  color: rgba(255,255,255,1);
  font-size: 10vh;
  cursor: pointer;
  pointer-events: all;
  text-decoration: none;
  text-shadow: 0 0 .5vh black;
  opacity: 50%;
}

.cNext:hover{
  opacity: 100%;
  color: rgba(255,255,255,1);
}
.cPrev:hover{
  opacity: 100%;
  color: rgba(255,255,255,1);
}
.cScreen:hover{
  opacity: 100%;
  color: rgba(255,255,255,1);
}
.cWindow:hover{
  opacity: 100%;
  color: rgba(255,255,255,1);
}


.splide__slide.picFull img {
	width : auto !important;
	height: 100% !important;
}

.splide__slide img {
  position: absolute;
	width : 100% !important;
	height: auto !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: grab;
}

.splide__slide img:active{
  cursor: grabbing;
}

.splide {
	width : auto !important;
	height: 100% !important;
}

.splide__track {
	height: 100% !important;
}

.splide__list {
	width : 100% !important;
	height: 100% !important;
}

.splide__slide {
  height: 100% !important;
  width: 100% !important;
	top: 50% !important;
	left: 50% !important;
  transform: translate(-50%,-50%) !important;
}

.splide__arrows {
  z-index: 999999;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: default;
  pointer-events: none;
}

.splide__arrow {
  z-index: 999999;
  /*color: rgba(255,255,255,0.3);*/
  color: rgba(255,255,255,1);
  font-size: 10vh;
  cursor: pointer;
  pointer-events: all;
  text-decoration: none;
  position: absolute;
  text-shadow: 0 0 .5vh black;
  opacity: 50%;
}

.splide__arrow:hover{
  opacity: 100%;
  color: rgba(255,255,255,1);
}

.splide__arrow--prev {
  position: absolute;
  top: 45%;
  left: 0;
}

.splide__arrow--next {
  position: absolute;
  top: 45%;
  right: 0;
}
