html {
  position: relative;  /* nutné pro patičku dole */
  min-height: 100%;
}


body {font-size: 160%;
	  font-family: Ubuntu, Arial;
	  /* Margin bottom stejný height jako výška patičky!!!! */
		margin-bottom: 170px;
	 }
    

	a,
	a:link,
	a:visited,
	a:active 
	{
	color: #D62137;
	text-decoration: underline;
	}
	
	.navbar a {text-decoration: none}
    
    a.btn {text-decoration: none !IMPORTANT;
			}
	a.btn:hover {color: #FFFFFF !IMPORTANT}
	
	.btn-danger {color: #FFFFFF !IMPORTANT}   
   
   h1,h2,h3,h4 {color: #D62137}
   
   img {
  max-width: 100% !IMPORTANT;
  height: auto !IMPORTANT;
  box-sizing: border-box !IMPORTANT
}
   
   section {background-color: #FFFFFF;
			padding: 2em 0em 5em 0em;
			}
  
  
/************************ PATIČKA VŽDY DOLE	!!!! :-) ***********************************************/
section#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 170px;
  border-top: 1px solid #E1E1E1;
  background-color: #F0F0F0;
  color: #4D4D4D;
  font-size: 90%;
}

section#footer h4 {color: #313131}

@media only screen and (max-width: 840px) {
			section#footer {position: relative;
				  height: auto;
				  width: 100%}
			body {margin-bottom: 0px !IMPORTANT}  
	   }	  
	   
/***************************************************************************************************/
				  
  
  section#pobyty {min-height: 400px}
   
   #long-div {min-height: 700px}
				  
   iframe {border: 1px solid #FFFFFF;
			padding: 5px}
			
	.link-top {border-top: 1px solid #BFBFBF;
			}					
			
	.link-bottom {border-bottom: 1px solid #BFBFBF;
			}			
			
   .grey {background-color:#E7E7E7}
   
   .light-grey {background-color:#E7E7E7}
   
   .dark-grey {background-color:#333333}
   
   .light-green {background-color: #2ECC71}
   
   .yellow {background-color: #FFFFD9}
   
   .white {color: #FFFFFF}
   
   .black {color: #1A1A1A !IMPORTANT}
   
   .green {color: #2FB62F}
   
   .lila {color: #490077}
   
  .container {border: 0px solid green}
  
  .slunickova {color: #FF480E}
  
  .orange {background-color: #D62137;
		   color: #FFFFFF}
		   
   .red-text {color: #D62137}
		   
   .blue-light {color: #337AB7}
  
  .red {background-color: #D62137;}
  
  .border-1 {border: 1px solid #BFBFBF;
			 padding: 5px;
			 box-sizing: border-box}
  
  .animace {background-color: #FFFFFF;
			margin-top: 1.5em;
			}
			
  p.headline {
			  font-size: 18pt;
			  }
			  
  p.headline img {float: left;
				  margin: 0px 10px 10px 0px}
				  
  hr.cistic {visibility: hidden;
			 clear: both }			  
			
	/******************* videogaleie seznam odkazů ******************************/
	
	.videogalerie-seznam {font-size: 11pt;
						  line-height: 170%;
						  padding: 10px;
						  background-color: #FFFFFF;
						  border-radius: 5px;
						  }		
	
	/**********************lišta ************************************************/
	
	.lista {height: 120px;
			background-color: #D62137;
			padding-top: 20px}
	
	
	/******************** login-info ******************************************/
	#lista {position: relative}
	.login-info {position: absolute;
				top: 0px;
				right: 0px;
				color: #FFFFFF;
				font-size: 0.8em;
				border: 1px solid #A52A2A;
				padding: 8px 15px 5px 15px;
				font-family: Arial;
				background-color: #F33A50;
				border-radius: 4px;
				line-height: 190%}
				
	.login-info a {color: #FFFF00;
					font-weight: bold;
					}
				
	@media only screen and (max-width: 450px) {
			.login-info {display: none}
	   }
	   
	.odsazen-top {margin-top: 20px}				
	
	/********** Affix ********************/
	.affix {
      top: 0;
      width: 100%;
	}
  
	  .affix + .container-fluid {
	      padding-top: 70px;
	  }
	  
			
	/*******************  NAVBAR ***********************************************/
	.navbar {
		    margin-bottom: 0;
		    background-color: #FF350E;
		    z-index: 9999;
		    border: none !IMPORTANT;
		    line-height: 1.42857143 !important;
		    border-radius: 0;
		}

		.navbar li a, .navbar .navbar-brand {
		    color: #FFFFFF !important;
		}
		
		.navbar-nav li a:hover, .navbar-nav li.active a {
		    background-color: #D62137 !important;
		}
		
		.navbar-default .navbar-toggle {
		    border-color: transparent;
		    color: #1A1A1A !important;
		}
		
		.navbar-toggle {border: 1px solid #FFFFFF !IMPORTANT;
						background-color: #D62137 !IMPORTANT}
						
						
		.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
	    background-color: #D62137;
	    color: #FFFFFF;
		}
		
		.dropdown-menu li a {color: #1A1A1A !IMPORTANT}
		
		.dropdown-menu li a:hover {color: #FFFFFF !IMPORTANT}
		
  
/************** registrace  - přihlášení **************************************************************/

form.reg div {
		  max-width: 600px;
		  margin: 20px auto 20px auto !IMPORTANT}
		  
form.prihlaska div {margin: 20px}

form img {margin: 3px;
		  border: 1px solid #BFBFBF;
		  padding: 5px}
		  
legend {color: #BFBFBF;
		font-size: 90%}
		
.error {border: 2px solid red;
		}		  
  
/*******************************************************************************************/  
  .jumbotron  {background-color: #D62137;
			   color: #FFFFFF;
			   background-image: url("../logo.png");
			   background-repeat: no-repeat;
			   background-position: left bottom;
			  }
			  
  .jumbotron h1 {text-shadow: 1px 1px 1px #000; color: #FFFFFF;
				font-family: Ubuntu, Arial;
				}
  .jumbotron p {font-size: 1.5em;
				text-transform: uppercase;
				margin-bottom: -15px;
				text-shadow: 1px 1px 1px #000; color: #FFFFFF;}
				
  .jumbotron {padding: 10px 0px 10px 0px !IMPORTANT;
			  }
 
 
.cycle-slideshow { width: 100% }
.cycle-slideshow img { width: 100%; height: auto }


 .panel-novinky {border: 1px solid #FF350E}
 
 .nav-pills a {text-decoration: none}
 
 .novinky {background-color: #FF350E;
			color: #FFFFFF;
			font-size: 1.3em}
 
 
 .list-group a {text-decoration: none;
				color: #1A1A1A;
				font-size: 10pt;
				padding: 8px;
				font-family: Arial;
  				font-size: 10pt	}			
  
  .list-group-item {border: 1px solid #C7C7C7 !IMPORTANT;
					background-color: #F3F3F3}
 

  .list-group-item:hover {background-color: #D62137 !IMPORTANT;
						  border-color: #D62137 !IMPORTANT;
						  color: #FFFFFF !IMPORTANT;}
						  
 .list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    background-color: #D62137 !IMPORTANT;
    border-color: #D62137 !IMPORTANT;
    color: #FFFFFF;
    z-index: 2;
}


/***************************************** animace SECTION ******************************/
	.slideanim {visibility:hidden;}
	.slide {
    /* The name of the animation */
    animation-name: slide;
    -webkit-animation-name: slide;
    /* The duration of the animation */
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    /* Make the element visible */
    visibility: visible;
	}


/***************************** telefon - kontakt ************************************/

#telefon-kontakt {width: 300px !IMPORTANT;
				  height: 100px !IMPORTANT;
				  position: fixed !IMPORTANT;
				  left: 20px;
				  bottom: -100px;
				  z-index: 9999 !IMPORTANT;
				  background: rgba(30,30,30,0.7); 
				  border-top-right-radius: 1em;
				  border-top-left-radius: 1em;
				  text-align: center;
				  text-transform: uppercase;
			      }
		      
#telefon-kontakt a {color: #FFFFFF !IMPORTANT;
					text-decoration: none}			      
			  
				  
#telefon-kontakt .t-head {background-color: #404040;
						  background: rgb(214,33,55);
						  color: #FFFFFF;
						  padding: 5px;
						  font-size: 9pt;
						  text-transform: uppercase;
						  border-top-left-radius: 0.5em;
				          border-top-right-radius: 0.5em;
				          position: relative;
				          letter-spacing: 2px}
				          
#zavrit {position: absolute;
		top: 5px;
		right: 10px;
		cursor: pointer}				          
				          
#telefon-kontakt .t-body {padding-top: 20px;
						  color: #FFFF00;
						  font-size: 12pt;
						  }				          
				          
.skryj {display: none}

#prani {width: 600px;
		height: 450px;
		background-image: url('../wish.jpg');
		background-repeat: no-repeat;
		position: fixed;
		left: 27%;
		top: -600px;
		z-index: 9999;
		border-radius: 10px}
		
		
#prani div#stop {position: absolute;
					top: 5px;
					left: 10px;
					font-size: 1.5em;
					cursor: pointer;
					color: #FFFFFF}		

/******************** signo *********************************/
.signo {border-top: 1px solid #BFBFBF;
		font-size: 90%;
		margin-top: 30px;
		margin-bottom: 30px;
		color: #999999}
		
.signo span{color: #D65363}


/***************** blokace ***********************************/

.blokace {color: #D62137;
		 font-size: small;
		 padding-top: 5px;
		 border-top: 5px solid #D62137;
		 margin-top: 30px}
		 
.blokace a{margin-top: 5px}

/**************** breadcrumb *********************************/
.breadcrumb {background: #F0F0F0 !IMPORTANT;
			 font-size: small}


/* Go from 0% to 100% opacity (see-through) and specify the percentage from when to slide in the element along the Y-axis */
@keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}
@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

/* **************************** sponzor box ****************************************************************** */

.out-box {width: 380px;
		  height: 230px;
		  box-sizing: border-box;
		  margin-right: 5px;
		  padding: 0.8em;
		  text-align: center;
		  margin-top: 2em;
		  position: relative;
		  border: 1px solid #BFBFBF;
		  color: #4D4D4D;
		  display: inline-block;
		  vertical-align: top}
		  
.iner-box {position: absolute;
		   bottom: 0px;
		   left: 0px;
		   width: 100%;
		   height: 10px;
		   padding: 30px 10px 10px 30px;
		   color: #FFFFFF;
		   text-align: left;
		   background-color: #D62137;
		   box-sizing: border-box;
		   z-index: 100;
		   overflow: hidden;
		   transition: height 600ms}	   

.narrow {position: absolute;
		 top: 15px;
		 left: 15px}


.out-box h2 {font-size: 16pt;
			 color: #FF480E;
			 transition: color 600ms;
			 margin: 5px 0px 15px 0px !IMPORTANT}

.iner-box a {color: #FFFFFF;
			 font-size: 11pt
			 }
.iner-box p {margin-top: 0.8em}			 


					
.iner-box:hover img {-webkit-transform: rotateX(150deg);
					-moz-transform: rotateX(150deg);
					-ms-transform: rotateX(150deg);
					-o-transform: rotateX(150deg);
					transform: rotateX(150deg);
					}

.iner-box:hover {height: 100%;
				 }

@media only screen and (max-width: 766px) {
			.out-box {display: block;
						width: 100%}
	   }


/* Tooltip */
  .test + .tooltip > .tooltip-inner {
      background-color: #1A1A1A; 
      color: #FFFFFF; 
      border: 1px solid #E5E5E5; 
      padding: 15px;
      font-size: 15px;
  }
  /* Tooltip on top */
  .test + .tooltip.top > .tooltip-arrow {
      border-top: 5px solid #FFFFFF;
  }
  /* Tooltip on bottom */
  .test + .tooltip.bottom > .tooltip-arrow {
      border-bottom: 5px solid #FFFFFF;
  }
  /* Tooltip on left */
  .test + .tooltip.left > .tooltip-arrow {
      border-left: 5px solid #FFFFFF;
  }
  /* Tooltip on right */
  .test + .tooltip.right > .tooltip-arrow {
      border-right: 5px solid #FFFFFF;
  }	
			

.thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0px;
}

.shadow {box-shadow: 3px 3px 5px 5px rgba(0, 0, 0, .4);}

.border {border: 1px solid #BFBFBF;
		 padding: 30px 0 15px 0;
		 border-radius: 0px;}
.border p {margin-top: 10px}

.shadow img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}	


.fotogalerie img {margin: 5px 10px 5px 0px;
				  box-shadow: #6D6D6D 2px 2px 2px; }	
			
  @media only screen and (max-width: 940px) {
			.jumbotron {background-image: none}
			.btn {margin-bottom: 10px }
	   }


