/* ====================================================
	CSS FILE - Author: Intellect.pl
=======================================================*/

html
{

}

body
{
	font-family: 'Klavika';
	font-size: 12px;
	color: #838383;
	background:#E6E6E7;
	font-weight:300;
	font-style:normal;
	min-width:1000px;
}

.wrapper
{
	width: 980px;
	margin: 0px auto;
}

.relative {	position: relative }
.overflow { overflow: hidden; }
.left { float: left; }
.right { float: right; }

#width
{
	position:absolute;
	top:0px;
	left:0px;
	width:1000px;
	z-index:-2;
}

/*--------------------------------------------------------------------------------*/

#header
{
	background-image:url(../img/header_bg.png);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#fff;
	height:110px;
	overflow:hidden;
}

#header a.logotype
{
	width:190px;
	height:85px;
	background:url(../img/logotype.jpg) no-repeat;
	float:left;
	display:block;
	margin-top:27px;
}

#header ul.menu
{
	margin:0px;
	padding:0px;
	list-style:none;
	overflow:hidden;
}

#header ul.menu li
{
	float:left;
}

#header ul.menu li a
{
	display:block;
	font-size:14px;
	color:#33348e;
	font-weight:500;
	text-decoration:none;
	text-transform:uppercase;
	padding:5px 14px 9px 14px;
	margin:0px 0px 0px 20px;
	-moz-transition: 0.2s ease-out;
	-webkit-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}

#header ul.menu li a:hover,
#header ul.menu li a.active
{
	color:#cc2229;
}

#header ul.menu li:hover ul
{
	display:block;
}

#header ul.menu li ul
{
	display:none;
	position:absolute;
	z-index:10000;
	margin:0px;
	padding:0px;
	list-style:none;
	background:#fff;
	background:rgba(255,255,255, 0.9);
	border:1px solid #d7d7d7;
	overflow:hidden;
}

#header ul.menu li ul li
{
	float:none;
	overflow:hidden;
}

#header ul.menu li ul li a
{
	margin:0px;
	padding:10px 20px;
	border-top:1px solid #d7d7d7;
}

#header ul.menu li ul li:first-child a
{
	border-top:0px;
}

#header .level1
{
	height:72px;
	text-align:right;
}

#header .see_movie
{
	font-weight:500;
	color:#fff;
	text-decoration:none;
	background:url(../img/play_ico.png) no-repeat;
	background-position:right center;
	padding-right:42px;
	line-height:20px;
	display:block;
	margin-top:5px;
}

#header ul.lang_menu
{
	margin:18px 0px 0px 0px;
	padding:0px;
	list-style:none;
	float:left;
}

#header a.facebook,
#header a.googleplus
{
	float: left;
	margin-top: 16px;
	margin-left: 20px;
}

#header a.googleplus
{
	margin-left: 10px;
}

#header ul.lang_menu li
{
	float:left;
}

#header ul.lang_menu li a
{
	font-weight:500;
	color:#33348e;
	text-decoration:none;
	margin:0px 5px;
	padding:2px 2px;
	text-transform:uppercase;
	-moz-transition: 0.2s ease-out;
	-webkit-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}

#header ul.lang_menu li a:hover,
#header ul.lang_menu li a.active
{
	color:#cc2229;
}



#slider
{
	width:100%;
	height:375px;
}

#slider ul
{
	margin:0px;
	padding:0px;
	list-style:none;
	width:100%;
	height:100%;
	background:#fff;
}

#slider ul li
{
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-position:top center;

}

#slider .wrapper
{
	padding:60px 100px;
	width:780px;
}

#slider .title
{
	margin:0px;
	padding:0px;
	font-weight:500;
	font-size:22px;
	color:#fff;
	text-transform:uppercase;
}

#slider h2.title
{
	font-size:43px;
	line-height:35px;
}



#content
{
	background:#fff;
	overflow:hidden;
}

#content .icons_panel
{
	overflow:hidden;
	margin-top:20px;
	margin-bottom:20px;
}

#content .icons_panel .panel
{
	float:left;
	display:block;
	text-decoration:none;
	color:#2d559d;
	padding:10px 30px;
	-moz-transition: 0.2s ease-out;
	-webkit-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}

#content .icons_panel .panel .ico
{
	font-family:'partner';
	font-size:130px;
	line-height:120px;
}

#content .icons_panel .panel .title
{
	text-align:center;
	font-size:22px;
	font-weight:500;
}

#content .icons_panel .panel:hover
{
	background:#2d559d;
	color:#fff;
}



#footer
{
	border-top:1px solid #d7d7d7;
	background:#fff;
	overflow:hidden;
}

#footer a
{
	text-decoration:none;
	color:#737373;
}

#footer a:hover
{
	text-decoration:underline;
}

#footer .level1
{
	padding:35px 0px;
	background:url(../img/footer_bg.png) no-repeat;
	background-position:bottom center;
	overflow:hidden;
}

#footer .level1 h3
{
	margin:0px;
	padding:0px;
	font-weight:500;
	font-size:14px;
	color:#737373;
}

#footer .level1 ul.menu
{
	margin:0px;
	padding:0px;
	list-style:none;
}

#footer .level1 ul.menu li a
{
	color:#737373;
	font-size:11px;
	font-weight:300;
	text-decoration:none;
	line-height:18px;
}

#footer .level1 ul.menu li a:hover
{
	text-decoration:underline;
}

#footer .level1 .column2 ul.menu
{
	-moz-column-count:2;
	-webkit-column-count:2;
	column-count:2;
}

#footer .column1,
#footer .column2,
#footer .column3
{
	padding:0px 20px;
}

#footer .column2
{
	min-width:120px;
}

#footer .column2,
#footer .column3
{
	padding-left:10px;
}

#footer .column3
{
	padding-left: 5px;
	padding-right: 10px;
}

#footer .providers h3
{
	margin-bottom:20px;
	padding-left:20px;
}

#footer .providers .blockRight{
	margin-top:-36px;
}

#footer .providers .blockRight h3{
	padding:0;
	margin:0;
}

#footer .level2
{
	background:#e6e6e7;
	font-weight:300;
	font-size:11px;
	color:#737373;
	padding:20px 0px;
	line-height:35px;
}

#footer .realization
{
	margin-left:200px;
}

/*------------------------------------------------------------------*/

#breadcrumb
{
	overflow:hidden;
	height:65px;
}

#breadcrumb ul
{
	margin:23px 0px 0px 0px;
	padding:0px;
	list-style:none;
}

#breadcrumb ul li
{
	float:left;
}

#breadcrumb ul li:before
{
	content:'/';
	margin:0px 10px;
	font-size:15px;
}

#breadcrumb ul li:first-child:before
{
	content:'';
	margin:0px;
}

#breadcrumb ul li a
{
	font-size:14px;
	color:#838383;
	font-weight:500;
	text-transform:uppercase;
	text-decoration:none;
	-moz-transition: 0.2s ease-out;
	-webkit-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}

#breadcrumb ul li a:hover
{
	color:#CC2229;
}

#breadcrumb ul li:first-child a:before
{
	content:'';
}

#content h1.title
{
	background:#2d559d;
	text-align:center;
	font-weight:500;
	color:#fff;
	font-size:24px;
	padding:10px 0px;
}

#content .gallery,
#content .gallery2
{
	padding:0px 10px;
	background:#2d559d;
	margin-bottom:0px;
	overflow:hidden;
}

#content .gallery2
{
	background: none;
	padding: 10px 0px;
}

#content .gallery.gal,
#content .gallery2.gal
{
	background:#fff;
	border:1px solid #929496;
}

#content .gallery a.img,
#content .gallery2 a.img
{
	width:310px;
	height:180px;
	display:block;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	float:left;
	margin:5px 4px;
	text-decoration:none;
	color:#fff;
	font-size:20px;
	position:relative;
	opacity:0.9!important;
	text-decoration: none !important;
	-moz-transition: 0.2s ease-out;
	-webkit-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}

#content .gallery2 a.img
{
	width:300px;
	height:170px;
}

#content .gallery a.img:hover,
#content .gallery2 a.img:hover
{
	opacity:1;
}

#content .gallery a.img .bar,
#content .gallery2 a.img .bar
{
	background: #000;
	background:rgba(0,0,0, 0.7);
	text-align:center;
	position:absolute;
	bottom:0px;
	width:100%;
	padding:7px 0px;
	-moz-transition: 0.2s ease-out;
	-webkit-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}

#content .gallery a.img:hover .bar,
#content .gallery2 a.img:hover .bar
{
	padding:15px 0px;
}

#content .text
{
	border:1px solid #929496;
	padding:20px 25px;
	/*-moz-column-count:2;
	-webkit-column-count:2;
	-moz-column-gap:40px;
	-webkit-column-gap:40px;
	column-gap:40px;
	column-count:2;*/
	line-height:18px;
	margin-bottom:20px;
	font-size:14px;
	overflow:hidden;
}

#content .text.contact
{
	border-top:0px;
	font-size:14px;
	font-weight:300;
	line-height:24px;

	-moz-column-count:1;
	-webkit-column-count:1;
	-moz-column-gap:0px;
	-webkit-column-gap:0px;
	column-gap:0px;
	column-count:1;
}

#content .text a
{
	color:#2D559D;
	text-decoration:none;
}

#content .text a:hover
{
	text-decoration:underline;
}



#window_types
{
	margin:0px;
	padding:50px 0px;
	list-style:none;
	overflow:hidden;
}



#window_types.product_types
{
	padding: 20px 0px;
}

#window_types li
{
	overflow:hidden;
	border:2px solid transparent;
	float:left;
	border-radius:3px;
	margin:4px 4px;
	-moz-transition: 0.2s ease-out;
	-webkit-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}

#window_types.wide li
{
	margin: 36px;
}

#window_types li:hover
{
	border-color:#2d559d;
}

#window_types li:hover a .img
{
	border-color:#2d559d;
}

#window_types li a
{
	display:block;
	width:232px;
	overflow:hidden;
	max-height: 500px;
	text-decoration:none;
}

#window_types li a .img
{
	width:230px;
	height:220px;
	background-repeat:no-repeat;
	background-position:center;
	/*background-size:cover;*/
	border:1px solid #929496;
	border-bottom:0px;
	-moz-transition: 0.2s ease-out;
	-webkit-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}

#window_types.wide li a .img
{
	background-size: cover;
}

#window_types li a h3
{
	background:#2d559d;
	color:#fff;
	font-weight:500;
	font-size:18px;
	text-align:center;
	padding:10px 20px;
	margin:0px;
	min-height: 46px;
}

#slider.small
{
	height:315px;
}





#windows
{
	margin:0;
	padding:50px 0px;
	list-style:none;
	overflow:hidden;
}

#windows li
{
	float:left;
	border:2px solid transparent;
	border-radius:3px;
	overflow:hidden;
	width:308px;
	margin:7px 7px;
	-moz-transition: 0.2s ease-out;
	-webkit-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}

#windows li:hover
{
	border:2px solid #2b55a2;
}

#windows li:hover a
{
	border-color:#2b55a2;
}

#windows li a
{
	font-size:19px;
	font-weight:500;
	color:#2b55a2;
	text-decoration:none;
	padding:10px 10px;
	display:block;
	overflow:hidden;
	border:1px solid #929496;
	min-height:70px;
	position:relative;
	-moz-transition: 0.2s ease-out;
	-webkit-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}

#windows li a .ico
{
	font-family:partner;
	position:absolute;
	top:5px;
	left:20px;
	width:70px;
	height:70px;
	font-size:70px;
	text-align:center;
	overflow:hidden;
}

#windows li a table
{
	width:100%;
	height:70px;
	vertical-allign:middle;

}

#windows li a table td
{
	padding-left:120px;
	vertical-allign:middle;
}

.section
{
	margin:20px 0px;
}

.section h1,
.section h2,
h2.catTitle
{
	margin:0px;
	padding:10px 0px;
	text-align:center;
	background:#2d559d;
	color:#fff;
	font-weight:500;
	text-transform:uppercase;
	font-size:30px;
}

.section h2,
h2.catTitle
{
	text-transform:none;
	font-size:24px;
}

.section .content
{
	border:1px solid #929496;
	font-weight:300;
	font-size:14px;
	color:#838383;
	line-height:24px;
	padding:10px 10px;
	background-repeat:no-repeat;
	background-position:top left 5%;
	background-size: contain;
}

.section .content.presentation
{
	padding:30px 20px 30px 400px;
	min-height:250px;
}

.section .content h3.title
{
	margin:0px 0px 20px 0px;
	padding:0px;
	font-weight:300;
	font-size:24px;
}

.section .content .gallery ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.section .content .gallery ul li.color_link
{
	position: relative;
}

.section .content .gallery ul li.color_link a
{
	display: block;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding: 70px 0px 0px 0px;
	color: #838383;
	text-decoration: none;
}

#content .section .content .gallery
{
	line-height:normal;
	background:none;
}

#content .section .content .gallery .left
{
	width:300px;
}

#content .section .content .gallery .right
{
	width:630px;
}

.section .content .gallery ul li
{
	float: left;
	min-width: 125px;
	margin: 0px 0px 10px 0px;
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	min-height: 55px;
	padding: 70px 0px 0px 0px;
}

.section .content .gallery h4.title
{
	margin:0px 0px 10px 0px;
	padding:0px;
	font-weight:300;
	font-size:28px;
	color:#2D559D;
}

.tabs .photo
{
	float: left;
	margin: 20px 10px;
	text-align: center;
	font-size: 20px;
	color: #1f73b5;
	text-decoration:none;
	-moz-transition: 0.2s ease-out;
	-webkit-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}

.tabs .photo img
{
	margin-bottom: 10px;
}

.tabs .photo .image
{
	margin-bottom: 10px;
	width:219px;
	height:155px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	-moz-transition: 0.2s ease-out;
	-webkit-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}

.tabs .photo p
{
	margin:0px;
}

.tabs > div
{
	font-size:14px;
	font-weight:300;
	line-height:22px;
	border:1px solid #929496;
	border-top:0px;
	padding:10px 10px;
}

.tabs ul
{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	background:#e6e7e8;
	border-left:1px solid #929496;
	border-right:1px solid #929496;
}

.tabs ul li
{
	float:left;
	border-left:1px solid #fff;
}

.tabs ul li a
{
	display:block;
	color:#838383;
	text-decoration:none;
	font-size:18px;
	padding:8px 15px;
}

.tabs ul li:first-child
{
	border:0px;
}

.tabs ul li a:hover,
.tabs ul li.ui-tabs-active a
{
	background: #fff;
	color: #2D559D;
}

#content .products
{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	letter-spacing: -0.5px;
}

#content .products > li
{
	float: left;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: top 50px center;
	background-size:40%;
	min-height: 280px;
}

#content .products > li a
{
	display: block;
	width: 475px;
	overflow: hidden;
	color: #676767;
	min-height:280px;
	text-decoration: none;
}

#content .products > li ul
{
	margin:0px;
	padding:0px 0px 0px 15px;
}

#content .products .right
{
	width: 320px;
}

#content .products h3.title
{
	margin: 12px 0px 25px 0px;
	padding: 0px;
	font-size: 22px;
	color: #b0211d;
	font-weight: 300;
	text-align: center;
}

.content ul.gallery
{
	margin: 0px;
	padding: 0px 0px 40px 0px;
	list-style: none;
	overflow: hidden;
}

.content ul.gallery li
{
	float: left;
}

.content ul.gallery li a
{
	display: block;
	width: 290px;
	height: 180px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin: 10px 10px;
	-moz-transition: 0.2s ease-out;
	-webkit-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}

.content ul.gallery li a:hover
{
	opacity: 0.9;
}

#contact > ul
{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
}

#contact > ul li
{
	float:left;
	width:33.2%;
	border-left:1px solid #fff;
}

#contact > ul li:first-child
{
	border:0px;
}

#contact > ul li a
{
	display:block;
	color:#838383;
	font-size:24px;
	font-weight:500;
	text-decoration:none;
	text-align:center;
	width:100%;
	background:#e6e7e8;
	margin:10px 0px;
	padding:10px 0px;
	-moz-transition: 0.2s ease-out;
	-webkit-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}

#contact > ul li a:hover,
#contact > ul li a.active
{
	background:#2d559d;
	color:#fff;
}

#contact .blue
{
	background:#2d559d;
	padding:30px 30px;
	color:#fff;
	font-size:14px;
	line-height:24px;
}

#contact .mapki
{
	display:block;
	color:#2d559d;
	text-decoration:none;
	font-weight:500;
}

/* DORÓBKI ------------------------------------------------------------------------------- */

#contact .point
{
	float:left;
	overflow:hidden;
	width:295px;
	margin:10px 7px;
}

#contact .point h4.title
{
	margin:0px;
	padding:0px;
	text-transform:uppercase;
	color:#2d559d;
}

#contact .point p
{
	margin:0px;
}

#contact .blue h3.title
{
	margin:0px;
	font-size:18px;
	font-weight:400;
}

#contact_form input,
#contact_form textarea
{
	width:240px;
	border:0px;
	box-shadow:0px 0px 1px #fff;
	padding:4px 8px;
	margin:2px 0px;
	font-family:'Klavika';
	color:#838383;
}

#contact_form textarea
{
	max-width:240px;
	min-width:240px;
	max-height:200px;
	min-height:60px;
}

#contact_form input[type=submit]
{
	width: 256px;
}

#movie
{
	margin:20px;
	display:none;
}


#content .section .content.presentation
{
	position: relative;
}

#content .section .content.presentation .img
{
	overflow: hidden;
	float: left;
	left: 20px;
}

#content .section .content.presentation.img
{
	padding: 30px 20px;
	overflow: hidden;
}

#content .section .content.presentation.img .imgContent
{
	float: right;
	width: 600px;
}

#content .section .content.presentation .img img
{
	float: left;
	width: 275px;
	height: auto;
	overflow: hidden;
}

a.valuationButton
{
	display: block;
	max-width: 110px;
	text-align: center;
	border: 2px solid #2D559D;
	color: #fff !important;
	background: #2D559D url(../img/arrowBottom.png) no-repeat bottom 5px center;
	text-decoration: none !important;
	padding: 5px 5px 25px 5px;
	line-height: 1em;
	margin-bottom: 10px;
	overflow: hidden;

	-moz-transition: 0.2s ease-out;
	-webkit-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}

a.valuationButton:hover
{
	color: #fff !important;
	background: #2D559D url(../img/arrowBottom.png) no-repeat bottom center;
}

#addBox1{
	overflow:hidden;
	font-size:14px;
	padding:20px 0 0;
}
#addBox1 table{
	float:left;
	width:100%;
}
#addBox1 table td{
	padding: 0 25px 0 0;
	vertical-align: top;
}

#addBox2{
	background:#fff;
	overflow:hidden;
	padding:50px 0;
	font-size:14px;
}

#addBox2 table{
	width:100%;
}

#addBox2 table td:first-child{
	width:57%;
	vertical-align: top;
}

#addBox2 table td:last-child{
	padding:0 0 0 31px;
	vertical-align: top;
}

#entry_space{
    height: 10px;
    background: white;
    width: 100%;
}

#entry{
    margin-top: 20px;
	font-size:14px;
}

.ue-logo {
	max-width: 95px;
	float: left;
	position: relative;
	display: block;
	left: 30px;
	top: 40px;
}

#cat_desc p, #addBox2 p { text-align: justify;   margin: 0.7em 0; }
#cat_desc h2, #addBox2 h2 { font-size: 1.3em; margin: 0em 0;  color: #2d559d; }