/* Space out content a bit */
body {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
  padding-right: 15px;
  padding-left: 15px;
}

/* Custom page header */
.header {
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
}

/* Custom page footer */
.footer {
  padding-top: 19px;
  color: #777;
  border-top: 1px solid #e5e5e5;
}

/* Customize container */
@media (min-width: 768px) {
  .container {
    max-width: 730px;
  }
}
.container-narrow > hr {
  margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
.jumbotron .btn {
  padding: 14px 24px;
  font-size: 21px;
}

/* Supporting marketing content */
.marketing {
  margin: 40px 0;
}
.marketing p + h4 {
  margin-top: 28px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .header,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
  /* Space out the masthead */
  .header {
    margin-bottom: 30px;
  }
  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    border-bottom: 0;
  }
}

/* Úpravy LinuxDays */

.alignleft, img.alignleft {
	display: inline;
	float: left;
	margin-top: 4px;
}

.alignright, img.alignright {
	display: inline;
	float: right;
	margin-top: 4px;
}

h1 {
margin-top: 50px;
}

div.partneri {
float:right;
display: inline-block;
text-align:center;
}

.partneri img {
margin: 10px auto;
width:20%;
display: inline-block;
}

div#socialni {
float:right;
}

.rotate {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;

	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	transition-property: transform;
	overflow:hidden;
}   

.rotate:hover {
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg); 
	-o-transform:rotate(360deg);
}

.ikonka {
	display: inline-block;
	width: 55px;
	height: 55px;
	-webkit-transition: -webkit-filter 0.3s;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: filter 300ms;
}

.ikonka:hover {
	width: 55px;
	height: 55px;
	-webkit-transition: -webkit-filter 0.3s;
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	transition: filter 300ms;
}

div.pocitadlo {
	width: 75px;
	height: 75px;
	background-image: url('/2015/obrazky/kruh.svg');
	background-size: 100%;
	background-repeat: no-repeat;
	margin: auto;
	top: 0; left: 0; bottom: 0; right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

span.pocitadlo-hodnota {
	font-size: 100%;
}

.odkazy {
	text-transform: uppercase;
	font-size: 30px;
}

.copyleft {
	display: inline-block;
	-webkit-transform:rotate(180deg);
	-ms-transform: rotate(180deg);
	transform:rotate(180deg);
	width:1em;
	height:1em;
	line-height:1em;
}

.ccicon {
  height: 1.1em;
  width: 1.1em;
}

.copy a:hover {
  text-decoration: none;
}
