@font-face {
  font-family: 'BudidayaRegular';
  src: url('ASSETS/fonts/BudidayaRegular_0.eot');
  src: url('ASSETS/fonts/BudidayaRegular_0.eot') format('embedded-opentype'), url('ASSETS/fonts/BudidayaRegular_0.woff2') format('woff2'), url('ASSETS/fonts/BudidayaRegular_0.woff') format('woff'), url('ASSETS/fonts/BudidayaRegular_0.ttf') format('truetype'), url('ASSETS/fonts/BudidayaRegular_0.svg#BudidayaRegular_0') format('svg');
  font-display: swap;
}

@font-face {
  font-family: 'Aller';
  src: url('ASSETS/fonts/Aller.woff2') format('woff2'), url('ASSETS/fonts/Aller.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Microsoft Sans Serif';
  src: url('ASSETS/fonts/MicrosoftSansSerif.woff2') format('woff2'), url('ASSETS/fonts/MicrosoftSansSerif.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aller Display';
  src: url('ASSETS/fonts/AllerDisplay.woff2') format('woff2'), url('ASSETS/fonts/AllerDisplay.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Rockwell';
  src: url('ASSETS/fonts/Rockwell-Italic.woff2') format('woff2'),
    url('ASSETS/fonts/Rockwell-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
  font-display: swap;
}

@font-face {
  font-family: 'Rockwell';
  src: url('ASSETS/fonts/Rockwell-Bold.woff2') format('woff2'),
    url('ASSETS/fonts/Rockwell-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  font-display: swap;
}

@font-face {
  font-family: 'Rockwell Condensed';
  src: url('ASSETS/fonts/Rockwell-Condensed.woff2') format('woff2'),
    url('ASSETS/fonts/Rockwell-Condensed.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Rockwell Extra';
  src: url('ASSETS/fonts/Rockwell-ExtraBold.woff2') format('woff2'),
    url('ASSETS/fonts/Rockwell-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Rockwell';
  src: url('ASSETS/fonts/Rockwell-BoldItalic.woff2') format('woff2'),
    url('ASSETS/fonts/Rockwell-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Rockwell Condensed';
  src: url('ASSETS/fonts/Rockwell-CondensedBold.woff2') format('woff2'),
    url('ASSETS/fonts/Rockwell-CondensedBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Rockwell';
  src: url('ASSETS/fonts/Rockwell.woff2') format('woff2'),
    url('ASSETS/fonts/Rockwell.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


* {
  box-sizing: border-box;
}
p{
  text-indent: 0;
}
body {
  margin: 0;
  padding: 0;
  /*height: 100vh;*/
  display: flex;
  flex-direction: column;
  background-color: black;
}

/*NEW*/
.mainContainer {
  display: flex;
}

.column {
  flex: 50%;
}

main {

  background-color: black;
  flex: 1;
  height: 90vh;
  /*ie10*/
  -ms-flex: 1 1 auto;
  /*needs both shrink and grow*/
}

footer {
  background-color: black;
  flex-basis: 50px;
  height: 3rem;
  bottom: 0;
  position: fixed;
  width: 100%;
  text-align: center;
  justify-content: center;
  display: flex !important;
  align-items: center;
  z-index: 10;
}

.main_ostrava {
  margin: 0;
  background: url(ASSETS/index/bc_ostrava.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  /*display: flex;*/
  width: 100%;
  height: 95vh;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.main_praha {
  margin: 0;
  background: url(ASSETS/index/bc_praha.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  /*display: flex;*/
  width: 100%;
  height: 95vh;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.index_left {
  margin: 0;
  background: url(ASSETS/index/mainLeft.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  /*display: flex;*/
  width: 100%;
  height: 100vh;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-top: 2em;
}

.index_right {
  margin: 0;
  background: url(ASSETS/index/mainRight.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  /*display: flex;*/
  width: 100%;
  height: 100vh;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-top: 2em;
}

.tripadvisor_picto {
  height: 30px;
}

.logo_index {
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.logo_index_sub {
  width: 16% !important;
}

.innerColumn {
  color: white;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-family: "Aller Display";
  color: white;
  font-size: larger;
  letter-spacing: 1px;
  text-align: center;
  text-indent: 0.3em;
  text-decoration: none;
}
.innerColumnReservation {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-family: "Aller Display";
  font-size: larger;
  letter-spacing: 1px;
  text-indent: 0.3em;
  text-decoration: none;
}

a {
  text-decoration: none;
  color: inherit;
}

#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  /* line-height: 1; */
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* text-align: center; */
  /* bottom: 0; */
  /*margin-top: 0.5em;*/
}

#cssmenu:after, #cssmenu>ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#cssmenu #menu-button {
  display: none;
}

#cssmenu {
  margin: 0 auto;
  /* margin-top: 3em; */
  /* position: fixed; */
  z-index: 10;
  top: 0;
  /* bottom: 0; */
  /*display: inline-flex;*/
  padding-top: 5vw;
}


#cssmenu.align-center>ul {
  font-size: 0;
  text-align: center
}

#cssmenu.align-center>ul>li {
  display: block;
  float: none;
}

#cssmenu.align-center ul ul {
  text-align: center;
}

/*#cssmenu.align-right>ul>li {
  float: right;
}*/

#cssmenu>ul>li>a {
  font-family: "Aller Display";
  color: white;
  padding: 20px;
  font-size: x-large;
  letter-spacing: 1px;
  text-decoration: none;
  /*text-transform: uppercase;*/
  text-align: center;
  /*padding-right: 3.0vw;*/
}

#cssmenu>ul>li:hover>a {
  color: rgb(101, 30, 52);
}

#cssmenu>ul>li.has-sub:hover>a:before {
  top: 23px;
  height: 0;
}

#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  width: max-content;
}

#cssmenu.align-right ul ul {
  text-align: center;
}

#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  /*float:left;*/
  /*width: 10.5vw;*/
}

#cssmenu li:hover>ul {
  left: auto;
}

#cssmenu.align-right li:hover>ul {
  left: auto;
}

#cssmenu li:hover>ul>li {
  /*height: 35px;*/
  height: 100%;
}

#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}

#cssmenu.align-right ul ul li ul {
  margin-left: 0;
  margin-right: 100%;
}

#cssmenu ul ul li a {
  border-bottom: 6px solid rgba(0, 0, 0, 0.15);
  font-size: 18px;
  text-decoration: none;
  color: #FFFFFF;
  font-weight: 400;
  background: rgba(122, 121, 121, 0.80);
  text-align: center;
}

/*#cssmenu ul ul li ul a {
    width: 7vw;
}*/

#cssmenu ul ul li:last-child>a, #cssmenu ul ul li.last-item>a {
  border-bottom: 0;
}

#cssmenu ul ul li:hover>a, #cssmenu ul ul li a:hover {
  color: rgba(148, 207, 29, 1.00);
}

#cssmenu ul ul li.has-sub>a:after {
  position: absolute;
  top: 16px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}

#cssmenu.align-right ul ul li.has-sub>a:after {
  right: auto;
}

#cssmenu ul ul li.has-sub>a:before {
  position: absolute;
  top: 13px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

#cssmenu.align-right ul ul li.has-sub>a:before {
  right: auto;
}

#cssmenu ul ul>li.has-sub:hover>a:before {
  top: 17px;
  height: 0;
}

.contactArea_ostrava {
  color: black;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 5px;
}

.contactArea_praha {
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px;
}
.contactArea_prahaRes {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px;
  font-family: Cambria !important;
}

.budidayaFont {
  font-family: "BudidayaRegular";
  font-size: xx-large;
}

.rockwellFont {
  font-family: 'Rockwell';
}

.subContainer {
  line-height: 82%;
  margin-bottom: 2.5em;
}

.width100 {
  width: 100% !important;
}

.pageName {
  font-family: "Aller Display";
  color: white;
  font-size: x-large;
  margin-left: 1em;
}

.arrow {
  vertical-align: middle;
  height: 2em;
  margin-left: 2em;
}

header {
  display: flex !important;
  align-items: center;
  padding-top: 2em;
  position: sticky;
  top: 0;
  z-index: 11;
}

#map {
  color: black;
  height: 18em;
  width: 85%;
  margin: auto auto;
  margin-bottom: 1em;
  margin-top: 1em;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


/*GALERY*/

* {
  box-sizing: border-box;
}

/* item is invisible, but used for layout */
.grid-item, .grid-sizer {
  width: 33.30%;
}

.grid-item {
  float: left;
  padding: 5px;
}

.grid-item:last-child {
  padding-bottom: 2.4em;
}

.grid-item:hover .grid-item-content {
  border-color: white;
  cursor: pointer;
}

.testimg {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.co_overlay_box {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  width: 70%;
}

.grid-item:hover .testimg {
  opacity: 0.3;
}

.grid-item:hover .co_overlay_box {
  opacity: 1;
}

.co_overlay_text {
  background-color: #6b3592;
  color: white;
  font-size: 1.2vw;
  padding: 16px 32px;
  font-family: 'Alegreya Normal';
}

.width60 {
  width: 60% !important;
  display: inline-table;
}

.main_galery {
  height: unset !important;
  background-size: cover !important;
}

/*END GALERY*/

.btn-primary, .swal-button--confirm{
  background-color: #d9c62d !important
}
.btn btn-primary btn-block btn-lg{
  background-color: #d9c62d !important
}
.card, .well, .thumbnail, .panel{
  background-color: white !important;
}
@media screen and (max-width: 576px) {
  .d-sm-inline-block{
    display: inherit;
    width: 100%;
  }
}
@media (orientation: landscape) {
  @media screen and (max-width: 1170px) {
    .index_left {
      height: 103vh;
      padding-top: 1em;
    }
  
    .index_right {
      height: 103vh;
      padding-top: 1em;
    }
  }
}
@media (orientation: portrait) {
  @media screen and (max-width: 1170px) {
    .index_left {
      height: 50vh;
      padding-top: 1em;
    }
  
    .index_right {
      height: 50vh;
      padding-top: 1em;
    }
  }
}
@media screen and (max-width: 1170px) {
  .mainContainer {
    flex-direction: column;
    height: 100vw;
  }

  .width60 {
    width: 98% !important;
  }

  #map {
    width: 100%;
    height: 60vh;
  }

  #cssmenu>ul>li>a {
    padding: 5px;
  }

  #cssmenu {
    padding: 0;
  }

  .logo_index {
    width: 20%;
  }

  .restaurantName>p {
    padding: 0;
    margin: 0;
    margin-top: 0.5em;
    margin-bottom: 1em;
  }

  .innerColumn {
    width: 100%;
  }

  .main_galery {
    height: 100vh !important;
  }
}