﻿/* Import */
@import url("reset.css");
@import url("global-forms.css");

/***** Global *****/
/* Body */
	body {
		background: #fff url('../img/v_bg2.png') no-repeat center top;
			-webkit-background-size: cover;
	        -moz-background-size: cover;
	        -o-background-size: cover;
	        background-size: cover;
		color: #000305;
		font-size: 87.5%; /* Base font size: 14px */
		font-family: "Noto Serif", serif;
		font-optical-sizing: auto;
		line-height: 1.429;
		margin: 0;
		padding: 0;
		text-align: left;
		background-size: cover;
    background-attachment: fixed;
		height: 100%;
	}


	.le {float: right; right: 0px; padding-top: 200px; padding-bottom:200px; width:80%;}
/* Headings */
h2 {font-size: 1.571em}	/* 22px */
h3 {font-size: 1.429em}	/* 20px */
h4 {font-size: 1.286em}	/* 18px */
h5 {font-size: 1.143em}	/* 16px */
h6 {font-size: 1em}		/* 14px */

h2, h3, h4, h5, h6 {
	font-weight: 400;
	line-height: 1.1;
	margin-bottom: .8em;
}

/* Anchors */
a {outline: 0;}
a img {border: 0px; text-decoration: none;}
a:link, a:visited {
	color: #C74350;

	text-decoration: underline;
}
a:hover, a:active {

	color: #6e2a6a;
	text-decoration: none;

}

/* Paragraphs */
p {margin-bottom: 1.143em;}
* p:last-child {margin-bottom: 0;}

strong, b {font-weight: bold;}
em, i {font-style: italic;}

::-moz-selection {background: #ed3e75; color: #fff;}
::selection {background: #ed3e75; color: #fff;}

/* Lists */
ul {
	list-style: none;
	margin: 1em 0 1.5em 1.5em;
}

ol {
	list-style: none;
	margin: 1em 0 1.5em 1.5em;
}

dl {margin: 0 0 1.5em 0;}
dt {font-weight: bold;}
dd {margin-left: 1.5em;}

/* Quotes */
blockquote {font-style: italic;}
cite {}

q {}

/* Tables */
table {margin: .5em auto 1.5em auto; width: 98%;}

	/* Thead */
	thead th {padding: .5em .4em; text-align: left;}
	thead td {}

	/* Tbody */
	tbody td {padding: .5em .4em;}
	tbody th {}

	tbody .alt td {}
	tbody .alt th {}

	/* Tfoot */
	tfoot th {}
	tfoot td {}

/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}


/***** Layout *****/
.body {clear: both; margin: 0 auto; /*width: 764px;*/}

img.right figure.right {float: right; margin: 0 0 2em 2em;}
img.left, figure.left {float: right; margin: 0 0 2em 2em;}

/*
	Header
*****************/

#banner0 {
	margin: 0 auto;
	padding-top: 0px;
	width: 100%;
	max-width: 764px;
	/*height: 989px;*/
	padding-bottom:-20px;
}

#banner0 img {
	max-width: 100%;
	height: auto;
}
@media \0screen {
  img {
  	width: auto; /* for ie 8 */
  }
}
#banner {
	margin: 0 auto;
	/*padding: 2.5em 0 0 0;*/
	/*background: url(../img/header1.jpg) no-repeat;*/
	width: 100%;
	max-width: 764px;

}

#banner img {
		width: 100%;
		}

	/* Banner */
	#banner h1 {font-size: 3.571em; line-height: .6;}
	#banner h1 a:link, #banner h1 a:visited {
		color: #000305;
		display: block;
		font-weight: bold;
		margin: 0 0 .6em .2em;
		text-decoration: none;
		width: 427px;
	}
	#banner h1 a:hover, #banner h1 a:active {
		background: none;
		color: #C74350;
		text-shadow: none;
	}

	#banner h1 strong {font-size: 0.36em; font-weight: normal;}

	/* Main Nav */
	#banner nav {
		background: #000305;
		font-size: 1.143em;
		height: 40px;
		line-height: 30px;
		margin: 0 auto 2em auto;
		padding: 0;
		text-align: center;
		width: 800px;

		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}

	#banner nav ul {list-style: none; margin: 0 auto; width: 800px;}
	#banner nav li {float: left; display: inline; margin: 0;}

	#banner nav a:link, #banner nav a:visited {
		color: #fff;
		display: inline-block;
		height: 30px;
		padding: 5px 1.5em;
		text-decoration: none;
	}
	#banner nav a:hover, #banner nav a:active,
	#banner nav .active a:link, #banner nav .active a:visited {
		background: #C74451;
		color: #fff;
		text-shadow: none !important;
	}

	#banner nav li:first-child a {
		border-top-left-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-webkit-border-top-left-radius: 5px;

		border-bottom-left-radius: 5px;
		-moz-border-radius-bottomleft: 5px;
		-webkit-border-bottom-left-radius: 5px;
	}

/*
	Featured
*****************/
#featured {
	background: #fff;
	margin-bottom: 2em;
	overflow: hidden;
	padding: 20px;
	width: 760px;

	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#featured figure {
	border: 2px solid #eee;
	float: right;
	margin: 0.786em 2em 0 5em;
	width: 248px;
}
#featured figure img {display: block; float: right;}

#featured h2 {color: #C74451; font-size: 1.714em; margin-bottom: 0.333em;}
#featured h3 {font-size: 1.429em; margin-bottom: .5em;}

#featured h3 a:link, #featured h3 a:visited {color: #000305; text-decoration: none;}
#featured h3 a:hover, #featured h3 a:active {color: #fff;}

/*
	Conent
*****************/
#content {
	margin-bottom: 2em;
	overflow: hidden;
	padding: 0px 0px;
	width: 100%;
	float: left;
	margin-left: 0px;
}

/*
	Wrapper
*****************/
#wrapper {
	min-height:550px;
	overflow: hidden;
	padding: 20px 0px;
		width: 100%;
	max-width: 764px;
	margin-top: 0px;
	/*background-color: #752966; */
	margin-top:-10px;
}

/*
	Menu
*****************/
#menu {
	margin-bottom: 2em;
	overflow: hidden;
	padding: 20px 0px;
	width: 260px;
	float: left;
	margin-top: 70px;
	display: none;
}


/*
	About
*****************/
#about {
	background: #fff;
	font-style: normal;
	margin-bottom: 2em;
	overflow: hidden;
	padding: 20px;
	text-align: left;
	width: 760px;

	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#about .primary {float: left; width: 165px;}
#about .primary strong {color: #C64350; display: block; font-size: 1.286em;}
#about .photo {float: left; margin: 5px 20px;}

#about .url:link, #about .url:visited {text-decoration: none;}

#about .bio {float: right; width: 500px;}

/*
	Footer
*****************/
#contentinfo { text-align: center; color: #999999; position:fixed; right: 20px; bottom: 20px; width: 200px; }
#contentinfo0 { text-align: center; color: #999999; position:fixed; right: 20px; bottom: 20px; width: 200px; }
/***** Sections *****/
/* Blog */
.hentry {
	border-bottom: 1px solid #eee;
	padding: 1.5em 0;
}
li:last-child .hentry, #content > .hentry {border: 0; margin: 0;}
#content > .hentry {padding: 1em 0;}

.entry-title {font-size: 1.429em; margin-bottom: 0;}
.entry-title a:link, .entry-title a:visited {text-decoration: none;}

.hentry .post-info * {font-style: normal;}

	/* Content */
	.hentry footer {margin-bottom: 2em;}
	.hentry footer address {display: inline;}
	#posts-list footer address {display: block;}

	/* Blog Index */
	#posts-list {list-style: none; margin: 0;}
	#posts-list .hentry {padding-left: 200px; position: relative;}
	#posts-list .hentry:hover {
		background: #C64350;
		color: #fff;
	}
	#posts-list .hentry:hover a:link, #posts-list .hentry:hover a:visited {
		color: #F6CF74;
		text-shadow: 1px 1px 1px #333;
	}

	#posts-list footer {
		left: 10px;
		position: absolute;
		top: 1.5em;
		width: 190px;
	}

	/* About the Author */
	#about-author {
		background: #f9f9f9;
		clear: both;
		font-style: normal;
		margin: 2em 0;
		padding: 10px 20px 15px 20px;

		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}

	#about-author strong {
		color: #C64350;
		clear: both;
		display: block;
		font-size: 1.429em;
	}

	#about-author .photo {border: 1px solid #ddd; float: left; margin: 5px 1em 0 0;}

	/* Comments */
	#comments-list {list-style: none; margin: 0 1em;}
	#comments-list blockquote {
		background: #f8f8f8;
		clear: both;
		font-style: normal;
		margin: 0;
		padding: 15px 20px;

		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	#comments-list footer {color: #888; padding: .5em 1em 0 0; text-align: right;}

	#comments-list li:nth-child(2n) blockquote {background: #F5f5f5;}

	/* Add a Comment */
	#add-comment label {clear: left; float: left; text-align: left; width: 150px;}
	#add-comment input[type='text'],
	#add-comment input[type='email'],
	#add-comment input[type='url'] {float: left; width: 200px;}

	#add-comment textarea {float: left; height: 150px; width: 495px;}

	#add-comment p.req {clear: both; margin: 0 .5em 1em 0; text-align: right;}

	#add-comment input[type='submit'] {float: right; margin: 0 .5em;}
	#add-comment * {margin-bottom: .5em;}







.alpha {text-align: right; margin-bottom: 20px; font-size: 20px;}
.alpha a {color: #fff; text-decoration: none; text-transform: lowercase; letter-spacing:3px;}
.alpha a.active {font-weight: bold; color: #86BC25; font-size: 38px;}
.alpha a:hover {
	color: #86BC25;

}
.list {
	margin-left: 20px;
}
.list ul {
	margin: 0px !important;
}
.lhead ul {
	margin-bottom: 10px !important;
}
.lhead li {
	background: none !important;
	height: 40px !important;
}

.lhead li a {
	color: #fff;
	font-size: 18px;
/*	font-weight: 600;*/
	border-bottom: 3px solid #eee;
	padding-bottom: 5px;
	display: block;
	height: 25px;

}

.lhead a:hover {
	background: none;

}
.utw {
	width: 49%;
	display: block;
	float: left;
padding-left: 1%;
}

.wyk {
	width: 50%;
	display: block;
	float: left;

}
.chose {
	background: none !important;
}
.chose a{
	color: #851e1e !important;
	cursor: text;
}

.chose .poplight:hover::before{
   content: "utwór dodany do listy";
   color: #eee;
   width: 400px;
   font-size: 12px;
   }

.chose .poplight:hover .wyk, .chose .poplight:hover .utw {
	display: none;
}

.chose a:hover{
	color: #851e1e !important;
	background: #fff !important;
	cursor: text;
padding-left: 10px;
}
.wyk0 {
	width: 27%;
	display: block;
	float: left;
	/*background: url(../img/wyk.png) no-repeat -1px 7px;
	padding-left: 20px;*/
}
.wyk0:hover, .utw0:hover, .wyk01:hover, .wyk02:hover, .utw01:hover, .utw02:hover {
	/*background: url(../img/wyk.png) no-repeat -1px 7px;*/
	color: #fff !important;
}
.wyk01 {
	width: 140px;
	display: block;
	float: left;
	/*background: url(../img/tytt.png) no-repeat 0px 10px;
	padding-left: 20px;*/
}

.wyk02 {
	width: 140px;
	display: block;
	float: left;
	/*background: url(../img/tyt.png) no-repeat 0px 10px;
	padding-left: 20px;*/
}

.utw0 {
	width: 65%;
	display: block;
	float: left;
	/*background: url(../img/wyk.png) no-repeat -1px 7px;
	padding-left: 20px;*/
}

.utw01 {
	width: 305px;
	display: block;
	float: left;
	/*background: url(../img/tytt.png) no-repeat 0px 10px;
	padding-left: 20px;*/
}

.utw02 {
	width: 305px;
	display: block;
	float: left;
	/*background: url(../img/tyt.png) no-repeat 0px 10px;
	padding-left: 20px;*/
}
.list a {
	color: #fff;
	font-size: 14px;
/*	font-weight: 600;*/
	
	padding-bottom: 3px;
	padding-top: 3px;
	display: block;
	height:20px;

}
.list li {
	clear: both;
	background: url(../img/v_play.png) no-repeat 0px 4px;
	border-bottom: 1px solid #fff;
	padding-left: 23px;
	height: 27px;
	padding-bottom: 0px;
	overflow: hidden;
	margin-bottom: 0px;
	background-size: 2%;

}
.list li:hover {background: url(../img/v_play.png) no-repeat 0px 4px; 	background-size: 2%;}

.list a:hover {

	background: #eee;
	color: #000;
	font-weight: bold;

}

.lhead a:hover {
	color: #fff !important;
	background: none !important;

}
/*DL, DT, DD TAGS LIST DATA*/
dl {
    margin-bottom:50px;
}

dl dt {
    background:none;
    color:#999;
    float:left;
    font-weight:normal;
    margin-right:10px;
    padding:5px;
    width:200px;
    border-bottom: 1px solid #eee;
}

dl dd {
    margin:2px 0;
    padding:5px 0;
        color:#999;
     border-bottom: 1px solid #eee;
}

.top {
    margin-bottom:10px;
    font-size: 18px;
    color: #000 !important;
}

.top dt {

    float:left;
    font-weight:normal;
    margin-right:10px;
    padding:5px;
    width:200px;
    border-bottom: 2px solid #eee;
        color: #000 !important;
}

.top dd {
    margin:2px 0;
    padding:5px 0;
        color: #000 !important;
     border-bottom: 2px solid #eee;
}

#menu ul {
	margin: 0px;
	height: 200px;
}
#menu li {
	/*height: 100px !important;*/
	display: block;
}


#menu li span.subtitle {
    clear: both;
    display: block;
    font-size: 10px;
    font-weight: normal;
    line-height: 10px;
    margin-top: -2px;
    color: #999999;
    padding-left: 80px;
    background: none !important;
    margin-top: -20px;
}
#menu a {color: #999999; text-decoration: none; font-size: 30px; padding-top: 20px; height: 60px;     display: block;}
#menu a:hover {color: #f8bb25; }
.wybrane {
	background: url(../img/wyb.png) no-repeat 30px 0px;
	padding-left: 20px !important;
	width: 194px;
	height: 37px;
	display:block;

}

.wybrane:hover {
	background: url(../img/wyb1.png) no-repeat 30px 0px;
	padding-left: 20px !important;

}

.wact {
	background: url(../img/wyb1.png) no-repeat 30px 0px;
	padding-left: 20px !important;

}

.utwory {
	background: url(../img/lu.png) no-repeat 30px 0px;
	padding-left: 20px !important;
	width: 248px;
	height: 37px;
	display:block;

}

.utwory:hover {
	background: url(../img/lu1.png) no-repeat 30px 0px;
	padding-left: 20px !important;

}

.uact {
	background: url(../img/lu1.png) no-repeat 30px 0px;
	padding-left: 20px !important;

}
.kontakt {
	background: url(../img/tu.png) no-repeat 30px 0px;
		padding-left: 20px !important;
		width: 215px;
	height: 37px;
	display:block;
}
.kontakt:hover {
	background: url(../img/tu1.png) no-repeat 30px 0px;
	padding-left: 20px !important;
}

.top_cont {
	padding-left: 525px;
	padding-top: 135px;
	color: #fff;
	width: 230px;
}

.top_cont h2 {
	font-weight: normal;
	font-size: 24px;
	margin: 0px;
	margin-bottom:10px;
}

.top_cont p {
	margin-bottom: 50px;
}

.top_cont2 {
	padding-left: 120px;
	/*background: url(../img/wyb.png) no-repeat top left;*/
	padding-top: 0px;
}

.top_cont2 h2 {
	font-weight: bold;
	font-size: 24px;
	margin: 0px;
}

.top_cont2 p {
	margin-bottom: 30px;
}

.close {

	background: rgba(0,0,0,0) !important;
	color: #fff !important;
	padding: 10px 20px;
border-radius: 0px !Important;
width: 200px !important;
height: 50px !important;
border: 1px solid #fff;
}
a.close {text-decoration: none !important;}
.wysl {
	float: none !important;
  width: 200px !important;
  height: 50px !important;
  padding: 10px 20px !important;
  text-align: center;
  background: #fff !important;
  color: #081C1B !important;
  font-weight: normal !important;
cursor: pointer !important;
border-radius: 0px !important;
text-shadow: none !important;
}

.konp {
	position: absolute;
	display: block;
	right: -50px;
	bottom: -40px;
}
.zd {
	position: absolute;
	display: block;
	right: -40px;
	bottom: -30px;
}
#contentinfo a {
	color: #999;
}
#contentinfo0 a {
	color: #999;
}
/*
.stopka123 {
	position: absolute !important;
	bottom:  30px !important;
	margin: auto !important;
	width: 100% !important;
	text-align: center !important;
}

*/

@media only screen
and (max-width : 1040px) {
	.let {width: 450px;}

}


@media only screen
and (max-width : 770px) {
.popup_block{
padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 85% !important;
	max-width: 360px;
}
.let {width: 280px;}
#tytul input {width:90%; margin: auto; }
input[type='text'],
	input[type='email'],
	input[type='url'],
	textarea {
		width: 90%;
		margin: auto;

	}
	/* Textarea */
	textarea {width: 90%; margin-bottom: 7px;}
	.tem {width:90% !important;}
#banner0 {margin-bottom:-20px;}
#wrapper {margin-bottom: -40px;}
#content { width:100%;}
#menu {width:100%; text-align:center;}
/*.popup_block {text-align:center; }
.popup_block span {text-align:left !important;}*/
#menu a{margin: auto !important;}
.alpha  {margin: auto !important; text-align:center;width:100%; letter-spacing:1px;}
.list {  margin-left: 0px; width: 95%;}
.wyk {width:40.625%;}
.utw {width:40.625%;}
.popup_block span {padding-left: 10px; padding-right:10px;}
.popup_block label {padding-left: 10px; padding-right:10px;}
.popup_block h2 {padding-left: 10px; padding-right:10px;}
.popup_block .wysl {padding-left: 10px; padding-right:10px;padding-top: 10px;}
.popup_block .close {padding-left: 10px; padding-right:10px;}
.details
{
    text-align: center;
}
.wyk0 {width:37.5%}
.utw0{width:40.625%;}
.list li {background:none;}
#menu {   margin-top:0px !important;padding:0px !important;}
#contentinfo {  position: relative !important; background-color: #752966; margin-bottom:20px; height:20px; display:block; margin: auto;}
}
