/** ----------------------------------------------------------
*
* Contains the main layout of the page and the individual styles.
* Acts as the main stylesheet for theme.
*
*		Include your notes or table of contents below....
*		Include color hex's or values of your grid
*
*		1. OOCSS GRID
*		2. MAIN LAYOUT
*		3. HEADER
*			- Brand
*			- Search Form
*		4. Navigation
*			- Primary Navigation
*			- tablet Navigation
*			- Secondary Navigation
*			- Secondary Nav 2-5 Levels deep
*		5. Mixed
*		6. Footer
*		7. Page Specific Layout
*			- Homepage
*			- Search Results
*		8. Device and Responsive Layout
*			- Breakpoint 960px
*			- Breakpoint 640px
*				- Search Form
*				- Main Content
*		9. Print Styles
*			- Simple Theme custom print styles
*
* @author Your Name <email@silverstripe.com>
* ------------------------------------------------------- */
/* OOCSS Grid
* https://github.com/stubbornella/oocss/wiki/grids
*/
.line, /* line - Groups units on one horizontal line. Note: for mobile layout units may be stacked to avoid horizontal scrolling. */
.lastUnit {
overflow:hidden;
*overflow:visible;
*zoom:1;
padding:0 10px;
}
.unit { /* unit - Base class which divides a line into sections (columns). */
float:left;
padding:0 10px;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box; /* box-sizing:border-box; creates a box-model where 
padding and border are NOT added onto the width - they are included in the width, 
so a 200px wide element with 20px padding will be 200px, NOT 240px wide */
}
.unitRightv { /* Use this class if you want to offset a column eg: |--content(.unit)--|--content(.unit)--|--no-content--|--no-content--|--content(.unitRighttv)--| */
float:right;
}
/* sizeXofY - Extends unit. Indicates the fractional width of the unit, for example size3of4 would take up three quarters, or 75%, of the horizontal space. 
The following fractions are supported: 1, 1/2, 1/3, 2/3, 1/4, 3/4, 1/5, 2/5, 3/5, 4/5 */
/* It is possible to add more columns if you wish you will just have to add the fractions that are missing eg: .size1of6 {width:16.66666%;} */
.size1of1 {
float:none;
}
.size1of2 {
width:50%;
}
.size1of3 {
width:33.33333%;
}
.size2of3 {
width:66.66666%;
}
.size1of4 {
width:25%;
}
.size3of4 {
width:75%;
}
.size1of5 {
width:20%;
}
.size2of5 {
width:40%;
}
.size3of5 {
width:60%;
}
.size4of5 {
width:80%;
}
.lastUnit { /* lastUnit - Extends unit. Applied to the last child of every line. */
float:none;
width:auto;
_position:relative; /* Bug fix for IE6 - Internet Explorer 6 and below wouldn't fail on properties that were prefixed with non-alphanumeric characters. 
meaning that anything prefixed with _ wouldn't be picked up by any other browsers */
_left:-3px;
_margin-right:-3px;
}
/* MAIN LAYOUT */
body {
margin: 0;
background: #0081BE url("../images/hesper_05.png") repeat-x scroll center top;
min-width: 240px; 
-webkit-text-size-adjust: none; /* The text size is not adjusted for Safari on iPhone */
}
.ie7 body,
.ie8 body {
min-width: 860px; /* media queries are not supported in ie7/8 without a polyfill */
}
#outer {width:100%;max-width:1200px;margin:0px auto;  overflow:hidden;position:relative;}
.main {
background: transparent url("../images/hesper_08.jpg") repeat-x scroll 0px -51px;
padding: 0px 0 10px;
min-height: 300px;width:100%;max-width:1200px;margin:0px auto;  overflow:hidden;
}
nav.top {background: transparent url("../images/hesper_08.jpg") repeat-x scroll 0px 0px;height:51px;line-height:51px;width:100%;}
nav.top li {display:inline;float: left;
list-style: outside none none;
padding: 0px 24px 0px 12px;
background: transparent url("../images/menu-blue.jpg") no-repeat scroll right 23px;
text-transform: uppercase;}
nav.top li  a {
color: #FFF;
text-decoration: none;
font-weight: normal;
font-size: 11px;
text-transform: uppercase;
}
nav.top li  a:hover {
color:#2E90C1;
text-decoration: none;
}
nav.top li.current a:link, nav.top li.current a:visited { color: #A5CB1F; }
nav.left {
width: 224px; 
margin: 0;
padding: 10px 0 20px 0;
list-style: none;
text-align: right; overflow:hidden;
float:left;}
.right-block{display:block;padding:0px 30px;margin:0px}

nav.left li {	margin: 0;
padding: 0; 
list-style: none;position: relative;display:block;
background: transparent url("../images/menu_14.png") no-repeat scroll right 0px;height:50px;line-height:52px;}
nav.left li:hover  {background:none;}
nav.left li.current { background: transparent url("../images/menu_14a.png") no-repeat scroll right 0px; }
nav.left li  a {
color: #FFF;
text-decoration: none;
font-weight: normal;
font-size: 11px;
text-transform: uppercase;
padding:0 20px;  display:block;
}
nav.left li  a:hover {
color:#fff;
text-decoration: none;
}
nav.left li  a img {display:block;float:left;padding:13px 0 0 0;}
.inner {
max-width: 1100px;
margin: 0 auto;
padding: 0 30px;
}
.ie6 .inner {
width: 960px;
}
.no-sidebar .content-container {
float: left;  min-height:300px; 
width:100%; /* makes content container full width when there is no sidebar */
}
.sidebar { /* this is the sidebar element */
margin-top: 12px;
}
.no-sidebar .sidebar {
display: none;
}
.center11 {width:97%;margin:0px auto;
overflow:hidden;
position:relative;
margin-top: 0px; z-index:1;
}
 
.center1 {
background: -webkit-radial-gradient( 30% 40%, farthest-corner ,  #007EBB, #00243A ); /* Safari */
background: -o-radial-gradient(30% 40%, farthest-corner ,  #007EBB, #00243A); /* Opera 11.6 to 12.0 */
background: -moz-radial-gradient(30% 40%, farthest-corner ,  #007EBB, #00243A); /* Firefox 3.6 to 15 */
background: radial-gradient(30% 40%, farthest-corner ,  #007EBB, #00243A); /* Standard syntax */
background-image: radial-gradient(farthest-corner at 30% 40%, #007EBB, #00243A);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#007EBB', endColorstr='#00243A');/*For IE7-8-9*/ 
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
border:2px solid #00243A;
position:absolute;
left:5px;right:5px;top:0px;bottom:0px;
z-index:-1;
}
.HomePage .center10 {
 background: transparent url("../images/mapp.png") no-repeat scroll right 0px; 
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
border:0px solid #00243A;
position:absolute;
left:0px;right:0px;top:0px;bottom:0px;
z-index:0;
}
.rotator {margin-top:2px;}
/* HEADER */
.header {
}
.header .inner {
overflow:hidden;
width:100%;
max-width:1000px;
margin:0px auto;
position: relative;
min-height: 72px;
}
#glob {
position: absolute;
right: 2px;
top: 40px;
margin: 0px;
border: 0px solid #1F2738;
padding: 0px;
width: 346px;
height: 347px;
z-index: 2;
background: url("../images/globus.png") no-repeat;
}
/* Brand */
header .brand, header .brand:hover {
float: left;
color: #fff;
display: inline-block;
}
.brand h1 {
margin: 0;
padding: 0;
font-size: 48px;
font-family: "HelveticaNeueLTPro-Bd", "Helvetica Neue LT Pro Bold", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue LT Pro", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #fff;
font-weight: 600;
font-stretch: normal; /* default value. No font stretching */
line-height: 1em;
}
.brand p {
color: #888;
margin-bottom: 22px;
}
/* Search form */
.search-bar {
position: absolute;
right: 13px;
top: 12px;
}
.search-bar .field {
margin: 0;
padding: 0;
}
.search-bar form input.text {
width: 155px;
padding: 5px 34px 5px 15px;
color: #888;
margin: 0;
border: none;
-moz-border-radius: 14px;
border-radius: 14px;
background: #fff;
}
.search-bar form input.action { /* positions the search button icon over the top of the search input */
font-size: 14px;
position: absolute;
right: 5px;
top: 0;
cursor: pointer;
border: none;
padding: 5px;
background: none;
font-family: 'WebSymbolsRegular';
color: #848484;
border-radius: 0;
margin: 0;
}
.search-bar form input.active,
.search-bar form input.action:hover {
color: #000;
}
.search-bar form input:focus,
.header textarea:focus {
outline: none; /* removes default browser outlining on focus */
}
.search-dropdown-icon {
display: none; /* hides search-dropdown-icon when site is at full width - media queries set it to display:block when at mobile/tablet width */
}
/* NAVIGATION */
/* Primary navigation */
.header .inner .unit {
position: relative; /* used to position the main navigation */
}
.header .primary ul {
position:absolute;
bottom:0;
right:0; /* positions the main navigation */
}
.header .primary li {
float: left;
padding-bottom: 14px;
margin: 0 5px;
position: relative;
white-space: nowrap; /* forces text to never wrap onto a second line */
}
.header .primary li a {
color: #888;
font-size: 15px;
font-family: Helvetica, Arial, sans-serif;
padding: 6px 8px;
font-weight: bold;
display: block;
}
.header .primary li a:hover {
color: #fff;
}
.header .primary li.section a,
.header .primary li.current a {
color: #fff;
}
.header .primary li.section:after,
.header .primary li.current:after {
content: '}'; /* adds triangle beneath current nav item ('}' is renders as a triangle when WebSymbolsRegular is set as the font) */
display: block;
position: absolute;
left: 50%;
margin-left: -7px;
bottom: -7px;
font-family: 'WebSymbolsRegular';
font-size: 30px;
color: #fff;
text-align: center;
line-height: 20px;
}
/* Tablet Navigation */
/* When navigation and logo overlap tablet-nav is initialized */
.tablet-nav .brand p {
margin-bottom: 0;
}
.tablet-nav .header .inner {
padding-top: 20px;
}
.tablet-nav .header .primary ul {
float: left;
clear: both;
position: relative;
margin: 20px 0 0 -13px;
white-space: nowrap;
right: auto; /* resets the right property value that is set for the desktop site */
}
.tablet-nav .header .primary ul li {
white-space: nowrap;
}
.tablet-nav .header .primary ul li a { /* there is no hover on touch devices so no transition on hover is necessary */
-moz-transition: none;
-webkit-transition: none;
transition: none;
}
.tablet-nav .footer .right {
float: left;
width: 100%;
}
/* Secondary navigation */
.main .secondary h3 {
font-size: 20px;
color: #AAA;
margin: 0 0 8px 0;
font-family: "CamboRegular", Georgia, "Times New Roman", Times, serif;
font-weight: normal;
}
.main .secondary {
border-bottom: 1px solid #e5e5e5;
}
.main .secondary ul {
padding: 0;
margin: 0;
}
.main .secondary li {
border-top: 1px solid #e5e5e5;
position: relative;
list-style-type: none;
margin-bottom: 0;
}
.main .secondary li .arrow { 
color: #b80000;
padding-right: 5px;
display: block;
font-size: 15px;
line-height: 20px;
position: absolute;
left: 2px;
top: 7px;
-moz-transition: 0.2s; /* this transition moves the arrow from left:2px to left:6px */
-webkit-transition: 0.2s;
transition: 0.2s;
}
.main .secondary li a:hover .arrow {
left: 6px; /* this sets the final position for the arrow transition */
}
.main .secondary li a { /* side nav link styling */
padding: 10px 0;
display: block;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 11px;
color: #333;
line-height: 17px;
border-bottom: none;
font-family: 'Lucida Sans', 'Lucida Grande', Arial, Helvetica, sans-serif;
}
.main .secondary li .text {
padding-left: 28px;
display: block;
}
.main .secondary li.current a.current {
color: #b80000;
background-color: #EDEDED;
}
.main .secondary li.section,
.main .secondary li.current {
background-color: #F3F3F3;
}
.main .secondary li.section a,
.main .secondary li.current a {
color: #000;
}
/* Secondary navigation 2-5 levels deep */
.main .secondary ul ul {
display: none;
}
.secondary ul li.current ul,
.secondary ul li.section ul { /* Only show child pages from selected parent */
display: block;
}
.secondary li.current ul ul {
display: none;
}
.main .secondary ul ul li a { padding-left: 10px; } /* Indent all sidebar navigation levels*/
.main .secondary ul ul li a .arrow { left: 12px; }
.main .secondary ul ul li a:hover .arrow { left: 16px; }
.main .secondary ul ul ul li a { padding-left: 20px; }
.main .secondary ul ul ul li a .arrow { left: 22px; }
.main .secondary ul ul ul li a:hover .arrow { left: 26px; }
.main .secondary ul ul ul ul li a { padding-left: 30px; }
.main .secondary ul ul ul ul li a .arrow { left: 32px; }
.main .secondary ul ul ul ul li a:hover .arrow { left: 36px; }
.main .secondary ul ul ul ul ul li a { padding-left: 40px; }
.main .secondary ul ul ul ul ul li a .arrow { left: 32px; }
.main .secondary ul ul ul ul ul li a:hover .arrow { left: 36px; }
.main .secondary li a:hover,
.main .secondary li.section a:hover,
.main .secondary li.current a:hover {
color: #b80000;
}
/* MIXED */
header:after,
.main:after,
#Root:after,
.search-bar:after,
header .inner:after,
footer:after { /* clearfix */
height: 0;
content: ".";
display: block;
clear: both;
visibility: hidden;
}
.search-bar form input.action,
.header .primary li a,
.footer a { /* adds color transition when links/inputs on hover */
-moz-transition: color 0.2s;
-webkit-transition: color 0.2s;
transition: color 0.2s;
}
.footer a.brand { color: #333; margin-left: 0; }
.footer a.brand:hover { color: #B80000; }
body h1 span.amp {
font-family: Baskerville,"Goudy Old Style","Palatino","Book Antiqua",Georgia;
font-style: italic;
}
/* FOOTER */
.footer {
padding: 20px 0;
font-size: 11px;
line-height: 22px;
}
.footer a:link, .footer a:visited, .footer a:hover {color:#fff;padding:0 5px;}
.footer .left {
float: left;
color: #000;
display: block;
margin-bottom: 10px;
}
.footer .right {
float: right;
display: block;
margin-bottom: 10px;
}
.footer span {
padding: 0 3px;
color: #bbb;
}
.footer .primary,
.footer .primary ul {
display: inline;
margin: 0;
padding: 0;
}
.footer .primary li {
display: inline;
}
.ie6 .footer .primary li,
.ie7 .footer .primary li { /* this is a bugfix for ie6/7 */
display: inline;
zoom: 1;
margin-right: 10px;
}
.footer .primary li:after { /* adds '/' to separate the footer navigation items */
padding: 0 3px 0 5px;
content: '/';
color: #999;
}
.footer .primary li:last-child:after {
content: ''; /* makes sure last nav item doesn't have a '/' following it */
}
.footer .arrow {
padding: 0 8px 0 5px;
color: #b80000;
font-size: 13px;
}
.footer .primary .nav-open-button {
display: none; /* the footer includes the primary nav include - this makes sure the nav open close button doesn't show up */
}
/* PAGE SPECIFIC LAYOUT */
/* Homepage */
/* currently no Hompage specific styles - feel free to add your own */
/* Search Results */
.typography .searchResults h1 {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
}
.searchResults p.searchQuery {
margin-bottom: 10px;
font-size: 15px;
font-weight: bold;
}
.searchResults ul#SearchResults {
padding: 0;
border-bottom: 1px solid #e5e5e5;
margin:0;
}
.searchResults ul#SearchResults li {
border-top: 1px solid #e5e5e5;
padding: 20px 0;
list-style-type: none;
}
.searchResults ul#SearchResults p {
margin-bottom: 10px;
}
.searchResults #PageNumbers a {
padding: 0 5px;
}
.searchResults #PageNumbers .pagination {
border-bottom: 1px solid #e5e5e5;
padding: 20px 0;
display:table; /* displays the pagination as a table so that elements stay inline and the middle column adjusts its size to accomodate and the right arrow stays to the right */
width:100%;
}
.searchResults #PageNumbers .pagination span{
display:table-cell; /* each element in the pagination div displays as a table cell */
}
.searchResults #PageNumbers p {
text-align: center;
padding:20px 0;
}
.searchResults #PageNumbers .next,
.searchResults #PageNumbers .prev {
font-size: 14px;
padding: 0 20px;
display:table-cell; /* each element in the pagination div displays as a table cell */
vertical-align: middle;
border-bottom:0 !important;
}
.searchResults #PageNumbers .next {
margin-left: 15px;
}
.searchResults #PageNumbers .prev {
margin-right: 15px;
}
/* DEVICE & RESPONSIVE LAYOUT */
.header .nav-open-button {
display: none; /* removes the nav toggle button for desktop site */
}
#media-query-trigger {
/* instead of detecting the width of the window in simple/javascript/script.js it detects the visibility of this element (which is set using media queries) 
instead to trigger the hiding/showing of nav and search in mobile mode */
display: none;
visibility: hidden;
}
/* BREAKPOINT 960px */

/* Print Styles */
/* Based on HTML5 boilerplate print styles */
@media print {
* {
background: transparent !important;
color: black !important;
box-shadow: none !important;
text-shadow: none !important;
filter: none !important;
-ms-filter: none !important;
}
a,
a:visited {
text-decoration: underline
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
/*
* Don't show links for images, or javascript/internal links
*/
.ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
content: "";
}
thead {
display: table-header-group
}
tr,
img {
page-break-inside: avoid
}
img {
max-width: 100% !important
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
@page {
margin: 0.5cm;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
/* Simple theme custom print styles */
.header,
.footer,
.nav-open-button,
.search-bar,
.search-dropdown-icon,
nav.primary {
display: none;
}
}
#accordion , #accordion2  {padding:10px 0;}
#accordion h3, #accordion2 h3 {color:#fff;font-size:11px; text-indent:15px;text-transform:uppercase;text-shadow: #000 1px 1px;
background: url(../images/belka.png) repeat-x top #0b131b;/*For IE7-8-9*/ 
width:98%;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
border:1px solid #2c5787;
margin:0px auto;
margin-top:10px;
margin-bottom:10px;
-moz-box-shadow: 0 0 0 1px   #232f41, 0px 0px 5px #000000;
-webkit-box-shadow:0 0 0 1px   #232f41,  0px 0px 5px #000000;
box-shadow: 0 0 0 1px   #232f41, 0px 0px 5px #000000;
}
.ui-accordion-content,  #accordion2 div  {padding:20px ;}
.foto-oferta {float:right;margin:0 0 20px 20px;}
.HomePage .foto-oferta {float:right;margin:20px  0 20px 20px;}
#maintext li {
list-style:  none;
margin: 0 0 0 5px;
padding : 0 0 0 10px;
background: transparent url("../images/bullet.gif") no-repeat scroll left top;
}
.system {
display: block;
overflow: hidden;
background: #015E97;
margin: 5px;
padding: 15px;
float: left;
clear: none;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
box-shadow: 0px 0px 5px #000;
-moz-box-shadow: 0px 0px 5px #000;
-webkit-box-shadow: 0px 0px 5px #000;
}
.system.white { background: #0080BD;}
.system.white:hover { background:  none;}
.system:hover {
background:  none repeat scroll 0% 0%;
}
.system p {overflow:hidden;}
.system img {float:left;margin:0 20px 0px 0;}
.content-page {overflow:hidden;display:block;clear:both;padding:10px 0;}
.biel  { -moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: 0px 0px 5px #000000;
-webkit-box-shadow: 0px 0px 5px #000000;
box-shadow: 0px 0px 5px #000000;
width:100%;overflow:hidden; 
margin:0px 0 40px 0;
background: -webkit-radial-gradient( 30% 40%, farthest-corner ,   #00243A ,#007EBB); /* Safari */
background: -o-radial-gradient(30% 40%, farthest-corner , #00243A,  #007EBB); /* Opera 11.6 to 12.0 */
background: -moz-radial-gradient(30% 40%, farthest-corner , #00243A,  #007EBB); /* Firefox 3.6 to 15 */
background: radial-gradient(30% 40%, farthest-corner , #00243A,  #007EBB); /* Standard syntax */
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00243A', endColorstr='#007EBB');/*For IE7-8-9*/ 
padding-top:20px;
}
.typography .biel img {float:left;margin :0 20px 0 10px;}
.biel div {display:block;overflow:hidden;}
.typography .biel p , .biel a:link,.biel a:visited,.biel a:hover {color:#fff;font-size:20px;line-height:26px;}
.typography .biel span { display:block;font-size:26px;line-height:36px;text-shadow:#000 1px 1px 3px;color:#A5CB1F;padding:15px 0 0 0;font-family:Arial, sans-serif; }
.typography .biel p.dane {padding:20px 0 0  0px;text-indent:0px;font-family:Arial, sans-serif; }
#maintext {padding:0 0 40px 0;min-height:240px;}
.HomePage #maintext {padding:0 0 15px 0; }
#maintext     ul.socialico {   overflow:hidden; float:left;padding-bottom:20px;}	
#maintext .socialico li {display:block; overflow:hidden; background:#015E97;margin:5px;padding:15px;float:left;clear:none; min-height:101px;text-align:center;
-moz-box-shadow: 0px 0px 5px #000000;
-webkit-box-shadow: 0px 0px 5px #000000;
box-shadow: 0px 0px 5px #000000;
width:18%;
}
#maintext .socialico li:hover {background:none;}
.socialico li strong {margin:0px auto;display:block;width:100%;clear:both;}
.socialico li img {margin:0px auto;clear:both;}
.foto-port {position:relative; display:block;width:31%;overflow:hidden; float:left;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;


    -moz-box-shadow: 0px 0px 5px #000;
    -webkit-box-shadow: 0px 0px 5px #000;
    box-shadow: 0px 0px 5px #000;margin:1%;padding:0%;}
.typography  .foto-port img { max-width:100%;height:auto; padding:0;margin:0 auto;display:block;

}
.foto-port a {position:relative; display:block; overflow:hidden;}
.foto-port .foto-port-opis {position:absolute;left: 0px;right: 0px;bottom: 0px;top: 0px; padding:10px;text-align:center;background:#004569;display:none;}
.foto-port:hover .foto-port-opis {display:block;}

.fotopo {width:30%;float:right;}
.fotopo img {
    
    

}
.fotopo .owl-stage-outer {
 -moz-box-shadow: 0px 0px 5px #00243A;
    -webkit-box-shadow: 0px 0px 5px #00243A;
    box-shadow: 0px 0px 5px #00243A;
    -moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
    max-width:200px;
    }
.textpo1 {width:60%;float:left;display: block;
overflow: hidden;

margin: 1%;
padding: 0%  1%  3% 1%;;clear: none;}


.textpo2,.textpo4 {width:60%;float:left;display: block;
overflow: hidden;
background:  #0080BD;
margin: 1%;
padding: 1%  2%  2% 2%;
clear: none;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
box-shadow: 0px 0px 5px #000;
-moz-box-shadow: 0px 0px 5px #000;
-webkit-box-shadow: 0px 0px 5px #000;}
.textpo3 {width:60%;float:left;display: block;
overflow: hidden;
background:#015E97;
margin: 1%;
padding: 1%  2%  2% 2%;
clear: none;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
box-shadow: 0px 0px 5px #000;
-moz-box-shadow: 0px 0px 5px #000;
-webkit-box-shadow: 0px 0px 5px #000;}
.typography .textpo2 h3, .typography .textpo3 h3 ,.typography .textpo4 h3   {font-size:14px;color:#fff;text-transform:uppercase;margin: 0px 0 0 0;text-shadow: #000 1px 1px;}
.textpo2:hover,.textpo3:hover  ,.textpo4:hover   {background:none;}
.typography .home h2 {
    padding: 12px 0px 0px;
    color: #FFF;
    margin: 0px;
    font-size: 26px;
    font-weight: normal;
    background: transparent none repeat scroll 0% 0%;
    text-indent: 0px;
    border-bottom: 0px solid #F00;
    text-decoration: none;
    text-transform: none; text-shadow: #000 1px 1px;
}

.typography .home h3 {
    color: #A5CB1F;
    font-size: 15px;
    text-indent:  0px; 
    padding: 5px 0px 5px; text-shadow: #333 1px 1px;
}
.content-home {display: none;width:100%;overflow:hidden;}
.content-home.current{
			display: block;
		}
   

.more-home {color:#fff;display:block;max-width:100px;font-size:11px; text-align:center;padding:5px 0;text-transform:uppercase;text-shadow: #000 1px 1px;
background: url(../images/belka.png) repeat-x top #0b131b;/*For IE7-8-9*/ 
width:98%;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
border:1px solid #2c5787;
margin:0px;
margin-top:20px;
margin-bottom:20px;
margin-left:5px;
-moz-box-shadow: 0 0 0 1px   #232f41, 0px 0px 5px #000000;
-webkit-box-shadow:0 0 0 1px   #232f41,  0px 0px 5px #000000;
box-shadow: 0 0 0 1px   #232f41, 0px 0px 5px #000000;
}
















 /* LIGHTBOX*/
 #sb-title-inner,#sb-info-inner,#sb-loading-inner,div.sb-message{font-family:"HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:200;color:#fff;}
#sb-container{position:fixed;margin:0;padding:0;top:0;left:0;z-index:999;text-align:left;visibility:hidden;display:none;}
#sb-overlay{position:relative;height:100%;width:100%;}
#sb-wrapper{position:absolute;visibility:hidden;width:100px;}
#sb-wrapper-inner{position:relative;border:1px solid #303030;overflow:hidden;height:100px;}
#sb-body{position:relative;height:100%;}
#sb-body-inner{position:absolute;height:100%;width:100%;}
#sb-player.html{height:100%;overflow:auto;}
#sb-body img{border:none;}
#sb-loading{position:relative;height:100%;}
#sb-loading-inner{position:absolute;font-size:14px;line-height:24px;height:24px;top:50%;margin-top:-12px;width:100%;text-align:center;}
#sb-loading-inner span{background:url(../images/loading.gif) no-repeat;padding-left:34px;display:inline-block;}
#sb-body,#sb-loading{background-color:#060606;}
#sb-title,#sb-info{position:relative;margin:0;padding:0;overflow:hidden;}
#sb-title,#sb-title-inner{height:26px;line-height:26px;}
#sb-title-inner{font-size:16px;}
#sb-info,#sb-info-inner{height:20px;line-height:20px;}
#sb-info-inner{font-size:12px;}
#sb-nav{float:right;height:16px;padding:2px 0;width:45%;}
#sb-nav a{display:block;float:right;height:26px;width:26px;margin-left:3px;cursor:pointer;background-repeat:no-repeat;}
#sb-nav-close{background-image:url(../images/close.png);}
#sb-nav-next{background-image:url(../images/next.png);}
#sb-nav-previous{background-image:url(../images/previous.png);}
#sb-nav-play{background-image:url(../images/play.png);}
#sb-nav-pause{background-image:url(../images/pause.png);}
#sb-counter{float:left;width:45%;}
#sb-counter a{padding:0 4px 0 0;text-decoration:none;cursor:pointer;color:#fff;}
#sb-counter a.sb-counter-current{text-decoration:underline;}
div.sb-message{font-size:12px;padding:10px;text-align:center;}
div.sb-message a:link,div.sb-message a:visited{color:#fff;text-decoration:underline;}

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
 .owl-carousel2 {width: 100%; max-width:1000px;margin:0px auto;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;  }
/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel , .owl-carousel1,   .owl-carousel11 {
    
  width: 100%; max-width:1000px;margin:0px auto;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;   
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden; width:100%;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;  
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;height:auto;overflow:hidden;
  float: left;  text-align:center;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-theme .owl-controls{margin-top:5px;text-align:center;-webkit-tap-highlight-color:transparent}
.owl-theme .owl-controls .owl-nav [class*=owl-]{color:#fff;height:48px;width:48px;font-size:14px;margin:0px;padding:0px;background:#808080;display:inline-block;cursor:pointer;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover{background:#869791;color:#fff;text-decoration:none}
.owl-theme .owl-controls .owl-nav .disabled{opacity:.5;cursor:default}
.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline}
.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#00243A;display:block;-webkit-backface-visibility:visible;-webkit-transition:opacity 200ms ease;-moz-transition:opacity 200ms ease;-ms-transition:opacity 200ms ease;-o-transition:opacity 200ms ease;transition:opacity 200ms ease;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}
.owl-theme .owl-dots .owl-dot.active span{background:#2BA8DE}
.owl-theme .owl-dots .owl-dot:hover span {background:#015E97}
.owl-carousel .owl-controls .owl-nav .owl-prev {left:10px;}
.owl-carousel .owl-controls .owl-nav .owl-next {right:20px;}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next{ 
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position:absolute;top:50%;margin-top:-24px; z-index:10; 
} 
.nextprev {margin:0px; float:left;width:100%;max-width:220px;clear:both;display:block;padding-left:10px;}
.prev, .next, .back{color:#fff;display:block;max-width:100px;font-size:11px; text-align:center;padding:5px 0;text-transform:uppercase;text-shadow: #000 1px 1px;
background: url(../images/belka.png) repeat-x top #0b131b;/*For IE7-8-9*/ 
width:98%;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
border:1px solid #2c5787;
margin:0px;
margin-top:10px;
margin-bottom:10px;
-moz-box-shadow: 0 0 0 1px   #232f41, 0px 0px 5px #000000;
-webkit-box-shadow:0 0 0 1px   #232f41,  0px 0px 5px #000000;
box-shadow: 0 0 0 1px   #232f41, 0px 0px 5px #000000;
}
.prev {float:left;}
.next {float:right;}
 .back  {margin:0px auto;margin-top:10px;
margin-bottom:10px;}
.justifyright {float:right;width:120px;height:auto;}
.dolne-ikony {position:relative;width:97%;margin:0px auto;display:block;overflow:hidden;padding:10px 0;}
.dolne-ikony-x {position:absolute;left:5px;right:5px;bottom:0px;top:60px;
background: -webkit-radial-gradient( 30% 40%, farthest-corner ,  #007EBB, #00243A ); /* Safari */
background: -o-radial-gradient(30% 40%, farthest-corner ,  #007EBB, #00243A); /* Opera 11.6 to 12.0 */
background: -moz-radial-gradient(30% 40%, farthest-corner ,  #007EBB, #00243A); /* Firefox 3.6 to 15 */
background-image: radial-gradient(farthest-corner at 30% 40%, #007EBB, #00243A);
background: radial-gradient(30% 40%, farthest-corner ,  #007EBB, #00243A); /* Standard syntax */
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#007EBB', endColorstr='#00243A');/*For IE7-8-9*/ 
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
border:2px solid #00243A;
z-index:1;
}
.dolne-ikony-y {padding:0 7px;}
.portcoscos {
    position: relative;
    width: 95%;
    margin: 0px auto;
    display: block;
    
    padding: 20px 0px;
    
}
.portcoscos  img {-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px; 
max-width:100%;height:auto;  

    
    margin:0px;

}
 
.ikoncos {position:relative;width:21%;padding:0 2%;display:block;float:left;z-index:2;text-align:center;}
.ikoncos a:link, .ikoncos a:visited, .ikoncos a:hover {color:#fff;} 
.ikoncos h4 a { padding: 0 0 5px 0px;text-shadow: #000 1px 1px; color: #fff;margin:0px;margin-bottom:10px;display:block;font-size:11px;font-weight: normal;background: none;text-indent:0px;border-bottom:1px solid #198fbd;text-transform:uppercase;}
.top-ikony {position:relative;width:97%;margin:0px auto;display:block;overflow:hidden;padding:10px 0;}
.iconcos {position:relative;width:29%;margin:0 2%;padding:10px 0;display:block;float:left; text-align:center;
    border:1px solid #00517B; 
    background: rgb(1, 89, 137); 
background: rgba(1, 89, 137, .67); 

    -moz-box-shadow: 0px 2px 6px #002E4A;
    -webkit-box-shadow: 0px 2px 6px #002E4A;
    box-shadow: 0px 2px 6px#002E4A;


    -moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;

}
.typography .content-home .iconcos p, .typography .content-home .iconcos a { }
.typography .content-home .iconcos h4 a:link, .typography .content-home .iconcos h4 a:visited, .typography .content-home .iconcos h4  a:hover 
{
    text-align: center;
    padding: 2px 0px;
    text-transform: uppercase;
    color: #A5CB1F;
    margin: 0px auto;
    font-size: 14px;
    font-weight: normal;
    background: transparent none repeat scroll 0% 0%;
    text-indent: 0px;
    border-bottom: 0px solid #FF5E02;
    text-decoration: none;
    text-shadow: 1px 1px #333;
}
.iconcos img {display:block;margin:0px auto;clear:both;}
.cell {display:none;}


@media only screen and (max-width: 960px) {
#glob {
 
width: 246px;
height: 247px; 
background: url("../images/globus960.png") no-repeat;
}
.top-ikony {
    
    width: 100%;
    
}
.iconcos {width:30%;margin:0 1%;

}
}
@media only screen and (max-width: 900px) {
.iconcos {width:46%;margin:0 1%;  float:left;

}
.iconcos:nth-child(3) {
   display:none;
}
.foto-port { width:46%; max-width:250px;  float:left;
 margin:1%;padding:0%;}
 }
@media only screen and (max-width: 750px) {
.cell {display:block;} 
.header .nav-open-button {display:block;background: transparent url("../images/hesper_08.jpg") repeat-x scroll 0px 0px;font-size:18px;height:51px;line-height:51px;width:100%;}
.header .nav-open-button img {padding: 0;vertical-align:middle;}
nav.top2 {
width: 224px; 
margin: 0;
padding: 10px 0 20px 0;
list-style: none;
text-align: right; overflow:hidden;
float:left;
    height: auto;
    position: fixed;
    bottom: 10px; left:-10px;
    z-index: 2147483647;
    background: -webkit-radial-gradient( 30% 40%, farthest-corner ,  #007EBB, #00243A ); /* Safari */
background: -o-radial-gradient(30% 40%, farthest-corner ,  #007EBB, #00243A); /* Opera 11.6 to 12.0 */
background: -moz-radial-gradient(30% 40%, farthest-corner ,  #007EBB, #00243A); /* Firefox 3.6 to 15 */
background: radial-gradient(30% 40%, farthest-corner ,  #007EBB, #00243A); /* Standard syntax */
background-image: radial-gradient(farthest-corner at 30% 40%, #007EBB, #00243A);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#007EBB', endColorstr='#00243A');/*For IE7-8-9*/ 
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
border:2px solid #00243A;


    -moz-box-shadow:3px 3px 5px #00243A;
    -webkit-box-shadow:3px 3px 5px #00243A;
    box-shadow:3px 3px 5px #00243A;


} 
nav.top2 li {	margin: 0;
padding: 0; 
list-style: none;position: relative;display:block;
background: transparent url("../images/menu_14.png") no-repeat scroll right 0px;height:50px;line-height:52px;}
nav.top2 li:hover  {background:none;}
nav.top2 li.current { background: transparent url("../images/menu_14a.png") no-repeat scroll right 0px; }
nav.top2 li  a {
color: #FFF;
text-decoration: none;
font-weight: normal;
font-size: 11px;
text-transform: uppercase;
padding:0 20px;  display:block;
}
nav.top2 li  a:hover {
color:#fff;
text-decoration: none;
}
nav.top2 li  a img {display:block;float:left;padding:13px 0 0 0;}
.inner {
max-width: 1100px;
margin: 0 auto;
padding: 0 30px;
}
header  {text-align:center;}
#glob, .rotator, nav.left, nav.top  {
display:none;
background: none;
}
.center11 {margin-top:30px;margin-bottom:30px;}
.content-home {display:block;border-bottom:1px solid #006597;}
.content-home:last-child {
    border-bottom:0px;
} 
.owl-carousel .owl-item .content-home {text-align:left;}
.ddmenu {background: transparent url("../images/hesper_08.jpg") repeat-x scroll 0px 0px;height:51px;line-height:51px;width:100%; }
nav.bottom {  width:auto;margin:0px auto;display:table; }
nav.bottom li { float: left;
list-style: outside none none;
padding: 0px 24px 0px 12px;
background: transparent url("../images/menu-blue.jpg") no-repeat scroll right 23px;
text-transform: uppercase;}
nav.bottom li  a {
color: #FFF;
text-decoration: none;
font-weight: normal;
font-size: 11px;
text-transform: uppercase;
}
nav.bottom li  a:hover {
color:#2E90C1;
text-decoration: none;
}
nav.bottom li.current a:link, nav.bottom li.current a:visited { color: #A5CB1F; }
}
@media only screen and (max-width: 640px) { 
.dolne-ikony {display:none;}
.ddmenu {background: none;height:auto;line-height:41px;width:100%;overflow:hidden;display:block;padding:20px 0; }
nav.bottom {  width:auto;margin:0px auto;display:block; width:100%;}
nav.bottom li {color:#fff;float:none;font-size:11px; text-indent:0px;text-transform:uppercase;text-shadow: #000 1px 1px;
background: url(../images/belka.png) repeat-x top #0b131b;/*For IE7-8-9*/ 
width:85%;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
border:1px solid #2c5787;
margin:0px auto;
margin-top:10px;
margin-bottom:10px;
-moz-box-shadow: 0 0 0 1px   #232f41, 0px 0px 5px #000000;
-webkit-box-shadow:0 0 0 1px   #232f41,  0px 0px 5px #000000;
box-shadow: 0 0 0 1px   #232f41, 0px 0px 5px #000000;
text-align:center;}
nav.bottom li  a {
color: #FFF;  display:block;
text-decoration: none;
font-weight: normal;
font-size: 11px;
text-transform: uppercase;
}
nav.bottom li:hover {background:#0C1620;}
nav.bottom li  a:hover {
color:#fff;
text-decoration: none;
}
nav.bottom li.current a:link, nav.bottom li.current a:visited { color: #A5CB1F; }
.fotopo , .textpo1 {width:100%;}
.fotopo  {text-align:center;padding:20px 0;}
.fotopo  .owl-stage-outer {margin:0px auto;}
.textpo2, .textpo4, .textpo3 {width:95%;}
#maintext table {display:none;}
}
@media only screen and (max-width: 450px) { .foto-port { width:100%; max-width:250px;  float:none;
 margin:0px auto;margin-top:3%;margin-bottom:3%;padding:0%;}
 }
 
@media only screen and (max-width: 400px) { 
.iconcos {width:96%;margin: 1%;

}
.iconcos:nth-child(3) {
   display:block;
}
.typography .home h2 {font-size:20px;}
  .foto-oferta, .system img, .typography .biel img  {
    float: none; display:block;
    margin:  0px auto;
    padding:5px 0;
    clear:both;
}
.biel div.inside {width:95%;margin:0px auto;text-align:center;} 
.typography .biel p , .biel a:link,.biel a:visited,.biel a:hover { font-size:18px;line-height:22px;}
.typography .biel span {  font-size:20px;line-height:30px;  }



}
#Form_KontaktForm_inne_Holder, #Form_KontaktForm_name_Holder {display:none}