@font-face{ font-family: 'Playbill Extended'; src: url('fonts/playbill-extended-webfont.eot'); src: url('fonts/playbill-extended-webfont?#iefix') format('embedded-opentype'), url('fonts/playbill-extended-webfont.woff') format('woff'), url('fonts/playbill-extended-webfont.ttf') format('truetype'), url('fonts/playbill-extended-webfont.svg#webfont') format('svg'); }

/* barvy http://colorschemedesigner.com/#3a41TrjE2w0w0 */

/******FULLSCREEN slider******/
#supersize {
    left: 0;
    position: fixed;
    top: 0;
    z-index: -20;
}

#supersize ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#supersize ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#supersize .holder {
	display: block;
	width: 100%;
	height: 100%;
}

#supersize .paging {
    bottom: 54px;
    left: 45%;
    position: fixed;
}

	.paging li {
		float: left;
	}

		.paging li a {
			width: 20px;
			height: 19px;
			display: block;
			background: url("pics/images.png") repeat scroll -24px 0 transparent;
			margin: 0 5px;
			font-size: 0;
		}

			.paging li a.active,
			.paging li a:hover {
				background: url("pics/images.png") repeat scroll 0 0 transparent;
			}

#supersize .activeslide, #supersize .activeslide img {
    display: inline;
}

#supersize img {
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;	
}

#supersize img + img {
    opacity: 0;
}

#supersize * *:focus {
    outline: 0 none;
}

body {
	margin:0px;
	padding:0px;
	font-family:"Arial CE", "Arial", sans;
  height: 0px;
  font-size:12px;
  min-width: 960px;
}

#page-holder {
  min-width: 960px;             
}             

/* CSS ANIMATION

#background-images {
  margin:0 auto;
}

#background-images img {
  float: none;
  z-index: -10;
  position: absolute;
  min-width: 1000px;
  width: 100%;
  left:0;
  animation-name: backgrounds;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 40s;
  animation-direction: normal;
  -webkit-animation-name: backgrounds;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 40s;
  -webkit-animation-direction: normal;
  position: fixed;
  }

@keyframes backgrounds {
  0% {
    opacity:1;
  }
  17% {
    opacity:1;
  }
  25% {
    opacity:0;
  }
  92% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-webkit-keyframes backgrounds {
  0% {
    opacity:1;
  }
  17% {
    opacity:1;
  }
  25% {
    opacity:0;
  }
  92% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

#background-images img:nth-of-type(1) {
  animation-delay: 30s;
  -webkit-animation-delay: 30s;
}
#background-images img:nth-of-type(2) {
  animation-delay: 20s;
  -webkit-animation-delay: 20s;
}
#background-images img:nth-of-type(3) {
  animation-delay: 10s;
  -webkit-animation-delay: 10s;
}
#background-images img:nth-of-type(4) {
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
}
*/

a {
    text-decoration: none;
    color: #097c5f;
}
a:hover {
    text-decoration: none;
    color: #097c5f;
}

  h1, h2, h3, h4 {
    /*color: #473728;*/
    color: #565656;
    line-height: 1.5em;
    font-weight: normal;
    text-transform: capitalize;
    letter-spacing: 1px;
	  font-family: 'Playbill Extended', arial, serif;
}
h1 {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 1.2em;
}
h2 { font-size: 50px }
h3 { font-size: 25px; font-family: open sans; letter-spacing: 0px; }
h4 {
font-size: 20px;
line-height: 25px;
margin: 5px;
padding: 0;
font-family: open sans;
letter-spacing: 0px; 
}
h2, h3 {
    margin-top: 10px;
    margin-bottom: 5px;
}
h1 a, h2 a, h3 a, h4 a { color: #097c5f }

/*************************************header**********************************/
#page-layout-box--header-- {
  height: 100px;
  padding: 20px 0 0 0;
  min-width: 960px;                          
}

#page-layout-box-inner--header-- {
  /*background: #BA5439;*/
  height: 40px;
  position: fixed;
  width: 960px;
  z-index: 499;
  right: 0;                            
}
                          

h1.misc_header {
    clear: none;
    float: left;
    margin-left: 70px;
}

  h1.misc_header a {
    background: url(pics/logo-smrk-new.png) no-repeat 0 0;
    display: block;
    width: 215px;
    height: 95px;
    position: fixed;
    z-index: 500;
    margin: -19px 0 0 0;
    left: 0;
  }
  
    h1.misc_header a span{
      display: none;
    }

  #page-layout-box-inner--header-- #main-menu {
  right: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  }

    #page-layout-box-inner--header-- #main-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    }
    
      #page-layout-box-inner--header-- #main-menu ul li {
      float: left;                                                
      }
    
        #page-layout-box-inner--header-- #main-menu ul li a {
        color: #fff;
        line-height: 40px;
        padding: 10px;
        font-size: 25px;
        margin: 0 25px 0 0;
        font-family: 'Playbill Extended';
        text-transform: uppercase;
        background: #1cbf97;
        }
        
        #page-layout-box-inner--header-- #main-menu ul li a:hover {
        background: #097c5f;
        }
        /*#f6ae44
        #C6C6C6*/                
    
#page-layout-box--content-- {
width: 900px;
background: url(pics/bg-c.png) repeat scroll 0 0;
position: absolute;
right: 0px;
padding: 30px;                            
}

.layout_box {
float: none;            
} 

#page-layout-box--content--menu-right-- {
  float: left;
  width: 218px;                                       
}


#page-layout-box--footer-- {
background: rgba(0, 0, 0, 0.0);
height: 40px;
position: fixed;
width: 100%;
z-index: 499;
bottom: 0;                            
} 

#submenu-right {
float: right;
width: 200px;
margin-top: 72px;               
}

  #submenu-right h3 {
  color: #473728 !important;
  font-size: 35px;
  line-height: 40px;
  margin: 0 0 10px;;
  padding: 0;
  font-family: 'Playbill Extended', arial, serif;
  letter-spacing: 1px;               
  }                        
  
  #submenu-right h3 a {
  color: #ffac25;
  }
  
  #submenu-right h3 a:hover {
  color: #565656;
  }

#page-layout-box--content--default-- {
  float: left;
  width: 680px;
  }
  
  .x-co-se-jinam-neveslo--.xdeep-1 #page-layout-box--content--default--,
  .x-videa--.xdeep-1 #page-layout-box--content--default-- {
  float: left;
  width: 900px;
  }

#page-layout-box--content-- img {
border: 2px solid #ccc !important;
margin: 5px !important;   
}

#seznam-podstranek-wide {
margin-top: 30px;                        
}

  #seznam-podstranek-wide .list_item {                       
  }
  
    #seznam-podstranek-wide .list_item .info {
    font-size: 10px;
    }
    
    
    #seznam-podstranek-wide .list_item .moreparts {
    margin-bottom: 15px;
    }

#info {
    background: url(pics/bg-h.png) repeat scroll 0 0;
    bottom: 112px;
    color: #FFFFFF;
    font-family: 'Playbill Extended';
    font-size: 55px;
    height: 100px;
    left: 0;
    overflow: hidden;
    padding: 20px;
    position: absolute;
    width: 80%;
}

.x-fotogalerie--.xdeep-2 #body-inner {
  background: url("pics/bg-c.png") repeat scroll 0 0 ;
}

#page-layout-box-inner--content-full-- {
  padding: 20px;
}

/* gallery */
.gallery_latest a,
.gallery_show a {
    border: none;
    width: 80px;
}

.gallery_latest a .photobox,
.gallery_show a .photobox {
  padding: 0;
}

  .gallery_latest a:hover,
  .gallery_latest a:focus,
  .gallery_show a:hover,
  .gallery_show a:focus {
      background: none repeat scroll 0 0 transparent;
      border: none;
  }


.gallery_latest a .photobox .photo,
.gallery_show a .photobox .photo {
    display: block;
    height: 80px;
    margin: 0;
    overflow: hidden;
    width: 80px;
}

.gallery_latest a .photobox .photo .photo-inner,
.gallery_show a .photobox .photo .photo-inner {
    display: table-cell;
    height: 80px;
    vertical-align: middle;
    width: 80px;
}

.page_nav em,
.page_nav a.page_nav_number,
.page_nav a.page_nav_arrow {
    border: none;
}


@media screen and (max-width: 1155px) {

#page-layout-box-inner--header-- #main-menu ul li a {
    background: none repeat scroll 0 0 #1CBF97;
    color: #FFFFFF;
    font-family: 'Playbill Extended';
    font-size: 22px;
    line-height: 40px;
    margin: 0 10px 0 0;
    padding: 7px;
    text-transform: uppercase;
}
}                     