/*
Theme Name: Beznoska s.r.o.
Theme URI: http://www.partnercis.cz/
Description:  Šablona vyrobená namíru pro firmu Beznoska.cz
Author: PartnerCIS s.r.o.
Author URI: http://nic.com
Version: 1.0.0
*/

/* Global */
/* ---------------------------------------------------------- */

body {
	margin: 0px;
	padding: 0px;
}
html {
	padding: 0px;
	margin: 0px;
}
/* Flex Grid */
.outer_wrap {
  margin: 0 auto;
  width: 1200px;
}
.inner_wrap {
  padding: 0;
  float: left;
  width: 100%;
}
.flex_10,
.flex_20,
.flex_25,
.flex_33,
.flex_40,
.flex_50,
.flex_60,
.flex_66,
.flex_75,
.flex_80,
.flex_90,
.flex_100 {
	display:inline;
	float: left;
	position: relative;
}
.push {
  margin: 1px 0px 0px 0px;
}
.flex_10 {
	width:10%;
}
.flex_20 {
	width:20%;
}
.flex_25 {
	width:25%;
}
.flex_33 {
	width:33%;
}
.flex_40 {
	width:40%;
}
.flex_50 {
	width:50%;
}
.flex_60 {
	width:60%;
}
.flex_66 {
	width:66%;
}
.flex_75 {
	width:75%;
}
.flex_80 {
	width:80%;
}
.flex_90 {
	width:90%;
}
.flex_100 {
	width:100%;
}
.flex_pad {
	padding: 10px;
}
.flex_vert_pad {
	padding: 10px 0px 10px 0px;
}
.clear {
	clear: both;
}

/* vyskakovací okno */

#vyskakovaciOkno {
  display: block;
  border-radius: 5px;
  border: 1px solid #055FAB;
  background: #fff;
  width: 350px;
  height: 390px;
  position: absolute;
  top: 360px;
  right: 30px;
  z-index: 999999;
  padding: 15px;
  overflow: hidden;
  padding-bottom: 20px;
}

#vyskakovaciOkno h2 { margin-top: 0; }

#vyskakovaciOkno .close {
  display: block;
  border-radius: 8px;
  background: #fff url("images/close_hp.jpg") no-repeat center center;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 999999;
  cursor: pointer;
}

#vyskakovaciOkno .prechod {
  display: block;
  border-radius: 8px;
  background: transparent url("images/prechod_hp.png") repeat-x center center;
  width: 380px;
  height: 25px;
  padding-top: 30px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  text-align: center;
  z-index: 999999;
}

/* Header */
/* ---------------------------------------------------------- */
#header {
  background: url("images/header.png") repeat-x scroll center bottom transparent;
  height: 215px;
}
#header_right {
  margin: 90px 0 0 0;
}
#logo {
  margin: 80px 0 0;
}
#logo a {}
#logo img {
	
	    margin-top: -38px;
    width: 80%;
}

#jazyky {
  float: right;
}
#jazyky ul {
  list-style: none outside none;
  margin: 0 5px;
}
#jazyky li {
  float: left;
}
#jazyky a {
  border-right: 1px solid #DDDDDD;
  line-height: 30px;
  padding: 0 8px;
  text-decoration: none;
  text-transform: uppercase;
}
#jazyky li.lang-item-en a {border:none;}

#search {
  float: right;
}
#searchform {}
#searchform p {
  display: block;
  float: left;
  margin: 0;
}
#searchform #s {
  background: url("images/search_bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  height: 30px;
  margin: 0;
  width: 170px;
}
#searchform #searchsubmit {
  background: url("images/lupa.png") repeat scroll 0 0 transparent;
  border: 1px solid transparent;
  display: block;
  height: 30px;
  text-indent: -9999px;
  width: 30px;
}
/* Navigation */
/* ---------------------------------------------------------- */nav a#pull {
	display: none;
}
#navigation {
  background: url("images/menu_px.png") repeat scroll 0 0 transparent;
  clear: both;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
#navigation a {
	color: #fff;
}
#navigation li li a {
	color: #434343;
}
#navigation ul {
  font-size: 20px;
  list-style: none outside none;
  margin: 0;
  padding-left: 0;
}
#navigation li {
	float: left;
	position: relative;
}
#navigation li.home {}
#navigation a {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  display: block;
  height: 40px;
  line-height: 38px;
  margin-right: -1px;
  padding: 0 10px;
  text-decoration: none;
}
#navigation li.home a {
  height: 34px;
  line-height: 29px;
  padding-top: 6px;
}
#navigation li.home a img {}
#navigation ul ul {
  background: none repeat scroll 0 0 #EDEDED;
  float: left;
  left: 1px;
  margin: 0;
  opacity: 0;
  /*overflow: hidden;*/
  position: absolute;
  top: 40px;
  transition: opacity 0.25s ease 0.1s;
  z-index: 99999;
}
#navigation ul ul ul {
	left: 100%;
	top: 0;
}
#navigation ul ul a {
  background: url("images/sipka_seda.png") no-repeat scroll 15px 14px #EDEDED;
  color: #333333;
  display: block;
  font-size: 18px;
  font-weight: normal;
  height: auto;
  line-height: 37px;
  padding: 0 12px;
  width: 210px;
}
#navigation ul ul a span {
  border-bottom: 1px dotted #D4D4D4;
  display: block;
  padding: 0 5px 0 15px;
}
#navigation ul ul li:last-child a span {
  border: medium none;
}
#navigation li:hover > a, #navigation ul ul :hover > a, #navigation a:focus {}
#navigation li:hover > a, #navigation a:focus, #navigation .current_page_item > a, #navigation .current_page_ancestor > a {
  background: url("images/menu_hover.png") repeat scroll 0 0 transparent;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
}
#navigation ul ul li:hover > a, #navigation ul ul a:focus, #navigation ul ul .current_page_item > a, #navigation ul ul .current_page_ancestor > a {
  background: url("images/sipka_bila.png") no-repeat scroll 15px 14px #3C99CF;
  border-left: medium none;
  border-right: medium none;
  color: #FFFFFF;
}
#navigation ul ul li:hover > a span, #navigation ul ul a:focus span, #navigation ul ul .current_page_item > a span, #navigation ul ul .current_page_ancestor > a span {border:none;}
#navigation ul li:hover > ul {
	display: block;
  opacity: 1;
}
#navigation ul ul li {
  height: 0;
  transition: height 0.25s ease 0.1s;
  display: none;
}
#navigation ul li:hover > ul li {
  height: 38px;
  display: block;
}
#navigation .current_page_item > a, #navigation .current_page_ancestor > a {}

#menu-item-206 > ul li a,
#menu-item-55 > ul li a {
width: 280px;
}

@-moz-document url-prefix() { 
  #menu-item-206 > ul li a,
  #menu-item-55 > ul li a {
  width: 300px;
  }
}

#navigation ul ul a span {
  border-bottom: 1px dotted #D4D4D4;
  display: block;
  padding: 0 5px 0 15px;
}
#navigation ul ul li:last-child a span {
  border: medium none;
}
#navigation li:hover > a, #navigation ul ul :hover > a, #navigation a:focus {}
#navigation li:hover > a, #navigation a:focus, #navigation .current_page_item > a, #navigation .current_page_ancestor > a {
  background: url("images/menu_hover.png") repeat scroll 0 0 transparent;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
}
#navigation ul ul li:hover > a, #navigation ul ul a:focus, #navigation ul ul .current_page_item > a, #navigation ul ul .current_page_ancestor > a {
  background: url("images/sipka_bila.png") no-repeat scroll 15px 14px #3C99CF;
  border-left: medium none;
  border-right: medium none;
  color: #FFFFFF;
}
#navigation ul ul li:hover > a span, #navigation ul ul a:focus span, #navigation ul ul .current_page_item > a span, #navigation ul ul .current_page_ancestor > a span {border:none;}
#navigation ul li:hover > ul {
	display: block;
  opacity: 1;
}
#navigation ul ul li {
  height: 0;
  transition: height 0.25s ease 0.1s;
}
#navigation ul li:hover > ul li {
  height: 38px;
}
#navigation .current_page_item > a, #navigation .current_page_ancestor > a {}
/* Sidebar */
/* ---------------------------------------------------------- */

#sidebar {
  float: right;
  margin: 0 0 20px;
  width: 324px;
}
#sidebar h3 {
  background: url("images/sidebar_h3.png") repeat scroll 0 0 transparent;
  color: #444444;
  font-size: 22px;
  font-weight: normal;
  margin: 0;
  text-align: center;
}
#sidebar img {
	max-width: 100%;
	height: auto;
}
#sidebar .widget {
  margin: 0 0 18px;
}
#sidebar .widget .wrap {
  border: 1px solid #D0D0D0;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 0 24px rgba(1, 1, 1, 0.08) inset;
}
#pages, #archives, #categories, #feeds, #sidebarmeta, #blogroll {
	margin: 0px;
}
.sidebaritem {
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
 border-bottom: 1px dotted #CFCFCF;
}

#sidebar ul.novinky, #sidebar .spolupracujeme {
  list-style: none outside none;
  margin: 0;
}
#sidebar ul.novinky li {
  border-bottom: 1px dotted #CFCFCF;
  padding: 30px 5px;
}
#sidebar ul.novinky li.vsechny {
  padding: 12px 5px;
  text-align: center;
}
#sidebar ul.novinky li.vsechny a {
  color: #055FAB;
}

#sidebar ul.novinky a {
  color: #333333;
  text-decoration: none;
}
#sidebar .post-date {
  color: #055FAB;
  float: left;
  width: 50px;
  height: 70px;
}
#sidebar .spolupracujeme {}
#sidebar .spolupracujeme li {
  border-bottom: 1px dotted #CFCFCF;
  padding: 22px;
  text-align: center;
}
#sidebar .spolupracujeme a {}
#sidebar .spolupracujeme img {}
/* Post */
/* ---------------------------------------------------------- */

.postmetadata {
  clear: both;
  color: #777777;
  font-size: 12px;
  line-height: 16px;
  padding: 0 0 7px;
  text-transform: capitalize;
}
.meta {
	padding: 0;
}
object, video {
	max-width: 100%;
	width: 100%;
}
.wp-caption {
	max-width: 95%;
	height: auto;
}
img {
	max-width: 100%;
	height: auto;
}
.wp-caption img, .gallery-icon img {
	max-width: 98%;
	height: auto;
}
#main {
  background: url("images/header.png") repeat-x scroll center bottom transparent;
  margin: 20px 0 0;
  overflow: hidden;
  padding: 0 0 25px;
}
.content {
  float: left;
  padding: 0;
  width: 840px;
}
.content-wrap {padding: 0;}
.home .content {
  width: 100%;
}
.post, .type-post, .type-page {
	padding: 0px 0px 35px 0px;
}
.textcenter {
	text-align: center;
}
.textleft {
	text-align: left;
}
.textright {
	text-align: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
	margin: 0px 20px 20px 0px;
	clear: both;
}
.alignright {
	float: right;
	margin: 0px 0px 20px 20px;
	clear: both;
}
.attachment {text-align: center;}
.attachment-post-thumbnail {
  float: left;
  margin: 10px 0;
  min-width: inherit;
  overflow: hidden;
  text-align: center;
  width: auto;
}
.post_short .attachment-post-thumbnail {
  margin: 0 10px 10px 0;
}
.post_short .entry-title {
  line-height: 24px;
  margin: 0 0 10px;
}
.post_short .entry {}
.post_short .entry_wrap {
  float: left;
  width: 640px;
}
/* Meta */
/* ---------------------------------------------------------- */

.time {
	background: url(images/swpf_icons.png) no-repeat left -88px;
	margin: 0px;
	padding: 0px 0px 0px 23px;
}
.post-comments {
	background: url(images/swpf_icons.png) no-repeat left -66px;
	margin: 0px;
	padding: 0px 0px 0px 23px;
}

.tags {
	background: url(images/swpf_icons.png) no-repeat left -24px;
	margin: 0px;
	padding: 0px 0px 0px 23px;
}
.meta_author {
	background: url(images/swpf_icons.png) no-repeat left -45px;
	margin: 0px;
	padding: 0px 0px 0px 25px;
}

/* Footer */
/* ---------------------------------------------------------- */

#footer {
  background: url("images/footer.png") repeat-x scroll 0 0 #3C99CF;
  color: #FFFFFF;
  margin: 0;
  padding: 50px 0;
}
#footer p {
  margin: 0;
}
#footer a {
  color: #FFFFFF;
}
#social {
  float: right;
  list-style: none outside none;
  margin: 5px 0;
}
#social li {
  display: inline-block;
  float: left;
  margin: 0 5px;
}
#social a {
  float: left;
}
#social img {}
/* Misc */
/* ---------------------------------------------------------- */

.sticky {
	background: url(images/must-read.png) no-repeat right top;
	background-color: #fff;
}
.gallery-caption {
	width: 90%;
	padding: 0px;
	margin: 0 auto;
}
.bypostauthor {
}
.wp-caption-text {
	font-size: 10px;
	color: #777;
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* Pagination */
/* ---------------------------------------------------------- */

.pagenavi {
	margin: 0 auto 20px auto;
	width: 400px;
	padding: 5px;
	background: #f3f3f3;
	border: 1px solid #ccc;
	-moz-box-shadow: inset 0 0 5px #fff;
	-webkit-box-shadow: inset 0 0 5px #fff;
	box-shadow: inset 0 0 5px #fff;
}
.pagenavi a {
	padding: 5px 6px 4px 6px;
	margin: 3px;
	text-decoration: none;
	color: #666;
	background-color: inherit;
}
.pagenavi a:hover {
	color: #000;
}
.pagenavi span.pages {
	padding: 5px 6px 4px 6px;
	margin: 3px;
	color: #333;
	font-weight: bold;
	background-color: inherit;
}
.pagenavi span.current {
	padding: 5px 6px 4px 6px;
	margin: 3px;
	font-weight: bold;
	color: #fff;
	background-color: #ccc;
}
/* Comments */
/* ---------------------------------------------------------- */
h3#reply-title {
	padding: 0px;
	margin: 0px;
}
.logged-in-as {
	padding: 0px;
	margin: 0px;
}
#comments-title:before {
	content: "Comments: ";
	color: #777;
}
#comments-title {
	padding: 30px 0px 0px 0px;
	margin: 0px;
	text-align: center!important;
}
.comment-author {
	font-weight: bolder;
	font-size: 14px;
	font-style: italic;
	text-transform: capitalize;
	margin: 40px 0px 0px 0px;
	padding: 40px 0px 0px 0px;
}
.comment-author .avatar {
	display: block;
	float: left;
	margin: -5px 12px 0px 0px;
	padding: 0px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	border: solid 5px #f3f3f3;
}
#comment-block {
	padding: 0px;
	overflow: hidden;
}
.comment-body p {
	margin: 10px 0px 10px 0px;
	padding: 10px 10px;
	background-color: #f3f3f3;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#comment-block .children {
	margin: -50px 0px 0px 0px;
}
#comment-block ol, #comment-block .children li {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	list-style-type: none;
}
#comment-block a {
	color: #006699;
}
.commentmetadata {
	font-size: 10px;
	padding: 0px;
	margin: 0px;
}
#respond {
	margin: 40px 0px 0px 0px;
}
/* Navigation 2 */
/* ---------------------------------------------------------- */

.navigation {
	text-shadow: 0px 1px 0px #ccc;
	width: 100%;
	text-align: center;
	padding: 5px;
	margin: 30px 0px 50px 0px!important;
}
.navigation a {
	padding: 5px 6px 4px 6px;
	margin: 3px;
	font-weight: bold;
	color: #555555;
	text-shadow: 0px 1px 0px #fff;
	background: #fcfcfc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.navigation a:hover {
	color: #000;
	padding: 5px 6px 4px 6px;
	margin: 3px;
	font-weight: bold;
	background-color: #dfdfdf;
}
.navigation span.pages {
	padding: 5px 6px 4px 6px;
	margin: 3px;
	color: #333;
	font-weight: bold;
	background-color: inherit;
	display: none;
}
.navigation span.current {
	padding: 5px 6px 4px 6px;
	margin: 3px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0px 1px 0px #333;
	background-color: #888;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.navigation .next, .navigation .prev {
  clear: both;
  height: 40px;
}
/* Typography Framework */
/* ---------------------------------------------------------- */


body {
  font-family: 'Open Sans',Arial,sans-serif;
  font-size: 15px;
}

.bread-crumb {
  color: #444444;
  font-size: 12px;
  line-height: 16px;
  margin: 0;
  padding: 0;
}
.bread-crumb a, .bread-crumb a:visited {
  color: #444444;
}
.bread-crumb span {
  background: url("images/sipka_modra.png") repeat scroll 0 0 transparent;
  display: inline-block;
  height: 9px;
  margin: 4px 3px 0;
  width: 5px;
}


.format-aside .entry,
.format-gallery .entry,
.format-link .entry,
.format-image .entry,
.format-quote .entry,
.format-status .entry,
.format-video .entry,
.format-audio .entry,
.format-chat .entry   {
	padding: 15px 0px 0px 0px;
}
.format-aside .entry {
	padding: 10px 0px 0px 0px;
}
.format-link p {
	font-size: 22px;
	padding: 0px 0px 0px 0px;
}
.format-link p:before {
	content: 'Link: ';
	margin: 0px;
	font-weight: 600;
}
.format-quote blockquote {
	font-size: 22px;
	padding: 20px 10px 20px 90px;
	margin: 0px;
	background:url("images/quotes.png") 10px 10px no-repeat #f3f3f3;
}
.format-status p:before {
	content: 'Status: ';
	margin: 0px;
	font-weight: 600;
}
.format-status p {
	font-size: 26px;
	margin: 0px;
	line-height:32px;
}
.format-status .entry p {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	text-align:left;
}
.format-status .entry img {
	float: left;
	text-align:center;
}
a, a:visited {
  color: #055FAB;
  text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #006699;
}
thead {
	display: table-header-group;
}
tr, img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
  -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
h2, h3 {
	page-break-after: avoid;
}
p, h2, h3 {
	orphans: 3;
	widows: 3;
}
p {
	margin: 0 0 10px;
	line-height: 20px;
	font-size: 14px;
}
small {
	font-size: 85%;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	margin: 10px 0;
	font-family: inherit;
	font-weight: bold;
	line-height: 20px;
	color: inherit;
	text-rendering: optimizelegibility;
}
h1, h2, h3 {
	line-height: 40px;
}
h1 {
  color: #333333;
  font-size: 22px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 12px;
}
h1 small {
	font-size: 18px;
}
h2 small {
	font-size: 18px;
}
h3 small {
	font-size: 14px;
}
h4 small {
	font-size: 14px;
}
h1 a {
	text-decoration: none;
}
.entry-title {}
.headline {
	padding-bottom: 9px;
	margin: 20px 0 30px;
	border-bottom: 1px solid #eeeeee;
}
ul, ol {
	font-size: 14px;
	color: #222222;
	padding: 0;
	margin: 0 0 10px 25px;
}
ul ul, ul ol, ol ol, ol ul {
	margin-bottom: 0;
}
li {
	line-height: 20px;
}
dl {
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 20px;
}
dt, dd {
	line-height: 20px;
}
dt {
	font-weight: bold;
	margin-top: 10px;
}
dd {
	margin: 5px 0px 0px 20px;
}
hr {
	margin: 20px 0;
	border: 0;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #ffffff;
}
abbr[title], abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #999999;
}
blockquote {
	font-size: 14px;
	line-height: 22px;
	background: #f9f9f9;
	border-left: 10px solid #ccc;
	margin: 20px;
	quotes: "\201C""\201D""\2018""\2019";
	padding: 20px 10px 20px 90px;
	background:url("images/quotes.png") 10px 10px no-repeat #f3f3f3;
}
address {
	display: block;
	margin-bottom: 0px;
	font-style: normal;
	line-height: 20px;
}
code, pre {
	padding: 0 3px 2px;
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
	font-size: 12px;
	color: #333333;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
code {
	padding: 2px 4px;
	color: #d14;
	background-color: #f7f7f9;
	border: 1px solid #e1e1e8;
}
pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 20px;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre-wrap;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
pre.prettyprint {
	margin-bottom: 20px;
}
pre code {
	padding: 0;
	color: inherit;
	white-space: pre;
	white-space: pre-wrap;
	background-color: transparent;
	border: 0;
}
.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}
table {
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
  vertical-align: top;
}
tr, td {
  padding: 5px;
  vertical-align: top;
}
th {
	padding: 5px;
	background-color: #f3f3f3;
	border: 1px solid #ccc;
}
form {
	margin: 0 0 20px;
}
fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}
legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: 40px;
	color: #333333;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}
legend small {
	font-size: 15px;
	color: #999999;
}
label, input, button, select, textarea {
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
}
input, button, select, textarea {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
label {
	display: block;
	margin-bottom: 5px;
}
select, textarea, input[type="text"], input[type="email"] {
  color: #055FAB;
  display: inline-block;
  font-size: 15px;
  height: 28px;
  line-height: 28px;
  margin-bottom: 10px;
  padding: 4px 6px;
  vertical-align: middle;
}
input[type="text"], input[type="email"] {
  color: #055FAB;
  display: inline-block;
  font-size: 15px;
  height: 28px;
  line-height: 28px;
  margin-bottom: 10px;
  margin-right: 8px;
  padding: 0 6px;
  vertical-align: middle;
}
textarea {
  height: 150px;
  width: 450px;
}
radio, checkbox {
	min-height: 20px;
	padding-left: 20px;
}
radio input[type="radio"], checkbox input[type="checkbox"] {
	float: left;
	margin-left: -20px;
}
textarea, input[type="text"], input[type="email"] {
  background-color: #FFFFFF;
  border: 1px solid #D0D0D0;
  box-shadow: none;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
textarea:focus, input[type="text"]:focus, input[type="email"]:focus {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
input[type="radio"], input[type="checkbox"] {
	margin: 4px 0 0;
	line-height: normal;
}
select {
	height: 30px;
	line-height: 30px;
	width: 220px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
}
select:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.button, input[type="submit"] {
  background: none repeat scroll 0 0 #055FAB;
  border: 1px solid #055FAB;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  height: 28px;
  line-height: 28px;
  margin-bottom: 0;
  padding: 0 7px;
  text-align: center;
  vertical-align: middle;
}
.button:hover, .button:focus, .button:active, .button.active, .button.disabled, .button[disabled] {
	color: #333333;
	background-color: #e6e6e6;
	border: 1px solid #777777;
}
.button:hover, .button:focus {
	color: #333333;
	text-decoration: none;
}
.button:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.wpcf7 span.wpcf7-form-control-wrap {
  display: block;
  position: relative;
}


.wpcf7 span.wpcf7-not-valid-tip {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #FF0000;
  font-size: 14px;
  left: 330px;
  padding: 3px;
  position: absolute;
  top: 0;
  width: 280px;
  z-index: 100;
}

.wpcf7 span.wpcf7-form-control-wrap textarea {
  width: 312px;
}

#wpcf7-f4-p9-o1 {
  float: left;
  display: block;
  width: 450px;
}

/* Hlavní stránka */
#horni_boxy {
  position: relative;
  z-index: 1000;
}
#horni_boxy ul {
  list-style: none outside none;
  margin: 0;
}
#horni_boxy li {
  float: left;
  margin: 0 75px 20px 0;
  position: relative;
}
#horni_boxy li:hover {}
#horni_boxy li.box-3 {margin-right:0;float:right}
#horni_boxy h2 {
  margin: 0;
}
#horni_boxy h2 a {
  background: url("images/boxy.png") repeat scroll 0 0 #3C99CF;
  color: #FFFFFF;
  display: block;
  font-weight: normal;
  height: 70px;
  line-height: 70px;
  text-align: center;
  text-decoration: none;
  width: 350px;
}
#horni_boxy h2 a:hover {
  background: none repeat scroll 0 0 #055FAB;
}
/*
#horni_boxy a:hover {}
#horni_boxy a.img {
  display: block;
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 70px;
  transition: height 250ms ease 0s;
  width: 350px;
  z-index: 10000;
}
#horni_boxy img {
  display: block;
}
*/
#slider {
  clear: both;
  display: block;
  overflow: hidden;
}
#slider ul {
  display: block;
  height: 430px;
  list-style: none outside none;
  margin: 0;
  position: relative;
  width: 100%;
}
#slider li {
  display: none;
  left: 0;
  position: absolute;
  top: 0;
}
#slider li:first-child {display:block}
#slider li img {}
#slider .flexslider {
  margin: 0 0 60px;
  position: relative;
}
#horni_boxy li:hover a.img {
  height: 156px;
}

/* Produkty */
#produkty {}
#produkty ul {
  list-style: none outside none;
  margin: 0;
}
#produkty li {
  background: url("images/produkty_bg.jpg") repeat scroll 0 0 transparent;
  display: block;
  float: left;
  height: 160px;
  margin: 0 80px 80px 0;
  padding: 20px;
  text-align: center;
  width: 160px;
  transition: background 0.2s ease-in-out;
-moz-transition: background 0.2s ease-in-out;
-webkit-transition: background 0.2s ease-in-out;
-ms-transition: background 0.2s ease-in-out;
}
#produkty li.last {margin-right:0;}
#produkty li a {
  color: #055FAB;
  display: block;
  text-decoration: none;
}
#produkty li .img {height: 145px;}
#produkty li img {}
#produkty span {
  display: block;
}
#produkty li .img.velky {height: 115px;}
#produkty li .img.velky1 {height: 90px;}
/*barvy*/
#produkty.cervena li a, #produkty ul li.cervena:hover { background: url("images/produkty_bg_cervene.jpg") repeat scroll 0 0 transparent; }
#produkty.ruzova li a, #produkty ul li.ruzova:hover { background: url("images/produkty_bg_ruzove.jpg") repeat scroll 0 0 transparent; }
#produkty.zelena li a, #produkty ul li.zelena:hover { background: url("images/produkty_bg_zelene.jpg") repeat scroll 0 0 transparent; }
#produkty.zluta li a, #produkty ul li.zluta:hover { background: url("images/produkty_bg_oranzove.jpg") repeat scroll 0 0 transparent; }
#produkty.modra li a, #produkty ul li.modra:hover { background: url("images/produkty_bg_modre.jpg") repeat scroll 0 0 transparent; }
#produkty.cerna li a, #produkty ul li.cerna:hover { background: url("images/produkty_bg_cerne.jpg") repeat scroll 0 0 transparent; }
/* Partneři */
#partneri {}
#partneri ul {}
#partneri li {
  border-bottom: 1px dotted #D1D1D1;
  border-right: 1px dotted #D1D1D1;
  display: block;
  float: left;
  height: 150px;
  text-align: center;
  width: 270px;
}
#partneri li.last {
  border-right: medium none;
}
#partneri li.last_line {
  border-bottom: medium none;
}
#partneri li {
  text-align: center;
}
#partneri .img {display:block;}

/* Kostra */
#kostra {
  display: block;
  height: 603px;
  margin: 0 auto;
  position: relative;
  width: 459px;
}
#kostra .img {}
#kostra ul {
  list-style: none outside none;
  margin: 0;
}
#kostra li {
  display: block;
  height: 44px;
  position: absolute;
  width: 200px;
}
#kostra a {
  cursor: pointer;
  font-size: 20px;
  font-weight: normal;
  text-decoration: none;
}
#kostra span {
  display: block;
}
#kostra .text {
  float: left;
  line-height: 44px;
  opacity: 0;
  transition: all 0.2s ease-out 0s;
}
#kostra .kolecko {
  background: none repeat scroll 0 0 #BC4257;
  border-radius: 100%;
  box-shadow: 0 0 5px 5px #C93F4B inset;
  height: 27px;
  position: absolute;
  right: 9px;
  top: 9px;
  transition: all 0.2s ease-out 0s;
  width: 27px;
}
.boxshadow #kostra .kolecko {
  background: none repeat scroll 0 0 transparent;
}
#kostra a:hover {}
#kostra a:hover .text {
  opacity: 1;
}
#kostra a:hover .kolecko {
  height: 45px;
  right: 0;
  top: 0;
  width: 45px;
}
#kostra li.box-1 {
  left: -70px;
  top: 67px;
}
/*1*/
#kostra li.box-1 .text {
  float: right;
  padding-right: 60px;
  color: #C93F4B;
}
#kostra li.box-1 .kolecko {box-shadow: 0 0 5px 5px #C93F4B inset;}
#kostra li.box-1 a:hover .kolecko {}
/*2*/
#kostra li.box-2 {
  left: 185px;
  top: 105px;
}
#kostra li.box-2 .text {
  float: left;
  padding-left: 50px;
  color: #59b231;
}
#kostra li.box-2 .kolecko {
  box-shadow: 0 0 5px 5px #59b231 inset;
  left: 9px;
}
#kostra li.box-2 a:hover .kolecko {
  left: 0;
}

/*3*/
#kostra li.box-3 {
  left: -160px;
  top: 110px;
}
#kostra li.box-3 .text {
  float: right;
  padding-right: 60px;
  color: #ff77e9;
}
#kostra li.box-3 .kolecko {box-shadow: 0 0 5px 5px #ff77e9 inset;}
#kostra li.box-3 a:hover .kolecko {}
/*4*/
#kostra li.box-4 {
  left: 150px;
  top: 210px;
}
#kostra li.box-4 .text {
  float: left;
  padding-left: 65px;
  color: #ff7e00;
}
#kostra li.box-4 .kolecko {
  box-shadow: 0 0 5px 5px #ff7e00 inset;
  left: 9px;
}
#kostra li.box-4 a:hover .kolecko {
  left: 0;
}
/*5*/
#kostra li.box-5 {
  left: -140px;
  top: 250px;
}
#kostra li.box-5 .text {
  float: right;
  padding-right: 60px;
  color: #1187d1;
}
#kostra li.box-5 .kolecko {box-shadow: 0 0 5px 5px #1187d1 inset;}
#kostra li.box-5 a:hover .kolecko {}

/* Pordukt */

.product-top {
  background: none repeat scroll 0 0 #D8D8D8;
  border: 1px solid #D0D0D0;
  margin: 0 0 10px;
  width: 790px;
  	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.product-top .img {
  float: left;
  width: 180px;
}
.product-top .img img {
  display: block;
  -webkit-border-bottom-right-radius: 0px;
-moz-border-radius-bottomright: 0px;
border-bottom-right-radius: 0px;
-webkit-border-top-right-radius: 0px;
-moz-border-radius-topright: 0px;
border-top-right-radius: 0px;
}
.product-text {
  float: left;
  padding: 10px;
  width: 590px;
}
.product-text h2 {
  background: url("images/item.gif") no-repeat scroll left 4px transparent;
  color: #444444;
  font-size: 15px;
  line-height: 18px;
  margin: 0 0 5px;
  padding: 0 0 0 18px;
}
.product-text p {
  line-height: 18px;
  margin: 0;
}
.product .entry {}

.product-gallery {
  float: left;
  width: 181px;
}
.product-gallery ul {
  list-style: none outside none;
  margin: 0;
}
.product-gallery li {
  float: left;
  margin: 0 15px 15px 0;
}
.product-gallery li.alt {margin-right:0;}
.product-gallery a {}
.product-gallery a img {
  border: 1px solid #D0D0D0;
  display: block;
}

.product-main {
  float: left;
  margin-left: 10px;
  width: 600px;
}
.product-main ul {
  list-style: none outside none;
  margin: 0;
}
.product-main li {
  background: url("images/item.gif") no-repeat scroll left 4px transparent;
  padding: 0 0 0 20px;
}

.product-main li ul li {
background: url("images/item1.png") no-repeat scroll left 4px transparent;
}

/* Gallerie */
#gallerie {}
#gallerie ul {
  clear: both;
  display: block;
  list-style: none outside none;
  margin: 0;
}
#gallerie li {
  display: inline-block;
  float: left;
  margin: 0 70px 70px 0;
}
#gallerie li a {
  color: #444444;
  display: block;
  font-size: 14px;
  position: relative;
}
#gallerie li a:hover {}
#gallerie li a span {
  background: none repeat scroll 0 0 #D8D8D8;
  bottom: 0;
  display: block;
  line-height: 34px;
  position: absolute;
  text-align: center;
  width: 100%;
  -webkit-border-bottom-left-radius: 3px;
-moz-border-radius-bottomleft: 3px;
border-bottom-left-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
-moz-border-radius-bottomright: 3px;
border-bottom-right-radius: 3px;
}
#gallerie li img {
  display: block;
  -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/* gallerie_kategorie */
#gallerie_kategorie {}
#gallerie_kategorie ul {
  list-style: none outside none;
  margin: 0;
}
#gallerie_kategorie li {
  background: none repeat scroll 0 0 #D8D8D8;
  display: inline-block;
  float: left;
  margin: 0 20px 20px 0;
  width: 410px;
  -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
  overflow: hidden;
}
#gallerie_kategorie li.last {margin-right:0;}
#gallerie_kategorie li a {
  color: #444444;
  float: left;
  font-size: 16px;
  /*font-weight: bold; */
  text-decoration: none;
}
#gallerie_kategorie li span.img {
  float: left;
}
#gallerie_kategorie li span.text {
  float: left;
  line-height: 24px;
  padding: 10px;
  width: 190px;
}

#gallerie_kategorie li span.datum {
  font-size: 14px;
  font-weight: normal;
  margin-left: 10px;
}

#gallerie_kategorie img {
display:block;
-webkit-border-top-left-radius: 4px;
-moz-border-radius-topleft: 4px;
border-top-left-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-bottomleft: 4px;
border-bottom-left-radius: 4px;
-webkit-border-bottom-right-radius: 0px;
-moz-border-radius-bottomright: 0px;
border-bottom-right-radius: 0px;
-webkit-border-top-right-radius: 0px;
-moz-border-radius-topright: 0px;
border-top-right-radius: 0px;
}

#historieTable {
position: relative;
display: table;
width: 100%;
border-left: 4px solid #055fab;
margin-left: 5px;
}

#historieTable:after {
    display: block;
    content: "";
    width: 14px;
    height: 13px;
    background: transparent url('images/sipkaM.png') no-repeat;
    position: absolute;
    left: -7px;
    top: -5px;
}

@-moz-document url-prefix() { 
  #historieTable:after {
     left: -5px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
   #historieTable:after {
     left: -5px;
  }
}

#historieTable td {
vertical-align: middle;
text-align: left;
padding-bottom: 10px;  
padding-top: 10px;
/*border-top: 1px dotted #CFCFCF;   */
}

#historieTable td.rok {
width: 50px;
font-weight: bold;
cursor: pointer;
padding-left: 10px;
}

#historieTable td.obrazek {
width: 200px;
cursor: pointer;
}

#historieTable td.obrazek {
width: 200px;
cursor: pointer;
}

#koleckoM {
display: block;
position: absolute;
background: transparent url('images/koleckoM.png') no-repeat;
width: 14px;
height: 14px;
display: none;
}

/* otázky a odpovědi */

#faqs {
margin-left: 0;
}

#faqs .otazka {
padding: 10px;
width: 820px;
border: 1px solid #CFCFCF;
margin-bottom: 5px;
cursor: pointer;
transition: background-color 0.2s ease-in-out;
-moz-transition: background-color 0.2s ease-in-out;
-webkit-transition: background-color 0.2s ease-in-out;
-ms-transition: background-color 0.2s ease-in-out;
list-style-type: none;
-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#faqs .otazka:hover {
background-color: #3c99cf;
background: #3c99cf url('images/sipka_faq.png') no-repeat top right;
}

#faqs .otazka.open {
background-color: #3c99cf;
background-image: none;
}

#faqs .odpoved {
display: block;
margin: 0;
color: #fff;
font-style: italic;
}


.google-maps {
margin-top: 15px;
width: 800px;
height: 400px;
}

.skryty {
display: none;
}

.gmnoprint img { max-width: none !important; }

.konzultant p {
padding: 17px 5px 5px 5px;
}

.konzultant img {
padding: 5px;
}

.modrePrTl {
margin-top: 15px;
display: block;
height: 40px;
line-height: 40px;
text-align: center;
width: 178px;
border: 1px solid #CFCFCF;
background-color: #3c99cf;
color: #fff !important;
text-decoration: none;
transition: background-color 0.2s ease-in-out;
-moz-transition: background-color 0.2s ease-in-out;
-webkit-transition: background-color 0.2s ease-in-out;
-ms-transition: background-color 0.2s ease-in-out;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

.modrePrTl:hover {
color: #3c99cf;
background-color: #055fab;
}


.ts_beznoska_academy 
{
float:left;
height: auto;
margin-left: 200px;
}
.balogo {
 margin-bottom: -5px;
    margin-top: 7px;
}
.academy_main_logo {width: 732px; margin-top: -50px;}
.button_inpage_academy {float: left; width: 25%; height: 40px;
    line-height: 38px;
	font-size: 20px;
	text-align: center;
	margin-left: 15px;
	}
.basic {
background: rgb(122,188,255); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdhYmNmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iIzYwYWJmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MDk2ZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(122,188,255,1) 0%, rgba(96,171,248,1) 44%, rgba(64,150,238,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(122,188,255,1)), color-stop(44%,rgba(96,171,248,1)), color-stop(100%,rgba(64,150,238,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 ); /* IE6-8 */
color: #ffffff !important;
}

.basic:hover {
background: rgb(64,150,238); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQwOTZlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3YWJjZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(64,150,238,1) 0%, rgba(122,188,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(64,150,238,1)), color-stop(100%,rgba(122,188,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(64,150,238,1) 0%,rgba(122,188,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(64,150,238,1) 0%,rgba(122,188,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(64,150,238,1) 0%,rgba(122,188,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(64,150,238,1) 0%,rgba(122,188,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4096ee', endColorstr='#7abcff',GradientType=0 ); /* IE6-8 */
}

.basic a  { color: #ffffff !important; text-decoration: none;}

.advanced
{
background: rgb(53,154,255); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM1OWFmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMjVhZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(53,154,255,1) 0%, rgba(18,90,234,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(53,154,255,1)), color-stop(100%,rgba(18,90,234,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(53,154,255,1) 0%,rgba(18,90,234,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(53,154,255,1) 0%,rgba(18,90,234,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(53,154,255,1) 0%,rgba(18,90,234,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(53,154,255,1) 0%,rgba(18,90,234,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#359aff', endColorstr='#125aea',GradientType=0 ); /* IE6-8 */
color: #FFFFFF !important;
}
.advanced:hover
{
background: rgb(18,90,234); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzEyNWFlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNTlhZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(18,90,234,1) 1%, rgba(53,154,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(18,90,234,1)), color-stop(100%,rgba(53,154,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(18,90,234,1) 1%,rgba(53,154,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(18,90,234,1) 1%,rgba(53,154,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(18,90,234,1) 1%,rgba(53,154,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(18,90,234,1) 1%,rgba(53,154,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#125aea', endColorstr='#359aff',GradientType=0 ); /* IE6-8 */
}

.expert
{
background: #528ec0; /* Old browsers */
background: -moz-linear-gradient(top, #528ec0 0%, #005cad 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#528ec0), color-stop(100%,#005cad)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #528ec0 0%,#005cad 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #528ec0 0%,#005cad 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #528ec0 0%,#005cad 100%); /* IE10+ */
background: linear-gradient(to bottom, #528ec0 0%,#005cad 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#528ec0', endColorstr='#005cad',GradientType=0 ); /* IE6-9 */
color: #FFFFFF !important;
}

.expert:hover
{
background: #015cad; /* Old browsers */
background: -moz-linear-gradient(top, #015cad 0%, #518ec0 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#015cad), color-stop(100%,#518ec0)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #015cad 0%,#518ec0 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #015cad 0%,#518ec0 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #015cad 0%,#518ec0 100%); /* IE10+ */
background: linear-gradient(to bottom, #015cad 0%,#518ec0 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#015cad', endColorstr='#518ec0',GradientType=0 ); /* IE6-9 */
}
.kurzy_tlacitka_s_nadpisem {width: 100%; overflow: hidden; margin-bottom: 20px; margin-top: 20px;}
.nadpis_za_tlacitkem {float: left; font-size: 20px; color: #3F4044;}
.kurzy_but {margin-left: 0px !important; margin-right: 20px;}
.nadpis_za_tlacitkem {margin-top: 5px;}


.beznoskafooterlogo
{
float:left;
background: url('./images/logofooter.png'); 
height: 68px;
width: 68px;
 left: 335px;
    position: relative;
	top: -13px;
}
.right, .flex_50
{
top: -19px;
}
.entry
{
padding-right: 20px;
}