@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed&display=swap');
@import url('https://fonts.googleapis.com/css?family=Italianno&display=swap');
a{
	text-decoration:none;
	cursor:pointer;
	color:#fff;
}
a:hover {text-decoration: none;}
img{
	max-width:100%;
}
body{ 
	font-family:'Roboto Condensed',Tahoma;
	color:#315A82;
	font-size:16px;
	margin: 0px;
	background:#6A0209;

}
ul{
	padding-left:30px;
}
table{border-spacing:0px;}
.kowalstwo-artystyczne{
	float:left;
	font-family:'Italianno';
	font-size:28px;
	text-align:center;
	color:#FACBCB;
	text-shadow:1px 1px 0px 0px #F0C2C2;
	line-height:1em;
}
.youtube{
	left:-140px;
	top:180px;
	position:fixed;
    transition: left 0.2s ease;	
}
.youtube:hover{
    left:0px;
    transition: left 0.2s ease;
}
.centrum{
	max-width:1200px;
	padding:0px 2% 0px 2%;
	margin:0px auto 0px auto;
	display:block;
	position:relative;
	overflow:hidden;
}
header{
	display:block;
	padding:0px 0px 0px 0px;	
	margin:0px;
	color:#fff;
    background:#000;
}	
header .centrum{
	overflow:hidden;
	padding:7px 2% 10px 2%;
	background-repeat:no-repeat;
	width:96%;
}
.adres{
	float:right;
	font-size:30px;
	color:#FACACA;
	font-family:'Italianno';
	margin:0px;
}
.adres a{
	text-shadow:2px 2px 2px #FACACA;
	color:#FACACA;
	font-weight:bold;
	font-size:34px;	
}
main{
	margin:0px auto 0px auto;
	padding:20px 2% 40px 2%;
	overflow:hidden;
	background:url(images/rozety.webp) no-repeat center 10px #000;
}

.tresc{
	margin:0px auto 0px auto;
	padding:0px 40px 60px 40px;
	text-align:justify;
	color:#fff;
	overflow:hidden;
	max-width:1120px;
	background: url(images/r-lg.png) no-repeat left top,url(images/r-pg.png) no-repeat right top,
	url(images/r-ld.png) no-repeat left bottom,url(images/r-pd.png) no-repeat right bottom;	
}
.film{
	width: 100%;
	height: 315px;
	border: solid 2px #6a0209;
}
.bg-video{
	max-width: 100%;
	height: auto;
}
h1,h2,h3,h4,h5{
	font-family: 'Italianno';
}
h1{
	color:#F79F9E;
	font-size:30px;
	line-height:1em;
	text-align:left;
	padding-left:2%;
	font-size:3em;	
}
h2{
	color:#F79F9E;
	line-height:1em;
	text-align:left;
	font-size:2.5em;
}
h3{
	color:#F79F9E;
	font-size:15px;
}
.menu{
	background: #6D040B;
	position: sticky;
	left: 0px;
	top: 0px;
}
.menu nav{
	display:flex;
	width:96%;
	max-width:1200px;
	padding:0px 2% 0px 2%;
	margin:0px auto 0px auto;
	font-size:18px;
}
.menu nav > *{
	padding:11px 1.5% 8px 1.5%;
	display:block-inline;
	color:#fff;
	position:relative;
	cursor:pointer;		
}
.menu nav > *:hover,.menu_hover{
	background: #0275d8;
	color:#fff;
    background: -webkit-linear-gradient(#D24E4B,#6A0209); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#D24E4B,#6A0209); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#D24E4B,#6A0209); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#D24E4B,#6A0209);
}

.dymek{
	position:absolute;
	top:43px;
	font-size:14px;
	z-index:100px;
	border-top:none;
	height:0px;	
    overflow: hidden;
	-webkit-transition:height 0.3s;
	-moz-transition: height 0.3s;
	transition:height 0.3s;
	left:0px;
	background:#444;
}
.dymek *:first-child{
	margin-top:15px;
}
.dymek *:last-child{
	margin-bottom:15px;
}
nav a:visited{
	color:#aaa;
}
.telefon{
	height:55px;
	width:54px;
	background-image:url('images/telefon-do-kowalstwa.webp');
	background-position:left top;
	display:block;
	position:fixed;
	bottom:10px;
	right:9px;
}
.telefon:hover{
	background-position:right top;
}
.facebook{
	position:fixed;
	bottom:70px;
	right:10px;
}
.facebook>img:hover{
	opacity:0.9;
}
.dymek a,.dymek span{
	display:block;
	padding: 6px 20px 6px 20px;
	white-space:nowrap;
	color:#fff;
	cursor:pointer;		
}

.dymek span,.dymek a:hover{
	color:#fff;
	background:#0275d8;
}

footer{
    background: #D24E4B; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#D24E4B,#6A0209); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#D24E4B,#6A0209); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#D24E4B,#6A0209); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#D24E4B,#6A0209);
	color:#fff;
	overflow:hidden;
	padding:20px 2% 20px 2%;
}
footer a{
	color:#fff;
}
footer h1{
	font-family: 'Italianno';		
	display:block;
	font-size:50px;
	text-align:center;
	color:#fff;
	flex:0;
}
.footer_left{
	width:39%;
	padding-right:1%;
	position:relative;
	float:left;
}
footer .centrum > p{
	margin-bottom:0px;
	font-size:15px;
	text-align:center;
	clear:both;
}
footer table{
	width:100%;
}
footer table tr *{
	vertical-align:top;
	padding-right:1%;
}
footer table tr th{
	width:120px;
	text-align:right;
}
footer iframe{
	border:2px solid #6a0209;
	height:200px;
	width:40%;
	text-align:right;
}
footer .centrum+a{
	display:block;
	text-align:right;
	padding:10px 2% 5px 2%;
	max-width:1200px;
	margin:0px auto 0px auto;
	font-size:15px;	
}
/*Ciasteczka*/
.cookies{
	position:fixed;
	bottom:0px;
	left:0px;
	background:#717B80;
	color:#fff;
	width:94%;
	padding:5px 4% 5px 2%;
	font-size:12px;
	z-index:100;
}
a.zamknij{
	color:#fff;
	position:absolute;
	right:10px;
	top:4px;
	font-weight:bold;
	font-size:13px;
}
.jezyki{
	float:right;	
}
.jezyki img.hover{
	opacity:1;
}
.jezyki img{
	opacity:0.7;
	height:25px;
	margin-left:5px;
	position:relative;
	top:5px;
}
.www{
	font-size:0.9rem;
	color:#ccc;
}
@media screen and (max-width: 650px){
	.menu{
		position:static;
	}
	.youtube{
		position:static;
		display:block;
		margin:0px auto 0px auto;
	}
	.tresc{
		padding:0px 20px 60px 20px;	
	}
@media screen and (max-width: 460px){

	footer .centrum{
		display:block;
	}
	.footer_left{
		width:100%;
		display:block;
		float:none;
	}
	footer iframe{
		width:99%;
		margin:0px auto 0px auto;
		display:block;
	}
	.footer_left > p{
		position:static;
		margin-bottom:10px;
	}
	.menu nav{
		display:block;
	}
	.menu nav > *{
		display:block;
	}
	.menu nav .rozwijane{
		padding:11px 0px 0px 0px;
	}
	.menu nav .rozwijane > span{
		padding:0px 0px 8px 2%;
		display:block;
	}
	.dymek{
		position:static;
	}
}


