/* default_style.css */

body{
	background-color: #dddddd;
	margin: 0;
}

img{
	border: 0;
}

hr{
	margin: 20px 0;
}

#wrapper{
	width: 930px;
	margin: 0 auto;
}


h2{
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 30px;
	margin-top: 10px;
	text-shadow:0 0 1px transparent;
}

p.info{
	font-size: 12px;
}

#login{
	width: 300px;
	display: inline-block;
}

#login input{
	width: 200px;
	margin: 3px;
	padding: 0;
	height: 20px;
}
#login select{
	width: 202px;
	margin: 3px 3px 3px -1px;
	padding: 0;
	height: 22px;
}
#login .button{
	width: 80px;
	height: 26px;
}

#register{
	border-left: 1px solid #808080;
	display: inline-block;
	height: 100px;
	margin-left: 30px;
	text-align: center;
	vertical-align: top;
	width: 280px;
}
#register a{
	color: #000000;
	display: inline-block;
	margin-top: 20px;
	width: 120px;
}
#register a:hover{
	text-decoration: none;
}



h4.err{
	color: #971515;
}

h4.ok{
	color: #4dad54;
}

#settings input[type=text]{
	width: 50px;
}

.navigation{
	text-align: right;
	padding: 0 10px;
}

.settings_box{
	border: 1px solid #dbdcdf;
	margin: 10px 0;
	
	border-collapse: collapse;
}

.settings_box h4{
	padding: 5px;
	margin: 0;
	background-color: #e8e8e8;
}
.settings_box span.label{
	display: block;
	padding: 3px 3px 1px 3px;
}
.settings_box div.options{
	display: block;
	padding-left: 15px;
	margin-bottom: 8px;
}

.settings_box td{
	padding: 2px;
}
.settings_box .title td{
	font-weight: bold;
	background-color: #E8E8E8;
	padding: 5px;
}

.settings_box .hover_tr{
	background-color: #dfe0e5;
}
.settings_box textarea{
 width: 99%;
}

table.settings_box{
 width: 100%;
}

#menu_box{
  border: 1px solid #DBDCDF;
}

#menu_box .title {
	font-weight: bold;
	background-color: #E8E8E8;
	padding: 5px;

}

#menu_box .title span{
	margin: 2px;
}

#menu_box span{
	display: inline-block;

}


.wid{
	width: 40px;
}
.naglowek{
	width: 80px;
}
.nazwa{
	width: 250px;
}
.jez{
	width: 200px;
}
.sciezka{
	width: 200px;
}
.del{
	width:20px;
}

#menu_box ul{
	margin: 0;
	padding: 0;
}

#menu_box li{
	display: block;
	padding: 5px;
	margin: 2px;
	background-color: #f3f4f7;
	border: 1px solid #e5e7ef;
}

#menu_box li.del_li{
	background-color: #d0b6bb;
}

.form_box span.label{
	display: inline-block;
	width: 150px;
}

.form_item{
	display: table;
	margin: 2px;
}
.form_item span, .form_item div{
	display: table-cell;
	vertical-align: middle;
}

.form_item input[type=text], .form_item input[type=password]{
	width: 200px;
}

.del_tr, .del_li, #menu_box li.del_li, .settings_box .del_tr{
	background-color: #d0b6bb;
}
.new_tr, .new_li, #menu_box li.new_li, .settings_box .new_tr{
	background-color: #c8e8d7;
}

/* style artura */
body, div {
	font-family:Verdana;
	font-size:10pt;
}

a {
	color:#5965ab;
	text-decoration:none;
}

a:hover {
	color:#8585c1;
	text-decoration:underline;
}


#menu_box {
	margin-top:5px;
}

select {
	border:1px solid #9e9e9e;
	border-radius:2px;
	/*padding:4px;*/
	background-color:#ffffff;
	margin:2px 0;
}

input[type=text], input[type=password] {
	border:1px solid #9e9e9e;
	border-radius:2px;
	padding:4px;
	background-color:#ffffff;
	margin-bottom:2px;
}

input[type=submit], input[type=button], #register a {
	border:1px solid #9e9e9e;
	border-radius:2px;
	padding:4px 10px;
	background:#d9d9d9 url("../img/gradient.png") repeat-x 0 0/1px 105%;
}

input[type=submit]:hover, input[type=button]:hover {
	border:1px solid #606060;
	background:url("../img/gradient_p2.png");
}

.settings_box {
	border: 1px solid #9e9e9e;
	border-radius:2px;
}

.settings_box .title, .settings_box .title td, .settings_box h4 {
	background:#d9d9d9 url("../img/gradient.png") repeat-x 0 0/1px 105%;
	border-bottom:1px solid #d0d0d0;
}

.settings_box .hover_tr {
	background:url("../img/gradient_p2.png") repeat-x 0 0/1px 105%;
}

.settings_box ul {
	padding-left:25px;
}

.jez {
	margin-left:10px;
}

span.label_lang {
	display:inline-block;
	width:30px;
}

img.lista {
	vertical-align:middle;
	margin:-2px 4px 0 3px;
}

input.error, select.error{
 background-color: #FFABAE;
}

@media screen and (max-width: 400px) {
	.form_item {
		display: block;
		margin-top: 4px;
		margin-bottom:: 4px;
		}
  .form_item span.label{
		display: block;
	}
	.form_item input[type=text],.form_item input[type=password], .form_item select, form_item span.hidden_input{
		display: block;
		width: 95%;
		max-width: 340px;
	}


}




/* header_style.css */



header{
	background-color: #5965ab;
	background-size: 100%;
	min-height: 150px;
	position: relative;
	display: table !important;
	width: 100%;
}

#header_left{
	display:table-cell;
}

#header_right{
	display:table-cell;
  height: 15px;
	margin: 10px;
	position:absolute;
	top:0;
	right:0;
}


#lang_select{
width: 60px;
}


#logo{
	height: 150px;
	display:table-cell;
	vertical-align:middle;
	text-align:left;
}
#logo img{
	margin: 10px;
	max-height: 190px;
}
#title{
	display:table-cell;
	height: 150px;
	text-align: center;
	vertical-align:middle;
}

#title h1{
	margin: 15px 0 15px 0;
	color: #e8eaf2;
	font-size: 200%;
}

#hamburger{
	color: #e8eaf2;
	width: 33px;
	height: 33px;
	margin: 7px 12px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #e8eaf2;
	border-radius: 3px;
	background-color: rgba(232,234,242,0.2);
	display: none;
}

#hamburger .fa{
	line-height: 2;
	font-size: 16px;
}

@media screen and (max-width: 730px) {

	header{
		min-height: 150px;
	}
  
    #title h1{
		font-size: 150%;
	}

	#logo{
		max-width: 170px;
		height: 180px;
	}
}

@media screen and (max-width: 620px) {
	#title{
		max-width: 400px;
		height: 50px;
		min-height: 50px;
		max-height: 100px;
		text-align: left;
		width: 100%;
	}
	#title h1{
		font-size: 110%;
		margin: 3px 10px;
	}
	header{
		height: 50%;
		min-height: 50px;
		max-width: 620px;
		width: 100%;
	}
	#header_left{
		height: 50%;
		min-height: 50px;
		max-width: 620px;
		width: 100%;
	}
	#header_right{
		position: relative;
		vertical-align: top;
		padding: 5px;
		text-align: center;
	}
	#logo{
		height: 80px;
	}
	#logo img{
		max-height: 80px;
		margin: 0;
	}
	#hamburger{
		display: block;
	}
}

@media screen and (max-width: 350px) {
	#title h1{
		font-size: 100%;
		margin: 2px;
	}
	#logo{
		height: 60px;
	}
	#logo img{
		max-height: 60px;
		margin: 0;
	}
}



/* menu_style.css */

#content-wrapper{
	display: table;
	width: 100%;
}
#content{
	width: 100%;
	padding: 10px;
	background-color:rgb(249,249,249);
	background-color:rgba(249,249,249,0.7);
	min-height: 400px;
	display: table-cell;
}
nav {
	background-color:rgb(0,0,150);
	background-color:rgba(0,0,150,0.4);
	width: 200px;
	display: table-cell;
	vertical-align:top;
	font-family:Arial;
}

nav.right{
	display: none;
}

nav ul{
	margin: 0;;
	padding: 0;
	list-style: none;
	font-size: 18px;
	line-height: 21px;
	font-weight: normal;
	width: 200px;
}

nav ul li {
	padding: 10px;
}
nav ul:not(:first-of-type) li.menu_header {
	padding: 30px 10px 5px 10px;
}

nav ul li.menu_header span{
	color: #eeeeee;
	text-decoration:none;
	font-weight: bold;
}

nav ul li a{
	color: #eeeeee;
	text-decoration:none;
}

nav ul li a:hover{
	color: #bbbbbb;
	text-decoration:none;
}

@media screen and (max-width: 930px) {
	#wrapper{
		max-width: 730px;
	}
	#content{
		max-width: 530px;
	}
	#register{
		padding-left:5px;
		margin-left: 5px;
		max-width: 180px;
	}
}

@media screen and (max-width: 730px) {
	#wrapper{
		max-width: 620px;
		width: 100%;
	}

	#content{
		max-width: 450px;
	}
	nav{
		max-width: 180px;
	}
	nav ul{
		max-width: 180px;
	}
	#register{
		max-width: 300px;
		display: block;
		border-top: 1px solid #808080;
		border-left: none;
		padding-top: 30px;
	}
}

@media screen and (max-width: 620px) {
  #content{
		max-width: 620px;
		
	}
	nav{
		display: none;
	}
	nav.mobile_nav{
		position: absolute;
		right:0;
		top:72px;
		display: block;
	}
}




/* style.css */


body{background-color: rgba(255,255,255,1);color: rgba(3,78,161,1);}header{background-color: rgba(255,255,255,1);}#title h1{color: rgba(3,78,161,1);font-family: Arial;}nav{background-color: rgba(3,78,161,1);}nav ul li a:hover{color: rgba(255,205,0,1);}#content{background-color: rgba(248,248,248,1);}#content a{color: rgba(0,132,234,1);}


/* my_style.css */



@font-face {
  font-family:Lato-Heavy;
  src:url("./lato-heavy-webfont.woff");
  font-weight:bold;
}

@font-face {
  font-family:Lato-Light;
  src:url("./lato-light-webfont.woff");
  font-weight:normal;
}

@font-face {
  font-family:Lato-Regular;
  src:url("./lato-regular-webfont.woff");
  font-weight:normal;
}

header {
  border-bottom:6px solid #ffcd00;
  background-image: url(../img/gora-tlo.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right top;
  min-height:none;
  height:220px;
}

#title {
  width:100%;
  text-align:right;
  height:220px;
  //border:1px solid green;
}

#title h1 {
  display:inline-block;
  text-align:left;
  font-family:'Lato-Light', Arial, sans-serif;
  font-weight:normal;
  text-transform:uppercase;
  font-size:30px;
  line-height:32px;
  color:#ffffff;
  width:550px;
  //border:1px solid red;
  text-shadow:1px 1px #0050aa;
}

#logo {
  height:220px;
}

#logo img {
  margin:0;
  max-height:160px;
}

#content h3 {
  margin-top:0;
}

nav {
  font-family:'Lato-Regular', Arial, sans-serif;
  font-weight:normal;
  padding:10px 0;
}

nav ul li {
	padding:5px 10px;
}

#content {
  font-family:'Lato-Regular', Arial, sans-serif;
  font-weight:normal;
}

#baner img {
  display:block;
  width:100%;
  height:auto;
}

#sortable_gallery{
list-style-type: none;
margin: 0;
padding: 0;
}
#sortable_gallery li{
margin: 3px;
display: inline-block;
}

#sortable_gallery li div.gallery_image{
padding: 6px;
background-color: #aaaaaa;
border: 1px solid #666666;
border-radius: 3px;
}

#photos{
display:block;
}

.delete_x{
width: 20px;
height: 20px;
border: 1px solid #333333;
border-radius: 10px;
background-color: #cccccc;
background-image: url('../img/del.png');
background-repeat: no-repeat;
background-position: center center;
float: right;
margin: -10px;
}

a.photo{
display: inline-block;
}
a.photo img{
display: block;
}

@media screen and (max-width: 930px) {

	header {
		min-height:none;
		height:166px;
	}
	
	#title {
		height:166px;
	}

	#title h1 {
		font-size:24px;
		line-height:26px;
		width:410px;
	}
	
	#logo {
		height:166px;
	}

	#logo img {
		height:130px;
	}

}

@media screen and (max-width: 730px) {

	header {
		min-height:none;
		height:130px;
	}
	
	#title {
		height:130px;
	}

	#title h1 {
		font-size:20px;
		line-height:22px;
		width:360px;
	}
	
	#logo {
		height:130px;
		max-width:none;
	}

	#logo img {
		height:100px;
	}

}

@media screen and (max-width: 620px) {

	header {
		min-height:none;
		height:130px;
	}
	
	#title {
		height:130px;
	}
	
	#title h1 {
		font-size:16px;
		line-height:18px;
		width:230px;
	}
	
	#logo {
		height:130px;
	}

	#logo img {
		height:100px;
	}

}

@media screen and (max-width: 550px) {

	
	header {
		min-height:none;
		height:110px;
	}

	#title {
		height:110px;
	}
	
	#title h1 {
		width:180px;
	}
	
	#logo {
		height:110px;
	}

	#logo img {
		height:100px;
	}

}

@media screen and (max-width: 500px) {

	header {
		min-height:none;
		height:100px;
	}
	
	#title {
		height:100px;
	}

	#title h1 {
		font-size:11px;
		line-height:12px;
		width:170px;
	}
	
	#logo {
		height:100px;
	}

	#logo img {
		height:80px;
	}

}

@media screen and (max-width: 480px) {

	header {
		min-height:none;
		height:100px;
	}
	
	#title h1 {
		width:170px;
	}
	
	#logo {
		height:90px;
	}
}

@media screen and (max-width: 450px) {
	
	header {
		min-height:none;
		height:auto;
	}
	
	#title {
		height:80px;
	}
	
	#title h1 {
		width:120px;
	}

	#logo {
		height:80px;
	}

}


/* usuniecie_banera */

#baner {
	display:none;
}