@import "global.css";
 @media screen, projection {
html, body {
    max-width: 100% !important;
    overflow-x: hidden !important;
}
body {
	background: #fff;
	font-family: 'Oxygen', sans-serif;
	font-weight:300;
	font-size:12px;
}
a {
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
}
img {
	border: solid #ee9319 0px;
}
p, ul, ol {
	color: #333;
	font-size:1.2em;
	line-height:1.5;
}
.content a {
	color: #333;
}
.content a:hover {
	color: #ED1C24;
}
table {
	width:100% !important;
}
table, table p {
	color: #333;
	font-size:12px;
	line-height:1.5;
	border:none;
	background:rgba(255,255,255,.5);
}
table td {
	border:none;
}
table tr {
	border-bottom:1px solid #666;
}
small {
	line-height:1.8;
}

h1, h2, h3, h4 {
	color:#333;
	font-weight:400;
}
h1 {
	font-size:26px;
}
h2 {
	font-size:22px;
	margin-top:15px;
}
h3 {
	font-size:18px;
	margin-top:15px;
}
h4 {
	font-size:16px;
}

#rotace {
	width: 100%;
	position:fixed;
	left:0px;
	top:0px;
	overflow:hidden;
}
#leftcol {
	width: 250px;
	position:fixed;
	left:0px;
	top:0px;
	background-color:rgba(51,51,51,.9);
}
#leftcolinside {
	width: 200px;
	position:absolute;
	left:25px;
	top:25px;
}
#lang {
	width: 80px;
	height: 25px;
	text-align:right;
	position:absolute;
	top:70px;
	left:150px;
	z-index:10;
}
#lang img {
	border:1px solid #ccc;
	margin-left:0px;
	transform: scale(.6,.6);
	-ms-transform: scale(.6,.6);
	-webkit-transform: scale(.6,.6);
}
#slider {
	width: 80px;
	background:rgba(102,102,102,.9);
	position:fixed !important;
	left:250px;
	top:0px;
	text-align:center;
}
#slider img {
	margin-left:13px;
	margin-top:5px;
	border:2px solid #000;
}
#close {
	width: 10px;
	height:10px;
	position:absolute;
	right:30px;
	top:30px;
}
#contentmain {
	width: 650px;
	background:rgba(255,255,255,.95);
	position:absolute;
	left:330px;
	top:0px;
	opacity:0;
}
.content {
	padding: 25px;
	padding-top:60px;
}
#footer {
	background-image:url(../img/bckg-footer.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	height:40px;
	margin-top:-1px;
}
#footer ul {
	display:block;
	width:100%;
	list-style: none;
	margin-bottom:0px;
	margin-left:0px;
	margin-top:-3px;
	padding-top:0px;
}
#footer ul li {
	display:inline;
	line-height:17px;
	height:12px;
	padding:0px;
	padding-right:5px;
}
#footer ul li a {
	color:#666;
	font-size:10px;
	line-height:10px;
	height:12px;
	padding:0px;
}
#footer ul li.sfhover a {
	color:#FFF;
}
#footer-left {
	float:left;
	width:240px;
}
#footer-right {
	float:right;
	width:690px;
	text-align:left;
	font-size:10px;
}

.apiMenu a, .apiMenu span  {
	white-space:normal;
}
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
.slicknav_menu {
	position:absolute;
	left:0px;
	top:0px;
	z-index:100;
	background:rgba(51,51,51,.9);
	border:none;
	background-image:url(../img/plyny-logo-2015.png);
	background-repeat:no-repeat;
}
nav	{
	margin-top:30px !important;
}
.mmenu {
	padding: 0;
	margin:0px;
	width:100%;
	clear:both;
}
.mmenu ul {
	list-style: none;
	margin:0px;
}
.mmenu li {
	/*	height: 20px;*/
	margin-left:0px;
}
.mmenu li a {
	font-size: 12px;
	color: #fff;
	text-decoration: underline;
	font-weight: normal;
	padding: 0px 0px 0 0px;
	line-height:1.9;
}
.mmenu li a span {

}
.menu li a:hover {
	text-decoration: none;
	color:#C00;
}
.mmenu li.active a {
	font-weight: bold;
}
.mmenu li.first {
}
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
.panel-info {
	margin-top:30px;
	padding-left:0px;
}
.panel-info dt {
	color: #fff;
	font-size:1.5em;
}
.panel-info dd {
	padding: 10px 0 10px 0px;
	color:#FFF;
}
.panel-info p, .panel-info a {
	color:#FFF;
}
.gallery {
	background:none; 
	padding:.7em .7em .7em .7em; 
	margin:0 0 1em 0;
}
.chapters {
	width: 210px;
	background: #eeeeee;
	border: solid #cccccc 1px;
	float: left;
	margin-bottom: 20px;
}
.chapters dl {
	padding-top: 10px;
}
.chapters dt {
	height: 32px;
	padding: 7px 0 0 20px;
	font-size: 18px;
}
.chapters dd {
	padding: 0 20px 10px 20px;
}
.searchbox {
	height: 22px;
	padding: 10px 0 10px 10px;
	background: #dddddd;
	border-bottom: solid #cccccc 1px;
}
.searchbox .search-button {
	width: 29px;
	height: 22px;
	border:0;
}
.searchbox .search-input {
	width: 135px;
	height: 18px;
	border: solid #cccccc 1px;
	background: #ffffff;
	padding: 2px 2px 0 2px;
	margin-right: 5px;
	vertical-align: top;
}
.search {
}
.search .search-button {
	width: 50px;
	height: 22px;
	border: solid #cccccc 1px;
}
.search .search-input {
	width: 120px;
	height: 18px;
	border: solid #cccccc 1px;
	background: #ffffff;
	padding: 2px 2px 0 2px;
	margin-right: 5px;
	vertical-align: top;
}
.company-copyright {
	color: #666;
	padding-top: 30px;
	padding-left:20px;
	text-align: center;
	width:940px;
	margin:0 auto;
	line-height:10px;
}
.message {
	color: #f00;
	font-weight: bold;
	text-align: center;
}
}
@media screen and (max-width: 400px) {
#menu {
	display:none;
}
.slicknav_menu {
	display:block;
	width:100%;
	background-position:90% 12px;
	background-size:auto 30px;
}
#contentmain {
	width:100%;
}
.vnitrni .vegas-background {
	display:none !important;
}
#lang {
	width:100%;
	background:rgba(51,51,51,.9);
	left:0px;
	top:54px;
}	
}
@media screen and (min-width: 401px) and (max-width: 670px) {
#menu {
	display:none;
}
.slicknav_menu {
	display:block;
	width:100%;
	background-position:90% 12px;
	background-size:auto 30px;
}
#contentmain {
	width:100%;
}
.vnitrni .vegas-background {
	display:none !important;
}
#lang {
	width:100%;
	background:rgba(51,51,51,.9);
	left:0px;
	top:54px;
}	
}
@media screen and (min-width: 671px) and (max-width: 999px) {
#menu {
	display:none;
}
.slicknav_menu {
	display:block;
	width:650px;
	background-position:center 13px;
	background-size:auto 30px;	
}
#lang {
	width:650px;
	background:rgba(51,51,51,.9);
	left:0px;
	top:54px;
}	
}
@media screen and (max-width: 999px) {
#slider, #leftcol, #leftcolinside, #close {
	display:none;
}
#contentmain {
	left:0px;
	top:50px;
}
.content {
	padding-top:40px;
}
}
@media screen and (min-width: 1000px) {
#menu {
	display:block;
}
.slicknav_menu {
	display:none;
}	
}
@media print {
.np, .noprint {
	display:none
}
}