@CHARSET "UTF-8";

.line {
	height: 3em;
}

.panel { border-radius: 0px; }

.pagetitle {
	color:rgb(197, 21, 21);
	font-weight:bold;
	padding-left:30px;
}
.pagetitle span {
	color:rgba(110,110,110,1);
}
html {
	position:relative;
	min-height:100%;
}
body {
	margin-bottom: 30px;
	/*background: url("/content/img/yardbg5.jpg") no-repeat center center fixed;*/
	background: url("vstup.jpg") no-repeat center top fixed;
	/*background: url("/content/img/DSC_4107a2.jpg") no-repeat center top scroll;*/
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px;
}
.sharebtn {
	padding: 8px 13px;
	font-size: 18px;
}
.sharebtn:hover {
    color: #efefef;
    text-decoration: none;
}
.sharetext {
	padding-left:5px;
}
.facebook {
	font-family: helvetica, arial, sans-serif;
	color: white;
    background-color: #3b5998;
}
.gplus {
	color: white;
    background-color: #dd4b39;
}
.twitter {
	color: white;
    background-color: #55acee;
}