 
article, aside, details, figcaption, figure, footer, toper, hgroup, nav, section, summary { display: block; }

audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }

audio:not([controls]) { display: none; height: 0; }

[hidden] { display: none; }

 
html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;  height: 100%;}
html, html a { -webkit-font-smoothing: antialiased; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);}

html, button, input, select, textarea { font-family: 'Open Sans', 'PT Sans', sans-serif; }



body { margin: 0; font-family: 'Open Sans', sans-serif; height: 100%; background-color: #ffffff; overflow-x: hidden;}

#home {width: 100%; }
 
a:focus { outline: thin dotted; }

a:active, a:hover { outline: 0; }
 
h1 { font-size: 2em; margin: 0.67em 0; color: #353535; }
h2 { font-size: 1.5em; margin: 0.83em 0; }
h3 { font-size: 1.17em; margin: 1em 0; }
h4 { font-size: 1em; margin: 1.33em 0; }
h5 { font-size: 0.83em; margin: 1.67em 0; }
h6 { font-size: 0.75em; margin: 2.33em 0; }
/* * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome. */
abbr[title] { border-bottom: 1px dotted; }
/* * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome. */
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
/* * Addresses styling not present in Safari 5 and Chrome. */
dfn { font-style: italic; }
/* * Addresses styling not present in IE 6/7/8/9. */
mark { background: #ff0; color: #000; }
/* * Addresses margins set differently in IE 6/7. */
p, pre { margin: 1em 0; }
/* * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome. */
code, kbd, pre, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
/* * Improves readability of pre-formatted text in all browsers. */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
/* * Addresses CSS quotes not supported in IE 6/7. */
q { quotes: none; }
/* * Addresses `quotes` property not supported in Safari 4. */
q:before, q:after { content: ''; content: none; }
small { font-size: 75%; }
/* * Prevents `sub` and `sup` affecting `line-height` in all browsers. */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
/* ==========================================================================
Lists
========================================================================== */
/* * Addresses margins set differently in IE 6/7. */
 
dl, menu, ol, ul { margin: 1em 0; }
dd { margin: 0 0 0 40px; }
/* * Addresses paddings set differently in IE 6/7. */
menu, ol, ul { padding: 0 0 0 40px; }
/* * Corrects list images handled incorrectly in IE 7. */
nav ul, nav ol { list-style: none; list-style-image: none; }
/* ==========================================================================
Embedded content
========================================================================== */
/* * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
* 2. Improves image quality when scaled in IE 7. */
 
img { border: 0; /* 1 */
-ms-interpolation-mode: bicubic; /* 2 */ }
/* * Corrects overflow displayed oddly in IE 9. */
svg:not(:root) { overflow: hidden; }
/* ==========================================================================
Figures
========================================================================== */
/* * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11. */
 
figure { margin: 0; }
/* ==========================================================================
Forms
========================================================================== */
/* * Corrects margin displayed oddly in IE 6/7. */
 
form { margin: 0; }
/* * Define consistent border, margin, and padding. */
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
/* * 1. Corrects color not being inherited in IE 6/7/8/9.
* 2. Corrects text not wrapping in Firefox 3.
* 3. Corrects alignment displayed oddly in IE 6/7. */
legend { border: 0; /* 1 */
	padding: 0; white-space: normal; /* 2 */
*margin-left: -7px; /* 3 */ }
/* * 1. Corrects font size not being inherited in all browsers.
* 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5, *    and Chrome.
* 3. Improves appearance and consistency in all browsers. */
button, input, select, textarea { font-size: 100%; /* 1 */
	margin: 0; /* 2 */
	vertical-align: baseline; /* 3 */
*vertical-align: middle; /* 3 */ }
/* * Addresses Firefox 3+ setting `line-height` on `input` using ` !important` in
* the UA stylesheet. */
button, input { line-height: normal; }
/* * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Corrects inability to style clickable `input` types in iOS.
* 3. Improves usability and consistency of cursor style between image-type
*    `input` and others.
* 4. Removes inner spacing in IE 7 without affecting normal text inputs.
*    Known issue:inner spacing remains in IE 6. */
button, html input[type="button"], /* 1 */
input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
*overflow: visible; /* 4 */ }
/* * Re-set default cursor for disabled elements. */
button[disabled], input[disabled] { cursor: default; }
/* * 1. Addresses box sizing set to content-box in IE 8/9.
* 2. Removes excess padding in IE 8/9.
* 3. Removes excess padding in IE 7.
*    Known issue:excess padding remains in IE 6. */
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
	*height: 13px; /* 3 */
*width: 13px; /* 3 */ }
/* * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
* 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
*    (include `-moz` to future-proof). */
input[type="search"] { -webkit-appearance: textfield; /* 1 */
	-moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */
box-sizing: content-box; }
/* * Removes inner padding and search cancel button in Safari 5 and Chrome
* on OS X. */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
/* * Removes inner padding and border in Firefox 3+. */
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
/* * 1. Removes default vertical scrollbar in IE 6/7/8/9.
* 2. Improves readability and alignment in all browsers. */
textarea { overflow: auto; /* 1 */
vertical-align: top; /* 2 */ }
/* ==========================================================================
Tables
========================================================================== */
/* * Remove most spacing between table cells. */
table { border-collapse: collapse; border-spacing: 0; }
/* ==========================================================================
Global Styles
========================================================================== */
a { color: #353535; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; }
a:hover, a:focus { color: #ffffff; text-decoration: none; }
p { color: #8c9398; word-spacing: 1px; line-height: 25px; font-size: 14px; }
h2 { font-size: 15px; color: #ffffff; text-transform: uppercase; }

.section-padding { padding: 55px 0 55px }
.light-bg { background-color: #fff; }
.dark-box {  -webkit-box-shadow: 0px 3px 0px 0px #f0f2f4; -moz-box-shadow: 0px 3px 0px 0px #f0f2f4; box-shadow: 0px 3px 0px 0px #f0f2f4; }
.light-box { background-color: #fff; -webkit-box-shadow: 0px 3px 0px 0px #f0f2f4; -moz-box-shadow: 0px 3px 0px 0px #f0f2f4; box-shadow: 0px 3px 0px 0px #f0f2f4; padding: 20px 0; }
.light-box:hover, .light-box:focus { -webkit-box-shadow: 0px 3px 0px 0px #3dc9b3; -moz-box-shadow: 0px 3px 0px 0px #3dc9b3; box-shadow: 0px 3px 0px 0px #3dc9b3; }
.box-hover { transition: all 500ms ease-in-out; -webkit-transition: all 500ms ease-in-out; -moz-transition: all 500ms ease-in-out; -o-transition: all 500ms ease-in-out; }
.box-hover:hover, .box-hover:focus { transform: translate(0, -15px); -webkit-transform: translate(0, -15px); -ms-transform: translate(0, -15px); }
.wrapper { height: 650px; }
.nopadding { padding: 0; }
.inner { padding-top: 170px; }

/* ==========================================================================
Main
========================================================================== */
.preload-images {
	background: url('../images/2.jpg') no-repeat -9999px -9999px;
	background: url('../images/2.jpg') no-repeat -9999px -9999px,
		    url('../images/3.jpg') no-repeat -9999px -9999px,
		    url('../images/4.jpg') no-repeat -9999px -9999px;
	}

.main {  }
.main h1 { font-size: 40px; letter-spacing: 12px; margin: 10px; }
.main h1 span { color: #a1a9b0; display: inline-block; }
.main p { letter-spacing: 1px; }
.try-it-btn { background: rgba(241, 57, 48, 1); color: #fff; text-transform: uppercase; letter-spacing: 1px; display: inline-block; font-family: 'PT Sans Narrow'; font-weight: 400; font-size: 28px; }
.try-it-btn:hover, .try-it-btn:focus { background: rgba(241, 57, 48, 0.8); color: #fff; }

@media (max-width:767px){
    .try-it-btn {padding:  40px 30px; margin: 60px 0 0; font-size: 20px;}
}

@media (min-width: 768px) and (max-width: 991px)  {
   .try-it-btn {padding: 40px 30px; margin: 60px 0 0;}
}

@media (min-width: 992px) and (max-width: 1199px) {
   .try-it-btn {padding: 50px 40px; margin: 60px 0 0;}
  
}

@media (min-width:1200px){
   .try-it-btn {padding: 60px 80px; margin: 60px 0 0;}
}

.img1 {
  background-image: url('../images/1_5.jpg');  
}

.img2 {
  background-image: url('../images/2_7.jpg');  
}

.img3 {
  background-image: url('../images/3_1.jpg');  
}

.img4 {
  background-image: url('../images/4.jpg');  
}






.fa-quote-left {
    font-size: 26px;
    margin-top: 2px;
    vertical-align: top;
    color: #007b78;
}

.fa-quote-right {
    font-size: 26px;
    margin-top: 2px;
    vertical-align: top;
    color: #007b78;
}



.up-btn2 { width: 50px; height: 50px; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; -o-border-radius: 50%; background: rgba(186, 186, 186, 0.8); display: none; color: #fff; font-size: 18px; line-height: 46px; text-align: center; position: fixed; bottom:20px; right: 20px; z-index: 1500;}
.up-btn2:hover, up-btn2:focus { color: #ffffff; background: rgba(0, 123, 120, 1); }

.down-arrow-btn { width: 40px; height: 40px; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; -o-border-radius: 50%; background: rgba(61, 201, 179, 1); display: inline-block; margin: 10px auto 20px; color: #fff; font-size: 16px; line-height: 40px; text-align: center; }
.down-arrow-btn:hover, .down-arrow-btn:focus { color: #fff; background: rgba(61, 201, 179, 1); }


footer { background-color: #ffffff; max-height: 100%; color: #4d4d4f; display: block;}


footer h4 {
    line-height: 12px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}

footer ul {
    list-style: none;
    padding: 0px;
}

.footer ul:first-child {
    margin-top: 0px;
}


footer ul li {
   line-height: 24px;
}

footer ul li a, footer ul li a:visited {
color: #4d4d4f;
font-size: 14px;
font-weight: 400;
}


.address {padding: 0px 40px; text-align: left; font-family: 'Open Sans'; font-weight: 300; font-size: 16px;}

.address .icon { display: block; color: #fff; text-align: left;}
.address span, .address p {vertical-align: top; line-height: 40px; margin-left: 15px; white-space: pre;}
.icon-4 { background: url('../img/person.png') no-repeat; height: 40px; width: 40px; }
.icon-5 { background: url('../img/phone.png') no-repeat; height: 40px; width: 40px; }
.icon-6 { background: url('../img/mail.png') no-repeat; height: 40px; width: 40px; }
.icon-7 { background: url('../img/town.png') no-repeat; height: 40px; width: 40px; }

.addres form {
    text-align: right;
    display: inline-block;
}
.address input[type="text"],.address textarea{
	width: 86%;
	padding:0.6em;
	border:none;
	margin-bottom:1em;
	color:#12283f;
	font-size:0.875em;
	font-family: 'Open Sans', sans-serif;
	transition:border-color 0.4s;
	-webkit-transition:border-color 0.4s;
	-moz-transition:border-color 0.4s;
	-o-transition:border-color 0.4s;
	-ms-transition:border-color 0.4s;
}
.addresst input[type="text"]:hover,.address textarea:hover{
	border-color:#084A5C;
}
.address textarea{
	min-height:130px;
}
.address input[type="submit"]{
    clear: both;
	background:rgba(241,57,48,0.8);
	padding:0.6em;
	color:#ffffff;
	cursor:pointer;
	outline:none;
	border:none;
	float:right;      
	margin-right:14%;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
        font-size:0.875em;
}
.address input[type="submit"]:hover{
	background:#f13930;
        color: #ffffff;
}


/* ----------------------   TOP MENU  ------------------------- */
#top-menu {
    background-color: #ffffff;
    
   
}
#top-menu a {text-decoration: none;}


.navbar-toggle {
    border-color: #ddd;
}

.navbar-toggle .icon-bar {
    background-color: #ccc;
}


.navbar::before, .navbar::after {
    content: " ";
    display: table;
}
.navbar::after {
    clear: both;
}

.navbar::after {
    clear: both;
}

.navbar-collapse {
    background-color: #ffffff;
}

.head-section .navbar {
    margin-bottom: 0;
}

.navbar-default { border: none }
.navbar-brand {    
    color: #12283f; 
    font-size: 30px;
    font-weight: 100;
    line-height: 30px;
    margin-top: 30px;
    padding: 0;
}
.navbar-brand span { color: #48cfad }
.head-section .navbar-collapse  ul.navbar-nav {
    float: right;
    margin-right: 0;
    z-index: 199;
}
.head-section .navbar-default { background-color: #fff }
.head-section .nav li a,
.head-section .nav li.active ul.dropdown-menu li a {
    color: #12283f; 
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    background: none;
}
ul.dropdown-menu { border: none }
.head-section .nav li a:hover,
.head-section .nav li a:focus,
.head-section .nav li.active a,
.head-section .nav li.active a:hover,
.head-section .nav li a.dropdown-toggle:hover,
.head-section .nav li a.dropdown-toggle:focus,
.head-section .nav li.active ul.dropdown-menu li a:hover,
.head-section .nav li.active ul.dropdown-menu li.active a {
    color: #fff;
    background-color: #007b78;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.head-section .navbar-default .navbar-nav > .open > a,
.head-section .navbar-default .navbar-nav > .open > a:hover,
.head-section .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #007b78;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.head-section .navbar { min-height: 85px }
.head-section .navbar-nav > li {
    padding-bottom: 10px;
    padding-top: 25px;
}
.head-section ul.navbar-nav li:last-child() { margin-left: 10px !important }
.head-section  .navbar-nav > li > a {
    padding-bottom: 5px;
    padding-top: 5px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin-left: 2px;
    line-height: 30px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.dropdown-menu li a:hover { color: #fff !important }
.head-section .navbar-default .navbar-nav > .open > a .caret,
.navbar-default .nav li.dropdown > a:focus .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #fff;
}
.dropdown-menu { box-shadow: none }
.head-section .nav li .dropdown-menu {
    margin-top: -5px;
    padding: 0;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}
.head-section .nav li .dropdown-menu li a {
    line-height: 30px;
    padding: 3px 12px;
    border-bottom: 1px solid #F3E8E8;
}


.dropdown-menu li a:hover {
    color: #fff !important;
}

.dropdown-menu {
    box-shadow: none;
}
.head-section .nav li .dropdown-menu {
    border-radius: 0;
    margin-top: -5px;
    padding: 0;
}
.head-section .nav li .dropdown-menu li a {
    border-bottom: 1px solid #f3e8e8;
    line-height: 30px;
    padding: 3px 12px;
}

.main-slider {      
    margin: 0 auto;
    min-width: 520px;
    overflow: hidden;
    position: relative;
    transition: background-position 1s ease-out 0.3s;
    width: 100%;
    z-index: 1;    
}

.main-slider h2 {
    color: #ffffff;
    text-transform: none;
    font-family: "Open Sans", sans-serif;
}

.owl-item img{
    display: block;
    width: 100%;
    height: auto;
}

#about h4 {
    font-size: 26px;
    font-weight: 600;
    margin: 0px;
    color: #0e0e0e;
}
#about h4 span {
    font-weight: 300;
}

#about p {
    color: #0e0e0e;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
}

.delay-05s { animation-delay: 0.5s; -webkit-animation-delay: 0.5s; }
.delay-1s { animation-delay: 1s; -webkit-animation-delay: 1s; }
.delay-15s { animation-delay: 1.5s; -webkit-animation-delay: 1.5s; }
.delay-20s { animation-delay: 2s; -webkit-animation-delay: 2s; }
.delay-25s { animation-delay: 2.5s; -webkit-animation-delay: 2.5s; }


/* PRODUKTY */

#product {
    margin: 25px 0px;
    border-top: 1px dotted #8c9398;
}

#product p { margin: 0px; padding-top: -5px; color: #0e0e0e; font-size: 20px; font-weight: 300; font-family: 'Open Sans';}
#product h1.arrow { font-size: 40px; color: #0e0e0e; font-weight: 300; padding-bottom: 0px; font-family: 'Open Sans'; }

.product-text {
    position: absolute;
    top: 0px;
}

.grid-product-item {
    transform: translateZ(0px);
    display: block;
    overflow: hidden;
    float: left;
}

.grid-product:after {
  content: '';
  display: block;
  clear: both;
}

.grid-product-item img {
  display: block;
  max-width: 100%;
}




.grid {
  background: #ffffff;
  max-width: 100%;
}

/* clearfix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- grid-item ---- */

.grid-sizer,
.grid-item {
  width: 20%;
}

.grid-item {
  height: auto;
  float: left;
  background: #007b78;
}

.grid-item--width2 { width:  40%; }
.grid-item--width3 { width:  60%; }

.grid-item--height2 { height: 200px; }
.grid-item--height3 { height: 260px; }
.grid-item--height4 { height: 360px; }

.grid .overlay {
    display: block;
    position: relative;
}
.faux {
    background: rgba(0, 123, 120, 0.9);
    height: 100%;   
    width: 100%;
    z-index: 1001;
}

.grid-item h3 {    
    color: #ffffff;
    letter-spacing: 0.2em;
    top: 45%;
    padding: 0 10%;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    z-index: 1005;
    opacity: 0;
}
/* STATYSTYKI */



.statistics-view {
      display: inline-block;
       vertical-align: bottom;
       position: relative;
}

.statistics-view .container {     
       position: absolute;
}

.fact {
    text-align: center; 
    bottom: 0px;
    vertical-align: bottom;
      display: inline-block;
      
}

.fact p {
    color: #ffffff; font-weight: 400;
    vertical-align: bottom;
    display: inline-block;}

.highlight {
   color: #ffffff;   
   font-weight: 700; 
   font-family: 'Open Sans'; 
}

.security {
    margin-top: -4px;   
}

.security h2 {
    font-family: 'Open Sans';
    font-weight: 800;
    line-height: 30px;
}
#technology {
    width: 100%;
}
.col-md-12{
    padding: 0px;
    margin: 0px;
}


#web h1 {
    font-weight: 300;
    color: #0e0e0e;
    text-transform: none;
    font-family: 'Open Sans', sans-serif;
}


.contact-details { margin: 20px 0px 0px 0px; display: inline-block;}
.contact-details h2 { font-size: 20px; }
.contact-details h2 span { display: block; color: #3dc9b3; text-transform: uppercase; letter-spacing: 1px; font-size: 14px; margin-top: 15px; }
.contact-wrap { position: relative; }

footer { background-color: #ffffff; max-height: 100%; color: #4d4d4f; display: block;}

.dark-bg { background-color: #e2e4e5; width: 100%; padding-bottom: 10px; min-height: 450px; margin: auto;}
.light-bg-bg { background-color: #ffffff; width: 100%; padding-bottom: 10px; min-height: 20px; margin: auto;}
footer h4 {
    line-height: 12px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}

footer ul {
    list-style: none;
    padding: 0px;
}

.footer ul:first-child {
    margin-top: 0px;
}


footer ul li {
   line-height: 24px;
}

footer ul li a, footer ul li a:visited {
color: #4d4d4f;
font-size: 14px;
font-weight: 400;
}

footer ul li a:hover {
    color: #007b78;
}

.iso img {
    text-align: center;
    vertical-align: middle;
}


#face-slider{
		position:fixed;
		right:-310px;
		top:190px;
		z-index:1009;
	}
	#face-slider #tab{
		cursor:pointer;
		height:48px;
		width:48px;
		float:left;
		background: url('../img/facebook-slider.png') no-repeat center center;
	}
	#face-code{
		padding:5px;
		border: solid #12283f 1px;
		background: #fff;
		float:left;
		width:310px;
		height:270px;	
	}
        
.da-slide h2{
	color: #ffffff;	
	white-space: nowrap;
	z-index: 10;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
        overflow: hidden;
        margin-left: -8%;
}
.da-slide p{
	width: 45%;
	top: 260px;
	color: #ffffff;
	font-size: 22px;
	line-height: 26px;
	height: 80px;
	overflow: hidden;	
	margin-left: -8%;
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
        font-style: italic;
}

.da-slide .da-link{
	top: 390px; /*depends on p height*/	
	color: #fff;
	padding: 10px 5px;
	font-size: 18px;
	line-height: 30px;
	width: 170px;
	text-align: center;
	background: #007b78;
	margin-left: -8%;
        font-family: 'Open Sans', sans-serif;
}
.da-slide .da-link:hover{
	background: rgba(72, 207, 173, 0.80);
}

.da-logo {
        top: 60px; /*depends on p height*/	
	color: #fff;
	padding: 10px 5px;
	line-height: 30px;
	margin-left: -8%;
        overflow: hidden;
        margin-bottom: 20px;       
}

#atlas {
    
}

.atlas {
    background: url('../img/atlas-tlo.jpg') no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-attachment: fixed; box-sizing: content-box; padding: 0px; height: 350px; width: 100%; 
}

.atlas-text {
    background-color: rgba(0,123,120,0.7);
    height: 350px;  
    overflow: hidden;
}

.atlas h2 {
    font-size: 30px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    margin-top: 5%;
    margin-left: 3%;
    
}

.atlas p {
    color: #ffffff;
    margin-left: 3%;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 300;    
}

.atlas span {
    color: #ffffff;
    margin-left: 3%;
    padding: 10px 20px; 
    margin-top: 10px;
    border: 1px solid #ffffff;
}

.atlas a {
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

@media screen and (max-width: 320px) {
    .highlight {
        font-size: 7px;   
    }
    .statistics-view .lead {
        font-size: 4px;
    }
    .statistics-view .container {
        margin-left: 25%;
        bottom: 10%;
    }
    .statistics-view {
        background: url('../img/statystyki-2.jpg') no-repeat center center;  background-size: 100% auto;  min-height: 120px;  width: 100%;   
    }
    .security h2 {
        font-size: 10px;
    }
    .security p {
        font-size: 6px; 
    }
    #web h1 {
        font-size: 10px;
    }
    .da-logo {
        width: 30%;
    }
    .da-slide h2 {
        font-size: 15px;
    }
    #pracademia-dokumenty a {
        font-size: 10px;
        line-height: 12px; 
    }
    
    #pracademia-dokumenty img {
        width: 40%;
    }

    #pracademia-cel h1 {   
        font-size: 16px;    
        line-height: 26px;
        padding: 0 5%;   
    }

    #pracademia-inicjatywa p {
        padding: 0%;   
        font-size: 12px;   
        line-height: 22px;
    }

    #pracademia-inicjatywa h1 {
        padding: 0%;    
        font-size: 16px;   
        line-height: 26px;
    }

    #pracademia-cel p, #pracademia-wspolpraca p, #pracademia-projekt p {
        font-size: 12px;
        line-height: 22px;
        padding: 0 5%;   
    }
}

@media (min-width: 321px) and (max-width: 599px) {
    .main-slider h2 {
        font-size: 18px;
    }
    .grid-item h3 {
        font-size: 10px;
    }
    .highlight {
        font-size: 14px;   
    }
    .statistics-view .lead {
        font-size: 8px;
    }
    .statistics-view .container {
        margin-left: 25%;
        bottom: 10%;
    }
    .statistics-view {
        background: url('../img/statystyki-2.jpg') no-repeat center center;  background-size: 100% auto;  min-height: 228px;  width: 100%;   
    }
    .security h2 {
        font-size: 10px;
    }
    .security p {
        font-size: 8px; 
    }
    #web h1 {
        font-size: 14px;
    }
    .da-logo {
        width: 40%;
    }
    .da-slide h2 {
        font-size: 20px;
    }
    #pracademia-dokumenty a {
        font-size: 10px;
        line-height: 12px; 
    }
    
    #pracademia-dokumenty img {
        width: 40%;
    }

    #pracademia-cel h1 {   
        font-size: 20px;    
        line-height: 26px;
        padding: 0 3%;
    }

    #pracademia-inicjatywa p {
        padding: 0%;   
        font-size: 16px;   
        line-height: 24px;
    }

    #pracademia-inicjatywa h1 {
        padding: 0%;    
        font-size: 20px;   
        line-height: 20px;
    }

    #pracademia-cel p, #pracademia-wspolpraca p, #pracademia-projekt p {
        font-size: 14px;
        line-height: 22px; 
        padding: 0 3%;
    }
    
}



@media (min-width: 600px) and (max-width: 767px)  {
    #top-menu{height:45px;}
    #top-menu img{margin-top:9px}  
    .main-slider h2 {
        font-size: 18px;
    }
    .grid-item h3 {
        font-size: 14px;
    }
    .highlight {
        font-size: 30px;   
    }
    .statistics-view .lead {
        font-size: 12px;
    }
    .statistics-view .container {
        margin-left: 25%;
        bottom: 0%;
    }
    .statistics-view {
        background: url('../img/statystyki-2.jpg') no-repeat center center;  background-size: 100% auto;  min-height: 250px;  width: 100%;   
    }
    .security h2 {
        font-size: 24px;
    }
    .security p {
        font-size: 12px; 
    }
    #web h1 {
        font-size: 22px;
    }
    .da-logo {
        width: 35%;
    }
    .da-slide h2 {
        font-size: 25px;
    }
    #pracademia-dokumenty a {
        font-size: 15px;
        line-height: 30px;
    }
    
    #pracademia-dokumenty img {
        width: 25%;
    }
    
    
    #pracademia-cel h1 {   
        font-size: 24px;    
        line-height: 26px;
        padding: 0 3%;
    }

    #pracademia-inicjatywa p {
        padding: 0;   
        font-size: 16px;   
        line-height: 26px;
    }

    #pracademia-inicjatywa h1 {
        padding: 0;    
        font-size: 24px;   
        line-height: 24px;
    }

    #pracademia-cel p, #pracademia-wspolpraca p, #pracademia-projekt p {
        font-size: 14px;
        line-height: 22px;   
        padding: 0 3%;
    }
}

@media (min-width: 768px) and (max-width: 991px)  {
   #top-menu{height:45px}
   #top-menu img{margin-top:9px}
   .main-slider {height: 50%;}
   .security h2 {
        font-size: 20px;
    }
    .main-slider h2 {
        font-size: 23px;
    }
    .grid-item h3 {
        font-size: 12px;
    }
    
    .highlight {
        font-size: 35px;   
    }
    .statistics-view .lead {
        font-size: 12px;
    }
    .statistics-view .container {
        margin-left: 5%;
        bottom: 40%;
    }
    .statistics-view {
        background: url('../img/statystyki-2.jpg') no-repeat center center;  background-size: 100% auto;  min-height: 310px;  width: 100%;   
        margin-bottom: 0px;
    }
    .security h2 {
        font-size: 30px;
    }
    .security p {
        font-size: 16px; 
    }
    #web h1 {
        font-size: 24px;
    }
    .da-logo {
        width: 35%;
    }
    .da-slide h2 {
        font-size: 25px;
    }
    #pracademia-dokumenty a {
        font-size: 18px;
       line-height: 95px;
    }

    #pracademia-cel h1 {   
        font-size: 24px;    
        line-height: 26px;
    }

    #pracademia-inicjatywa p {
        padding: 0 2%;   
        font-size: 18px;   
        line-height: 28px;
    }

    #pracademia-inicjatywa h1 {
        padding: 0 2%;    
        font-size: 26px;   
        line-height: 26px;
    }

    #pracademia-cel p, #pracademia-wspolpraca p, #pracademia-projekt p {
        font-size: 16px;
        line-height: 24px;        
    }
    
}

@media (min-width: 992px) and (max-width: 1199px) {
    #top-menu{height:60px}
    #top-menu img{margin-top:18px}
    .highlight {
        font-size: 20px;
    }
    .security h2 {
        font-size: 30px;
    }
    .main-slider h2 {
        font-size: 30px;
    }
    .grid-item h3 {
        font-size: 14px;
    }
    .highlight {
        font-size: 40px;   
    }
    .statistics-view .lead {
        font-size: 16px;
    }
    .statistics-view .container {
        margin-left: 5%;
        bottom: 22%;
    }
    .statistics-view {
        background: url('../img/statystyki-2.jpg') no-repeat center center;  background-size: 100% auto;  min-height: 400px;  width: 100%;   
        margin-bottom: 4px;
    }
    .security h2 {
        font-size: 40px;
    }
    .security p {
        font-size: 19px; 
    }
     #web h1 {
        font-size: 34px;
    }
    .da-logo {
        width: 30%;
    }
    .da-slide h2 {
        font-size: 30px;
    }
    
    .da-img {
        width: 20%;
    }
    #pracademia-dokumenty a {
        font-size: 24px;
       line-height: 95px;
    }

    #pracademia-cel h1 {   
        font-size: 24px;    
        line-height: 26px;
    }

    #pracademia-inicjatywa p {
        padding: 0 3%;   
        font-size: 20px;   
        line-height: 30px;
    }

    #pracademia-inicjatywa h1 {
        padding: 0 3%;    
        font-size: 30px;   
        line-height: 30px;
    }

    #pracademia-cel p, #pracademia-wspolpraca p, #pracademia-projekt p {
        font-size: 18px;
        line-height: 26px;        
    }
}

@media (min-width:1200px){
    #top-menu{height:80px}
    #top-menu img{margin-top:22px} 
    .main-slider h2 {
        font-size: 35px;
    }
    .grid-item h3 {
        font-size: 16px;
    }    
    .security h2 {
        font-size: 40px;
    }
    .security p {
        font-size: 19px; 
    }
     #web h1 {
        font-size: 34px;
    }
    .da-logo {
        width: 30%;
    }
    .da-slide h2 {
        font-size: 30px;
    }    
}

@media (min-width:1200px) and (max-width: 1350px) {
    .highlight {
        font-size: 45px;   
    }
    .statistics-view .lead {
        font-size: 20px;
    }
    .statistics-view .container {
        margin-left: 4%;
        bottom: 20%;
    }
    .statistics-view {
        background: url('../img/statystyki-2.jpg') no-repeat center center;  background-size: 100% auto;  min-height: 450px;  width: 100%;
        margin-bottom: 4px;
    }
    .da-slide h2 {
        font-size: 32px;
    }
    #pracademia-dokumenty a {
        font-size: 30px;
        line-height: 95px;
    }

    #pracademia-cel h1 {   
        font-size: 24px;    
        line-height: 26px;
    }

    #pracademia-inicjatywa p {
        padding: 0 2%;   
        font-size: 23px;   
        line-height: 34px;
    }

    #pracademia-inicjatywa h1 {
        padding: 0 10%;    
        font-size: 34px;   
        line-height: 34px;
    }

    #pracademia-cel p, #pracademia-wspolpraca p, #pracademia-projekt p {
        font-size: 18px;
        line-height: 26px;        
    }
}

@media (min-width:1351px) {
     .highlight {
        font-size: 45px;   
    }
    .statistics-view .lead {
        font-size: 20px;
    }
    .statistics-view .container {
        margin-left: 10%;
        bottom: 15%;
    }
    .statistics-view {
        background: url('../img/statystyki-2.jpg') no-repeat center center;  background-size: 100% auto;  min-height: 500px;  width: 100%;   
        margin-bottom: 4px;
    }   
    .da-slide h2 {
        font-size: 32px;
    }
    #pracademia-dokumenty a {
        font-size: 30px;
       line-height: 95px;
    }

    #pracademia-cel h1 {   
        font-size: 24px;    
        line-height: 26px;
    }

    #pracademia-inicjatywa p {
        padding: 0 10%;   
        font-size: 28px;   
        line-height: 38px;
    }

    #pracademia-inicjatywa h1 {
        padding: 0 10%;    
        font-size: 38px;   
        line-height: 38px;
    }

    #pracademia-cel p, #pracademia-wspolpraca p, #pracademia-projekt p {
        font-size: 18px;
        line-height: 26px;        
    }
    
}

@media (min-width:1600px) {
     .highlight {
        font-size: 45px;   
    }
    .statistics-view .lead {
        font-size: 20px;
    }
    .statistics-view .container {
        margin-left: 15%;
        bottom: 10%;
    }
    .statistics-view {
        background: url('../img/statystyki-2.jpg') no-repeat center center;  background-size: 100% auto;  min-height: 654px;  width: 100%; 
        margin-bottom: 4px;
    }
    .da-slide h2 {
        font-size: 35px;
    }
    
    #pracademia-dokumenty a {
        font-size: 30px;
        line-height: 95px;
    }

    #pracademia-cel h1 {   
        font-size: 24px;    
        line-height: 26px;
    }

    #pracademia-inicjatywa p {
        padding: 0 10%;   
        font-size: 28px;   
        line-height: 38px;
    }

    #pracademia-inicjatywa h1 {
        padding: 0 10%;    
        font-size: 38px;   
        line-height: 38px;
    }

    #pracademia-cel p, #pracademia-wspolpraca p, #pracademia-projekt p {
        font-size: 18px;
        line-height: 26px;        
    }
    
}

@media (min-width:1900px){
    .highlight {
        font-size: 60px;   
    }
    .statistics-view .container {
        margin-left: 20%;
        bottom: 5px;
    }
    .statistics-view {
        background: url('../img/statystyki.jpg') no-repeat center center;  background-size: 100% auto;  height: 740px;  width: 100%;  
        margin-bottom: 0px;
    }
    .security h2 {
        font-size: 40px;
    }
    .security p {
        font-size: 19px; 
    }
    .da-slide h2 {
        font-size: 35px;
    }   
    
    #pracademia-dokumenty a {
        font-size: 30px; 
        line-height: 95px;
    }

    #pracademia-cel h1 {   
        font-size: 24px;    
        line-height: 26px;
    }

    #pracademia-inicjatywa p {
        padding: 0 10%;   
        font-size: 28px;   
        line-height: 38px;
    }

    #pracademia-inicjatywa h1 {
        padding: 0 10%;    
        font-size: 38px;   
        line-height: 38px;
    }

    #pracademia-cel p, #pracademia-wspolpraca p, #pracademia-projekt p {
        font-size: 18px;
        line-height: 26px;        
    }
    
}

.ui-dropdown-list {
  position: relative;
}

p.ui-dropdown-list-trigger {
	margin-top: 0;
}

.ui-dropdown-list-trigger strong {
	position: relative;
	z-index: 9999;
}

.ui-dropdown-list-trigger strong:after {
	display: block;
	position: absolute;
	content: '';
	right: 10px;
	top: 10px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #012D6B;
}

.ui-dropdown-list-trigger strong,
.ui-dropdown-list ul a {
	display: block;
	width: 95px;
	cursor: pointer;
	padding: 5px 20px 6px 0px;
	font-size: 13px;
	line-height: 13px;
	color: #012D6B;
	font-weight: normal;
}

.ui-dropdown-list ul {
	display: none;
	position: absolute;
	right: 0;
	top: 25px;
	margin-top: 0;
	padding: 0;
	z-index: 9999;
}

.ui-dropdown-list li {
	list-style-type: none;
}

.ui-dropdown-list ul a,
.ui-dropdown-list ul a:link,
.ui-dropdown-list ul a:visited {
	position: relative;
	display: block;
	float: right;
	background-color: #ffffff;
}

.ui-dropdown-list ul a:hover,
.ui-dropdown-list ul a:focus {
	border-bottom: none;
	background-color: #007b78;
	color: #fff;
}

/* JS interactivity */
.no-js .ui-dropdown-list ul,
.ui-dropdown-list.active ul {
	display: block;
}

.ui-dropdown-list.active strong {
	background-color: #818285;
	color: #fff;
}

.ui-dropdown-list.active strong:after {
	border-top-color: #fff;
}

#lang-switcher a,
#lang-switcher strong {
	padding-left: 30px;	
	background-repeat: no-repeat;
	background-position: 8px center;
}

#lang-switcher strong {
	float: right;
}

#pracademia-polaczenie-sil {    
    background-color: #00aeef;
    width: 100%;
    height: auto;
}

#pracademia-logotypy { 
    background-color: #ffffff;
    width: 100%;
    height: auto;
}

#pracademia-inicjatywa { 
    background-color: #486266;
    width: 100%;
    height: auto;
    padding: 15px 0;
}

#pracademia-inicjatywa p {   
    color: #ffffff;    
    font-family: 'Open Sans';
    font-weight: 300;
}

#pracademia-inicjatywa h1 {
    padding: 0 10%;
    color: #ffffff;   
    font-family: 'Open Sans';
    font-weight: 400;   
}

#pracademia-cel, #pracademia-wspolpraca  { 
    background-color: #2b3031;
    width: 100%;    
    height: auto;
}   

#pracademia-cel h1 {
    color: #ffffff;   
    font-family: 'Open Sans';
    font-weight: 300;
   
}

#pracademia-cel p, #pracademia-wspolpraca p, #pracademia-projekt p {
    color: #ffffff;   
    font-family: 'Open Sans';
    font-weight: 300;   
}

#pracademia-cel a {
    color: #00aeef;
}

#pracademia-dokumenty {
    background-color: #e7eced;
    width: 100%;
    height: auto;
}

#pracademia-dokumenty a {
    color: #00aeef;    
    font-family: 'Open Sans';
    font-weight: 300;    
    vertical-align: middle;
}

#pracademia-projekt  { 
    background-color: #ffffff;
    width: 100%;    
    height: auto;
}

#pracademia-projekt p {
    color: #2c2b2b;
}