@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	overflow-x:hidden;
	
	font-family: 'Open Sans', sans-serif;
	color:#fff;
}
* { margin:0; padding:0; text-decoration:none}
a { color:#fff}

.head {
    background: rgba(0, 0, 0, 0) url("../images/bg_black_opacity75.png") repeat scroll center center;
    height: 110px;
    position: fixed;
    top: 20px;
    width: 100%;
    z-index: 2010;
}
.head_content {
	width:1280px;
	height:110px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	}
.head .logo {
    float: left;
    position: absolute;
    top: 15px;
}

.home_text {
    background: rgba(0, 0, 0, 0) url("../images/bg_black_opacity85.png") repeat scroll center center;
    bottom: 0;
    height: 350px;
    position: absolute;
    width: 100%;
}
.box_tabs {
	width:1280px;
	height:300px;
	margin-top:-301px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	position:relative;
	}
.box_tab {
	height:300px;
	position:relative;
	bottom:-200px;
	width:254px;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	float:left;
	cursor:pointer;
	opacity:0.7;
	margin-right:1px;
	background: rgba(0, 0, 0, 0) url("../images/bg_black_opacity85.png") repeat scroll center center;
	 -webkit-transition : all 500ms ease-out;
  -moz-transition : all 500ms ease-out;
  -o-transition : all 500ms ease-out;
  transition : all 500ms ease-out;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
	}
	
.box_tab:hover, .box_tab_active {
	bottom:0;
	opacity:1;
	}

.box_tab_title {
    border-bottom: 1px solid #fff;
    bottom: 220px;
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
    padding-bottom: 20px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 172px;
}

.box_foto {
    display: block;
    margin: 80px auto 20px;
    max-width: 150px;
}
.box_text {
	font-size:13px;
	font-weight:300;
	text-transform:uppercase;
	text-align:center;
	text-align:center;
		}					
.box_content {
    display: none;
    height: 320px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 20px;
    width: 100%;
}
.box_wrapp {
	height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 1200px;
	}	
.home_text_content {
    height: 290px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding-bottom: 30px;
    padding-top: 30px;
    width: 1200px;
}
#info_content_meta td {
	vertical-align: text-top !important;
	padding-right: 20px;
	}
.home_text_content p, .box_content p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 10px;
}
.home #info_content_meta {
    height: 100%;
    position: relative !important;
    visibility: visible !important;
    width: 100%;
}
.home #info_content_meta p, .home #info_content_meta li {
    font-size: 12px;
    line-height: normal;
}
.box_gallery {
    height: 32%;
    margin-bottom: 1px;
    position: relative;
}
#firma p {
    font-size: 16px !important;
    line-height: 22px !important;
}	
.right_top {
	position:absolute;
	right:0;
	top:0px;
	display:none;
	}	
.right_top a {
    color: #000;
    float: right;
    font-weight: 300;
	font-size:18px;
    margin-left: 5px;
	width:36px;
	text-align:center;
	height:36px;
	line-height:36px;
	background:#fff;
     opacity:0.5;
	 -webkit-transition : all 500ms ease-out;
  -moz-transition : all 500ms ease-out;
  -o-transition : all 500ms ease-out;
  transition : all 500ms ease-out;
	}
.ln_current { 
   opacity:1 !important;
   }	
.right_top a:hover {
	opacity:1;
}
.head_menu {
    height: 110px;
    position: absolute;
    right: 0px;
    top: 0;
	border-bottom: 1px solid transparent;
	
}
.head_menu a {
	
	-webkit-transition : all 500ms ease-out;
	-moz-transition : all 500ms ease-out;
	-o-transition : all 500ms ease-out;
	transition : all 500ms ease-out;
	color: #fff;
    display: block;
    float: left;
    font-size: 19px;
    font-weight: 300;
     padding-left: 15px;
    padding-right: 15px;
    text-transform: uppercase;
	}
a:hover {
	color:#D45E25;
}
a.active_top {
	
}
.main_menu_item {
	display: block;
    float: left;
    height: 110px;
    line-height: 110px;
    position: relative;
	-webkit-transition : all 500ms ease-out;
	-moz-transition : all 500ms ease-out;
	-o-transition : all 500ms ease-out;
	transition : all 500ms ease-out;
	}
.main_menu_item .top_line {
	position:absolute;
	top:0;
	left:50%;
	height:2px;
	width:0%;
	background-color:#fff;
	-webkit-transition : all 500ms ease-out;
	-moz-transition : all 500ms ease-out;
	-o-transition : all 500ms ease-out;
	transition : all 500ms ease-out;
	}
.main_menu_item:hover .top_line {
	left: 15%;
    width: 70%;
	}
.active_top	.top_line {
	left: 15%;
    width: 70%;
	}	
.submenu {
    display: block;
    padding-left: 50px;
    position: absolute;
    right: 0;
    top: 70px;
	text-align:right;
	max-height:0;
	-webkit-transition : all 500ms ease-out;
	-moz-transition : all 500ms ease-out;
	-o-transition : all 500ms ease-out;
	transition : all 500ms ease-out;
	overflow:hidden;
}
.main_menu_item:hover .submenu {
	max-height:250px;
	padding-top:0px;
	padding-bottom:0px;
	}
.submenu a {
    border-bottom: 1px solid transparent;
    display: inline-block;
    height: auto;
    line-height: 40px;
    margin-right: 25px;
    padding-right: 0;
    width: 250px;
}
.submenu a:hover {
    border-bottom: 1px solid #000;
    
}	
.sticky {  
        position: fixed;  
        width: 100%;  
        left: 0;  
        top: 0;  
        z-index: 100;  
        border-top: 0;  
    } 


.full_wrapp {
    box-sizing: border-box;
    height: calc(100vh - 160px);
    margin-bottom: 0;
    margin-top: 160px;
    padding-bottom: 30px;
    padding-top: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 200;
}
.full_wrapp_wizualizacje {
    box-sizing: border-box;
    min-height: 100vh;
    margin-bottom: 0;
    margin-top: -80px;
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 200;
}
.full_wrapp_wizualizacje .photo_content {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-top: medium none;
    box-sizing: border-box;
    min-height: 100%;
    margin: auto;
    max-width: 100%;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 200;
}
.full_wrapp_wizualizacje .wizualizacje {
    margin-left: auto;
    margin-right: auto;
    width: 100vw;
}
.full_wrapp_wizualizacje .wizualizacja_item {
    background-position: center center !important;
    background-size: cover !important;
    cursor: pointer;
    display: block;
    float: left;
    height: 50vh;
    position: relative;
    width: 50vw;
	margin:0;
	opacity: 0.7;
}
.full_wrapp_wizualizacje .wizualizacja_item:hover {
	opacity:1
	}
.about_box {
	font-weight: 300;
    padding-bottom: 100px;
    padding-top: 100px;
    position: relative;
    width: 100%;
    z-index: 300;
	background: url(../images/about.jpg) no-repeat center center;
	}
.about_box p {
	color:#000;
	font-size:24px;
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
	display:block;
	text-align:center;
	margin-bottom:10px;
	margin-top: 10px;
	}
.boxy_bg {
	background: url(../images/boxy.jpg) no-repeat center center;
	}	
.info_boxy {
	width:1200px;
	margin-left:auto;
	margin-right:auto;
	}
.info_box {
	float:left;
	width:280px;
	margin-right:20px;
	padding-bottom:80px;
	padding-top:80px;
	text-align:center;
	height:400px;
	}
.info_box:hover {
		background: url(../images/wihte_box.png) repeat center center;

	}
.info_box a { color:#fff; display:block}	
.info_box h2 {
	font-weight:300;
	border-bottom:solid 1px #666;
	padding-bottom:50px;
	font-size:30px;
	margin-bottom:50px;
	}
.info_box p {
    display: block;
    font-size: 16px;
    font-weight: 300;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    padding-bottom: 50px;
    width: 200px;
}
					
.welcome_info {
	background:#000;
	padding:10px;
	width:70%;
	margin-left:auto;
	margin-right:auto;
	margin-top:100px;
	
	}

.welcome_info h1 {
    display: block;
    font-size: 24px;
    font-weight: 300;
    line-height: 40px;
    margin: 20px;
    text-align: center;
    text-transform: uppercase;
}
.welcome_info {
    background: #000 none repeat scroll 0 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
    padding: 100px;
    width: 70%;
}	
.photo_content {
    background: rgba(0, 0, 0, 0) url("../images/bg_black_opacity75.png") repeat scroll center center;
    border-top: medium none;
    box-sizing: border-box;
    margin: auto;
    max-width: 1200px;
    padding: 50px;
    position: relative;
    width: 100%;
    z-index: 200;
}
.wizualizacja_item {
    background-position: center center !important;
    background-size: cover !important;
    cursor: pointer;
    display: inline-block;
    height: 230px;
    margin: 1px;
    opacity: 0.8;
    position: relative;
    width: 270px;
}
.wizualizacja_item:hover { opacity:1}
.wizualizacja_item .budowa_info {
	position:absolute;
	background: rgba(0, 0, 0, 0) url("../images/head_bg.png") repeat scroll 0 0;
	bottom:0;
	width:100%;
	padding:15px;
	text-align:right;
	color:#fff;
	font-size:14px;
	opacity:0;
	text-transform:uppercase;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
	-webkit-transition : all 500ms ease-out;
	-moz-transition : all 500ms ease-out;
	-o-transition : all 500ms ease-out;
	transition : all 500ms ease-out;  
	}
.wizualizacja_item:hover .budowa_info {
	opacity:1;
	}	
.wizualizacja_item  span {
	display:block;	
	}		
.wizualizacja_item a {
	display: block;
    height: 100%;
    width: 100%;
	}
.wizualizacje {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
}


.znajdz_mieszkanie {
    background: rgba(0, 0, 0, 0) url("../images/wizualizacja1.jpg") repeat scroll 0 0 / cover ;
    display: block;
    height: 100vh;
    margin-top: -80px;
    position: relative;
    width: 100%;
    z-index: 200;
}
.znajdz_parter_trigger {
    background: url("../images/parter.png") no-repeat center right;
    bottom: 12%;
    height: 20%;
    left: 12%;
    opacity: 0.7;
    position: absolute;
    width: 82%;
	cursor:pointer;
	-webkit-transition : all 500ms ease-out;
	-moz-transition : all 500ms ease-out;
	-o-transition : all 500ms ease-out;
	transition : all 500ms ease-out;  
}

.znajdz_pierwsze_trigger {
    background: url("../images/pierwsze.png") no-repeat center right;
    bottom: 32%;
    height: 24%;
    left: 12%;
    opacity: 0.7;
    position: absolute;
    width: 82%;
	cursor:pointer;
	-webkit-transition : all 500ms ease-out;
	-moz-transition : all 500ms ease-out;
	-o-transition : all 500ms ease-out;
	transition : all 500ms ease-out;  
}

.znajdz_drugie_trigger {
    background: url("../images/drugie.png") no-repeat center right;
    bottom: 56%;
    height: 28%;
    left: 20%;
    opacity: 0.7;
    position: absolute;
    width: 74%;
	cursor:pointer;
	-webkit-transition : all 500ms ease-out;
	-moz-transition : all 500ms ease-out;
	-o-transition : all 500ms ease-out;
	transition : all 500ms ease-out;  
}
.znajdz_parter_trigger:hover, .znajdz_pierwsze_trigger:hover, .znajdz_drugie_trigger:hover {opacity:1}
.znajdz_parter {
	position:relative;
	width:1200px;
	margin-left:auto;
	margin-right:auto;
	height: 768px;
	background: rgba(0, 0, 0, 0) url("../images/parter.jpg") repeat scroll 0 0;
	top:100px;
	opacity:0;
	
	}
.znajdz_pierwsze {
	position:relative;
	width:1200px;
	margin-left:auto;
	margin-right:auto;
	height: 768px;
	background: rgba(0, 0, 0, 0) url("../images/pierwsze.jpg") repeat scroll 0 0;
	top:100px;
	opacity:0;
	}
.znajdz_drugie {
	position:relative;
	width:1200px;
	margin-left:auto;
	margin-right:auto;
	height: 768px;
	background: rgba(0, 0, 0, 0) url("../images/drugie.jpg") repeat scroll 0 0;
	top:100px;
	opacity:0;
	}
.hide { display:none}
.show {
	display:block;
	opacity:1;
	}
.znajdz_parter_close, .znajdz_pierwsze_close, .znajdz_drugie_close {
	position:absolute;
	width:50px;
	height:50px;
	right:-25px;
	top:-25px;
	background:#000;
	background: rgba(0, 0, 0, 0) url("../images/znajdz_close.png") repeat scroll 0 0;
	cursor:pointer;
	}	
.m1b {
    background-color: transparent !important;
    background-image: url("../images/M1_B.png");
    height: 325px;
    left: 489px;
    top: 229px;
    width: 143px;
}
.m2b {
    background-color: transparent !important;
    background-image: url("../images/M2_B.png");
    height: 285px;
    left: 330px;
    top: 230px;
    width: 152px;
    z-index: 200;
}
.m3b {
	background-color: transparent !important;
    background-image: url("../images/M3_B.png");
    height: 464px;
    left: 84px;
    top: 58px;
    width: 400px;
	z-index:100;
}
.m1c {
    background-color: transparent !important;
    background-image: url("../images/M1_C.png");
    height: 320px;
    left: 877px;
    top: 60px;
    width: 260px;
    z-index: 200;
}
.m2c {
    background-color: transparent !important;
    background-image: url("../images/M2_C.png");
    height: 510px;
    left: 730px;
    top: 228px;
    width: 410px;
    z-index: 100;
}


.m4b {
    background-color: transparent !important;
    background-image: url("../images/M4_B.png");
    height: 255px;
    left: 490px;
    top: 230px;
    width: 143px;
}
.m5b {
    background-color: transparent !important;
    background-image: url("../images/M5_B.png");
    height: 240px;
    left: 326px;
    top: 231px;
    width: 153px;
    z-index: 200;
}
.m6b {
	background-color: transparent !important;
    background-image: url("../images/M6_B.png");
    height: 370px;
    left: 113px;
    top: 58px;
    width: 370px;
    z-index: 100;
}
.m3c {
    background-color: transparent !important;
    background-image: url("../images/M3_C.png");
    height: 370px;
    left: 876px;
    top: 11px;
    width: 212px;
    z-index: 200;
}
.m4c {
    background-color: transparent !important;
    background-image: url("../images/M4_C.png");
    height: 390px;
    left: 723px;
    top: 227px;
    width: 330px;
    z-index: 100;
}



.m7b {
    background-color: transparent !important;
    background-image: url("../images/M7_B.png");
    height: 430px;
    left: 115px;
    top: 52px;
    width: 530px;
}
.m5c {
    background-color: transparent !important;
    background-image: url("../images/M5_C.png");
    height: 625px;
    left: 718px;
    top: 15px;
    width: 370px;
    z-index: 200;
}


.mieszkanie {
	opacity: 0.7;
    position: absolute;
	}
.mieszkanie:hover {
	background-image: url("../images/lupa_show.png");
	background-repeat:no-repeat;
	background-position:center center;
	cursor:pointer;
	
	}
	
.wolne { background-color: #060;}
.mieszkanie a {
    display: block;
    height: 100%;
    width: 100%;
}	
.info_content {
    background: rgba(0, 0, 0, 0) url("../images/bg_black_opacity75.png") repeat scroll center center;
    box-sizing: border-box;
    height: 100%;
    margin: auto;
    max-width: 1280px;
    padding: 40px 100px;
    position: relative;
    width: 100%;
    z-index: 200;
	
}
.biuro-sprzedazy table {
	max-width:530px;
	float:left;
	}
.biuro-sprzedazy table a {
	color:#FFF;
	text-decoration:none;
	}	
.biuro-sprzedazy table .left{
	padding-bottom:10px;
	}
	
.biuro-sprzedazy table tr td {
    vertical-align: top;
}
.biuro-sprzedazy table tr td span {
    color: #aaa;
    font-size: 12px;
    position: relative;
    top: -7px;
}	
.info_content ul {
    color: #fff;
    padding-left: 20px;
	margin-bottom:10px;
}


.info_content ul li {
    font-size: 14px;
    line-height: 20px;
}
	
.info_content h1 {
	color: #fff;
    font-size: 36px;
    font-weight: 300;
    
    text-transform: uppercase;
	
	margin-bottom:15px;
	text-align:left;
	}
.info_content h1 {
    color: #fff;
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 15px;
    text-align: left;
    text-transform: uppercase;
}
.wizualizacje h1 {
	color: #fff;
    font-size: 36px;
    font-weight: 300;    
    text-transform: uppercase;	
	margin-bottom:15px;
	text-align:left;
	margin-left:20px;
	margin-top: 25px;
	}

.info_content h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 10px;
}
.info_content h3 {
	color: #fff;
    font-size: 20px;
    font-weight: 300;
	margin-bottom:15px;
	}			

.info_content p {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px;
}
.content_wrapper {
	width:100%;
	background-image:url(../images/content.jpg);
	background-size: cover;
	padding-top:50px;
	padding-bottom:50px;
	}
.content_product {
    background-size: cover;
    box-sizing: border-box;
    height: 100vh;
    overflow: hidden;
    padding-bottom: 30px;
    padding-top: 160px;
    position: relative;
    width: 100%;
    z-index: 2;
}

.content {
    background: rgba(0, 0, 0, 0) url("../images/bg_black_opacity75.png") repeat scroll center center;
    box-sizing: border-box;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
    width: 1280px;
}
.center {
	text-align:center;
	}	
.content h1 {
	color: #fff;
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    margin-bottom: 20px;
	text-transform:uppercase;
	}
.content h2 {
	color: #fff;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    margin-bottom: 20px;
	text-transform:uppercase;
	}	
.content p {
	font-weight:300;
	font-style:normal;
	margin-bottom:10px;
	color:#fff;
	}
hr { height:1px; color:#CCC; margin-bottom:25px; margin-top:25px;}	
.more_content {
	font-size:20px;
	font-weight:300;
	font-style:normal;
	padding:10px 20px;
	border: solid 1px #EE7202;
	border-radius: 10px;
	color: #EE7202;
	margin-top:50px;
	display:inline-block;
	}	
.home_about {
	border-left: 1px solid #e1b922;
    float: left;
    height: 303px;
    margin-left: 10px;
    padding-left: 20px;
    padding-right: 20px;
    width: 580px;
	}
.home_about h1 {
	/*background: url(../images/gr.png) repeat scroll 0 0 rgba(0, 0, 0, 0);*/
	font-size: 20px;
    height: 45px;
    line-height: 45px;
    margin-bottom: 20px;
    
	text-transform:uppercase;
	}
.home_about p {
	font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
	text-align: justify;
    text-justify: inter-word;
	font-family: "helv2";
	}	
.main_box_content {
	width:350px;
	position:relative;
	z-index:50;
	float:left;
	}
.main_box_content .main_box {
	float:left;
	height:100px;
	width:340px;
	margin-bottom:1px;
	background:url(../images/gr.png) repeat;
	-webkit-transition: all 0.40s ease-in-out;
    -moz-transition: all 0.40s ease-in-out;
    -ms-transition: all 0.40s ease-in-out;
    -o-transition: all 0.40s ease-in-out; 
	}
.main_box_content .main_box:hover {
	background-color:#000;
	}
.main_box_content .main_box a {
	display:block;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
	-webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
	width:340px;
	height:100px;
	line-height:100px;
	padding-left:50px;
	height:100%;
	color:#FFF;
	font-size:18px;
	text-decoration:none;
	background:url(../images/shadow.png) no-repeat -250px center;
	-webkit-transition: all 0.40s ease-in-out;
    -moz-transition: all 0.40s ease-in-out;
    -ms-transition: all 0.40s ease-in-out;
    -o-transition: all 0.40s ease-in-out; 
	}
.main_box_content .main_box a:hover {
	background:url(../images/shadow.png) no-repeat left center;
	-webkit-transition: all 0.40s ease-in-out;
    -moz-transition: all 0.40s ease-in-out;
    -ms-transition: all 0.40s ease-in-out;
    -o-transition: all 0.40s ease-in-out; 
	}	
/*.box_colors { background:url(../images/help.png) center 20px no-repeat}
.box_textures { background:url(../images/paint.png) center 20px no-repeat}
.box_gallery{ background:url(../images/albums.png) center 20px no-repeat}*/
.main_box_content .main_box a span {
	position: relative;
    top: 70%;
    transform: translateY(-50%);
	width:100%;
	text-align:center;
	display:block;
	}
.top_bar {
	background:url(../images/header.png) repeat-x center center;
	width: 100%;
	height:45px;
	}
.top_bar_content {
	margin-left:auto;
	margin-right:auto;
	width:1024px;
	color:#FFF;
	font-weight:400;
	line-height:45px;
	text-shadow: 5px 5px 10px #000;
	text-transform:uppercase;
	}	
.aktualnosc {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	padding-top:25px;
	padding-bottom:25px;
	position:relative;
}
.left_news {
	float:left;
	width:400px;
	height:400px;
	overflow:auto;
	}
.right_news {
	border-left: 1px solid #e1b922;
    float: left;
    height: 400px;
    padding-left: 20px;
    padding-right: 20px;
    width: 580px;
	}	
.aktualnosc .opis {
	clear: both;
}
.opis .aktContent {
	width: 586px;
	background-color: #FFF;
	margin-left: 30px;
	margin-top: -18px;
	float: left;
	padding-top: 24px;
	padding-left: 24px;
	position: relative;
	z-index: 4;
	padding-bottom: 50px;
}

.aktPhoto {
    float: right;
    margin-bottom: 50px;
    margin-left: 50px;
    width: 300px;
}
.aktPhoto img {
    height: auto;
    max-width: 100%;
}
.aktTitle {
	font-size: 20px;
    font-weight: bold;
	color: #fff !important;
}
.aktData {
	color: #fff !important;
	margin-bottom:22px;
	font-size:11px;
	display:block;
}
.aktTresc {
    color: #fff;
    font-size: 14px;
}
.list {
	border-bottom: 1px solid #c0c2c8;
    font-size: 12px;
	margin-right:20px;
	padding-top:10px;
	padding-bottom:10px;
	position:relative;
}
.list a {
	text-decoration:none;
	color: #fff;
	}
.list a:hover {
	color:#666;
	}
.more a:hover {
	color:#ccc !important;
}
.listData {
	font-size: 12px !important;
    margin-top: 3px;
	letter-spacing: normal !important;
}
.listTitle {
	display: block;
    font-size: 18px !important;
    font-weight: bold !important;
    line-height: 22px;
	letter-spacing: normal !important;
	
}
.listZajawka {
    font-size: 14px !important;
    line-height: 16px;
    margin-top: 5px;
}
.more {
	
	
}.more a {
	bottom: 5px;
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    padding-left: 5px;
    padding-right: 25px;
    text-decoration: none;
    text-transform: uppercase;
}
.okruszki {
	float:right
}
.okruszki a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: 300;
    line-height: 40px;
    text-shadow: none;
    text-transform: none;

}
.okruszki a:hover {
	color: #f7d730;
}
.okruszekACT:hover {
	text-decoration: none;
}

.okruszekACT {
	color: #f7d730 !important;
	background-image: none !important;
}


.aktContent {}
.menu_bottom {
	width:1024px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	}
.menu_bottom_cover {
	background: url(../images/buttons-over.png) repeat-x scroll left top rgba(0, 0, 0, 0);
	position:absolute;
	width:1024px;
	height:100%;
	z-index:10;
     
	}
.stempel {
	background: url(../images/stempel.png) repeat-x scroll left top rgba(0, 0, 0, 0);
}
.menu_bottom .menu_bottom_box {
	width:339px;
	display: block;
	height:100px;
	margin-right: 2px;
	margin-bottom:2px;
	background: url(../images/header.png) repeat-x scroll center top rgba(0, 0, 0, 0);
	float:left;
	}
.menu_bottom .menu_bottom_box a {
	color: #fff;
	text-transform:uppercase;
    display: block;
    line-height: 100px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: 5px 5px 10px #000;
    z-index: 20;
	-webkit-transition: all 0.40s ease-in-out;
    -moz-transition: all 0.40s ease-in-out;
    -ms-transition: all 0.40s ease-in-out;
    -o-transition: all 0.40s ease-in-out;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	}
	
.menu_bottom .menu_bottom_box a:hover {
	text-shadow: 5px 5px 20px #000;
	background: url(../images/gr.png) repeat scroll 0 0 rgba(0, 0, 0, 0)
	
	
	
	}
/* BOX COLORS */
.finishes { border-right: solid 15px #FF0000}
.finishes:hover {
	background: url(../images/buttons-over_1.png) repeat-x scroll left top rgba(0, 0, 0, 0) !important;
  
}
.primers {border-right: solid 15px #FFFF99}
.primers:hover {
	background: url(../images/buttons-over_2.png) repeat-x scroll left top rgba(0, 0, 0, 0) !important;
  
}
.base {border-right: solid 15px #00B050}
.base:hover {
	background: url(../images/buttons-over_3.png) repeat-x scroll left top rgba(0, 0, 0, 0) !important;
  
}
.stuccos {border-right: solid 15px #FFC000}
.stuccos:hover {
	background: url(../images/buttons-over_4.png) repeat-x scroll left top rgba(0, 0, 0, 0) !important;
  
}
.weather {border-right: solid 15px #00B0F0}
.weather:hover {
	background: url(../images/buttons-over_5.png) repeat-x scroll left top rgba(0, 0, 0, 0) !important;
  
}
.meshes {border-right: solid 15px #92D050}
.meshes:hover {
	background: url(../images/buttons-over_6.png) repeat-x scroll left top rgba(0, 0, 0, 0) !important;
  
}
.coatings {border-right: solid 15px #FFFF00}
.coatings:hover {
	background: url(../images/buttons-over_7.png) repeat-x scroll left top rgba(0, 0, 0, 0) !important;
  
}
.paints {border-right: solid 15px #7030A0}
.paints:hover {
	background: url(../images/buttons-over_8.png) repeat-x scroll left top rgba(0, 0, 0, 0) !important;
  
}
.additives {border-right: solid 15px #0070C0}
.additives:hover {
	background: url(../images/buttons-over_9.png) repeat-x scroll left top rgba(0, 0, 0, 0) !important;
  
}
.adhesives {border-right: solid 15px #B1A0C7}
.adhesives:hover {
	background: url(../images/buttons-over_10.png) repeat-x scroll left top rgba(0, 0, 0, 0) !important;
  
}
.map {
	width:100%;
	height:80px;
	top:-80px;
	position:absolute;
	text-align:center;
	overflow:hidden;
	z-index:300;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	}
.map .over {
	bottom: 0;
    height: 400px;
    left: 380px;
    position: absolute;
    right: 40px;
    top: 0;
    z-index: 100;
	}	
.map_head {
	width:100%;
	height:80px;
	background:url(../images/head_bg.png) repeat;
	text-align:center;
	font-size:14px;
	color:#fff;
	position:absolute;
	top:0;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	cursor:pointer;
	z-index:200;
	}
	
.map_head span {
	padding-left:30px;
	height:32px;
	line-height:32px;
	margin-top:24px;
	display:inline-block;
	background:url(../images/marker.png) no-repeat left center;
	}	
.expand {
	height:480px;
	top:-480px !important;
	}
.map_wrap {
	position:relative;
	margin-top:0;
	width:100%;
	z-index:100;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	}	
.expand_head {
	margin-top:80px !important;
	}






.footer {
    background: #111 none repeat scroll 0 0;
    padding-bottom: 45px;
    padding-top: 35px;
    position: relative;
    width: 100%;
    z-index: 2;
}
.footer .footer_content {
	width:1280px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	-webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
	}

.footer .footer_content h1 {
    font-weight: 300;
    margin-bottom: 10px;
    padding-left: 0px;
    text-align: center;
    text-transform: uppercase;
}
.footer .footer_content .column {
    float: left;
    margin-right: 60px;
    margin-left: 60px;
    position: relative;
}
.footer_content a {
    color: #ccc;
    display: block;
    font-size: 14px;
    margin-left: 10px;
    margin-top: 0;
    padding-top: 3px;
    text-decoration: none;
	text-transform:uppercase;
	-webkit-transition : all 500ms ease-out;
	-moz-transition : all 500ms ease-out;
	-o-transition : all 500ms ease-out;
	transition : all 500ms ease-out;
}
.footer_content a strong {
	color: #fff;
    display: block;
    font-size: 16px;
    padding-bottom: 15px;
    text-transform: uppercase;
	}
.footer_content a:hover {
	
	}	

.credits {
    background: #222 none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-size: 12px;
    height: 50px;
    left: 0;
    line-height: 50px;
    margin-top: -5px;
    padding-left: 5%;
    position: relative;
    width: 95%;
    z-index: 2;
}
.kontakt_content {
    box-sizing: border-box;
	background:rgba(0, 0, 0, 0) url("../images/bg_black_opacity75.png") repeat scroll center center;
    font-size: 14px;
    height: 510px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 40px;
    width: 1280px;
}
.kontakt_txt {
	width:50%;
	float:left;
	}
.kontakt_content h1 {
	font-weight:300;
	text-transform:uppercase;
	font-size:24px;
	margin-bottom:15px;
	letter-spacing:5px;
	
	}
.kontakt_content .kontakt_txt p {
	font-weight:300;
	font-size:14px;
	margin-bottom:20px;
	
	}
.kontakt_content .kontakt_txt table {
	margin-left:auto;
	margin-right:auto;
	width:350px;
	
	}
.kontakt_content .kontakt_txt table td {
	padding:0
	}	
/* form style */
.form-style {
    float: left;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0;
    width: 50%;
}
.form-style h1 {
	font-weight:300;
	text-transform:uppercase;
	font-size:24px;
	margin-bottom:15px;
	letter-spacing:5px;
	text-align:center;
	}
.form-style p {
    font-size: 14px;
    margin-bottom: 20px;
	}	
.form-style-heading{
    font-weight: bold;
    font-style: normal;
    border-bottom: 2px solid #ddd;
    margin-bottom: 10px;
    font-size: 15px;
    padding-bottom: 3px;
}
.form-style label{
    display: block;
    margin: 0px 0px 15px 0px;
}
.form-style label > span{
    width: 100px;
    font-weight: bold;
    float: left;
    padding-top: 8px;
    padding-right: 5px;
}
.form-style span.required{
    color:red;
}
.form-style .tel-number-field{
    
 
}
.form-style  .long{
    
}
.form-style input.input-field{
    
   
}

.form-style input.input-field,
.form-style .tel-number-field,
.form-style .textarea-field,
 .form-style .select-field{
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out; 
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #fff;
	width:100%;
	margin-bottom:15px;
	background:none;
	color: #fff;
	font-size:12px;
    padding-left:28px;
	padding-right:28px;
    outline: none;
	height:48px;
	line-height:48px;
	margin-right: 15px;
}
#contact_body table tr td select {
	 -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out; 
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #fff;
	width:100%;
	margin-bottom:15px;
	background:none;
	color: #fff;
	font-size:12px;
    padding-left:28px;
	padding-right:28px;
    outline: none;
	height:48px;
	line-height:48px;
	margin-right: 15px;
	}

#contact_body table tr td select option {
    background: #000 none repeat scroll 0 0;
    height: 20px;
    padding-top: 5px;
}
.form-style .input-field:focus,
.form-style .tel-number-field:focus,
.form-style .textarea-field:focus,  
.form-style .select-field:focus{
    border: 1px solid #0C0;
}
.form-style .textarea-field {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    height: 125px;
    margin: 0;
    width: 100% !important;
}
.form-style input[type="button"], .form-style input[type="submit"] {
    background: #d45e25 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    display: inline-block;
    float: left;
    font: inherit;
    height: 45px;
    text-align: center;
    text-transform: uppercase;
    width: 180px;
}
.form-style input[type="button"]:hover,
.form-style input[type="submit"]:hover {
    
    background-color: #F33;
}
.form-style .success{
	padding: 20px;
	margin: 0px 0px 5px 0px;
	border: none;
	font-weight: bold;
}
.form-style .error {
	background: #FFE8E8;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 5px 0px;
	border: none;
	font-weight: bold;
	color: #FF0000;
	border-left: 3px solid #FF0000;
	font-family: 'Lato', sans-serif;
}	



/*********************************SLIDER***************************************/
.rzuty_wrapp .ls-wrapper, .rzuty_wrapp {
	position:relative !important;
	}
.slider_bg {
    background: #000 none repeat scroll 0 0;
    height: 100vh;
    max-height: 1080px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}
.slider_wrapper {
    height: 100vh;
    margin-left: auto;
    margin-right: auto;
    max-height: 1080px;
    max-width: 1920px;
    position: relative;
    width: 100%;
    z-index: 10;
}
.slider_rzuty {
	width:800px !important;
	height:550px !important;
	background:none !important;
	left: 300px;
	}
.slider_rzuty .panel-wrapper div {
	width: 800px;
	height:550px;
	background-size: auto auto !important;
	background-position:left bottom !important;
	background-repeat: no-repeat !important;
	}
.slider_rzuty .slide_text {
	display: block !important;
    height: 200px !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    width: 600px !important;
	text-align:right !important;
	}
.rzuty_info {
	color:#fff;
	font-size:28px;
	position:absolute;
	right:0;
	top:-40px;
	}
.rzuty_zajete {
	color:#fff;
	font-size:18px;
	position:absolute;
	left:0;
	bottom:0px;
	background:url(../images/zajete.png) no-repeat center left;
	padding-left:50px;
	height:32px;
	line-height:32px;
	text-transform:uppercase;
	}	
.slider_rzuty .slide_text p {
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    text-shadow: none;
    text-transform: uppercase;
    top: auto;
    width: auto;
}	
.rzuty_wrapp .ls-nav {
    top: 20px !important;
	bottom: auto;
    clear: both;
    overflow: hidden;
    position: absolute;
    right: auto;
	left:0 !important;
    z-index: 20;
}
.rzuty_wrapp .ls-nav .current a {
    background: none !important;
    border-bottom: 1px solid #fff !important;
    box-sizing: border-box;
    color: #fff;
    display: block;
}
.rzuty_wrapp .ls-nav a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: medium none !important;
    color: #fff;
    display: block;
    font-size: 24px;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    margin-right: 30px;
    padding-right: 20px;
    text-align: left;
    text-transform: uppercase;
    width: auto !important;
}
.rzuty_wrapp .ls-nav a:hover {
	color: #fff !important;
	}
.rzuty_wrapp .ls-nav ul li {
    display: block;
}		
.no-js .liquid-slider {
  height:100%;
height:100vh;
max-height:1080px;
  overflow:scroll;
}
.ls-preloader {  
  background: url(../images/loading.gif) #f2f2f2 no-repeat center 50%;
  opacity:1;
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  z-index:2;
}

/*** Containers ***/
.ls-wrapper {
  clear: both;
  overflow: auto;
  position: absolute;
  top:0;
}
.liquid-slider {
  background: #000;
  width: 100%;
  margin: 0 auto;
  float: left;
  overflow: hidden;
  position: relative;
}
.arrows .liquid-slider {
  /* Margin between slider and arrows */
  margin: 0 10px;
}
.ls-responsive .liquid-slider {
  height:100%;
	height:100vh;
	max-height:1080px;
    margin: 0;
    width: 100%;
}
.panel-container {
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  /* from http://davidwalsh.name/translate3d */
}
.liquid-slider .panel-container .fade {
  width:100%;
  opacity: 0;
  position: absolute;
  top: 0; 
  left: 0;
  display: block;
}

/*** Panels ***/
.liquid-slider .ls-panel {  
  width: 100%;
  display: block;
  float: left;
}
.panel-wrapper {  
  padding: 0;
  position:relative;
  height:100%;
	height:100vh;
	max-height:1080px;
  text-align: center;
}
.slide_text { display:none}
.home .slide_text {
    border: 10px solid #fff;
    bottom: 10%;
    box-sizing: border-box;
    height: 54vh !important;
    left: 10%;
    letter-spacing: 1px;
    margin-left: auto;
    margin-right: auto;
    max-height: 500px !important;
    max-width: 500px;
    position: absolute !important;
    width: 54vh;
	
	background:url(../images/slide_txt.png) repeat center top;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
	}
.slide_text_bg {
    height: 100% !important;
    position: absolute !important;
    text-align: right;
    top: 0;
    width: 100% !important;
}
.slider_title {
    color: #fff;
    display: block;
    font-size: 9vw;
    font-weight: 700;
    height: 9vw;
    line-height: 9vw;
    padding-left: 5%;
    padding-right: 5%;
    position: absolute;
    text-shadow: 0 0 15px #000;
    top: 45%;
    width: 90%;
    z-index: 200;
}

.slide_text p {
    color: #fff;
    display: block;
    font-size: 3vw;
	line-height:3vw;
    font-weight: 700;
    padding-left: 0%;
    padding-right: 5%;
    position: absolute;
    text-shadow: 0 0 15px #000;
    text-transform: uppercase;
    top: calc(45% + 9vw);
    width: 95%;
}
@media (min-width: 1601px) {
	.slide_text p {
    color: #fff;
    display: block;
    font-size: 2vw;
	line-height:2vw;
    font-weight: 700;
    padding-left: 0%;
    padding-right: 5%;
    position: absolute;
    text-shadow: 0 0 15px #000;
    text-transform: uppercase;
    top: calc(45% + 9vw);
    width: 95%;
}
	
	}	
.slide_text ul {
	margin-bottom: 10px;
    margin-top: 10px;
    padding-left: 20px;
	}
.slide_text ul li {
	list-style-image:url(../images/star2.png);
	color:#FFF;
	
	}		
.panel-wrapper div {  
  padding: 0;
  position:relative;
  height:100%;
	height:100vh;
	max-height:1080px;
  background-size: 100% 100% !important;
  width:100vw;
}

/*** Tabbed Navigation ***/
.ls-nav {
    clear: both;
    min-width: 300px;
    overflow: hidden;
    position: absolute;
    right: 20px;
    top: 140px;
    z-index: 20;
}
.ls-nav a {
    background: #fff;
    color: transparent;
    font-size: 10px;
    height:5px;
    line-height: 5px;
    margin-right: 2px;
    text-align: center;
    width: 80px;
	opacity: 0.5
}
.ls-nav a:hover {
  background: #000;
  color: #000;
  text-shadow: none;
}
.ls-nav .current a {
   background: #fff none repeat scroll 0 0;
    color: #fff;
	opacity:1;
}
.currentCrossLink {
  font-weight: bold;
}
.ls-nav ul {  
  padding:0;
  clear: both;
  display: block;
  margin: auto;
  overflow: hidden;
}
.ls-nav ul li {
  display: inline;
}
.ls-nav ul li a {
  display: block;
  float: left;
  text-decoration: none;
}

/*** Mobile Navigation ***/
.ls-select-box { 
  width: 100%;
  height: 35px;
  overflow: hidden;
  background: url(../images/menu.png) no-repeat right #ddd;
}
.ls-select-box select {  
  width: 150%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance:none;
  background: transparent;
  padding: 5px;
  font-size: 110%;
  border: none;
  height: 35px;
  cursor:pointer;
  outline: 0;
}

/*** Arrow Navigation (non-graphical) ***/
.ls-nav-left, .ls-nav-right {
  top:0;
  float: left;
  clear:both;
}
.ls-nav-left a, .ls-nav-right a {
  background: #000;
  color: #fff;
  padding: 5px;
  width: 100px;
  display: block;
  text-align: center;
  text-decoration: none;
}
.ls-responsive .ls-nav-left {
  position: absolute;
  left: 0;
  z-index: 2;
}
.ls-responsive .ls-nav-left a {
  background: #9A9A9A;
  width: 80px;
}
.ls-responsive .ls-nav-left a:hover {
  background: #747474;
}
.ls-responsive .ls-nav-right {
  position: absolute;
  right: 0;
  z-index: 2;
}
.ls-responsive .ls-nav-right a {
  background: #9A9A9A;
  width: 80px;
}
.ls-responsive .ls-nav-right a:hover {
  background: #747474;
}

/*** Arrow Navigation (graphical) ***/
.ls-nav-left-arrow, .ls-nav-right-arrow {
  cursor: pointer;
  float: left;
  clear: both;
}
.ls-nav-left-arrow a, .ls-nav-right-arrow a {
  display: block;
}
[class$="-arrow"] {
  width: 25px;
  height: 25px;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  margin-top: 50px;
  position:relative;
}
.ls-nav-right-arrow {
  background-position: top right;  
  margin-right: 5px;
}
.ls-nav-left-arrow {
  background-position: top left;  
  margin-left: 5px;
}
.ls-nav-left-arrow:hover {
  background-position: bottom left;
}
.ls-nav-right-arrow:hover {
  background-position: bottom right;
}
.ls-responsive .ls-nav-left-arrow {
  position: absolute;
  left: 0;
  z-index: 2;
}
.ls-responsive .ls-nav-right-arrow {
  position: absolute;
  right: 0;
  z-index: 2;
}
/*********************************SLIDER END***************************************/
































img {
	border: none;
}
.box p {
	margin:0;
}
.box .text {
	position: absolute;
	left: 15px;
	bottom: 16px;
	background-image: url(../images/arrow1.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;
	text-decoration:none !important;
}
.box .text a {
	color: #303549;
	text-decoration: none;
}
.box .text a:hover {
	text-decoration: underline;
}



a .box .text {
	color: #303549;
	text-decoration:none !important;
}
a:hover .box .text {
	color: #d2001f;
}


.left {
	float: left;
}

.bgr {
	background-color: #bfc4ce;
	display: block;
}
.bgrACT {
	background-color: #d30e2b;
	color: #fff !important;
}
.bgrACT2 {
	color: #d2001f !important;
	background-image: url(../images/arrow1.png) !important;
	background-repeat: no-repeat;
	background-position: left center;
	background-color: transparent !important;
}
.bgr a:hover {
	color: #FFF !important;
}






.productBOX .select {
	padding-top: 48px;
	padding-left: 22px;
}
.select form .spryselect1 label {
	width: 200px;
	float: left;
	margin-bottom: 4px;
	color: #3b4342;
	padding-left: 6px;
}


.menuBOX a {
	color: #1e212e;
	text-decoration: none;
	font-size: 13px;
}
.menuBOX a:hover {
	color: #d2001f !important;
}


.produkt {
	height: auto;
    position: relative;
}
.produkt .photo {
	width: 350px;
	float: right;
	margin-left: 50px;
	text-align: right;
}
.color_gallery {
	float: right;
    margin-right: 8px;
    width: 333px;
	}
.title {
   color: #444444;
    display: inline-block;
    font-size: 40px;
    font-weight: 300;
    height: 45px;
    line-height: 45px;
    margin-bottom: 40px;
    margin-top: 40px;
    padding-right: 100px;
    text-transform: uppercase;
}
.title span {
	font-size:20px;
	font-weight:300;
	}

.produkt .text{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #222;
	float: left;
	width: 530px;
	padding-left: 10px;
	line-height:19px;
	font-size:14px;
}
.text {
	margin-bottom:15px;
	
	
}
.product_one_content ul {
    list-style-type: disc;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-left: 15px;
}
.product_one_content ul li {
    font-weight: 300;
    margin-bottom: 0;
}
.text2 p { margin-bottom:25px;}
.produkt .zajawka {
	min-height: 225px;
	width: 550px;
	float: left;
	margin-bottom:20px;
}
.produkt .opis {
	clear: both;
}
.opis .opisContent {
	width: 650px;
	background-color: #FFF;
	margin-left: 30px;
	margin-top: -18px;
	float: left;
	padding-top: 24px;
	padding-left: 24px;
	position: relative;
	z-index: 4;
	padding-bottom: 50px;
}
.opisContent .tab {
	float: left;
	width: 630px;
	margin-top: 35px;
	margin-right: auto;
	margin-left: auto;
}
.tab .tabMenu {
	overflow: hidden;
	margin-top:15px;
}
.tabMenu ul {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	position:absolute;
	visibility:hidden;
}
.tabMenu ul li {
	list-style-type: none;
	float: left;
	width: 160px;
	text-align: center;
}
.tabMenu ul li a {
	background: url(../images/header.png) repeat-x scroll center center rgba(0, 0, 0, 0);
    color: #fff;
    display: block;
    font-size: 11px;
    height: 30px;
    line-height: 30px;
    margin-right: 2px;
    text-decoration: none;
    text-transform: uppercase;
	text-shadow:5px 5px 10px #000;
}
.tabMenu ul li a:hover {
	background-color: #d2001f;
	color: #f4f5f6;
}
.tabACT {
	background-color: #222 !important;
	color: #EABE26 !important;
}
.tab .dane {
    width: 100%;
}
.tab .dane .row {
	overflow: hidden;
	margin-top: 1px;
	margin-bottom: 1px;
}
.tab .dane .row .nazwa {
	float: left;
	width: 300px;
}
.tab .dane .row .wartosc {
	float: left;
}
.produkty {
	padding-left: 5px;
	width: 720px;
	overflow: hidden;
}
.produkty .produktBOX {
	float: left;
	
	width: 237px;
	text-align: center;
	margin-right: 1px;
	margin-left: 1px;
	background-color: #fff;
	background-position: bottom;
	background-repeat: repeat-x;
}
.produktBOX {
	margin-bottom:40px;
	}
.produktBOX .opisBOX {
	
}
.opisBOX .BOXtitle {
	text-transform: uppercase;
	font-size: 16px;
}
.opisBOX .BOXtitle:hover {
	
}

.opisBOX .BOXtitle a {
	text-decoration:none;
	text-transform:uppercase;
	display:block;
	padding-bottom:6px;
	padding-top:6px;
}
.opisBOX .BOXtitle a:hover {
	
}
.opisBOX .BOXzajawka {
	padding-left: 15px;
	text-align: left;
	background:url(../images/gradient.jpg) repeat-x left top;
	color: #FFF;
	font-size: 11px;
	padding-top: 11px;
	padding-bottom: 11px;
	margin-bottom: 6px;
	padding-right:3px;
}
.opisBOX .BOXtext {
	padding-left: 15px;
	text-align: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #191917;
	font-size: 11px;
	padding-top:3px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	padding-right:3px;
	max-height: 100px;
}

.produkty .produktBOX img {
	margin-right: auto;
	margin-left: auto;
}
.produktBOX .productPhoto {
	float: left;
    height: 150px;
    margin-right: 20px;
    width: 200px;
}
.product_data {
	width:240px;
	padding:10px;
	height:150px;
	float:left;
	background:url(../images/gradient2.jpg) repeat-x left top;
	font-size:12px;
	text-transform:uppercase;
	color:#222;
	line-height:24px;
	
	}
.product_data span {
	float:right;
	color: #222;
	}	
.product_data .data_top {
	border-bottom: 1px solid #222;
    color: #222;
    font-size: 12px;
    padding-bottom: 8px;
	line-height:22px;
	margin-bottom:20px;
	}
.product_data .data_top span {
	font-weight:bold;
	font-size:22px;
	}	

.aktContent .mapa {
	height: 320px;
	width: 550px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: 0;
}
.dysTitle {
	font-size: 20px;
	margin-bottom:10px;
}
#wojewodztwo {
	margin-left: 10px;
}
.dysList .dysSingle {
	float: left;
	width: 150px;
	margin-top: 20px;
	margin-right: 20px;
	height:90px;
}
.dysSingle .logoDys {
	float: left;
	height: 100%;
	width: 30px;
}
.dysSingle .textDys {
	float: left;
	height: 100%;
	width: 115px;
}
.aktContent .katalog {
	float: left;
	height: 115px;
	width: 560px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c0c2c8;
	line-height: 10px;
	position: relative;
	margin-bottom: 10px;
}

.katalog .lang {
	height: 18px;
	position: absolute;
	left: 90px;
	bottom: 14px;
}
.katLang {
	color: #FFF;
	background-image: url(../images/LangBG.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 38px;
	float: left;
	margin-right: 8px;
	padding-left: 6px;
	line-height: 18px;
	background-position: top;
}
.katLang a {
	color: #FFF;
	text-decoration: none;
	display: block;
}
.katLang:hover {
	color: #fff;
	background-position: bottom;
}

.katalog img {
	float: left;
	margin-right: 15px;
}
.download {
	float:right;
	
}.download a {
	display: block;
	color: #FFF;
	background-image: url(../images/download.gif);
	width:auto;
	height:18px;
	text-decoration: none;
	font-size: 11px;
	line-height: 18px;
	padding-left: 3px;
	background-repeat: no-repeat;
	background-position: right top;
	text-align: right;
	padding-right: 15px;
	background-color: #a7abb4;
}
.download a:hover {
	display: block;
	color: #FFF;
	background-image: url(../images/download.gif);
	width:auto;
	height:18px;
	text-decoration: none;
	font-size: 11px;
	line-height: 18px;
	padding-left: 3px;
	background-repeat: no-repeat;
	background-position: right bottom !important;
	text-align: right;
	padding-right: 15px;
	background-color: #d6001f !important;
}
.info_content tr td {
    padding-left: 50px;
    padding-right: 50px;
    vertical-align: middle;
}
.tabContent td {
	height: 20px;
}
.sliderPhoto {
	float:left;
	width:333px;
	height:100%;
	}
.sliderText {
	float:left;
	background: url(../images/sliderBG.jpg);
	height: 408px;
	width: 712px;
	padding:0;
	}
	.sliderText h3 {
		text-transform: uppercase;
		font-size:20px;
		margin-top:0;
		}
.dysSelect {
	float:left;
	width:600px;
}
.error {
	
	width:800px;
	margin-left:auto;
	margin-right:auto;
	padding-top:50px;
	}
.error h3 {
	font-size:24px;
	}	
.error p {
	font-size:16px;
	}
.error ul li a {
	color: #303549;
	}	
.error #info {
	background:#FFF;
	padding: 25px;
	}
.error .sitemap {
	border-left: 1px solid #D2001F; 
	}	
.error ul {
	padding-left:25px;
	}		
.contactBox {
	float:left;
	padding-right:40px;
	}	
.contactBox h2 {
	font-size:16px;
	text-transform:uppercase;
	}
.contactBox p {
	font-size:12px;
	margin-bottom:0;
	line-height:16px;
	}	
#data img {
	height:58px;
	margin-right:10px;
	margin-bottom:10px;
	}
.group {
	color:transparent;
	}
.product_list_one {
	width:1200px;
	margin-bottom:50px;
	padding-bottom:50px;
	border-bottom: solid 1px #CCC;
	
	}
.product_list_title {
	margin-bottom:10px;
	}
.product_list_title a {
	color: #444;
    font-size: 50px;
    font-style: normal;
    font-weight: 300;
	}
.product_list_title a:hover {
	color: #EE7202;
	}	
.product_list_title a span {
	color:#666;
	font-size:20px;
	font-weight:300;
	}
.product_list_zajawka {
	font-weight: 300;
    letter-spacing: 2px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 800px;
	}
.product_menu_left {
	border-right: 1px solid #666;
    float: left;
    padding-bottom: 30px;
    padding-right: 29px;
    padding-top: 10px;
    width: 270px;
	}
.product_menu_left .menu_model {
	border-bottom:solid 1px #666;
	padding-bottom:15px;
	margin-bottom:15px;
	
	}
.open_link {
	position:relative;
	width:270;
	display:block;
	}
.fence {
	position: relative;
	z-index:2;
	left:0;
	top:0;
	}
.gate {
	position:absolute;
	z-index:1;
	left:166px;
	top:0;
	transition: 0.6s ease-out;
	-webkit-transition: 1s ease-out;
	-moz-transition: 1s ease-out;
	}
.open_link:hover .gate {
	left:108px;
	}
.gate_impressive {
	position:absolute;
	z-index:1;
	left:171px;
	top:0;
	transition: 0.6s ease-out;
	-webkit-transition: 1s ease-out;
	-moz-transition: 1s ease-out;
	}
.open_link:hover .gate_impressive {
	left:115px;
	}
.gate_breeze {
	position:absolute;
	z-index:1;
	left:135px;
	top:0;
	transition: 0.6s ease-out;
	-webkit-transition: 1s ease-out;
	-moz-transition: 1s ease-out;
	}
.open_link:hover .gate_breeze {
	left:76px;
	}
.gate_air {
	position:absolute;
	z-index:1;
	left:144px;
	top:0;
	transition: 0.6s ease-out;
	-webkit-transition: 1s ease-out;
	-moz-transition: 1s ease-out;
	}
.open_link:hover .gate_air {
	left:85px;
	}
.gate_core {
	position:absolute;
	z-index:1;
	left:166px;
	top:0;
	transition: 0.6s ease-out;
	-webkit-transition: 1s ease-out;
	-moz-transition: 1s ease-out;
	}
.open_link:hover .gate_core {
	left:108px;
	}	
.product_menu_left h3 {
	font-style: normal;
	font-weight:300;
	font-size:20px;
	color:#fff;
	margin-bottom:20px;
	padding-left:5px;
	text-transform: uppercase;
	}
.product_menu_left span, .product_one_content .down_span {
    color: #fff;
    display: block;
    font-style: normal;
    font-weight: 300;
    padding-left: 5px;
}
.product_menu_left {
	margin-top:-17px;
	}	
.menu_info {
	display: block;
    height: 20px;
    margin-bottom: 15px;
    padding-left: 30px;
	background:url(../images/list_ico.jpg) no-repeat left top;
	}
.menu_info:hover {
	background:url(../images/list_ico.jpg) no-repeat left bottom;
	}	
.menu_info a {
	color: #fff;
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 3px;
    padding-left: 5px;
	}
.menu_info:hover a {color:#ee7202}
.act_left {background:url(../images/list_ico.jpg) no-repeat left bottom !important;}	
.act_left a { color:#ee7202 !important; }
.elementy-systemu {
	color:#F00;
	}	
.product_one_content {
	float:left;
	width:850px;
	margin-left:30px;
	position: relative;
	}
.product_one_content span {
	color:#EE7202;
	}	
.partnerzy_row {
	width:600px;
	border-bottom: solid 1px #ccc;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	position:relative;
	padding-top: 40px;
	padding-right: 25px;
	padding-bottom: 40px;
	padding-left: 25px;
	}
.partnerzy_row img {
	margin-right:80px;
	float:left;
	}
.partnerzy_row span {
	font-size:18px;
	color: #222222 !important;
	font-weight:300;
	float:left;
	position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	}
.download_row {
	width:600px;
	border-bottom: solid 1px #ccc;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	position:relative;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	}
.download_row a {
	color:#222;
	font-size:20px;
	font-weight:300;
	}
.download_row a:hover {
	color: #EE7202;
	}	
.download_row span {
	font-size:18px;
	font-weight:300;
	float:left;
	position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	height:45px;
	line-height:45px;
	margin-left:50px;
	width:450px;
	}
.download_row img {
	
	float:left;
	}
.download {
	float:right !important;
	transition: 0.6s ease-out;
	-webkit-transition: 0.6s ease-out;
	-moz-transition: 0.6s ease-out;
	}
.download_row a:hover .download {
	margin-right:50px;
	}
a.active_model span, .open_link:hover span, a.active_model  {
	color:#EE7202;
	}
.pochwyt_table { width: 48%; margin-top:-100px; float:left; margin-left:2%}	
@media (min-width: 1024px) {
	.head_mobile, .foot_mobile, .mobile_index, .form_mobile {
		display:none;
		}
	
	}
@media (max-width: 1280px) {		
.full_wrapp {
    box-sizing: border-box;
    height: auto;
	min-height:calc(100vh - 160px);
    margin-bottom: 0;
    margin-top: 160px;
    padding-bottom: 30px;
    padding-top: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 200;
}
.head_content {
    height: 110px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 1200px;
}
}
@media (max-width: 1024px) {
	.pochwyt_table { width: 48%; margin-top:0px; float:left; margin-left:2%}	
	.slider_bg, .head, .footer, .content_wrapper, .boxy_wrapper, .credits {
		display:none;
		}
	.desktop {
		display:none !important;
		}	
	body {
	margin: 0px;
	padding: 0px;
	height: 100vh;
	width: 100vw;
	min-width: auto;
	color:#222;
}

.full_wrapp {
    background-attachment: fixed;
    background-image: url("../images/mobile_bg.jpg");
    background-position: center center;
    background-size: auto 100%;
    height: auto !important;
    margin-top: 50px;
    padding-top: 30px;
}
.full_wrapp_wizualizacje {
    box-sizing: border-box;
    margin-bottom: 0;
    margin-top: 50px;
    min-height: 100vh;
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 200;
}
.info_content tr td {
    display: block;
    padding-left: 0;
    padding-right: 0;
    vertical-align: middle;
    width: 100%;
}
.kontakt_content {
    background: rgba(0, 0, 0, 0) url("../images/bg_black_opacity75.png") repeat scroll center center;
    box-sizing: border-box;
    font-size: 14px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 40px;
    width: 100%;
}
.kontakt_txt {
    color: #fff;
    float: left;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
}
.form-style {
    float: left;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0;
    width: 100%;
}
.full_wrapp_wizualizacje .wizualizacja_item {
    background-position: center center !important;
    background-size: cover !important;
    cursor: pointer;
    display: block;
    float: left;
    height: 50vh;
    margin: 0;
    opacity: 0.7;
    position: relative;
    width: 100vw;
}
.rzuty_info {
    color: #fff;
    display: none;
    font-size: 28px;
    position: absolute;
    right: 0;
    top: -40px;
}	
.slider_rzuty {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    height: 400px !important;
    left: 0;
    top: 70px;
    width: 100% !important;
}
.slider_rzuty .panel-wrapper div {
    background-position: left bottom !important;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
    height: 400px;
    width: 100%;
}
#main-slider-2-wrapper { height:520px}
.rzuty_wrapp .ls-nav {
    bottom: auto;
    clear: both;
    left: 0 !important;
    overflow: hidden;
    position: absolute;
    right: auto;
    top: 20px !important;
    width: 100%;
    z-index: 20;
}
.ls-select-box {
    background: #fff url("../images/menu.png") no-repeat scroll right center;
    height: 35px;
    overflow: hidden;
    width: 100%;
}
.ls-select-box select {
    -moz-appearance: none;
    background: transparent none repeat scroll 0 0;
    border: medium none;
    cursor: pointer;
    font-size: 110%;
    height: 35px;
    outline: 0 none;
    padding: 5px;
    width: 100%;
}

.photo_content {
    background: rgba(0, 0, 0, 0) url("../images/white.png") repeat scroll 0 0;
    box-sizing: border-box;
    margin: auto;
    max-width: 1200px;
    padding: 20px;
    position: relative;
    width: 90%;
    z-index: 200;
}
.wizualizacje {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
}
.wizualizacje h1 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-left: 0;
    margin-top: 25px;
    padding-left: 0;
    text-align: left;
    text-transform: uppercase;
}
.znajdz_parter_trigger {
    background: rgba(0, 0, 0, 0) url("../images/parter.png") no-repeat scroll right center / 100% auto;
    bottom: 5%;
    height: 20%;
    left: 5%;
    opacity: 0.7;
    position: absolute;
    width: 90%;
	cursor:pointer;
	-webkit-transition : all 500ms ease-out;
	-moz-transition : all 500ms ease-out;
	-o-transition : all 500ms ease-out;
	transition : all 500ms ease-out;  
}

.znajdz_pierwsze_trigger {
    background: rgba(0, 0, 0, 0) url("../images/pierwsze.png") no-repeat scroll right center / 100% auto;
    bottom: 30%;
    height: 20%;
    left: 5%;
    opacity: 0.7;
    position: absolute;
    width: 90%;
	cursor:pointer;
	-webkit-transition : all 500ms ease-out;
	-moz-transition : all 500ms ease-out;
	-o-transition : all 500ms ease-out;
	transition : all 500ms ease-out;  
}

.znajdz_drugie_trigger {
    background: rgba(0, 0, 0, 0) url("../images/drugie.png") no-repeat scroll right center / 100% auto;
    bottom: 55%;
    height: 20%;
    left: 5%;
    opacity: 0.7;
    position: absolute;
    width: 90%;
	cursor:pointer;
	-webkit-transition : all 500ms ease-out;
	-moz-transition : all 500ms ease-out;
	-o-transition : all 500ms ease-out;
	transition : all 500ms ease-out;  
}
.znajdz_mieszkanie {
    background: rgba(0, 0, 0, 0) url("../images/wizualizacja1.jpg") repeat scroll center top / auto 100%;
    display: block;
    height: 100vh;
    margin-top: -80px;
    position: relative;
    width: 100%;
    z-index: 200;
}
.info_content {
    box-sizing: border-box;
    margin: auto;
    max-width: 1200px;
    padding: 20px;
    position: relative;
    text-align: center;
    width: 90%;
    z-index: 200;
}
#info_content_meta { display:none;}
.info_content h1 {
	font-size:24px;
	text-align:center
	}
.info_content h2 { text-align:center}	
.info_content p {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}
.info_content ul li {
    font-weight: 300;
    margin-bottom: 5px;
    text-align: left;
}			
	.head_mobile {
		width:100vw;
		height:50px;
		position:fixed;
		top:0;
		background: rgba(0, 0, 0, 0) url("../images/head_bg.png") repeat scroll 0 0;
		z-index:300;
		}
	.menu_trigger {
		position:absolute;
		left:10px;
		top:13px;
		cursor:pointer;
		}
	.mobile_lang {
		position:absolute;
		right:10px;
		top:15px;
		height:20px;
		}
	.mobile_lang a {
		display:inline-block;
		color:#eee;
		margin-left:10px;
		}
	.mobile_menu {
		position:absolute;
		width:100vw;
		background:#131313 none repeat scroll 0 0;
		top:51px;
		height:0;
		overflow:hidden;
		}
	.menu_expand {
		height: auto !important;
		}	
	.mobile_menu ul {
		padding-left:10px;
		list-style:none;
		padding-top:15px;
		padding-bottom:15px;
		
		}
	.mobile_menu ul li {cursor:pointer;}	
	.mobile_menu ul li a, .mobile_menu ul li span {
		color: #fff;
    font-size: 5vw;
    line-height: 9vw;
	text-transform: uppercase;
	font-weight:600;
		}
	.mobile_menu ul li ul {
		padding-left:20px;
		list-style:none;
		padding-bottom:0px;
		padding-top:0px;
		height:0;
		overflow:hidden;
		}	
	.foot_mobile {
		width:100vw;
		background:#131313 none repeat scroll 0 0;
		padding-bottom:20px;
		padding-top:20px;
		font-size:12px;
		text-align:center;
		color:#eee;
		}
	.foot_mobile p {
		line-height:16px;
		text-transform:uppercase;
		
		}	
	.mobile_map {
		margin-top:20px;
		margin-bottom:20px;
		}
	.about_box {
    background: rgba(0, 0, 0, 0) url("../images/about.jpg") no-repeat scroll center center;
    font-weight: 300;
    padding: 50px 3%;
    position: relative;
    width: 94%;
    z-index: 300;
}
.about_box p {
    color: #000;
    display: block;
    font-size: 18px;
    margin: 10px auto;
    max-width: 1200px;
    text-align: center;
}	
	.mobile_index {
		height: 100vh;
		width:100vw;
		background-image:url("../images/mobile_bg.jpg");
		background-repeat:no-repeat;
		background-position: center;
		background-size: auto 100%;
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
	-webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
	padding-top:50px;
	position: relative;
	-webkit-transition: all 0.40s ease-in-out;
    -moz-transition: all 0.40s ease-in-out;
    -ms-transition: all 0.40s ease-in-out;
    -o-transition: all 0.40s ease-in-out; 
		}
	.logo_mobile {
    height: auto;
    margin-bottom: 20px;
    max-width: 210px;
}
	.mobile_index_content {
		top: 50%;
    -webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	position: relative;
	text-align:center;
		}
	
.mobile_index_text {
    background: rgba(0, 0, 0, 0) url("../images/head_bg.png") repeat scroll 0 0;
    color: #fff;
    margin: 20px auto;
    padding: 50px 20px;
    width: 80%;
}
	.mobile_index_text h1 {
		font-size: 5vw;
    font-weight: 300;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
		}
	.mobile_index_text p {
		font-size: 4vw;
    font-weight: 300;
    text-align: center;
		}
	.mobile_boxy {
		}
	.mobile_box {
		display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
		}
	.mobile_ico_katalog {
		width:67px;
		height:67px;
		background-image:url(../images/mobile_katalog.png);
		background-repeat:no-repeat;
		background-position: top;
		margin-bottom:10px;
		margin-left: auto;
    margin-right: auto;
		}
	.mobile_boxy a:hover .mobile_ico_katalog {
		background-position:bottom;
		}
	.mobile_ico_technika {
		width:67px;
		height:67px;
		background-image:url(../images/mobile_technika.png);
		background-repeat:no-repeat;
		background-position: top;
		margin-bottom:10px;
		margin-left: auto;
    margin-right: auto;
		}
	.mobile_boxy a:hover .mobile_ico_technika {
		background-position:bottom;
		}
	.mobile_ico_modele {
		width:67px;
		height:67px;
		background-image:url(../images/mobile_modele.png);
		background-repeat:no-repeat;
		background-position: top;
		margin-bottom:10px;
		margin-left: auto;
    margin-right: auto;
		}
	.mobile_boxy a:hover .mobile_ico_modele {
		background-position:bottom;
		}		
	.mobile_box span {
		color: #fff;
    font-size: 4vw;
    text-transform: uppercase;
		}
	.product_menu_left {
    border: medium none;
    display: block;
    width: 100%;
}
	.product_one_content {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 100%;
}
	
.content_product {
    height: auto;
    padding-bottom: 0;
    padding-top: 50px;
	background-image:url("../images/mobile_bg.jpg");
	background-repeat:no-repeat;
	background-position:center top;
	background-size: cover;
}
	.photo img { max-width:100%}
	#data img {
    height: auto;
    margin-bottom: 10px;
    margin-right: 10px;
    max-width: 20%;
}
.box_tabs {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    overflow: hidden;
    position: relative;
    width: 100vw;
}
.box_tab {
    background: rgba(0, 0, 0, 0) url("../images/bg_black_opacity85.png") repeat scroll center center;
    bottom: auto;
    box-sizing: border-box;
    cursor: pointer;
    float: none;
    height: 14vh;
	line-height:14vh;
    margin-bottom: 1px;
    margin-right: 1px;
    opacity: 0.9;
    padding: 20px;
    position: relative;
    transition: all 500ms ease-out 0s;
    width: 100%;
}



.box_tab_title {
    border-bottom: medium none;
    bottom: auto;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 300;
    line-height: 8vh;
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: auto;
}
.box_foto {
    display: none;
    margin: 80px auto 20px;
    max-width: 150px;
}

.content {
    margin-left: auto;
    margin-right: auto;
    padding: 4vw;
    width: 100vw;
}
div#fancy_outer { box-sizing: border-box; width:100vw !important}
     .form_desktop { display:none;}
	 .form_mobile { display: block;}
	 .partnerzy_row {
	width:100%;
	box-sizing:border-box;
	border-bottom: solid 1px #ccc;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	position:relative;
	padding-top: 40px;
	padding-right: 25px;
	padding-bottom: 40px;
	padding-left: 25px;
	}
.partnerzy_row img {
    float: left;
    height: auto;
    margin-right: 20px;
    width: 30%;
}
.partnerzy_row span {
	font-size: 5vw;
	color: #222222 !important;
	font-weight:300;
	float:left;
	position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	}
.product_list_one {
    border-bottom: 1px solid #ccc;
    margin-bottom: 50px;
    padding-bottom: 50px;
    width: 100%;
}
.product_list_zajawka {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 2px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}
.product_list_photo img { width:90%}
.product_one_content img {
    float: none;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 95%;
}
	}
@media (max-width: 768px) {	
.pochwyt_table { width: 96%; margin-top:0px; float:left; margin-left:2%}	
.mobile_index_text h1 {
		font-size: 5vw;
    font-weight: 300;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
		}
	.mobile_index_text p {
		font-size: 4vw;
    font-weight: 300;
    text-align: center;
		}
}