	
/*

	Webdesigner: Åukasz Kmita
     _                                             
    | |A G E N C J A  I N T E R A K T Y W N A /\    
  __| |_ __ _   _ _*__    _ _ __   __ _      /  \   
 / _` | '__| | | |_  / | | | '_ \ / _` |    / /\ \  
| (_| | |  | |_| |/ /| |_| | | | | (_| |   / ____ \ 
 \__,_|_|   \__,_/___|\__, |_| |_|\__,_|  /_/    \_\
                       __/ |                       
                      |___/     WWW.DRUZYNAA.PL
*/

@font-face {
    font-family: 'AllerItalic';
    src: url('font/aller_it-webfont.eot');
    src: url('font/aller_it-webfont.eot?#iefix') format('eot'),
         url('font/aller_it-webfont.woff') format('woff'),
         url('font/aller_it-webfont.ttf') format('truetype'),
         url('font/aller_it-webfont.svgz#webfontnjnZj9KD') format('svg'),
         url('font/aller_it-webfont.svg#webfontnjnZj9KD') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'HelveticaNeue';
    src: url('font/helveticaneue-webfont.eot');
    src: url('font/helveticaneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/helveticaneue-webfont.woff') format('woff'),
         url('font/helveticaneue-webfont.ttf') format('truetype'),
         url('font/helveticaneue-webfont.svgz#HelveticaNeueBold') format('svg'),
         url('font/helveticaneue-webfont.svg#HelveticaNeueBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	margin: 0;
	padding: 0;
/*	font-size: 14px;
	font-family: Helvetica;
	color: #fff;
	text-shadow: 0 1px 0 #000; */
	background: url(../img/background.png) 0 0 #fff;
	font-family: Helvetica, Tahoma, Arial, Verdana, sans-serif;
	color: #595858;

	
}


a {
	color: #393939;
	text-decoration: underline;
	}

a:active {
  outline: none;
}

a:focus {
  outline: none;
}


div.clr {clear: both;}
div.margin {margin: 5px 0 5px 0;}

/* ---- HEADER ---- */

div#parallax {
    overflow:hidden;
    height:306px;
    position: relative;
    width: 100%;
    }
    
div.bg-shadow {
	background: url(../img/bg-gradient.png) 0 0 repeat-x;
	width: 100%;
	min-height: 200px;
	}

div.top-tools {
/* 	background: url(../img/top-tools-bg.png) 0 0 no-repeat; */
	border: 1px solid rgb(161, 153, 153);
	border-radius: 4px;
	box-sizing: initial;
	max-width: 978px;
	width: calc(100% - 40px);
	height: 73px;
	padding: 10px;
	margin: 0 auto;
	position: relative;
	clear: both;
	background: -moz-linear-gradient(top, rgba(255,255,255,0.01) 0%, rgba(255,255,255,0.01) 33%, rgba(255,255,255,1) 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.01)), color-stop(33%,rgba(255,255,255,0.01)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, rgba(255,255,255,0.01) 0%,rgba(255,255,255,0.01) 33%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, rgba(255,255,255,0.01) 0%,rgba(255,255,255,0.01) 33%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, rgba(255,255,255,0.01) 0%,rgba(255,255,255,0.01) 33%,rgba(255,255,255,1) 100%); /* IE10+ */ background: linear-gradient(to bottom, rgba(255,255,255,0.01) 0%,rgba(255,255,255,0.01) 33%,rgba(255,255,255,1) 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03ffffff', endColorstr='#ffffff',GradientType=0 );
}

/* logo */

div.top-tools a.logo {
	background: url(../img/logo-elmark.png) 0 0 no-repeat;
	background-size: contain;
	width: 245px;
	height: 63px;
	display: block;
	float: left;
	margin: 3px 0 0 0;
	}
	
/* koszyk */
	
div.top-tools div.koszyk {
	width: 237px;
	height: 60px;
	float: left;
	font-family: Helvetica, Tahoma, Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #2c67a1;
	margin: 12px 0 0 144px;
	display: none;
}	

div.top-tools div.koszyk a {
	font-family: Helvetica, Tahoma, Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #db1e1e;
	text-decoration: none;
	}

div.top-tools div.koszyk a:hover {
	text-decoration: underline;
	}

/* logowanie */

div.top-tools div.login {
	display: none;
	}
	
div.top-tools div.zalogowany {
	background: url(../img/box.png) 260px 0 no-repeat;
	position: relative;
	}	

div.top-tools div.login input.input-login {
	background: url(../img/login-input.png) 0 0 no-repeat;
	width: 129px;
	height: 36px;
	line-height: 36px;
	padding: 0 10px 0 10px;
	margin: 0 5px 12px 0;
	font-family: Helvetica, Tahoma, Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #fff;
	text-shadow: 0 -1px 0 #18528d;
	border: none;
	float: left;
	}

div.top-tools div.login input.btn-login {
	float: left;
	}

div.top-tools div.login a {
	font-family: Helvetica, Tahoma, Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #db1e1e;
	text-decoration: none;
	display: block;
	margin: 10px 20px 0 0;
	float: left;
	}

div.top-tools div.login a:hover {
	text-decoration: underline;
	}

/* ---- MENU TOP ---- */

div.menu-top-bg {
	/* background: url(../img/menu-top-bg.png) 0 0 no-repeat; */
	background-color: rgb(13, 94, 172);
	max-width: 998px;
	width: calc(100% - 20px);
	height: 55px;
	margin: 0 auto;
	border-radius: 4px;
	margin-top: 5px;
	background: rgb(24,138,244); /* Old browsers */ background: -moz-linear-gradient(top, rgba(24,138,244,1) 0%, rgba(8,68,170,1) 50%, rgba(18,135,232,1) 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(24,138,244,1)), color-stop(50%,rgba(8,68,170,1)), color-stop(100%,rgba(18,135,232,1))); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, rgba(24,138,244,1) 0%,rgba(8,68,170,1) 50%,rgba(18,135,232,1) 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, rgba(24,138,244,1) 0%,rgba(8,68,170,1) 50%,rgba(18,135,232,1) 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, rgba(24,138,244,1) 0%,rgba(8,68,170,1) 50%,rgba(18,135,232,1) 100%); /* IE10+ */ 
	/* background: linear-gradient(to bottom, rgba(24,138,244,1) 0%,rgba(8,68,170,1) 50%,rgba(18,135,232,1) 100%); */ /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#188af4', endColorstr='#1287e8',GradientType=0 );
}

div.menu-top-bg ul.menu-top {
	margin: 0;
	padding: 4px 0 0 0;
	list-style: none;
	display: block;
	}
	
div.menu-top-bg ul.menu-top li {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	height: 51px;
	width: 16.5%;
	line-height: 45px;
	background: url(../img/menu-top-separator.png) 100% 0 no-repeat;
	position: relative;
	}
	
div.menu-top-bg ul.menu-top li.last {
	background: none !important;
	}	
	
div.menu-top-bg ul.menu-top li a {
	font-family: Helvetica, Tahoma, Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	text-shadow: 0 1px 0 #000;
	text-decoration: none;
	height: 45px;
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;
}	
	
div.menu-top-bg ul.menu-top li a:hover {
	color: #0f3874;
	text-shadow: 0 1px 0 #306dc6;
	background: url(../img/menu-top-light.png) bottom center no-repeat;
	}		

/* ---- CONTENT ---- */

div.content-container {
	max-width: 1008px;
	width: 100%;
	margin: 0 auto;
	}

/* left column */

div.content-container div.left-column {
	background: url(../img/menu-left-bg.png) top center repeat-y;
	width: 261px;
	min-height: 100px;
	float: left;
	margin: 0 0 0 9px;
	}

div.content-container div.left-column ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	}
	
div.content-container div.left-column ul.menu-left {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	}

/* dzial */

div.content-container div.left-column ul.menu-left li.dzial {
	margin: 0;
	padding: 0;
	display: block;
	width: 261px;
	min-height: 68px;
	color: #0f4a9e;
	font-size: 16px;
	margin: 20px 0 5px 0;
	}
	
div.content-container div.left-column ul.menu-left li.elektronarzedzia {
	background: url(../img/dzial-elektronarzedzia.png) 0 0 no-repeat;
	}
	
div.content-container div.left-column ul.menu-left li.czesci-do-wozkow {
	background: url(../img/dzial-czesci-do-wozkow.png) 0 0 no-repeat;
	}	
	
div.content-container div.left-column ul.menu-left li.opony {
	background: url(../img/dzial-opony.png) 0 0 no-repeat;
	}	
	
div.content-container div.left-column ul.menu-left li.wozki-widlowe {
	background: url(../img/dzial-wozki-widlowe.png) 0 0 no-repeat;
	}		
	
div.content-container div.left-column ul.menu-left li.czesci-do-elektonarzedzi {
	background: url(../img/dzial-czesci-do-elektronarzedzi.png) 0 0 no-repeat;
	}	
	
div.content-container div.left-column ul.menu-left li.dzial a {
	width: 201px;
	height: 68px;
	line-height: 58px;
	display: block;
	color: #0f4a9e;
	font-size: 12px;
	text-decoration: none;
	padding: 0 0 0 60px;
	}	
	
div.content-container div.left-column ul.menu-left li.dzial a:hover {
	color: #DB1E1E;
	}	
	
/* // dzial */	

/* kategoria */
	
div.content-container div.left-column ul.menu-left li.dzial ul li.kategoria {
	margin: 0;
	padding: 0;
	display: block;
	}
	
div.content-container div.left-column ul.menu-left li.dzial ul li.kategoria a {
	display: block;
	width: 232px;
	height: 49px;
	line-height: 42px;
	background: url(../img/kategoria-bg.png) 0 0 no-repeat;
	color: #fff;
	font-family: Helvetica, Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-shadow: 0 1px 0 #000;
	padding: 0 0 0 15px;
	margin: 0 0 0 3px;
	}	

div.content-container div.left-column ul.menu-left li.dzial ul li.kategoria a:hover {	
	background: url(../img/kategoria-bg.png) 0 100% no-repeat;
	}
	
div.content-container div.left-column ul.menu-left li.dzial ul li.kategoria a.active {	
	background: url(../img/kategoria-bg.png) 0 100% no-repeat;
	}		
	
/* // kategoria */

/* podkategoria */
	
div.content-container div.left-column ul.menu-left li.dzial ul li.kategoria ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	}
	
div.content-container div.left-column ul.menu-left li.dzial ul li.kategoria ul li.podkategoria {
	margin: 0 0 7px 0;
	padding: 0;
	}
	
div.content-container div.left-column ul.menu-left li.dzial ul li.kategoria ul li.podkategoria a {
	display: block;
	width: 220px;
	height: 35px;
	line-height: 35px;
	background: url(../img/menu-left-podkategoria.png) 0 100% no-repeat;
	color: #4089d4;
	font-family: Helvetica, Tahoma, Arial, Verdana, sans-serif;
	font-size: 14px;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
	padding: 0 0 0 24px;
	}

div.content-container div.left-column ul.menu-left li.dzial ul li.kategoria ul li.podkategoria a:hover {	
	color: #25619f;
	}	
	
div.content-container div.left-column ul.menu-left li.dzial ul li.kategoria ul li.podkategoria.active a {	
	color: #BE232B;	
	font-weight: bold;
	}
			
/* // podkategoria */



/* right column */

div.content-container div.right-column {
	max-width: 730px;
	width:100%;
	float: left;
	margin: 0 0 0 0;
	background-color: white;
	box-shadow: inset 0 0 3px 3px rgb(176, 176, 176);
	border-radius: 4px;
}

div.content-container div.right-column div.right-column-bg-container {
	background: none;
	width: 100%;
	padding: 12px 0 0 0;
	}

div.content-container div.right-column div.right-column-bg-container div.bg-bottom-container {
	background: none; 
	width: 100%;

	padding: 0 0 11px 0;
	}

/* tresc */

div.content-container div.right-column div.right-column-bg-container div.bg-bottom-container div.text {
	padding: 0 15px 15px 15px;
	/* text-align: justify; */
	font-family: Helvetica, Tahoma, Arial, Verdana, sans-serif;
	font-size: 14px;
	line-height: 20px;
	background: none; 
	min-height: 400px;
	}

div.content-container div.right-column div.right-column-bg-container div.bg-bottom-container div.text img.image {
	float: right;
	margin: 0 0 8px 8px;
	}

div.content-container div.right-column div.right-column-bg-container div.bg-bottom-container div.text h1 {
	background: url(../img/h1-bg.png) bottom left no-repeat;
	color: #fc4f3c;
	font-family: Helvetica, Tahoma, Arial, Verdana, sans-serif;
	font-size: 18px;
	text-shadow: 0 1px 0 #fff;
	font-weight: normal;
	font-style: italic;
	margin: 0 0 15px 0;
	padding: 0;
	display: block;
/*	width: 250px; */
	height: 30px;
	line-height: 30px;
	
	}

div.content-container div.right-column div.right-column-bg-container div.bg-bottom-container div.text a {
	color: #2c67a1;
	text-decoration: none;
	}

div.content-container div.right-column div.right-column-bg-container div.bg-bottom-container div.text a:hover {
	text-decoration: underline;
	}

/* produkty */

div.content-container div.right-column div.right-column-bg-container div.bg-bottom-container div.text div.product-container {
	width: 100%;
	padding: 0 0 35px 0;
	margin: 0 0 15px 0;
	background: url(../img/product-separator.png) bottom center no-repeat;
	font-size: 12px;
	position: relative;
	}
	
div.content-container div.right-column div.right-column-bg-container div.bg-bottom-container div.text div.product-container p {
	margin: 0;
	padding: 0;
	word-break: break-word;
}	
	
div.content-container div.right-column div.right-column-bg-container div.bg-bottom-container div.text div.product-container div.promocja {
	background: url(../img/promocja.png) 0 0 no-repeat;
	width: 111px;
	height: 59px;
	position: absolute;
	top: 0;
	right: 0;
	}
	
div.content-container div.right-column div.right-column-bg-container div.bg-bottom-container div.text div.product-container div.wyprzedaz {
	background: url(../img/wyprzedaz.png) 0 0 no-repeat;
	width: 111px;
	height: 59px;
	position: absolute;
	top: 0;
	right: 0;
	}		

div.content-container div.right-column div.right-column-bg-container div.bg-bottom-container div.text div.product-container div.product-image {
/*	background: url(../img/product-image-border.png) 0 0 no-repeat; */

	background: #fff;
	
max-width: 208px;
	
width: 100%;
height: auto;
	text-align: center;
	padding: 0 0 0 0;
	margin: 0 15px 0 0;
	
float: left;
	border: 2px solid #4063B7;
	
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	}
	
div.content-container div.right-column div.right-column-bg-container div.bg-bottom-container div.text div.product-container div.product-image a {
	/* width: 208px; */
	/* height: 158px; */
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	}	
	


/* szczegoly produktu */

div.content-container div.right-column div.right-column-bg-container div.bg-bottom-container div.text div.product-container div.miniaturki {
	width: auto;
	height: auto;
	display: block;
	clear: both;
}

div.content-container div.right-column div.right-column-bg-container div.bg-bottom-container div.text div.product-container div.miniaturki div.product-image {
	background: #fff;
	/* width: 208px; */
	/* height: 158px; */
	text-align: center;
	padding: 0 0 0 0;
	margin: 0 15px 0 0;
	/* float: left; */
	border: 2px solid #4063B7;
	
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	}
	
div.content-container div.right-column div.right-column-bg-container div.bg-bottom-container div.text div.product-container div.miniaturki div.product-image a {
	/* width: 208px; */
	/* height: 158px; */
	display: inline;
	vertical-align: middle;
	text-align: center;
	margin: 0 auto;
}	

div.content-container div.right-column div.right-column-bg-container div.bg-bottom-container div.text div.product-container ul {
	width: 460px;
	padding: 0;
	margin: 0 0 15px 0;
	float: right;
	}

div.content-container div.right-column div.right-column-bg-container div.bg-bottom-container div.text div.product-container ul li {
	padding: 0;
	margin: 0;
	}

/* dostepnosc produktu */

div.content-container div.right-column div.right-column-bg-container div.bg-bottom-container div.text div.product-container div.status-dostepny {
	background: url(../img/green-light.png) 0 0 no-repeat;
	width: 451px;
	height: 33px;
	float: right;
	line-height: 33px;
	font-size: 16px;
	padding: 0 0 0 35px;
	color: green;
	margin: 0 0 15px 0;
	}
	
div.content-container div.right-column div.right-column-bg-container div.bg-bottom-container div.text div.product-container div.status-niedostepny {
	background: url(../img/red-light.png) 0 0 no-repeat;
	width: 451px;
	height: 33px;
	float: right;
	line-height: 33px;
	font-size: 16px;
	padding: 0 0 0 35px;
	color: red;
	margin: 0 0 15px 0;
	}	
	
	
	
	
	
	
	
	
div.content-container div.right-column div.right-column-bg-container div.bg-bottom-container div.text div.product-container h2 {
	color: #276bb0;
	font-family: Helvetica, Tahoma, Arial, Verdana, sans-serif;
	font-size: 18px;
	text-shadow: 0 1px 0 #fff;
	margin: 0;
	padding: 0;
	float: left;
	font-weight: normal;
	}	

div.content-container div.right-column div.right-column-bg-container div.bg-bottom-container div.text div.product-container div.price {
	width: 484px;
	line-height: 35px;
	float: right;
	margin: 0 0 5px 0;
	display: none;
}

div.content-container div.right-column div.right-column-bg-container div.bg-bottom-container div.text div.product-container div.price span {
	color: #4089d4;
	font-family: Helvetica, Tahoma, Arial, Verdana, sans-serif;
	font-size: 18px;
	text-shadow: 0 1px 0 #fff;
	}

div.content-container div.right-column div.right-column-bg-container div.bg-bottom-container div.text div.product-container div.price input.do-koszyka {
	float: right;
	margin: 0;
	padding: 0;
	display: block;
	}


/* ---- FOOTER ---- */

div.footer {
	background: url(../img/footer-bg.png) 0 0 no-repeat;
	width: 979px;
	height: 83px;
	margin: 0 auto;
	padding: 10px;
	font-size: 12px;
	max-width: 100%;  border: 1px solid rgb(161, 153, 153);  border-radius: 4px;
	width: 300px;
	overflow: hidden;
	background: -moz-linear-gradient(top, rgba(255,255,255,0.01) 0%, rgba(255,255,255,0.01) 33%, rgba(255,255,255,1) 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.01)), color-stop(33%,rgba(255,255,255,0.01)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, rgba(255,255,255,0.01) 0%,rgba(255,255,255,0.01) 33%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, rgba(255,255,255,0.01) 0%,rgba(255,255,255,0.01) 33%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, rgba(255,255,255,0.01) 0%,rgba(255,255,255,0.01) 33%,rgba(255,255,255,1) 100%); /* IE10+ */ 
	background: linear-gradient(to bottom, rgba(255,255,255,0.01) 0%,rgba(255,255,255,0.01) 33%,rgba(255,255,255,1) 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03ffffff', endColorstr='#ffffff',GradientType=0 );
}

/* LOGOS */

div.logos {
	width: 100%;
	height: 38px;
	background: #fff;
	position: relative;
	margin: 0 auto;
	top: 2px;
	}
	
div.logos div.logos-overlay {
	background: url(../img/logos-overlay.png) 0 0 repeat-y;
	width: 79px;
	height: 45px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	}

div.logos div.logos-overlay-r {
	background: url(../img/logos-overlay-r.png) 0 0 repeat-y;
	width: 79px;
	height: 45px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9999;
	}

div.logos div.rotator {
	width: 960px;
	height: 45px;
	background: #fff;
	position: relative;
	}

a.logo img {
	padding-right: 20px;
	border: none;
	}

/* ---- CREDITS ---- */

div.druzynaa {
	position:relative;
	top: 5px;
	margin: 0 auto;
	max-width: 990px;
	width: calc(100% - 20px);
	margin-top: 10px;
	margin-bottom: 10px;
	height: 49px;
	text-align: right;
	}
	
div.druzynaa div.druzynaa-container {
	position: absolute;
	right: 15px;
	color: #7f7f7f;
	font-family: Helvetica, Tahoma, Arial, Verdana, sans-serif;
	font-size: 10px;
	}




/* ---- KOSZYK ---- */

table.cart {
	
	border-style: inset;
	
	border-collapse: collapse;
}

table.cart th {
	
	border: 1px solid #c6c4c4;
	
}
table.cart td {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #c6c4c4;
	}

table.cart td.ilosc, table.cart th.ilosc {
	width: 50px;
	text-align: center;
	}
	
table.cart td.price, table.cart th.price {
	text-align: center;
	}
	
table.cart td.option {
	width: 30px;
	text-align: center;
	}	
	
table.cart th {
	background: #e1e0e0;
	}	
	
table.cart tr.list-2 {
	background: #f1f0f0;
	}	
	
	
a.kupuj-dalej {
	float: left;
	}	
	
a.zamawiam {
	float: right;
	}	
	
	
	
/* ---- INFO MESSAGE ---- */

div.kom_yes {
	color: #255301;
	width: 940px;
	border: 1px solid #3a8300;
	background: url(../img/message-ok.png) 5px 5px no-repeat #b7d1a1;
	line-height: 25px;
	padding-left: 30px;
	font-family: Tahoma, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	margin: 10px auto 10px auto;
	text-align: left;
	
	
	
	border-radius: 6px; 
    -moz-border-radius: 6px; 
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
	}

div.kom_no {
	color: #7e0a0a;
	border: 1px solid #be0c0c;
	background: url(../img/message-error.png) 5px 5px no-repeat #e69898;
	line-height: 25px;
	padding: 0 0 0 30px;
	font-family: Tahoma, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	width: 80%;
	margin: 10px auto 10px auto;
	text-align: left;
	
	
	border-radius: 6px; 
    -moz-border-radius: 6px; 
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
	}

div.kom_caution {
	color: #6b5d02;
	border: 1px solid #997f05;
	background: url(../img/message-caution.png) 5px 5px no-repeat #f9e792;
	line-height: 25px;
	padding-left: 30px;
	font-family: Tahoma, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	width: 940px;
	margin: 10px auto 10px auto;
	text-align: left;
	
	
	border-radius: 6px; 
    -moz-border-radius: 6px; 
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
	}	
	
	
	
	
input.input-text {
	border: 1px solid #a1a3a3;
	background: url(../img/input-text-bg.png) 0 0 repeat-x;
	height: 22px;
	margin: 5px 0 5px 0;
	padding: 0 5px 0 5px;
	font-family: Tahoma, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	}
	
input.input-text:active {
	border: 1px solid #000;
	}	
	
input.input-text:hover {
	border: 1px solid #000;
	}		
	
textarea.input-text {
	border: 1px solid #a1a3a3;
	background: url(../img/input-text-bg.png) 0 0 repeat-x;
	margin: 5px 0 5px 0;
	
	font-family: Tahoma, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	padding: 5px;
	width: 98% !important;
	width: 98%;
}	
	
div.email-form {
	width: 100%;
	margin: 0 auto;
	}
	
div.mapa {
	width: 470px;
	height: 340px;
/*	float: left;
	margin: 0 0 0 15px; */
	border: 5px solid #a4a3a3;
	
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
	}		
	
	
/* eurorent banner */

a.eurorent {
	display: block;
	width: 245px;
	height: 146px;
	background: url(../img/euro-rent-banner.png) 0 0 no-repeat;
	padding: 0;
	margin: 15px 0 0 0;
	}	
	

	
	

a.gallery {
	width: 206px;
	height: 190px;
	float: left;
	text-align: center;
	text-decoration: none;
	padding: 0;
	margin: 0 12px 15px 12px;
	overflow: hidden;
	}

a.gallery img {
	height: 150px;
	border: 2px solid #454545;
	
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	}	





div.search	{
	width: 435px;
	height: 38px;
	padding: 12px 10px 0 10px;
	position: absolute;
	z-index: 9999;
	right: -2px;
	top: 50px;
	
	border: 1px solid #05214a;
	background: #213C93;
	
	border-bottom-left-radius: 6px;
	-moz-border-bottom-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-o-border-bottom-left-radius: 6px;
	-ms-border-bottom-left-radius: 6px;
	
	border-bottom-right-radius: 6px;
	-moz-border-bottom-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-o-border-bottom-right-radius: 6px;
	-ms-border-bottom-right-radius: 6px;
	}
	
select {
	border: 1px solid #a1a3a3;
	background: url(../img/input-text-bg.png) 0 0 repeat-x #fff;
	height: 24px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: Tahoma, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	padding: 3px 0 0 0;
	}	

select option {
	padding: 2px 0 2px 0;
	}
	

a.pl {
	background: url(../img/icon-pl.png) 0 0 no-repeat;
	width: 22px;
	height: 18px;
	display: block;
	margin-left: 5px;
	float: left;
	/* position: absolute; */
	/* top: 13px; */
	/* left: 270px; */
	}

a.en {
	background: url(../img/icon-en.png) 0 0 no-repeat;
	width: 22px;
	height: 18px;
	display: block;
	float: left;
	margin-left: 5px;
	/* position: absolute; */
	/* position: absolute; */
	/* top: 40px; */
	/* left: 270px; */
	}


div.slogan-left {
	position: absolute;
	top: 328px;
	z-index: 999;
	right: 30px;
	margin: 0 auto;
	padding-left: 20px;
	width: auto;
	height: 25px;
	font-size: 18px;
	text-align: right;
	}

div.slogan-right {
	position: absolute;
	top: 356px;
	right: 30px;
	margin: 0 auto;
	width: auto;
	height: 25px;
	font-size: 18px;
	text-align: right;
	padding-left: 20px;
	z-index: 999;
}



/* numeracja */

div.numeracja {
	background: url(../img/numeracja-bg.png) 50% 50% no-repeat;
	background-size: contain;
	max-width: 734px;
	height: 32px;
	margin: 0 auto;
	text-align: center;
	}

div.numeracja a {
	background: url(../img/numeracja-box.png) 0 0 no-repeat;
	width: 35px;
	height: 32px;
	line-height: 32px;
	display: block;
	
	color: #fff !important;
	text-shadow: 0 -1px 0 #000;
	font-size: 14px;
	text-decoration: none !important;
	display: inline-table;
	padding: 0;
	margin: 0 2px 0 2px;
	}

div.numeracja a.active {
	color: #8f8e8e !important;
	}

div.numeracja a:hover {
	color: #aeadad !important;
	}
	
div.numeracja span {
	background: url(../img/numeracja-box.png) 0 0 no-repeat;
	width: 35px;
	height: 32px;
	line-height: 32px;
	display: block;
	
	color: #0c274e;

	font-size: 14px;
	text-decoration: none;
	display: inline-table;
	padding: 0;
	margin: 0 2px 0 2px;
	}

div.numeracja span.active {
	color: #fff;
	background: url(../img/numeracja-box-red.png) 0 0 no-repeat;
}




div.status {
	font-weight: bold;
	float: none;
	width: 100%;
	font-size: 14px;
	text-align: center;
}



/*
------------------------------
	Impromptu
------------------------------
*/
.jqifade{
	position: absolute; 
	background-color: #777777; 
}
div.jqi{ 
	width: 400px; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	position: absolute; 
	background-color: #ffffff; 
	font-size: 11px; 
	text-align: left; 
	border: solid 1px #eeeeee;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 7px;
}
div.jqi .jqicontainer{ 
	font-weight: bold; 
}
div.jqi .jqiclose{ 
	position: absolute;
	top: 4px; right: -2px; 
	width: 18px; 
	cursor: default; 
	color: #bbbbbb; 
	font-weight: bold; 
}
div.jqi .jqimessage{ 
	padding: 10px; 
	line-height: 20px; 
	color: #444444; 
}
div.jqi .jqibuttons{ 
	text-align: right; 
	padding: 5px 0 5px 0; 
	border: solid 1px #eeeeee; 
	background-color: #f4f4f4;
}
div.jqi button{ 
	padding: 3px 10px; 
	margin: 0 10px; 
	background-color: #2F6073; 
	border: solid 1px #f4f4f4; 
	color: #ffffff; 
	font-weight: bold; 
	font-size: 12px; 
}
div.jqi button:hover{ 
	background-color: #728A8C;
}
div.jqi button.jqidefaultbutton{
	background-color: #BF5E26;
}
.jqiwarning .jqi .jqibuttons{ 
	background-color: #BF5E26;
}

.jqi .jqiarrow{ position: absolute; height: 0; width:0; line-height: 0; font-size: 0; border: solid 10px transparent;}

.jqi .jqiarrowtl{ left: 10px; top: -20px; border-bottom-color: #ffffff; }
.jqi .jqiarrowtc{ left: 50%; top: -20px; border-bottom-color: #ffffff; margin-left: -10px; }
.jqi .jqiarrowtr{ right: 10px; top: -20px; border-bottom-color: #ffffff; }

.jqi .jqiarrowbl{ left: 10px; bottom: -20px; border-top-color: #ffffff; }
.jqi .jqiarrowbc{ left: 50%; bottom: -20px; border-top-color: #ffffff; margin-left: -10px; }
.jqi .jqiarrowbr{ right: 10px; bottom: -20px; border-top-color: #ffffff; }

.jqi .jqiarrowlt{ left: -20px; top: 10px; border-right-color: #ffffff; }
.jqi .jqiarrowlm{ left: -20px; top: 50%; border-right-color: #ffffff; margin-top: -10px; }
.jqi .jqiarrowlb{ left: -20px; bottom: 10px; border-right-color: #ffffff; }

.jqi .jqiarrowrt{ right: -20px; top: 10px; border-left-color: #ffffff; }
.jqi .jqiarrowrm{ right: -20px; top: 50%; border-left-color: #ffffff; margin-top: -10px; }
.jqi .jqiarrowrb{ right: -20px; bottom: 10px; border-left-color: #ffffff; }

/*
------------------------------
	impromptu
------------------------------
*/


div.menu-top-bg ul.menu-top li:nth-child(2) {
	display: none;
}

.bg-shadow .footer {
	margin-top: 10px;
	height:45px;
	
}

div.kom_no,
div.kom_yes {
	width: 80%;
}

@media (max-width: 1014px) {
	div.content-container div.left-column {
		float: none;
		margin: 0 auto;
	}

	div.content-container div.right-column {
		max-width: none;
		width: calc(100% - 20px);
		margin: 0 auto;
		float: none;
	
		/* background-color: white; */
}

	table td {
		display: block !important;
	}

	div.mapa {
		width: 100%;
	}

	div.mapa #map {
		width: 100% !important;
	}
	
}


@media (min-width: 1020px) {
	div.slogan-right,
	div.slogan-left
	 {
		right: calc(50% - 480px);
	}


}

@media (max-width: 680px) {
	div.slogan-left {
		top: 395px;
	}
	div.slogan-right {
		top: 420px;
	}
	div.top-tools {
		height: 125px;
	}

	div.menu-top-bg ul.menu-top li {
		width: 33%;
	}

	div.menu-top-bg ul.menu-top li:nth-child(4){
		background: none;
	}

	div.menu-top-bg {
		height: 105px;
	}
}


@media (max-width: 600px) {
	div.content-container div.right-column div.right-column-bg-container div.bg-bottom-container div.text div.product-container p {
		margin-left: 0 !important;
		padding-left: 0 !important;
	}

.O div{
		padding-left: 0 !important;
		word-break: break-word;
	}

	div.content-container div.right-column div.right-column-bg-container div.bg-bottom-container div.text div.product-container div.product-image {
		float: none;
	}

}

@media (max-width: 500px) {
	div.search {
		width: 220px;
		height: 70px;
	}

	div.search select{
		margin-bottom: 10px !important;
	}

	#parallax div {
		left: 550px !important;
/* 		position: relative; */
	}

}


@media (max-width: 450px) {
	div.menu-top-bg ul.menu-top li a {
		font-size: 12px;
	}
	
	div.top-tools {
		height: 180px;
	}

	div.slogan-left {
		top: 405px;
	}
	
	div.slogan-right {
		top: 455px;
	}

	div.numeracja  {

		height: 62px;
	}

	input.input-text {
		width: 98%;
	}

}
