body{ 
    margin: 0px; 
    padding: 0px;
  
	font-family: 'Lato', Arial, Tahoma, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #444;	
	line-height: 24px;
	background: #efefef;
}

h2{
	margin: 0;
	padding-top: 2rem;
}  font-display: swap;

.oldies hr:last-child {
  display: none;
}



.vertical{
	position: absolute;
	width: 160px;
	height: 600px;
	left: 50px;
	top: 1000px;
}



.aderror_new{
	display: none;
	position: fixed;
	bottom: 0;
	right: 0;
	max-width: 600px;
	line-height: 0;
	z-index: 100;
}

.aderror_new img{
	width: 100%;
}

.aderror{
	background: #c74c2e;
	color: #fff;
	display: none;
	font-size: 14px;
	line-height: 20px;

}
.aderror .content{
	padding: 60px 15px;
	padding-bottom: 45px;
	text-align: center;
}
.aderror .content img{
	width: 100%;
	max-width: 500px;	
}
.aderror .content a{
		color: #fff;
		font-size: 14px;
		text-decoration: underline;
		
}






	

.commercial{
	display: block;
	margin: 0 auto;
	text-align: center;
}
.commercial img{
	max-width: 100%;
	height: auto;
}
.beerBox{
	position: fixed;
	bottom: -40px;
	right: 20px;
	opacity: 0;
}
@media only screen and (max-width: 600px) {
	.beerBox{
		display: none;
	}
	h2{
		padding-left: 15px;
	}
}

.beerBox img{
	width: 124px;
	height: 109px;
}

.beer{
	text-align: center;
}
.beer-img{
	margin: 20px;

	width: 160px;
	height: 140px;
}

.oldies{
	background: #e5e9eb;
	background: #f7f7f7;
	border-bottom: 1px solid #bdbdbd;
	
}

.oldies h3{
	text-transform: uppercase;
	font-size: 17px;
	margin-top: 8px;
	margin-bottom: 14px;
}

@media only screen and (max-width: 400px) {
	body{
		font-size: 18px;
		line-height: 26px;
	}
}

*{
	box-sizing: border-box;
}

.clearfix:after {
  content:"";
  display:table;
  clear:both;
}



a{
	color: #1C7093;;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}

.header{
	color: #484848;	
	background: #1C7093;;

}

.header .logo{
	float: left;
	padding: 15px;	
	line-height: 0;
}

@media only screen and (max-width: 400px) {
	.header .logo{
		padding: 15px 8px;	
	}
}

.header .logo img{
	width: 256px;
	height: 42px;	
	
}
.header .menu{
	float: right;
	text-transform: uppercase;
	padding: 26px 13px 20px 13px;
}

.header .menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.header .menu ul li{
	float: left;
}

.header .menu ul li a{
	text-decoration: none;
	color: #f4f4f4;
	padding: 8px;
	font-weight: 700;
}
.header .menu ul li a:hover{
	color: #fff;
	text-decoration: underline;	
}


.hamburger{
	position: absolute;
    display: none;
	right: 5px;
	top: 10px;
	cursor: pointer;
}

.hamburger img{
	width: 60px;
	height: 53px;
}

@media only screen and (max-width: 400px) {
	.header .logo{
		padding: 15px 8px;	
	}
	.hamburger{
		right: 0px;
	}
}

@media only screen and (max-width: 800px) {
	.hamburger{
		display: block;
	}
	

	.menu{
		display: none;
		position: relative;
		float: none;
		background: none;
		width: 100%;
		border-top: 1px solid #efefef;
		
	}
	.header .menu ul li{
		float: none;
		text-align: right;
		
	}
	.header .menu ul li a{
		display: block;	
		margin-top: 5px;
		margin-bottom: 5px;
		
		
	}
}










.intro{
	font-size: 14px;
	line-height: 21px; 
	color: #555;
	max-width: 930px;
	margin: 0 auto;
	padding: 15px;
}
.intro p{
/* 	text-indent: 20px; */
}

.intro h1{
	font-style: normal;
	color: #444;
	
}


hr{
   border: 0;
   height: 1px;
   background: #1C7093;;
   margin: 0;
}

@media only screen and (max-width: 750px) {
	.intro{
		display: none;
	}
}



.content{
	max-width: 780px;
	margin: 0 auto;
	
}

.content .container{
	max-width: 760px;
	margin: 0 auto;
	padding: 26px 15px;
}

.banner{

	margin: 0 auto;
	padding: 30px 0px;
	text-align: center;
	overflow: hidden;
	
}

.banner_rand{

	margin: 0 auto;
	padding: 30px 0px;
	padding-bottom: 0;
	text-align: center;
	overflow: hidden;
	
}

.content hr{

	border: 0;
    height: 1px;
    background: #bdbdbd;
    margin: 0;
}

.content .about{
	color: #67696A;

	padding-top: 15px;
	font-size: 15px;
	
}

.content .about a{
	text-decoration: underline;

}
.content .about a:hover{
	text-decoration: dotted;

}


.content .about span{
	color: #1C7093;
}

.content .about span.nocolor{
	color: #67696A;
}

.content .like{
	float: right;
	padding-top: 10px;
}

@media only screen and (max-width: 750px) {
	.content .like{
		float: none;
		padding-top: 15px;
	}
}

.content .likeShare{
	
	padding-top: 20px;
}

@media only screen and (max-width: 750px) {
	.content .likeShare{
		float: none;
		padding-top: 15px;
	}
}


.next{
	background: #acad43;
	background: #3a525d;
	display: inline-block;
	text-align: center;
	padding: 17px;
	width: 330px;
	margin: 0 auto;
	color: #efefef;
	font-size: 19px;
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	
	border-bottom: 2px solid #243239;
}
.next:hover{
	text-decoration: none;
	margin-top: 1px;
	background: #45606d;
	border-bottom: 1px solid #243239;
}

.rand{
/* 	float: left; */
display: inline-block;
	background: #acad43;
	background: #AA421D;
	max-width: 200px;
	text-align: center;
	padding: 17px 30px;
	
	margin-left: 8px;
	color: #efefef;
	font-size: 19px;
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	
	border-bottom: 2px solid #692913;
}
.rand:hover{
	text-decoration: none;
	margin-top: 1px;
	background: #C54F26;
	border-bottom: 1px solid #243239;
}

.rand-mini{
display: inline-block;
	background: #AA421D;

	text-align: center;
	padding: 11px 20px;
	
	margin-left: 8px;
	color: #efefef;
font-size: 17px;
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	
/* 	border-bottom: 2px solid #692913; */
}
.rand-mini:hover{
	
	text-decoration: none;
/* 	margin-top: 1px; */
	background: #d25f36;
/* 	border-bottom: 1px solid #243239; */
}

.desc{
	display: inline-block;
	font-size: 17px;
	
}
.desca{
	
	display: inline-block;
	font-size: 17px;
	
}

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

	.rand-mini{
		
		margin-left: 0;
		
	}
	
	.desca{
		
		display: block;
		
		
	}
}


.cntr{
	text-align: center;
}


.cta{
	text-align: center;
	margin: 0 auto;
	max-width: 520px;
}

.cta .next{
	float: left;
}

.cta .rand{
	
}

@media only screen and (max-width: 490px) {
	.next{
		width: 100%;
		margin-bottom: 8px;
	}
	.rand{
		width: 100%;
		margin-left: 0;
		
	}
}


.pager{
	background: #1C7093;;
	padding: 15px;
	font-size: 14px;
	
}
.pager a, .pager span{
	float: left;
	display: block;
	background: none;
	padding: 0px 6px;
	margin: 2px;
	border: 1px solid #efefef;
	color: #efefef;
	text-align: center;
	min-width: 32px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.pager a:hover{
	text-decoration: none;
	background: #efefef;
	color: #1C7093;;
}

.pager span{
	background: #efefef;
	color: #1C7093;;
}

.footer{
	
	background: #187da8;
	padding: 15px;
	color: #85bfd7;
	font-size: 14px;
	
}
.footer .links{
	float: left;
}
@media only screen and (max-width: 750px) {
	.footer .links{
		display: none;
	}
}

.footer a{
	color: #85bfd7;
}
.footer a:hover{
	text-decoration: underline;
}
.footer .label{
	
	float: right;	
}

.ad{ /* reklama */
	line-height: 0;
	text-align: center;
	overflow: hidden;
}







.add-form{
	padding: 20px 0;
}

.add-form textarea, .add-form input{
	width: 100%;
	padding: 10px;

	font-family: 'Lato', Arial, Tahoma, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	border: 1px solid #888;
	
}

.add-form textarea{
	height: 280px;
	resize: vertical;
}

.add-form .btn{
	background: #758d42;
	color: #fff;
	padding: 17px;
	font-size: 19px;
	margin-top: 12px;
	border: none;
	border-bottom: 2px solid #465427;
	cursor: pointer;
	-webkit-appearance: none;
}

.add-form .btn:hover{
	background: #85a04c;
	border-bottom: 1px solid #465427;
	margin-top: 13px;
}

.actions{
	padding: 10px 0;
}
.actions .btn{
	float: left;
	width: 50%;
	padding: 10px;
}

@media only screen and (max-width: 550px) {
	.actions .btn{
		
		width: 100%;
		
	}
}


.actions .btn a{
	display: block;
	background: gold;
	text-align: center;
	padding: 17px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #efefef;
	font-size: 19px;
}
.actions .btn a:hover{
	text-decoration: none;	
}

.actions .btn.green a{
	background: #758d42;
	border-bottom: 2px solid #465427;
}
.actions .btn.green a:hover{
	background: #85a04c;
	margin-top: 1px;
	border-bottom: 1px solid #465427;
}

.actions .btn.blue a{
	background: #3a525d;
	border-bottom: 2px solid #243239;
}
.actions .btn.blue a:hover{
	background: #45606d;
	margin-top: 1px;
	border-bottom: 1px solid #465427;
}

input[type=text], input[type=password], textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 10px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #888;
}
 
input[type=text]:focus, input[type=password]:focus, textarea:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  padding: 10px;
  margin: 5px 1px 3px 0px;
  border: 1px solid rgba(81, 203, 238, 1);
}



.search{
	
	background: #d46745;
	background: #187da8;
	display: none;
	
}
.search .container{
	max-width: 760px;
	margin: 0 auto;
	padding: 25px 15px;
	
}

.search input{
	display: inline;
	width: 83%;
	padding: 10px;

	font-family: 'Lato', Arial, Tahoma, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	border: 1px solid #166c91;
	
}

.search .word{
	padding-left: 40px;
	  background: url('images/search.png') no-repeat #fff;
	  background-size: 22px 22px;
	  background-position: 9px 9px;
	  background-position-x: 9px;
	  background-position-y: 9px;
	  
}
.search .word:focus {
	  padding-left: 40px;

}

.search .btn{
	
	width: 15%;
	background: #3a525d;
	color: #efefef;

	border: 1px solid #3a525d;
	cursor: pointer;
	-webkit-appearance: none;
}
.search .btn:hover{
	background: #45606d;
	border: 1px solid #45606d;
}

.circle{
	position: relative;
	display: inline-block;
	width: 39px;
	height: 39px;
	line-height: 39px;
	text-align: center;
	
	border: 1px solid #bdbdbd;
	color: #704B90;
	-webkit-border-radius: 45%;
	-moz-border-radius: 45%;
	border-radius: 45%;
	
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}
.circle:hover{
	text-decoration: none;
	background: #1C7093;;
	border: 1px solid #1C7093;;
	color: #efefef;
	top: 1px;
	  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

.circle i{
	position: relative;
	top: -1px;
	
}



.loginForm{
	max-width: 350px !important;
	margin: 40px auto;
	
}

.loginForm span{
	margin-left: 10px;
	
	
	
}

.loginForm input{
	width: 100%;
	padding: 15px;

	font-family: 'Lato', Arial, Tahoma, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	border: 1px solid #888;
	
}
.loginForm input:focus{
	padding: 15px;
}

.loginForm .btn{
	background: #758d42;
	color: #fff;
	padding: 13px;
	font-size: 19px;
	margin-top: 12px;
	border: none;
	border-bottom: 2px solid #465427;
	cursor: pointer;
	-webkit-appearance: none;
}

.loginForm .btn:hover{
	background: #85a04c;
	border-bottom: 1px solid #465427;
	margin-top: 13px;
}

.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {  
  50% { opacity: 0.2; }
}



.dropdown {
    position: relative;
/*     display: inline-block; */

}

.dropdown-content {
    display: none;
    position: absolute;
    right: 0px;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
    text-align: right;
}
.header .menu .dropdown-content ul li{
	float: none;
}
.header .menu .dropdown-content ul li a{
	color: #1C7093;;
	display: inline-block;
	width: 100%;
	padding: 4px 0;
}
.dropdown:hover .dropdown-content {
    display: block;
}



@media only screen and (max-width: 1560px) {
	.vertical{
		display: none !important;
	
	}
}

.beef{
      display: flex;
	  align-items: center;
	  justify-content: center;
}
.blur{
	filter: blur(4px);
    -webkit-filter: blur(4px);
}
.comment{
	margin: 12px;
	padding:  12px 16px;
	background: #fff;
	border-radius: 8px;
	border: 1px solid #E69500;
	position: absolute;
	z-index: 1;
	
}

.beefwarning{
	color: #E69500;
	margin-right: 8px;
	cursor: help;
}

