/*
    Created on : 8.12.2014, 13:33:07
    Author     : Tomáš
*/
/* 
    Document   : reset
    Created on : 2.9.2011, 0:30:54
    Author     : Tomáš Mleziva
    Description: Reset stylesheet
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
strong {
  font-weight: bold;
}
/*
    Created on : 6.4.2015, 11:31:31
    Author     : Tomas Mleziva
*/
html {
  font-size: 10px;
}
body {
  background: #333;
  color: #666;
  margin: 0;
  font-family: "Franklin Gothic";
}
@media screen and (max-width: 650px) {
  html {
    font-size: 13px;
  }
}
p,
li {
  line-height: 1.35em;
}
u {
  text-decoration: underline !important;
}
.clearfix {
  clear: both;
}
.container {
  margin: 0 auto;
  position: relative;
  max-width: 900px;
  background: #ffe0c3;
  box-shadow: #222 3px 15px 35px;
  margin-bottom: 5em;
}
.container.age {
  max-width: 700px;
}
.fullwidth {
  display: block;
  width: 100%;
}
main {
  display: block;
  padding: 25px;
  text-align: left;
}
main .c-l {
  float: left;
  max-width: 525px;
  /*
		background-image: url(../images/WhiskiesOfTheWorld.cz-web-10.jpg);
		background-repeat: no-repeat;
		background-position: center center;
		*/
}
main .c-l p {
  text-align: justify;
}
main .c-r {
  float: right;
  max-width: 300px;
}
main .c-r a {
  color: inherit;
  text-decoration: none;
}
main .c-r img {
  max-width: 450px;
  margin-bottom: 1.2em;
}
main .c-r p {
  margin-bottom: 1.2em;
}
main p,
main li {
  font-size: 1.6rem;
  margin-bottom: .8em;
}
main li {
  position: relative;
  padding-left: 1.4em;
}
main li:before {
  content: '-';
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 900px) {
  main .c-r,
  main .c-l {
    float: none;
    max-width: 100vw;
    width: auto;
  }
  main .c-l {
    border-bottom: 1px solid #333;
    margin-bottom: 2em;
  }
}
footer .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
}
footer .links a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
footer .links a,
footer .links img {
  padding: 0;
  margin: 0;
  border: 0;
  display: inline-block;
}
footer .links img {
  height: 102px;
  display: block;
  width: 100%;
}
@media screen and (max-width: 915px) {
  footer .links {
    overflow-x: visible;
  }
  footer .links img {
    height: calc(65vw / 5);
  }
}
.age {
  text-align: center;
  margin-top: 10vh;
}
.age > img:first-of-type {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 30px;
}
.age > img:last-of-type {
  width: 100%;
  margin: 25px 0;
}
.age p {
  padding: 0 50px 1em;
  font-size: 1.8rem;
}
.age p.question {
  font-size: 2.8rem;
}
.age .buttons img {
  margin: 0 5px;
}
