/* CSS RESET 
	http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	color:#000000;
	text-decoration:none;
}
/* czcionki */
@font-face{
    font-family:'Aller_Lt';
    src:		url('czcionka/Aller_Lt.ttf')
}
@font-face {
	font-family: 'BoxedLight';
	src: url('webfonts/2A234A_0_0.eot');
	src: url('webfonts/2A234A_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2A234A_0_0.woff') format('woff'),url('webfonts/2A234A_0_0.ttf') format('truetype');}
body{
	font-family:BoxedLight;
	font-size:13px;
	color:#333333;
}
#wrapper {
	margin: 0 auto;
	left:0px;
	top:42px;
	position:absolute;
	width:1200px;
}
#main{
	float:left;
	padding:0px 0px 0px 45px;
	height:638px;
	position:relative;
}
#logo{
	width:161px;
	height:92px;
}
#logo_1, #logo_2, #logo_3, #logo_4{
    transition:  0.5s ease-in-out;
    -moz-transition:  0.5s ease-in-out;
    -webkit-transition:  0.5s ease-in-out;
}
#logo_1:hover, #logo_2:hover, #logo_3:hover, #logo_4:hover{
    transition:  0.5s ease-in-out;
    -moz-transition:  0.5s ease-in-out;
    -webkit-transition:  0.5s ease-in-out;
}
#logo_1{
	background-image:url('http://praktycy.org/jan/img/nazwisko_podzielone/0_jan.png');
	width:161px;
	float: left;
	height:23px;
}
#logo_2{
	background-image:url('http://praktycy.org/jan/img/nazwisko_podzielone/1_bryk_2.png');
	width:161px;
	float: left;
	height:19px;
}
#logo_2:hover{
	background-image:url('http://praktycy.org/jan/img/nazwisko_podzielone/1_bryk_1.png');
}
#logo_3{
	background-image:url('http://praktycy.org/jan/img/nazwisko_podzielone/2_czyn_2.png');
	width:161px;
	float: left;
	height:25px;
}
#logo_3:hover{
	background-image:url('http://praktycy.org/jan/img/nazwisko_podzielone/2_czyn_1.png');
}
#logo_4{
	background-image:url('http://praktycy.org/jan/img/nazwisko_podzielone/3_ski_2.png');
	width:161px;
	float: left;
	height:25px;
}
#logo_4:hover{
	background-image:url('http://praktycy.org/jan/img/nazwisko_podzielone/3_ski_1.png');
}


.menu-item a{
}
.menu-gorne{
	position:relative;
	padding:40px 0px 0px 40px;
}
.menu-gorne ul li a:hover, .menu-srodkowe ul li a:hover, .menu-dolne ul li a:hover{
	color:#aaaaaa;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	moz-transition: 0.3s;
	ms-transition: 0.3s;
	o-transition: 0.3s;}
.menu .highlight{
	background-color:#d8d8d8;
}
.menu-gorne ul li a, .menu-srodkowe ul li a, .menu-dolne ul li a{
	transition: 0.3s;
	-webkit-transition: 0.3s;
	moz-transition: 0.3s;
	ms-transition: 0.3s;
	o-transition: 0.3s;}
.menu-srodkowe{
	padding:50px 0px 0px 40px;
}
.menu-dolne{
	padding:0px 0px 0px 40px;
	position:absolute;
	bottom:0px;
}
.menu-title{
	color:#AAAAAA;
}
#content_book{
	width: auto;
	max-width:600px;
	height: 600px;
	position: relative;
	background: #FFF;
	float:left;
	top:132px;
	left: 50px;
}
#content{
	width: auto;
	max-width:800px;
	height: 600px;
	position: relative;
	background: #FFF;
	float:left;
	top:132px;
	left: 60px;
}
#imageContainer a{
	display:block;
	height: 100%;
}
#imageContainer {
	width: 800px;
	height: 500px;
	position: relative;
	background: #FFF;
	float:left;
}
#imageContainer{
	overflow: hidden;
}
#imageContainer img{
	width:auto;
	height: 500px;
	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	moz-transition: opacity 0.3s;
	ms-transition: opacity 0.3s;
	o-transition: opacity 0.3s;
	z-index:99;
}
#imageContainer img{
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}
#panel_imageContainer {
	width: 800px;
	position: relative;
	background: #FFF;
	float:left;
}
#panel_imageContainer img {
	width:auto;
	height: 200px;
	opacity:1;
}
#imageContainer img.active {	
	height: 500px;
	opacity:1;
	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	moz-transition: opacity 0.3s;
	ms-transition: opacity 0.3s;
	o-transition: opacity 0.3s;
}
#thumbsContainer{
	width: 650px;
	position:relative;
	top:-3px;
	left:-3px;
}
#thumbsContainer img{
	height:120px;
	padding: 3px;
}	
.display_none{
	display:none;
}
.transition{
	opacity:1;
	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	moz-transition: opacity 0.3s;
	ms-transition: opacity 0.3s;
	o-transition: opacity 0.3s;
	}
#gal_nav span, #thumbsContainer img{
	cursor:pointer;
}
#infoTxt span, #gal_count span{
	cursor:auto;
}
#gal_nav{
	float:left;
	padding-top:5px;
}
#gal_prev, #gal_next, #gal_all, #gal_info{
	float:left;
	padding: 0px 5px 0px 5px;
}
#gal_count{
	float:left;
	padding: 0px 5px 0px 0px;
}

#gal_current{
	float:left;
	width:14px;
	text-align: left;
}
#infoTxt{
	max-width:434px;
	width:434px;
	float:left;
	padding: 0px 5px 10px 10px;
	color:#666666;
	opacity:0;
	position:relative;
}
#infoTxt.widac {	
	opacity:1;
	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	moz-transition: opacity 0.3s;
	ms-transition: opacity 0.3s;
	o-transition: opacity 0.3s;
}
#infoTxt.niewidac {	
	opacity:0;
	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	moz-transition: opacity 0.3s;
	ms-transition: opacity 0.3s;
	o-transition: opacity 0.3s;
}
#infoTxt span {
	text-align:justify;
	text-justify:inter-word;position: absolute;
	left:10px;
	top:0px;
	opacity:0;
	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	moz-transition: opacity 0.3s;
	ms-transition: opacity 0.3s;
	o-transition: opacity 0.3s;
	
}
#infoTxt span.active {	
	opacity:1;
	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	moz-transition: opacity 0.3s;
	ms-transition: opacity 0.3s;
	o-transition: opacity 0.3s;
}

.book_text{
	padding: 0px 10px 10px 65px;
	float:left;
	top:119px;
	position:relative;
	width:240px;
	left:210px;
}

#news_wrapper {
	position:relative;
	top:85px;
	float:left;
}
.news{
	margin-top:50px;
}
.news a{
  margin-left:70px;
}
.news a img{
	margin-bottom:12px;
	border:none;
	height:auto;
	max-width:250px;
}
.news h3{
	clear:both;
	color:#333333;
	font-family:BoxedLight;
	font-size:13px;
	font-weight:bold;
	line-height:1.3em;
	margin-bottom:0;
	text-decoration: none;
	text-transform:uppercase;
	margin-left:70px;
	width:250px;
}
.news_text{
	clear:both;
  margin-bottom:18px;
  padding:0;
  color:#999999;
  font-size:10px;
  line-height:13px;
}
.news_text p{
	margin-left:70px;
	color:#666666;
	font-size:11px;
	line-height:12px;
	width:250px;
	margin-bottom:12px;
	margin-top:0px;
}
#bio_wrapper{
	width: 500px;
	float:left;
	position:relative;
	top: 131px;
	left: 70px;
}
#bio_wrapper .bio_lewa{
	width:30px;
	min-width:30px;
}
#bio_wrapper .bio_srodek{
	width:50px;
	min-width:50px;
}
#bio_wrapper .bio_prawa{
	width:420px;
	min-width:420px;
}
#bio_wrapper .bio_jedna_td{
	width:300px;
}

#bio_wrapper h3{
	font-size:13px;
	font-weight:bold;
	display: inline-block;
}
#bio_wrapper .bio_tr_tytul{
	height:50px;
}
#bio_wrapper .bio_tr_tytul td{
	vertical-align: middle;
}
#bio_wrapper table{
	margin-bottom:100px;
}

#clients_wrapper{
	width: 500px;
	float:left;
	position:relative;
	top: 131px;
	left: 70px;

}
#clients_wrapper td{
	padding-top:0px;
	padding-bottom:10px;
}
#clients_wrapper{
	
}
#clients_wrapper{
	
}
#clients_wrapper{
	
}
#clients_wrapper{
	
}
#clients_wrapper{
	
}
#clients_wrapper{
	
}
#clients_wrapper{
	
}

#contact_wrapper{
	width: 500px;
	float:left;
	position:relative;
	top: 131px;
	left: 70px;
	}
#contact_wrapper h3{
	clear:both;
	color:#333333;
	font-family:BoxedLight;
	font-size:13px;
	font-weight:bold;
	line-height:1.3em;
	margin-bottom:0;
	text-decoration: none;
	text-transform:uppercase;
}	
	
@media (max-width: 1023px) {
	.book_text{
		top:80px;
		padding-right:40px;
		padding-left:0px;
	}
}
@media (max-width: 811px) {
	.book_text{
		padding-left:30px;
	}
	#imageContainer{
		left:30px
	}
	#main{
		height:305px;
	}
}

/*****************dotyczy panelu admin***********************/

.panel_edit a:hover{
	border: solid 1px red;
}
.panel_wiersz{
	display:table-row;
}
.panel_img{
	display:table-cell;
}
.panel_metryczka_pliku{
	left: 20px;
	display:table-cell;
	position:relative;
	top:-192px;
}
.panel_metryczka_pliku button{
	color: #37546A;
}

@-webkit-keyframes spin {
  from { -webkit-transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); }
}

@-o-keyframes spin {
  from { -o-transform: rotate(0deg); }
  to { -o-transform: rotate(360deg); }
}

@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/***************** kółeczko ładowania ***********************/

/* Loading animation container */
#loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 28px;
  margin: -14px 0 0 -14px;
}

/* Spin track (outer circle) */
#loading .track {
  position: relative;
  width: 22px;
  height: 22px;
  left: 2px;
  top: 2px;
  border-radius: 15px;
  border: 1px solid rgba(250,250,250,0.3);
}

/* Spinning circle (inner circle) */
#maskedCircle {
  width: 20px;
  height: 20px;
  border-radius: 12px;
  border: 3px solid rgba(210,210,210,1);
}

/* Spinning circle mask */
#mask {  
  width: 12px;
  height: 12px;
  overflow: hidden;
}

/* Spinner */
#spinner {
  position: relative;
  left: -80px;
  top: -30px;
  width: 26px;
  height: 26px;
  -webkit-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
  z-index:9;
}

/**************MEDIA QUERRIES*********************/
/*****SONY XPERIA Z**************/
@media screen and (-webkit-device-pixel-ratio:3) {
#content_book{
	width: auto;
	max-width:600px;
	height: 600px;
	top:132px;
	left: 50px;
}
#content{
	width: auto;
	max-width:800px;
	height: 600px;
	top:132px;
	left: 60px;
}
#imageContainer {
	width: 800px;
	height: 500px;
}
#imageContainer img{
	width:auto;
	height: 500px;
}
#imageContainer img{
	top: 0;
	left: -50px;
}
#imageContainer img.active {	
	height: 500px;
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
#imageContainer img{
	top: 0;
	left: -50px;
}
}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) {
#imageContainer img{
	top: 0;
	left: -50px;
}
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
#imageContainer img{
	top: 0;
	left: -50px;
}
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
#imageContainer img{
	top: 0;
	left: -50px;
}
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
#imageContainer img{
	top: 0;
	left: -50px;
}
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
#imageContainer img{
	top: 0;
	left: -50px;
}
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
#imageContainer img{
	top: 0;
	left: -50px;
}
}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
#imageContainer img{
	top: 0;
	left: -50px;
}
}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
#imageContainer img{
	top: 0;
	left: -50px;
}
}
}