/*
style.css v2
Modyfikacja na własną odpoiedzialność.
Zakaz udostępniania i kopiowania.
-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;
-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;
*/

@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic&amp;subset=latin,latin-ext);

@media all {

a img { border:0; }
.clear { font-size: 0px;line-height: 0px;margin: 0px;padding: 0px;clear: both;height: 0px; }

body {
	color:#000;	
	margin: 0px; 
	padding: 0px; 
	background: #f4f4f4;
	font-family: 'PT Sans', sans-serif;
	font-size:14px;
	line-height: 26px; 
}
a {
	color: #e63027;
	text-decoration: none;	cursor: pointer;
}
a:hover {
	color: #666;
	text-decoration:none;
}
.bg_right {
	width: 100%;

}
.bg_left {
width: 100%;
margin: 0px;
float:left;
}
.high, a .high, a.high { color: #cbae5f; }
.red, a .red  {	color: red; }
.green, a .green { color: green; }

.text {
width: 300px;
float: right;
text-align: right;
font-size: 18px;
font-weight: 300;
margin: 20px 0px 0px 0px;
font-weight: 100;
padding: 0px 0px 0px 0px;
color: #333;
}
.text a{
font-size: 16px;
font-weight: 300 !important;
}
a.fb {
float: right;
width: 40px;
height: 40px;
margin: 43px 0px 0px 20px;
}
.all {
width:100%;max-width:1000px;
margin:0px auto;
}
/*header*/
#top_all {
width:100%;max-width:1000px;
margin: 0 auto;
padding: 0px 0;


}
.logo {
	width:100%;background:#000;
	text-align:center;
	float: left;
	margin: 0px 0px;
}
.logo img {
	width:100%;
	max-width:1000px;

}
/*CSS MENU */
#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {
  margin: 0;
  padding: 0;
  position: relative;
}
#cssmenu {
height: 60px;
width:100%;max-width:1000px;
margin:0px auto;

}
#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu a {
  display: inline-block;
}
#cssmenu ul {
  list-style: none;
}
#cssmenu > ul {
  margin: 0px auto;
 width:100%;max-width:1000px;
}
#cssmenu > ul > li {
  float: left;
  text-align:left;
    margin: 5px 82px 0 0px;
}
#cssmenu > ul > li > a {
margin: 0px;
padding: 10px 10px 5px 10px;
text-decoration: none;
color: #000;
font-size: 20px;
font-weight: 300;

}
#cssmenu > ul > li.last { /* Ostatni element li w menu */
	margin-right:0;
}
#cssmenu > ul > li > a.last { /* Ostatni element <a > w menu */
	
}
#cssmenu > ul > li:hover:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -10px;
  
}
#cssmenu > ul > li:first-child > a {
}
#cssmenu > ul > li.active:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -10px;
}
#cssmenu > ul > li.active > a {
border-bottom: 2px solid #e63027;

}
#cssmenu > ul > li:hover > a {
border-bottom: 2px solid #e63027;

}
#cssmenu .has-sub {
  z-index: 1;
}
#cssmenu .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub ul {
  display: none;
  position: absolute;
  width: 200px;
  top: 100%;
  left: 0;

}
#cssmenu .has-sub ul li {

}
#cssmenu .has-sub ul li a {
  background: #fff;
  border-bottom: 1px solid #ccc;
  filter: none;
  font-size: 15px;
  display: block;
  line-height: 120%;
  padding: 10px;
  color: #000;
}
#cssmenu .has-sub ul li:hover a {
  background: #eee;
  color:#e63027;
  
}
#cssmenu .has-sub ul li.active a {
  background: #eee !important;
  color:#e63027;
}
#cssmenu .has-sub .has-sub:hover > ul {
  display: block;
  border:none;
}
#cssmenu .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}
#cssmenu .has-sub .has-sub ul li a {
   background: #e6e6e6 !important;
  	color:#000;
}
#cssmenu .has-sub .has-sub ul li a:hover {
	color:#e63027;
	 background: #e6e6e6 !important;
	 
}
#cssmenu .has-sub .has-sub ul li.active a {
color:#e63027;
 background: #e6e6e6 !important;
}

/*CSS MENU END*/
.dodatkowy_img {
float:right !important;
background:#fff;
width:100% !important;
height: 350px !important;
overflow:hidden;
}
.dodatkowy_img img{
width:98% !important;
margin:1%;
min-height: 350px !important;
}

.slider_one_img {
float:right !important;
background:#fff;
width:100% !important;
height: 350px !important;
overflow:hidden;
}
.slider_one_img img{
width:98% !important;
margin:1%;
min-height: 350px !important;
}
.slider_opis {
position: relative;
margin-top: -46px;
padding: 10px 20px;
background: black;
opacity: 0.8;
width: 640px;
color: white;
bottom: 0;
float: left;
}
.slider_opis a {
	color:white;
}
.slider_opis a:hover {
	color:white;
	text-decoration:underline;
}

.slider_one_img_small {
	margin:10px 20px 0px 0px !important;
	width:280px;
	height:300px;
	float:left;
}
.slider_one_img_small img{
	max-width:280px !important;

}
/* end header*/

/*center*/
#main {
	width:100%;max-width:1000px;
	margin: 10px auto 0px auto;
	padding: 0px 0px 20px 0px;
	clear: both;
	height: auto;
}
#long { width: 680px; padding:0px;margin:0px 0px 0px 0px;  }
#short { width:290px; margin:0px 0px 0px 0px; padding: 0px 0px 0px 0px;  }
#long img, #long a img {
max-width:100%;
height:auto;	
}
.left {	float:right; }
.right { float:left; }
.bez_lewego_menu {
	width:100% !important;max-width:1000px !important;

}

.text_box_kontakt {
	width:49%;float:left;
	margin-right:2%;
}
.text_box_formularz {
	width:48%;float:left;
}

#long h1 {
font-size: 30px;
margin: 20px 0px 10px 0px;
padding: 0px 0px 10px 0px;
font-weight: 300;
border-bottom:2px solid #e63027;
color:#000;
}
#long h2, #long h3, #long h4 {
	font-size: 18px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	font-weight: 300;
}
#main #long p {
margin: 15px 0px;
text-align:justify;
}

.whereami {
	clear:both;
	padding: 3px 0px;
	font-size:10px;
}






#main #short .box {
margin: 0px 0px 20px 0px;
padding: 0px;
float: left;
clear: both;
width: 290px;

} 
#main #short .box p {
	clear: both;
float: left;
margin: 5px 0px;
line-height: 20px;
}
#main #short .h3{
font-size: 17px;
margin:10px 0px 10px 0px;
padding: 8px 0px;
font-weight: 300;
text-align:center;
color: #fff;
background:#e63027;
-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;
}

#main #short ul {
	margin:5px 0px 5px 20px;
	padding: 0px;
	width: 270px;
	float: left;clear:both;
}
#main #short ul li { 
float: left;
clear: both;
margin: 0px;
width: 270px;
list-style: disc;
list-style-position:inside;
line-height: 22px;
}
#main #short ul li.noactive { display:none; }

#main #short ul li a {
	color:  #000;
font-weight: 300;
}
#main #short ul li a:hover, #main #short ul li a.active {
	color: #e63027;
}
.szukajka_w_naglowku {
background: #fff;
width: 267px;
border: 1px solid #ddd;
margin-top: -6px;
}
.box_photo{
float: left;
margin: 10px 0px 0px 6px;
height: 190px;
width: 160px;
text-align: center;
overflow: hidden;
font-size: 12px;
line-height: 13px;
}
.box_photo_photo {
width: 154px;
height: 160px;
overflow: hidden;
}
.box_photo a img {
width: 150px;
height: 180px;
border: solid 2px #D8D8D8;
}
.box_photo_photo:hover {
	box-shadow: 0px 0px 5px 1px #E0E0E0;
}
.mini_g {
width:200px;
height:230px;
float:left;
margin:15px 0px 0px 20px;
border:1px solid #eee;	
text-align:center;
-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;
overflow:hidden;
background:#fff;
}
.mini_g_photo {
width: 193px;
height: 180px;
overflow:hidden;
margin-bottom: 10px;
}
.mini_g:hover {
	box-shadow: 0px 0px 5px 0px #ddd;
}
.mini_g img{
width:180px;
height:180px;
margin:8px;	
}
.mini_g a{
text-align:center;
text-decoration:none;
}

.zdjecie_blog img{
	max-width:650px !important;
	max-height:900px !important;
	margin:10px auto;		
}

.box_produkt {
float: left;
padding: 5px 1%;
width: 98%;
border: solid 1px #eee;
margin: 5px 0px;
text-align:center;
background:#fff;
}
.box_produkt a {
	font-size:18px;
	margin:0px;
	padding:0px;
	float:left;
	
}
.box_produkt .cena {
	font-size:15px; color: #2f6052;
	float:right;	
	margin:5px;
}
.box_produkt .zajawka {
	line-height:20px;
	font-size:13px;
}
.box_produkt .zajawka img {
	max-width:200px !important;
	float:left;
	margin:0px 5px 5px 0;
}
.box_produkt .wiecej a {
padding: 1px 10px;
background: #000;
color: #fff;
float: right;
font-size: 13px;
}
.cena_h {
	float:right;	
}
.zapytaj {
padding: 1px 10px;
background: #000;
color: #fff;
float: right;
font-size: 13px;	
}
.zapytaj:hover {
	color:#666;	
}
.art_zajawka {
	float:left;
	clear:both;
	padding:5px 1%;
	width: 98%;
	border-bottom: dotted 1px #CCC;
}
.art_zajawka .prod_name {
	float:left;
}
.art_zajawka .prod_name a {
}
.art_zajawka .zajawka img {
	max-width:200px !important;
	float:left;
	margin:0px 5px 5px 0;
}
.art_zajawka a {
	font-size:18px;
	margin:0px;
	padding:0px;
	float:left;
}

.art_zajawka p {
	margin:3px 0px !important;
	padding:0px;
}
.art_zajawka .more{
	float:right;
	margin:-15px 10px 10px 0px;
}
.kontakt_form {
	width:300px;
	float:left;	
}
.kontakt_mapa {
	width:430px;
	margin: 20px auto;	
}



ul.like_admin { 
min-width:730px;
padding:0;
}
ul.like_admin li { 
	list-style:none;
	display: block;
	height: 15px;
	padding: 7px 5px;
	background: #FDFDFD;
	border-left:3px solid #E9E9E7;
	border-bottom: solid 1px #F5F5F5;
}
ul.like_admin li.big, ul.like_admin li.big span.block {
	height:40px !important;	
	overflow:auto;
}
ul.like_admin li:hover { 
	background:#FAFAFA;
}
ul.like_admin li span.block {
	float:left;
	width:19%;
	margin-left: 1%;
	height:20px;
	overflow:hidden;
}
ul.like_admin li .link, ul.like_admin li.link {
	cursor:pointer;
}
ul.like_admin li.li {
	background:white;	
	border-bottom:0;
}
ul.like_admin li img, ul.like_admin li a img {
width: 18px;
height: 18px;
float: left;
margin: 0px 3px 0px 0px;	
}
ul.like_admin li a { 
}
ul.like_admin li a:hover { 
}

#stopka {
	background:#000;
	padding:5px 0px;
	width: 100%;
	margin: 10px auto 0 auto;
	clear: both;
	color:#e63027;
	font-size:13px;
}
#stopka a {
	color:#ccc;
}
#stopka a:hover {
	color:#fff;
}
#stopka .center {
width:100%;max-width:1000px;
margin:0px auto;	
}
#stopka ul {
	margin: 0px;
	padding:0px;
}
#stopka ul li {
	display:inline;
	margin-right:15px;
}
#stopka ul li a {
	font-size: 12px;	
}
#stopka .licznik {
float: right;
padding: 0px 10px;
background: #eee;
border: 1px solid #ddd;
margin: 20px 10px 0px 10px;	
}
.news {
margin:10px 0px;	
}
.news p{
margin:0px !important;
padding:0px !important;
}


.news {
margin:10px 0px;	
}
.news p{
margin:0px;
padding:0px;
}

div.info {	
	background: rgb(253,253,253); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(253,253,253,1) 0%, rgba(250,250,250,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,253,253,1)), color-stop(100%,rgba(250,250,250,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(250,250,250,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(250,250,250,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(250,250,250,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(253,253,253,1) 0%,rgba(250,250,250,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#fafafa',GradientType=0 ); /* IE6-9 */
	
	-moz-box-shadow: 1px 1px 4px 1px #E0E0E0;
	-webkit-box-shadow: 1px 1px 4px 1px #E0E0E0;
	box-shadow: 1px 1px 4px 1px #E0E0E0;
	
	border-bottom:solid 1px #c4c4c4;
	
	font-size: 13px;
	font-weight: normal;
	padding: 6px 1%;

	float: left;
	
}

.forms_m { width: 100%; margin: 0px; padding:0px; margin-top: 0px; 
}.forms_m p { width: 100%; float: left; margin:5px 0px !important; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; padding:0px !important;
}.forms_m p.info { text-align:right;padding: 0px; margin-top: -10px; margin-bottom: 8px; margin-left: 20%; width: 70%; font-style: italic; font-size: 11px; color: red;
}.forms_m p input {  -webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;width: 100%; padding: 10px; font-size: 13px; color: #888; margin: 0px; border: 1px solid #ccc; cursor: pointer; 
}.forms_m p input.check { height: auto; width: auto; margin-top: 15px; 
}.forms_m p textarea { -webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;width: 100%; padding: 10px; height:100px; font-size: 13px; color: #888; margin: 0px; border: 1px solid #ccc; cursor: pointer; font-family:Arial;
}.forms_m p input.midium { width: 40%; margin-top: 5px; padding: 5px; height: 10px;
}.forms_m p textarea.midium { width: 40%; margin-top: 5px; padding: 5px; height: 90px;
}.forms_m p.send { text-align: center; margin:0px auto; width: 100%;
}.forms_m p.send input.wyslij { 
  float: right;
  font-size: 17px;
  margin: 0px 0px 10px 0px;
  padding: 8px 0px;
  width: 100px;
  font-weight: 300;
  text-align: center;
  color: #fff;
  border: 0;
  background: #e63027;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;

}.forms_m p.send input.wyslij:hover { background: #000; color:#e63027;
}
.forms_kontakt {
	width: 100%;
	margin: 0px 0px;
	padding: 0px 0px 10px 0;
	float:left;
}
.forms_kontakt_option {
	width: 100%;
	float: left;
	padding: 10px 0;
	margin: 20px 0px;

	border:solid 1px #79c3e0;
	
	-moz-box-shadow: 1px 1px 4px 1px #E0E0E0;
	-webkit-box-shadow: 1px 1px 4px 1px #E0E0E0;
	box-shadow: 1px 1px 4px 1px #E0E0E0;	
	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;	
}

.forms_kontakt_option_text {
	background:white;
	float:left;
	position:relative;
	margin:-20px 0 0 20px;
	padding:0 30px;
}
.forms_kontakt div.checkboxy {
	width: 200px;
	float: left;
	margin: 10px 0 0 20px;	
}
.forms_kontakt div.checkboxy input {
	margin:0 5px 0 0;
}
.forms_kontakt p {
	width: 100%;
	float: left;
	margin:0px 0px 7px 0px !important;
}
.forms_kontakt  p span.left {
	float: left;
	width: 19%;
	text-align: right;
	padding: 12px 1% 0px 0px;
}
.forms_kontakt p img, .forms_kontakt p a img {
	max-height:250px;
}
.forms_kontakt div.info {	
	background: rgb(253,253,253); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(253,253,253,1) 0%, rgba(250,250,250,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,253,253,1)), color-stop(100%,rgba(250,250,250,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(250,250,250,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(250,250,250,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(250,250,250,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(253,253,253,1) 0%,rgba(250,250,250,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#fafafa',GradientType=0 ); /* IE6-9 */
	
	-moz-box-shadow: 1px 1px 4px 1px #E0E0E0;
	-webkit-box-shadow: 1px 1px 4px 1px #E0E0E0;
	box-shadow: 1px 1px 4px 1px #E0E0E0;
	
	border-bottom:solid 1px #c4c4c4;
	
	font-size: 13px;
	font-weight: normal;
	padding: 6px 1%;
	margin-left: 20%;
	float: left;
	width: 75%;
}
.forms_kontakt p input {
 width: 89%; padding: 10px 3%; font-size: 13px; color: #888; margin:0px; border: 1px solid #ccc; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; cursor: pointer; 
}
.forms_kontakt p input[type=checkbox], .forms_kontakt p input[type=radio] {
	width:auto;	
	margin-top: 10px;
}
.forms_kontakt div.textarea {
	width: 98%;margin-left: 1%;float:left;	
}
.forms_kontakt textarea {
 width: 89%; padding: 10px 3%; font-size: 13px; height:80px;color: #888; margin:0px; border: 1px solid #ccc; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; cursor: pointer; 
	font-family: Arial, Helvetica, sans-serif;
}
.forms_kontakt p select {
	width: 77%;
	margin-top: 5px;
	padding: 6px 0 6px 6px;
	height: 36px;
	font-size: 13px;
	color: #696969;
	cursor:pointer;
	border: 1px solid #ccc; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
}
.forms_kontakt .send {
	text-align: center;
	margin-bottom: 0px;
	margin-top: 5px;
	margin-right:auto;
	margin-left:auto;
	width: 100%;
}
.forms_kontakt .send input {
	width: auto;
	height:auto;
	font-size: 12px;
	padding: 10px 13px;
	
	color:#fff;
	border: solid 0px #ccc;
	cursor:pointer;
	background: #e63027;


}
.forms_kontakt .send input:hover {
background: #333;
}

.forms {
	width: 100%;
	margin: 0px 0px;
	padding: 0px 0px 10px 0;
	float:left;
}
.forms_option {
	width: 100%;
	float: left;
	padding: 10px 0;
	margin: 20px 0px;

	border:solid 1px #79c3e0;
	
	-moz-box-shadow: 1px 1px 4px 1px #E0E0E0;
	-webkit-box-shadow: 1px 1px 4px 1px #E0E0E0;
	box-shadow: 1px 1px 4px 1px #E0E0E0;	
	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;	
}

.forms_option_text {
	background:white;
	float:left;
	position:relative;
	margin:-20px 0 0 20px;
	padding:0 30px;
}
.forms div.checkboxy {
	width: 200px;
	float: left;
	margin: 10px 0 0 20px;	
}
.forms div.checkboxy input {
	margin:0 5px 0 0;
}
.forms p {
	width: 100%;
	float: left;
	margin:0px 0px 15px 0px;
}
.forms  p span.left {
	float: left;
	width: 19%;
	text-align: right;
	padding: 12px 1% 0px 0px;
}
.forms p img, .forms p a img {
	max-height:250px;
}
.forms div.info {	
	background: rgb(253,253,253); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(253,253,253,1) 0%, rgba(250,250,250,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,253,253,1)), color-stop(100%,rgba(250,250,250,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(250,250,250,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(250,250,250,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(250,250,250,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(253,253,253,1) 0%,rgba(250,250,250,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#fafafa',GradientType=0 ); /* IE6-9 */
	
	-moz-box-shadow: 1px 1px 4px 1px #E0E0E0;
	-webkit-box-shadow: 1px 1px 4px 1px #E0E0E0;
	box-shadow: 1px 1px 4px 1px #E0E0E0;
	
	border-bottom:solid 1px #c4c4c4;
	
	font-size: 13px;
	font-weight: normal;
	padding: 6px 1%;
	margin-left: 20%;
	float: left;
	width: 75%;
}
.forms p input {
	width: 75%;
	margin-top: 5px;
	padding: 5px 2%;
	height: 25px;
	font-size: 15px;
	color:#696969;
	border: 1px solid #ccc; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
}
.forms p input[type=checkbox], .forms p input[type=radio] {
	width:auto;	
	margin-top: 10px;
}
.forms div.textarea {
	width: 98%;margin-left: 1%;float:left;	
}
.forms textarea {
	width: 75%;
	margin-top: 5px;
	padding: 5px 2%;
	height: 80px;
	font-size: 15px;
	color: #696969;
	border: 1px solid #ccc; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
	font-family: Arial, Helvetica, sans-serif;
}
.forms p select {
	width: 77%;
	margin-top: 5px;
	padding: 6px 0 6px 6px;
	height: 36px;
	font-size: 15px;
	color: #696969;
	cursor:pointer;
	border: 1px solid #ccc; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
}
.forms .send {
	text-align: center;
	margin-bottom: 0px;
	margin-top: 5px;
	margin-right:auto;
	margin:left:auto;
	width: 100%;
}
.forms .send input {
	width: auto;
	height:auto;
	font-size: 12px;
	padding: 10px 13px;
	
	color:#fff;
	cursor:pointer;
	
background: #000;

}
.forms .send input:hover {
background: #000; color:#e63027;
	
}

/*
OLD FORMS STYLE
.forms {width: 650px;margin: 5px 0px 0px 70px;padding: 10px 0px 0px 0px;
}.forms p { width: 95%; float: left; margin:5px !important; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; padding:0px !important;
}.forms p.info { text-align:right;padding: 0px; margin-top: -10px; margin-bottom: 8px; margin-left: 20%; width: 70%; font-style: italic; font-size: 11px; color: red;
}.forms p input {  width: 80%; padding: 10px; font-size: 14px; color: #888; margin: 0px 15px; border: 1px solid #ccc; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; cursor: pointer; 
}.forms p input.check { height: auto; width: auto; margin-top: 15px; 
}.forms p textarea { width: 80%; padding: 10px; height:100px; font-size: 14px; color: #888; margin: 0px 15px; border: 1px solid #ccc; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; cursor: pointer; font-family:Arial;
}.forms p input.midium { width: 40%; margin-top: 5px; padding: 5px; height: 10px;
}.forms p textarea.midium { width: 40%; margin-top: 5px; padding: 5px; height: 90px;
}.forms p.send { text-align: center; margin:0px auto; width: 100%;
}.forms p.send input.wyslij { width: 150px;background: #eee;border: 1px solid #ccc;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;color: #000;font-size: 12px;float: right;margin: 0px 120px 10px 0px;padding: 8px;
}.forms p.send input.wyslij:hover { background: #ccc;border: 1px solid #bbb;	
}


.forms { width: 100%; margin-right: 5px; margin-left: 5px; margin-bottom: 10px; padding: 0px; margin-top: 0px;
}.forms p { width: 100%; float: left; margin-right: 5px; margin-left: 5px; margin-bottom: 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; padding-top: 5px; padding-bottom: 5px; margin-top: 0px;
}.forms p.info { text-align:right;padding: 0px; margin-top: -10px; margin-bottom: 8px; margin-left: 20%; width: 70%; font-style: italic; font-size: 11px; color: red;
}.forms p:hover { background-color: .F1F1F1;
}.forms p span.left { float: left; padding-top: 8px; padding-left: 0px; width: 20% !important ; text-align: right; padding-right: 10px;
}.forms p input { width: 80%; padding: 5px;font-size: 16px;color: #666;margin: 8px 20px;border: 1px solid #ccc;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;cursor:pointer;
}.forms p select { width: auto; padding: 5px;
}.forms p input.check { height: auto; width: auto; margin-top: 15px;
}.forms p textarea { width: 80%;padding: 5px;font-size: 16px;color: #666;margin: 8px 20px;border: 1px solid #ccc;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;cursor:pointer;
}.forms p input.midium { width: 40%; margin-top: 5px; padding: 5px; height: 10px;
}.forms p textarea.midium { width: 40%; margin-top: 5px; padding: 5px; height: 90px;
}.forms p.send { text-align: center; margin-bottom: 0px; margin-top: -10px; margin-right:auto; margin-left:auto; width: 100%;
}.forms p.send input { width: 100px;background: #eee;border: 1px solid #ccc;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;color: #000;font-size: 12px;float: right;margin: 0px 20px 10px 0px;padding: 8px;
}*/

.ads { width:1000px;text-align:center;margin:20px auto; }
.ramka_prawa { position:fixed; right:0;top:90px; }
.ramka_lewa { position:fixed; left:0;top:90px; }


/* PAGINACJA */
div.page {
	float:right;
}
div.page a {
	float:left;
	padding:10px 5px 10px 5px;
	border:solid 1px #D8D8D;
	font-size: 15px;
}
div.page a:hover {
		
}
div.nastepna, div.page_nastepna {
	background:#FFF;text-align: center;margin:22px 0;height: 30px;padding-top: 5px;
}
a.strona_active {
	color:#cbae5f;	
}

div.page_v2 {
	width:300px;
	height:50px;
	overflow:auto;
}

#cssmenu_mobile {display:none; float:right; }
.open_menu { position: absolute;top: 30px;right: 10px; }
#cssmenu_mobile .open_menu img { width: 50px; cursor:pointer;}
.menu_mobile { display:none; width: 100%; height: 100%; padding: 20px 0%;background: #121d33; }
.menu_mobile ul { position:relative;z-index:100; margin:0;padding:0;}
.menu_mobile ul li { float:left;width:100%;padding:10px;list-style:none; -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.menu_mobile ul li a:hover {text-decoration:underline;}
.menu_mobile ul li a {color:#fff; font-size: 19px; line-height: 30px;font-weight:300;display:block;}
.menu_mobile ul li.active, .menu_mobile ul li:hover {background:#97a2b8;text-decoration:underline;}
.menu_mobile ul li ul { padding-left: 10px; }

.onlymobile {display:none;}


}
@media (max-width: 1000px) {
	
	article, section, aside, hgroup, nav, header, footer, figure, figcaption, ul, div, form, input, select, textarea {display: block;margin:0;padding:0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
	
	iframe, embed {width:100%;}
	
	.text_box_kontakt { width:100%;margin:0;}
	.text_box_formularz {width:100%;margin-top:10px;}
	.onlyhd {display:none;}
	.onlymobile {display:block;}
	.all {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding:0 1%;}
	
	header {padding: 0 1%;}
	header .logo {display:none;}
	header .logo2 {display:block;}
	.slid { width:100%;height:auto;}
	.text {display:none;}
	
	#short {display:none;}
	#long { width:100%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
	/*#cssmenu {display:none;}
	#cssmenu_mobile { display:block; }
	*/
	#cssmenu > ul > li {margin: 5px 10px 5px 10px;}
	#cssmenu > ul > li > a {    border-bottom: 2px solid #F4F4F4;}
	.box_photo{width:33.333%;}
	.galeria_list_clear4 {display:none;}.galeria_list_clear3 {display:block;}.galeria_list_clear2 {display:none;}
	

	.forms  p span.left { width: 100%;text-align: left;padding: 0px 0px 0px 0px;}
	.forms p input, .forms p textarea { width: 100%;}
	

	.forms div.textarea {width: 100%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
	.forms textarea { width: 100%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; }
	.forms p select { width: 100%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; }
	
	footer {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding:0 1%;}
	footer .stopka_l {float:left;width:100%;}
	footer .stopka_r {float:left;width:100%;}
	footer ul li { display:block;float:left;margin-right:15px;}
}
@media (max-width: 600px) {
	.art_zajawka .l_img { width:100%;padding: 1%; text-align:center;}
	.art_zajawka .l_img img { max-width:100%;height:auto; }
	.art_zajawka .r_desc { width:100%;padding-left:0%;}
}
@media (max-width: 430px) {
	body {	background: #fff;}
	.box_photo {float:none;margin:10px auto;width:70%;}
	div.tv iframe {height: auto;}
	
}

@media (max-width: 435px) {
	header .logo2 img {width:70%;}
	.open_menu { position: absolute;top: 20px;right: 10px; }
	
	.galeria_list_clear4 {display:none;}.galeria_list_clear3 {display:none;}.galeria_list_clear2 {display:block;}
}

@media (max-width: 300px) {
	.box_photo{width:100%;}
}
