/* Table of Content
==================================================
	#Import Section (load default, untouched files)
	#Site Styles
	#Navigation Styles
	#Image Overlay Styles
	#Page Styles
	#Media Queries
	#Font-Face
	#Plugin Style Mods (placed here so we can keep originals pure)
*/

#mainlogo
{
    margin-top: 40px;
    text-align: center;
}
/*
#mainlogo img
{
    height: 40px;
}
*/

#footmenu
{
    text-align: center;
}

#footmenulinks *
{    
    color: #666;
}

.fotky
{
    text-align: center;
}

form.contactform input ,
form.contactform textarea
{
    width: 99%;
    border: 1px solid #f8f9fa;
    background: #f8f9fa;
    padding: 14px;
}


form.contactform input:focus ,
form.contactform textarea:focus
{
    color: black;
    border-color: #bcbb9b;
}

form.contactform .submit
{
    width: auto;
    background: white;
    text-transform: uppercase;
    border: 1px solid #bcbb9b;
    color: #bcbb9b;
    padding: 14px 24px;
}

form.contactform .submit:hover
{
    color: #888;
    border-color: #888;
}

/* ======================================================= */
/* #SITE STYLES : Universal Theme Visual Styles */
/* ======================================================= */

/* Responsive Images - Combined with Sencha.io on the frontend */
.columns img, .column img{max-width: 100%; height: auto; border: none;}
.content img{border: none; margin-bottom: 15px;}

/* Basic alignment */
.align-left{float: left;}
.align-center{text-align: center;}
.align-right{float: right}

img.align-left{float: left; margin: 0 15px 12px 0;}
img.align-center{text-align: center; clear: both; margin: 15px auto; display: block;}
img.align-right{float: right; margin: 0 0 12px 15px;}

/*
.sf-menu > li{
	border-left: 1px solid #ffffff;
	border-left: 1px solid rgba(255,255,255,0);
	border-right: 1px solid #fafafa;
}
*/
.sf-menu > li > a, .sf-menu > li.current > a {
	text-decoration: none;
	padding:7px 7px 7px;
	background: transparent;	
	margin-bottom: 0; /* Adjust for padding below our list */
	}

	
.sf-menu > li:hover{
	background: transparent;
	display: block; 
	text-decoration: none;
/*	border-top: 2px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
*/
}

.sf-menu > li:first-child a{padding: 7px 10px 7px;}
	

.sf-menu > li:hover {
	background: transparent; 
	background: rgba(255,255,255,0.7); 
  -webkit-box-shadow:inset 0 -3px 2px rgba(133,133,133,0.1);
	 -moz-box-shadow:inset 0 -3px 2px rgba(133,133,133,0.1);
	   -o-box-shadow:inset 0 -3px 2px rgba(133,133,133,0.1);
		  box-shadow:inset 0 -3px 2px rgba(133,133,133,0.1);

}



.sf-menu li li {
	margin:0;
	background: rgb(0,0,0);  /* BG Color for the dropdown */
	background: rgba(0,0,0,0.8);
	padding:3px 0;
-webkit-border-top: 1px solid rgba(255, 255, 255, 0.05); /* Top/Bottom border for the dropdown links */
   -moz-border-top: 1px solid rgba(255, 255, 255, 0.05);
     -o-border-top: 1px solid rgba(255, 255, 255, 0.05);
		border-top: 1px solid rgba(255, 255, 255, 0.05);
	-webkit-border-bottom: 1px solid rgba(0, 0, 0, 0.9);
	   -moz-border-bottom: 1px solid rgba(0, 0, 0, 0.9);
	     -o-border-bottom: 1px solid rgba(0, 0, 0, 0.9);
			border-bottom: 1px solid rgba(0, 0, 0, 0.9);
	  -webkit-border-left: 1px solid rgba(0, 0, 0, 0.9); /* Left/Right border for visibility */
	     -moz-border-left: 1px solid rgba(0, 0, 0, 0.9);
	  	   -o-border-left: 1px solid rgba(0, 0, 0, 0.9);
			  border-left: 1px solid rgba(0, 0, 0, 0.9);
	 -webkit-border-right: 1px solid rgba(0, 0, 0, 0.9);
	    -moz-border-right: 1px solid rgba(0, 0, 0, 0.9);
	      -o-border-right: 1px solid rgba(0, 0, 0, 0.9);
			 border-right: 1px solid rgba(0, 0, 0, 0.9);
}

.sf-menu li li:first-child {  
    border-top: none;  
	-webkit-border-radius: 3px 3px 0 0;
	   -moz-border-radius: 3px 3px 0 0;
         -o-border-radius: 3px 3px 0 0;
	        border-radius: 3px 3px 0 0; 
}  
  
.sf-menu li li:last-child {  
   border-bottom: none;  
	-webkit-border-radius: 0 0 3px 3px;
	   -moz-border-radius: 0 0 3px 3px;
         -o-border-radius: 0 0 3px 3px;
	        border-radius: 0 0 3px 3px;
} 



/* LIGHT VERSION of Dropdown (add the "light" class to .sf-menu to activate) */
.sf-menu.light li li:hover, .sf-menu.light li li.sfHover, .sf-menu.light li li:focus, .sf-menu.light li li:hover, .sf-menu.light li li:active {
	background: rgb(249,249,249);
	background: rgba(249,249,249,1);
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
  -webkit-box-shadow:inset 0 5px 8px #EEE;
	 -moz-box-shadow:inset 0 5px 8px #EEE;
	   -o-box-shadow:inset 0 5px 8px #EEE;
		  box-shadow:inset 0 5px 8px #EEE;
}

.sf-menu.light li li {
	background: rgb(255,255,255);  /* BG Color for the dropdown */
	background: rgba(255,255,255,0.98);
 -webkit-border-top: 1px solid rgba(255, 255, 255, 0.9); /* Top/Bottom border for the dropdown links */
    -moz-border-top: 1px solid rgba(255, 255, 255, 0.9);
      -o-border-top: 1px solid rgba(255, 255, 255, 0.9);
		 border-top: 1px solid rgba(255, 255, 255, 0.9);
	-webkit-border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	   -moz-border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	     -o-border-bottom: 1px solid rgba(0, 0, 0, 0.1);
			border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	  -webkit-border-left: 1px solid rgba(0, 0, 0, 0.1); /* Left/Right border for visibility */
	     -moz-border-left: 1px solid rgba(0, 0, 0, 0.1);
		   -o-border-left: 1px solid rgba(0, 0, 0, 0.1);
			  border-left: 1px solid rgba(0, 0, 0, 0.1);
	 -webkit-border-right: 1px solid rgba(0, 0, 0, 0.1);
	    -moz-border-right: 1px solid rgba(0, 0, 0, 0.1);
	      -o-border-right: 1px solid rgba(0, 0, 0, 0.1);
			 border-right: 1px solid rgba(0, 0, 0, 0.1);
}






/* KANCOVINY */

    .fotogal_open
    {    
        cursor: pointer;
    }
    
    .fotogal
    {
        position: relative;
        height: 150px;
        overflow: hidden;
        transition: height 1s;
        -webkit-transition: height 1s; /* Safari */
    }
    
    .fotopreview
    {
        text-align: center;
    }
    
    .fotopreview img , .fotogal img
    {
        margin-top: 4px;
    }
    
    span.stin_vice
    {
        position: absolute;
        bottom: -50px;
        left: 0;
        width: 100%;
        text-align: left;
        margin-left: 2em;
        color: #555;
        font-size: 15px;
        z-index: 30;
        text-shadow: 0px 0px 3px white;
        transition: bottom 0.5s;
        -webkit-transition: bottom 0.5s; /* Safari */        
        font-weight: bold;
    }
    
    span.stin
    {
        position: absolute;
        z-index: 20;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50px;
        transition: height 1s;
        -webkit-transition: height 1s; /* Safari */
        
        background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0,9) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0,9))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#efffff',GradientType=0 ); /* IE6-9 */
    }
    
    .fotogal:hover
    {        
        height: 250px;
    }
    .fotogal:hover span.stin
    {
        height: 150px;
    }    
    .fotogal:hover span.stin_vice
    {
        bottom: 0px;
    }
    
    
    p span.userContent
    {
        max-width: 700px;
        display: block;
    }
    
    
#langchange
{
    float: right; margin-top: 30px;
    font-weight: bold;
    color: #c2b3a8;
    height: 100%;
    margin-top: 8px;
}

#langchange a
{
    color: #666666;
    text-decoration: none;
}

ul.menu
{    
    margin-top: 2.5em;
    margin-bottom: 0px;
    margin-right: 0.7em;
    margin-bottom: 0.2em;
}
ul.menu li
{
    display: inline;
    list-style: none;
    background: transparent;
    margin-left: 1em;
    text-transform: uppercase;
}
ul.menu li a
{
    color: #666666;
    text-decoration: none;
}
ul.menu li.current a , ul.menu li.current a:hover
{
    color: #c2b3a8;
    text-decoration: none;
}

ul.menu li a:hover
{
    color: black;
    text-decoration: underline;
}

.capital {
    padding-bottom: 2em;
}
.capital , .capital *
{
    text-transform: uppercase;  
    color: #c2b3a8;
}
.sep
{
    color: #ddd;
    margin: 0 0.2em;
}



    .favbl {
        position: relative;
        cursor: pointer;
        margin-top: 5px;
     /*   padding: 10px; */
    }
    
    .favbl:hover .infoblk {
        max-height: 285px;
        height: 100%;
        background: rgba(255,255,255,0.8);         
    }
    .infoblk
    {
        position: absolute; left: 0; top:0; z-index: 500; 
        background: rgba(255,255,255,0.6); 
        width: 100%; 
        height: 100%;
        max-height: 0px; overflow: hidden;        
        -webkit-transition: all 500ms; /* Safari */
        transition: all 500ms;
    }
    .inn
    {
        padding: 2em;
    }
    .infoblk .inn h3 {
        font-size: 28px;
        -webkit-text-shadow: none;
        -moz-text-shadow: none;
        -o-text-shadow: none;
        text-shadow: none;
        margin-top: 5px;
    }
    .infoblk .inn * { color: #656666; }
    
    
    
/*Change icons size here*/
.social-icons .fa {
	font-size: 1.8em;
}
/*Change icons circle size and color here*/
.social-icons .fa {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #FFF;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.social-icons.icon-circle .fa{ 
	border-radius: 50%;
}
.social-icons.icon-rounded .fa{
	border-radius:5px;
}
.social-icons.icon-flat .fa{
	border-radius: 0;
}

.social-icons .fa:hover, .social-icons .fa:active {
	color: #FFF;
	-webkit-box-shadow: 1px 1px 3px #333;
	-moz-box-shadow: 1px 1px 3px #333;
	box-shadow: 1px 1px 3px #333; 
}
.social-icons.icon-zoom .fa:hover, .social-icons.icon-zoom .fa:active { 
 	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1); 
}
.social-icons.icon-rotate .fa:hover, .social-icons.icon-rotate .fa:active { 
	-webkit-transform: scale(1.1) rotate(360deg);
	-moz-transform: scale(1.1) rotate(360deg);
	-ms-transform: scale(1.1) rotate(360deg);
	-o-transform: scale(1.1) rotate(360deg);
	transform: scale(1.1) rotate(360deg);
}
 
.social-icons .fa {background-color: #666;} 

.taglist a
{
    color: #aaa;
}
.taglist a:hover
{
    color: #222;
}