* { 
	margin: 0; 
	padding: 0; 
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
body {
	background: white;
	font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px; 
	color: #333;
}
p {
	font-size: 16px;
	line-height: 1.55em;
	margin: 0.625em 0;
	padding: 5px 0;
	text-align: left;
}
a {
	color: #F00F0F;
	font-weight: bold;
}
em {
	
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
}

.wrapper-class {
	width:1000px;
	margin:0 auto;
}

#content {
	width: 100%;
	-background: url(images/content.gif) repeat-y top;
	-border-bottom: 2px solid #c0c0c0;
}
	#content h1 {
		font-size: 28px;
	    line-height: 38px;
	    letter-spacing: -1px;
		color: #F00F0F;
		margin: 0 0 0 0;
		padding: 0 60px;
		padding-top: 10px;
		text-align: center!important;
	}
	#content h2 {
		font-size: 28px;
	    line-height: 28px;
	    letter-spacing: -1px;
		color: #F00F0F;
		margin: 0 0 0 0;
		padding: 20px 60px;
		padding-top: 10px;
		text-align: center!important;
	}
	#content h3 {
		font-size: 18px;
	    line-height: 28px;
	    letter-spacing: -1px;
		color: #F00F0F;
		margin: 0 0 0 0;
		padding: 0 60px;
		text-align: center!important;
		padding-top: 10px;
	}
	#content ul li {
		padding: 5px;
		margin: 10px 0;
		list-style: disc;
		padding-left: 15px;
		text-align: left;
	}
	#send_frend  {
		margin: 0 0 0 210px;
	}
	.submit-button {
		margin: 0 0 0 110px;
	}
	.email-msg {
		color: red;
		font-size: 22px;
	}
	#send_frend  input {
		float: left;
	}
	#send_frend  label{
		width:200px;
		float: left;
	}
	#send_frend {
		text-align:left;
	}
	#content ol {
		font-weight: bold;
		margin-left: 60px;
	}
blockquote {
  font: 14px/22px normal helvetica, sans-serif;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 50px;
  padding-left: 15px;
  border-left: 3px solid #ccc;
}
#header {
	width: 100%;
	clear: both;
	text-align: center;
	padding-top: 50px;
	margin-top: 25px;
	-background: url(images/header.gif) no-repeat top;
}
	#header h1 {
		font-size: 28px;
	    line-height: 48px;
	    letter-spacing: -1px;
		color: #F00F0F;
		margin: 0 0 0 0;
	}
	#header h2 {
		font-family: "Lucida Grande", Tahoma;
		font-size: 15px;
		color: #666666;
        margin-top: 10px;
        font-weight: normal;
		text-align: center!important;
		padding: 10px 100px;
		line-height: 28px;
		letter-spacing: 1px;
	}
#inner {
	padding: 5px 70px;
}
#footer {
	text-align: center;
	color: black;
	padding: 20px;
}

#images img {
width:60px;
height:58px;
}

#player {
position:relative;
padding: 30px 0 0 60px;
width:268px
}

ul#lista li {
background:url(images/li-bg.png) no-repeat 1px 9px;
border:none;
}

.reg {
font-size:20px;
color:white;
}

#shop-store {
	width: 433px;
	height: 85px;
	background: url('images/shop.png') no-repeat;
	margin: 0 auto;
}

#shop-store:hover {
	background: url('images/shop2.png') no-repeat;
}

.clear {
clear: both;
}

.center {
text-align: center;
}

.img.right {
	float: right;
	width: 300px;
}

.left {
	float: left;
}

.width-100 {
	width: 100%;
}

.padding-t-20 {
padding-top: 20px;
}

/* Basic Grey */
.basic-grey {
    margin-left:auto;
    margin-right:auto;
    max-width: 500px;
    background: #F7F7F7;
    padding: 25px 15px 25px 10px;
    font: 12px Georgia, "Times New Roman", Times, serif;
    color: #888;
    text-shadow: 1px 1px 1px #FFF;
    border:1px solid #E4E4E4;
}
.basic-grey h1 {
    font-size: 25px;
    padding: 0px 0px 10px 40px;
    display: block;
    border-bottom:1px solid #E4E4E4;
    margin: -10px -15px 30px -10px;;
    color: #888;
}
.basic-grey h1>span {
    display: block;
    font-size: 11px;
}
.basic-grey label {
    display: block;
    margin: 0px;
}
.basic-grey label>span {
    float: left;
    width: 20%;
    text-align: right;
    padding-right: 10px;
    margin-top: 10px;
    color: #888;
}
.basic-grey input[type="number"], .basic-grey input[type="text"], .basic-grey input[type="email"], .basic-grey textarea, .basic-grey select {
    border: 1px solid #DADADA;
    color: #888;
    height: 30px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 3px 3px 3px 5px;
    width: 70%;
    font-size: 12px;
    line-height:15px;
    box-shadow: inset 0px 1px 4px #ECECEC;
    -moz-box-shadow: inset 0px 1px 4px #ECECEC;
    -webkit-box-shadow: inset 0px 1px 4px #ECECEC;
}
.basic-grey textarea{
    padding: 5px 3px 3px 5px;
}
.basic-grey select {
    background: #FFF url('down-arrow.png') no-repeat right;
    background: #FFF url('down-arrow.png') no-repeat right);
    appearance:none;
    -webkit-appearance:none; 
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 70%;
    height: 35px;
    line-height: 25px;
}
.basic-grey textarea{
    height:100px;
}
.basic-grey .button {
    background: #E27575;
    border: none;
    padding: 10px 25px 10px 25px;
    color: #FFF;
    box-shadow: 1px 1px 5px #B6B6B6;
    border-radius: 3px;
    text-shadow: 1px 1px 1px #9E3F3F;
    cursor: pointer;
	float: right;
	margin-top: -20px;
}
.basic-grey .button:hover {
    background: #CF7A7A
}

#top_obrazek {
	height:100vh;
	background-image:url('images/ania_obrazek.jpg');
	background-size:cover;
	position:relative;
}

#obrazek_tl {
	background:#a5e269;
	padding:25px;
	color:#fff;
	font-size:3em;
	width:45%;
	position:absolute;
	top:50px;
	left:50px;
	font-weight:bold;
	transition:0.3s all;
}

#obrazek_bl {
	position:absolute;
	font-size:2em;
	bottom:35%;
	left:0px;
	width:30%;
	line-height:1.75em;
	background:#ff6c41;
	padding:15px;
	color:#fff;
	transition:0.3s all;
}

#obrazek_blp {
	position:absolute;
	font-size:2em;
	bottom:20%;
	left:0px;
	width:400px;
	line-height:1.75em;
	background:#82d5ff;
	padding:15px;
	color:#fff;
	transition:0.3s all;
}

#obrazek_blp:hover {
	background:#414141;
}

#obrazek_blp:hover {
	cursor:pointer;
}

#obrazek_tl:hover {
	top:75px;
}

#punktory {
	font-size:1.25em;
	list-style-type: none;
	padding:0;
	margin:0;
}