
.clear {
    clear: both;
}
body {
    background: none repeat scroll 0 0 #000;
    color: #1A1A1A;
    font: 11px Arial,Helvetica,sans-serif;
    height: 100%;
    width: 100%;
}
html, body {
    width: 100%;
}

/*
a {
    outline: 0 none;
}
a img {
    border: medium none;
    text-decoration: none;
}
a:link, a:visited {
    color: #716AAB;
}
a:hover, a:active {
}
*::-moz-selection {
    background: none repeat scroll 0 0 #716AAB;
    color: #FFFFFF;
}
*/
#container {
    display: block;
    margin: 40px auto 0;
    text-align: center;
    /*text-shadow: 1px 1px #FFFFFF;*/
    width: 600px;
}
/*
p {
    border-bottom: 1px solid #E8E8E8;
    color: #8A8A8A;
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 24px;
    padding-bottom: 24px;
}
p a:hover {
    color: #F20530;
    text-decoration: underline;
}
*/
.info {
  
	float: left;
	width: 492px;
    font-size: 12px;
    padding-top: 450px;
}

  
.logo {
    background: url("./image/LELO_Logo_black-600x600.jpg") no-repeat scroll center top rgba(255, 255, 255, 255);
}

.link {
    float: right;
    font-size: 14px;
    padding-top: 150px;
	/*border: 1px;
	border-color:white;*/
	width: 60px;
	height: 150px;
	text-align: left;
	font-weight: bold;
}

/*********** menu prawe *************/

	  #menu4 {list-style-type:none; margin:0; padding:0; border-left:1px solid #AAA; padding:30px 0; width:150px; height:100%;
	  }	  

	  #menu4 li {margin-left:-1px;
	  }

	  #menu4 li a {text-decoration:none; display:block; padding:10px 25px; border:1px solid transparent; border-left-color:#AAA; color:#AAA;
	  }

	  #menu4 li a:hover {color:#fff; border:1px solid #AAA; border-left-color:#000; border-radius:0 6px 6px 0;
	  }
	  
/******** menu lewe **********/
a
{
  text-decoration: none;
  color: #232323;
  transition: color 0.3s ease;
  font-family: "Avenir Next", "Avenir", sans-serif;
}

a:hover
{
  color: tomato;
}

#menuToggle
{
  display: block;
  position: relative;
  top: 50px;
  left: 50px;
  
  z-index: 1;
  
  -webkit-user-select: none;
  user-select: none;
}
	  
#menuToggle
{
  display: block;
  position: relative;
  top: 45px;
  left: 45px;
  
  z-index: 1;
  
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

/*
 * hamburger
 */
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #cdcdcd;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}


#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

#menu
{
  position: absolute;
  width: 150px;
  margin: -75px 0 0 -60px;
  padding: 50px;
  padding-top: 125px;
  
  background: #ededed;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 10px 0;
  font-size: 22px;
}

#menuToggle input:checked ~ ul
{
  transform: none;
}
	  
