* {
	margin: 0,0;
    font-family: 'Irregularis';
    color: white;
  touch-action: manipulation;
    text-transform: uppercase;
}	

body, html { 
    overflow-x: hidden; 
    overflow-y: auto;
    background-color: black;
    letter-spacing: 0.18em;
    line-height: 1 !important;
    height: 100%;
    width: 100%;
}
@font-face {
    font-family: 'Irregularis';
    src: url('./Irregularis.ttf') format('truetype');
}

.warn {
    height: 40px !important;
    width: 40px !important;
    position: fixed;
    display: none;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    right: 0;
    bottom: 0;
}

.nopad {
    padding: 0px !important;
}

.untappd option{
    color: black !important;
}

.hide {
  display: none;
}

.midbreak {
    margin-top: -22px;
    margin-bottom: -17px;
    z-index: 1;
}
.postop {
    vertical-align: text-top;
}

.break {
    position: relative;
    z-index: 0;
    top: 0.1vw;
    height: 49px;
    overflow: hidden;
    text-align: center;
    margin-top: 9px;
	font-size: 35px !important;
	color: #D4AF37 !important;
        margin-bottom: 2px !important
  z-index: 9999;
  overflow: hidden;
}
.break:before, .break:after {
    position: absolute;
    top: 37%;
    overflow: hidden;
    width: 50%;
    height: 0.1vw;
    content: '\a0';
    background-color: white;
}
.break:before {
    margin-left: -51%;
    text-align: right;
}
.break:after {
    margin-left: 1%;
    text-align: right;
}


.text-middle {
	text-align: center;
}

.lglogo {
    width: 200px;
    height: 140px;
}

.menubtn {
    padding: 0.1rem 0.2rem;
}

#bottom {
    position: absolute;
    width: 100%;
    bottom: 0px;
}

.content {
	text-align: left;
	padding-left: 0px;
    width: 100%;
    max-height: 100%;
    height: 100%;
    position: relative;
    background-image: black;
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 20px;
}

.title {
	font-size: 40px !important;
	color: #D4AF37 !important;
        margin-bottom: 2px !important
  z-index: 9999;
  overflow: hidden;
}

.soon {
    font-size: 1.7vw;
    padding-left: 2vw;
}

.beer {
    white-space: normal;
}

.beers {
    top:0;
    z-index: 999999;
  white-space: nowrap;
  overflow: hidden;
	width: 99%;
	color: white;
	font-size: 20px;
}

.logo {
  z-index: 9;
	position: absolute;
    width: 100%;
    left: 0;
}

.main {
  z-index: 99999;
}

.bottomMid {
	bottom: 0;
	left: 30%;
	position: absolute;
}

.left {
	width: 49%;
	left: 0;
}

.right {
	width: 49%;
	left: 50%;
}

.img{
   list-style: none;
   	content: '';
	background-repeat: no-repeat;
  	background-size: cover;
  	background-position: center;
    border-radius: 1.5vw;
   	height: 3vw;
   	width: 3vw;
} 
.contain {
   	height: 30px;
   	width: 30px;
}

.tv {
    display:inline-block;
    position:relative;
  padding-right: 15px;
  padding-left: 15px;
}
.pos {
    left:25%;
}
.flex {
    width:33.333%;
}

.frame {    
  background: none;
    display: inline-block;
    z-index: 9999;
    margin-top: 20px;
    margin-bottom: 10px;
    width: 280px;
    left: 4%;
    /* margin: 10vh 10vw; */
    height: 150px !important;
    /* padding: 8vmin; */
    position: relative;
    text-align: center;
  }
  
.tit {    
  background: none;
    display: inline-block;
    z-index: 9999;
    margin-top: 0px;
    margin-bottom: 10px;
    width: 15vw;
    left: 7%;
    /* margin: 10vh 10vw; */
    height: 8vw !important;
    /* padding: 8vmin; */
    position: relative;
    text-align: center;
  }

  .under {
      border-bottom: 0.1vw solid white;
  }
  .space {
      margin-bottom: 20px;
  }
  
  .height {
      height: 15px;
  }

.keg {
    font-family: 'Irregularis';
    color: white;
    display:inline-block;
    vertical-align: text-top;
}

.a1 {
    padding-right: 0px !important;
}

.a2 {
    padding-left: 0px !important;
}

[draggable] {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  /* Required to make elements draggable in old WebKit */
  -khtml-user-drag: element;
  -webkit-user-drag: element;
}

#columns {
  list-style-type: none;
}

.column {
  width: 162px;
  padding-bottom: 5px;
  padding-top: 5px;
  text-align: center;
  cursor: move;
}
.column header {
  height: 20px;
  width: 150px;
  color: black;
  background-color: #ccc;
  padding: 5px;
  border-radius: 10px;
  border: 2px solid #666666;
}

.column.dragElem {
  opacity: 0.4;
}

.tables_ui {
  font-size: 1.5vw;
  table-layout: auto;
}
.tables_ui ul li {
  min-width: 200px;
}
.dragging li.ui-state-hover {
  min-width: 240px;
}
.dragging .ui-state-hover a {
  color:green !important;
  font-weight: bold;
}
.tables_ui th,td {
  text-align: left;
  padding: 0px 4px;
}
.tables_ui tbody :first-child tr{
  border-bottom: 1px solid;
}
.t_sortable tr, .ui-sortable-helper {
  cursor: move;
}
.t_sortable tr:first-child {
  cursor: default;
}
.ui-sortable-placeholder {
  background: yellow;
}

.editbox {
  position: absolute !important;
  padding: 8px;
  background: black;
    top: 4%;
    left: 20%;
    height: fit-content;
    border: solid white 1px;
    color: white !important;
    display: none;
    z-index: 999999;
}

.container {
  margin-top: 20px;
}

.panel-heading {
  font-size: larger;
}

.alert {
  display: none;
}


.error {
  color: #e74c3c;
}

.regs {
    margin-left: -20px;
}


.roundSmall,
.roundMedium,
.roundLarge {
		background: #fff;
		border-radius: 50%;
		position: absolute;
		width: 3px;
		height: 3px;
}
.roundMedium {
		width: 4px;
		height: 4px;
}
.roundLarge {
		width: 5px;
		height: 5px;
}
.starSmall,
.starMedium,
.starLarge {
		position: absolute;
		width: 10px;
		height: 10px;
		background: url(../snowflakes.png);
	  background-size: 100% 100%;
}
.starMedium {
		width: 15px;
		height: 15px;
}
.starLarge {
		width: 20px;
		height: 20px;
}
.realSmall,
.realMedium,
.realLarge {
		position: absolute;
		width: 25px;
		height: 25px;
		background: url(../snowflakes.png);
	background-size: 100% 100%;
}
.realMedium {
		width: 30px;
		height: 30px;
}
.realLarge {
		width: 40px;
		height: 40px;
}
.sharpSmall,
.sharpMedium,
.sharpLarge {
		position: absolute;
		width: 20px;
		height: 20px;
		background-size: 100% 100%;
		background: url(../snowflakes.png);
	background-size: 100% 100%;
}
.sharpMedium {
		width: 28px;
		height: 28px;
}
.sharpLarge {
		width: 35px;
		height: 35px;
}
.ringSmall,
.ringMedium,
.ringLarge {
		position: absolute;
		width: 15px;
		height: 15px;
		background-image: url(../snowflakes.png);
	background-size: 100% 100%;
}
.ringMedium {
		width: 25px;
		height: 25px;
}
.ringLarge {
		width: 35px;
		height: 35px;
}