/* Move down content because we have a fixed navbar that is 50px tall */
body {
  background: url('../img/white_wall_hash.png');
}

hr {
	border-top: 1px solid #ccc;
}

hr.separator-v-pate {
	border-top: 1px solid #333;
}

.jumbotron {
	background: #282828; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #282828 33%, #171717 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(33%,#282828), color-stop(100%,#171717)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #282828 33%,#171717 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  #282828 33%,#171717 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  #282828 33%,#171717 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  #282828 33%,#171717 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282828', endColorstr='#171717',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	color: #fff;
}

h2.uvod {
	font-weight: lighter;
}

a {
cursor: pointer;
}

.navbar-inverse {
	background-color: #000;
}

.navbar-brand {
	padding: 10px 5px 2px 15px;
}

.logo {
	margin: 0 auto;
}

.btn-kontakt {
	background-color: #fff100;
	color: #000;
	font-weight: bold;
	margin: 5% 0;
}

.preco-elight {
	margin: 15% 0;
}

.odsadenie {
	padding: 0 0 5% 0;
}

.ikony{
	background-color: #fff100;
	padding: 4%;
	border-radius: 10%;
	border: 7px solid #282828;
}

.pata {
	background: #282828; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #282828 33%, #171717 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(33%,#282828), color-stop(100%,#171717)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #282828 33%,#171717 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  #282828 33%,#171717 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  #282828 33%,#171717 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  #282828 33%,#171717 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282828', endColorstr='#171717',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	color: #666;
}

/* Extra small devices (phones, up to 480px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media(min-width:768px) {
	.preco-elight {
	margin: 5% 0;
}

.odsadenie {
	padding: 0 0 2% 0;
}

}

/* Medium devices (desktops, 992px and up) */
@media(min-width:992px) {}

/* Large devices (large desktops, 1200px and up) */
@media(min-width:1200px) {}




