/* Menu Hlavní Pozadí */
.navbar-default {
    
	color: #F8DEA5;
    font-size: 18px;
	background: linear-gradient(
        90deg,
        rgba(110, 65, 220, 1) 0%,
        rgba(115, 65, 210, 1) 20%,
        rgba(119, 65, 240, 1) 40%,
        rgba(119, 65, 250, 1) 70%,
        rgba(121, 65, 239, 1) 90%,
        rgba(110, 85, 225, 1) 100%
    );
	min-width: 250px;
    min-height: 125px;
    width: 100%;
	max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    border: 0px solid #000000;
    border-bottom: 2px solid #000000;
    border-radius: 0px;
    box-shadow: 0px 0px 10px rgb(0, 0, 0);
    margin-bottom: 0px;
    
}


/* Menu stín */

.menustin {
    box-shadow: 0px 0px 10px rgb(0, 0, 0);
    
}

.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;
}

.menukarlos {
    margin-right: -20px;
    margin-left: -20px;
}

.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;
    margin-left: 25px;
    padding-left: 80px;
}


.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 {
	text-decoration: none;
	background-size: 1em 2.5em;
	border: 0px;
	font-size: 20px;
	font: Cambria, Hoefler Text, Liberation Serif, Times, Times New Roman, serif;
    line-height: 25px;
    width: 120px;
    text-align: center;
    color: #efe3d2;
    background: linear-gradient(
        rgba(75, 75, 120, 1) 0%,
        rgba(65, 65, 110, 1) 10%,
        rgba(60, 60, 100, 1) 20%,
        rgba(55, 55, 90, 1) 30%,
        rgba(50, 50, 80, 1) 40%,
        rgba(45, 45, 70, 1) 50%,
        rgba(40, 40, 60, 1) 60%,
        rgba(35, 35, 50, 1) 70%,
        rgba(30, 30, 40, 1) 80%,
        rgba(25, 25, 30, 1) 90%,
        rgba(20, 20, 20, 1) 100%
    );
    
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
    .navbar-default .navbar-nav > li > a {
        width: 100%;
        text-align: left;
        }
}


#topheader .navbar-nav li > a:hover, #topheader .navbar-nav li > a:focus {
    color: #EFE3D2;
    background: linear-gradient(
        rgba(150, 20, 30, 1) 0%,
        rgba(160, 20, 30, 1) 10%,
        rgba(170, 20, 30, 1) 20%,
        rgba(180, 20, 30, 1) 30%,
        rgba(190, 20, 30, 1) 40%,
        rgba(200, 20, 30, 1) 50%,
        rgba(190, 20, 30, 1) 60%,
        rgba(180, 20, 30, 1) 70%,
        rgba(170, 20, 30, 1) 80%,
        rgba(160, 20, 30, 1) 90%,
        rgba(150, 20, 30, 1) 100%
    );
}

/* Menu Hlavní i Mobil aktivní */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #EFE3D2;
    background: linear-gradient(
        rgba(170, 20, 30, 1) 0%,
        rgba(180, 20, 30, 1) 10%,
        rgba(190, 20, 30, 1) 20%,
        rgba(200, 20, 30, 1) 30%,
        rgba(210, 20, 30, 1) 40%,
        rgba(220, 20, 30, 1) 50%,
        rgba(210, 20, 30, 1) 60%,
        rgba(200, 20, 30, 1) 70%,
        rgba(190, 20, 30, 1) 80%,
        rgba(180, 20, 30, 1) 90%,
        rgba(170, 20, 30, 1) 100%
    );
}


/* 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;
    color: #EFE3D2;
    background: linear-gradient(
        rgba(75, 75, 120, 1) 0%,
        rgba(65, 65, 110, 1) 10%,
        rgba(60, 60, 100, 1) 20%,
        rgba(55, 55, 90, 1) 30%,
        rgba(50, 50, 80, 1) 40%,
        rgba(45, 45, 70, 1) 50%,
        rgba(40, 40, 60, 1) 60%,
        rgba(35, 35, 50, 1) 70%,
        rgba(30, 30, 40, 1) 80%,
        rgba(25, 25, 30, 1) 90%,
        rgba(20, 20, 20, 1) 100%
    );
}


/* 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/deadkarlos1.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    max-width: 100%;
    width: 400px;
    min-height: 125px;
    margin-top: 0px;
    padding-bottom: 10px;
	
}

@media only screen and (max-width: 480px) {
  /* For mobile phones: */
    .navbar-brand {
        width: 350;
        min-width: 260px;
        }
}

.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: 100%;
    right: 0;
    left: 0;
}

.affix-top {
    
    top: 0px;

}

.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: 80px;
    padding-left: 80px;
    margin-right: auto;
    margin-left: auto;
    line-height: 25px;
    width: 100%;
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
    .container {
        padding-right: 0px;
    padding-left: 0px;
        }
}

.content {
	background: #1A2134;
    width: 100%;
    padding-left: 20px;
	padding-right: 20px;
}

.content2 {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: -20px;
	margin-right: -20px;
	padding-left: 20px;
	padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: url("img/bg1.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    min-height: 100%;
    border: none;
	border-bottom: 2px solid #000000;
    
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .content2 {
    background-image: url("img/bg2.jpg");
    }
}

@media only screen and (max-width: 480px) {
  /* For mobile phones: */
  .content2 {
    background-image: url("img/bg3.jpg");
    }
}

.content3 {
    margin-top: 2px;
    margin-bottom: 2px;
	margin-left: -20px;
	margin-right: -20px;
	padding-left: 20px;
	padding-right: 20px;
    background-image: url("img/theme1.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 500px;
    min-height: 100%;
}

.stranky {
    padding-top: 100px;
    padding-bottom: 30px;
	margin-left: -20px;
	margin-right: -20px;
	padding-left: 20px;
	padding-right: 20px;
    margin-top: 0px;
    margin-bottom: 2px;
    background: linear-gradient(
        rgba(110, 65, 200, 1) 0%,
        rgba(115, 65, 210, 1) 10%,
        rgba(115, 65, 220, 1) 20%,
        rgba(120, 65, 230, 1) 30%,
        rgba(120, 65, 240, 1) 40%,
        rgba(120, 65, 250, 1) 50%,
        rgba(119, 65, 260, 1) 60%,
        rgba(119, 65, 270, 1) 70%,
        rgba(121, 65, 289, 1) 80%,
        rgba(121, 65, 299, 1) 90%,
        rgba(110, 85, 295, 1) 100%
    );
}

/* Stránky her */
.allgames1 {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: -20px;
	margin-right: -20px;
	padding-left: 20px;
	padding-right: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url("img/allgames.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    min-height: 100%;
    border: none;
	border-bottom: 2px solid #000000;
    
}

@media only screen and (max-width: 480px) {
  /* For mobile phones: */
  .allgames1 {
    background-image: url("img/bg3.jpg");
    }
}

.allgames2 {
    padding-top: 60px;
    padding-bottom: 40px;
	margin-left: -20px;
	margin-right: -20px;
	padding-left: 20px;
	padding-right: 20px;
    margin-top: 0px;
    margin-bottom: 2px;
    background: linear-gradient(
        -45deg,
        rgba(50, 0, 160, 1) 0%,
        rgba(50, 0, 160, 1) 10%,
        rgba(60, 60, 170, 1) 20%,
        rgba(60, 60, 170, 1) 30%,
        rgba(80, 60, 210, 1) 40%,
        rgba(80, 60, 210, 1) 50%,
        rgba(90, 100, 220, 1) 60%,
        rgba(90, 100, 220, 1) 70%,
        rgba(100, 140, 230, 1) 80%,
        rgba(100, 140, 230, 1) 90%,
        rgba(100, 140, 230, 1) 100%
    );
}

.allgames3 {
    padding-top: 60px;
    padding-bottom: 40px;
	margin-left: -20px;
	margin-right: -20px;
	padding-left: 20px;
	padding-right: 20px;
    margin-top: 0px;
    margin-bottom: 2px;
    background: linear-gradient(
        -45deg,
        rgba(50, 0, 160, 1) 0%,
        rgba(50, 0, 160, 1) 10%,
        rgba(60, 60, 170, 1) 20%,
        rgba(60, 60, 170, 1) 30%,
        rgba(80, 60, 210, 1) 40%,
        rgba(80, 60, 210, 1) 50%,
        rgba(90, 100, 220, 1) 60%,
        rgba(90, 100, 220, 1) 70%,
        rgba(100, 140, 230, 1) 80%,
        rgba(100, 140, 230, 1) 90%,
        rgba(100, 140, 230, 1) 100%
    );
}

.partners {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: -20px;
	margin-right: -20px;
	padding-left: 20px;
	padding-right: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
    background: linear-gradient(
        rgba(110, 65, 200, 1) 0%,
        rgba(115, 65, 210, 1) 10%,
        rgba(115, 65, 220, 1) 20%,
        rgba(120, 65, 230, 1) 30%,
        rgba(120, 65, 240, 1) 40%,
        rgba(120, 65, 250, 1) 50%,
        rgba(119, 65, 260, 1) 60%,
        rgba(119, 65, 270, 1) 70%,
        rgba(121, 65, 289, 1) 80%,
        rgba(121, 65, 299, 1) 90%,
        rgba(110, 85, 295, 1) 100%
    );
    height: 100%;
    min-height: 100%;
    border: none;
	border-bottom: 2px solid #000000;
    
}


.stranky_top {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: -20px;
	margin-right: -20px;
	padding-left: 20px;
	padding-right: 20px;
    padding-top: 100px;
    padding-bottom: 50px;
    color: #EFE3D2;
    background: #1A2134;
    
}

.stranky_center {
	margin-left: -20px;
	margin-right: -20px;
	padding-left: 20px;
	padding-right: 20px;
    margin-top: 0px;
    margin-bottom: 2px;
    background: linear-gradient(
        rgba(110, 65, 200, 1) 0%,
        rgba(115, 65, 210, 1) 10%,
        rgba(115, 65, 220, 1) 20%,
        rgba(120, 65, 230, 1) 30%,
        rgba(120, 65, 240, 1) 40%,
        rgba(120, 65, 250, 1) 50%,
        rgba(119, 65, 260, 1) 60%,
        rgba(119, 65, 270, 1) 70%,
        rgba(121, 65, 289, 1) 80%,
        rgba(121, 65, 299, 1) 90%,
        rgba(110, 85, 295, 1) 100%
    );
}

.stranky_bottom1 {
	margin-left: -20px;
	margin-right: -20px;
	padding-left: 20px;
	padding-right: 20px;
    margin-top: 0px;
    margin-bottom: 2px;
    background: linear-gradient(
        rgba(110, 65, 200, 1) 0%,
        rgba(115, 65, 210, 1) 10%,
        rgba(115, 65, 220, 1) 20%,
        rgba(120, 65, 230, 1) 30%,
        rgba(120, 65, 240, 1) 40%,
        rgba(120, 65, 250, 1) 50%,
        rgba(119, 65, 260, 1) 60%,
        rgba(119, 65, 270, 1) 70%,
        rgba(121, 65, 289, 1) 80%,
        rgba(121, 65, 299, 1) 90%,
        rgba(110, 85, 295, 1) 100%
    );
}


.stranky_bottom2 {
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 10px 30px 10px 30px;
    margin-top: 0px;
    margin-bottom: 2px;
    background: linear-gradient(
        rgba(190, 20, 30, 1) 0%,
        rgba(195, 20, 30, 1) 10%,
        rgba(200, 20, 30, 1) 20%,
        rgba(205, 20, 30, 1) 30%,
        rgba(210, 20, 30, 1) 40%,
        rgba(210, 20, 30, 1) 50%,
        rgba(210, 20, 30, 1) 60%,
        rgba(205, 20, 30, 1) 70%,
        rgba(200, 20, 30, 1) 80%,
        rgba(195, 20, 30, 1) 90%,
        rgba(190, 20, 30, 1) 100%
    );
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .stranky_bottom2 {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    }
}

@media only screen and (max-width: 480px) {
  /* For mobile phones: */
  .stranky_bottom2 {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    }
}

.stranky_bottom3 {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 0px;
    margin-bottom: 2px;
    text-align: left;
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .stranky_bottom3 {
    margin-left: 0;
	margin-right: 0;
	padding-left: 20px;
	padding-right: 20px;
    }
}

@media only screen and (max-width: 480px) {
  /* For mobile phones: */
  .stranky_bottom3 {
    margin-left: -20px;
    margin-right: -20px;
	padding-left: 20px;
	padding-right: 20px;
    }
}

.stranky_bottom4 {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-left: 20px;
    margin-top: 0px;
    margin-bottom: 2px;
    padding-left: 30%;
    padding-right: 30%;
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .stranky_bottom4 {
    margin-left: 0;
	margin-right: 0;
	padding-left: 20px;
	padding-right: 20px;
    }
}

@media only screen and (max-width: 480px) {
  /* For mobile phones: */
  .stranky_bottom4 {
    margin-left: -20px;
    margin-right: -20px;
	padding-left: 20px;
	padding-right: 20px;
    }
}

.thee1 {
    padding-top: 60px;
    padding-bottom: 0px;
}

.thee2 {
    padding-top: 20px;
    padding-bottom: 0px;
}


.wraper {
    padding: 0px;
	padding-left: 10px;
	padding-right: 10px;
}


#archiv {
    background-color: red;
    min-height: 200px;
}

.patka {
    margin-top: 0px;
    margin-bottom: -100px;
    background: linear-gradient(
        rgba(75, 75, 120, 1) 0%,
        rgba(65, 65, 110, 1) 10%,
        rgba(60, 60, 100, 1) 20%,
        rgba(55, 55, 90, 1) 30%,
        rgba(50, 50, 80, 1) 40%,
        rgba(45, 45, 70, 1) 50%,
        rgba(40, 40, 60, 1) 60%,
        rgba(35, 35, 50, 1) 70%,
        rgba(30, 30, 40, 1) 80%,
        rgba(25, 25, 30, 1) 90%,
        rgba(20, 20, 20, 1) 100%
    );
}

.patka_line1 {
    background-image: url("img/line1.png");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 65px;
    width: 90%;
	border: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

.patka_line2 {
    background-image: url("img/line2.png");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 16px;
    width: 100%;
	border: 0;
    margin-top: -10px;
}

.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 */
}