/*
	Google fonts
*/
@import url(http://fonts.googleapis.com/css?family=Rajdhani:400,300&subset=latin,latin-ext);
/*
*{
	transition: all 0.3s ease-in-out;
}
*/
body{
	font-family: 'Rajdhani', sans-serif !important;
	font-size: 14px;
}

h1, h2, h3, h4, h5, a {
	font-family: 'Rajdhani', sans-serif !important;
	font-weight: 400;
	color: #3a0d00;
  transition: all 0.3s ease-in-out;
}

/* SPECIALITA styly */
  .specialita {
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 3rem;
    margin: auto !important;
    width: 90% !important;
    font-weight: bolder;
    border-bottom: 1px dashed #e2e2e2;
    /*
    height: 3rem;
    */
  }
  .specialita .name {
    font-size: 1.2rem;
    font-weight: lighter;
  }
  .specialita .poradi {
    margin-right: -1rem;
    text-align: right;
  }
  .specialita .delete{
    display: none;
    visibility: hidden;

    max-width: 3rem !important;
    position: absolute;
    width: 3rem !important;
  }
  .specialita .delete button {
    background: none repeat scroll 0 0 #dd3344;
    border-radius: 3px;
    margin: 0;
    max-width: 2rem !important;
    padding-left: 1.1rem;
    padding-right: 1.1rem;
    width: 3rem !important;
  }
  .specialita .cena {
    text-align: right;
  }
  #specialni-nabidka-form {
    margin-top: 1rem;
    width: 90%;
  }
  .add-special {
    margin: 0;
  }
/* SPECIALITA END Stylů */


.active {
    box-shadow: 0 -4px 0 0 #3a0d00 inset;
    color: #3a0d00;
    font-weight: 400;
}

.jidelni-listek {
  font-size: 1.12rem;
  line-height: 1.6rem;
}
.uvodni-text {
  color: #3a0d00;
  font-size: 1.5rem;
  /*
  margin-top: 1.4rem;
  padding-left: 10rem;
  padding-right: 10rem;
  */
}
.nadkontakt-text {
  color: #333333;
  font-size: 0.9rem;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  /*
  padding-left: 10rem;
  padding-right: 10rem;
  */
}
.prostirani-bg{
  background-image: url("../img/prostirka_bg.jpg");
  background-position: center center;
  background-size: 100%;
  background-repeat: repeat-y;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
}
.otviracka {
  font-size: 1.24rem;
  margin-top: 2.4rem;
  padding: 1rem 2.2rem;
}
.i-na-fb {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-left: 1rem;
    position: relative;
    top: -0.6rem;
}
table {
  border: medium none;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  background: none repeat scroll 0 0 #fbfbfb;
}
table tr.even, table tr.alt, table tr:nth-of-type(2n) {
  background: none;
}

#oteviraci-doba-text {
  margin-left: 2.8rem;
}
.sub-nav {
  display: block;
  overflow: hidden;
  padding-top: 0.55rem;
  width: auto;
}
table tr th, table tr td {
  color: #222222;
  font-size: inherit;
  text-align: left;
}

.pdf {
  margin-left: 1.4rem;
  margin-top: -2.4rem;
}
.pdf a {
  margin-left: 0.3rem;
}

.admin-icon {
  /*
  border: 1px solid red;
  float: left;
  margin-left: 0.5rem;
  margin-top: 0.6rem;
  */
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  width: 2em;
  height: 2em;
  cursor: pointer;
  opacity: 0;
  z-index: 12;
}
.admin-icon svg {
  width: 2em;
  height: 2em;
}
.admin-icon:hover{
  opacity: 0.2;
}
.admin-tooltip {
  background: none repeat scroll 0 0 #fff;
  box-shadow: 0 0 5px 0 #b0b0b0;
  left: 2.1rem;
  min-width: 12rem;
  padding: 0.4em;
  position: relative;
  top: -2.58rem;
}
.login-form{
  position: fixed;
  bottom: 4rem;
  left: 1rem;
  box-shadow: 0 0 5px 0 #000;
  padding: 2em;
  background: #fff;
  z-index: 11;
  /*width: 250px;*/
}

.tabs dd > a, .tabs .tab-title > a {
  background: #fff;
  color: #666;
  border: none;
  /*
  margin-right: 0.6rem;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  */
  border-radius: 0;
  padding: 0.4rem 1rem;
  transition: all 0.3s ease-in-out;
}

.tabs dd > a:hover, .tabs .tab-title > a:hover {
  color: #333;
}
.tabs dd.active a, .tabs .tab-title.active a {
  background-color: #f0f0f0;
  color: black;
}

.tabs-content {
  background: none;
  margin-bottom: 1.5rem;
  width: 100%;
}
.sub-nav dt a, .sub-nav dd a, .sub-nav li a {
  color: #3a0d00;
  padding: 0.2rem 1rem;
  text-decoration: none;
  font-size: 1.2rem;
}
.sub-nav dt a:hover, .sub-nav dd a:hover, .sub-nav li a:hover {
    color: #000;
    /*
    font-weight: bolder;
    */
}
.map {
  background: none repeat scroll 0 0 #eee7de;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  height: 450px;
  margin: 0;
  padding: 0;
  width: 100%;
  background-image: url("../img/placeholder.png");
  background-position: center center;
  background-repeat: no-repeat;
}
.header-image {
  background-image: url("../img/pizza/img_header.jpg");
  background-position: center center;
  background-size: cover;
  height: 500px;
  margin-top: 4rem;
  position: relative;
  width: 100%;
  box-shadow: 0 0 4px 0 #000000;
}
.header-logo{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -160px;
  margin-left: -160px;
}


.navigace{
box-shadow: 0 0 5px 0 rgba(0,0,0,0.4);
position: fixed;
top: 0;
left: 0;
min-height: 4.4rem;
}

.border-tabs{
  /*
  border-bottom: 2px red solid;
  */
}
/*
h3{
    margin-top: 1.5rem;
}
*/

.hidden-form{
	width: 50%;
	height: auto;
	position: absolute;
	background: #fff;
	left: 10px;
}

.sub-nav dt.active a, .sub-nav dd.active a, .sub-nav li.active a {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-radius: 0;
  box-shadow: 0 5px 0 0 #000;
  color: black;
  cursor: default;
  font-weight: normal;
  padding: 0.2rem 1rem;
  font-size: 1.2rem;
}
.sub-nav dt.active a:hover, .sub-nav dd.active a:hover, .sub-nav li.active a:hover {
  background: none;
}
table {
  border: none;
}

button {
  height: 2rem;
  line-height: 0rem;
  margin-left: 1em;
}
.cerch{
	cursor: pointer;
	border-bottom: 1px #999 dashed;
}
.cerch:hover{
  cursor: pointer;
  background: rgba(0,0,0,0.2);
}
dd {
  border-right: 1px solid rgba(0,0,0,0.2);
  /*
  1px solid #e5e5e5;
  */
}
dd:first {
  border-right: 1px solid rgba(0,0,0,0.2);
  border-left: 1px solid rgba(0,0,0,0.2);
  /*
  1px solid #e5e5e5;
  */
}

.jidelak-kategorie, .napojak-kategorie{
  text-transform: uppercase;
}
.jidelak-kategorie dl dd, .napojak-kategorie dl dd{
  border-right: 1px solid rgba(0,0,0,0.2);
  text-transform: uppercase;
}
.jidelak-kategorie dl dd:first, .napojak-kategorie dl dd:first{
  border-right: 1px solid rgba(0,0,0,0.2);
  border-left: 1px solid rgba(0,0,0,0.2);
  text-transform: uppercase;
}

.kontakt-logo{
  width: 10rem;
}

/**
 * Menu styles
 */

/* Effect 12: circle */
.cl-effect-12 a::before,
.cl-effect-12 a::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  border: 2px solid rgba(0,0,0,0.1);
  border-radius: 50%;
  content: '';
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.2);
  -moz-transform: translateX(-50%) translateY(-50%) scale(0.2);
  transform: translateX(-50%) translateY(-50%) scale(0.2);
}

.cl-effect-12 a::after {
  width: 90px;
  height: 90px;
  border-width: 6px;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
  -moz-transform: translateX(-50%) translateY(-50%) scale(0.8);
  transform: translateX(-50%) translateY(-50%) scale(0.8);
}

.cl-effect-12 a:hover::before,
.cl-effect-12 a:hover::after,
.cl-effect-12 a:focus::before,
.cl-effect-12 a:focus::after {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  -moz-transform: translateX(-50%) translateY(-50%) scale(1);
  transform: translateX(-50%) translateY(-50%) scale(1);
}

.show-menu {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../img/menu_icon.svg");
  background-image: -webkit-linear-gradient(transparent, transparent), url("../img/menu_icon.svg");
  background-image: linear-gradient(transparent, transparent), url("../img/menu_icon.svg");
  -webkit-background-size: cover;
  background-size: cover;
  content: "MENU";
  cursor: pointer;
  float: right;
  height: 3em;
  margin-left: 0;
  margin-right: 1em;
  position: fixed;
  right: 1em;
  top: 1em;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  visibility: hidden;
  width: 3em;
  z-index: 100;
  display: no-block;
}
.sticky-menu {
  /*
  background: none repeat scroll 0 0 #333;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  height: 4em;
  line-height: 3em;
  padding-left: 1em;
  padding-right: 5em;
  position: fixed;
  right: 1.5em;
  top: 0.5em;
  z-index: 99;
  */
}
.rotate90deg {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.hidden {
  visibility: hidden;
}
tbody {
    font-size: 1rem;
}

.social-wrapper{
	text-align: center;
}
.social-icon{
	display: inline-block;
}
.social-icon-img{
	width: 56px;
	margin: 16px;
}

@media (max-width: 640px) {
    .show-menu {
      visibility: visible;
    }
    .kontakt-logo{
      margin: auto;
      width: 10rem;
    }

    .uvodni-text{
      font-size: 1.2rem;
      color: #3a0d00;
      padding-left: 1rem;
      padding-right: 1rem;
    }
    .on-mobile {
        /*
        height: 4.2em;
        */
        left: 0;
        margin-left: 0;
        position: fixed;
        top: 4.4em;
        width: 100%;
        background: none repeat scroll 0 0 #fff;
        box-shadow: 0 0 5px 0 rgba(0,0,0,0.4);
    }
    .sticky-menu {
        /*
        -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
        height: 4em;
        line-height: 3em;
        padding-left: 1em;
        padding-right: 5em;
        position: fixed;
        right: 1.5em;
        top: 0.5em;
        z-index: 99;
        */
    }
    .mobile-hidden {
        display: none;
    }
    .sub-nav dt, .sub-nav dd, .sub-nav li {
        color: #999999;
        display: inline-block;
        float: left;
        font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
        font-size: 0.875rem;
        font-weight: normal;
        margin-bottom: 1rem;
        margin-left: 1rem;
        width: 100%;
    }
    .otviracka {
        margin-top: 0;
    }
    .header-logo {
        left: 50%;
        margin-left: -100px;
        margin-top: -100px;
        position: absolute;
        top: 50%;
        width: 200px;
    }
    .header-image {
        height: 310px;
        margin-top: 4rem;
        position: relative;
        width: 100%;
    }
}
