::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 4px;
  outline: 1px solid #ccc;
}

::-webkit-scrollbar-track {
  background-color: #888;
}

scrollbar-color: #888 #000;
scrollbar-width: thin;

body {
  font-family: verdana;
  font-size: 16px;
  }

.flaga {
    display: inline-block;
    color: #000;
    text-align: left;
    width: 120px;
    margin: 10px;
}

.flag-image {
    position: relative;
}

.flag-image img {
    width: 30px;
    border: 1px solid black;
}
.tooltip {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px;
    background: rgba(0, 0, 0, 0.7);
    color: #000;
    font-size: 14px;
    text-align: center;
    width: 100px;
    border-radius: 5px;
    margin-bottom: 5px;
}

.flag-image:hover .tooltip {
    display: block;
} 

.tooltip img {
  max-width: 200px;
  color: #000;
}

a.menu {
        margin: 5px;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	background:linear-gradient(to bottom, #79bbff 5%, #378de5 100%);
	background-color:#79bbff;
	border-radius:6px;
	border:1px solid #84bbf3;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #528ecc;
}

.strona {
    background-color: #fff;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    margin-top: 120px;
    overflow-x: hidden;
}
@media screen and (max-width:900px) {
.strona {
    margin-top: 60px;
 }
}

div.opis, div.opisp {
  font-family: verdana;
  font-size: 14px;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  background: #fff;
  width: 100%;
  border: 1px solid #ccc;
  padding: 5px;
  margin-top: 5px;
  box-sizing: border-box;
}

ol {  
  font-size: 12px;
  font-family: Verdana;
  margin: auto;
}

.scal {
width: 45%; 
max-width: 200px; 
padding: 5px;
}

@media screen and (max-width: 650px) {
.scal {
width: 95%; 
max-width: 400px; 
padding: 5px;
float: left;
margin: 0 auto;
display: block;
 }
}

#search {
    padding: 1%;
    border: none;
    background-color: transparent;
    border-radius: 10px; 
    overflow: hidden;
}

#hov img:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

form.example input[type=text] {
    padding: 8px;
    font-size: 17px;
    border: 1px solid #ccc;
    border-radius: 5px; 
    float: left;
    width: 90%;
    color: #fff;
    background: transparent;
}

form.example button {
    float: left;
    width: 10%;
    padding: 5px;
    background: transparent;
    color: #ccc;
    font-size: 17px;
    border: 1px solid #000;
    border-left: none;
    cursor: pointer;
}

form.example button:hover {
    color: #fff;
    background: transparent;
}

form.example::after {
    color: #fff;
    content: "";
    clear: both;
    display: table;
}

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

nav {
        position: fixed;
        z-index: 1;
        transition-timing-function: linear;
	transition-duration: 200ms;
	transition-property: all;
        width: 100%;
        max-width: 1200px;
        top: 0px;
	min-height: 60px;
        color: #fff;
	background: rgb(51,51,51,0.8); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(10,10,10,1) 0%, rgba(51,51,51,0.1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(10,10,10,0.1)), color-stop(100%,rgba(51,51,51,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(10,10,10,1) 0%,rgba(51,51,51,0.1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(10,10,10,1) 0%,rgba(51,51,51,0.1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(10,10,10,1) 0%,rgba(51,51,51,0.1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(10,10,10,1) 0%,rgba(51,51,51,0.1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#111111',GradientType=0 ); /* IE6-9 */
}
#input-toggle {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}
.navigation-toggle { 
	display: none; 
	width: 44px; 
	height: 33px; 
	margin: 6px; 
	color: #fff
	text-align: center;  

	background-repeat: repeat-x; 
	text-shadow: 0 -1px 0 #fff; 
	padding-top: 6px; 
	position: absolute; 
	top: 2px; right: 2px; 
	cursor: pointer; 
}
.navigation-toggle span {
	color: #ccc;  
	background-color: #fff; 
	display: block; 
	height: 2px; 
	width: 25px; 
	margin: 6px auto; 
}

nav ul {
	color: #fff; 
	list-style: none; 
	padding: 0; 
	margin: 0; 		
	font-size: 0;
	display: block;		
}

nav ul li {
	color: #fff; 
	display: inline-block;		
	max-width: 150px;
	min-width: 16.666%;
	text-align: center;
}	

nav ul li a {
	font:bold 14px/60px 'Open Sans', sans-serif;
	color:#fff;
	height: 60px;
	display: block;
	text-decoration: none;		
	border-right: 1px solid #444;
	border-left: 1px solid #111;
}

nav ul li a:hover, nav ul li a:active, nav ul li a:visited, nav ul li a:focus {
	font:bold 14px/60px 'Open Sans', sans-serif;
	color: #fff;
	background: rgb(76,76,76); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(51,51,51,0.1) 100%, rgba(255,255,255.1) 0%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(51,51,51,0.1)), color-stop(100%,rgba(255,255,255.1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(51,51,51,0.1) 0%,rgba(255,255,255,1) 0%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(51,51,51,0.1) 100%,rgba(255,255,255,1) 0%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(51,51,51,0.1) 100%,rgba(255,255,255,1) 0%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(51,51,51,0.1) 100%,rgba(255,255,255,1) 0%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111111', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
	box-shadow:-4px 0 3px -3px rgba(0, 0, 0, 0.6) inset,4px 0 3px -3px rgba(0, 0, 0, 0.6) inset;
}
nav ul li a:hover {
	color: #1E90FF !important;
}

@media screen and (max-width:900px) {
	.navigation-toggle {
		display:block;
	}
	
	nav ul {
		margin-top:55px;
		overflow: hidden;				
		max-height:0;
		transition:max-height 0.35s ease 0s;
		-webkit-transition:max-height 0.35s ease 0s;
		-moz-transition:max-height 0.35s ease 0s;
	}
	
	nav #input-toggle:checked + ul {
		max-height:500px;
	}
	
	nav ul li {
		border:0;
		width:50%;
		max-width: 50%;
		min-width:0;
		border-bottom:1px solid #333;

	}
	
	nav ul li a {
		display: block;
                padding-left: 15px;
		text-align: left;
	}	
}	

hr.style14 { 
  max-width: 90%;
  border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
}

.widget-name h6 {
    font-size: 12px;
}

.widget-name[min-width~="400px"] h6 {
    font-size: 18px;
}

.widget-name[min-width~="600px"] h6 {
    padding: 55px;
    text-align: center;
    font-size: 24px;
}

.widget-name[min-width~="700px"] h6 {
    font-size: 34px;
    color: red;
}

h1 {
  color: #fff;
  margin: 0;
  padding-left: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
  font-size: 2em;
  font-weight: bold;
  font-family: verdana;
  letter-spacing: 4px;
  word-spacing: 4px;
  text-shadow: 
    0 1px 0 #ccc, 
    0 2px 0 #c9c9c9, 
    0 3px 0 #bbb, 
    0 4px 0 #b9b9b9, 
    0 5px 0 #aaa, 
    0 6px 1px rgba(0,0,0,.1), 
    0 0 5px rgba(0,0,0,.1), 
    0 1px 3px rgba(0,0,0,.3), 
    0 3px 5px rgba(0,0,0,.2), 
    0 5px 10px rgba(0,0,0,.25), 
    0 10px 10px rgba(0,0,0,.2), 
    0 20px 20px rgba(0,0,0,.15);
}
@media screen and (max-width:650px) {
h1 {
    font-size: 20px;
    color: #999;
    text-shadow: none;
    letter-spacing: 2px;
    word-spacing: 2px;
 }
}

h2, h3 {
    margin: 5px;
    padding: 5px;
    font-size: 24px;
    color: #888;
}
@media screen and (max-width:650px) {
h2, h3 {
    font-size: 14px;
    color: #999;
 }
}

h4 {
    font-size: 18px;
    padding-left: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    color: #000;
    text-shadow: none;
}

h5 {
    font-size: 30px;
    text-align: left;
    color: #eee;
    text-shadow: 0 1px 0 black, 0 -1px 0 black, 1px 0 0 black, -1px 0 0 black;
}

div.logobd {
    margin: auto;
    float: left;
    width: 50px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 5px;
}

div.bd3 {
    margin: 15px;
    float: left;
    width: 100%;
}

div.bd3 img {
    max-width: 300px;
    float: left;
    height: auto;
}

div.foto {
    float: left;
    margin: 5px;
}

div.foto img {
    float: left;
    width: 100%;
    max-width: 200px;
    width: 100%;
    height: auto;
}

  a.hovertext {
    position: relative;
    max-width: 100%;
    width: 100%;
    color: #fff;
    text-decoration: none !important;
    text-align: center;
  }
  a.hovertext::after {
    content: attr(title);
    position: absolute;
    left: 1;
    bottom: 1;
    padding: 0.5em 1px;
    max-width: 100%;
    width: 100%;
    background: rgba(0,0,0,0.8);
    text-decoration: none !important;
    color: #fff;
    opacity: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}
a[rel="tooltip"]::after {
    content: none !important;
}
#tooltip a {
    color: white !important;
}
#tooltip {
  font-family: verdana;
  font-size: 12px;
  color: #fff;
  background: #404040;
  position: absolute;
  z-index: 100;
  padding: 5px;
  border-radius: 5px;
  max-width: 250px;
  text-align: justify;
}

a[rel="tooltip"]::after {
    content: none !important;
}

#tooltip:after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #404040;
  content: '';
  position: absolute;
  left: 50%;
  bottom: -5px;
  margin-left: -5px;
}

#tooltip.top:after {
  border-top-color: transparent;
  border-bottom: 10px solid #404040;
  top: -20px;
  bottom: auto;
}

#tooltip.left:after {
  left: 10px;
  margin: 0;
}

#tooltip.right:after {
  right: 10px;
  left: auto;
  margin: 0;
}

div.bok {
    margin: 2px;
    float: right;
    width: 310px;
}

div.alfab {
    max-width: 1200px;
    width: 100%;
    font-family: verdana;
    font-size: 16px;
    background:#fff;
    border: 1px solid #ccc;
    text-align: center;
}

div.screen {
    margin: 2px;
    border: 1px solid #ccc;
    float: left;
    width: 30%;
}

div.screen:hover {
    border: 1px solid #777;
}

div.screen img {
    padding: 2px;
    width: 100%;
    max-width: 99%;
    height: auto;
}

div.desc {
    padding: 2px;
    text-align: center;
    color:#666;
    font-size: 10px;
}

div.cover {
    margin: 5px;
    pading: 5px;
    border: 1px solid #fff;
    float: left;
}

div.cover:hover {
    border: 1px solid #fff;
}

div.cover img {
    width: 100%;
    max-width: 200px;
    height: auto;
}

div.coverf {
    max-width: 200px;
    padding: 5px;
    text-align: center;
    color:#666;
    font-size: 10px;
}

div.coverf img {
    width: 20px;
    height: auto;
}

fieldset {
    font-family: verdana;
    border: 1px solid #000;
    background: #fff;
    border-radius: 6px;
    padding: 10px;
}

fieldset legend {
    font-family: verdana;
    background: #fff;
    color: #000;
    padding: 5px 5px ;
    font-size: 14px;
    border-radius: 6px;
    box-shadow: 0 0 0 1px #000;
    margin-left: 10px;
}

.Shadow {
-moz-box-shadow: 0px 0px 15px #73879b;
-webkit-box-shadow: 0px 0px 15px #73879b;
box-shadow: 0px 0px 15px rgba(0,0,0,0.9);
}

div.srodek {
    float: left;
    background-color: #fff;
    margin: auto;    
    width: 100%;
    max-width: 1200px;
}

#dol {
    float: left;
    margin: auto;    
    width: 100%;
    max-width: 1200px;
    background-color: #0d0d0d;
    font-size: 13px;
    text-align: justify;
    padding-bottom: 15px;
}

.example-2-first,
.example-2-second {
    background-color: #0d0d0d;
    color: #888;
    padding: 2px;
    width: 45%;
    float: left;
    border: 5px solid #0d0d0d;
}

.example-2-second {
    background-color: #0d0d0d;
    float: right;
}

.example-2-box {
    background-color: #0d0d0d;
    color: #888;
    margin: 5px;
    padding: 2px;
}

.example-2[max-width~="830px"] .example-2-first,
.example-2[max-width~="830px"] .example-2-second {
    float: none;
    background-color: #0d0d0d;
    width: auto;
    font-size: 11px;
}

.example-2 .example-2-box {
    background-color: #0d0d0d;
}

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}