@import url('style-plugins.css');
@import url('style-templates.css');
@import url('http://fonts.googleapis.com/css?family=Open+Sans:400,700&amp;subset=latin-ext,latin');
@import url('http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700&amp;subset=latin,latin-ext');

/* 1. Layout -----------------------------------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
	border: none;
}
:focus {
	outline: none;
}
body {
	font-size: 100%;
	background: white url('../images/body.gif') left top repeat-x;
	color: #3f3f3f;
	font-family: sans-serif;
	text-align: center;
}

#bg1 {
	position: relative;
  height: auto;
	width: 100%;
  padding: 185px 0px 0px 0px;
}

#layout {
	position: relative;
	width: 1100px;
	margin: auto;
	text-align: left;
}

/* 2. Header -----------------------------------------------------------------*/
#header {
	position: absolute;
	top: 0px;
  left: 0px;
	width: 100%;
	height: 170px;
	z-index: 3;
  background: white;
  border-top: 15px solid #007ed6;
	-moz-box-shadow: 0px 4px 5px 1px #ccc;
  -webkit-box-shadow: 0px 4px 5px 1px #ccc;
  box-shadow: 0px 0px 20px #ccc;
}
#home #header {
	-moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#headerIn {
	position: relative;
	width: 1100px;
	height: 170px;
	margin: auto;
	text-align: left;
}


#logo a {
	position: absolute;
	display: block;
	float: left;
	left: 0px;
	top: 17px;
	padding: 10px 15px 0px 95px;
  text-decoration: none;
	height: 71px;
	text-align: left;
	color: black;
  font-size: 120%;
  white-space: nowrap;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	z-index: 2;
  background: url('../images/logo.gif') no-repeat;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
#logo a span {
	color: #007ed6;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
#logo a:hover {
	color: #007ed6;
  background: url('../images/logo.gif') left bottom no-repeat;
}
#logo a:hover span {
	color: #007ed6;
}

#menu {
	position: absolute;
	left: 0px;
	bottom: 10px;
}
#menu ul li {
	display: block;
	float: left;
}
#menu ul li a {
	display: block;
	float: left;
	color: #007ed6;
	text-decoration: none;
  font-weight: bold;
	font-family: 'Open Sans Condensed', sans-serif;
  margin: 0px 0px 0px 6px;
  width: 152px;
  padding: 16px 0px 16px 0px;
  letter-spacing: 1px;
  text-align: center;
  font-size: 80%;
  line-height: 0.8;
  background: #e4e4e4;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	border-radius: 60px;
}
#menu ul li a.active, #menu ul li a:hover {
	color: white;
  background: #007ed6;
}
#menu ul li.first a {
	margin: 0px;
}

#banner {
	position: relative;
	width: 100%;
  height: 450px;
  background: url('../userfiles/banner.jpg') center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


/* 3. Content -----------------------------------------------------------------*/
#content {
	position: relative;
	width: 850px;
	padding: 35px 0px 35px 0px;
	font-size: 95%;
	line-height: 1.8;
  text-align: left;
  float: right;
}

#content h1 {
	margin: 0px 0px 20px 0px;
	color: #007ed6;
	font-size: 280%;
	font-weight: bold;
	line-height: 1.3;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
}

#content h2 {
	margin: 40px 0px 20px 0px;
	color: #007ed6;
	font-size: 160%;
	font-weight: bold;
	line-height: 1.3;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
}
#content h2 em {
	color: black;
}
#content h3 {
	margin: 25px 0px 8px 0px;
	color: #007ed6;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.3;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
}

#content ul, #content ol {
	margin: 8px 0px 16px 35px;
}
#content p {
	margin: 8px 0px 16px 0px;
	text-align: justify;
}

#content img {
}

#content a:hover img, #footer a:hover img, #yellowBoxIn a:hover img, #headerIn a.facebook:hover img, #searchButton:hover, #srchsubm:hover {
  opacity: 0.8;
  filter:alpha(opacity=80, style=0);
}

#content a {
	color: #007ed6;
	text-decoration: underline;
}
#content a:hover {
	color: #007ed6;
	text-decoration: none;
}
#content table {
	font-size: 80%;
	width: 100%;
	margin: 10px 0px 10px 0px;
}
#content table td, #content table th {
	padding: 4px 0px 2px 0px;
	text-align: center !important;
	border: 0px;
	vertical-align: center;
	border: 0px;
}
#content table th, #content table thead td {
	font-size: 120%;
	padding: 4px 2px 3px 2px;
	font-weight: bold;
	color: white;
  background: #007ed6;
}

#content table tr:nth-child(even) td {
  background: #e4e4e4;
}

#content table th:first-child, #content table thead td:first-child {
	-moz-border-top-left-radius: 30px;
	-webkit-border-top-left-radius: 30px;
	border-top-left-radius: 30px;
	-moz-border-bottom-left-radius: 0px !important;
	-webkit-border-bottom-left-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
}
#content table th:last-child, #content table thead td:last-child {
	-moz-border-top-right-radius: 30px;
	-webkit-border-top-right-radius: 30px;
	border-top-right-radius: 30px;
	-moz-border-bottom-right-radius: 0px !important;
	-webkit-border-bottom-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}

#content table tr:last-child td:first-child {
	-moz-border-bottom-left-radius: 30px;
	-webkit-border-bottom-left-radius: 30px;
	border-bottom-left-radius: 30px;
}
#content table tr:last-child td:last-child {
	-moz-border-bottom-right-radius: 30px;
	-webkit-border-bottom-right-radius: 30px;
	border-bottom-right-radius: 30px;
}


#content .input, #content .shortInput, #content .textarea, #content select {
	border: 0px;
	color: black;
	margin: 0px 0px 3px 0px;
	font-size: 95%;
	font-family: sans-serif;
	background: #dddddd;
	border: 1px solid #cbcbcb;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
#content .input:focus, #content .shortInput:focus, #content .textarea:focus {
	background: white;
}
#content .input {
	padding: 3px 8px 3px 8px;
	width: 220px;
	height: 24px;
	line-height: 24px;
}
#content .shortInput {
	padding: 2px 8px 2px 8px;
	width: 50px;
	height: 24px;
	line-height: 24px;
}
#content .textarea {
	padding: 6px 8px 6px 8px;
	width: 365px;
	height: 110px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

#content button {
	display: inline-block;
  height: 60px;
  line-height: 60px;
  background: #ffe058 url('../images/arrow2.png') right center no-repeat;
  color: black;
  font-family: 'Open Sans Condensed', sans-serif;
  text-decoration: none;
  font-size: 140%;
  margin: auto;
  padding: 0px 83px 0px 45px;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	border-radius: 60px;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  cursor: pointer;
}
#content button:hover {
  background-color: #ffeb92;
}


#content form.contactForm {
	position: relative;
	border-top: 2px solid #f3f3f3;
	border-bottom: 2px solid #f3f3f3;
	margin: 30px 0px 10px 0px;
	padding: 35px 0px 20px 0px;
}
#content form.contactForm div {
	margin: 0px 0px 10px 0px;
	position: relative;
}
#content form.contactForm .captcha {
	position: absolute;
	top: 2px;
	left: 175px;
	border: 0px;
}
#content form.contactForm .captcha2 {
	position: absolute;
	top: -1px;
	left: 181px;
	border: 0px;
}
#content span.formLine {
	float: left;
	display: block;
	width: 95px;
	line-height: 30px;
	font-weight: bold;
	color: black;
}
#content form.contactForm .buttonLine {
  padding: 0px 0px 0px 95px;
}
#content span.formLine2 {
	float: left;
	display: block;
	width: 120px;
	line-height: 21px;
	font-weight: bold;
	color: white;
}

#content .greyLine span.formLine {
	color: #a8a8a8;
}
#content .greyLine .input {
	color: #a8a8a8;
	border-color: #a8a8a8;
}

#content span.required {
	background: url('../images/required.png') right 8px no-repeat;
	color: #4688a6;
}
#content input.sleep {
	display: none;
}
#content p.stav {
	border: 1px solid #f9bc2d;
	color: black;
	background: #ffe058;
	text-align: center;
	padding: 5px 10px 5px 10px;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	-moz-border-radius: 37px;
	-webkit-border-radius: 37px;
	border-radius: 37px;
}

#content .menu {
  font-size: 120%;
}
#content a[href$=".pdf"] {
  color: #ba0000;
  padding: 2px 0px 1px 24px;
  background: url('../images/pdf.gif') no-repeat;
}
#content a[href$=".doc"], #content a[href$=".docx"], #content a[href$=".rtf"], #content a[href$=".dot"], #content a[href$=".dotx"] {
  color: #0b2c7a;
  padding: 2px 0px 1px 24px;
  background: url('../images/doc.gif') no-repeat;
}
#content a[href$=".xls"], #content a[href$=".xlsx"] {
  color: #355823;
  padding: 2px 0px 1px 24px;
  background: url('../images/xls.gif') no-repeat;
}
#content a[href$=".zip"], #content a[href$=".rar"] {
  color: #a8750d;
  padding: 2px 0px 1px 24px;
  background: url('../images/zip.gif') no-repeat;
}

#content .margin1 {
  margin-top: 8px !important;
}
#content .margin2 {
  margin-top: 49px !important;
}

#content p.textBox {
	background: #f3f3f3;
	margin: 30px 0px 30px 0px;
	padding: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
#content div.textBox {
	background: #f3f3f3;
	margin: 0px;
	padding: 12px 20px 4px 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
  font-style: italic;
}
#content div.textBox p {
  text-align: center;
}
#content .urlButton {
  border: 1px solid #f9bc2d;
	color: black;
	background: #f9bc2d url('../images/button.gif') repeat-x;
	font-weight: bold;
	margin: 0px 5px 0px 5px;
	padding: 5px 20px 5px 20px;
	cursor: pointer;
	font-size: 100%;
  font-family: 'Open Sans', sans-serif;
	text-transform: lowercase;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
  text-decoration: none;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
#content .urlButton:hover {
	background: #007ed6;
  color: black;
}

#content a.bigButton {
	display: inline-block;
  height: 40px;
  line-height: 40px;
  color: white;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 120%;
  margin: auto;
  padding: 0px 35px 0px 35px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  background: #838383;
}
#content a.bigButton:hover {
  background-color: #007ed6;
}


#leftBar {
	position: relative;
  margin: 35px 0px 35px 0px;
	width: 190px;
	padding: 15px;
	font-size: 95%;
	line-height: 1.8;
  text-align: left;
  float: left;
  background: #e4e4e4;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
#leftBar h2 {
	color: #007ed6;
  text-align: center;
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
  font-size: 160%;
}
#leftBar a {
	color: #007ed6;
  text-decoration: underline;
}
#leftBar a:hover {
	color: #007ed6;
  text-decoration: none;
}
#leftBar ul {
	list-style-type: none;
  margin: 0px 0px 30px 0px;
}
#leftBar ul li a {
	display: block;
	color: white;
  text-transform: uppercase;
	text-decoration: none;
  font-weight: bold;
	font-family: 'Open Sans Condensed', sans-serif;
  margin: 0px 0px 6px 0px;
  width: 100%;
  padding: 13px 0px 13px 0px;
  letter-spacing: 1px;
  text-align: center;
  font-size: 75%;
  line-height: 0.8;
  background: #444444;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	border-radius: 60px;
}
#leftBar ul li a.active, #leftBar ul li a:hover {
	color: white;
  background: #007ed6;
}
#leftBar .heading {
	color: #007ed6;
  text-align: center;
  font-weight: bold;
  font-size: 120%;
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
}
#leftBar .box {
	font-size: 85%;
  margin: 0px 0px 20px 0px;
}
#leftBar .box p {
	text-align: justify;
  margin: 8px 0px 8px 0px;
}
#leftBar .box p em {
	font-size: 90%;
}
#leftBar .box p strong {
	font-size: 120%;
  color: #007ed6;
}

/* 6. Footer -----------------------------------------------------------------*/

#footer {
	position: relative;
  width: 100%;
	background: #e4e4e4;
	color: #0a0a0a;
	font-size: 85%;
}
#footerIn {
	position: relative;
	margin: auto;
	text-align: left;
  width: 1100px;
	padding: 50px 0px 40px 0px;
}
#footer strong {
	color: #007ed6;
}
#footer a {
	color: #007ed6;
	text-decoration: underline;
}
#footer a:hover {
	color: #007ed6;
	text-decoration: none;
}
#footer p {
	margin: 0px 0px 10px 0px;
}
#footer .anosefe {
	position: absolute;
  top: 31px;
  left: 0px;
}
#footer div.menu {
	margin: 20px 0px 0px 0px;
  font-size: 95%;
}
#footer div.menu a {
	background: url('../images/menu.gif') left center no-repeat;
  padding: 0px 8px 0px 10px;
}
#footer div.menu li.first a {
	background: transparent;
  padding: 0px 8px 0px 0px;
}
#footer div.menu ul, #footer div.menu ul li {
	margin: 0px;
	padding: 0px;
  display: inline;
}

#footer div.right {
	position: relative;
  top: 5px;
	float: right;
}
#footer div.right img {
	position: relative;
  top: 2px;
}

#footer .nejremeslnici {
	position: absolute;
  top: 39px;
  left: 0px;
}

#footerMapCanvas {
	position: relative;
  top: 4px;
  border: 0px;
  width: 100%;
  height: 300px;
}


/* 8. Other -----------------------------------------------------------------*/
div.clear {
	position: relative;
	clear: both;
	height: 1px;
	font-size: 1px;
	margin: -1px 0px 0px 0px;
}
div.clear2 {
	clear: both;
}
#content div.emptyBox {
	font-size: 1%;
	height: 15px;
}
#leftBar div.emptyBox {
	font-size: 1%;
	height: 5px;
}
#content .center {
	text-align: center;
}
#content .right {
	text-align: right;
}
#content .left {
	text-align: left;
}
#content .justify {
	text-align: justify;
}
#content .red {
	color: red;
}
#content .nomargin {
	margin: 0px !important;
}
#content .hide {
	display: none;
}
span.separator {
	padding: 0px 6px 0px 6px;
}
#content .small {
	font-size: 85%;
  text-align: center;
}
#content .highlight {
	background: #1575a3;
	color: white;
	padding: 2px;
}
#content a .highlight {
	text-decoration: underline;
}
#content a:hover .highlight {
	text-decoration: none;
}
#content .search-result-box {
	margin: 0px 0px 15px 0px;
}
#content .search-result-box p {
	margin: 0px 0px 4px 0px;
}

#content #searchEngine, #content .search-result {
	text-align: center;
}

#footerMap .scrolloff {
  pointer-events: none;
}

#content .map { width: 500px; height: 293px; background: url(../images/czech-map.png) no-repeat top center; margin: 0 300px; }
#content .overlap { width: 500px; height: 293px; }

#content .branchs > div > div:first-of-type { border-top: 1px solid #ccc; }
#content .branchs > div > div:nth-of-type(2n+1), #content .pricelist table tr:nth-of-type(even), #content .add table tr:nth-of-type(even), #content .pricelist table th , #content .add table th { background: #E6E6E6; }
#content .branchs > div > div { border-bottom: 1px solid #ccc; float: left; width: 1080px; padding: 10px; position: relative; }
#content .branchs > div > div p { float: left; clear: both; margin: 0; padding: 0; }
#content .branchs > div { float: left; width: 1100px; clear: both; }
#content .branchs ul { list-style-type: none; margin: 0; float: right; margin-top: -17px; width: 630px; }
#content .branchs li { float: left; width: 90px; clear: none; }
#content .branchs ul span { font-size: 12px; font-style: italic; width: 90px; float: left; clear: both; }
#content .branchs ul div { float: left; width: 47px; font-weight: 600; clear: both; }
#content .branchs ul .open { background: url(../images/open.png) no-repeat; color: #2d8c07; height: 17px; line-height: 17px; padding-left: 23px; }
#content .branchs ul .close { background: url(../images/close.png) no-repeat; color: #bf0101; height: 17px; line-height: 17px; padding-left: 23px; }