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;
}
/* Responsive hack - Bootstrap */
/* 960 */
.clearfix {
  width: 100%;
  height: 0px;
  clear: both;
}
@media (min-width: 300px) and (max-width: 699px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 700px) {
  .container {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
}
.center {
  margin-left: auto;
  margin-right: auto;
}
.text-center {
  text-align: center;
}
.display-none {
  display: none;
}
@media (min-width: 700px) {
  .container.mobile {
    display: none;
  }
  .container.desktop {
    display: block;
  }
  .col.mobile {
    display: none;
  }
  .col.desktop {
    display: block;
  }
  .desktop {
    display: block;
  }
  .mobile {
    display: none;
  }
}
@media (min-width: 300px) and (max-width: 699px) {
  .container.desktop {
    display: none !important;
  }
  .container.mobile {
    display: block;
  }
  .col.mobile {
    display: block;
  }
  .col.desktop {
    display: none;
  }
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
}
/* CSS3 mixisn */
body {
  font-family: 'Ubuntu', sans-serif;
}
h4,
.main-heading {
  font-size: 40px;
  font-weight: 400;
}
#slider-prev {
  width: 16px;
  height: 37px;
  display: inline-block;
}
#slider-prev .bx-prev {
  width: 16px;
  height: 47px;
  display: inline-block;
  background-image: url('../images/slider-controls.png');
  position: absolute;
  left: 5%;
  z-index: 999999;
}
@media (min-width: 700px) {
  #slider-prev .bx-prev {
    top: 340px;
  }
}
@media (min-width: 300px) and (max-width: 699px) {
  #slider-prev .bx-prev {
    top: 550px;
  }
}
#slider-next {
  width: 16px;
  height: 37px;
  display: inline-block;
}
#slider-next .bx-next {
  width: 16px;
  height: 47px;
  display: inline-block;
  background-image: url('../images/slider-controls.png');
  background-position: 16px 0px;
  position: absolute;
  z-index: 999999;
  right: 5%;
}
@media (min-width: 700px) {
  #slider-next .bx-next {
    top: 340px;
  }
}
@media (min-width: 300px) and (max-width: 699px) {
  #slider-next .bx-next {
    top: 550px;
  }
}
@media (min-width: 700px) {
  .volume-control {
    height: 30px;
  }
}
.mute-video {
  width: 32px;
  height: 29px;
  display: inline-block;
  text-indent: -99999px;
  background-image: url('../images/sound-control.png');
  background-position: 32px 0px;
  z-index: 999;
  right: 12%;
  top: 10px;
  display: none;
}
.unmute-video {
  width: 32px;
  height: 29px;
  text-indent: -99999px;
  background-image: url('../images/sound-control.png');
  background-position: 32px 0px;
  z-index: 999;
  right: 12%;
  top: 10px;
  display: none;
  background-position: 0px 0px;
  display: inline-block;
}
.button {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid black;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-decoration: inherit;
  font-size: 22px;
  box-sizing: border-box;
  color: #000;
  display: inline-block;
}
.button:hover {
  background-color: #000;
  color: #fff;
}
#header {
  width: 100%;
  height: 847px;
  display: inline-block;
  position: relative;
  background-color: #000;
}
@media (min-width: 300px) and (max-width: 699px) {
  #header {
    background-image: url('../images/background.jpg');
    background-position: right center;
    background-repeat: no-repeat;
    height: 835px;
  }
}
#header .video {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#header .video video {
  width: 100%;
  height: 847px;
}
#header .container-parent {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 1;
  color: #fff;
}
#header .container-parent .container {
  overflow: hidden;
  margin-top: 30px;
  text-align: center;
}
#header .container-parent .container .lang-select {
  margin-top: 25px;
}
#header .container-parent .container .lang-select img {
  margin-left: 15px;
  margin-right: 15px;
}
#header .container-parent .container .heading h2 {
  font-size: 50px;
  padding-top: 35px;
  padding-bottom: 35px;
  font-weight: 500;
}
#header .container-parent .container .heading h2 .small {
  font-size: 40px;
}
#header .container-parent .container .heading h3 {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3;
}
@media (min-width: 700px) {
  #header .container-parent .container .menu {
    margin-top: 40px;
  }
}
#header .container-parent .container .menu a {
  color: #fff;
  font-size: 22px;
  text-decoration: inherit;
  padding-top: 100px;
  display: inline-block;
  height: 120px;
  background-position: center 10px;
  background-repeat: no-repeat;
  box-sizing: border-box;
}
@media (min-width: 700px) {
  #header .container-parent .container .menu a {
    width: 120px;
  }
}
@media (min-width: 300px) and (max-width: 699px) {
  #header .container-parent .container .menu a {
    width: 100px;
  }
}
@media (min-width: 700px) {
  #header .container-parent .container .menu a {
    margin-left: 10px;
    margin-right: 10px;
  }
}
#header .container-parent .container .menu .club {
  background-image: url(../images/club-icon.png);
}
#header .container-parent .container .menu .restaurant {
  background-image: url('../images/restaurant-icon.png');
}
#header .container-parent .container .menu .map {
  background-image: url('../images/map-icon.png');
}
#header .container-parent .container .connect-parent {
  width: 380px;
  margin-left: auto;
  margin-right: auto;
}
#header .container-parent .container .connect-facebook {
  margin-top: 65px;
  float: left;
  width: 190px;
  text-align: center;
}
#header .container-parent .container .connect-facebook a {
  background-image: url('../images/facebook-button.png');
  background-repeat: no-repeat;
  background-position: center 0px;
  display: inline-block;
  height: 100px;
  color: #fff;
  text-decoration: inherit;
  font-size: 20px;
  padding-top: 100px;
  font-weight: 300;
}
.hundred-line {
  width: 100%;
  background-image: url('../images/line-background.png');
}
.gallery {
  padding-bottom: 60px;
}
.gallery h4 {
  padding-top: 30px;
  padding-bottom: 20px;
}
.gallery p {
  line-height: 1.2;
  font-size: 20px;
  font-weight: 300;
}
@media (min-width: 700px) {
  .gallery .items {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 300px) and (max-width: 699px) {
  .gallery .items {
    width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 700px) {
  .gallery .items {
    margin-top: 50px;
  }
}
.gallery .items .item {
  margin-left: 10px;
  margin-right: 10px;
  width: 140px;
  height: 140px;
  box-sizing: border-box;
  float: left;
  border-radius: 50%;
  border: 7px solid rgba(0, 0, 1, 0.11);
  overflow: hidden;
  border: 6px solid rgba(0, 0, 1, 0.11);
  -moz-border-radius: 76px;
  -webkit-border-radius: 76px;
  border-radius: 76px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #fff;
  position: relative;
}
@media (min-width: 300px) and (max-width: 699px) {
  .gallery .items .item {
    margin-top: 25px;
  }
}
.gallery .items .item .overlay {
  display: inline-block;
  z-index: 1;
  width: 127px;
  height: 127px;
  background-color: #000;
  position: absolute;
  -moz-border-radius: 76px;
  -webkit-border-radius: 76px;
  border-radius: 76px;
  left: 0px;
  opacity: 0.3;
  display: none;
}
.gallery .items .item img {
  position: absolute;
  left: 0px;
}
@media (min-width: 700px) {
  .gallery .items .item-spec {
    margin-top: 50px;
  }
}
.gallery .items-no-top {
  margin-top: 0px;
}
.gallery .button {
  margin-top: 70px;
}
.hundred-club {
  width: 100%;
  min-height: 630px;
  background-image: url('../images/club-bg.jpg');
  background-position: top;
  background-repeat: no-repeat;
  background-color: #000;
}
.hundred-club h4 {
  color: #37a1e3;
  padding-top: 70px;
  padding-bottom: 20px;
}
.hundred-club p {
  color: #fff;
  line-height: 1.2;
  font-weight: 300;
  font-size: 20px;
}
.hundred-club .items {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 700px) {
  .hundred-club .items {
    width: 720px;
  }
}
@media (min-width: 300px) and (max-width: 699px) {
  .hundred-club .items {
    width: 100%;
  }
}
.hundred-club .items .delimeter {
  float: left;
  margin-top: 150px;
  margin-left: 20px;
  margin-right: 20px;
}
@media (min-width: 300px) and (max-width: 699px) {
  .hundred-club .items .delimeter {
    display: none;
  }
}
.hundred-club .items .item {
  margin-top: 70px;
  width: 210px;
  height: 250px;
  position: relative;
}
@media (min-width: 700px) {
  .hundred-club .items .item {
    float: left;
  }
}
@media (min-width: 300px) and (max-width: 699px) {
  .hundred-club .items .item {
    margin-left: auto;
    margin-right: auto;
  }
}
.hundred-club .items .item .photo {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 6px solid #cd258d;
  overflow: hidden;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.hundred-club .items .item .photo .hover {
  width: 150px;
  height: 150px;
  opacity: .5;
  position: absolute;
  color: #000;
}
.hundred-club .items .item .photo .overlay {
  -moz-border-radius: 76px;
  -webkit-border-radius: 76px;
  border-radius: 76px;
  z-index: 1;
  width: 150px;
  height: 150px;
  background-color: #000;
  position: absolute;
  left: 0px;
  opacity: 0.3;
  display: none;
}
.hundred-club .items .item .photo img {
  position: absolute;
  left: 0px;
}
.hundred-club .items .item p {
  padding-top: 10px;
  font-size: 15px;
}
.hundred-club .items .item span.icon {
  display: inline-block;
  padding-left: 27px;
  padding-top: 3px;
  color: #37a1e3;
  height: 23px;
  background-repeat: no-repeat;
  font-weight: 500;
}
.hundred-club .items .item .icons {
  margin-top: 15px;
}
.hundred-club .items .item .time {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAWCAQAAACBf8+OAAABSklEQVQ4y5WTPWvCUBSGTxA0dLDaEND2F8RBRCgoLQilW6Glm2O3QsCMGd3qrwgO4tC5o0vTMUOWFpzyAwRXcRKeDubbIMoZzuXe5957Pt4jSMpUhswJ2AE7AuYMUdNEsixhssLHpofODTo9bHxWmJTyuM43Sx7jy9t49cASFz2NNwiYoTJiEkJvoZ8wQmVGQCPCK3g4KAgaAwShClQRhAEagoKDR2WPj/EpZ1KuAbXMThmfMSJobOgz5fkI/oRDnw2aYOEiGHSO4B0MBBdLWGBmvi0ORhBMFsKa7ol4l7UATWyMzEHzADewuYYIb6WOLvnhFyWDt7BpwmEwV3h85QqbCiab6gV/fBbCYapRIdvsO/yeCCq2dlLIqE2vhS/u7YVp1KYiERxaLIK0xOrc57A76nmJJQK2YgHfhv4DKy/gs8fj7OE7cbT/AQLsXcif73zxAAAAAElFTkSuQmCC);
}
.hundred-club .items .item .calendar {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAASCAQAAAD1LOamAAAA0ElEQVQ4T53OoU6CYRSA4ZPUTaf/3HRaKBRm0mYwO+IfaJRvcgOn0v55BTSa8xIsdC7Fqp0502MAGUIA+Z7wnfDu7IRY+HS8nP/6cDmfwkBKieFiWsezlAaBsZHR8t/Ei5ExgUoI3042Dpj7ci1Uq/HZRvTrVFiLt1nEffUO+vN44m0Hkz3OqISe1NaWesKTdOFOehRSOlyNp6jVmArvuJV4FaDae3PR6OhoFCE1rtxr1EKjcbT3GV1FS0vRFXqKczeKB6EoDlbj7f4fz+z6Zj+V/hWxAOaiWgAAAABJRU5ErkJggg==);
  margin-left: 10px;
}
.hundred-club .button {
  color: #ffffff;
  border-color: #ffffff;
  margin-top: 40px;
  margin-bottom: 20px;
}
.hundred-club .button:hover {
  background-color: #ffffff;
  color: #000;
}
.restaurant {
  padding-bottom: 60px;
}
.restaurant h4 {
  padding-top: 50px;
  padding-bottom: 20px;
}
.restaurant p {
  line-height: 1.2;
  font-weight: 300;
  font-size: 20px;
}
@media (min-width: 700px) {
  .restaurant .items {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 300px) and (max-width: 699px) {
  .restaurant .items {
    width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 700px) {
  .restaurant .items {
    margin-top: 20px;
  }
}
.restaurant .items .item {
  margin-left: 10px;
  margin-right: 10px;
  width: 140px;
  height: 140px;
  box-sizing: border-box;
  float: left;
  border-radius: 50%;
  border: 7px solid rgba(0, 0, 1, 0.11);
  overflow: hidden;
  border: 6px solid rgba(0, 0, 1, 0.11);
  -moz-border-radius: 76px;
  -webkit-border-radius: 76px;
  border-radius: 76px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #fff;
  position: relative;
}
@media (min-width: 300px) and (max-width: 699px) {
  .restaurant .items .item {
    margin-top: 25px;
  }
}
.restaurant .items .item .overlay {
  display: inline-block;
  z-index: 1;
  width: 127px;
  height: 127px;
  background-color: #000;
  position: absolute;
  -moz-border-radius: 76px;
  -webkit-border-radius: 76px;
  border-radius: 76px;
  left: 0px;
  opacity: 0.3;
  display: none;
}
.restaurant .items .item img {
  position: absolute;
  left: 0px;
}
@media (min-width: 700px) {
  .restaurant .items .item-spec {
    margin-top: 50px;
  }
}
.restaurant .container {
  position: relative;
}
.restaurant .big-calendar {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAaCAYAAABPY4eKAAABOklEQVRIx2NQlldgwIJdgfg7EIvikIfj////48VANc+AOBObHC5DE4D4PxArUMFykDkNuCxfDsQH0PANqKYTWORIxSBzHmARXw5zGciyDUj4HFR8F5o4ORib+WDPwYOFnsEOtQ+n5XZA/BSIhalg+VUgTiTFcqIxIctxOGjUcrDlG6CJjF54A7LlA4JhlncAsQAdccegTHBCQGwAxRJQMWkkMX6omCKSGCfUUC2YGJJFMDXqxFiegBQvMPEJSGIBULENSGIGUEMfwMTQSjgQvjDoLTeA8kHYASrmgSSmARWLQBKTgBpaABNDswiEMwZ9CRcFxB+guAIq1o4k5g0VW4okpgs19BJMDMkimJrDgz7OPZBaGwlQsRwkMRuoWAuSmArU0BUwMSSLYGrmjNZqo1UqyPK3A1SlvgUA6nczCHH6czcAAAAASUVORK5CYII=);
  width: 31px;
  height: 26px;
  display: inline-block;
}
.restaurant .heading {
  font-weight: 500;
  font-size: 25px;
  display: inline-block;
  padding-bottom: 15px;
}
.restaurant .slider-parent {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 700px) {
  .restaurant .slider-parent {
    width: 700px;
  }
}
@media (min-width: 300px) and (max-width: 699px) {
  .restaurant .slider-parent {
    width: 100%;
  }
}
.restaurant .slider-parent .heading {
  font-weight: 500;
  font-size: 25px;
  display: inline-block;
  padding-bottom: 15px;
}
.restaurant .slider-parent .menu-heading {
  padding-top: 10px;
  font-size: 22px;
}
.restaurant .slider-parent .menu-heading .day {
  font-weight: 500;
}
.restaurant .slider-parent .menu-heading .soup {
  font-weight: 300;
  font-size: 15px;
}
.restaurant .slider-parent .left {
  margin-top: 30px;
}
@media (min-width: 700px) {
  .restaurant .slider-parent .left {
    margin-left: auto;
    margin-right: auto;
    width: 567px;
  }
}
@media (min-width: 300px) and (max-width: 699px) {
  .restaurant .slider-parent .left {
    margin-left: auto;
    margin-right: auto;
    width: 260px;
  }
}
.restaurant .slider-parent .left .inner-left {
  float: left;
  padding-left: 10px;
  border-left: 1px solid black;
}
.restaurant .slider-parent .left .inner-left .price {
  font-weight: 300;
  font-size: 37px;
}
.restaurant .slider-parent .left .inner-description {
  float: left;
  padding-right: 5px;
  font-weight: 500;
}
@media (min-width: 700px) {
  .restaurant .slider-parent .left .inner-description {
    width: 444px;
  }
}
@media (min-width: 300px) and (max-width: 699px) {
  .restaurant .slider-parent .left .inner-description {
    width: 140px;
  }
}
@media (min-width: 700px) {
  .restaurant .slider-parent .right-border {
    border-right: 1px dashed black;
    box-sizing: border-box;
  }
}
.restaurant .button {
  margin-top: 40px;
  margin-bottom: 20px;
}
#map_canvas {
  width: 100%;
  height: 456px;
}
.partners {
  overflow: hidden;
  min-height: 250px !important;
}
.partners .container {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 700px) {
  .partners .container {
    width: 800px;
  }
}
@media (min-width: 300px) and (max-width: 699px) {
  .partners .container {
    width: 100%;
  }
}
.partners .more-item {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 700px) {
  .partners .more-item {
    width: 600px;
  }
}
@media (min-width: 300px) and (max-width: 699px) {
  .partners .more-item {
    width: 100%;
  }
}
.partners h4 {
  margin-top: 40px;
}
.partners .item {
  width: 200px;
  text-align: center;
  height: 120px;
}
@media (min-width: 700px) {
  .partners .item {
    float: left;
  }
}
@media (min-width: 300px) and (max-width: 699px) {
  .partners .item {
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
@media (min-width: 700px) {
  .partners .possonium {
    margin-top: 40px;
  }
}
.subpage-menu {
  background-image: url('../images/line-background.png');
}
.subpage-menu p {
  line-height: 1.3;
}
.subpage-menu .menu-two-col {
  padding-top: 35px;
}
@media (min-width: 700px) {
  .subpage-menu .menu-two-col {
    width: 960px;
  }
}
@media (min-width: 300px) and (max-width: 699px) {
  .subpage-menu .menu-two-col {
    width: 100%;
    text-align: center;
  }
}
.subpage-menu .menu-two-col .left-col {
  min-height: 20px;
  float: left;
}
@media (min-width: 700px) {
  .subpage-menu .menu-two-col .left-col {
    width: 460px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (min-width: 300px) and (max-width: 699px) {
  .subpage-menu .menu-two-col .left-col {
    width: 100%;
    text-align: center;
  }
}
.subpage-menu .menu-two-col .left-col .name {
  font-weight: 500;
  font-size: 18px;
}
.subpage-menu .menu-two-col .left-col .desc {
  padding-top: 10px;
  display: inline-block;
}
.subpage-menu .menu-two-col .left-col .desc .left {
  font-weight: 300;
  font-size: 22px;
  border-right: 1px solid black;
  padding-right: 10px;
}
.subpage-menu .menu-two-col .left-col .desc .left .small {
  font-size: 18px;
}
.subpage-menu .menu-two-col .left-col .desc .right {
  font-weight: 300;
  font-size: 14px;
  display: inline-block;
  padding-bottom: 5px;
  padding-left: 5px;
}
.subpage-menu .header {
  width: 100%;
  height: 468px;
  background-image: url('../images/refresh-menu-header.jpg');
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.subpage-menu .header img {
  margin-top: 40px;
}
@media (min-width: 700px) {
  .subpage-menu .header .menu {
    margin-top: 40px;
  }
}
@media (min-width: 300px) and (max-width: 699px) {
  .subpage-menu .header .menu {
    margin-top: 30px;
  }
}
.subpage-menu .header .menu a {
  color: #fff;
  font-size: 22px;
  text-decoration: inherit;
  padding-top: 100px;
  display: inline-block;
  height: 120px;
  background-position: center 10px;
  background-repeat: no-repeat;
  box-sizing: border-box;
}
@media (min-width: 700px) {
  .subpage-menu .header .menu a {
    width: 120px;
  }
}
@media (min-width: 300px) and (max-width: 699px) {
  .subpage-menu .header .menu a {
    width: 100px;
  }
}
@media (min-width: 700px) {
  .subpage-menu .header .menu a {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.subpage-menu .header .menu .club {
  background-image: url(../images/club-icon.png);
}
.subpage-menu .header .menu .restaurant {
  background-image: url('../images/restaurant-icon.png');
}
.subpage-menu .header .menu .map {
  background-image: url('../images/map-icon.png');
}
.subpage-menu .main-heading {
  margin-top: 80px;
  margin-bottom: 20px;
}
.subpage-menu .sub-heading {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3;
}
@media (min-width: 700px) {
  .subpage-menu .sub-heading {
    width: 610px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 300px) and (max-width: 699px) {
  .subpage-menu .sub-heading {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }
}
.subpage-menu .menu-image {
  margin-top: 85px;
  margin-bottom: 20px;
}
.subpage-menu .menu-item {
  padding-top: 35px;
}
.subpage-menu .menu-item .name {
  font-weight: 500;
  font-size: 18px;
}
.subpage-menu .menu-item .desc {
  padding-top: 10px;
  display: inline-block;
}
.subpage-menu .menu-item .desc .left {
  font-weight: 300;
  font-size: 22px;
  border-right: 1px solid black;
  padding-right: 10px;
}
.subpage-menu .menu-item .desc .left .small {
  font-size: 18px;
}
.subpage-menu .menu-item .desc .right {
  font-weight: 300;
  font-size: 14px;
  display: inline-block;
  padding-bottom: 5px;
  padding-left: 5px;
}
.subpage-menu .submenu-menu a {
  text-decoration: inherit;
  color: #000;
}
.subpage-menu .line {
  width: 100%;
  height: 1px;
  background-color: black;
  margin-top: 30px;
  margin-bottom: 30px;
}
.event {
  background-color: #37153a;
  color: #fff;
  padding-bottom: 20px;
}
@media (min-width: 700px) {
  .event {
    width: 790px;
  }
}
@media (min-width: 300px) and (max-width: 699px) {
  .event {
    width: 100%;
  }
}
.event .image {
  overflow: hidden;
  max-height: 270px;
}
.event .title {
  font-weight: 500;
  font-size: 20px;
}
.event .right {
  margin-top: 20px;
}
@media (min-width: 700px) {
  .event .right {
    margin-left: 25px;
    float: left;
    width: 510px;
  }
}
@media (min-width: 300px) and (max-width: 699px) {
  .event .right {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }
}
.event .right .long_desc {
  padding-top: 35px;
  font-size: 15px;
  line-height: 1.3;
}
.event .right .long_desc a {
  color: #fff;
}
.event .right p {
  line-height: 1.3;
}
.event .right p a {
  color: #fff;
}
.event .left {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 700px) {
  .event .left {
    width: 210px;
    float: left;
    margin-left: 25px;
    border-right: 1px dashed white;
  }
}
@media (min-width: 300px) and (max-width: 699px) {
  .event .left {
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    width: 100%;
  }
}
.event .left .small_desc {
  padding-top: 35px;
  font-size: 15px;
}
.event .left span.icon {
  display: inline-block;
  padding-left: 27px;
  padding-top: 3px;
  color: #37a1e3;
  height: 23px;
  background-repeat: no-repeat;
  font-weight: 500;
}
.event .left .icons {
  margin-top: 15px;
}
@media (min-width: 300px) and (max-width: 699px) {
  .event .left .icons .calendar {
    margin-left: 10px;
    display: inline-block;
  }
}
.event .left .time {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAWCAQAAACBf8+OAAABSklEQVQ4y5WTPWvCUBSGTxA0dLDaEND2F8RBRCgoLQilW6Glm2O3QsCMGd3qrwgO4tC5o0vTMUOWFpzyAwRXcRKeDubbIMoZzuXe5957Pt4jSMpUhswJ2AE7AuYMUdNEsixhssLHpofODTo9bHxWmJTyuM43Sx7jy9t49cASFz2NNwiYoTJiEkJvoZ8wQmVGQCPCK3g4KAgaAwShClQRhAEagoKDR2WPj/EpZ1KuAbXMThmfMSJobOgz5fkI/oRDnw2aYOEiGHSO4B0MBBdLWGBmvi0ORhBMFsKa7ol4l7UATWyMzEHzADewuYYIb6WOLvnhFyWDt7BpwmEwV3h85QqbCiab6gV/fBbCYapRIdvsO/yeCCq2dlLIqE2vhS/u7YVp1KYiERxaLIK0xOrc57A76nmJJQK2YgHfhv4DKy/gs8fj7OE7cbT/AQLsXcif73zxAAAAAElFTkSuQmCC);
}
.event .left .calendar {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAASCAQAAAD1LOamAAAA0ElEQVQ4T53OoU6CYRSA4ZPUTaf/3HRaKBRm0mYwO+IfaJRvcgOn0v55BTSa8xIsdC7Fqp0502MAGUIA+Z7wnfDu7IRY+HS8nP/6cDmfwkBKieFiWsezlAaBsZHR8t/Ei5ExgUoI3042Dpj7ci1Uq/HZRvTrVFiLt1nEffUO+vN44m0Hkz3OqISe1NaWesKTdOFOehRSOlyNp6jVmArvuJV4FaDae3PR6OhoFCE1rtxr1EKjcbT3GV1FS0vRFXqKczeKB6EoDlbj7f4fz+z6Zj+V/hWxAOaiWgAAAABJRU5ErkJggg==);
  margin-top: 10px;
}
.event .left .button {
  color: #fff;
  border-color: #fff;
  width: 160px;
  padding-left: 32px;
  margin-top: 10px;
  padding-top: 13px;
  font-size: 21px;
  height: 50px;
}
.event .left .button:hover {
  background-color: #2a102c;
}
.footer-podpis {
  background-color: #0c0c0c;
  height: 15px;
  color: #fff;
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 5px;
}
.footer-podpis a {
  color: #818080;
}
#tech-info {
  display: none;
  overflow: hidden;
}
@media (min-width: 700px) {
  #tech-info {
    width: 790px;
  }
}
@media (min-width: 300px) and (max-width: 699px) {
  #tech-info {
    width: 100%;
  }
}
#tech-info .info-container {
  color: #fff;
  background-color: black;
}
#tech-info .info-container p {
  padding-top: 15px;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}
.tech-click {
  color: #fff;
  text-decoration: inherit;
}
.tech-click:hover {
  text-decoration: underline;
}
.no-bottom {
  padding-bottom: 0px !important;
}
/*# sourceMappingURL=site.css.map */