@import url(http://fonts.googleapis.com/css?family=Lato:400,900);  /* <-- Just for the demo, Yes I like pretty fonts... */



*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 100%; padding: 0; margin: 0;}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

body {
    font-family: 'Roboto Condensed', Calibri, Arial, sans-serif;
    color: #C0392B;
	font-weight: 300;
	background:#f9f9f9;
}

a {
	color: #C0392B;
	text-decoration: underline;
	outline: none;
}

a:hover {
	color: #000;
}

.container > header {
	width: 100%;
	margin: 0 auto;
	padding: 1em 1.5em;
	background: #fff;
	border-bottom: 1px solid #ccc;
}

.container > header h1 {
	font-size: 2.125em;
	line-height: 1.3;
	margin: 0 0 0.6em 0;
	float: left;
	font-weight: 400;
}

.container > header > span {
	display: block;
	position: relative;
	z-index: 9999;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	padding: 0 0 0.6em 0.1em;
}

.container > header > span span:after {
	width: 30px;
	height: 30px;
	left: -12px;
	font-size: 50%;
	top: -8px;
	font-size: 75%;
	position: relative;
}

.container > header > span span:hover:before {
	content: attr(data-content);
	text-transform: none;
	text-indent: 0;
	letter-spacing: 0;
	font-size: 110%;
	padding: 0.8em 1em;
	line-height: 1.2;
	text-align: left;
	left: auto;
	margin-left: 4px;
	position: absolute;
	color: #fff;
	background: #C0392B;
}

.container > header nav {
	float: right;
	text-align: center;
}

.container > header nav a {
	display: inline-block;
	position: relative;
	text-align: left;
	width: 2.5em;
	height: 2.5em;
	background: #fff;
	border-radius: 50%;
	margin: 0 0.1em;
	border: 4px solid #C0392B;
}

.container > header nav a > span {
	display: none;
}

.container > header nav a:hover:before {
	content: attr(data-info);
	color: #C0392B;
	position: absolute;
	width: 600%;
	top: 120%;
	text-align: right;
	right: 0;
	pointer-events: none;
}

.container > header nav a:hover {
	background: #C0392B;
}
.content section {
	font-size: 1.25em;
	max-width: 1230px;
	margin: 0 auto;
}

.content section:before,
.content section:after {
	content: '';
	display: table;
}

.content section:after {
	clear: both;
}

.no-js .content section {
	display: block;
	padding-bottom: 1em;
	border-bottom: 1px solid #C0392B;
}

.content section.content-current {
	display: block;
}
.bp-icon:after {
	font-family: 'bpicons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: center;
	color: #C0392B;
	-webkit-font-smoothing: antialiased;
}

.container > header nav .bp-icon:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 2;
	text-indent: 0;
}

.container > header nav a:hover:after {
	color: #fff;
}

.bp-icon-next:after {
	content: "\e000";
}
.bp-icon-drop:after {
	content: "\e001";
}
.bp-icon-archive:after {
	content: "\e002";
}
.bp-icon-about:after {
	content: "\e003";
}
.bp-icon-prev:after {
	content: "\e004";
}

p.info {
	text-align: center;
	padding: 20px;
}
@media screen and (max-width: 1010px) {
	img#responsive{width:100%;}
}
@media screen and (max-width: 55em) {

	.container > header h1,
	.container > header nav {
		float: none;
	}

	.container > header > span,
	.container > header h1 {
		text-align: center;
	}

	.container > header nav {
		margin: 0 auto;
	}

	.container > header > span {
		text-indent: 30px;
	}
}
.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    max-width: 80%;
    font-size: 1.25rem;
    /* 20px */
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}

.inputfile-6 + label {
    color: #C0392B;
}

.inputfile-6 + label {
    border: 1px solid #d3394c;
    background-color: #fff;
    padding: 0;
}

.inputfile-6:focus + label,
.inputfile-6.has-focus + label,
.inputfile-6 + label:hover {
    border-color: #722040;
}

.inputfile-6 + label span,
.inputfile-6 + label strong {
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}

.inputfile-6 + label span {
    width: 200px;
    min-height: 2em;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
}

.inputfile-6 + label strong {
    height: 100%;
    color: #f1e5e6;
    background-color: #C0392B;
    display: inline-block;
}

.inputfile-6:focus + label strong,
.inputfile-6.has-focus + label strong,
.inputfile-6 + label:hover strong {
    background-color: #990000;
}
.btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center!important;
    font-size: 20px;
    line-height: 45px;
}
.btn-social:hover{color:#fff;}
.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
table.tabelka  {background:url(../img/tabela.png);width:170px;height:170px;margin:0 auto;}
.tabelka input[type=checkbox],.tabelka input[type=radio] {
	display: inline!important; 
}
.content input[type=checkbox],.content input[type=radio] {
	display: none; 
}

.contentinput[type=checkbox] + label, input[type=radio] + label {
	position: relative;
	padding-left: 23px; 
}

.content input[type=checkbox] + label:before, input[type=radio] + label:before {
	position: absolute;
	content: "";
	display: block; 
	width: 20px;
	height: 20px;
	top: 0; 
	left: 0;
	cursor: pointer; 
	transition: all .4s ease;
    -webkit-transition: all .4s ease;
    background-color: #cccccc;
	border: 3px solid #cccccc;
}

.content input[type=checkbox] + label:before {
	border-radius: 2px;
}

.content input[type=radio] + label:before {
	border-radius: 50%; 
}

.content input[type=checkbox]:checked + label:before, input[type=radio]:checked + label:before {
	background-color: #ffffff;
}

.content input[type=checkbox]:disabled + label:before, input[type=radio]:disabled + label:before {
	background-color: #b6b6b6;
	border-color: #b6b6b6;
}

.content input[type=checkbox]:checked:disabled + label:before, input[type=radio]:checked:disabled + label:before {
	background-color: #cccccc;
	border-color: #b6b6b6;
}
#upload-form {
	padding: 10px;
	margin-left: auto;
	margin-right: auto;}
#upload-form input[type=file] {padding: 14px;}
#upload-form input[type=submit]  {
  position: relative;
  vertical-align: top;
  width: 50%;
  height: 60px;
  padding: 0;
  font-size: 22px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  background: #c0392b;
  border: 0;
  border-bottom: 2px solid #b53224;
  cursor: pointer;
  -webkit-box-shadow: inset 0 -2px #b53224;
  box-shadow: inset 0 -2px #b53224;
}
#submit-btn:hover{
  top: 2px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.image {max-width: 90%; background:#f1f1f1;border:1px solid #ccc;box-shadow:0 0 3px rgba(0,0,0,.1);-webkit-box-shadow:0 0 3px rgba(0,0,0,.1);-moz-box-shadow:0 0 3px rgba(0,0,0,.1);padding:8px 10px;font-size:1pc;line-height:1pc;color:#8c7e7e}

.icon-eyedropper:before {
    content: "\e900";
}
.icon-droplet:before {
    content: "\e901";
}
.icon-enlarge:before {
	content: "\e902";
}
.icon-radio-checked:before {
	content: "\e903";
}


.mediabox {
	float: left;
	width: 24%;
	padding: 0 10px;
	height:400px;
}

.mediabox img {
	width: 100%;
	display: block;
	margin: 0 auto;
}

.mediabox h3 {
	margin: 0.75em 0 0.5em;
}

.mediabox p {
	padding: 0 0 1em 0;
	margin: 0;
	line-height: 1.3;
}
.feedback-input {
	color:#cdcdcd;
	font-family: Helvetica, Arial, sans-serif;
	font-weight:500;
	font-size: 18px;
	border-radius: 0;
	line-height: 22px;
	background-color: #fbfbfb;
	padding: 13px 13px 13px 54px;
	margin-bottom: 10px;
	width:100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
  border: 3px solid #C0392B;
}

.feedback-input:focus{
	background: #fff;
	box-shadow: 0;
	border: 3px solid #C0392B;
	color: #C0392B;
	outline: none;
  padding: 13px 13px 13px 54px;
}

.focused{
	color:#30aed6;
	border:#30aed6 solid 3px;
}

/* Example media queries */

@media screen and (max-width: 52.375em) {

	.mediabox {
		float: left;
		width: 33%;
		padding: 0 0 5px 0;
		font-size: 80%;
		height: 350px;
	}

	.mediabox img {
		float: left;
		margin: 0 25px 10px 0;
	}
	.mediabox h3 {
		float:none;
		margin: 1.25em 0 1em;
		
	}

	.mediabox p {
		margin: 0;
	}
	.mediabox:before,
	.mediabox:after {
		content: '';
		display: table;
	}

	.mediabox:after {
		clear: both;
	}
}
@media screen and (max-width: 35em) {
	.tabs nav a:before {
	margin: -0.25em 0.5em 0 0;
	}

	.tabs nav ul,
	.tabs nav ul li a {
		width: 100%;
		padding: 0;
	}

	.tabs nav ul li {
		width: 24%;
		width: calc(24% + 1px);
		margin: 0 0 0 -1px;
	}


	.mediabox {
		float: left;
		width: 49%;
		padding: 0 0 5px 0;
		font-size: 80%;
		height: 300px;
	}

	.mediabox img {
		float: none;
		margin: 0 auto;
		max-width: 100%;
	}

	.mediabox h3 {
		margin: 1.25em 0 1em;
	}

	.mediabox p {
		margin: 0;
	}

}
@media screen and (max-width: 20em) {
	.tabs nav a:before {
	margin: -0.25em 0.5em 0 0;
	}

	.tabs nav ul,
	.tabs nav ul li a {
		width: 100%;
		padding: 0;
	}

	.tabs nav ul li {
		width: 24%;
		width: calc(24% + 1px);
		margin: 0 0 0 -1px;
	}


	.mediabox {
		text-align: center;
		width: 100%;
		height: 400px;
	}

	.mediabox img {
		float: none;
		margin: 0 auto;
		max-width: 100%;
	}

	.mediabox h3 {
		margin: 1.25em 0 1em;
	}

	.mediabox p {
		margin: 0;
	}
	div#tabs.tabs span{display:none;}

}


nav#menu{display:block;
background:#C0392B;
}

.menu{display:block;}

.menu li{display: inline-block;
position: relative;
z-index:100;}

.menu li:first-child{margin-left:0;}

.menu li a {font-weight:600;
text-decoration:none;
padding:11px;
display:block;
color:#ffffff;

-webkit-transition: all 0.2s ease-in-out 0s;
   -moz-transition: all 0.2s ease-in-out 0s;
   -o-transition: all 0.2s ease-in-out 0s;
   -ms-transition: all 0.2s ease-in-out 0s;
   transition: all 0.2s ease-in-out 0s;
}

.menu li a:hover, .menu li:hover > a{color:#ffffff;
background:#990000;}

.menu ul {display: none;
margin: 0;
padding: 0;
width: 150px;
position: absolute;
top: 43px;
left: 0px;
background: #ffffff;
}

.menu ul li {display:block;
float: none;
background:none;
margin:0;
padding:0;
}
.menu ul li a {font-size:12px;
font-weight:normal;
display:block;
color:#797979;
border-left:3px solid #ffffff;
background:#ffffff;}

.menu ul li a:hover, .menu ul li:hover > a{
background:#f0f0f0;
border-left:3px solid #9CA3DA;
color:#797979;
}

.menu li:hover > ul{ display: block;}
.menu ul ul {left: 149px;
	top: 0px;
}

.mobile-menu{display:none;
width:100%;
padding:11px;
background:#C0392B;
color:#ffffff;
text-transform:uppercase;
font-weight:600;
}
.mobile-menu:hover{background:#990000;
color:#ffffff;
text-decoration:none;
}


@media (min-width: 480px) and (max-width: 979px) {
.menu ul {top:37px;}
.menu li a{font-size:12px;
padding:8px;}
}

@media (max-width: 767px) {
.menu{display:none;}

.mobile-menu{display:block;
margin-top:50px;}

nav{margin:0;
background:none;}

.menu li{display:block;
margin:0;}

.menu li a {background:#ffffff;
color:#797979;
border-top:1px solid #e0e0e0;
border-left:3px solid #ffffff;}

.menu li a:hover, .menu li:hover > a{
background:#f0f0f0;
color:#797979;
border-left:3px solid #9CA3DA;}

.menu ul {display:block;
position:relative;
top:0;
left:0;
width:100%;}

.menu ul ul {left:0;}

}
@media screen and (max-width: 1000px) {
	img#responsive2{width:100%;}
}	
@media screen and (max-width: 400px) {
	img#responsive3{width:100%;}
}	
.image {max-width: 90%; background:#f1f1f1;border:1px solid #ccc;box-shadow:0 0 3px rgba(0,0,0,.1);-webkit-box-shadow:0 0 3px rgba(0,0,0,.1);-moz-box-shadow:0 0 3px rgba(0,0,0,.1);padding:8px 10px;font-size:1pc;line-height:1pc;color:#8c7e7e}
.stopka {text-align:center;margin-top: 50px;width:100%;padding-top:20px;border-top:1px solid #ccc; background: #fff;}