/*

Visual Admin Template
http://www.templatemo.com/preview/templatemo_455_visual_admin

TABLE OF CONTENT
	1. Universal Styles
	2. Left Column
	3. Right Column
	4. Charts & Maps
	5. Login
	6. Manage Users
	7. Preferences
	8. Media Queries
----------------------------------------------*/
/* 1. Universal Styles
----------------------------------------------*/

* {	font-family: 'Open Sans', sans-serif; } 
body {	font-size: 13px; width:100%; height:100%;}
html { width:100%; height:100%;}
body, .templatemo-left-nav {  background: url(../images/background.jpg) 0 0;}
h1, h2, h3 { margin: 0;}
h2 { font-size: 1.6em; color: white!important; text-shadow: black 1px 1px 2px;}
h3 {
	color: #7f7f7f;
	font-size: 1.4em;
}
ul {
	list-style-type: none;
    margin: 0;
    padding: 0;
}
a:hover { text-decoration: none; }
nav li {
	font-size: 1.1em;
	list-style: none;	
	text-transform: uppercase;
}
.templatemo-inline-block {
	display: inline-block;
	vertical-align: middle; 
}
.templatemo-inline-block-center {
	vertical-align: middle;
  text-align:center; 
}
.templatemo-block {	display: block; }
.templatemo-position-relative {	position: relative; }
.blue-text { color: #39ADB4; }
.red-text { color: #CE0000; }
.white-text { color: white; }
.green-bg {	background-color: #39ADB4; }
.yellow-bg { background-color: #D8D138; }
.white-bg {	  background-color: rgb(57, 57, 57); }
.white-bg .fa-times { background-color: #655F5F; } 
.white-bg .fa-times:hover {	background: #83ccd1; }
.orange-bg {
	background-color: #F17A54;
	color: white;
}
.orange-bg .fa-times {	background-color: #F0A790; }
.orange-bg .fa-times:hover { background-color: #E14311; }
.pink-bg {
	background-color: #D7425C;
	color: white;
}
.pink-bg .fa-times { background-color: #E57C8F;	}
.pink-bg .fa-times:hover { background-color: #BD1F3B; }
.blue-bg {
	background-color: #3275BB;
	color: white;
}
.blue-bg .fa-times { background-color: #6792C0; }
.blue-bg .fa-times:hover { background-color: #2C639C; }

.red-bg { background-color: #E71505; color: white; }
.red-bg .fa-times {	background-color: #9F0606; }
.red-bg .fa-times:hover { background-color: #000000; }

.light-gray-bg { background-color: #F7F7F7; }
.padding-right-25 {	padding-right: 25px; }
.margin-bottom-0 {	margin-bottom: 0; }
.margin-bottom-5 {	margin-bottom: 5px; }
.margin-bottom-10 {	margin-bottom: 10px; }
.margin-bottom-30 {	margin-bottom: 30px; }
.margin-bottom-70 {	margin-bottom: 70px; }
.margin-right-15 { margin-right: 15px; }
.margin-10 { margin: 10px; }
.width-100 { width: 100%; }
.no-border { border: none; }
.border-radius-10 { border-radius: 10px; }
footer { padding: 15px; }

/* 2. Left Column
-----------------------------*/
.templatemo-sidebar { width: 250px;}
.square {
	width: 25px;
	height: 25px;
	border: 3px solid #13895F;
	display: inline-block;
	vertical-align: middle;
}
.circle {
	width: 15px;
	height: 15px;
	border-radius: 50%;
}
/* .templatemo-site-header {  margin: 5px; margin-top:35px; } */
.templatemo-site-header h1 {
	width: 175px;
  color: white;
   line-height: 200%;
   margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.profile-photo-container { position: relative; }
.profile-photo-overlay {
	background-color: rgba(4, 152, 114, 0.35);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 0.3s ease;
}
.profile-photo-overlay:hover { background-color: rgba(4, 152, 114, 0); }

/* Search form */
.templatemo-search-form {
	font-size: 1.1em;
	margin: 50px 20px;		
}
.templatemo-search-form .input-group { width: 100%; }
.templatemo-search-form .input-group .form-control {
	background-color: #18191b;
	border: none;
	border-radius: 10px;
	color: #DDD;
	padding-left: 30px;
}
.form-control:focus {
  border-color: #13895F;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(19,137,95,.075),0 0 8px rgba(19,137,95,.6);
}
.form-control.highlight {
	background-color: #39ADB4;
	color: white;
}
.form-control.highlight::-webkit-input-placeholder { /* WebKit browsers */
    color:    #ccc;
}
.form-control.highlight:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #ccc;
   opacity:  1;
}
.form-control.highlight::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #ccc;
   opacity:  1;
}
.form-control.highlight:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #ccc;
}
.templatemo-search-form .input-group { position: relative; }

.mobile-menu-icon { 
	cursor:pointer;
	display:none; 
}
.templatemo-left-nav li { font-weight: 300; }
.templatemo-left-nav a.active,
.templatemo-left-nav a:hover {
	  background: rgba(24, 25, 27, 0.06);
	border-left: 8px solid rgba(176, 176, 176, 0.7);
}
.templatemo-left-nav a {
	color: #e9e9ea;
	display: block;
	padding: 22px;
	transition: all 0.3s ease;
}
.templatemo-left-nav .fa { margin-right: 15px; }

/* 3. Right Column
------------------------------*/
.templatemo-top-nav-container {
	background-color: #EDD124;
  background: url(../images/userbar-bg.png) repeat-x 0 0;
	padding: 5px 5px;
 	box-shadow: 1px 2px 5px 4px rgba(161, 159, 159, 0.3);
  border-bottom: dotted #E70000 1px;
  height: auto;
  display: none;
}

.prihlasitse-userbar {
display: none;
}

.templatemo-top-nav li {
    float: left;
    list-style: none;
}

.templatemo-top-nav li.odhlaseni
{
    float:right;
    margin-right: 20px;  
}

.templatemo-top-nav a {    
	color: black;
    display: block;
    padding: 5px 0px 0px 18px;
}

.vlajkyvelke{    
	width:250px;
  height: 177px;
  padding: 10px;
  display: inline-block;
  margin-left: auto;
    margin-top: auto;
    cursor: pointer; cursor: hand;
}

.vlajkyvelke2{    
	width:165px;
  height: 117px;
  padding: 10px;
  display: inline-block;
  margin-left: auto;
    margin-top: 20px;
    cursor: pointer; cursor: hand;
}

.vlajkyvelke3{    
	width:250px;
  height: 177px;
  padding: 10px;
  display: inline-block; 
    position:relative;
    margin-left: -55px;

}
 
.imagescenter{    
	text-align:center;
}
 
.vlajkyvelke div
{
    margin-left: 100%;
    margin-top: 100%;
}

.templatemo-top-nav li:first-child a {     
    display: block;
    padding: 0 20px;
}

.logoutimg {     
  width:25px;
  height: 25px;
}

.elementy:hover {     
  text-decoration: underline;
}

.username {
 margin-left: 10px;
 font-weight:bold;
 display: inline-block;
}

.zpravyclass {     
	  opacity:0.7;
    margin-top: 2px;
    display: inline-block;
    position: relative;
}

.zpravyclass2 {     
    margin-top: 2px;
    display: inline-block;
    position: relative;
}

.zpravyclass:hover {     
	  opacity:1;
}

.zpravy_bublina { 
    position: absolute; 
    height: 15px; 
    width: 15px; 
    background-color: #FFFFFF; 
    border-radius: 150px; 
    -webkit-transform: rotate(0deg) skew(0deg); 
    transform: rotate(0deg) skew(0deg);
    display: inline-block;
    font-size: 11px;
    color: #e70000;
    text-align: center;
    font-weight: bold;
    z-index: 555;
    bottom:-3px;
    right:-5px;; 
}

.templatemo-top-nav li a{
	display: block;
	position: relative;
}

.templatemo-top-nav a:hover,
.templatemo-top-nav a.active {
	color: white;
}

.templatemo-top-nav li .tt-gplus{
    background-position: 0px 0px;
}
.templatemo-top-nav li a span{
	width: 100px;
	height: auto;
	line-height: 20px;
	padding: 3px;
	left: 50%;
	margin-left: -38px;
	font-family: 'Trebuchet MS', Georgia, serif;
	font-weight: 400;	
	font-style: bold;
	font-size: 14px;
	color: #e70000;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	text-align: center;
	border: 4px solid #fff;
	background: white;
	text-indent: 0px;
	border-radius: 5px;
	position: absolute;
	bottom: -47px;
	opacity: 0;
	visibility: visible;
	pointer-events: none;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
  z-index:658;
}

.zadnezpravy{
	width: 150px!important;
  font-size: 13px!important;
  margin-left: -62px!important;
}


.templatemo-top-nav li a span:before,
.templatemo-top-nav li a span:after{
	content: attr(data-title);
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -9px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid rgba(0,0,0,0.1);
}


.templatemo-top-nav li a span:after{
	bottom: 29px;
	margin-left: -10px;
	border-bottom: 10px solid #fff;
}

.templatemo-top-nav li a:hover span{
	visibility: visible;
	opacity: 0.9;
	-webkit-transform: translate(0px) rotate(0deg) scale(1);
	-moz-transform: translate(0px) rotate(0deg) scale(1);
	-o-transform: translate(0px) rotate(0deg) scale(1);
	-ms-transform: translate(0px) rotate(0deg) scale(1);
	transform: translate(0px) rotate(0deg) scale(1);
}

.templatemo-top-nav li.odhlaseni a span{
	margin-left: -59px;
}


.templatemo-top-nav li.odhlaseni a span:before,
.templatemo-top-nav li.odhlaseni a span:after{
	margin-left: 10px;
}


.templatemo-top-nav li.odhlaseni a span:after{
	margin-left: 9px;
}


.vlajky{
	width: 27px;
  height: 27px;
  border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border: 2px solid #ffffff;
z-index:60;
}  

.vlajkyjaz{
	width: 25px;
  height: 25px;
  border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border: 2px solid #ffffff;
margin-left: 5px;
}  

.imgavatar{
	width: 27px;
  height: 27px;
  border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border: 2px solid #ffffff;
z-index:60;
} 

.mouseon-examples div {
    text-align: center;
    width: 50px;
    padding:5px;  
}

/* Main Content Area */
.templatemo-content {
  margin-top: 0px;
  min-height: 600px;
  padding: 0;  
  overflow-x: hidden;
}
.templatemo-content-container {	padding: 25px 50px; } 

.puzzle-pozadi { background: #033769 url("../images/background_main.jpg") no-repeat fixed center;}  

.templatemo-flex-row {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
  min-height:100%;
	position:relative;  
}
.col-1 {
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.col-2 {
	-webkit-flex: 2;
	    -ms-flex: 2;
	        flex: 2;
}

.mensi-zobrazeni-avatar {
	padding: 1px;
	margin-top: -15px;
	margin-bottom: -20px;
}

/* Content Widget */
.templatemo-content-widget {
border-radius: 4px;
  padding: 25px;
  position: relative;
  margin: 10px;
  box-shadow: none;
  background: rgba(255, 255, 255, 0.1);
}
.templatemo-content-widget.no-padding {	padding: 0; }
.fa-times {
	border-radius: 15px;
  	color: white;
  	cursor: pointer;
	padding: 4px 5px;
  	position: absolute;
  	top: 15px;
  	right: 15px;
  	z-index: 100;
  	transition: all 0.3s ease;
}

.fa-times-bar {
  	color: #D10505;
  	background-color: transparent!important;
}

.fa-times-bar2 {
  	float: right;
  margin-top: 3px;
  margin-right: 26px;
  opacity: 0.8;
  font-size: 13px;
}
.fa-times-bar2:hover {
  opacity: 1;
  cursor: pointer; cursor: hand;
  
}

.fa-heart {
  color: white;
  cursor: pointer;
  font-size: 1.4em;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 100;
  transition: all 0.3s ease;
}
.fa-heart:hover { color: #39ADB4; }
.progress {	display: inline-block;
  width: 80%;
  margin-left: auto;
  margin-right: auto; 
}

.progress2 {	
position:absolute;
}


.panel-default>.panel-heading {
	background-color: #39ADB4;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color: white;
	padding: 15px;
}
.panel-default .fa-times {
	top: 12px;
	background-color: #67B5B9;
}
.panel-default .fa-times:hover { background-color: #297B7F;	}
.panel { border-radius: 10px; }
.pagination-wrap {
	margin-right: 10px;
	text-align: right;
}
.pagination>li>a {
	border-color: #E9E8E8;
	color: #a6a6a6;
	margin: 2px;
	padding: 10px;	
}
.pagination>li>a,
.pagination>li:first-child>a,
.pagination>li:last-child>a {
	border-radius: 10px;
}
.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover {
	background-color: #39ADB4;
	border-color: #E9E8E8;
}
.table { margin-bottom: 0; }
.table>tbody>tr>td { padding: 10px 15px; }
.table>thead>tr>td { padding: 15px; }
.media { margin-top: 0; }
.media-body { vertical-align: middle; }
.badge {
	background-color: #d6973d;
	border-radius: 5px;
	margin-left: 5px;
	padding: 5px 10px;
	vertical-align: top;
}
.templatemo-img-bordered {
	border: 1px solid #ccc;
	padding: 3px;
}

/* 4. Charts & Maps - http://codepen.io/shoogledesigns/pen/BfLkA
----------------------------------------------------------------*/
.templatemo-chart {
	width: 100%;
	height: 300px;
}
#timeline_div {	height: auto; }

/* JQVMap */
.jqvmap-zoomin, .jqvmap-zoomout {
    width: 15px;
    height: 15px;
}
.vmap { height: 300px; }

/* 5. Login
------------------------------*/
.templatemo-login-widget {
	margin: 10px;
  padding-bottom: 25px;
}
.templatemo-login-widget .square {
	width: 18px;
	height: 18px;
}
.templatemo-login-widget header { margin-bottom: 20px; }
.templatemo-login-widget h1 {
	display: inline-block;
	font-size: 1.8em;
  
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
}
.templatemo-login-form .form-group { border-radius: 0px!important;}
.templatemo-login-form .form-group:last-child {	margin-bottom: 0; }
.templatemo-login-form .form-group:nth-last-child(2) {	margin-bottom: 0px; }
.input-group-addon { border-radius: 0px!important;}
.btn-primary {
	border-radius: 2px;
	background-color: #39ADB4;
	border: none;	
	color: white;	
}
.btn-primary:hover { background-color: #2A858B; }
.templatemo-blue-button, 
.templatemo-white-button {
	border-radius: 2px;
	padding: 10px 30px;
	text-transform: uppercase;
	transition: all 0.3s ease;
}

.templatemo-blue-button-zakaznici {
	border-radius: 2px;
	padding: 5px 20px;
	text-transform: uppercase;
	transition: all 0.3s ease;
}

.templatemo-blue-button {
	    background-color: #043C6B;
  border: none;
  color: white;
  font-weight: bold;
  border-radius: 0px;
}
.templatemo-blue-button:hover {	background-color: #082036; }
.templatemo-white-button {
	    background-color: #082036;
	border: 1px solid #39ADB4;	
	color: #39ADB4;	
}
.templatemo-white-button:hover { background-color: #eff2f3;	}
.templatemo-register-widget {
	max-width: 450px;
	padding: 15px;
	text-align: center;
}
.templatemo-register-widget p {	margin-bottom: 0; }
.checkbox label { padding-left: 0; }
.font-weight-400 { font-weight: 400; }

/* Style checkboxes and radio buttons
http://webdesign.tutsplus.com/tutorials/quick-tip-easy-css3-checkboxes-and-radio-buttons--webdesign-8953 */

input[type="checkbox"] + label span {
    display:inline-block;
    width:26px;
    height:25px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url(../images/checkbox-radio-sheet.png) left top no-repeat;
    cursor:pointer;
}
input[type="checkbox"]:checked + label span {
    background:url(../images/checkbox-radio-sheet.png) -26px top no-repeat;
}
input[type="radio"] { display:none; }
input[type="radio"] + label span {
    display:inline-block;
    width:26px;
    height:25px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url(../images/checkbox-radio-sheet.png) -52px top no-repeat;
    cursor:pointer;
}
input[type="radio"]:checked + label span {
    background:url(../images/checkbox-radio-sheet.png) -78px top no-repeat;
}

/* 6. Manage Users
------------------------------*/
.templatemo-sort-by:hover {	color: #ded9d9; }
.templatemo-edit-btn {
	border: 1px solid #ddd;
	border-radius: 3px;
	color: black;
	padding: 5px 15px;
	transition: all 0.3s ease;
}
.templatemo-edit-btn:hover {
	background-color: #39ADB4;
	border: 1px solid #39ADB4;
	color: white;
}
.templatemo-link { color: black; }
.templatemo-link:hover { color: #39ADB4; }
.templatemo-overflow-hidden { overflow: hidden; }
.templatemo-user-table thead {
	background-color: #39ADB4;
	color: white;
}
.panel>.table-responsive:last-child>.table:last-child, .panel>.table:last-child {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.panel>.table:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.templatemo-social-icons-container {
	background-color: #f4f3f3;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	box-shadow: 0px 0px 1px 1px rgba(161, 159, 159, 0.1);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top: 1px solid #dedede;
}
.social-icon-wrap {
	width: 33%;
	height: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.social-icon-wrap:nth-child(2) {
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
}
.templatemo-social-icon {
	background-color: #a6a6a6;
	border-radius: 50%;
	color: white;
	cursor: pointer;
	font-size: 1.5em;
	padding-top: 8px;
	width: 35px;
	height: 35px;
	transition: all 0.3s ease;
}
.templatemo-social-icon:hover {	background-color: #39ADB4; }
.templatemo-content-img-bg {
	background-position: center;
	background-attachment: stretch;
	min-height: 300px;
}
.content-bg-img {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 10px;
	width: 100%;
	height: 100%;
}
.view-img-btn-wrap {
	position: absolute;
	bottom: 50px;
	left: 0;
	width: 100%;
	text-align: center;
}
.templatemo-view-img-btn {
	background-color: #f4f3f3;	
	border: none;
	border-radius: 5px;
	color: #a6a6a6;
	padding: 10px 50px;
	text-transform: uppercase;
	transition: all 0.3s ease;
}
.templatemo-view-img-btn:hover {
	background-color: #39ADB4;
	color: white;
}

/* 7. Preferences
-------------------------------*/
.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, 
.has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, 
.has-success.radio label, .has-success.radio-inline label {
	color: #13895F;
}
.has-success .form-control { border-color: #13895F; }
.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, 
.has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, 
.has-warning.radio label, .has-warning.radio-inline label {
	color: #CF922C;
}
.has-warning .form-control { border-color: #CF922C; }
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, 
.has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, 
.has-error.radio label, .has-error.radio-inline label {
	color: #D7425C;
}
.has-error .form-control { border-color: #D7425C; }
.templatemo-multi-select {
	min-width: 200px;
	height: 100px;
	overflow-y: scroll;	
}

/* 8. Media Queries
------------------------------*/
@media screen and (max-width: 1199px) and (min-width: 991px) {
 /*	.templatemo-site-header { margin: 25px; }  */
	.templatemo-sidebar { width: 250px;	}
  img.logo {width:270px!important;}
	.templatemo-search-form { margin: 20px; }
	nav li { font-size: 1em; }
	.templatemo-left-nav a { padding: 15px; }
/*	.templatemo-top-nav a { padding: 0 30px; }  */
}

@media screen and (max-width: 1199px) {
	.templatemo-flex-row.flex-content-row { display: block;	}
}

@media screen and (max-width: 900px) {
	.radek-uprava { width: 100%!important;
  display:block!important;
  margin-bottom: 15px!important;}
	.radek-uprava2 { width: 100%!important;
  display:block!important;	}
}

@media screen and (max-width: 992px) and (min-width: 768px) {
/*	.templatemo-site-header,
	.templatemo-search-form { 
		margin: 15px; 
	}           */
	.templatemo-sidebar { width: 200px; }
  img.logo {width:215px!important;} 
	.templatemo-site-header h1 { font-size: 1.6em; display: inline-block;}
	.square { 
		width: 20px; 
		height: 20px;
	}
	.templatemo-left-nav a.active,
	.templatemo-left-nav a:hover {
		border-left: 6px solid #13895F;		
	}	
/*	.templatemo-top-nav-container {	padding: 17px 30px;	}   */
/*	.templatemo-top-nav a { padding: 0 15px; }   */
}

@media screen and (max-width: 992px) {
	nav li { font-size: 1em; }
	.templatemo-left-nav a { padding: 15px 10px; }	
	.templatemo-content-container {	padding: 10px; }
  .vykricnik-bublinka i span{
	    left: initial!important;
  margin-right: 20px!important; 
}

.mensi-zobrazeni-avatar {
	width: 
  -webkit-flex: 2!important;
	    -ms-flex: 2!important;
	        flex: 2!important;
	padding: 1px!important;
}

.vykricnik-bublinka i:hover span{
	opacity: 1!important;
}    
}

@media only screen and (max-width: 879px) {
	 .formular-userbar {  display: none;   }
   .prihlasitse-userbar  {  display: inline-block;   } 
  /* .templatemo-top-nav-container {	padding-bottom: 10px; } */  
}

@media only screen and (min-width: 768px) {
	.templatemo-left-nav {	display: block !important; }   
}
@media screen and (max-width: 767px) {
img.logo {width:180px!important;}
.templatemo-sidebar { border-right: dotted rgba(0, 0, 0, 0.21) 0px;}
	 .formular-userbar {  display: none;   }
   .prihlasitse-userbar  {  display: inline-block;   }
  .templatemo-flex-row { display: block; }
 /*	.templatemo-site-header { margin: 20px 15px; } */
	.profile-photo-container {	display: none; /* Hide profile photo on mobile view */	}
	.templatemo-search-form { margin: 10px; }
	
 .posunv-vpravo-elementy {margin-right: 75px;}
/*	.templatemo-top-nav li:last-child a { border-right: 1px solid #c5c5c5; }  */
	.templatemo-content-widget { padding: 15px;	}

	/* Left column */
	.templatemo-left-nav {
		display: none;
		position: fixed;
		top: 10px;
		right: 50px;		
		height: 300px;
		overflow: auto;
		width: 200px;
		z-index: 999;
	}
	.templatemo-left-nav a.active, 
	.templatemo-left-nav a:hover {
		border-left: 4px solid #13895F;	
	}
	.mobile-menu-icon {
		cursor: pointer;
		display: block;
		position: fixed;
		top: 10px;
		right: 10px;
		z-index: 1000;
	}
	.mobile-menu-icon:hover .fa { background-color: rgba(19,137,95,0.8); }
	.mobile-menu-icon .fa {
		color: #fff;
		background-color: rgba(19,137,95,0.4);
		font-size: 1.5em;
		width: 40px;
		height: 40px;
		padding-top: 9px;
		padding-left: 11px;
	}
}

	img.logo {display:inline-block;
  width:320px; } 
  
 /* .register-form{
	width: 500px;
	margin: 0 auto;
	text-align: center;
	padding: 10px;
	color: #1E1865;
	background : #c4c4c4;
	border-radius: 10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}

.register-form form input{padding: 5px;}
.register-form .btn{background: #726E6E;
padding: 7px;
border-radius: 5px;
text-decoration: none;
width: 50px;
display: inline-block;
color: #FFF;}

.register-form .register{
border: 0;
width: 60px;
padding: 8px;
}


Registration/Login Form by html-form-guide.com
You can customize all the aspects of the form in this style sheet
*/
  
/* #fg_membersite fieldset
{
   width: 230px;
   padding:20px;
   border:1px solid #ccc;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;   
}

#fg_membersite legend, #fg_membersite h2
{
   font-family : Arial, sans-serif;
   font-size: 1.3em;
   font-weight:bold;
   color:#333;
}

#fg_membersite label
{
   font-family : Arial, sans-serif;
   font-size:0.8em;
   font-weight: bold;
}

 #fg_membersite input[type="text"],#fg_membersite textarea,
   #fg_membersite input[type="password"]
{
  font-family : Arial, Verdana, sans-serif;
  font-size: 0.8em;
  line-height:140%;
  color : #000; 
  padding : 3px; 
  border : 1px solid #999;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;

}

#fg_membersite input[type="text"],
#fg_membersite input[type="password"]
{
  height:18px;
  width:220px;
}             

 #fg_membersite #scaptcha
{
  width:60px;
  height:18px;
}

 #fg_membersite input[type="submit"]
{
   width:100px;
   height:30px;
   padding-left:0px;
}     

#fg_membersite textarea
{
  height:120px;
  width:310px;
}

#fg_membersite input[type="text"]:focus,
#fg_membersite textarea:focus
{
  color : #009;
  border : 1px solid #990000;
  background-color : #ffff99;
  font-weight:bold;
}     */

#fg_membersite .container
{
   margin-top:8px;
   margin-bottom: 10px;
}       

#fg_membersite .error
{
   font-family: Verdana, Arial, sans-serif; 
   font-size: 0.7em;
   color: #900;
   background-color : #ffff00;
}

#fg_membersite #register_password_errorloc
{
    clear:both;
}

#fg_membersite  fieldset#antispam
{
   padding:2px;
   border-top:1px solid #EEE;
   border-left:0;
   border-right:0;
   border-bottom:0;
   width:350px;
}

#fg_membersite fieldset#antispam legend
{
   font-family : Arial, sans-serif;
   font-size: 0.8em;
   font-weight:bold;
   color:#333;   
}

#fg_membersite .short_explanation
{
   font-family : Arial, sans-serif;
   font-size: 0.6em;
   color:#333;   
}           

/* spam_trap: This input is hidden. This is here to trick the spam bots*/
#fg_membersite .spmhidip
{
   display:none;
   width:10px;
   height:3px;
}
#fg_membersite #fg_crdiv
{
   font-family : Arial, sans-serif;
   font-size: 0.3em;
   opacity: .2;
   -moz-opacity: .2;
   filter: alpha(opacity=20);   
}
#fg_membersite  #fg_crdiv p
{
    display:none;
}

#fg_membersite_content li
{
font-family : Arial, sans-serif;
padding-top:10px;
padding-bottom:10px;
}
#fg_membersite_content
{
    font-family : Arial, sans-serif;
    font-size: 0.9em;
    line-height: 150%
}

#fg_membersite_content h2
{
   font-family : Arial, sans-serif;
   font-size: 1.5em;
   font-weight:bold;
   color:#333;
     margin-bottom: 5px;
}

.pwdwidgetdiv 
{
    height:40px;
    display: table-cell;
    width: 1%;   
}

.pwdwidgetdiv-row 
{
    display: table-row;     
}

.zarovnane { height: 34px; width: 44px; display: inline-block; vertical-align: top; float: left;}

.zar-fa { padding: 2px 4px; }

.roztahnuti { width: 100%!important;  }

.inline-block-zarovnane  { vertical-align: top;}


.pwdfield
{
    display:block;
}

.pwdopsdiv
{
	display: table-cell;
	float: left;
	margin-right:6px;	
}
.pwdopsdiv a
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px; 
}

.pwdstrengthbar
{
	float:right;
	background:#cccccc;
	height:4px;
	margin:0;
}

.pwdstrength
{
	float:right; 
	height:20px;
	width:70px;
	margin-top:3px;

}
.pwdstrengthstr
{
    float:right;
	clear:both;
	height:14px;
	margin-top:0px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px; 

}

.footer 
{
	width:100%;
	position:absolute;                    
	bottom:0;
	left:0;
  text-align: right;
  font-size: 10px;
  max-height: 20px;
  padding: 0;  
  overflow-x: hidden;
  overflow-y: hidden;
  opacity: 0.6;
}

.footer:hover
{
  opacity: 1.0;
}  


.precteno_zpravy
{
  float: right;
  width: 18px;
  height: 18px;
  opacity: 0.5;
  display: inline-block;
  margin-top: -15px;
} 

.precteno_zpravy:hover
{
  opacity: 1.0;
}    

.precteno_zpravy2
{
  float: right;
  width: 18px;
  height: 18px;
  opacity: 0.2;
  display: inline-block;
  margin-right: 2px;
} 

.precteno_zpravy:hover2
{
  opacity: 1.0;
}  
 
div.panely {
	display: none;
  margin-left: 23px;
} 

div.panel2 {
	display: none;
} 

.obtiznost {
	height: 30px;
}    

.nastred td {
text-align:left;
vertical-align:middle!important;
height: 30px;
} 

.cerf a {
border-bottom: 1px dotted #DDDDDD;
font-weight: bold;
	color: #333!important;
} 
             
.tabulkaobtizn tbody tr:hover {
    background-color: #FFF7C4;
    cursor: pointer; cursor: hand;
}

.tabulkajazyku table {
    border-collapse: separate; 
    border-spacing: 0 5px; 
}

.tabulkajazyku td {
    border-style: none;
}

.tabulkajazyku td:first-child {
    border-left-style: none;
    border-top-left-radius: 5px; 
    border-bottom-left-radius: 5px;
}

.tabulkajazyku td:last-child {
    border-right-style: none;
    border-bottom-right-radius: 5px; 
    border-top-right-radius: 5px; 
}

.tabulkajazyku tbody tr:hover {
    background-color: #F5EDED;
    cursor: pointer; cursor: hand;
}

.obtiznost_bublina { 
    position: relative; 
    height: 55px; 
    width: 55px; 
    background-color: #FFFFFF; 
    border-radius: 150px; 
    -webkit-transform: rotate(0deg) skew(0deg); 
    transform: rotate(0deg) skew(0deg);
    display: inline-block;
    font-size: 11px;
    color: #e70000;
    text-align: center;
    font-weight: bold;
    z-index: 555;
    top: 50px;
    left: 190px;
    box-shadow: 2px 3px 5px #888888;
    opacity: 0.9;
    cursor: pointer; cursor: hand; 
}

.obtiznost_bublina:hover { 
    opacity: 1; 
}

.diff { 
    height: 40px; 
    width: 40px;
    margin-top: 7px;
    margin-left: 2px; 
}

.zmenit_uroven { 
    position:relative;
    margin-top: -25px;
    z-index: 600;
    cursor: pointer; cursor: hand; 
}

.obtiznost_bublina_vyber { 
    position: relative; 
    height: 55px; 
    width: 55px; 
    background-color: #FFFFFF; 
    border-radius: 150px; 
    -webkit-transform: rotate(0deg) skew(0deg); 
    transform: rotate(0deg) skew(0deg);
    display: inline-block;
    font-size: 11px;
    color: #e70000;
    font-weight: bold;
    box-shadow: 2px 3px 5px #888888;
    cursor: pointer; cursor: hand;
    margin-top: 10px; 
    margin-right: 25px;
}

.obtiznost_bublina_vyber span{
	width: 40px;
  height: 20px;
  padding: 0px;
  left: 50%;
  margin-left: -17px;
  font-family: 'Trebuchet MS', Georgia, serif;
  font-weight: 800;
  font-size: 11px;
  color: #e70000;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  text-align: center;
  border: 2px solid #fff;
  background: white;
  text-indent: 0px;
  border-radius: 150px;
  position: absolute;
  bottom: -13px;
  opacity: 0;
  visibility: visible;
  pointer-events: none;
  box-shadow: 2px 3px 5px #888888;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
  z-index: 556!important;
}

.malespan{
	width: 25px!important;
  margin-left: -11px!IMPORTANT;
}

.obtiznost_bublina_vyber:hover span{
	visibility: visible;
	opacity: 0.9;
	-webkit-transform: translate(0px) rotate(0deg) scale(1);
	-moz-transform: translate(0px) rotate(0deg) scale(1);
	-o-transform: translate(0px) rotate(0deg) scale(1);
	-ms-transform: translate(0px) rotate(0deg) scale(1);
	transform: translate(0px) rotate(0deg) scale(1);
}

a.odkaz_cerveny { 
  color: #e70000;
  font-weight: bold;
  font-size: 13px;
  display: inline-block; 
}  

.posun5 { 
  display: inline-block; 
  margin-left: 5px;
}  

  

a.odkaz_cerveny_block { 
 display: inline-block; width: 100%; height: 100%;
}  

a.odkaz_cerveny:hover { 
  color: #f31010;
}   

.zmenituroven { 
  font-size: 10px;
  color: #e70000;
  text-align: center;
  margin-top: 3px;
}    

.malytext { 
  font-size: 12px;
} 

a.malytext-userbar { 
  font-size: 11px;
  text-transform: none;
  color: #CE0000;
  padding: 15px 0px 0px 5px;  
}               
              

.form-control-userbar{display:inline-block;width:150px;height:25px;padding:6px 12px;font-size:12px;line-height:1.42857143;color:#555;background-color:#FDFFD2;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s; border-top-left-radius: 0px!important; border-bottom-left-radius: 0px!important;}

.form-control-userbar:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);}

.templatemo-blue-button-userbar, a.templatemo-blue-button-userbar {
	padding: 2px 10px;
	text-transform: uppercase;
	transition: all 0.3s ease;
  display: inline-block;
  font-size: 13px;
  -moz-box-shadow:inset 0px 35px 5px -25px #e60000;
	-webkit-box-shadow:inset 0px 35px 5px -25px #e60000;
	box-shadow:inset 0px 35px 5px -25px #e60000;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #de4a45), color-stop(1, #ff3730));
	background:-moz-linear-gradient(top, #de4a45 5%, #ff3730 100%);
	background:-webkit-linear-gradient(top, #de4a45 5%, #ff3730 100%);
	background:-o-linear-gradient(top, #de4a45 5%, #ff3730 100%);
	background:-ms-linear-gradient(top, #de4a45 5%, #ff3730 100%);
	background:linear-gradient(to bottom, #de4a45 5%, #ff3730 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#de4a45', endColorstr='#ff3730',GradientType=0);
	background-color:#de4a45;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #F5CF31;
	cursor:pointer;
	color:#ffffff;
	text-decoration:none;
	text-shadow:0px 2px 2px #b23e35;
  opacity: 0.9;
  position: relative; 
}

a.templatemo-blue-button-userbar {
	margin-top: 6px;
  margin-left: 8px;
}

.heslobutton {
	padding: 2px 3px!important;
  opacity: 0.7!important;
}

.heslobutton:hover {
  opacity: 1!important;
}

.templatemo-blue-button-userbar:hover, a.templatemo-blue-button-userbar:hover {		background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #eb675e), color-stop(1, #e03226));
	background:-moz-linear-gradient(top, #eb675e 5%, #e03226 100%);
	background:-webkit-linear-gradient(top, #eb675e 5%, #e03226 100%);
	background:-o-linear-gradient(top, #eb675e 5%, #e03226 100%);
	background:-ms-linear-gradient(top, #eb675e 5%, #e03226 100%);
	background:linear-gradient(to bottom, #eb675e 5%, #e03226 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb675e', endColorstr='#e03226',GradientType=0);
	background-color:#eb675e;
  opacity:1; }

.userbar-addon{padding:2px 4px;}
                         
.inline-blockk {width: 180px; margin-top: 6px;}

.form-group-userbar {display: inline-block!important;}

.templatemo-login-form-userbar { margin-left: 10px; margin-bottom: 10px;}

.templatemo-login-form-userbar .form-group { margin-bottom: -8px; display: inline-block!important; }
 
 .input-group-addon-userbar { background: #F9EEB9; border-top-right-radius: 0px!important;
  border-bottom-right-radius: 0px!important;}                    
                                                      
 .error-userbar { font-family: Verdana, Arial, sans-serif; 
   font-size: 14px!important;
   color: #900;
   display: inline-block;
}    
   
.wrapper {
    position: relative;
} 

.wrapper span {
    position: absolute;
    left: 127px;
    top: 3px;
    z-index: 5;
}  

 .error-userbar2 { font-family: Verdana, Arial, sans-serif; 
   font-size: 17px!important;
   color: #900;
   display: inline-block;
} 

 .error-jazyk { font-family: Verdana, Arial, sans-serif; 
   font-size: 17px!important;
   color: #900;
   display: inline-block;
   margin-top: -10px;
}     
   
.wrapper2 {
    position: relative;
}  

.wrapper2 span {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 5;
}            

.rohy {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0px!important;
  border-bottom-right-radius: 0px!important;
      background-color: #D6D7D8;
}

.posun-vpravo {
  margin-left: 43px;
}  

.elemety-tlacitko {
	-moz-box-shadow:inset 0px 35px 5px -25px #e60000;
	-webkit-box-shadow:inset 0px 35px 5px -25px #e60000;
	box-shadow:inset 0px 35px 5px -25px #e60000;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #de4a45), color-stop(1, #ff3730));
	background:-moz-linear-gradient(top, #de4a45 5%, #ff3730 100%);
	background:-webkit-linear-gradient(top, #de4a45 5%, #ff3730 100%);
	background:-o-linear-gradient(top, #de4a45 5%, #ff3730 100%);
	background:-ms-linear-gradient(top, #de4a45 5%, #ff3730 100%);
	background:linear-gradient(to bottom, #de4a45 5%, #ff3730 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#de4a45', endColorstr='#ff3730',GradientType=0);
	background-color:#de4a45;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #ffffff;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Trebuchet MS;
	font-size:14px;
	font-weight:bold;
	padding:0px 7px 0px 15px;
	text-decoration:none;
	text-shadow:0px 2px 2px #b23e35;
    position: absolute;
  left: 30px;
  top: 8px;
  opacity: 0.9;
}
.elemety-tlacitko:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #eb675e), color-stop(1, #e03226));
	background:-moz-linear-gradient(top, #eb675e 5%, #e03226 100%);
	background:-webkit-linear-gradient(top, #eb675e 5%, #e03226 100%);
	background:-o-linear-gradient(top, #eb675e 5%, #e03226 100%);
	background:-ms-linear-gradient(top, #eb675e 5%, #e03226 100%);
	background:linear-gradient(to bottom, #eb675e 5%, #e03226 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb675e', endColorstr='#e03226',GradientType=0);
	background-color:#eb675e;
  opacity:1;
}


.elementy {     
  color: #e70000!important;
  display: inline-block;
  font-weight: bold;
  font-size: 15px;
  margin-top: 2px;
  margin-left: 5px;
}

.elementyimg {     
  width:25px;
  height: 25px;
  z-index: 555;
  position: absolute;
  top: 6px;
  left: 17px;
}

.posunv-vpravo-elementy {     
margin-right: 55px;
  position: relative;
  width: 23px;}

.posun-elementy-span {     
   bottom: -72px!important;
  left: 40px!important;
}
        
.spacer-elem {     
 height: 50px;
 margin: 20px 20px 50px 20px;
    /* margin: 20px 0 -50px 0; use this if you want #container to have a 'bottom padding', in this case of 20px */
    background: transparent;
}
            
         
.vykricnik-bublinka i span{
	width: 140px;
	height: auto;
	line-height: 20px;
	padding: 2px;
	left: 50%;
	margin-left: 18px;
  margin-top: -12px;
	font-family: 'Trebuchet MS', Georgia, serif;
	font-weight: 400;	
	font-style: bold;
	font-size: 12px;
	color: #e70000;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	text-align: center;
	border: 4px solid #fff;
	background: white;
	text-indent: 0px;
	border-radius: 5px;
	position: absolute;
	opacity: 0;
	visibility: visible;
	pointer-events: none;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
  z-index:658;
}

 .bublinka-nalevo i span{
	left: initial!important;
  margin-right: 20px!important;
} 

 
  

.vykricnik-bublinka i:hover span{
	visibility: visible;
	opacity: 0.9;
	-webkit-transform: translate(0px) rotate(0deg) scale(1);
	-moz-transform: translate(0px) rotate(0deg) scale(1);
	-o-transform: translate(0px) rotate(0deg) scale(1);
	-ms-transform: translate(0px) rotate(0deg) scale(1);
	transform: translate(0px) rotate(0deg) scale(1);
}            
        
.delsi-bublinka i span{
	width: 180px!important;
} 

.delsi-bublinka2 i span{
	width: 220px!important;
} 

.delsi-bublinka2 i span{
	width: 240px!important;
}       

.vykricnik {
	background: url(../images/vykricnik.png) no-repeat;
  position: absolute;
  margin-left: -5px;
  margin-top: -20px;
  width: 57px;
  height: 65px;
} 

.vmacknuti-uprostred {
	padding-left: 40px;
  padding-right: 15px;
}          

.reg-line {
	display: inline;
  white-space: nowrap;
}          

input[type=radio].css-checkbox, input[type=checkbox].css-checkbox {
							position:absolute; z-index:5000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0; 
						}

						  input[type=radio].css-checkbox + label.css-label-en, input[type=radio].css-checkbox + label.css-label-es, input[type=radio].css-checkbox + label.css-label-male, input[type=radio].css-checkbox + label.css-label-female, input[type=checkbox].css-checkbox + label.css-label-novinky, input[type=radio].css-checkbox + label.css-label-novinky {
							padding-left:50px;
							height:21px; 
							display:inline-block;
							background-repeat:no-repeat;
							background-position: 0 0;
							font-size:10px;
							vertical-align:middle;
							cursor:pointer;
							margin-top: -2px;
						} 
						
						input[type=checkbox].css-checkbox + label.css-label-novinky, input[type=radio].css-checkbox + label.css-label-novinky {
							padding-left:27px;
						} 
            
            input[type=radio].css-checkbox + label.css-label-en { margin-right: 15px;} 
            
            input[type=checkbox].css-checkbox + label.css-label-podminky {
							height:14px; 
							line-height:14px;
              padding-left:20px;
              display:inline-block;
              background-repeat:no-repeat;
							background-position: 0 0;
							font-size:13px;
							vertical-align:middle;
							cursor:pointer;
              margin-right: 15px;
              margin-bottom: 10px;
						} 
            
            input[type=radio].css-checkbox + label.css-label-en:hover, input[type=radio].css-checkbox + label.css-label-es:hover, input[type=radio].css-checkbox + label.css-label-male:hover, input[type=radio].css-checkbox + label.css-label-female:hover, input[type=checkbox].css-checkbox + label.css-label-novinky:hover, input[type=radio].css-checkbox + label.css-label-novinky:hover { background-position: 0 -21px;	}
            input[type=checkbox].css-checkbox + label.css-label-podminky:hover { background-position: 0 -14px;	}

						input[type=radio].css-checkbox:checked + label.css-label-en, input[type=radio].css-checkbox:checked + label.css-label-es, input[type=radio].css-checkbox:checked + label.css-label-male, input[type=radio].css-checkbox:checked + label.css-label-female, input[type=checkbox].css-checkbox:checked + label.css-label-novinky, input[type=radio].css-checkbox:checked + label.css-label-novinky { background-position: 0 -21px; }
            input[type=checkbox].css-checkbox:checked + label.css-label-podminky { background-position: 0 -14px;	}
            
            
	label.css-label-en, label.css-label-es, label.css-label-podminky, label.css-label-male, label.css-label-female, label.css-label-novinky{
				-webkit-touch-callout: none;
				-webkit-user-select: none;
				-khtml-user-select: none;
				-moz-user-select: none;
				-ms-user-select: none;
				user-select: none;
			}  
      
  label.css-label-en { background-image:url(../images/zaskrtnute_en.png); }
  label.css-label-es { background-image:url(../images/zaskrtnute_es.png); }
  label.css-label-male { background-image:url(../images/zaskrtnute_male.png); }
  label.css-label-female { background-image:url(../images/zaskrtnute_female.png); } 
  label.css-label-podminky { background-image:url(../images/zaskrtnute_podminky.png); }
  label.css-label-novinky { background-image:url(../images/zaskrtnute_orig.png); }       

      
       .vybrat-jazyk-text {
				font-size:12px;
        margin-bottom: 5px;
        margin-top: -5px;
			}
      
      .vybrat-jazyk-text-podm {
				font-size:12px;
        font-weight: 400!important;
			}               
      
      .block {
		display: block;
	}
	form.templatemo-login-form label.error {
		display: none;
	} 
  
  .posun-podm {
		margin-left: 5px;
	}     
  
  @-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

.hvr-buzz-out {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;  
}     


.inline-block-wrapper {
  display: inline-block; 
}
            
.img-thumbnail-vlajka{
display:inline-block;
width:110px;
height:110px;
padding:4px;
line-height:1.42857143;
background-color:#fff;
border:1px solid #ddd;
border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
  cursor: pointer; cursor: hand;}
  
  .img-thumbnail-uprava-profilu{
margin-top: -40px;
margin-left: 5px;
width:100px;
height:100px;
cursor: default;}

.img-circle-vlajka {border-radius:50%;}  
.nick-potvrzeni {margin-bottom: 15px; display: inline-block;} 

.templatemo-blue-button-email, a.templatemo-blue-button-email {
	padding: 2px 10px;
	text-transform: uppercase;
	transition: all 0.3s ease;
  display: inline-block;
  font-size: 13px;
	background-color:#FFEB97;
	border-radius:4px;
	border:1px solid #F5CF31;
	cursor:pointer;
	color: #CA1313;
  font-weight: bold;
	text-shadow:0px 2px 2px #FAF076; 
  position: relative; 
}

.templatemo-blue-button-email:hover{
	background-color: #F5CF31;
}

a.templatemo-blue-button-email {
  margin-left: 8px;
}   


@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  50% {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
  }

  100% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
}

@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  50% {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
  }

  100% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
}

@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
}

@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
}

.hvr-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

.img-thumbnail-element{
display: inline-block;
  width: 20px;
  height: 20px;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #F9F9F9;
  border: 1px solid #ddd;}
  
  .linka {
  margin-top: 5px;
  margin-bottom: 5px;
  border: 0;
  border-top: 1px solid #eee;
  }
  
  .vlajky-nadpis{
	width: 22px;
  height: 22px;
  border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border: 2px solid #ffffff;
z-index:60;
margin-right: 5px;
}  

.nadpis-bezbarvy {
color:inherit;
}  

.elementy-nadpis {
width: 25px;
  height: 25px;
  margin-right: 5px;
}  

.text-elementy {
 color: #E70000;
 font-weight: bold;
 display: inline-block;
 font-size: 15px;
 vertical-align: middle;
} 

.puzzle-element{
	width: 20px;
  height: 20px;
  vertical-align: middle; 
}   

.cerveny-text {
  color: #E70000;
} 

.posun5 {
  margin-bottom:5px;
}  

.posun-20px {
  margin-left: 10px;
  text-align: initial;
}

.width80per {
  width:80%;
  margin-left: 0px!important;
}

.progress-bar-cervena {
  background-color: #D10505;

}
.radkovani {
    margin-top: 12px;
  line-height: 23px;  }
  
  .img-thumbnail-vlajka-mala{
display:inline-block;
width:40px;
height:40px;
padding:2px;
line-height:1.8;
background-color:#fff;
border: 1px solid #ddd;
transition:all .2s ease-in-out;
  position: absolute;
  top:72px;
  left:75px;
  z-index: 5}
  
  .img-thumbnail-vlajka-mini{
display:inline-block;
width:30px;
height:30px;
padding:2px;
line-height:1.8;
background-color:#fff;
border: 1px solid #ddd;
transition:all .5s ease-in-out;
  position: absolute;
    top: 63px;
  left: 90px;
  z-index: 4;
  opacity: 0.65;}
  
  .img-thumbnail-vlajka-mini:hover{
  z-index: 6;
  opacity: 1;}
  
.relative {
  position:relative;
  width: 110px;
  height: 110px;
  margin-left: auto;
  margin-right: auto;
}

 .close-nahore {
    background-image:url(../images/close.png);
    position:absolute; right:5px; top:5px;
    cursor:pointer;
    height:35px;
    width:35px;
    border: 0;
    background-color: inherit;
    opacity: 0.7; 
}

.close-nahore:hover {
    opacity: 1; 
}

  .well2{
  height:auto;
  width: 700px;
  padding:19px;
  margin-bottom:20px;
  margin-top: 20px; 
  background-color:#f5f5f5;
  border-radius:10px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);
  box-shadow:inset 0 1px 1px rgba(0,0,0,.05);
  -webkit-box-shadow: none;
  outline: -webkit-focus-ring-color auto 0px;
  }
  
  .well3{
  height:auto;
  width: 450px;
  padding:19px;
  margin-bottom:20px;
  margin-top: 20px; 
  background-color:#f5f5f5;
  border-radius:10px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);
  box-shadow:inset 0 1px 1px rgba(0,0,0,.05);
  -webkit-box-shadow: none;
  outline: -webkit-focus-ring-color auto 0px;
  }
  
  #slide_background, #slide-bar_background, #slide-text3_background {
    -webkit-transition: all 0.3s 0.3s;
       -moz-transition: all 0.3s 0.3s;
            transition: all 0.3s 0.3s;
}
#slide, #slide_wrapper, #slide-bar, #slide-text3 {
    -webkit-transition: all 1s;
       -moz-transition: all 1s;
            transition: all 1s;
            
}
#slide, #slide-text3 {
    -webkit-transform: translateX(0) translateY(-40%);
       -moz-transform: translateX(0) translateY(-40%);
        -ms-transform: translateX(0) translateY(-40%);
            transform: translateX(0) translateY(-40%);
}

#slide-bar {
    transform: scale(0.8);
}

.popup_visible #slide, .popup_visible #slide-text3 {
    -webkit-transform: translateX(0) translateY(0);
       -moz-transform: translateX(0) translateY(0);
        -ms-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
}
 .popup_visible #slide-bar {
  transform: scale(1);   }

.jcrop-keymgr {
    opacity:0;
}

.text-nastaveni-avataru {
  text-align: center;
  margin-bottom: 5px;
  font-weight: bold;
}

.img-list {width:110px;height:110px;position:relative;margin-bottom:1em;display:inline-block;}
.img-list:hover span.text-content {opacity:1;}
.img-list:hover .upravit-avatar {opacity:1;}

.img-list-male {width:40px;height:40px;margin-right:1em;position:relative;margin-bottom:1em;display:inline-block;}
.img-list-male:hover span.text-content-male {opacity:1;}
.img-list-male:hover .upravit-avatar {opacity:1;}

span.text-content {position:absolute;top:5px;left:5px;background:rgba(0,0,0,0.5);color:white;cursor: pointer; cursor: hand;display:table;width:100px;height:100px;opacity:0;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
    border-radius: 50%; z-index: 3;}
span.text-content span {display:table-cell;vertical-align:middle;text-align:center; font-size:30px;}

span.text-content-male {position: absolute;
  top: 3px;
  left: 3px;
  background: rgba(0,0,0,0.5);
  color: white;
  cursor: pointer;
  cursor: hand;
  display: table;
  width: 39px;
  height: 39px;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
  border-radius: 50%;
  z-index: 3;}
span.text-content-male span {display:table-cell;vertical-align:middle;text-align:center; font-size:18px;}

.fileUpload {
    position: relative;
    overflow: hidden;
}

.fileUpload input.upload_hezke {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer; cursor: hand;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 200%!important;
}

.btn-primary-upload {
	border-radius: 2px;
	background-color: #CD0000!important;
	border: none;	
	color: white;
   width: 250px!important;	
}
.btn-primary-upload:hover { background-color: #EC2D2D; cursor: pointer; cursor: hand;}

.btn-upload {
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.btn-primary-upload {
	border-radius: 4px!important;
	background-color:#CD0000!important;	
}
.btn-primary-upload:hover { background-color: #EC2D2D; }

.hide-uploadavatar { display: none; }

.upravit-avatar { 
font-size:11px;
margin-top:-80px;
color: #646464;
  background-color: #E6E5EB;
  border-color: #E0E0E0;
font-weight: bold;
z-index:1;
position: relative;
  width: 110px;
  height: 90px;
  -webkit-box-shadow: none;
  outline: -webkit-focus-ring-color auto 0px;
  opacity: 0.7;
}

.upravit-avatar:focus, .upravit-avatar:active, .upravit-avatar:hover,upravit-avatar:visited { 
color: #646464;
  background-color: #E6E5EB;
  border-color: #E0E0E0;
  -webkit-box-shadow: none;
  outline: -webkit-focus-ring-color auto 0px; }

.upravit-avatar:hover { 
  -webkit-box-shadow: none;
  -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
  opacity: 1;
}

.text-avatar { 
position:absolute;
top: 65px;
}

.loading-avatar  { 
text-align:center;
width: 160px;
margin-left: 250px;
display:none;
}

.inline-block-wrapper2 {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  margin-left: 10px;
  width: 50px;
}

.inline-block-wrapper3 {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-bottom: 10px; 
}

.width90 {
  width: 100%;
}

.rozmazane {
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.10);
  opacity:0.9;
}

.rozmazane:hover {
  opacity:1;
}

  .img-thumbnail-kamaradi{
display:inline-block;
width:45px;
height:45px;
padding:2px;
line-height:1.8;
background-color:#fff;
border: 1px solid #ddd;
transition:all .2s ease-in-out;
  position: relative;
  z-index: 2}
  
  .tabulka-kamaradi{
display:inline-block;
vertical-align: top;}


.pridat-kamarady { 
font-size:10px;
color: #646464;
  background-color: #E6E5EB;
  border-color: #E0E0E0;
font-weight: bold;
z-index:1;
position: relative;
  width: 140px;
  height: 30px;
  -webkit-box-shadow: none;
  outline: -webkit-focus-ring-color auto 0px;
  opacity: 0.7;
  margin-bottom: 10px;
}

.pridat-kamarady:focus, .pridat-kamarady:active, .pridat-kamarady:hover,pridat-kamarady:visited { 
color: #646464;
  background-color: #E6E5EB;
  border-color: #E0E0E0;
  -webkit-box-shadow: none;
  outline: -webkit-focus-ring-color auto 0px; }

.pridat-kamarady:hover { 
  -webkit-box-shadow: none;
  -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
  opacity: 1;
}

.text-pridat-kamarady { 
position:absolute;
left: 3px;
  top: 7px;
}

.ikona-tlacitka  { 
  margin-right: 5px;
  margin-left: -5px;
  font-size: 15px;
  vertical-align: middle;
}

.pozadi-svetle { 
  background-color: #F7F7F7;
}

.templatemo-content-widget-noborder { 
  box-shadow: none;
}
   
.text-center-popup { 
  text-align: center!important;
} 
    
.procenta-ul { 
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 30px;
} 

.radek-uprava { 
  width: 32%;
  display:inline-block;
  margin-right: 1.5%;
} 

.radek-uprava2 { 
  width: 33%;
  display:inline-block;
  margin-right: 1.5%;
} 

.radek-uprava3 { 
  width: 32%;
  display:inline-block;
} 

.radek-uprava4 { 
  width: 43%;
  display:inline-block;
  margin-right: 1.5%;
} 

.radek-uprava5 { 
  width: 55.5%;
  display:inline-block;
} 

.radek-uprava6 { 
  width: 29.5%;
  display:inline-block;
  margin-right: 1.5%;
} 

.radek-uprava7 { 
  width: 20.5%;
  display:inline-block;
  margin-right: 1.5%;
} 

.radek-uprava8 { 
  width: 15.5%;
  display:inline-block;
  margin-right: 1.5%;
} 

.radek-uprava9 { 
  width: 30%;
  display:inline-block;
} 


textarea.notebook {
	  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	  font-weight: 700;
	  width: 100%;
	  padding: 5px 5px;
	  margin-bottom: 10px;
	  resize: vertical;
	  font-size: 11px;
	  line-height: 20px;
	   -webkit-appearance: none;
	  outline: -webkit-focus-ring-color auto 0px;
        color: #555555;
}

.text-upravit {
	  text-align: center;
	  margin-bottom: 8px;
	  display: inline-block;
	  width: 530px;
	  margin-left: 7px;
}

.text-upravit-fotka {
	  text-align: center;
	  display: inline-block;
	  width: 100px;
}

.tucne-upravit-text {
	  margin-bottom: 15px;
	  margin-top: 5px;
}

.zrusit-profil-link {
	  margin-top: 25px;
	  font-size: 9px;
	  color: #B7B7B8;
	  opacity: 0.75;
}

.zrusit-profil-link:hover {
	  opacity: 1;
}

.skryt-listu {
	  display: hidden;
}
      
      table.zpravy-tabulka {
	  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	  font-size: 12px;
}

.read-more-state {
  display: none;
}

.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
}

.text-klasik {
  display: inline-block;
  width: 350px;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}

.read-more-state ~ .read-more-trigger:before {
  content: 'Zobrazit zprávu';
}

.read-more-state:checked ~ .read-more-trigger:before {
  content: 'Skrýt zprávu';
}

.read-more-trigger {
  cursor: pointer;
  display: inline-block;
  color: #666;
  font-size: .9em;
}

.read-more-wrap {
  display: inline-block;
}

.seznam-kamaradu {
  background-image: url(../images/kamaradi_bg.png);
  background-repeat: no-repeat;
  background-position: right 10px bottom -50px;
  background-size: 175px;  
}  

.zadni-kamaradi {
  margin-top: 20px;
  margin-left: 10px; }
  
#container{
   position: absolute;
   top: 50%;
   margin-top: -200px;/* half of #content height*/
   left: 0;
   width: 100%;
}
#content {
   width: 624px;
   margin-left: auto;
   margin-right: auto;
   height: 395px;
}

.odhlasit-se-tlacitko {
   margin-top:-10px;
   margin-bottom:10px;
   text-align: center;
}

a.odhlasit {
   color: white;
}


a.odhlasit:hover {
   color: rgb(159, 171, 226);
}

.padding25 {
   padding: 25px;

}

.vlevo {
  text-align: center;
  display: inline-block;
  width: 97%;
  margin-left: auto;
  margin-right: auto;
}   

.vpravo {
  width :3%;
  float: right;
  display: inline-block;
}   

table.seznamstudentu>tbody>tr>td, table.seznamstudentu>tbody>tr>th {
  vertical-align: middle;
    padding: 5px 10px!important;
    font-size: 0.9em;
    border: 1px solid rgba(37, 37, 37, 0.32);
} 

table.seznamstudentu, th.seznamstudentu, td.seznamstudentu {
      border: 1px solid #04335D;
      color: #1B1B1B;
}   

table.seznamstudentu>tbody>tr:nth-of-type(odd) {
        background-color: #E4E4E4;
}

table.seznamstudentu>tbody>tr:nth-of-type(even) {
            background-color: #A4C4E4;
}

table.seznamstudentu>tbody>tr>td.avatarseznam {
  text-align: center;
}   

.table.seznamstudentu>thead>tr>td.velkeseznam {
  font-size: 1.2em;
} 

.table.seznamstudentu>thead>tr>td {
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
  border: 1px solid #252525;
} 

.table.seznamstudentu>thead {
          background-color: #043C6B;
          color: #E2E2E2;
}   

a.seznamstudentulink {
  color: #E2E2E2;
  border-bottom: 1px dotted #505050;
}   

a.ikonylink {
  color: #000000;
}  

.nezobrazuj {
  background-color:transparent;
  box-shadow:none;
}   

.linka2 {
margin-top: 20px;
    margin-right: 50px;
    margin-left: 50px;
        COLOR: white;  }
    
 h2 {   color: #021423; }
 
.margin3px { margin-top: 3px; } 

.bez-tlacitka{ 
  background-color: Transparent!important;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;
    outline:none;  }
    
  a.malacislalink{   font-size: 12px;color: white;  }
  
  .velkafajfka { 
  font-size: 145px;
  color: rgba(0, 255, 0, 0.8);
  text-shadow: rgba(0, 0, 0, 0.55) 5px 4px;
  margin-top:-25px;  }
      
  .tlacitko-zakaznici { 
  color:white;width:50%;display:inline-block;padding: 2%;    font-size: 1.4em;  }
  
  .zamecek_maly {  position:absolute;bottom:5px;right:5px;opacity: 0.6; }
  .zamecek_maly:hover {  opacity: 1; }
     
  .nadpis_revize { margin-bottom:5px;font-weight:bold;display:inline-block;     text-shadow: #000000 1px 1px 2px;
    color: white;}
    
    .ui-state-highlight { border: 1px solid #6160B0!important;
    background: #74A7FB 50% 50% repeat-x!important;
    color: #090A56!important;
    font-weight: bold!important; }
      
  
  