
/* ==== Scroll down to find where to put your styles :) ==== */

/*  HTML5 ✰ Boilerplate  */


blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }


pre, code, kbd, samp { font-family: monospace, sans-serif; }

a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
.ie7 img { -ms-interpolation-mode: bicubic; }



/* ----------------------------------MOJE START-------------------------------------------------- */


/*******************
----HTML5----------
*******************/
section, 
header, 
footer, 
aside, 
article, 
nav { display: block;
}

/*******************
----GENERAL---------
*******************/

body {
	background: #FFF;
}

a {
	text-decoration: none;
	color: black;
}

a:hover {
	text-decoration: underline;
}

p {
	font-size: 12px;
	line-height: 18px;
	font-size: Verdana, helvetica, arial, sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	font-family:'PT Sans', sans-serif;
	text-transform: uppercase;
	font-weight: normal;
}

h3 {
	color: #3da2b4;
	text-shadow: 0 -1px 0 #231914;
	font-size: 24px;
	line-height: 24px;
}

ul {
	overflow: hidden;
}

li {
	margin-left: 0;
	list-style: none;
}

.rounded {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;	
}

.container_24 {
	padding-left: 5px;
	padding-right: 5px;
	position: relative;
}


/* ---------------------------------------------------
---------------------TOP INFO-------------------------
--------------------------------------------------- */
#top {
	overflow:hidden;
	height:40px; 
	line-height:40px;  
	background-color:#153156;
	text-align:center;
}

#top p {
	font-size:14px;
	word-spacing:10px;
	color:#efeeee;
	line-height:40px;
	text-transform:uppercase;
	font-family: 'Titillium Web', sans-serif;
	
}

/* ---------------------------------------------------
---------------------LOGO---------------------------
--------------------------------------------------- */

#logo { 
	height:108px;
	background: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
	background: -moz-linear-gradient(top, #ffffff, #eeeeee);
	background: linear-gradient(top, #ffffff, #eeeeee);	
}
	#logo_pozycja img {
		z-index:2;
		position:absolute;
		bottom:46px;
		right:84px;
	}
	#logo_pozycja img:first-child {
		bottom:35px;
		right:424px
	}
		#logo_pozycja img:nth-child(4) {
		bottom:-16px;
		right:13px;
		}
		#logo_pozycja img:nth-child(3) {
		bottom:-16px;
		left:27px;
		}
		
/* ---------------------------------------------------
---------------------HEADER i MENU--------------------
--------------------------------------------------- */

header {
	overflow:none;
}
		header nav {
			z-index:1;
			position:absolute;
			top:-26px;
			right:23px;
			background-color:white;
			height:40px;
			width:900px;
		}
		
		header nav:before {
			z-index:2;  
            border-top: 3px solid #153156;  
            content: '';  
            width: 350px;  
            height: 39px;  
            position: absolute;  
        }
		
		header nav li {
			float:  right;
			margin:0px;
		}
	
		header nav a {
			z-index:2;
			font-size: 14px;
			color: #568abb;
			text-transform:uppercase;
			line-height:45px;
			font-family: 'Istok Web', sans-serif;
			border-top: 5px solid #153156;
			padding:9px 17px 0px 20px;
		}
		
		header nav a:hover, nav .selected {
			z-index:2;
			position:relative;
			text-decoration: none;
			color: #A8DD59;
			border-top: 5px solid #A8DD59;
			line-height:45px;
			
		}
		nav img {
			overflow:hidden;
			z-index:1;
			position:absolute;
			top:20px;
			right:-10px;
		}

/* ---------------------------------------------------
---------------------SLIDER---------------------------
--------------------------------------------------- */	

#slider {
	height:368px;
	background-color:#6eb0ef;
	clear: both;
	margin-bottom:60px;
}

/* ---------------------------------------------------
---------------------FORM---------------------------
--------------------------------------------------- */

#formularz {
	position:absolute;
	left:90px;
	top:-70px;
	width:270px;
	height:490px;
	background:url(../img/form_top.jpg) no-repeat top;
	background-color:#1c4172;
	z-index:4;
}
	#formularz img {
		position:absolute;
		bottom:28px;
		z-index:5;
	}
	#formularz>p {
		color:white;
		font-family:'PT Sans', sans-serif;
		font-size:22px;
		padding:15px 0px 0px 11px;
	}
	#formularz>p:nth-of-type(2) {
		font-size:21px;
		padding:11px 16px;
		font-family:'Titillium Web', sans-serif;
	}
	#formularz>p:nth-of-type(3) {
		font-size:19px;
		padding:0px 0px 22px 33px;
		font-family:'Titillium Web', sans-serif;
	}
	#formularz>form>p {
		z-index:6;
		position:relative;
		color:#cfcfcf;
		font-size:11px;
		padding:11px 111px 2px 11px;
		font-family:'Titillium Web', sans-serif;
	}
	#formularz>form>p:nth-of-type(5) {
		z-index:6;
		position:absolute;
		bottom:100px;
		left:37px;
		color:#cfcfcf;
		font-size:15px;
		padding:0px 0px 0px 0px;
		font-family:'Titillium Web', sans-serif;
	}
	
	
	#formularz form input ,textarea  {
		z-index:6;
		position:relative;
		resize:none;
		line-height:21px;
		padding:0px 0px 0px 7px;
		margin-left:4px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
		width:230px;
		border: 1px solid #6eb0ef;
		
		background: #fefefe;
		background: -webkit-gradient(
			linear, 
			left top, left bottom, 
			from(#fefefe), to(#d7ebff)
		);
		
		background: -moz-linear-gradient(
			top,
			#fefefe,
			#d7ebff
		);
		
		background: linear-gradient(
			top,
			#fefefe,
			#d7ebff
		);
	}
	
	#formularz form textarea {
		line-height:15px;
		padding:4px 0px 4px 7px;
	}
	
	#formularz button {
		position:relative;
		z-index:5;
		color:white;
		font-size:17px;
		text-shadow: 1px 1px 0px #8dd746, -1px -1px 0px #black;
		font-family:'Titillium Web', sans-serif;
		width: 240px;
		height: 37px;
		margin-top: 56px;
		margin-left:14px;
		border: 1px solid #648238;
		background: -webkit-gradient(
		linear,
		left top, left bottom,
		from(#a9dd5a),
		color-stop(60%, #6db113),
		to(#8dd746)			
		);
	
		background: 
		-moz-linear-gradient(
			top,
			#a9dd5a 60%,
			#6db113	60%,
			#8dd746
		);
		
		background: 
		linear-gradient(
			top,
			#a9dd5a 60%,
			#6db113	60%,
			#8dd746
		);
	}
	
/* ---------------------------------------------------
---------------------MAIN---------------------------
--------------------------------------------------- */

#boxy {
	width:700px;
}
#box {  
	background: #2f2f2f;
	float:left;  
	width: 180px;  
	height: 140px;  
	margin: 13px 10px;  
	position:relative;
	padding:1px 1px;  
	}  
#box img {
	width:180px;
	height:140px;
}	
#box a {
	background:url(../img/more.jpg) no-repeat right;
	padding:3px 20px 4px 0px;
	font-size:13px;
	text-transform:uppercase;
	font-family:'Titillium Web', sans-serif;
	
}

#logomain {
	float:right;   
	position:absolute;
	bottom:15px;
	left:625px; 
	}
	

/* ---------------------------------------------------
---------------------FOOTER---------------------------
--------------------------------------------------- */

footer { 
	overflow:hidden;
}

	footer nav {
		background-color:#2f2f2f;
		float:left;
		}

	footer nav li {
		float: left;
		}

	footer nav a {
		height:58px;
		line-height:58px;
		color: #cfcfcf;
		}

	footer nav li:before {
		color:#cfcfcf;
		content: '|';
		padding: 5px;
		}

	footer nav li:first-child::before {
		content: ' ';
		}

/* ---------------------------------------------------
---------------------REFERENCJE---------------------------
--------------------------------------------------- */

#refimg {
	height:85px;
	background: #e7e7e7;
	background: -webkit-gradient(linear, left top, left bottom, from(#e7e7e7), to(#ffffff));
	background: -moz-linear-gradient(top, #e7e7e7, #ffffff);
	background: linear-gradient(top, #e7e7e7, #ffffff);	
}


/* ---------------------------------------------------
---------------------SITE INFO---------------------------
--------------------------------------------------- */

#siteInfo {
	padding-left:60px;
	background: #191919;
	background: -webkit-gradient(linear, left top, left bottom, from(#191919), to(#2f2f2f));
	background: -moz-linear-gradient(top, #191919, #2f2f2f);
	background: linear-gradient(top, #191919, #2f2f2f);	
	height:70px;
	color: white;
	margin-bottom:0px;
	}

#siteInfo p {
	font-size:14px;
	word-spacing:4px;
	letter-spacing:1px;
	line-height:80px;
	font-family: 'Titillium Web', sans-serif;
	}

/* ---------------------------------------------------
---------------------BOTTOM i NAV---------------------------
--------------------------------------------------- */

#bottom {
	background-color:#2f2f2f;
}
#bottom nav li:before {
		color:#cfcfcf;
		content: '|';
		padding: 5px;
		}

#bottom nav li:first-child::before {
		content: ' ';
		}

nav {
	height:60px;
	float:left;
	
}
nav li {
	float:left;
	margin-right:5px;
}
nav a {
	height:19px;
	line-height:60px;
	color:#cfcfcf;
	font-family: 'Titillium Web', sans-serif;
}

/* ----------------------------------MOJE END-------------------------------------------------- */






#contact-form #loading {
	width:32px;
	height:32px;
	background-image:url(../img/loading.gif);
	display:block;
	position:absolute;
	right:130px;
	bottom:16px;
	display:none;
}

#errors {
	border:solid 1px #E58E8E;
	padding:10px;
	margin:25px 0px;
	display:block;
	width:437px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	background:#FFE6E6 url(../img/cancel_48.png) no-repeat 405px center;
	display:none;
}

#errors li {
	padding:2px;
	list-style:none;	
}

#errors li:before {
	content: ' - ';	
}

#errors #info {
	font-weight:bold;
}

#errors #info:before {
	content: '';	
}

#success {
	border:solid 1px #83D186;
	padding:25px 10px;
	margin:25px 0px;
	display:block;
	width:437px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	background:#D3EDD3 url(../img/accepted_48.png) no-repeat 405px center;
	font-weight:bold;
	display:none;
}

#errors.visible, #success.visible {
	display:block;	
}

#req-field-desc {
	font-style:italic;
}


/* Normalize placeholder styles */

/* chrome, safari */
::-webkit-input-placeholder {
	color:#CCC;
	font-style:italic;
}

/* mozilla */
input:-moz-placeholder, textarea:-moz-placeholder {
	color:#CCC;
	font-style:italic;
}

/* ie (faux placeholder) */
input.placeholder-text, textarea.placeholder-text  { 
	color:#CCC;
	font-style:italic;
}




.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media screen and (max-device-width: 480px) {

  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}