/*--------------------global------------------------*/

body {
	margin:0px;
	background-color:#dbdad6;
	min-width:320px;
}
* {
	font-family: Trebuchet MS,Century Gothic, Verdana, tahoma, sans-serif;
	font-size:12px;
	line-height:16px;
}

a {
	text-decoration:none;
	color:#3399cc;
}
p {
	text-align:justify;
}

a:hover {
/*	text-decoration:underline;*/
}

h1 {
	font-size:26px;
}

h2 {
	font-size:18px;
}

h3 {
	font-size:16px;
}

td {
	vertical-align:middle;
}


img {
	border:0;
}
/*
.img-shadow::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	box-shadow: inset 0 0 8px rgba(0,0,0,.6);
	-moz-box-shadow: inset 0 0 8px rgba(0,0,0,.6);
	-webkit-box-shadow: inset 0 0 8px rgba(0,0,0,.6);
} 
*/

.image-blurred-edge {
	background-size: 100%;
	background-repeat: no-repeat;
	display: inline-block;	
	vertical-align: middle;
}

.sorts {
  	display:inline-block;
/*	background-color:#b3a983;*/
	margin-bottom: 10px;
	width: 400px;
	max-width:100%;
}

.sorts-image {
	display:inline-block;
	vertical-align: middle;
}

.styles-edit-image img{
	max-height:300px;
}

.sorts-name {
	text-align:center;
	font-weight: bold;
}

.sorts-descr {
	display:inline-block;
	vertical-align: top;
	text-align:justify;
}

.sorts-price {
	display:inline-block;
	vertical-align: middle;
}

.sorts-details {
	display:inline-block;
}

.sorts-details div{
	display:inline-block;
}

.styles-image {
	display:inline-block;
	vertical-align: middle;
}

.styles-name {
	text-align:center;
	font-weight: bold;
}

.styles-descr {
	display:inline-block;
	vertical-align: middle;
	text-align:justify;
}

.styles-button {
	display:inline-block;
	vertical-align: middle;
}

#wrapJSWindow {
	display: none;
	opacity: 0.8;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 16px;
	background-color: rgba(1, 1, 1, 0.725);
	z-index: 3050;
	overflow: auto;
}

#wrapClose{
	margin-right: 5px;
	margin-top: -10px;
	cursor: pointer;
	right: 0;
	position:absolute;
}

#windowJSWindow {
	margin: 85px auto;
	display: none;
	background: #fff;
	z-index: 3100;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 16px;
}


.sorts-price-mark-active {
	background: -webkit-radial-gradient(#f6da65, #ff7000);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

@media screen and (max-width: 320px) {
	.logo img {
		width:100px;
	}

	.sorts {
		max-width:98%;
		box-shadow: 0 0 2px 2px #cccccc;
		margin-bottom:10px;
	}

	.sorts:hover {
		box-shadow: 0 0 3px 3px #efeee8;
	}

	.sorts-image {
		width: 20%;
	}

	.sorts-image img{
		width: 100%;
		opacity:0;
	}

	.image-blurred-edge {
		box-shadow: 0 0 4px 4px #cccccc inset;
		width: 20%;
		height: 20%;
	}

	.sorts-name {
		font-size:12px;
		margin-left: 4px;
		margin-right: 4px;
	}

	.sorts-short {
		margin-left: 4px;
		margin-right: 4px;
	}

	.sorts-details {
		margin-left: 4px;
		margin-right: 4px;
	}

	.sorts-descr {
		font-size:10px;
		width:68%; 
		padding-top: 2px;
	}

	.sorts-price {
		font-size:12px;
		width:10%;
	}

	.sorts-price-price {
		font-size:12px;
	}

	.rub { 
		font-size:12px;
		line-height: 2px;
		width: 0.4em;
		border-bottom: 1px solid #000; 
		display: inline-block;
	} 

	.sorts-price-mark, .sorts-price-mark-active  {
		font-size:18px;
		line-height:18px;
	}

	.styles-image {
		width: 20%;
	}

	.styles-image img{
		width: 100%;
		opacity: 0;
	}

	.styles-image:hover {
		box-shadow: 0 0 3px 3px #efeee8;
	}

	.styles-descr {
		font-size:10px;
		width:78%; 
	}

	.styles-name {
		font-size:12px;
		margin-left: 4px;
		margin-right: 4px;
	}

/*	.styles-button {
		font-size:12px;
		width:40%;
	}*/
	.image-untappd img{
		width:50%;
	}
	.image-untappd img:hover {
		box-shadow: 0 0 2px 2px #efeee8;
	}

}

@media screen and (min-width: 321px) and (max-width: 799px) {
	.logo img {
		width:150px;
		margin-top: 10px;
	}

	.sorts {
		max-width:799px;
		width:98%;
		box-shadow: 0 0 2px 2px #cccccc;
		margin-bottom:10px;
	}

	.sorts:hover {
		box-shadow: 0 0 3px 3px #efeee8;
	}

	.sorts-image {
		width: 20%;
	}

	.sorts-image img{
		width: 100%;
		opacity:0;
	}

	.image-blurred-edge {
		box-shadow: 0 0 7px 7px #cccccc inset;
		width: 20%;
		height: 20%;
	}

	.sorts-name {
		font-size:14px;
		margin-left: 6px;
		margin-right: 6px;
	}

	.sorts-short {
		margin-left: 6px;
		margin-right: 6px;
	}

	.sorts-details {
		margin-left: 6px;
		margin-right: 6px;
	}

	.sorts-descr {
		font-size:12px;
		width:68%; 
		padding-top: 3px;
	}

	.sorts-price {
		font-size:14px;
		width:10%;
	}

	.rub { 
		font-size:14px;
		line-height: 2px;
		width: 0.4em;
		border-bottom: 2px solid #000; 
		display: inline-block;
	} 

	.sorts-price-price {
		font-size:14px;
	}

	.sorts-price-mark, .sorts-price-mark-active {
		font-size:35px;
		line-height:35px;
	}

	.styles-image {
		width: 20%;
	}

	.styles-image img{
		width: 100%;
		opacity: 0;
	}

	.styles-image:hover {
		box-shadow: 0 0 3px 3px #efeee8;
	}

	.styles-descr {
		font-size:12px;
		width:78%; 
	}

	.styles-name {
		font-size:14px;
		margin-left: 4px;
		margin-right: 4px;
	}

/*	.styles-button {
		font-size:14px;
		width:40%;
	}*/

	.image-untappd img{
		width:50%;
	}
	.image-untappd img:hover {
		box-shadow: 0 0 2px 2px #efeee8;
	}

}

@media screen and (max-width: 400px) {

	.logo img {
		max-width: 300px;
		margin-top: 10px;
	}

	.beerSort {
		max-width: 85%;
	} 

	.beerSort-detail {
		max-width: 300px;
	} 

	.beerImage img {
		max-width: 95%;
	}

	.beerBest {
		font-size:2em;
	}

	.beerBest-active {
		font-size:2em;
	}

	.gridNew{
		display: grid;
		align-items: stretch;
/*		justify-items: center;*/
		grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
		grid-gap: 10px;
		padding: 0px;
		margin: 0px;
	}

	.sorts:hover {
		box-shadow: 0 0 3px 3px #efeee8;
	}

	.sorts-image {
		width: 20%;
	}

	.sorts-image img{
		width: 100%;
		opacity: 0;
	}

	.image-blurred-edge {
		box-shadow: 0 0 10px 10px #ebe9e6 inset;
		width: 20%;
		height: 20%;
	}

	.sorts-name {
		font-size:18px;
		margin-left: 8px;
		margin-right: 8px;
	}

	.sorts-short {
		margin-left: 8px;
		margin-right: 8px;
	}

	.sorts-details {
		margin-left: 8px;
		margin-right: 8px;
	}

	.sorts-descr {
		font-size:14px;
		width:68%; 
		padding-top: 4px;
	}

	.sorts-price {
		font-size:18px;
		width:10%;
	}

	.sorts-price-price {
		font-size:18px;
	}

	.rub { 
		font-size:18px;
		line-height: 5px;
		width: 0.35em;
		border-bottom: 2px solid #000; 
		display: inline-block;
	} 

	.sorts-price-mark, .sorts-price-mark-active {
		font-size:40px;
		line-height:40px;
	}

	.styles-image {
		width: 20%;
	}

	.styles-image:hover {
		box-shadow: 0 0 3px 3px #efeee8;
	}

	.styles-image img{
		width: 100%;
		opacity: 0;
	}

	.styles-descr {
		font-size:14px;
		width:78%; 
	}

	.styles-name {
		font-size:16px;
		margin-left: 4px;
		margin-right: 4px;
	}

	.styles-button {
		font-size:16px;
		width:30%;
	}

	.image-untappd img{
		width:80%;
	}
	.image-untappd img:hover {
		box-shadow: 0 0 3px 3px #efeee8;
	}

}

@media screen and (min-width: 321px) and (max-width: 799px) {


}

@media screen and (min-width: 800px) {
	.logo img {
		width:400px;
		margin-top: 10px;
	}


	.beerSort-detail {
		width: 259px;
	} 

	.beerImage img {
		width: 259px;
	}

	.beerSort {
	/*	max-width:249px;
		width:98%;
		box-shadow: 0 0 2px 2px #ebe9e6;
		margin-bottom:10px;
		margin-right:5px;
		margin-left:5px; */
	}

	.beerBest {
		font-size:2em;
	}

	.beerBest-active {
		font-size:2em;
	}

	.gridNew{
		grid-template-columns: repeat(auto-fit, minmax(249px, 1fr));
		grid-gap: 30px;
		padding: 20px;
		display: grid;
		align-items: stretch;
		justify-items: center;
		margin:10px;
	}

	.sorts:hover {
		box-shadow: 0 0 3px 3px #efeee8;
	}

	.sorts-image {
		width: 20%;
	}

	.sorts-image img{
		width: 100%;
		opacity: 0;
	}

	.image-blurred-edge {
		box-shadow: 0 0 10px 10px #ebe9e6 inset;
		width: 20%;
		height: 20%;
	}

	.sorts-name {
		font-size:18px;
		margin-left: 8px;
		margin-right: 8px;
	}

	.sorts-short {
		margin-left: 8px;
		margin-right: 8px;
	}

	.sorts-details {
		margin-left: 8px;
		margin-right: 8px;
	}

	.sorts-descr {
		font-size:14px;
		width:68%; 
		padding-top: 4px;
	}

	.sorts-price {
		font-size:18px;
		width:10%;
	}

	.sorts-price-price {
		font-size:18px;
	}

	.rub { 
		font-size:18px;
		line-height: 5px;
		width: 0.35em;
		border-bottom: 2px solid #000; 
		display: inline-block;
	} 

	.sorts-price-mark, .sorts-price-mark-active {
		font-size:40px;
		line-height:40px;
	}

	.styles-image {
		width: 20%;
	}

	.styles-image:hover {
		box-shadow: 0 0 3px 3px #efeee8;
	}

	.styles-image img{
		width: 100%;
		opacity: 0;
	}

	.styles-descr {
		font-size:14px;
		width:78%; 
	}

	.styles-name {
		font-size:16px;
		margin-left: 4px;
		margin-right: 4px;
	}

	.styles-button {
		font-size:16px;
		width:30%;
	}

	.image-untappd img{
		width:80%;
	}
	.image-untappd img:hover {
		box-shadow: 0 0 3px 3px #efeee8;
	}

}

.buttonBaseNew {
	display: inline-block;
	border-radius: 8px;
	margin-bottom: 4px;
}

@media screen and (max-width: 320px) {
	.buttonBaseNew {
		display: inline-block;
		height: 35px;
		font-size:18px;
		line-height: 35px;
		padding: 0 15px;
		width:320px;
	}
}

@media screen and (min-width: 321px) and (max-width: 799px) {
	.buttonBaseNew {
		display: inline-block;
		height: 45px;
		font-size:25px;
		line-height: 45px;
		padding: 0 20px;
		min-width: 300px;
	}
}

@media screen and (min-width: 800px) {
	.buttonBaseNew {
		display: inline-block;
		height: 55px;
		font-size:30px;
		line-height: 55px;
		padding: 0 25px;
		min-width: 520px;
	}
}


._Brown {
	color: #000000;	
	border: 3px solid #000000;	
	background:#fff;	
	box-shadow: 0 0 10px 10px #dbdad6;

}

._Red {
	color: red;	
	border: 3px solid red;	
	background:#fff;	
	box-shadow: 0 0 10px 10px #dbdad6;

}

._Green {
	color: green;	
	border: 3px solid green;	
	background:#fff;	
	box-shadow: 0 0 10px 10px #dbdad6;

}

._Brown:hover {
	background: #000000;
	color: #fff;
}

._Red:hover {
	background: red;
	color: #fff;
}

._Green:hover {
	background: green;
	color: #fff;
}
.buttonBaseEm {
	display: inline-block;
	height: 1.2em;
	font-size: 2em;
	line-height: 1.2em;
	padding: 0 10px;
	box-shadow:0 0 10px 5px #fffcf6;
}

.buttonBaseEmSmall {
	display: inline-block;
	height: 1em;
	font-size: 1em;
	line-height: 1em;
	padding: 0 10px;
	box-shadow:0 0 10px 5px #fffcf6;
}

.inlineButton {
	display:inline-block;
	padding-top: 2px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-weight:bold;
	position: relative;
	margin-right: 3px;
	margin-bottom: 2px;
	background-color: transparent;
}

.ibBlue_selected {
	background-color: #3399cc;
	text-decoration:none;
	color:#dbdad6;
}


.ibBlue_disselected {	
	background-color: #cccccc;
	text-decoration:none;
	color:#dbdad6;	
}

.ibBlue_selected a{
	color: #FFF;
	text-decoration:none;
}

.ibBlue_unselected {	
	color: #3399cc;
}

.ibBlue_unselected:hover {
	background-color: #3399cc;
	text-decoration:none;
	color:#dbdad6;	
}

.ibBlue_unselected a:hover {
	background-color: #3399cc;
	text-decoration:none;
	color:#dbdad6;	
}

.chet {
	background-color: #dbdad6;	
}

.nechet {
	background-color: #EFEFEF;	
}

.green {
	background-color: #C6EBC0;	
}

.menuTableLeft {
}

.menuTableLeft div {
	display:inline-block;
	padding-left:5px;

}

.mainTable table td, table th{
	font-size:11px; 
	vertical-align:middle;
	text-align:left;
}

.hidden {
	display: none;
}

.unhidden {
	display:block;
}

.mobiletopnav {
	overflow: hidden;
	padding:10px;
	position: relative;
	width: auto;
	text-align: left;
/*	background-color: #cdc295;*/
}


.mobiletopnavA {
	display: none;
}

.mobiletopnav a {
	color: black;
	text-decoration: none;
	font-size: 17px;
}

.mobiletopnavA a {
	padding: 14px 16px;
	display: block;
}

.mobiletopnavA a:hover {
/*	background-color: #cdc295;*/
	color: black;
}

.mobileactive {
/*  background-color: #ffffff;*/
	color: white;
	display:inline-block;
}

.mobilelines{ 
	border-bottom: 17px double black; 
	border-top: 6px solid black; 
	content:"";
	height: 5px; 
	width:30px;
}

.mobMenu {
	display:none;
	position:fixed;
	left:0px;
	top:0px;
	z-index:1000;
}

.bestMenu {
	display:none;
	position:fixed;
	right:0px;
	top:0px;
	z-index:1000;
	overflow: hidden;
	padding: 5px;
	width: auto;
/*	background-color: #cdc295;*/
}

.besttopnav {
	background: -webkit-radial-gradient(#f6da65, #ff7000);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size:42px;
	line-height:42px;
}

@media screen and (max-width: 800px) {
	.mobMenu {
		display:block;
	}
	.bestMenu {
		display:block;
	}
	.unMobMenu {
		display:none;
	}
}

@media screen and (min-width: 600px) {
	.mobileBasket {
		max-width:50%;
	}
}

.topMenu {
	color:#000000;
	text-align:center; 
	font-size:16px;
}

.topMenuSystem {
	color:#000000;
	text-align:center; 
	font-size:16px;
}

.topMenuL {
	font-size:18px;
	color: #0074af;
}

.topMenuSystemL {
	font-size:18px;
	color: #993300;
}

.topMenu a{
	color: #000000;
	text-decoration:none;
}


.topMenu:hover {
	color: #0074af;
}


.topMenu a:hover {
	color: #0074af;
}

.topMenuSystem:hover {
	color: #993300;
}


.topMenuSystem a:hover {
	color: #993300;
}

.topMenuline20 a {
	padding-left:25px;
	display:inline-block;
	height:20px;
}

.topMenuDiv {
	width:100%;
	background: url("data:image/gif;base64,R0lGODlhAQABAJEAAAAAAP///3p3d////yH5BAEAAAMALAAAAAABAAEAAAICVAEAOw==") repeat-x 0px 14px transparent;
}

.podMenu {
	color:#000000;
	text-align:center; 
	font-size:14px;
}

.podMenuSystem {
	color:#000000;
	text-align:center; 
	font-size:14px;
}


.podMenuL {
	font-size:16px;
	color: #0074af;
	font-weight:bold;

}

.podMenuSystemL {
	font-size:16px;
	color: #993300;
}

.podMenu a{
	color: #000000;
	text-decoration:none;
}


.podMenu:hover {
	color: #0074af;
}


.podMenu a:hover {
	color: #0074af;
}

.podMenuSystem:hover {
	color: #993300;
}


.podMenuSystem a:hover {
	color: #993300;
}

.topMenuArrow {
	position:relative;
	background-color:#dbdad6;
}

.fixedTopMenu {
	background-color:#dbdad6;
	display: block; 
	position: fixed; 
	top: 0; 
	width: 100%; 
	left: 0;
	z-index: 3000;
}

.selMatType {
	width:200px;
}

.selMat {
	width:200px;
}

.unit {
	width:150px;
}

.footerButtonsR {	
	right: 0;
	border-radius: 7px 0px 0px 0px;
	border-left:1px solid #3399cc;
}

.footerButtonsL {	
	left: 0;
	border-radius: 0px 7px 0px 0px;
	border-right:1px solid #3399cc;
}

.footerButtons {	
	position: fixed;
	bottom: 0;
	z-index: 9999;
	padding: 10px 5px 10px 7px;
	background-color: #dbdad6;
	text-align: justify;
	cursor: default;
	border-top:1px solid #3399cc;
	border-color: #3399cc;
}

.footerButtons span {
	overflow: visible;
	cursor: pointer!important;
}

.footerButtons a {
	padding: 15px;
	text-indent: -9999px;
}

.footerButtons  a:hover {
	background-position:0 11px;
}


.footerBasket a {
	background: url("/img/footerbasket.png") 0px -37px no-repeat transparent;
}

.footerCompare a {
	background: url("/img/footercompare.png") 0px -37px no-repeat transparent;
}

.footerRefresh a {
	background: url("/img/footerrefresh.png") 0px -37px no-repeat transparent;
}

.footerClear a {
	background: url("/img/footerclear.png") 0px -37px no-repeat transparent;
}

.footerUp a {
	background: url("/img/footerup.png") 0px -37px no-repeat transparent;
}

.footerDown a {
	background: url("/img/footerdown.png") 0px -37px no-repeat transparent;
}

.footerHelp a {
	background: url("/img/footerhelp.png") 0px -37px no-repeat transparent;
}

.calendar {
	font-family: 'Trebuchet MS', Tahoma, Verdana, Arial, sans-serif;
	font-size: 0.9em;
	background-color: #EEE;
	color: #333;
	border: 1px solid #DDD;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 0.2em;
	width: 14em;
}

.calendar .months {
	background-color: #F6AF3A;
	border: 1px solid #E78F08;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #FFF;
	padding: 0.2em;
	text-align: center;
}

.calendar .prev-month,
.calendar .next-month {
	padding: 0;
}

.calendar .prev-month {
	float: left;
}

.calendar .next-month {
	float: right;
}

.calendar .current-month {
	margin: 0 auto;
}

.calendar .months .prev-month,
.calendar .months .next-month {
	color: #FFF;
	text-decoration: none;
	padding: 0 0.4em;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
}

.calendar .months .prev-month:hover,
.calendar .months .next-month:hover {
	background-color: #FDF5CE;
	color: #C77405;
}

.calendar table {
	border-collapse: collapse;
	padding: 0;
	font-size: 0.8em;
	width: 100%;
}

.calendar th {
	text-align: center;
}

.calendar td {
	text-align: right;
	padding: 1px;
	width: 14.3%;
}

.calendar td span {
	display: block;
	color: #1C94C4;
	background-color: #F6F6F6;
	border: 1px solid #CCC;
	text-decoration: none;
	padding: 0.2em;
	cursor: pointer;
}

.calendar td span:hover {
	color: #C77405;
	background-color: #FDF5CE;
	border: 1px solid #FBCB09;
}

.calendar td.today span {
	background-color: #FFF0A5;
	border: 1px solid #FED22F;
	color: #363636;
}

.leftTable table td, table th {
	font-size:11px; 
	vertical-align:middle;
	text-align:left;
}

/* * { box-sizing: border-box; }*/

/*$font-family: helvetica, arial, sans-serif;
$font-size  : 12px;
$font-color : #1f202a;*/
$item-padding: 8px 10px;
$select-accent: lighten($font-color, 70%);
$select-highlight: #e3af43;

.select {
	position: relative;
	max-width: 200px;
	outline: none;
	
	.value {
		display: block;
		position: relative;
		font: {
			family: $font-family;
			size: $font-size;
		}
		color: $font-color;
		padding: $item-padding;
		border-bottom: 1px solid $select-accent;
		cursor: pointer;
		overflow-x: hidden;
		white-space: nowrap;

		&::before {
			position: absolute;
		    top: 50%;
		    right: 0;
		    margin: -2px 0;
		    width: 0px;
		    height: 0px;
		    content: "";
		    border-width: 4px;
		    border-style: solid;
		    border-color: $select-accent transparent transparent;
		}
	}

	&:focus .value {
		border-bottom: 1px solid $select-highlight;
	}

	.list {
		position: absolute;
		top: 0;
		width: 100%;
		height: 0;
		background: #fff;
		opacity: 0;
		outline: none;
		box-shadow: 0px 2px 9px rgba(0,0,0,0.35);
		overflow: hidden;
		transition: opacity 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
        z-index: 9999;

		&.open {
			height: auto;
			opacity: 1.0;
		}

		.filter {
			display: none;
			padding: $item-padding;

			input {
				width: 100%;
				font: {
					family: $font-family;
					size: $font-size;
				}
				color: $font-color;
				border: none;
				border-bottom: 1px solid #eaeaea;
				outline: none;
				margin: 0;
				padding: 0 0 5px;
			}
		}

		ul {
			display: block;
			margin: 0;
			padding: 0;

			li {
				display: block;
				list-style: none;
				font: {
					family: $font-family;
					size: $font-size;
				}
				color: $font-color;
				padding: $item-padding;
				cursor: pointer;

				&:hover, &.hovered {
					color: #fff;
					background: $select-highlight;
				}
			}
		}
	}

	&.large {
		.filter {
			display: block;
		}
		
		.list ul {
			max-height: 200px;
			overflow-y: scroll;
		}
	}

}


.mainTableHeader th {
    position: sticky;
    position: -webkit-sticky;
    top: 84px;
    z-index: 1;
    background-color: #667676;
    padding: 2px;
    color: #dbdad6;
    text-align: center;
}

.mainTableHeaderM th {
    position: sticky;
    position: -webkit-sticky;
    top: 0px;
    z-index: 1;
    background-color: #667676;
    padding: 2px;
    color: #dbdad6;
    text-align: center;
}

.beerSort {
	background-color:#ebe9e6;
	margin-bottom: 10px;
	zoom: 1;
	vertical-align: top;
	padding: 5px;
	margin: 5px;
	display: flex;
}

.beerSort-detail {
	position: relative;
/*  	position:absolute;  */
	margin-bottom: 10px;
    	text-align: left;
	font-weight: 800;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
}

.beerImage {
	position: relative;
}

.beerImage img {
	object-fit: cover;
    	object-position: center;

}

.beerStickBottom {
	position: absolute;
	bottom: 10px;
	width: 100%;
}

.hiddenBlock {
	visibility:hidden;
}

.beerBest {
	position:absolute;
	right:0px;
	color:#9ea3a3;
}

.beerBest-active {
	position:absolute;
	right:0px;
	color:#f80d0d;
}

.gb_unselected {	
	display:block;
	padding-top: 2px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
	background-color: transparent;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-weight:bold;
	border-radius: 5px;
	position: relative;
	margin-right: 10px;
	margin-bottom: 2px;
	white-space: nowrap;
}

.gb_unselectedImage {	
	display:block;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 30px;
	padding-bottom: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-weight:bold;
	border-radius: 5px;
	position: relative;
	margin-right: 3px;
	height:20px;
	margin-bottom: 2px;
	white-space: nowrap;
	background-repeat: no-repeat;
    	background-position-x: 6px;
	background-position-y: 3px;
}

.gbBlue {
	background-color: #3399cc;
	color:#dbdad6;
	text-align:center; 
}

.gbBlue a{
	color: #FFF;
	text-decoration:none;
}

.gbBlue:hover {
	background-color: red;
	color:#dbdad6;	
}

.gbBlue a:hover {
	background-color: red;
	color:#dbdad6;	
}

.beerStickBottom {
	position: absolute;
	bottom: 10px;
	width: 100%;
}

.hiddenBlock {
	visibility:hidden;
}

.gbRed {
	background-color: red;
	color:#ffffff;
	text-align:center; 
}

.gbRed a{
	color: #FFF;
	text-decoration:none;
}

.gbRed:hover {
	background-color: black;
	color:#dbdad6;	
}

.gbRed a:hover {
	background-color: black;
	color:#dbdad6;	
}

.commonButInlineOnly30 {
	display: inline-block;
	margin-top: 2px;
	margin-bottom: 2px;
}

.offOnTap30 a {
	background: url('/img/offOnTap30.png') 0px -48px no-repeat transparent;
}

.onOffTap30 a{
	background: url("/img/onOffTap30.png") 0px -48px no-repeat transparent;
}


.commonButInlineOnly30 a {
	padding: 9px 0px 20px 32px;
}

.commonButInlineOnly30 a:hover {
	background-position:0 0px;
}

.deleteButOnly a {
	padding-left:25px;
	display:block;
	height:20px;
	padding-top:6px;
	padding-bottom:6px;
	background: url("/img/delete.png") 0px 0px no-repeat transparent;
}

.leftStick {
	position:absolute;
	left:0px;
}

.rightStick {
	position:absolute;
	right:0px;
}

.deleteButOnly20 a {
	padding-left:20px;
	height:20px;
	padding-top:4px;
	padding-bottom:6px;
	background: url("/img/delete20.png") 0px 0px no-repeat transparent;
}



.div1_6 {
    font-size: 1.6em;
    line-height: 1.2;
}

.div1_4 {
    font-size: 1.4em;
    line-height: 1.1;
}

.div1_2 {
    font-size: 1.2em;
    line-height: 1.1;
}