/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}

body {
	background-image: url(../images/bg-X-6.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

.hide-on-med-and-down {

}

.wrap-head {
	position: relative;
}

.head-top-panel {
 color: #fff;
  width: 100%;
  height: 50px;
 /* line-height: 56px;*/
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+40,ffffff+100&1+11,0+100 */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 11%, rgba(255,255,255,0.67) 40%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 11%,rgba(255,255,255,0.67) 40%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 11%,rgba(255,255,255,0.67) 40%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
-webkit-box-shadow: 0 4px 8px 4px #333333;
    box-shadow: 0 4px 8px 4px #333333;

}

.head-bottom-panel {
 color: #fff;
  width: 100%;
  height: 50px;
 /* line-height: 56px;*/
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+40,ffffff+100&1+11,0+100 */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 11%, rgba(255,255,255,0.67) 40%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 11%,rgba(255,255,255,0.67) 40%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 11%,rgba(255,255,255,0.67) 40%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
-webkit-box-shadow: 0 4px 8px 4px #333333;
    box-shadow: 0 4px 8px 4px #333333;
}

.head-mid-panel {
	position: absolute;
	width: 100%;
	height: 200px;
}

.head-height-panel {
	height: 95px;
}

.floatleft {
	float: left;
	margin: 0 10px 10px 0;
}

.floatright {
	float: right;
	margin: 0 0 10px 10px;
}

.clearfloat {
	clear: both;
	line-height: 1px;
}

.karta {
	background-color: rgba(255, 255, 255, 0.6);
	-webkit-border-radius: 15px;
border-radius: 15px;
margin: 20px;
padding: 80px 10px 10px 10px;
-webkit-box-shadow: 0 0 8px 0 #363636;
box-shadow: 0 0 8px 0 #363636;
}

.nadpis-karty {
	position: absolute;
	top: 15px;
	left: 0;
	line-height: 40px;
	height: 40px;
	width: 100%;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	vertical-align:middle;
	/*background-color: #E20000;*/
	box-shadow: 0 0 8px 0 #000;
	text-shadow: 0 0 6px #000;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c50000+0,030000+100 */
background: #c50000; /* Old browsers */
background: -moz-linear-gradient(top,  #c50000 0%, #030000 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #c50000 0%,#030000 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #c50000 0%,#030000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c50000', endColorstr='#030000',GradientType=0 ); /* IE6-9 */

}

nav ul.dropdown-content li {
  float: left;
  padding: 0;
  margin: 0;

}

nav ul.dropdown-content {
  margin: 35px auto auto 5px;

}

.odstavec {
	padding: 0 20px;
	text-align: justify;
	display: block;
}






