/* ==========================================================================
   Studio Fabryka
   MC: 16-02-2105
   ========================================================================== */


body {
	padding-top: 103px;

	font-family: 'oxygenregular';
	font-weight: normal;
	font-style: normal;

	font-size: 16px;
	line-height: 1.5em;
	color: #5f5f5f;
}

h1, h2, h3, h4, h5, h6 {
	color: #004982;
}

.rodo label p,.rodo label li {font-size: 11px; line-height: 1.3em}

.navbar {
	background: white url(../img/top.jpg) top no-repeat;
	padding-top: 5px;
	border:0;
	height: 103px;
}


.navbar-header {height: 97px; z-index: 10000; position: relative;}


.navbar-brand img {
	float: left;
}

.navbar-brand strong {
	float: left;
	font-family: 'oxygenregular';
	font-weight: normal;
	font-size: 14px;
	color: #004982;

	display: block;
	width: 150px;

	margin: 3px 0 0 35px;
	padding: 0 30px 0 0;
	border-right: 1px solid #ccc;
}

.navbar .lvl1 {
	margin: 35px 0 0 0;
	padding:0;
}

.navbar .lvl1 li {
	float: left;
	position: relative;
	list-style: none;
}

.navbar .lvl1 a {
	transition: all .2s;
	-o-transition: all .2s;
	-ms-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}

.navbar .lvl1 > li > a {
	font-family: 'oxygenbold';
	text-transform: uppercase;
	font-weight: normal;
	font-size: 14px;
	color: #a1a1a1;

	padding: 10px 12px;
}

.navbar .lvl1 > .open > a,
.navbar .lvl1 > .current > a,
.navbar .lvl1 > li > a:hover {
	color: #004982;
	text-decoration: none;
}

.navbar-toggle {
	margin-top:30px;
	background: #004982;
}


.navbar .dropdown-menu li {min-width: 100%;}







.navbar-collapse.in {
	background: white !important;
}

.navbar-collapse.in .lvl1 {margin: 10px 0 0 0;}

.navbar-collapse.in .lvl1 li {
	width: 100%;
	border-top:1px solid #ddd;
}

.navbar-collapse.in .lvl1 li:first-child {
	border-top:0;
}

.navbar-collapse.in .lvl1 >  li > a {
	width: 100%;
	float: left;
}

.navbar-collapse.in .lvl1 >  li > a .caret {float: right; margin-top:10px;}

.navbar-collapse.in .lvl1 > .current > a,
.navbar-collapse.in .lvl1 > .open > a,
.navbar-collapse.in .lvl1 >  li > a:hover {
	color: white;
	background: #004982;
}

.navbar-collapse.in .lang {margin-top:10px;}

.navbar-collapse.in .dropdown-menu {
	position: relative;
	border:0;
	background: #f4f4f4;

	border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;

	box-shadow: none;

	padding:0;
}

.navbar-collapse.in .dropdown-menu a {
	padding-top: 5px;
	padding-bottom:5px;
}






.lang {
	padding:0;
	margin-top: 35px;
}

.lang li {
	list-style:none;
	float: left;
	margin-left: 7px;
}

.lang a img {
	transition:         all .2s;
	-o-transition:      all .2s;
	-ms-transition:     all .2s;
	-moz-transition:    all .2s;
	-webkit-transition: all .2s;
}

.lang a:hover img,
.lang .current a img {
	transform:         scale(1.1, 1.1);
	-o-transform:      scale(1.1, 1.1);
	-ms-transform:     scale(1.1, 1.1);
	-moz-transform:    scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}


.jumbotron {
	background: url(../img/head.jpg) top no-repeat;
	height: 329px;
}

.sub .jumbotron {
	background: url(../img/head.jpg) center -65px no-repeat;
	height: 200px;
}




.offer ul {
	padding:0;
}

.offer li {
	list-style: none outside;
}

.offer li strong {
	font-family: 'oxygenbold';
	font-weight: normal;
	color: #004982;
}



form .alert {
	display: none;
	font-size: 13px;
	line-height: 1.2em;
	margin-bottom:0;
}

form * {border-radius: 0 !important;}

.home .form-group {
	margin-bottom: 5px;
}




footer {
	min-height: 133px;
	margin-top:2em;
	padding-bottom:1em;
	background: #2477BB url(../img/bottom.jpg) top no-repeat;
}

address {
	color: white;
	margin-top: 2.2em;
}

.madeby {
	margin-top:2em;
}

.madeby strong {
	color: white;
	font-size: 11px;
	font-weight: normal;
	font-family: sans-serif;
	line-height: 1em;
}





.gallery {
	margin: 1em 0;
}




.map iframe {
	width: 100%;
}

form label {
	font-weight: normal;
}


.forform {margin-top:1em;}



.clouds {
	position: absolute;
	z-index: 500;
	top:103px;
	left:0;
	width: 100%;
	text-align: center;
}

.clouds img {max-height: 95%; margin-top:15px;}

@media screen and (max-width: 640px) {
	.clouds img {margin-top:8px;}
}

@media screen and (max-width: 360px) {
	.clouds img {margin-top:5px;}
}


/* list of files to download */

.download {
    float: left;
	}

	.download ul {margin:0; padding: 0;}

    .download .plik{
		display:none;
		color: #B2B2B2;
	}

    .download a:hover {text-decoration: none;}


.type_text .plik {display: inline;}

.type_icons li {
    	list-style: none !important; 
    	margin:5px 0 !important;
    }

    .type_icons a {
		text-decoration: none !important;
		padding:1px 0 2px 23px;
		background: url(../img/modules/download/page_white.png) 0 0 no-repeat;
		background-position: 0 10px !important;
    }

    .type_icons .pdf {background: url(../img/modules/download/acrobat.png) 0 0 no-repeat;}
    .type_icons .swf {background: url(../img/modules/download/flash.png) 0 0 no-repeat;}
    .type_icons .txt, .rtf {background: url(../img/modules/download/text.png) 0 0 no-repeat;}
    .type_icons .doc, 
    .type_icons .docx, 
    .type_icons .odf, 
    .type_icons .ott, 
    .type_icons .sxw, 
    .type_icons .stw {background: url(../img/modules/download/word.png) 0 0 no-repeat;}
    .type_icons .jpg, 
    .type_icons .jpe, 
    .type_icons .jfif, 
    .type_icons .png, 
    .type_icons .jpeg, 
    .type_icons .gif, 
    .type_icons .tif, 
    .type_icons .tiff, 
    .type_icons .ico, 
    .type_icons .bmp, 
    .type_icons .raw, 
    .type_icons .dcs {background: url(../img/modules/download/picture.png) 0 0 no-repeat;}
    .type_icons .flv, 
    .type_icons .mov, 
    .type_icons .mpeg, 
    .type_icons .avi, 
    .type_icons .divx {background: url(../img/modules/download/movie.png) 0 0 no-repeat;}
    .type_icons .ods, 
    .type_icons .sxc, 
    .type_icons .xls, 
    .type_icons .xlt {background: url(../img/modules/download/excel.png) 0 0 no-repeat;}
    .type_icons .odg, 
    .type_icons .sxd, 
    .type_icons .psd {background: url(../img/modules/download/paint.png) 0 0 no-repeat;}
    .type_icons .cdr, 
    .type_icons .ai {background: url(../img/modules/download/vector.png) 0 0 no-repeat;}
    .type_icons .php, 
    .type_icons .html, 
    .type_icons .css, 
    .type_icons .js, 
    .type_icons .less, 
    .type_icons .asp, 
    .type_icons .c {background: url(../img/modules/download/code.png) 0 0 no-repeat;}
    .type_icons .sql, 
    .type_icons .db, 
    .type_icons .dbf, 
    .type_icons .dbk {background: url(../img/modules/download/database.png) 0 0 no-repeat;}
    .type_icons .zip, 
    .type_icons .tar, 
    .type_icons .gz, 
    .type_icons .gzip, 
    .type_icons .rar {background: url(../img/modules/download/zip.png) 0 0 no-repeat;}
    .type_icons .rb {background: url(../img/modules/download/ruby.png) 0 0 no-repeat;}
    .type_icons .as {background: url(../img/modules/download/actionscript.png) 0 0 no-repeat;}
    .type_icons .cf {background: url(../img/modules/download/coldfusion.png) 0 0 no-repeat;}
    .type_icons .odp, 
    .type_icons .sxi, 
    .type_icons .ppt {background: url(../img/modules/download/powerpoint.png) 0 0 no-repeat;}
    .type_icons .iso, 
    .type_icons .nrg {background: url(../img/modules/download/dvd.png) 0 0 no-repeat;}