@charset "UTF-8";
@-webkit-viewport{width:device-width}
@-moz-viewport{width:device-width}
@-ms-viewport{width:device-width}
@-o-viewport{width:device-width}
@viewport{width:device-width}
body {
	margin: 20px;
	padding: 0;
	background-color: #FFFFFF;
	font-family: 'PT Sans', sans-serif;
	color: #7a7a7a;
	text-align: center;
	font-weight: 400;
}

img.center {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.spacer {
	display: inline-block;
    width: 5px;
}
	
.sirka {
	max-width: 860px;
}
.stred {
	margin-left: auto;
	margin-right: auto;
}
.bolder {
	font-weight: 700;
}


a, a:visited {
	color: #7a7a7a;
	text-decoration: none;
}
a:hover, a:active, a:focus, a.thispage {
	color: #a79866;
	text-decoration: none;
}
a:hover {
	cursor:pointer;
}

.stroke {
	display:inline-block;
	border-style: solid;
	border-width: 1px;
	border-color: #a79866;
}
hr {
	color: #a79866;
	background-color: #a79866;
	height: 1px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 18px;
	padding: 0px;
	border: 0;
}

@media only screen and (max-device-width: 700px) {
.desktop {
	display: none;
}
body {
	font-size: 22px;
}
img.size {
	width: 100%;
    height: auto;
}
img.FBsize {
	display: inline-block;
	max-width: 120px;
	width: auto;
    height: auto;
	margin-top:20px;
	margin-bottom:43px;
}
.spacer {
	display: inline-block;
    width: 40px;
}
.padini_LR20 {
	padding-left: 40px;
	padding-right: 40px;
}
}
@media only screen and (min-device-width: 701px) {
.mob {
	display: none;
}
body {
	font-size: 15px;
}
img.size {
    max-width: 580px;
	width: 100%;
    height: auto;
}
img.FBsize {
	display: inline-block;
    max-width: 30px;
	width: 100%;
    height: auto;
	margin-top:4px;
	margin-bottom:23px;
}
.spacer {
	display: inline-block;
    width: 5px;
}
.padini_LR20 {
	padding-left: 20px;
	padding-right: 20px;
}
}