html, body {
    height: 100%;
    width: 100%;
}
html body  {
    font-family: 'gothic';
	font-size: calc(12px + 0.2vw);
}

a {
	color: inherit;
	text-decoration: none;
}

html body a:focus {
	outline: none;
}

/* colors */
html body  {
    /*color: #464440;*/
	color: #252525;
}
html body .nav-pills > li.active > a, html body .nav-pills > li.active > a:focus, html body .nav-pills > li.active > a:hover, body .dropdown-menu > .active > a {
	background-color: #641e2d;
}
html body .nav > li > a:focus, html body .nav > li > a:hover {
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255,0.7);
	/* #e5e4bd; */ 
}

html body a, body .btn-link {
	color: #641e2d;
}
 body .btn-link:hover, body .btn-link:focus {
	 color: rgb(100,30,45);
	 color: rgba(100,30,45,0.8);
 }
.bistroRestTextColor
{
	color: #641e2d;
	text-shadow: 0 1px 1px rgba(100,30,45,0.2);
}
html body .nav > li > a:focus, html body .nav > li > a:hover {
	color: #3d141d;
}

.orange {
	color: orangered;
	text-shadow: 0 1px 1px rgba(255,140,0,0.2);
}
.ronin {
    color: #e30020;
    text-shadow: 0 0 1px rgba(227, 0, 32, 0.2);
}
.rdev {
	color: black;
    text-shadow: 0 0 1px rgba(0,0,0,0.2);
}

#menu ol .menu, #menu ul .menu {
    text-indent: -2.5em;}
#pizza ol .pizza{
    text-indent: 1em;
}

#credits {
	position: fixed;
	right: 1%;
	bottom: 10px;
	-webkit-transform: rotate(-90deg) translateY(150px);
	-moz-transform: rotate(-90deg) translateY(150px);
	-ms-transform: rotate(-90deg) translateY(150px);
	-o-transform: rotate(-90deg) translateY(150px);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform: rotate(-90deg) translateY(205px);
	transform-origin: 0 0;
	font: 400 8px 'Gotham A', 'Gotham B';
	text-transform: uppercase;
}

#bistrorest {
    width: 99px;
    position: relative;
    top: 0;
    left: 5px;
}

#welcome {
    position: absolute;
    top: 50px;
    right: 50px;
}
#welcome h1 {
	text-transform: uppercase;
	font-weight: 400;
	font-size:  1.0em ;
	letter-spacing: 0.1em;
}
@media (max-width: 767px) {
	#bistrorest {
        width: 140px;
        position: relative;
        top: 0;
        left: 0;
	}
	#welcome {
		position: relative;
		top: 0;
		right: 0;
	}
	#welcome h2 {
		position: relative;
		top: 16px;
		float: right;
	}
	#welcome h2 .btn-link {
    	padding: 2px 6px;
    	border: 1px solid gray;
    	border-radius: 4px;
	}
}

/*-- bg --*/
#base {
	position: relative;
}
#base::after {
	position: fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	width: 100%; height: 100%;
	background-size: cover;
	background-position: center ;
	background-repeat: no-repeat;
	background-image: url('../img/bg3.jpg');
	overflow: auto;
	-webkit-overflow-scrolling: touch;
/*
    padding-bottom: 25px;
*/
	z-index: -1; 
}
#base::before {
    background-color: rgb(229,228,189);
	background-color: rgba(229,228,189, 0.75);
	width: 100%; height: 100%;
	position: fixed;
	left: 0;
	z-index: 0;
}

.bg-w {
    background-color: rgb(255,255,255);
	background-color: rgba(255,255,255,0.7);
	border-radius: 5px;
}

/*--menu--*/
.nav-pills {
	text-transform: uppercase;
}

.nav-pills > li > a 
{
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

html body .nav-pills > li.active > a:hover, body .dropdown-menu > .active > a:hover {
    background-color: rgb(100,30,45);
	background-color: rgba(100,30,45,0.8);	
}

body .dropdown-menu {
	font-size: 0.9em;	
}

/*
#ContentList, body #kontakt {
	
    font-size: 1.1em;	
}
*/

/*--galera--*/
#my-thumbs-list{
  overflow: auto;
  width: auto;
  height: 435px;
}
.mTSButton{ background-color: #c2beb2; }
#my-thumbs-list{ background-color: transparent; }
#my-thumbs-list .mTSButton{
    background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.7);
	-moz-border-radius: 48px; 
	-webkit-border-radius: 48px; border-radius: 48px;
}
#my-thumbs-list .mTSButtonLeft{ left: 5px; }
#my-thumbs-list .mTSButtonRight{ right: 5px; }