@charset "UTF-8";
/* ---------------------------------------------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,700&subset=latin,latin-ext");
/*******************************************************************************************************************
*  Author: Tomas Lach (http://www.tomaslach.cz);
*  Date: 5.3.2012
*******************************************************************************************************************/
* {
  margin: 0;
  padding: 0;
  border: 0;
}
img {
  vertical-align: bottom;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  background-color: #ede5d1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: none;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*******************************************************************************************************************
*  VARIABLES
*******************************************************************************************************************/
/*******************************************************************************************************************
*  BASE
*******************************************************************************************************************/
html {
  background-image: url('../img/background-html.png');
  background-repeat: repeat;
  background-position: 0 0;
  min-height: 100%;
  height: 100%;
}
body {
  font-size: 14px;
  color: #6b4b2e;
  font-family: Arial, sans-serif;
  background-image: url('../img/background-body.png');
  background-repeat: repeat-x;
  background-position: 0 0;
  min-height: 100%;
  height: 100%;
}
#page {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  *zoom: 1;
}
#page:before,
#page:after {
  content: "";
  display: table;
  clear: both;
}
p,
address {
  margin: 0 0 20px;
  line-height: 1.3em;
}
address {
  font-style: normal;
}
/*******************************************************************************************************************
*  LINKS
*******************************************************************************************************************/
a,
a:link {
  color: #15535b;
  outline: 0;
  text-decoration: none;
}
a:focus {
  color: #15535b;
}
a:hover {
  color: #6b4b2e;
  text-decoration: underline;
}
/*******************************************************************************************************************
*  HEADINGS
*******************************************************************************************************************/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #47290c;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
  text-rendering: optimizelegibility;
  text-align:left;
}
h1 {
  margin-bottom: 15px;
  line-height: 1.4em;
}
h2 {
  font-weight: 300;
  font-size: 1.8em;
  margin-top: 20px;
}

h3 {
  font-weight: normal;
  margin-top: 40px;
  line-height: 1.3em;

}

h5 {
  font-weight: normal;
  font-size: 1.2em;
}
/*******************************************************************************************************************
*  HEADER
*******************************************************************************************************************/
#header {
  background-image: url('../img/pilot-staremapy-header.png');
  background-repeat: repeat-x;
  background-position: 0 0;
  height: 62px;
  padding: 0 30px;
  position: relative;
  margin-bottom: 60px;
  *zoom: 1;
  text-shadow: 0px -1px 0px #000;

}
#header:before,
#header:after {
  content: "";
  display: table;
  clear: both;
}
#header:before,
#header:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  z-index: 100;
  width: 36px;
  height: 62px;
}
#header:before {
  left: -12px;
  background-image: url('../img/pilot-staremapy-header-left.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}
#header:after {
  right: -12px;
  background-image: url('../img/pilot-staremapy-header-right.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}
#header #logo {
  float: left;
  display: block;
  margin-right: 0px;
  width: 200px;
  height: 61px;
  text-indent: -9999px;
  position: relative;
  z-index: 110;
  background-image: url('../img/logo.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}
#header #navigation {
  float: left;
  height: 62px;
}
#header #navigation > strong {
  display: none;
}
#header #navigation #main-menu li {
  float: left;
}
#header #navigation #main-menu li > a {
  display: block;
  float: left;
  line-height: 55px;
  text-decoration: none;
  color: #a28f83;
  padding: 3px 16px;
}
#header #navigation #main-menu li > a:hover {
  color: #fff;
}
/*******************************************************************************************************************
*  CONTENT
*******************************************************************************************************************/
#content.subpage {
  background-color: #f0ece1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 50px 40px;
  *zoom: 1;
  margin-bottom: 30px;
  background-image: url('../img/background-content.png');
  background-repeat: no-repeat;
  background-position: top right;
  font-size: 13px;
  text-align:justify;
}
#content.subpage:before,
#content.subpage:after {
  content: "";
  display: table;
  clear: both;
}
#content.subpage h1 {
  font-weight: 300;
}
#content.subpage.nonprocessed a {
  color: #b78308;
}
#content.subpage.nonprocessed ul {
  color: #545454;
  font-size: 0.9em;
  line-height: 1.6em;
  margin: 10px;
  list-style: none;
}
#content.subpage #main {
  float: left;
  width: 610px;
  border-right: 1px solid #e4dbc8;
  padding-right:30px;
 }
#content.subpage #main h2 {
  font-size: 1.3em;
  font-weight: 300;
  color: #545454;
}
#content.subpage #main p {
  color: #545454;
  font-size: 0.9em;
  line-height: 1.6em;
}
#content.subpage #main ul {
  color: #545454;
  font-size: 0.9em;
  line-height: 1.6em;
  margin: 10px;
  list-style: none;
}
#content.subpage #main a {
  color: #b78308;
}
#content.subpage #aside-right {
  float: right;
  width: 207px;
  text-align:left;
  font-size: 12px;
}
#content.subpage #aside-right #side-menu li a {
  color: #545454;
  font-size: 12px;
  display: block;
  padding: 15px;
  border-bottom: 1px solid #d8cdb6;
  background-color:#FFF;
  opacity: 0.5;
}
#content.subpage #aside-right #side-menu li a:hover {
  color: #b78308;
  opacity: 1;
}


#content.subpage #aside-right .right-links ul {
  color: #545454;
  font-size: 0.9em;
  line-height: 1.4em;
  margin-top: 10px;
  list-style: disc;
}

#content.subpage #aside-right .right-links li {
	margin-bottom:0px;
	list-style:none;
}

#content.subpage #aside-right .right-links li a {
  color: #b78308;
}
#content.subpage #aside-right .right-links li a:hover {
  color: #b78308;
  text-decoration:underline;
}

#content.subpage #aside-right a {
  color: #b78308;
}
#content.subpage #aside-right a:hover {
  color: #b78308;
  text-decoration:underline;
}

#content.subpage #aside-right p {
  padding-left:10px;
  padding-right:10px;
}


#content #intro {
  margin-bottom: 30px;
  *zoom: 1;
}
#content #intro:before,
#content #intro:after {
  content: "";
  display: table;
  clear: both;
}
#content #intro img {
  float: left;
}
#content #intro .content {
  float: right;
  padding-top: 15px;
  width: 600px;
}
#content #intro .content h1 {
  font-weight: 300;
  color: #6b4b2e;
  font-size: 1.8em;
}
#content #intro .content h2 {
  text-transform: uppercase;
  font-size: 2.3em;
  line-height: 1.2em;
  font-weight: 700;
}
#content #intro .content p {
  font-size: 1.3em;
}
#content .cols {
  margin-bottom: 20px;
  *zoom: 1;
}
#content .cols:before,
#content .cols:after {
  content: "";
  display: table;
  clear: both;
}
#content .cols li {
  width: 32%;
  float: left;
  text-align: center;
}
#content .cols li p {
  margin: 0;
  padding: 15px 20px 0;
  font-family: "Times New Roman", Arial, sans-serif;
  font-style: italic;
  font-size: 1.2em;
}
#content .cols li h3 {
  padding-top: 15px;
  font-size: 1.4em;
  line-height: 1.2em;
}
#content .article {
  margin-top: 25px;
  margin-bottom:50px;
  *zoom: 1;
}
#content .article:before,
#content .article:after {
  content: "";
  display: table;
  clear: both;
}
#content .article .thumb {
  float: left;
}
#content .article .content {
  float: right;
  padding-top: 0px;
  width: 260px;
}
#content .article .content h3 {
  font-size: 1.1em;
  margin-top: 0px;
}

#content .article .content p {
  font-size: 0.8em;
  font-weight: bold;
  margin-bottom:5px;
}
#content .article .content a {
  font-size: 0.8em;
  font-weight: bold;
}
#content .banner {
  text-align: center;
  padding-left: 120px;
  padding-right: 60px;
  padding-top: 60px;
  width: 265px;
  height: 91px;
  background-image: url('../img/banner.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  margin-bottom: 50px;
}
#content .banner h4 {
  font-family: "Times New Roman", Arial, sans-serif;
  font-size: 1.7em;
  font-weight: normal;
  margin-bottom: 10px;
}
#content .banner p {
  font-size: 0.8em;
  color: #373737;
}
/*******************************************************************************************************************
*  FOOTER
*******************************************************************************************************************/
#footer .companies {
  text-align: center;
  margin: 0 -20px 50px;
}
#footer .companies a {
  display: inline-block;
  margin: 0 8px;
  opacity: 0.5;
  vertical-align: middle;
}
#footer .companies a:hover {
	opacity: 1;
}
#footer .companies table {
  display: inline-block;
  vertical-align: middle;
}
#footer .companies .first-pilot {
  margin-bottom: 15px;
}
.facebook {
    margin-top:0px;
}
#footer .facebook {
  margin-bottom: 50px;
}
#footer .bottom {
  *zoom: 1;
  padding-bottom: 20px;
  border-bottom: 1px solid #bfb186;
}
#footer .bottom:before,
#footer .bottom:after {
  content: "";
  display: table;
  clear: both;
}
#footer .bottom .col1 {
  float: left;
  width: 300px;
  margin-right:20px;
}
#footer .bottom .col1 img {
  float: left;
  margin-right: 20px;
}
#footer .bottom .col1 p {
  color: #15535b;
  line-height: 1.1em;
}
#footer .bottom .col2 {
  float: left;
  width: 33%;
}
#footer .bottom .col2 ul {
  font-size: 0.8em;
  margin-top: -5px;
}
#footer .bottom .col2 ul li a {
  display: block;
  padding: 5px 0 5px 20px;
  background-image: url('../img/arrow.png');
  background-repeat: no-repeat;
  background-position: 0 5px;
}
#footer .bottom .col3 a {
  float: left;
  margin-right:20px;
}

#footer .bottom .col3 a:hover {
  float: left;
  opacity:0.5;
}

#footer .bottom .col3 p {
  font-size: 0.8em;
  padding-top: 5px;
}
#footer .copyright {
  font-size: 12px;
  padding: 30px 0;
  *zoom: 1;
}
#footer .copyright:before,
#footer .copyright:after {
  content: "";
  display: table;
  clear: both;
}
#footer .copyright p a,
#footer .copyright p span {
  color: #6b4b2e;
}
/*******************************************************************************************************************
*  FULLSCREEN
*******************************************************************************************************************/
#fullscreen {
  background: #3b2f27;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding-bottom: 200px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#fullscreen #header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 42px;
  z-index: 150;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#fullscreen #header:before {
  left: 0;
}
#fullscreen #header:after {
  right: 0;
}
#fullscreen #container {
  height: 100%;
  min-height: 100%;
  *zoom: 1;
  position: relative;
  z-index: 100;
}
#fullscreen #container:before,
#fullscreen #container:after {
  content: "";
  display: table;
  clear: both;
}
#fullscreen #aside {
  width: 20%;
  height: 100%;
  float: left;
  padding-left: 42px;
  overflow: scroll;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
}
#fullscreen #aside h1 {
  color: #fff;
  font-weight: 300;
  font-size: 2.5em;
  margin-bottom: 40px;
}
#fullscreen #aside h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.2em;
}
#fullscreen #aside .title {
  padding-top: 100px;
}
#fullscreen #aside .scroll-content {
  margin-left: -42px;
}
#fullscreen #aside ul li a {
  display: block;
  padding: 7px 0 7px 42px;
  color: #a5a5a5;
  font-size: 0.9em;
}
#fullscreen #aside ul li a:hover {
  color: #fff;
}
#fullscreen #aside ul li.active a {
  color: #fff;
  background: #ff6400;
}
#fullscreen #content {
  float: right;
  width: 80%;
  min-height: 100%;
  height: 100%;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#fullscreen #bottom {
  height: 200px;
  width: 100%;
  *zoom: 1;
}
#fullscreen #bottom:before,
#fullscreen #bottom:after {
  content: "";
  display: table;
  clear: both;
}
#fullscreen #bottom #banner {
  width: 20%;
  height: 100%;
  float: left;
  background: #473b34;
}
#fullscreen #bottom #list {
  float: right;
  width: 80%;
  height: 100%;
  background-image: url('../img/background-html.png');
  background-repeat: repeat;
  background-position: 0 0;
}
/*******************************************************************************************************************
*  OTHER
*******************************************************************************************************************/
hr.sep {
  display: block;
  font-size: 0;
  height: 3px;
  background-image: url('../img/hr.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  margin: 50px 0;
}
input[type=text],
input[type=password],
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 11px 12px;
  font-size: 14px;
  border: 1px solid #bdc7cb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 10px;
}
input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
  outline: none;
  border-color: #84979e;
}
textarea {
  min-height: 200px;
}
.btn,
.btn:link,
button {
  display: inline-block;
  text-align: center;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
  height: 23px;
  line-height: 24px;
  padding: 0 20px;
  margin: 0 3px;
  cursor: pointer;
  border: 1px solid #958771;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #ccbf94;
  background-image: -moz-linear-gradient(top, #d1c59c, #c5b687);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d1c59c), to(#c5b687));
  background-image: -webkit-linear-gradient(top, #d1c59c, #c5b687);
  background-image: -o-linear-gradient(top, #d1c59c, #c5b687);
  background-image: linear-gradient(to bottom, #d1c59c, #c5b687);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd1c59c', endColorstr='#ffc5b687', GradientType=0);
  color: #393939;
  text-shadow: 0 1px 0 #dad1bb;
  -webkit-box-shadow: 0 0 2px #958771;
  -moz-box-shadow: 0 0 2px #958771;
  box-shadow: 0 0 2px #958771;
}
.btn.btn-primary,
.btn:link.btn-primary,
button.btn-primary {
  background-image: url('../img/btn-primary-bg.png');
  background-repeat: repeat;
  background-position: 0 0;
  color: #000;
  border-color: #756e2b;
  text-shadow: 0 1px 0 #cbcc85;
}
button {
  padding: 9px 40px;
}
.two-cols {
  *zoom: 1;
}
.two-cols:before,
.two-cols:after {
  content: "";
  display: table;
  clear: both;
}
.two-cols .column-left,
.two-cols .column-right {
  width: 46%;
}
.column-left {
  float: left;
  margin-right: 10px;
}
.column-right {
  float: right;
  margin-left: 10px;
}
/* ---------------------------------------------------------------------------------------------------------- */
.high {
  font-weight: bold;
  color: #15535b;
}
.progress{
    margin-top:-20px;
}

.progress .statusbar{
    margin-bottom:-40px;
	background-color: transparent;
}

.table {
  margin: 10px 0 10px 0;
}

.table h3 {
  margin-top: 0;
}
.table .table-contributors{
    margin-bottom:10px;
    height:250px;
}
.statusbar {
	width: 100%;
	margin-bottom:30px;
	background-color: transparent;
}

.table-contributors {
	width: 100%;
	margin-bottom:30px;
	background-color: transparent;
}

.google-map {
	width: 100%;
	height:500px;
	margin-bottom:30px;
}

.placemap {
	width: 180px;
	height:auto;
	float:left;
	margin: auto 0;
	border: 1px solid #958771;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #ccbf94;
	background-image: -moz-linear-gradient(top, #d1c59c, #c5b687);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d1c59c), to(#c5b687));
	background-image: -webkit-linear-gradient(top, #d1c59c, #c5b687);
	background-image: -o-linear-gradient(top, #d1c59c, #c5b687);
	background-image: linear-gradient(to bottom, #d1c59c, #c5b687);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd1c59c', endColorstr='#ffc5b687', GradientType=0);
	color: #393939;
	text-shadow: 0 1px 0 #dad1bb;
	-webkit-box-shadow: 0 0 2px #958771;
	-moz-box-shadow: 0 0 2px #958771;
	box-shadow: 0 0 2px #958771;

}

.nextmap {
	width: 100%;
	float:left;
	text-align:center;
	height:auto;
}

.zpracovat {
	padding: 5px;
	line-height: 1.2em;
	text-align:center;
}

.start-projekt {
	text-align:center;
	margin-top: 60px;
	margin-bottom: 60px;
}

.start-projekt a {
	opacity: 0.85;
}

.start-projekt a:hover {
	opacity: 1;
}

.download-image {
	border: 1px solid #999;
}

.download-image a {
	opacity: 1;
}

.download-image a:hover {
	opacity: 0.5;
	-webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

.download-all {
	margin-bottom:20px;
}

.download-all a {
	color:#900;
}

.banner-right a {
	opacity: 1;
}

.banner-right a:hover {
	opacity: 0.8;
}

.napoveda {
	text-align:center;
}

.napoveda-picture img {
	border: 1px solid #e3dbc8;
}

.napoveda-popis {
	margin-top: 10px;
	margin-bottom:30px;
	font-style: italic;
	font-size:11px;
	line-height: 1.4em;
}

#content ul.soutez li {
	margin-bottom:20px;
}

.social-icons {
	text-align:center;
	margin-left:390px;
}
.social-icons-right {
	margin-left:25px;
}
.invisible-div{
    display:none;
}
.top-contrib-table{
    display: inline-block;
    width:293px;
    margin:0px;
    padding:0px;
    height:250px;
}

.top-contrib-chart {
    display: inline-block;
    margin:0px;
    padding:0px;
}

.google-map-popis {
  background-image: url('../img/map-bullet.png');
  background-repeat: no-repeat;
  padding-left:16px;
  margin-top: 8px;
  font-size:11px;
  background-position: left 0px;
  color: #000;
}

.zpracovat-mapu {
	text-align:center;
	margin-top: 0px;
	margin-bottom: 50px;
}

.zpracovat-mapu a {
	opacity: 0.85;
}

.zpracovat-mapu a:hover {
	opacity: 1;
}

#competition-tabs{
    font-size:18px;
    margin-left:-40px;
    margin-top:-50px;
}
#competition-tabs a{
    color:rgb(107, 75, 46);
}
#competition-tabs a:hover{
    color: #6b4b2e;
}
#competition-tabs .inactive-tab{
    display: inline-block;
    padding:20px;
    border:1px solid #ede5d1;
    background-color:#e2dbc7;
}
#competition-tabs .active-tab{
    display: inline-block;
    padding:20px;
    border:none;
}
table.zbyva-zpracovat {
  width: 100%;
  margin-bottom: 20px;
}
table.zbyva-zpracovat tr {
  border-style: solid;
  border-width: 1px;
}
table.zbyva-zpracovat td, table.zbyva-zpracovat th {
  padding: 5px;
  text-align: right;
}
table.zbyva-zpracovat th:first-child, table.zbyva-zpracovat td:first-child {
  width: 80%;
  text-align: left;
}
table.zbyva-zpracovat tr:first-child th {
  text-align: center;
  background-color: #6b4b2e;
  color: #ede5d1;
}
.nomargin {
  margin: 0;
}
#generated-date {
  color: #737373;
  padding-top: 15px;
}
.header-list li {
  margin: 7px 0 7px 0
}
.header-list li {
  font-size: 1.3em;
  color: #545454;
}
.summary {
  height: 490px;
}
.text-big {
  font-size: 1.3em;
}
/* Temporary hide */
#cbvk, #nkp {
  display: none;
}

.goog-tooltip div {
  background-color: white !important;
}
/* This beautiful CSS-File has been crafted with LESS (lesscss.org) and compiled by simpLESS (wearekiss.com/simpless) */
