* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {

	color: #333;
	font: 100% Calibri, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	color: black;
	clear: left;
font-family: 'Ubuntu', sans-serif;
}
h1, h2, h3 {
}
h1 {
	font-size: 2.4em;
}
h2 {
	font-size: 1.8em;
	line-height: 1.4em;
margin-top:12px;
}
h3 {
	font-size: 1.4em;
	line-height: 1.3em;
margin-top:10px;
}
h4 {
	font-size: 1.2em;
	font-weight: bold;
margin-top:8px;
}
h5 {
	font-size: 1em;
	font-weight: bold;
}
h6 {
	font-size: 0.8em;
	font-weight: bold;
}
a {
	text-decoration: none;
	color: #CC6600;
}
a:hover, a:active, li a:active {
	text-decoration: underline;
}
p {
	font-size: 1em;
	line-height: 1.4em;
	margin: 0 0 1.5em;
}
blockquote {
	margin: 1.25em;
	padding: 1.25em 1.25em 0 1.25em;
}
em {
	padding: 0 3px 0 0;
}
hr {
	border: none;
	margin-top: 20px;
	margin-bottom: 20px;
}
ul {
	margin-right: 10px;
	padding-right: 5px;
	padding-left: 20px;
	line-height: 1.8em;
}
#mainwrap {
	width: 95%;
  max-width:920px;
	margin: 70px auto 0 auto;
	text-align: left;
	background:url(../img/transparency90a.png);

}
.mainmenu {
position: relative;
top:0px;
background:gray;
z-index:101;
}
#header h2.title,
#footer h2.title {
display:none;
}
.logo {
margin-bottom:25px;
}
.logo a {
background: url("../img/logo.png") no-repeat;
	width: 350px;
	height: 0px;
padding-top:123px;
overflow:hidden;
display:block;
	position: absolute;
	font-size: 1.3em;
	color: #CC6600;
z-index:100;
top:-10px;
}
.subtitle {
	font-size: .6em;
	position: relative;
	top: 25px;
}
.logo a:hover {
	text-decoration: underline;
}

.gal-item {
	background: white;
}
.gal-title {
	font-size: .8em;
}
#content-wrap {
	padding: 40px 80px 0px 80px;
}
#footer {
	padding: 30px;
	clear: both;
	color: silver;
}
.novinky {
	width: 520px;
	float: right;
  margin-left:40px;
position:relative;
top:-12px;
}
.novinky .mn-posts h3{
line-height: 1.3em;
text-align: left;
}
.novinky .mn-posts p {
text-align: left;
}
.novinky img {
}
img {
}
#mn-comment-form fieldset {
	padding: 10px;
	background: white;
}
.mn-comment {
	padding: 10px;
	margin-bottom: 10px;
}
#comment_text, #comment_author, #comment_email, #comment_www, #mn-comment-submit {
	padding: 10px;
	margin-bottom: 10px;
}
.mn-posts {
	margin-bottom: 10px;
}
hr {
	display: none;
}
#mn-comments, .mn-post {
}
#mn-comment-buttons img, #mn-comments img {
	border: none;
}
#comment_text {
	width: 275px;
}
h3 a img {
	border: 2px solid white;
	background: white;
}
#facebook {
position:absolute;
top:25px;
margin-left:400px;
}
.mn-post-info {
clear:both;
margin-bottom: 20px;
}
.mn-post p {
text-align: left;
}
.rslides_container {
color: transparent;
}
.mn-post-image {
width:100%;
height: auto;
}

.rmm .active, .rmm a.active, .rmm .active a {
background-image:url('../rmm-img/graphite-menu-bg-hover.png');
}

.galimg {
  list-style-type: none;
  float: left;
  width: 128px;
  height: 128px;
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 50%;
  border: 26px solid white;
  background: silver;
  position: relative;
}

.galimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/*FOCUS*/
.galimg {
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
 
.galimg:hover {
  border-radius: 0%;
}



table, td, tr {
border:1px solid silver;
padding:5px;
}

#footer a {
background:silver;
color: white;
padding:3px;
border-radius: 5px;
	line-height: 1.7em;
white-space: nowrap;

}
#footer a:hover {
background:gray;
text-decoration:none;
}
.fixed {
    position:fixed;
    top:-16px;
font-size:.4em;
border:15px solid white;
margin-left:0px;
}

.category {
display:none;
}
.mn-post h2 {
margin-top:-10px;
margin-bottom:15px;
}
.teaserimage { float:right; 
margin-left:20px; 
margin-bottom:20px; 
width:66%; 
height:auto;
}
.novinky {
float:right; 
margin-left:20px; 
margin-bottom:20px; 
margin-top:0px;
width:70%; height:auto;
}
.teaserimagecat {
float:right; 
margin-left:20px; 
margin-bottom:20px; 
margin-top:15px;
width:66%; 
height:auto;
}
.mn-post h3 {
margin-bottom:15px;
}
.fade-in {
  opacity: 0;
  transform: translateY(30px);
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}
.parallax-frame {
  width: 100%;       /* alebo konkrétna šírka */
  height: auto;      /* alebo konkrétna výška */
  overflow: hidden;
  position: relative;
}

.parallax-img {
  width: 100%;       /* nech pokryje rám */
  height: auto;
  transition: transform 0.05s linear;
  will-change: transform;
}



























@media screen and (max-width: 890px) {
  
.novinky {
float:none; 
width:100%;
top:20px;
left:-25px;
}  
#facebook {
left:-350px;
}
.mainmenu{

}
.logo a {
left:-30px;
top:50px;
}
#mainwrap {
margin-top: 130px;
}
#content-wrap {
padding: 0px 30px 0px 30px;
}
.fixed {
    position:relative;
    top:0px;
}
#content-wrap iframe {
display:none;
}
.mn-page h2.title {
padding-top: 30px;
}
.mn-post h2 {
margin-top:20px;
}

}






@media screen and (max-width: 600px) {

.mn-post h2 {
font-size:1.3em;
}
.mn-post h3 {
font-size:1.05em;
}

.teaserimage {
width:100%;
height:auto;
float:none;
margin-left:0px; 
margin-bottom:20px; 
}
.teaserimagecat {
float:none; 
margin-left:0px; 
width:100%; 
}


}






















