/* font */
@font-face {
    font-family: 'Novechento';
    src: url('../font/novechento/novecento_narrownormal-uniweb.eot');
    src: url('../font/novechento/novecento_narrownormal-uniweb.eot?#iefix') format('embedded-opentype'),
        url('../font/novechento/novecento_narrownormal-uniweb.woff') format('woff'),
         url('../font/novechento/novecento_narrownormal-uniweb.svg') format('svg'),
         url('../font/novechento/novecento_narrownormal-uniweb.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


/* general */

body {
	background: white;
    font-family: 'Roboto', sans-serif;	
}

.gray {
	border:solid #dcd9da 1px;	
}

h1, a h1, h1 a, h2, a h2, h2 a, h3, a h3, h3 a, h4, a h4, h4 a, h5, a h5, h5 a, h6, a h6, h6 a {
	font-family: 'Novechento', sans-serif; 	
}

.button:visited {
	color: white; 
	font-size: 13px;	
	}
 

 .uws_nadpis3 h1 {
	margin-bottom:0px; 
    font-family: 'Novechento', sans-serif;
    padding-left:35px;     
}


.home_h1 h1 {
	color:#00a0cc;
    text-align:center;	
}

 h1 {
	font-size:1.7em;
    font-family: 'Novechento', sans-serif;	
}

.right-content h2, .right-content h3 {
	margin-top:0;
	margin-bottom:5px;		
}
 
h2 {
	font-size:1.4em;
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
    font-family: 'Novechento', sans-serif;	
}

h3 {
	font-size: 1.2em;
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
   font-family: 'Novechento', sans-serif;	
}

h4 {
	font-size: 1.0rem;
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
    font-family: 'Novechento', sans-serif;
}

h5 {
	font-size: 0.8rem;
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
    font-family: 'Novechento', sans-serif;	
}

h6 {
	font-size: 0.6rem;
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
    font-family: 'Novechento', sans-serif;	
}

p {
	font-size: 0.9875rem;
    margin-bottom: 0.6rem;
    font-family: 'Roboto', sans-serif;	
}

 /* header */
 .header {
	background:white;
    margin-bottom:25px;	
}

 

  .uws_logo  {
	padding-left:0;
}

  .flag  {
	margin-top:13px;	
}

   .flag li {
	list-style-type:none;
    display:inline-block;
    padding-right:10px;
}

 
/* uws_content_total */
  .uws_content_total {
	padding-left:15px;
    padding-right:15px;		
} 

 /* uws_content */
 .uws_content {
	padding-bottom:25px;
    margin-bottom:70px;		
}

/* uws_banner */

.uws_banner {
    padding:25px 25px 35px 25px;		
}


/* uws_menu */
/***** Header Menu *****/
#menu-wrapper {
	padding: 93px 40px 0 0;
}

#menu-wrapper {
		padding: 0;
		text-align: center;
	}

#root-menu {
	font-family: 'Novechento', sans-serif;
	float: left;
    margin-bottom:5px;
    margin-left:0;
}

#root-menu li {
	display: block;
	float: left;
	position: relative;
	z-index: 999;
}

#root-menu > li > a {
	display: inline-block; /* Can solve mysterious 1px diff in FF and Chrome. */
	font-size: 16px;
	line-height: 1;
	padding: 20px 15px 17px;
	
}

#root-menu > li > a:hover, 
#root-menu li:hover > a {
	background: #00a0cc;
	color: white !important;
}


#root-menu > li > a.active,
#root-menu > li.current-menu-item > a, 
#root-menu > li.current-menu-ancestor > a {
	color: white;
	font-weight: bold;
}


#root-menu li.active > a,
#root-menu > li > a.active:hover,
#root-menu > li > a:hover
 {
	color: #00a0cc;
}

#root-menu a {
	color: #444041;
	font-weight: normal;
	text-decoration: none;
}

/*** 1st-level submenu ***/
#root-menu li ul {
	background: #00a0cc;
	display: none;
	left: 0;
	padding: 40px;
	position: absolute;
	text-align: left;
	top: 51px;
    margin-left:0px;
}

#root-menu li ul.flip {
	left: auto;
	right: 0;
}

#root-menu li ul li a {
	color: white !important;
	display: block;
	padding: 0 20px 14px 0;
	font-size: 14px;
	line-height: 18px;	
}

#root-menu li ul li a:hover, 
#root-menu li ul li:hover > a {
	color: black !important;
	
}

#root-menu li ul li:last-child a {
	padding-bottom: 0;
}

/*** 2nd-level submenu ***/
#root-menu li ul li ul {
	margin-left: -80px;
	top: -40px;
    border:solid gray 1px;
    background:#00a0cc;
}

#root-menu li ul li ul li {
    margin-bottom: 0px;
}

#root-menu li ul li ul li:last-child {
	margin-bottom: 0;
}

#root-menu li ul li span:first-child {
	display: none;
}

span.sf-sub-indicator {
	display: none !important;
}

/***** Mobile Menu *****/
#mobile-menu {
	background: #111;
	display: none;
	margin-bottom: 0 !important;
	text-align: center !important;
}

#mobile-menu > ul {
	list-style: none !important;
	margin: 0 auto !important;
	text-align: left !important;
	width: 100px;
}

#mobile-menu li {
	line-height: 1;
	margin: 0 !important;
	text-align: left !important;
}

#mobile-menu .toggle-topbar.menu-icon {
	margin-top: 8px !important;
	top: 0;
}

.top-bar-section a {
	text-decoration: none !important;
}

.top-bar-section a:hover {
	color: #1B83BE !important; 
}

/* uws_text */
.uws_text {
	margin-left:25px !important; 
    margin-right:25px !important; 
}

.left_content, .right_content, .uws_full {
	padding-left:0; 
    padding-right:0; 
}

.left-content {
	margin-right: 30px;
    padding:5px 15px 5px 15px;
}

.left-content3 {
	margin-right: 30px;
    padding:10px 15px 5px 15px;
    margin-top:25px;
}

.left-content4 {
	margin-right: 30px;
    padding:10px 15px 5px 15px;
    margin-top:25px;
}

.left-content2 {
	margin-right: 30px;
    margin-top:25px;
}

.right-content {
	padding:5px 15px 5px 0;
}

.right-content2 {
	padding:0 15px 5px 15px;    
	margin-top:17px;
}

.blue_text h2 {
	color:#00a0cc;
    margin-top:0;
    font-family: 'Novechento', sans-serif;
}


.right-content3 {
	margin-top:25px;
}

.uws-full {
	padding:10px 15px 5px 15px;
    margin-top:25px;
    margin-left:25px;
	margin-right:25px;
}

/* uws_vystava */
.uws_vystava .uws_popis p {
	margin-bottom:0;
    color:#00a0cc;
    text-transform:uppercase;
}

.uws_vystava .uws_nadpis_h1 h1 {
	margin-bottom:0;    
}


/* uws_default */
.uws_default_nadpis_h1 h1 {
	margin-bottom:0;
	margin-top:13px;    
}

/* obraz mesice */
.uws_picture_month_content {
	border:solid #dcd9da 1px;
    padding-top:15px;
    padding-bottom:15px;
    margin-bottom:27px;   
}

.uws_picture_text {
	padding-right:40px;   
}

.uws_picture_text h2 {
	margin-top:0;   
}



/* uws_detail */
.uws_detail ul.example-orbit {
	margin-left:0;
}

.uws_detail ul.example-orbit li {
	 list-style-type:none;
}

.uws_detail_head   {
	 padding-left:25px;
}

.uws_detail_head h1.uws_nadpis_h1  {
	 margin-top:18px;
     margin-bottom:0; 
}

.uws_detail .subheader {
	margin-bottom:17px;
}



/* submenu top */
.uws_menu .uws_inline  {
	 background:#444041;
     padding-top:5px;
     padding-bottom:5px;
     padding-right:15px;
     width:100%; 
     margin-bottom:0; 
}

.uws_menu .uws_inline li  {
	 float:right; 
}

.uws_menu  {
	 padding-right:0; 
}

.uws_menu .uws_inline li a  {
	 color:white; 
	 font-size:13px;
     text-transform:uppercase;
     font-family: 'Novechento', sans-serif;  
}





/* submenu */

.side-nav li.active > a:first-child:not(.button) {
     color: white;
     background: #00a0cc;
     font-weight: normal;
     font-family: 'Novechento', sans-serif;
        }

 .side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus {
               color: white;
     background: #00a0cc;
            }

 .side-nav li a:not(.button) {
            display: block;
            color:  #00a0cc;
            margin: 0;
            padding: 0.4375rem 0.875rem;
            font-family: 'Novechento', sans-serif;
        }

 .side-nav li {
        font-size: 0.99rem;
    }


 /* novinky */
 .news .newsbutton {
    font-family: 'Novechento', sans-serif;
    background-color: #00a0cc;
    border-color: #007095;
    color: white; 
    font-size: 0.9875rem;   
            }

 .news .newsbutton:hover {
    background-color: #037493;      
            }

 /* eshop list */

  .eshop_list  {
    margin-bottom:25px;
    padding:20px 20px 10px 10px;
            }

 .eshop_list .shopbutton {
    font-family: 'Novechento', sans-serif;
    background-color: #00a0cc;
    border-color: #007095;
    color: white; 
     font-size: 0.9875rem;   
            }

 .eshop_list .shopbutton:hover {
    background-color: #037493;      
            }

 .eshop_list .newsbutton_nedost {
    font-family: 'Novechento', sans-serif;
    background-color: gray;
    border-color: #007095;
    color: white; 
    font-size: 0.9875rem;   
            }

 .eshop_list .newsbutton_nedost, .eshop_list .shopbutton2  {
    float:right; 
            }

 .eshop_list h4 {
   margin-top:0;
            }

 .eshop_list .eshop_cena {
   font-size:20px;
            }

 /* eshop detail */

  .eshop_detail  {
   padding:20px 20px 10px 10px;
            }

 .eshop_detail .edetail_h1 {
   margin-top:-8px;
   margin-bottom:10px;
   color:#00a0cc;
            }

 .eshop_detail .edetail_p {
   font-size:19px;
            }

 .eshop_detail .edetail_content {
   padding-left:30px;
   padding-right:30px;
   padding-top:15px;
            }

 .eshop_detail .shopbutton {
    font-family: 'Novechento', sans-serif;
    background-color: #00a0cc;
    border-color: #007095;
    color: white; 
     font-size: 0.9875rem;   
            }

 .eshop_detail .shopbutton:hover {
    background-color: #037493;      
            }

 .eshop_detail .newsbutton_nedost {
    font-family: 'Novechento', sans-serif;
    background-color: gray;
    border-color: #007095;
    color: white; 
    font-size: 0.9875rem;   
            }

 .eshop_detail .ks {
    width:28.2%;
            }


 /* kosik */
  .cart-menu-icon {
	width:35px;
	height:35px;
	position: absolute;
	left:3px;
	top:11px;
	background-image: url(/uws_images/design/sprite.png);
	background-position: -35px -116px;
	border:none;
}

 .basketbutton {
    font-family: 'Novechento', sans-serif;
    margin: 0 0 0.5rem 0;
    padding-top: 1rem;
    padding-right: 2rem;
    padding-bottom: 1.0625rem;
    padding-left: 2rem;
    padding-right:2rem;
    font-size: 1.2rem;
    color: white;
    transition: background-color 300ms ease-out;
    background-color: #00a0cc;
            }

 .basketbutton:hover {
    background-color: #037493;      
            }


 /* home - photo */

 .uws_home_box .uws_home_photo_control  {
    margin-left:0; 
    text-align:center;  
            }

 .uws_home_box .uws_home_photo_control li {
    list-style-type:none;
    display:inline-block;
    font-size:20px;             
            }

 .uws_home_box .uws_home_photo_control li a {
    margin-right:23px;
    color:#066a86;            
            }

 .uws_home_box .uws_home_photo_control li.active a, .uws_home_box .uws_home_photo_control li a:hover {
   color:#00a0cc;            
            }

 .uws_home_box .uws_home_photo .uws_datum {
    margin-bottom:0;
    margin-top:8px;           
            }

  .uws_home_box .uws_home_photo h5 {
   margin-bottom:5px;          
            }   

   .uws_home_box .uws_home_photo p {
   line-height:19px;          
            }         


 .uws_home_box .uws_home_photo a {
    color:black;          
            }

 .uws_home_box .uws_home_photo li a img {
    opacity: 0.6;
    border-radius: 3px;     
            }

 .uws_home_box .uws_home_photo li a img:hover {
    opacity: 1;     
            }  

 /* default 2 */

 .uws_default2_content {
    margin-bottom:30px; 
            }  

 .uws_content_right .example-orbit  {
    margin-left:0; 
            }  

 .uws_content_right .example-orbit li {
    list-style-type:none;     
            }
 
 .uws_content_right .example-orbit li img {
    border-radius: 3px;      
            }
 
 .uws_content_left h4 {
    margin-top:0;      
            }  


/* footer */
.footer {
	 background: white;
	 color:#00a0cc;
}

.footer a, .footer p a {
	 color:#00a0cc;
     text-transform:uppercase;
	 font-family: 'Novechento', sans-serif; 
}

.footer a:hover {
	 color:#066a86;
}

.footer p, .footer ul {
	 margin-top:19px;
     font-size:12px;
}

.footer p {
	 margin-left:10px;
}


/* Soubory ke stazeni */

.gen-table {
	width: 100%;	
	margin-bottom: 20px;
}

.gen-table caption {
	margin-bottom: 10px;
}

.gen-table th {
	font-weight: bold;
    color:white;
}

.gen-table th, .gen-table td {
	background-color: #fff;
	padding: 5px;	
	text-align: left;
   	border: 1px solid #e5e5e5;	
	vertical-align: top;
}

.gen-table .empty-left-top {
	background-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
}

.gen-table .empty-left-bottom {
	background-color: transparent;	
	border-left-color: transparent;
	border-bottom-color: transparent;
}

.gen-table td.top-left {
	text-align: left;
	vertical-align: top;
}

.gen-table thead th {
	font-size: 0.980em; /* zmeneno, puvodne 1.166em = 14px  */
}

.gen-table thead th,
.gen-table tfoot td {
	background-color: #f0f0f0;	
	border-color: #d9d9d9;
    color:#808080;
}

.gen-table tbody th,
.gen-table tr.odd th, .gen-table tr.odd td {
	background-color: #f7f7f7;
}

.gen-table tfoot td {
	font-style: italic;
	font-size: 0.916em; 
}

.gen-table tfoot .button {
	font-style: normal;
	font-size: 1.09em;
	margin: 5px 0;
}

.gen-table span.check {
	display: inline-block;
	background: url(/uws_templates/default/images/check-green.png) no-repeat left top;
	width: 18px;
	height: 14px; 
}

.gen-table tfoot + tbody tr.row-last th, 
.gen-table tfoot + tbody tr.row-last td {
	border-bottom-color: #d9d9d9;	
}


.gen-table tbody tr:hover th, .gen-table tbody tr:hover td {
background-color: #fcf1ed;
}

.gen-table thead tr th.zmena {
	width:23%;
}


.bila_stazeni { 
    background:none; 
    padding:0px 0px 0px 0px;
   width:auto;
   height:auto;
    margin:21px 0px 33px 0px;
   -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
 -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075); 
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075); 
  box-shadow: 5px 5px 5px #888888; 
}
  
.bila_stazeni .gen-table tr td  {padding:5px 10px 5px 10px}
  
.bila_stazeni .gen-table tr td .fileposun a span {float:none; margin-left:10px !important;margin-top:-18px;vertical-align:central !important; color:black;}

.velposun { float:right; margin-right:0px;margin-left:-20px;margin-top:0;padding:0;font-size:12px;color:#001d51;}
   
  h5.soubory { 
    color:white;
   text-transform:uppercase;
   margin:0px !important;
   padding:5px 0 5px;
   margin-left:8px !important;
   font-size:11px;
   font-family: 'Novechento', sans-serif;
     }
  
  .bila_stazeni .gen-table thead tr th.nadpis_stazeni { 
      background:#343434;
      color:white;
        }

 .bila_stazeni .gen-table tbody tr:hover th, .bila_stazeni .gen-table tbody tr:hover td {
      background-color:#4ad2f8;
}

 
.bila_stazeni .gen-table tr td .fileposun a:hover span{
     color:white !important;
}

.bila_stazeni .fileposun a  {
	text-decoration:none;
}

.bila_stazeni .fileposun a:hover   {
	color:white;
}

a   {
	color:#00a0cc;
}

a:hover   {
	color:#066a86;
}

