body{
width:100%;
margin:0 auto;
text-align:left;  
font-family: 'Roboto', sans-serif;
font-weight:400;
color: #000;
font-size: 14px;
background-color:#fff;
}
a{
text-decoration:none;
color: #2d3330;

}
.dn{
display:none;
}
.fl{
float:left;
}
.fr{
float:right;
}
.oa{
overflow: auto;
}
div{
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box;         /* Opera/IE 8+ */
}
.center{
width:960px;
margin: 0 auto;
position:relative;
background-color:#fff;

}

#bg{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-image: url("/img/tlo_2.jpg");
	background-position: 100% 0%;
	background-size: cover;
	background-repeat: no-repeat;
	opacity:0.7;
}
#head{
	height:96px;
}
#head #logo{
	position:absolute;
	top:10px;
	left:10px;
}
#head #menu{
	position:absolute;
	top:50px;
	right:0px;
	width:600px;
	height:40px;
	background-color:#fff;
	display: table;
	padding:0;
	margin:0;
	line-height:30px;
	font-size:20px;
	font-weight:bold;
	color:#898989;
	z-index:11;
}
#head #menu li {
	position:relative;
    display: table-cell;
	height:40px;
}
#head #menu a {
    display: block;
    text-align: center;
	color:#898989;
	background-position: 0% 0%;
	background-size: 0px 8px;
	-webkit-animation: menu_hov_rev 0.5s ease-in-out;
}
#head #menu a:hover, #head #menu .active {
    background-image: url("/img/menu_active.jpg");
	background-position: 100% 100%;
	background-size: 100% 8px;
	background-repeat: no-repeat;
	height:40px;
	color:#2e3192;
	-webkit-animation: menu_hov 0.5s ease-in-out;
}

#head #menu li .submenu {
	position:absolute;
	width:100%;
	z-index:15;
	background-color:#2e3192;
	padding-right:5px;
	display:none;
	text-align:left;
}

#head #menu li:not(.active) .submenu:hover {
	background-image: url("/img/menu_active.jpg");
	background-position: 100% 0%;
	background-size: 100% 8px;
	background-repeat: no-repeat;
	color:#2e3192;
	padding-top:8px;
	margin-top:2px;
}
#head #menu li .submenu ul {
	padding-left:20px;
}
#head #menu li:hover .submenu {
	display:block;
}
#head #menu .submenu li {
	position:relative;
	display:block;
}
#head #menu .submenu li a {
	color:#fff;
	width:100%;
	position:relative;
	text-align:left;
}
#head #menu .submenu li a:hover {
	color:#898989;
}

#head #menu li .submenu .submenu2 {
	position:absolute;
	top:0;
	left:100%;
	z-index:4;
	background-color:#2e3192;
	padding-right:10px;
	padding-left:10px;
	display:none;
	font-size:16px;
	white-space: nowrap;
}
#head #menu li .submenu li:hover .submenu2 {
	display:block;
}
#head #menu .submenu .submenu2 ul {
	padding-left:5px;
}
#head #menu .submenu .submenu2 li {
	position:relative;
	display:block;
}
#head #menu .submenu .submenu2 li a {
	color:#fff;
	width:100%;
	text-align:left;
}
#head #menu .submenu .submenu2 li a:hover {
	color:#898989;
}
@-webkit-keyframes menu_hov {
 0%   {  background-size: 0px 8px; background-position: bottom -100%;}
 100% {  background-size: 100% 8px; background-position: bottom 0%;}      
}
@-webkit-keyframes menu_hov_rev {
 0%   {  background-size: 100% 8px; background-position: bottom 0%;}
 100% {  background-size: 0px 8px; background-position: bottom -100%;}      
}

#head #text{
	position:absolute;
	left:200px;
	top:20px;
	font-size:16px;
	color:#2e3192;
	font-weight:bold;
	text-align:center;
}
#head #img{
	position:absolute;
	left:0;
	bottom:0;
	width:1000px;
	height:250px;
	background-image: url("/img/banner1.jpg");
}

#nav2{
	position:relative;
	width:100%;
	height:47px;
	background-color:#2e3192;
	background-image: url("/img/nav2_bg_l.jpg");
	background-repeat: no-repeat;
	background-position:left;
	 background-size: 95px 47px;
	margin:0px;
	padding:0px;
	-webkit-animation: ani_nav2 1s ease-in-out;
}

@-webkit-keyframes ani_nav2 {
 0%   {  background-size: 0px 47px; background-position: bottom -100%;}
 100% {  background-size: 95px 47px; background-position: bottom 0%;}      
}


.logoline{
	position:relative;
	width:100%;
	height:47px;
	background-color:#2e3192;
	margin:0px;
	margin-top:10px;
	padding:0px;
}
.logoline img{
 height:37px;
 margin-top:5px;
 margin-left:15px;
}

#slider{
	margin:0px;
	padding:0px;
	line-height: 0;
}

#tresc{
	margin-top:10px;
	line-height:26px;
	font-size:14px;
	z-index:10;
}
#tresc .texty{
	padding:10px;
}
.object_zoom{
	-ms-transform: rotate(0deg) scale(1);
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
	-webkit-animation: anim_obj_rev 1s ease-in-out;
}
.object_zoom:hover{
	-ms-transform: rotate(9deg) scale(1.1);
    -webkit-transform: rotate(9deg) scale(1.1);
    transform: rotate(9deg) scale(1.1);
	-webkit-animation: anim_obj 1s ease-in-out;
}
@-webkit-keyframes anim_obj {
 0%   {  
	-ms-transform: rotate(0deg) scale(1);
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
	}
 100%   {  
	-ms-transform: rotate(9deg) scale(1.1);
    -webkit-transform: rotate(9deg) scale(1.1);
    transform: rotate(9deg) scale(1.1);
	}     
}
@-webkit-keyframes anim_obj_rev {
 0%   {  
	-ms-transform: rotate(9deg) scale(1.1);
    -webkit-transform: rotate(9deg) scale(1.1);
    transform: rotate(9deg) scale(1.1);
	}
 100%   {  
	
	-ms-transform: rotate(0deg) scale(1);
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
	}     
}

.page_left{
	width:675px;
	float:left;
}
.page_right{
	width:315px;
	float:right;
}
.page_right .tresc{
	background-color:#ebebeb;
	padding:10px;
}
.page_right .tresc h3{
	color:#2e3192;
}
.naglowek {
	width:100%;
	font-size:28px;
	color:#2e3192;
	border-bottom:3px solid #2e3192;
	padding-left:10px;
}

.aktualnosc{
	margin-top:10px;
	padding-bottom:10px;
	border-bottom:1px solid #2e3192;
	font-size:20px;
	position:relative;
	width:100%;
}
.aktualnosc .txt{
	margin-left:20px;
	margin-top:50px;
}
.aktualnosc .more{
	position:absolute;
	right:10px;
	bottom:10px;
	font-size:12px;
}

.gal_min{
	width: 200px;
	height: 150px;
}
.tab_min{
	width: 100px;
	height: 100px;
}
.round_min{
	width: 160px;
	height: 160px;
	border-radius: 80px;
	-webkit-border-radius: 80px;
	-moz-border-radius: 80px;
	background-position: center center; 
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("/img/logo.png");
}
.round_min2{
	width: 200px;
	height: 200px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	background-position: center center; 
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("/img/logo.png");
}

.podstrony_round{
	text-align:center;
	margin-top:20px;
	margin-right:10px;
	margin-left:10px;
	width: 200px;
}
.galeria_list{
	margin-top:20px;
}


.kontakt_locate{
	background-image: url("/img/ico_locate.png");
	background-repeat:no-repeat;
	background-position: 5px center; 
	min-height:25px;
	padding-left:30px;
	margin-top:15px;
}
.kontakt_tel{
	background-image: url("/img/ico_tel.png");
	background-repeat:no-repeat;
	background-position: 5px center; 
	min-height:25px;
	padding-left:30px;
	margin-top:15px;
}
.kontakt_email{
	background-image: url("/img/ico_email.png");
	background-repeat:no-repeat;
	background-position: 5px center; 
	min-height:25px;
	padding-left:30px;
	margin-top:15px;
}

.promo{
	width: 200px;
	height: 200px;
	margin-left:20px;
	margin-top:20px;
	background-position: center center; 
	background-repeat: no-repeat;
	background-size: contain;
	/*background-position: center left;
    background-repeat: no-repeat;
    background-size: auto 100%;*/
	background-image: url("/img/logo.png");
	position:relative;
	text-align:center;
}

.promo .nazwa{
	background-color:rgba(255,255,255,0.8);
	font-weight: bold;
	color:#000;
	position: absolute;
    bottom: 0;
	left:0;
	text-align:center;
	width: 100%;
	z-index:20;
}
.promo .cena{
	width: 105px;
    height: 105px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/img/cena.png");
    position: absolute;
    right: -10px;
    bottom: 30px;
    color: #fff;
    font-size: 30px;
    text-align: center;
    padding-top: 40px;
	z-index:19;
}
.promo .cena .zl{
    position: absolute;
    right: 12px;
    top: 23px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.prods{
	width:960px;
}

.prods a{
	display: block;
    text-align: center;
    margin: 0 10px;
	color:#898989;
}
.prods a img{
	max-width:175px;
	max-height:175px;
	z-index:1;
	position:relative;
	display:inline;
}
.prods .ram{
	height:175px;
	margin-top: 20px;
}
.prods .label {
    display: block;
    text-align: center;
    margin: 0 10px;
	color:#898989;
	z-index:2;
	position:relative;
}

.prods .slick-prev {
	left:0;
	z-index:2;
}
.prods .slick-next {
	right:0;
	z-index:2;
}
.prods.slick-dotted.slick-slider {
    margin-bottom: 35px;
}

#asortyment{
	width:960px;
	height:40px;
	background-color:#fff;
	display: table;
	padding:0;
	margin:0;
	margin-top:30px;
	margin-bottom:30px;
	line-height:30px;
	font-size:20px;
	color:#898989;
}
#asortyment li {
	position:relative;
    display: table-cell;
	height:40px;
}
#asortyment a {
    display: block;
    text-align: center;
    margin: 0 10px;
	color:#898989;
}
#asortyment a img{
    max-width:175px;
	max-height:175px;
	z-index:1;
	position:relative;
}
#asortyment .label {
    display: block;
    text-align: center;
    margin: 0 10px;
	color:#898989;
	z-index:2;
	position:relative;
}

#paleta #logo{
	max-height:100px;
	max-width:960px;
	margin-bottom:20px;
}

#paleta #pokoj{
	width:640px;
	height:426px;
	margin-left:160px;
}
#paleta #pokojbg{
	width:640px;
	height:426px;
	background-image:url(/img/room5.png);
}
#paleta .pokojbg3{
	background-image:url(/img/room3.png) !important;
}
#paleta .pokojbg4{
	background-image:url(/img/room4.png) !important;
} 
#paleta .pokojbg5{
	background-image:url(/img/room5.png) !important;
} 
#paleta #kolory{
	position:relative;
	width:900px;
	margin-left:30px;
}
#paleta .kolor{
	width:220px;
	height:100px;
	margin:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:30px;
	cursor:pointer;
}
#paleta .kolor .label{
	position:absolute;
	bottom:5px;
	font-size:14px;
	text-transform: uppercase;
	color:#000;
	z-index:10;
}

#kontakt #lewa{
	width:475px;
	/*height:400px;*/
}

#kontakt #prawa{
	width:320px;
	height:400px;
	position:relative;
	overflow:hidden;
}

#kontakt input, #kontakt textarea{
	width:315px;
	border:none;
	border-bottom:#000 1px solid;
	resize: none;
}
#kontakt #wyslij{
	position:absolute;
	bottom:0px;
	right:0px;
	border:none;
	color:#fff;
	background-color:#ed1d24;
	width:100px;
	height:40px;
	line-height:40px;
	cursor:pointer;
	font-weight:bold;
}
#footerc{
	position:fixed;
	width:100%;
	height:305px;
	left:0;
	bottom:0px;
	z-index:1;
}
#footer{
	height:265px;
	background-color:#2e3192;
	width:960px;
	color:#fff;
	padding:5px;
	padding-left:7px;
	overflow:auto;
	position: absolute;
}
.tris{
	position:relative;
	width:100%;
	overflow:auto;
	padding-top: 30px;
}
.tris .tri{
	height:auto;
}
.tri{
	height:255px;
	width:315px;
	overflow:hidden;
	float:left;
	text-align:center;
}
#footer a{
	color:#fff;
}
#footer2{
	border-top:1px solid #eae5e5;
	text-align:center;
	color:#898989;
	margin-top:0px;
	
    height: 25px;
    padding-left: 5px;
    padding-right: 5px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+53,ffffff+100&1+0,1+53,0+100 */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 53%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 53%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 53%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */

}
