@import url("styles-anim.css");

@font-face {
    font-family: 'TCB';
    src: url('tcb.eot');
    src: url('tcb.eot?#iefix') format('embedded-opentype'),
         url('tcb.woff') format('woff'),
         url('tcb.ttf') format('truetype'),
         url('tcb.svg#TCB') format('svg');
    font-weight: normal;
    font-style: normal;
   }
/* INIT
-----------------------------------------------------------------------------*/
html, body, h1, h2, h3, h4, h5, h6, div, span, blockquote, p, address, form, fieldset, img, ul, ol, dl, dt, dd, li, hr, table, td, th, strong, em, sup, sub, dfn, ins, del, q, cite, var, samp, code, kbd, tt {
	margin: 0;
	padding: 0;
	border: 0;
	outline-style: none;
	outline-width: 0;
}
a, a:visited {
	text-decoration: none;
}
a {
   color: #E26512;
	outline-style: none;
	outline-width: 0;
}
a:hover {
	color: #444;
	border-color: #444;	
}
.art-body a, h1 a, h2 a, h3 a, h4 a{
	color: #F77428;
}
ol, ul {
	list-style: none;
}
legend {
	display: none;
}
body, input, textarea, select, option, optgroup, button, h1, h2 {
	font-family: Tahoma, sans-serif;
}
input, textarea, select, option, optgroup, button {
	font-size: 12px;
	border: 1px solid #ddd;
	height: 24px;
	padding: 0 3px; 
}
textarea {
	height: 100px;
	resize: none;
}
.dark input{
	border: 1px solid #575757;
	background-color: #404041;
	box-shadow: 1px 1px 1px #3f3f3f;
	color: #999;
}

input[type=submit], input.btn {
	background: url(../images/btn.png) no-repeat 0 0;
	padding: 2px 8px;
	height: 30px;
	margin: 10px 0 0 0;
	cursor: pointer;
	color: #ddd;
}
.btn-orange, .btn-grey:hover {
	background: url("../images/li-lev0-a.png") repeat scroll 0 0 transparent;
	color: #fff;
	border: 1px solid #e15b0b;
	padding: 3px 7px; 
}

.btn-grey, .btn-orange:hover {
	background: url(../images/btn.png) no-repeat 0 0;
	color: #ddd;	
	border: 1px solid #575757;
	padding: 3px 7px; 	
}


/* css anim effects */
.subpage-name
{
	-webkit-transition: all 0.3s linear; 
		-moz-transition: all 0.3s linear; 
       -ms-transition: all 0.3s linear; 
        -o-transition: all 0.3s linear; 
           transition: all 0.3s linear;
}
.orange {
	color: #EC5500;
}
.grey {
	color: #555;
}
/* LAYOUT
-----------------------------------------------------------------------------*/
html {
   
}
body {
   min-height: 900px;
   color: #555;
   font-size: 12px;
   overflow-x: hidden;
   
}
body.index {
	background: url(../conteudos/fundo.jpg) no-repeat center top; 
}
body.subpage {
   background: url(../conteudos/fundo.jpg) no-repeat center top; 
}
.index .wrapper {
  
	overflow: hidden;   
}

.wrapper {
  
	/*min-height: 960px;   */
}

.wrap {
   width:963px;
   margin: 0 auto;   
}

/* HEADER
-----------------------------------------------------------------------------*/
.header {
   height: 426px;
}
.header .wrap {
   1background: url(../images/header-menu-bg.html) no-repeat center top;	
}
a.logo {  
   position: relative;
   z-index: 200;
   left: -1px;
   float:left
}








/* CONTENT
-----------------------------------------------------------------------------*/
.content-wrap {
	position: relative;
	z-index: 200;
	margin-top:-46px
	
}
.subpage .content-wrap {
	background: url(../images/content-dots2.png) repeat-y 50% 0;	
}
.content-h2 {
	background: url(../images/content-h2.png) no-repeat 50% 0;
	width: 100%;	
}
.content {
	width: 100%;
	display: inline-block;
}
.index .content {
	/*height: 776px;*/
}
.content .wrap {
	background-color: #fff;
}

.main {
   width: 920px;
   display: inline-block;
	padding-left: 0px;
	padding-bottom: 0px;   
}

h1 span.orange {
	color: #EC5500;
	font-size: 18px;
	font-family: 'Open Sans';
	1padding-left: 20px;
	1background: transparent url(../images/h1-sep.png) no-repeat 10px center;
}
h1 span.h1 {
    background-position: 15px 50%;
    background-repeat: no-repeat;
    color: #EDEDED;
    float: right;
    font-size: 18px;
    font-weight: normal;
    height: 66px;
    overflow: hidden;
    text-indent: -9999px;
    width: 233px;
}
h1 span.firma{
   background-image: url(../images/h1-span.png); 
}
h1 span.oferta{
   background-image: url(../images/h1-span-02.png); 
}
h1 span.realizacje{
   background-image: url(../images/h1-span-03.png); 
}
h1 span.aktualnosci{
   background-image: url(../images/h1-span-04.png); 
}
h1 span.wyprzedaz{
   background-image: url(../images/h1-span-05.png); 
}
h1 span.partnerzy{
   background-image: url(../images/h1-span-06.png); 
}
h1 span.kontakt{
   background-image: url(../images/h1-span-07.png); 
}

.subpage .h1-cover {
	position: relative;
	left: -119px;
	width: 1079px;
	height: 66px;
	background: url(../images/h1-bg2.jpg) no-repeat 0 0;
	z-index: 199;
}
h2 {
	   
}
h3 {
   color: #F77428;
   font-weight: normal;   
}

p {
	padding: 15px 0;
}

.oferta-slider {
	background: url("../conteudos/fundoofertas_s1.jpg") no-repeat scroll 0 0 transparent;
	height: 279px;
	left: -119px;
	position: relative;
	width: 962px;
	z-index: 200;
	padding-bottom: 0;
	padding-left: 119px;
	padding-right: 0;
	padding-top: 15px;
}

.oferta-slider2 {
	background: url("../conteudos/fundoofertas_s1.jpg") no-repeat scroll 0 0 transparent;
	height: 44px;
	left: -119px;
	position: relative;
	width: 960px;
	z-index: 200;
	padding-bottom: 0;
	padding-left: 119px;
	padding-right: 0;
	padding-top: 15px;
}
.oferta-slider-nav {
	position: absolute;
	top: 15px;
	right: 40px;
}
.oferta-slider-nav a{
	color: #fff;
	height: 35px;
	border: 1px solid transparent;
	border-bottom: 0px;
	float: left; 
}
.oferta-slider-nav a.activeSlide{
	color: #fff;
	height: 35px;
	border: 1px solid #787778;
	1border-top-color: #f17121;
	border-bottom: 0px;
	float: left;
	background: url(../images/oferta-tab.jpg) repeat-x 0 0; 
}
.oferta-slider-nav a.activeSlide:hover{
	
}
.oferta-slider-nav a span{
	height: 35px;
	padding: 0 16px;
	float: left;
	opacity: 0.6;
}
.oferta-slider-nav a.activeSlide span, .oferta-slider-nav a:hover span {
	opacity: 1;
}

.oferta-slider-nav a.nav-0 span{
	width: 124px;
	background: url(../images/bramy-tab.png) no-repeat 50% 50%;
}
.oferta-slider-nav a.nav-1 span{
	width: 81px;
	background: url(../images/okna-tab.png) no-repeat 50% 50%;
}

.oferta-slider .slides {
	width: 930px!important;
	height: 234px!important;
	overflow: hidden;
}

.oferta-slider2 .slides2 {
	width: 930px!important;
	height: 84px!important;
	overflow: hidden;
}

.oferta-slider .slides .slide{
	width: 900px!important;
	height: 234px!important;
}
.oferta-item {
	width: 161px;
	height: 194px;
 /*  background: url("../images/oferta-item-bg.jpg") no-repeat scroll 0 0 transparent;*/
	float: left;
	margin-right: 15px;
	color: #fff;	
}
.index .oferta-item.last {	
	margin-right: 0px;	
}

.oferta-item a {
    display: block;
    padding: 12px 4px 10px;
    text-align: center; 
}

.oferta-item a span {
	font-family: "TCB", Arial, sans-serif;
	font-size:15px;
	color: #fff;
   display: inline-block;
   margin-top: 10px;
   /*width:138px;
   height:20px;
     background-color:#D3CCBC; */
 
}
.subpage .oferta-item {
	margin-bottom: 20px;
}

/* --- INDEX BOXY --- */
.index-lead {
	height: 249px;
	width: 100%;	
}
.box-aktualnosci{
	position: relative;
	float: left;
	width: 548px;
	height: 249px;
	background: url(../images/aktualnosci-ul.png) no-repeat 9px 68px;
	overflow: hidden;
	
}
.box-realizacje{
	float: right;
	width: 360px;
	height: 260px;
	margin-right: 30px;	
	background: url(../images/realizacje-bg.png) no-repeat right 68px;
	position: relative;
}
.index-lead h2 {
	margin-top: 14px;
	line-height: 36px;
	width: 100%;
	background: url("../images/h-bg-tab.png") no-repeat scroll 0 0 transparent;
	1display: inline-block;
}
.index-lead h2 span{
	font-family: 'Open Sans';
	font-weight: 300;
   font-size: 18px;
   color: #f26620;
   font-style: normal;
	-webkit-text-stroke-width: 0.2px;
	background: #fff url(../images/h-s-bg.png) repeat-y 0 0;
	border-style: solid;
	border-color: #cfcfcf #cfcfcf transparent transparent;
	border-width: 1px 1px 0 0px; 
	display: inline-block;
	padding: 0 16px;
	margin-left: 8px;
	height: 35px;
}

/* newsy cycle */
.news-slides-nav {
	position: absolute;
	top: 24px;
	right: 6px;
}
.news-slides {
	position: relative;
}
ul.news-slide{
	padding-top: 11px;

	height: 182px;
}
.news-slide li{
	width: 537px;
	overflow: hidden;
	margin-bottom: 10px;
}
.news-slide li .date, .date{
 background: url("../images/dot.png") repeat-x scroll 0 0 transparent;
    border-bottom: 1px solid #F77428;
    float: left;
    font-size: 15px;
    height: 46px;
    margin: 4px 20px 0 9px;
    padding-top: 6px;
    text-align: right;
    width: 108px;
	 text-transform: lowercase;	
}

.news-slide li h3{
	float: left;
	margin-bottom: 8px;    
   width: 398px;
}
.news-slide li .intro {
    float: left;
    height: 32px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 398px;
}
.more {
   color: #F77428;
	border: 1px solid #F77428; 
    border-width: 0 1px 1px 0;
    float: right;
    font-size: 11px;
    padding: 0 3px 3px;
    margin: 6px 3px 0 0;
}

.news-slides-nav a{
    float: left;
    height: 26px;
    line-height: 26px;
    text-align: center;
    width: 27px;
}
.news-slides-nav a.activeSlide{
	color: #e75202;
	background: url("../images/news-nav-a.png") no-repeat scroll 0 0 transparent;	
}
.news-slides-nav a:not(.activeSlide):hover{
	background-color: rgba(0, 0, 0, 0.05);
}	

/* ostatnie realizacje */
.anim-real {
	height: 138px!important;
   left: 36px;
   overflow: hidden;
   position: relative;
   top: 45px;
   width: 146px;
}
.anim-real-navi {
    position: absolute;
    right: 30px;
    top: 90px;
    width: 134px;
}
.anim-real-navi a{
	float: left;
	clear: both;
	padding: 3px 0;
		border-bottom: 1px solid transparent;
		width: 100%;
}
.anim-real-navi a.activeSlide {
	border-bottom: 1px solid #F77428;
   color: #F77428;
}

.imgs img {
	cursor: pointer;
	position: absolute;
	top: 0;
	left:0;
}
.imgs-navi {
    margin: 17px 0 0 7px;
}
.imgs-navi a {
	width: 6px;
	height: 6px;
	margin-right: 5px;
	background-color: #fff;
	text-indent: -9999px;
	float: left;
}
.imgs-navi a.activeSlide {
	background-color: #333;
}



/* moduly na dole */
.dark, .dark a, .dark p  {
	color: #9d9d9d;
}

.index-contact{
	width: 471px;
	height: 200px;
	float: left;
	margin-left: 16px
}

.anim-contact-navi {
	float: left;
	width: 127px;
	background: url(../images/miasta-bg.png) repeat-y right top;
	margin-top: 47px;
}
.anim-contact-navi a{
   text-align: right;
   float: right;
   clear: both;
   padding: 1px 20px;
   
}
.anim-contact-navi a:hover, .anim-contact-navi a.activeSlide{
	background: url(../images/miasto-h.png) no-repeat right center;
	color: #eee;
	F77428
}
.anim-contact-navi a.activeSlide{
	color: #ff7626;
}
.anim-contact {
	float: left;
	margin: 47px 0 0 12px;
	width: 324px;
	height: 150px!important;
	position: relative;
}
.miasto {
	width: 324px;
	height: 150px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.miasto img {
	margin-right: 13px;
}
.miasto h5 {
	font-weight: normal;
	color: #ff7626;
	font-size: 13px;
}
.miasto p{
	color: #bbb;
}

.index-social{
	width: 58px;
	height: 148px;
	float: left;
	background: url(../images/index-social.png) no-repeat 0 0;
	margin-top: 46px;
	padding-top: 18px;
}
.index-social.social a {
	background-color: transparent;
	margin: 0 13px 13px 0;
}
.index-social.social a:hover {
	opacity: 0.7;
}

.index-contact {
	background: url("../images/h2-oddzialy.png") no-repeat scroll 0 0 transparent;	
}

.newsletter {
    float: left;
    margin: 35px 0 0;
    padding: 0 0 0 34px;
    width: 352px;
}
.newsletter input[type=text]:first-child {
	margin-right: 10px;
}

/* lado
-----------------------------------------------------------------------------*/
.aside {
   width: 234px;
   float: right;
   background: #fff;
   
}
.subpage .social {
	float: right;
	background: url(../images/social-sub-bg.jpg) no-repeat 0 0;
	width: 66px;
	height: 127px;
}
.social a {
	clear: both;
	background-color: #49494a;
	width: 32px;
	height: 29px;
	float: right;
	margin: 0 17px 12px 0;
	border-left: 1px solid transparent;
}
.social a:hover {
	border-left: 1px solid #777;
}
/* ARTICLE
-----------------------------------------------------------------------------*/
.article {
	/* [disabled]min-height: 300px; */
	padding-right: 40px;
	text-align: justify;
	position: relative;
	width: 650px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 20px;
}

.article h1 {
  	float: none;  
    font-size: 21px;
    font-style: normal;
	font-weight:bold;
    height: 49px;
    padding-top: 0;
    width: 100%; 
}
.article h2 {
	color: #EC5500;
   font-size: 15px;
   font-weight: normal;
   padding: 0px 0 30px 0;
	background: url(../images/h2-bg.png) repeat-x 0 bottom;
	text-align: left;
	width:130px;
   float:left;
   margin-bottom: 20px;
	 line-height: 19px;	   
}


.art-content {
	padding-top: 15px;   
}
.art-body {
   
}
.art-body ul {
	margin: 10px;
}
.art-body li {
	color: #000;
	line-height: 20px;
  list-style-image:url(../images/li.png);
  list-style-position: inside;
  padding-left:15px;
}


.art-date {
	left: 700px;
   position: absolute;
   top: 28px;
   width: 150px;
   padding-left: 4px;
}
.art-date span {
	display: inline-block;
	margin-bottom: 10px;
}
.art-date a{
	margin-right: 10px;
}
.art-date a:hover{
	color: #EC5500;	
}

.font-size {
   left: -63px;
    position: absolute;
    top: 18px;
}
.font-size a{
	width: 11px;
	height: 11px;
	opacity: 0.5;
	filtr: alpha(opacity=50);
	float: left;
	margin: 0 0 0 5px;
}
.font-size a:hover {
	opacity: 1;
	filtr: alpha(opacity=100);
}
#jfontsize-minus {
	background: url(../images/font-03.png) no-repeat 0 0;
}
#jfontsize-default {
	background: url(../images/font-02.png) no-repeat 0 0;
}
#jfontsize-plus {
	background: url(../images/font.png) no-repeat 0 0;
}


.art-author {  
}


/* galeria */

.art-gallery {
	float: left;
	width: 100%;
	margin-top: 15px;
	background: #fff url(../images/art-bg.png) no-repeat right 40px;	    
}
.art-gallery h3, .art-files h3 {
	width: 100%;
	padding: 10px 0 10px;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: normal;
}
.art-gallery .thumb, .art-gallery .thumb a {
	float: left;
} 
.art-gallery .thumb a {

} 
.art-gallery .thumb a img{

}
.art-gallery .thumb a:hover{

}.art-gallery .thumb a:hover img{

} 

/* zalaczniki artykulu */

.art-files {
	margin-top: 15px;
   display: inline-block;
   width: 100%;
	background: #fff url(../images/art-bg.png) no-repeat right 40px;	   
}
.files-item {
    line-height: 22px;
    padding-left: 20px;   
}
.files-item a {

}



/* SUBMENU
-----------------------------------------------------------------------------*/
.submenu-body {
	width: 208px;
	float: left;
   padding: 34px 0 80px 0;
   margin-top: 30px;
   background: url(../images/submenu-bg.png) repeat 0 0;
   margin-left: -1px;
}
.submenu-top {  
}
.submenu-foot {
}

.submenu-body ul li {
	position: relative;
}
.submenu-body ul:not(.level-0) a:hover span{
	color: #ed6b00;	
}


/* levels backgrounds */
.treeview a.selected {
	background: none;
}
li.active.level-0, li.level-0.collapsable{
	background: transparent url(../images/sub-ul-lev1.png) repeat 0 0px!important;
}
li.level-1.collapsable{
	background: transparent url(../images/sub-ul-lev3.png) repeat 0 0px!important;
}
li.level-2.collapsable{
	background: transparent url(../images/sub-ul-lev3.png) repeat 0 0px!important;
}

.submenu-body li.active ul{
	1background: transparent!important;
}
.submenu-body li.active:not(.level-0) > a > span, li.collapsable:not(.level-0) > a > span {
	color: #ed6b00;	
}

/* hits */
.submenu-body .hitarea {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 25px;
}
.hitarea:hover {
	background-color: rgba(0,0,0, .4)!important;
}
ul.level-3 .hitarea:hover {
	background-color: #222!important;
}


li.level-0 > .hitarea {
    background: url(../images/hit0w.png) no-repeat center center transparent;
    cursor: pointer;
    height: 39px;
}
li.level-0.collapsable > .hitarea {
    background: url(../images/hit0w-open.png) no-repeat center center transparent;
}
li.level-1 > .hitarea {
    background: url(../images/hit1o.png) no-repeat center center transparent;
    cursor: pointer;
    height: 27px;
}
li.level-1.collapsable > .hitarea {
    background: url(../images/hit1o-open.png) no-repeat center center transparent;
}
li.level-2 > .hitarea {
    background: url(../images/hit2o.png) no-repeat center center transparent;
    cursor: pointer;
    height: 27px;
}
li.level-3 > .hitarea {
    background: url(../images/hit2g.png) no-repeat center center transparent;
    cursor: pointer;
    height: 27px;
}
li.level-4 > .hitarea {
    background: url(../images/hit4w.png) no-repeat center center transparent;
    cursor: pointer;
}


/* level-0 */
ul.level-0{ 
	width: 100%;
	background: url(../images/ul-lev0-bg.png) repeat 0 0;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	font-size: 14px;
	display: none;	
}
ul.level-0 li.level-0 {
	background: url(../images/li-lev0-h.png) repeat-x 0 -60px; 
	padding: 0 ;
	  
}
ul.level-0 li.level-0  a {
	color: #fff;   
	width: 100%;
	display: inline-block;	
}
ul.level-0 li.level-0 > a > span{
	padding: 7px 8px 10px 10px;
	display: inline-block;
    font-family: 'Open Sans';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
	 1text-shadow: 1px 1px 3px #444;
	 line-height: 22px;
	-webkit-text-stroke-width: 0.2px;	 		
}
ul.level-0 li.level-0.active > a > span {
	1text-shadow: 1px 1px 3px #a63d00;
}
ul.level-0 li.level-0.active > a{
	background: url(../images/li-lev0-a.png) repeat 0 0;   
}
ul.level-0 li.level-0.active a.selected{
	1background: none;
}
ul.level-0 li.level-0:not(.active):hover {
	background: url(../images/li-lev0-h.png) repeat-x 0 0px;   
}

/* level-1 */
ul.level-1{
	margin: 0 ;
	background: transparent;
	1border-bottom: 10px solid rgba(0,0,0,0.1);	
}
ul.level-1 li.level-1{
	background: none;
	padding: 0;
}
ul.level-1 li.level-1 > a{
	padding: 5px 0 5px 0;
}
ul.level-1 li.level-1 > a > span{
	font-size: 13px;
	padding-left: 10px;
	padding-right: 16px;
	padding-bottom: 3px;
	display: block;
}

/* level-2*/
ul.level-2 {
	margin: 0 ;
	background: transparent;
	padding-bottom: 10px;
}
ul.level-2 li.level-2{
	padding: 3px 0 0px 0;
	background: none;
}
ul.level-2 li.level-2 > a{
	padding: 0px 0 1px 0px;
}
ul.level-2 li.level-2 > a > span{
	font-size: 11px;
	padding-left: 16px;
	padding-right: 16px;
}

/* level-3*/
ul.level-3 {
background: none repeat scroll 0 0 #000000 !important;
    display: block;
    margin-left: 15px;
    margin-top: 5px;
    padding-bottom: 5px;
}
ul.level-3 li.level-3{
	padding: 3px 0 3px 0;
	background: none;
}
ul.level-3 li.level-3 > a{
	padding: 0px 0 1px 0px;
}
ul.level-3 li.level-3 > a > span {
    display: block;
    font-size: 11px;
    padding-left: 10px;
    padding-right: 16px;
}

/* level-4 */
ul.level-4 {
	padding-left: 10px;
	padding-top: 5px;
	display: block;
	font-size: 11px;
}
li.level-4 > a{
	border-left: 1px solid #d66100;
	padding: 1px 0 3px;
}
li.level-4 > a > span {
	padding-left: 10px;
	
}

/* level-5 */
ul.level-5 {
	border-left: 1px dotted #666;
	margin: 5px 0 5px 0px;
	padding-bottom: 3px;
}
li.level-5 > a{

}
li.level-5 > a > span {
	margin-left: 10px;	
}

/* ANIM
-----------------------------------------------------------------------------*/
.anim-wrap {
/*
    left: -119px;
    position: absolute;
    top: 85px;
	 z-index: 100;
	 height: 534px;
    width: 1266px;
*/    
}

.anim {
    height: 534px;
    left: -119px;
    position: absolute;
    top: 84px!important;
    width: 1266px;
}

.anim img {
	position: absolute;
	top:0;
	left:0;   
}
.nivo-controlNav{
	position: absolute;
    left: 970px;
    top: 412px;
    z-index: 9205;
}
.nivo-controlNav a {
	text-indent: -9999px;
	background-color: #777;
	opacity: 0.8;
	width: 6px;
	height: 37px;
	display: block;
	margin-bottom: 10px;
}
.nivo-controlNav a:hover {
	opacity: 1;
}
.nivo-controlNav a.active {
	opacity: 1;
	background: url(../images/nivo-navi-a.png) no-repeat 0 0;
}

/* skitter */
.box_skitter .image img {
    1display: block!important;
}
.box_skitter .info_slide_dots {   
	position: absolute;
    left: 1090px!important;
    top: 341px;
    z-index: 305;
}
.box_skitter .info_slide_dots .image_number {	
	text-indent: -9999px;
	background-color: #777!important;
	opacity: 0.8;
	width: 6px;
	height: 37px;
	display: block;
	margin-bottom: 10px;  
	opacity: 1;	
	cursor: pointer;     
}

.box_skitter .info_slide_dots .image_number_select {
	opacity: 1;
	background: url(../images/nivo-navi-a.png) no-repeat 0 0;
}


/* NEWS-LISTING
-----------------------------------------------------------------------------*/
.news-listing {   
}
.news-list {
	background: url("../images/aktualnosci-ul.png") repeat-y scroll 9px 68px transparent;
}

.news-item {
   padding: 25px 0 0;
   margin-bottom: 25px;
	background: url("../images/art-bg.png") no-repeat scroll left top #FFFFFF;   
}
.news-item.first {
	background-image: url(none.html);	
}
.news-item .date {
	margin-left: 0;
}
.news-item h3 {
   float: left;
	margin-bottom: 8px;  
}

.news-item-content:hover {
	
}

.news-item-info {
   display: inline-block;
   position: relative;
}

.news-item-date {
   display: inline-block;
   position: absolute;
   top: 2px;
   left: 0px;
   font-size: 13px;
   padding: 0px 5px 0px 0;
   border-right: 1px solid #ddd;
}

.news-item-author {
   
}

.news-item-detail {
   
}

.news-item-intro {
 	display: inline-block;
   width: 510px;  
}
.news-item-more {
   float: right;
   display: none;
}




/* NEWS
-----------------------------------------------------------------------------*/
.news {}  
.news-info {}
.news-date {}
.news-author {}

.news-content {
    display: inline-block;
    padding-top: 20px;
    width: 100%;
}
.news-thumb {
    float: left;
    padding: 5px;
    border: 1px solid #ddd;
    margin: 0 15px 5px 5px;  
}
.news-intro {
    margin-bottom: 20px;
}

.news-body {
    margin-bottom: 20px;   
}

.news-body ul {
	margin: 10px;
}
.news-body li {
	color: #000;
	line-height: 20px;
  list-style-image:url(../images/li.png);
  list-style-position: inside;
  padding-left:15px;
}

a.news-back span{
	background: url("../images/li-lev0-a.png") repeat scroll 0 0 transparent;
	color: #fff;
	border: 1px solid #e15b0b;
	padding: 3px 5px;
	text-transform: capitalize;
	font-size: 12px;
  float:left;
  margin-top: 10px;   
}
a.news-back:hover span {
	opacity: 0.8;
}





/* FORM
-----------------------------------------------------------------------------*/
.form-data {
	margin: 20px 0 0 0;
	display: inline-block;   
}

.form-elem-group {
	float: left;
	margin-bottom: 10px;
	width: 100%;	
}

.form-elem-name {
	width: 150px;
	float: left;
	padding: 4px;	
}
.form-elem-input{
	float: left;
}
.form-elem-input input[type=text], .form-elem-input select, .form-elem-input textarea{
	width: 300px;
	float: left;
	padding: 4px;
   	border: 1px solid #DDDDDD;
	font-size: 12px;		
}
.form-elem-input input[type=text]:focus, .form-elem-input select:focus, .form-elem-input textarea:focus{
   	border: 1px solid #000;
		
}


.form-elem-input select {
	width: 310px;
}
.form-data textarea {
	height: 150px;
	resize: none;
}

.form-elem-input input[type=radio], .form-elem-input input[type=checkbox] {
    font-size: 12px !important;
    margin: 0 6px !important;
    vertical-align: middle;
}

.form-btn-send {
	float: right;
	background-color: #000;
	color: #fff;
	border: 0;
	padding: 4px 8px;
	cursor: pointer;   
}


.captcha-code {
   
}

.captcha-input {
   
}








/************ <<< STANDARD CLASSES >>> ************/


/* TABLE
-----------------------------------------------------------------------------*/
table {
   
}

table thead tr th {
   
}
table tfoot tr th {
   
}

table tr {
   
}

table tr td {
   
}

table tr.odd td {
   
}
table tr.even td {
   
}

table tr:hover {
   
}

table tr:hover td {
   
}

table tr:hover td:hover {
   
}



/* DEFAULTS
-----------------------------------------------------------------------------*/
.w100p {
   width: 100%!important;   
}
.w50p {
   width: 48%!important;   
}
.w30p {
   width: 28%!important;   
}

.dn {
   display: none!important;
}
.db {
   display: block!important;   
}
.dib {
   display: inline-block!important;
}
.di {
   display: inline!important;   
}

.fl {
   float: left!important;
}
.fr {
   float: right!important;
}

.cl {
   clear: left!important;
}
.cr {
   clear: right!important;
}
.cb {
   clear: both!important;
}

.pr {
	position: relative!important;
}
.fwb{
	font-weight: bold;
}
.tac{
	text-align: center;
}

.disabled {
    opacity: 0.4;
    filter: Alpha(Opacity=40);
}

.debug {
	text-align: center;
	background-color: yellow;
	color: #000;
	font-weight: bold;
}

/************ <<< === FUTURE CLASSES === >>> ************/

/* MODULE BOX
-----------------------------------------------------------------------------*/
.module-box {
	width: 208px;
	display: inline-block;
	margin-top: 0px;
	float: right;
	margin-left: -1px;
	padding-bottom: 80px;
	padding-left: 0;
	padding-right: 0px;
	padding-top: 24px;
}

.module-box h4 {
	background: url("../images/li-lev0-a.png") repeat scroll 0 0 transparent;
	padding: 12px ;
	color: #fff;
	font-weight: normal;
	font-size: 15px;
	text-shadow: 1px 1px 1px rgba(0,0,0, 0.2);	
}
.module-box p {	
	width: 100%;
	background: url(../images/ul-lev0-bg.png) repeat 0 0;
	border-bottom: 1px solid #fff;
	border-top: 0px solid #fff;
	font-size: 13px;
	color: #fff;
}
.module-box p span{
	padding: 15px;
	display: block;
}
.module-box p span strong{
	color: #ff861c;
	font-weight: normal;
	text-shadow: 1px 1px 1px #444;
}
/* FILE ICONS
-----------------------------------------------------------------------------*/
.ico-doc {
   background: url(../images/filetypes/document-word.png) no-repeat left 2px;
}
.ico-xls {
   background: url(../images/filetypes/document-excel.png) no-repeat left 2px;
}
.ico-ppt {
   background: url(../images/filetypes/document-powerpoint.png) no-repeat left 2px;
}
.ico-pdf {
   background: url(../images/filetypes/document-pdf.png) no-repeat left 2px;
}
.ico-image {
   background: url(../images/filetypes/document-image.png) no-repeat left 2px;
}
.ico-archive {
   background: url(../images/filetypes/document-zipper.png) no-repeat left 2px;
}

/* SUPERNEWS
-----------------------------------------------------------------------------*/


/* ANIMATIONS > klasy dziedziczone z .anim + $id
-----------------------------------------------------------------------------*/
/* SUBPAGE-LISTING */
/*-----------------------------------------------------------*/
.subpage-listing {

}
.subpage-listing ul {
	margin: 0;
	width: 100%;
	list-style: none url();
}

.subpage-listing li.subtxt img{
	display: none;
}

.subpage-listing ul li {
	float: left;
   padding: 0 !important;
   width: 50%;
   background-image: url(none.html);
}

.subpage-listing ul li a {
	margin: 10px;
	display: block;
}

.subpage-name {
   border: 1px dotted #ddd;
   margin: 0;
   padding: 30px 0;
   display: inline-block;
   width: 100%;
   background: url(../images/box-link.jpg) no-repeat 50% bottom;
   font-size: 16px;
   font-style: normal;
	text-align: center;
}
.subpage-listing ul li a:hover .subpage-name {
   background: url(../images/box-link.jpg) no-repeat 50% top;
	color: #333;   
}

/* with img */

.subpage-listing ul li.subpic {
	width: 33%;
}
 .subpage-listing ul li {
  list-style: none url();
}
.subpic .subpage-name {
   padding: 15px 0;
   font-size: 12px;
   font-style: normal;
	text-align: center;
}

.subpic .subpage-name img {
	/*float: left;
	margin: 0 5px 0 15px;  */
	padding: 5px ; 
	background-color: #fff;
	border: 1px solid #ddd; 
}

.subpic .subpage-name p {
	padding: 15px 5px;
  min-height: 40px;
}






#map {
	width: 650px;
	height: 480px;
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
    body, body.index, body.subpage, .wrapper, .subpage .footer  {
        background-position: 49.9% 0;
    }
    .index .wrap {
	 	1width: 959px;
	 }
	 
}



.ofertas {margin-bottom:10px;}


.conteudo {
	margin:0 auto;
	width:960px;
	margin-top:2px;
	background-color:#FFF;padding-top:24px; padding-bottom:24px;
	z-index:9999;
	position:relative}
	
	
	.esquerda {
		width:80%;
		margin-left:10px
	}
		
		.direita { float:right; margin-right:40px}
		
		.titulosfundo {
			background-image:url(../conteudos/fundo_titulos.png);
			width:566px;
			height:34px;
			background-repeat:no-repeat;
			font-family: "TCB", Arial, sans-serif;
			color:#65666A;
			font-weight:bold;
			font-size:18px;
			padding-left:30px;}
			
			
			.orcamentosbanner {
				padding-bottom:25px;
				clear:both; display:block}
				
				
			.blocotexto {
				width:556px;
				padding-left:10px;}
				
				.texto { font-size:13px;
				line-height:20px}
				
					.texto a:link{
						color:#E26512;
						text-decoration:underline}
						
						.texto a:hover{
						color:#333;
						text-decoration:underline}
						
						.texto a:visited{
						}
				
				
				
				
.rodape {
	margin:0 auto;
	width:960px;
	padding-top:24px; padding-bottom:24px}
				


.textorodape { font-size:13px;
				line-height:20px;color:#333;}
				
					.textorodape a:link{
						color:#333;
						text-decoration:none}
						
						.textorodape  a:hover{
						color:#000;
						text-decoration:underline}
						
						.textorodape  a:visited{
						}
						
						
						.imagemportfolio {
							display:inline;
							margin-right:5px;
							margin-left:5px;
   border: 7px solid #fff;
   -webkit-box-shadow: 1px 1px 2px #e6e6e6;
   -moz-box-shadow: 1px 1px 2px #e6e6e6;
   box-shadow: 1px 1px 2px #e6e6e6;
							 
							 }
							 
							 
							 
							 .btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  font-family: Arial;
  color: #373737;
  font-size: 13px;
  background: #D3CCBC;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  margin-left:15px;
}

.btn:hover {
  background: #ccc;
  text-decoration: none;
}


h1 {
			background-image:url(../conteudos/fundo_titulos.png);
			width:566px;
			height:34px;
			background-repeat:no-repeat;
			font-family: "TCB", Arial, sans-serif;
			color:#65666A;
			font-weight:bold;
			font-size:18px;
			padding-top:0px;
			padding-left:30px;}
			
			

							 
							 .btn2 {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  font-family: Arial;
  color: #373737;
  font-size: 13px;
  background: #D3CCBC;
  padding: 10px 20px 10px 20px;
  text-decoration: none;

}

.btn2:hover {
  background: #ccc;
  text-decoration: none;
}			


.hsbaixo {font-size:13px;
				line-height:20px;color:#333; display:inline; font-weight:normal; margin:0px; padding:0px; background-image:none; font-family:Tahoma}
				
				.hsbaixo :visited{font-size:13px;
				line-height:20px;color:#333; display:inline; font-weight:normal; margin:0px; padding:0px; background-image:none; font-family:Tahoma}