﻿/* Main menu
***********************************/

#main-menu 
{
    list-style: none;
    margin: 0px;
    display: inline-block;
    margin-bottom: 5px;
}
#main-menu li {
    display: inline-block;
    max-width: 129px;              
    background: rgb(246,246,246);  background: -moz-linear-gradient(top,  rgba(246,246,246,1) 4%, rgba(224,224,224,1) 67%);  background: -webkit-gradient(linear, left top, left bottom, color-stop(4%,rgba(246,246,246,1)), color-stop(67%,rgba(224,224,224,1)));  background: -webkit-linear-gradient(top,  rgba(246,246,246,1) 4%,rgba(224,224,224,1) 67%);  background: -o-linear-gradient(top,  rgba(246,246,246,1) 4%,rgba(224,224,224,1) 67%);  background: -ms-linear-gradient(top,  rgba(246,246,246,1) 4%,rgba(224,224,224,1) 67%);  background: linear-gradient(to bottom,  rgba(246,246,246,1) 4%,rgba(224,224,224,1) 67%);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#e0e0e0',GradientType=0 );
    padding: 0px;
    box-shadow: inset 0px -2px 3px white;
    border: 1px solid white;
    position: relative;
    margin-right: 0px;
    vertical-align: top;
    border-width: 1px 0px 1px 0px;
}

#main-menu li:hover::after 
{
	content: ' ';
	display: inline-block;
	width: 128px;
	height: 5px;
	background: #e6003e;
	position: absolute;
	left: 0;
	bottom: 0px;
	box-shadow: inset 0 1px 2px #837575;
}

#main-menu li a {
    color: #e5003e;
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    padding: 7px;
    padding-top: 5px;
    padding-right: 5px;
}

#main-menu li a:hover
{
	text-decoration: none;
}

#main-menu li .title 
{
	/*font-family: Aller;*/
}

#main-menu li .desc {
    font-size: 11px;
    line-height: 13px;
    color: #4e4e4e;
    height: 27px;
    overflow: hidden;
    font-weight: normal;
    /*font-family: Aller;*/
;
    font-family: Tahoma;
}

#main-menu li:hover .sub-menu {
    position: absolute;
    display: inline-block;
    top: 52px;
    margin: 0px;
    width: 129px;
    background: #e5003d;
    box-shadow: inset 0px -3px 0px #B10032, inset 0px 2px 4px #971D3F;
    padding: 6px 0px;
    z-index: 10001;
    left: 0;
}


#main-menu li .sub-menu {
    display: none;
    position: absolute;
}

#main-menu li .sub-menu li {
    width: 100%;
    background: none;
    box-shadow: none;
    border: none;
}
#main-menu li .sub-menu li a {
    font-size: 13px;
    display: block;
    color: #fff;
    text-transform: lowercase;
    font-weight: normal;
    padding: 3px 10px;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background: #E5003E;
}

#main-menu li .sub-menu li a:hover {
    background: #b10032;

}

#main-menu li .sub-menu li:hover::after 
{
	display: none;
}


/* Footer menu
********************************/
.widget-FooterMenu 
{
}

.menu-stopka 
{
    background: transparent;
}

.menu-stopka li 
{
    background: transparent;
    border: 0;
    margin-right: 10px;
}

.menu-stopka li.current 
{
    border: none;
    background: transparent;
}

.menu-stopka li a {
    display: inline-block;
    width: 132px;
    border: 2px solid #e5003d;
    border-width: 0px 0px 2px 0;
    padding: 0px;
    padding-left: 2px;
    line-height: 22px;
    font-size: 13px;
    font-weight: bold;
}

.menu-stopka li ul 
{
    display: block;
    position: relative;
    border: 0px;
}

.menu-stopka li ul li a
{
    border-bottom-width: 1px;
    font-size: 13px;
    font-family: Arial;
    line-height: 21px;
    text-transform: lowercase;
    font-weight: normal;
}


/* Kategoria menu
**********************************/

.kategoria-menu {
    text-align: center;
}
	.kategoria-menu ul {
    margin: 0;
    list-style: none;
}
		.kategoria-menu ul li{
    display: inline-block;
}
			.kategoria-menu ul li a{
    padding: 7px 6px;
    display: inline-block;
}


/* Sprites
*********************************************/

.sprite 
{
	background: url('../Content/Sprites.png') no-repeat top left;	
	display: inline-block;
}

.sprite-ArrowLeft{ background-position: 0 0; width: 29px; height: 47px; } 
.sprite-ArrowRight{ background-position: 0 -52px; width: 29px; height: 47px; } 
.sprite-arrows{ background-position: 0 -104px; width: 20px; height: 19px; } 
.sprite-arrowsWhite{ background-position: 0 -128px; width: 20px; height: 19px; } 
.sprite-arrowshover{ background-position: 0 -152px; width: 20px; height: 19px; } 


.box-shadow 
{
	background: url('../Content/boxshadow.png');
	background-repeat: no-repeat;
	height: 25px;
	position: absolute;
	bottom: 22px;
	width: 100%;
	z-index: 9;
}

.shade-box:after 
{
	content: ' ';
	display: inline-block;
	width: 100%;
	height: 25px;
	position: absolute;
	background: url('../Content/Shadow.png');
	background-repeat: no-repeat;
	bottom: -10px;
	z-index: -4;
	left: 2px;			
}

/* Link 
************************************************************/

.logo-link 
{
    display: inline-block;
    height: 160px;
    width: 390px;
    position: relative;
}

.logo-link img {
    position: absolute;
    left: -90px;
    max-width: none;
    z-index: 10000;
}

.top-zamowienie 
{
    position: absolute;
    top: 32px;
    right: 0px;
}

/* Category slider
**************************************************************/

.category-slider 
{
    height: 260px;
    background: #f2f2f2;
    margin-bottom: 38px;
    margin-top: 15px;
    position: relative;
    z-index: 10;
}

.category-slider .carousel-inner 
{
    height: 260px;
}

.category-slider .left 
{
	background: url('../Content/Sprites.png') no-repeat top left;	
	display: inline-block;
	background-position: 0 0; width: 29px; height: 47px;
	border:0px;
}

.category-slider .right
{
	background: url('../Content/Sprites.png') no-repeat top left;	
	display: inline-block;
	background-position: 0 -52px; width: 29px; height: 47px;
	border:0px;
}

.category-slider .carousel-inner .img 
{
    display: inline-block;
    width: 500px;
    height: 260px;
    overflow: hidden;
}
.category-slider .carousel-inner .img img{
    width: 100%;
    position: relative;
    top: -2px;
}
.category-slider .carousel-inner .info {
    display: inline-block;
    height: 220px;
    vertical-align: top;
    
    width: 379px;
    background: url('../Content/LinieSlider.png');
    position: relative;
    left: 0px;
    padding: 20px;
    padding-right: 57px;
}
.category-slider .carousel-inner .info h2{
    font-size: 30px;
    margin: 0px;
    margin-bottom: 10px;
    color: #e6003e;
}
.category-slider .carousel-inner .info .desc {
    line-height: 23px;
    color: #4e4e4e;
    font-size: 14px;
}
.category-slider .carousel-inner .info  .goto-btn{
    text-align: right;
    position: absolute;
    bottom: 12px;
    right: 60px;
}
.category-slider .carousel-inner .info  .goto-btn a
{	
	     padding: 11px 49px 12px 26px;  display: inline-block;  background: #97E5D8;  
    background: -moz-linear-gradient(top, rgba(151, 229, 216, 1) 20%, rgba(86, 122, 113, 1) 89%, rgba(86, 122, 113, 1) 100%);  
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,rgba(151, 229, 216, 1)), color-stop(89%,rgba(86, 122, 113, 1)), color-stop(100%,rgba(86, 122, 113, 1)));  
    background: -webkit-linear-gradient(top, rgba(151, 229, 216, 1) 20%,rgba(86, 122, 113, 1) 89%,rgba(86, 122, 113, 1) 100%);  
    background: -o-linear-gradient(top, rgba(151, 229, 216, 1) 20%,rgba(86, 122, 113, 1) 89%,rgba(86, 122, 113, 1) 100%);  
    background: -ms-linear-gradient(top, rgba(151, 229, 216, 1) 20%,rgba(86, 122, 113, 1) 89%,rgba(86, 122, 113, 1) 100%);  
    background: linear-gradient(to bottom, rgba(151, 229, 216, 1) 20%,rgba(86, 122, 113, 1) 89%,rgba(86, 122, 113, 1) 100%);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97e5d8', endColorstr='#567a71',GradientType=0 );  
    color: #216d61;
    font-weight: bold;
      
	     position: relative;
	     z-index: 2;
}

.category-slider .carousel-inner .info  .goto-btn a:hover { text-decoration: none; color: #fff; }

.category-slider .carousel-inner .info  .goto-btn a .sprite 
{
    position: absolute;
    right: 19px;
    top: 8px;
}

.category-slider .carousel-inner .info  .goto-btn a:hover .sprite 
{
	background-position: 0 -128px; width: 20px; height: 19px;
}

.category-slider .carousel-inner .info  .goto-btn .btn-shadow 
{
	display: inline-block;
	width: 136px;
	height: 55px;
	background: url('../Content/buttonshadow.png');
	background-repeat: no-repeat;
	position: absolute;
	z-index: 1;
	left: -11px;
	bottom: -12px;
}

/* Startowa
**************************************************************/

#startowa-zajawki {
    margin: 30px 0px;
    width: 1000px;
}
#startowa-zajawki li {
    display: inline-block;
    margin-right: 19px;
    position: relative;
    z-index: 1000;    
}

#startowa-zajawki li:hover
{
	bottom: 15px;
}

#startowa-zajawki li:hover::after 
{ 
	bottom: -25px;
}

#startowa-zajawki li::after 
{
	content: ' ';
	display: inline-block;
	width: 294px;
	height: 25px;
	position: absolute;
	background: url('../Content/Shadow.png');
	background-repeat: no-repeat;
	bottom: -10px;
	z-index: -4;
	left: 2px;			
}

#startowa-zajawki li .zajawka-title
{
    position: absolute;
    top: 10px;
    left: 10px;
    color: #e5003d;
    margin: -1px 7px;
    font-size: 21px;
    text-shadow: 0px 1px 0px #FFFFFF;    
}

#startowa-zajawki li .zajawka-title h2
{    
	margin: 0px;
}

#startowa-zajawki li .zajawka-opis {
    position: absolute;
    bottom: 15px;
    left: 0px;
    width: 145px;
    height: 40px;
    padding: 9px;
    overflow: hidden;
    background: url('../Content/boxbg.png');
    background-repeat: no-repeat;
    color: #fff;
    font-family: Arial;
    font-size: 12px;
    line-height: 14px;
    box-shadow:  0px 1px 0px rgba(145, 100, 100, 0.51);
}
#startowa-zajawki li .zajawka-link {
    position: absolute;
    bottom: 15px;
    right: 10px;
    width: 120px;
    background: url('../Content/boxbg.png');  background-repeat: no-repeat;  color: white;
    height: 40px;
    box-shadow: 0px 1px 0px rgba(145, 100, 100, 0.51);
    padding: 9px 0px;
}

#startowa-zajawki li .zajawka-link a {
    display: inline-block;
 
    width: 90px;
    background: #e5003d;
    padding: 10px 0px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding-right: 30px;
}

#startowa-zajawki li .zajawka-link a::after 
{
	content: ' ';
	display: inline-block;
	background: url('../Content/Sprites.png');
	background-position: 0 -128px; 
	width: 20px; 
	height: 19px;
	position: absolute;
	right: 20px;
	top: 20px;
}

#startowa-zajawki li .zajawka-link a:hover::after 
{
	background-position: 0 -152px; 
	width: 20px; 
	height: 19px;
}

#startowa-zajawki li .zajawka-link a:hover {
    text-decoration: none;
 
    background: #69CFBF;
    color: #15342e;
    margin-left: 0px;
}

/* Lista pakietów
****************************************************/

.pakiet-list {
    margin-top: 25px;
    margin-bottom: 15px;
}
.pakiet-list ul {
    list-style: none;
    margin: 0px;
    width: 1000px;
}
.pakiet-list li {
    display: inline-block;
    width: 307px;
    height: 305px;
    background: url('../Content/pakiet.png');
    background-repeat: no-repeat;
    margin-right: 18px;
}
.pakiet-list li a {
    display: block;
    width: 304px;
    height: 295px;
}

.pakiet-list li a:hover 
{
	text-decoration: none;
}

.pakiet-list li a span {
    display: block;
    background: #d40039;
    color: #fff;
    padding: 20px;
    text-align: center;
    font-size: 26px;
    position: relative;
    top: 100px;
}

/* Widgets 
****************************************************/

/* Init */

.widget-callus, .widget-promo {display: inline-block;vertical-align: top;}

/* 
 * Call us widget
 *******************/

.callus-widget {
    display: inline-block;
    width: 485px;
    height: 200px;
    vertical-align: top;
    position: relative;
}

.callus-widget .insider{
    width: 180px;
    right: 0px;
    position: absolute;
    height: 165px;
    padding: 10px 20px;
    z-index: 5;
}
.callus-widget .bg-img {
    position: absolute;
    z-index: 5;
}
.callus-widget .insider h2{
    color: #e5003d;
    font-size: 22px;
    margin-bottom: 0px;
    font-weight: normal;
}
.callus-widget .insider .text{
    color: #4e4e4e;
    line-height: 21px;
    font-size: 13px;
}
.callus-widget .insider .see-btn{
      padding: 11px 49px 12px 26px;  display: inline-block;  background: #97E5D8;  
    background: -moz-linear-gradient(top, rgba(151, 229, 216, 1) 20%, rgba(86, 122, 113, 1) 89%, rgba(86, 122, 113, 1) 100%);  
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,rgba(151, 229, 216, 1)), color-stop(89%,rgba(86, 122, 113, 1)), color-stop(100%,rgba(86, 122, 113, 1)));  
    background: -webkit-linear-gradient(top, rgba(151, 229, 216, 1) 20%,rgba(86, 122, 113, 1) 89%,rgba(86, 122, 113, 1) 100%);  
    background: -o-linear-gradient(top, rgba(151, 229, 216, 1) 20%,rgba(86, 122, 113, 1) 89%,rgba(86, 122, 113, 1) 100%);  
    background: -ms-linear-gradient(top, rgba(151, 229, 216, 1) 20%,rgba(86, 122, 113, 1) 89%,rgba(86, 122, 113, 1) 100%);  
    background: linear-gradient(to bottom, rgba(151, 229, 216, 1) 20%,rgba(86, 122, 113, 1) 89%,rgba(86, 122, 113, 1) 100%);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97e5d8', endColorstr='#567a71',GradientType=0 );  
    color: #216d61;
    font-weight: bold;
      position: absolute;
      bottom: 8px;
}

.callus-widget .insider .see-btn .sprite 
{
	position: absolute;
	top: 9px;
	right: 15px;
}

.callus-widget .insider .see-btn .btn-shadow
{	
	display: inline-block;
	width: 136px;
	height: 55px;
	background: url('../Content/buttonshadow.png');
	background-repeat: no-repeat;
	position: absolute;
	z-index: -1;
	
		left: -11px;
	bottom: -12px;
}

.callus-widget .insider .see-btn:hover 
{
	text-decoration: none;
	color: #fff;
}

.callus-widget .insider .see-btn:hover .sprite 
{
	background-position: 0 -128px; width: 20px; height: 19px;
}

/* 
 * Promo widget
 *******************/
 
.widget-promo { float: right; }
 
.promo-widget 
{
	display: inline-block;
    width: 455px;
	height: 200px;
	position: relative;
}

.promo-widget .insider{
    width: 220px;      
    left: 14px;  position: absolute;  height: 165px;  padding: 10px 20px;
    color: #4e4e4e;
}
.promo-widget .bg-img {
    position: absolute;
    right: 0px;
}
.promo-widget .insider h2{
    background: #69cfbf;
    padding: 0px;
    padding-left: 20px;
    font-size: 22px;
    margin-bottom: 5px;
    margin-top: 4px;
    line-height: 27px;
    font-weight: normal;
}
.promo-widget .insider .text{
    background: #69cfbf;
    display: inline-block;
    line-height: 18px;
    padding: 3px;
    padding-left: 20px;
    width: 197px;
    max-height: 73px;
}
.promo-widget .insider .see-btn{
       padding: 10px 49px 10px 26px;  display: inline-block;  background: #97E5D8;  
    background: -moz-linear-gradient(top, rgba(151, 229, 216, 1) 20%, rgba(86, 122, 113, 1) 89%, rgba(86, 122, 113, 1) 100%);  
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,rgba(151, 229, 216, 1)), color-stop(89%,rgba(86, 122, 113, 1)), color-stop(100%,rgba(86, 122, 113, 1)));  
    background: -webkit-linear-gradient(top, rgba(151, 229, 216, 1) 20%,rgba(86, 122, 113, 1) 89%,rgba(86, 122, 113, 1) 100%);  
    background: -o-linear-gradient(top, rgba(151, 229, 216, 1) 20%,rgba(86, 122, 113, 1) 89%,rgba(86, 122, 113, 1) 100%);  
    background: -ms-linear-gradient(top, rgba(151, 229, 216, 1) 20%,rgba(86, 122, 113, 1) 89%,rgba(86, 122, 113, 1) 100%);  
    background: linear-gradient(to bottom, rgba(151, 229, 216, 1) 20%,rgba(86, 122, 113, 1) 89%,rgba(86, 122, 113, 1) 100%);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97e5d8', endColorstr='#567a71',GradientType=0 );  
    
       color: #216D61;
    font-weight: bold;
      position: absolute;
      bottom: 8px;
       left: 120px;
}


.promo-widget .insider .see-btn .sprite 
{
	position: absolute;
	top: 9px;
	right: 15px;
}

.promo-widget .insider .see-btn:hover .sprite 
{
	background-position: 0 -128px; width: 20px; height: 19px;
}

.promo-widget .insider .see-btn .btn-shadow
{	
	display: inline-block;
	width: 136px;
	height: 55px;
	background: url('../Content/buttonshadow.png');
	background-repeat: no-repeat;
	position: absolute;
	z-index: -1;
	
		left: -11px;
	bottom: -12px;
}

.promo-widget .insider .see-btn:hover 
{
	text-decoration: none;
	color: #fff;
}

/*
 * Contact us widget
 *******************/
 
 .widget-contactus {
    display: inline-block;
    width: 461px;
    height: 170px;
    background: #ededed;
    padding: 10px 20px;
    overflow: hidden;
    position: relative;
}

.widget-contactus h3
{
    margin: 0;
    font-size: 22px;
    
    color: #e6003e;
    margin-bottom: 5px;
}

 .widget-contactus form {}
 .widget-contactus form fieldset {
    margin-bottom: 0px;
}
 .widget-contactus form ol {}
 .widget-contactus form ol li:first-child{
    float: right;
    padding-left: 0;
    margin-bottom: 0px;
    top: 0px;
    margin-right: 11px;
    position: relative;
    left: 6px;
}
 .widget-contactus form ol li{
    display: inline-block;
    vertical-align: top;
    margin-bottom: 4px;
    position: relative;
}

.widget-contactus button 
{
    position: absolute;
    right: 25px;
    bottom: 11px;
    padding: 9px 39px;  display: inline-block;  background: #97E5D8;  background: -moz-linear-gradient(top, rgba(151, 229, 216, 1) 20%, rgba(86, 122, 113, 1) 89%, rgba(86, 122, 113, 1) 100%);  
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,rgba(151, 229, 216, 1)), color-stop(89%,rgba(86, 122, 113, 1)), color-stop(100%,rgba(86, 122, 113, 1)));  
    background: -webkit-linear-gradient(top, rgba(151, 229, 216, 1) 20%,rgba(86, 122, 113, 1) 89%,rgba(86, 122, 113, 1) 100%);  background: -o-linear-gradient(top, rgba(151, 229, 216, 1) 20%,rgba(86, 122, 113, 1) 89%,rgba(86, 122, 113, 1) 100%);  background: -ms-linear-gradient(top, rgba(151, 229, 216, 1) 20%,rgba(86, 122, 113, 1) 89%,rgba(86, 122, 113, 1) 100%);  background: linear-gradient(to bottom, rgba(151, 229, 216, 1) 20%,rgba(86, 122, 113, 1) 89%,rgba(86, 122, 113, 1) 100%);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97e5d8', endColorstr='#567a71',GradientType=0 );  
    color: #FFFFFF;  
    font-weight: bold;
    border: 0px;
    cursor: pointer;
    color: #216D61;
    border: 0;
    padding-left: 25px;
    padding-right: 50px;
}

.widget-contactus button:hover { color: #fff; }
.widget-contactus button:hover .sprite { background-position: 0 -128px; width: 20px; height: 19px; }

.widget-contactus button .sprite {
    position: absolute;
    top: 9px;
    right: 16px;
}

 .widget-contactus form ol li input{
    border: 1px solid #C9C9C9;
 
    padding: 5px 7px;
    background: #FFFFFF;
    color: #999;
    border-radius: 2px;
    box-shadow: inset 0px 1px 2px #E3E3E3, 0px 1px 2px #fff;
    width: 174px;
    margin-bottom: 3px;
}

.widget-contactus form ol li.checkbox-row {
    margin-bottom: 0px;
    float: right;
    position: relative;
    left: -56px;
    top: -3px;
}

.widget-contactus form ol li.checkbox-row input
{
    margin-left: 3px;
    width: auto;
    margin-bottom: 0px;
}

.widget-contactus form ol li.checkbox-row label
{
    font-size: 11px;
    position: relative;
    top: 2px;
    color: #999;
}

 .widget-contactus form ol li textarea{
    height: 56px;
 
    width: 236px;
    border: 1px solid #C9C9C9;  padding: 5px 7px;  background: white;  color: #999;  border-radius: 2px;  box-shadow: inset 0px 1px 2px #E3E3E3, 0px 1px 2px white;
    margin-bottom: 0px;
}

/* Footer 
**********************************************************************/

#footer { color: #e5003d; padding-top: 20px;} 
#footer a { color: #e5003d; } 

.bottom-widget {}
.bottom-widget h3 {
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 6px;
}
.bottom-widget .inner {
    line-height: 17px;
}

.bottom-widget .inner ul.tagcloud {
    list-style: none;
    margin: 0;
}
.bottom-widget .inner ul.tagcloud li{
    display: inline-block;
}
.bottom-widget .inner ul.tagcloud li a{}

/* Artykul
************************************************************************/

.box-container 
{
	background: #ededed;
	margin-top: 15px;
}
.box-format 
{
	padding: 25px;
	margin-bottom: 15px;
}

.left-box 
{
	width: 325px;
	display:inline-block;
}

.carousel .left-box 
{
	width: 325px;
	display:inline-block;
}

	.left-box .splash-img {}
	.left-box .splash-img img
	{
		width: 100%;
	
		margin-bottom: 15px;
}
	.left-box .kontakt {
    background: #ce0037;
    padding: 0px;
    color: #fff;
    height: 120px;
}

	.left-box .kontakt img {
    position: relative;
    top: -1px;
    left: -1px;
    vertical-align: top;
}

	.left-box .kontakt .info {
    display: inline-block;
    padding: 15px;
    width: 170px;
}

	.left-box .kontakt .info h2 {}
	.left-box .kontakt .info .number {
    font-size: 22px;
    display: inline-block;
    margin-top: 3px;
}
.number {
font-weight: bold;
}
.number_small {
margin-top: 4px;
font-size: 20px;
font-weight: bold;
}
	.left-box .kontakt .info a {
    color: #fff;
    font-size: 16px;
    margin-top: 7px;
    display: inline-block;
}

.right-box 
{
	width: 559px;
	display: inline-block;
	vertical-align: top;
	padding: 0 20px;
	padding-right: 0px;
}

.carousel .right-box 
{
	width: 530px;
	display: inline-block;
	vertical-align: top;
	padding: 0 20px;
	padding-right: 0px;
}

	.right-box .header {
    color: #e6003e;
    margin-bottom: 10px;
    line-height: 40px;
}
 .text-container {
    font-size: 14px;
    line-height: 20px;
    color: #4e4e4e;
}

.text-container div 
{
	display: inline-block;
	width: 100%;
}

.text-container img {
	padding: 5px;
	background: #F0F0F0;
	border: 1px solid #E0E0E0;
	margin-top: 10px;
	border-radius: 4px;
}

.text-container img[align=left] 
{
	margin-right: 15px;
	margin-bottom: 10px;
}

.text-container img[align=right] 
{
	margin-left: 15px;
	margin-bottom: 10px;
}

/* Cennik 
***********************************************/

.cennik {
    width: 100%;
  
    border-collapse: separate;
}

.cennik td {
    padding: 10px 28px;
    text-align: center;
}

.cennik td.pakiet-prop {
    text-align: left;
}

.cennik td.price {
    font-size: 22px;
    color: #e6013c;
    font-weight: bold;
}



.cennik tr td 
{
	border-bottom: 1px solid #E0E0E0;
	border-right: 1px solid #f9f9f9;
	border-left: 1px solid #dddddd;
}

.cennik tr td:nth-child(1) 
{
	border-left: 0px;
} 

.cennik tr td:nth-last-child(1) 
{
	border-right: 0px;
}

.cennik tr:nth-child(1) 
{
	border-bottom: 0;
}

.cennik tr:nth-child(odd)
{	
	background: #f9f9f9;
}

.cennik .pakiet-attr:nth-child(odd) 
{
	background: #70d2c3;
}

.cennik .pakiet-name {
    
    background: #e5003d;
    color: #fff;
    font-size: 17px;
    border: 0px;
}
.cennik .pakiet-attr {
    background: #9ae4d9;
    border: 0px;
}

.pakiet-more-info {
    background: #f9f9f9;
    padding: 16px 25px;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
    min-height: 200px;
}
.pakiet-more-info .more {
    display: inline-block;
    width: 668px;
}
.pakiet-more-info .more h3 {
    color: #e6003e;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 20px;
}
.pakiet-more-info .more .text {
    color: #4e4e4e;
}
.pakiet-more-info a.purch {
    background: url('../Content/zamowBtn.png');
    display: inline-block;
    height: 213px;
    
    width: 185px;
    position: absolute;
    top: 11px;
    right: 11px;
}

/* Person slider
******************************************/
.person-slider {}
.person-slider-box { background: #ededed; margin-top: 20px; height: 420px; padding: 20px 20px; z-index: 10;}
.person-slider .left 
{
	background: url('../Content/Sprites.png') no-repeat top left;	
	display: inline-block;
	background-position: 0 0; width: 29px; height: 47px;
	border:0px;
}

.person-slider .right
{
	background: url('../Content/Sprites.png') no-repeat top left;	
	display: inline-block;
	background-position: 0 -52px; width: 29px; height: 47px;
	border:0px;
}

.person-slider .stanowisko {
    font-size: 12px;
    color: #999;
    font-family: Arial;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-shadow: 0px 1px 0px white;
}

.person-slider .header {
    margin-bottom: 5px;
}

.person-slider .text-container {
    border-top: 1px solid rgb(213, 207, 207);
    padding-top: 15px;
    box-shadow: inset 0px 7px 0px #E3E3E3;
}

/* Order form
**********************************************************/

.order-form {
    background: #EDEDED;
    padding: 20px 45px;
    color: #777;
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #e3e3e3;
    box-shadow: 0px 2px 2px #8B8B8B;
    margin-top: 20px;
    position: absolute;
    bottom: 100px;
    left: 0px;
}

.order-form .error .field-validation-error
{
    margin-top: 5px;
    display: inline-block;
    font-size: 12px;
    color: red;
}

.order-form label {
    margin-bottom: 0px;
}
.order-form .controls input {
    margin-bottom: 0px;
}

.submit-button button
{
	display: none;
}

.validation-summary-errors 
{
	display: none;
}

.order-checkboxes {
    color: #777;
    margin-top: -5px;
    border-top: 1px solid #C0C0C0;
    padding-top: 10px;
    box-shadow: inset 0px 7px 10px #FAFAFA;
}

.order-checkboxes fieldset {
    display: inline-block;
    width: 470px;
}

.order-checkboxes fieldset label{
    font-size: 11px;
}


.edit-item {
    margin-top: 10px;
    background: url('../Content/form-bg.png');
    background-repeat: no-repeat;
}

.edit-item .edit-item-content{
    display: inline-block;
    background: #FAFAFA;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    padding: 20px 30px;
    width: 220px;
}

.message-Information 
{
    padding: 20px;
    border-radius: 4px;
    background: #F9F9F9;
    border: 1px solid #D3D3D3;
    box-shadow: 0px 1px 3px #DADADA;
    color: #777;
    display: inline-block;
    position: absolute;
    top: 160px;
    width: 453px;
    z-index: 1000;
}

.img-back 
{
	background-image: url('../Content/form-bg.png');
	background-repeat: no-repeat;
	display: inline-block;
	width: 100%;
	height: 600px;
	background-position: 81% 0px;
	margin-top: 25px;
}

.order-title {
    position: absolute;
    top: 169px;
    font-size: 29px;
    color: #E5003D;
    left: 17px;
    width: 312px;
    line-height: 29px;
    padding-bottom: 8px;
}