/* Menu Hlavní Pozadí */
.navbar-default {
    background-repeat: no-repeat;
	color: #F8DEA5;
	font-size: 13pt;
	background-image: url("img/menu.png");
	min-width: 250px;
    min-height: 60px;
    width: 100%;
	max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    border: 0px solid #000000;
    background-color: #001b37;
    border-radius: 0px;
}

.navbar {
    margin-left: auto;
    margin-right: auto;
    
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    box-shadow: 0px 0px 10px rgb(0, 0, 0);
    background-color: rgba(0,0,0,0.35);
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
    border: 0px;
}

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-left: 15px;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-right: 25px;
    margin-top: 12px;
    margin-bottom: 8px;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-left {
    position: relative;
    float: left;
    padding: 9px 10px;
    margin-right: 25px;
    margin-top: 12px;
    margin-bottom: 8px;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #f4b736;
}


.navbar-toggle a:hover {
    box-shadow: 0px 0px 10px rgb(0, 0, 0) inset;
    background-color: rgba(0,0,0,0.35);
}


/* Menu Mobil Pozadí Podstránek*/
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #D8BC93;
    box-shadow: 0px 0px 10px rgb(0, 0, 0) inset;
    background-color: rgba(0,0,0,0.35);
    margin-left: auto;
    margin-right: auto;
	
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  color: #F8DEA5;
  box-shadow: 0px 0px 10px rgb(0, 0, 0) inset;
  background-color: rgba(0,0,0,0.35);
}


/* Menu Mobil Pozadí pod sekce menu*/
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
	color: #f4b736;
    border-color: #222222;
    box-shadow: 0px 0px 10px rgb(0, 0, 0) inset;
    background-color: rgba(0,0,0,0.35);
    line-height: 25px;
}


/* Menu Mobil Písmo Podstránek*/
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #E4D2BA;
    line-height: 25px;
}

#myNavbar {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
}

/* Menu Hlavní i Mobil pozadí podstránek */
.dropdown-menu-nolink {
	background-color: #121212;
    line-height: 30px;
	text-decoration: none;
	color: #0078ff;
    padding-left: 20px;
    padding-right: 10px;
}

.dropdown-menu-nolink2 {
	background-color: #121212;
    line-height: 30px;
	text-decoration: none;
	color: #b30000;
    padding-left: 20px;
    padding-right: 10px;
}

/* Menu Hlavní i Mobil písmena */
.navbar-default .navbar-nav > li > a {
	color: #F8DEA5;
	text-decoration: none;
	background-size: 1em 2.5em;
	border: 0px;
	font-size: 13pt;
	font: Cambria, Hoefler Text, Liberation Serif, Times, Times New Roman, serif;
    line-height: 25px;	
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    box-shadow: 0 0 10px #000 inset;
    background-color: rgba(0,0,0,0.35);
    color: #F8DEA5;
}


/* Menu Hlavní i Mobil pozadí podstránek */
.dropdown-menu > li > a {
	border: 0px solid #222222;
    border-bottom: 1px solid #000000;
	text-decoration: none;
	color: #D7C8B2;
	background-color: #1c2739;
}


/* Menu Hlavní i Mobil velikost písmen podstránek */
.dropdown-menu {
	font-size: 16px;
	background-color: #222222;
    border: 0px solid #222222;
}


/* Menu Mobil orámovat čteverček na vysunutí panelu*/
.navbar-default .navbar-toggle {
    border-color: #f4b736;
    border: 0px;
}


/* Menu Mobil čteverček barvy čárek na vysunutí panelu*/
.navbar-default .navbar-toggle .icon-bar {
    background-color: #DED0D0;
}

.navbar-header {
    margin-left: auto;
    margin-right: auto;
}

/* Menu Hlavní logo */
.navbar-brand {
    background-image: url("img/homm_icon.png");
    background-position: left;
    background-repeat: no-repeat;
    min-width: 110px;
    margin-top: 4px;
	color: #2f1f18;
	
}

.item {
    max-height: 500px;
}

.carousel-caption {
    left: 2%;
}

.affix {
    top: 0;
    width: 100%;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    z-index: 9999;
    max-width: 1200px;
    right: 0;
    left: 0;
}

.affix-top {
    position: static;
    top: 0px;

}

.footer {
    background-image: url("img/bg_footer.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    min-height: 200px;
    margin-top: 35px;
}


.first {
    font-family: sims;
    font-weight: bold;
}

.clear {
    width: 100%;
    height: 50px;
    clear: both;
}

.input-group {
    max-width: 10%;
    float: right;
    clear: left;
}

#head {
    margin-top: 2%;
    margin-bottom: 2%;
}

#head>img {
    margin: 0 auto;
}

.container {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
    line-height: 25px;
}

.content {
	background:#1A2134;
	margin-top: -20px;
	margin-bottom: -10px;
    width: 100%;
	max-width: 1200px;
}

.content3 {
	background: #0D151C;
	margin-top: -20px;
	margin-bottom: -10px;
    width: 100%;
	max-width: 1200px;
	padding-left: 20px;
	padding-right: 20px;
}

.content2 {
    
	width: 100%;
	max-width: 1200px;
	padding-left: 20px;
	padding-right: 20px;
}

.wraper {
    padding: 0px;
	padding-left: 10px;
	padding-right: 10px;
}


#archiv {
    background-color: red;
    min-height: 200px;
}

.patka {
    margin-top: 0%;
	margin-bottom: -100px;
	background-color: #06171f;
	width: 100%;
	max-width: 1200px;
	text-align: center;
    background-size: cover;
}


.seznam>li {
    list-style-type: none;
    display: inline-block;
    margin: 0 auto;
    padding: 25px;
}

.seznam2 > ul {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.seznam2 > li {
    list-style-type: none;
    display: inline-block;
	white-space: nowrap;
	content:" | ";
	padding: 0px 0px 0px 0px;
	margin: 0 0 0 0;
	line-height: 25px;
}

.seznam3 > li {
    list-style-type: square;
	content:" | ";
	padding: 5px 0px 5px 0px;
	margin: 0 0 0 0;
}


.update > li {
    list-style-type: none;
    margin-bottom: 5px;
}

.update > li:last-child {
    list-style-type: none;
    margin-bottom: 10px;
}

p#copy {
    color: white;
}
p#copy > a {
    color: silver;
}
p#copy > a:hover {
    color:  #E03535FF;
}

#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: red; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
}

#myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}

