* {
    box-sizing: border-box;
    margin: 0;
	padding: 0;
	 /* outline: 2px solid black; */
}

html,
body
{
    margin: 0;
	padding: 0;
}

/*
.group:before,
.group:after {
	content: " ";
	display: table;
}
.group:after {
	clear: both;
}
.group { *zoom: 1;
}
*/

/*
  .centrov {
	  margin: 0 auto;
   }  */

  body {
      background-color: #c1e0ff;
      background-image: url("../_INC/_YPOZADIE.jpg");
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-position: center; 
      background-size: cover;
	
      font-family: "Arial", sans-serif;
	  padding-top: 35px;
  }
  
  /*
  h1, h2, h3 {
	  margin-top: 0px;
	  margin-bottom: 30px;
  }

  p {
	  color: #999;
	  line-height: 28px;
	  margin-bottom: 50px;
  }  
  */

  .div_special  {
	 margin-bottom: 30px;
	 width:500px;
	 height:auto; 
	 background-color:#f5f5ff; 
	 color:#000000; 
	 border:3px solid #0000FF; 
	 font-family: "Verdana", sans-serif;
	 font-size: 18px; 
  }

  .div_folder {
	  margin-left: 20px;
	  margin-bottom: 30px;
	  width: 205px;
	  height:auto; 
	  display: inline-block;
	  background-color:#f5f5ff; 
	  color:#000000; 
	  border:3px solid RGB(200,55,55);
   }
 
  .div_folder img {
	  display: inline-block;
   }

  .div_folder a {
	  width: 57px;  /*sirka _FOLDER.png*/
	  margin: 20px auto;
	  display: block;
	  text-align: center;
   }
  
  .contbox {
	  margin-left: 20px;
	  margin-bottom: 30px;
	  width: auto;
	  height: 200px;
	  display: inline-block;
	  /* border:1px solid RGB(55,55,200); */
   }
  
  .div_item  {
	 width: auto;
	 height: 156px;
	 background-color:#f5f5ff; 
	 color:#000000; 
	 border:3px solid RGB(0,111,55); 
  }

  .div_item  audio  { 
      margin: 40px auto 5px auto;
	  display: block;
  }
  
  .div_item  img,
  .div_item  video  { 
	  width: auto;
	  height: 150px;
	  display: block;
  }
  .div_item  .cplay_icon  {  /*Play.gif - vynimka, tu povodne rozmery*/
      margin: 40px auto 5px auto;
	  width:48px;
	  height:48px; 
	  display: block;
  }
  .div_item  b  { 
      margin-top: 5px;
	  text-align:center;    
	  display: block;    /*cela sirka rodica*/  
	  /*background-color:#ff9090; */
	  /*color:#800000; */
  }
  
  .fl-left {
   }

  .fl-right {
   }

  .lh43 {
	  line-height: 30px; /*43px;*/
   }
   
  .btnlike {
	  color: #fff;
	  background: #808080;
  	  width:32px;
	  height:32px;
	  text-decoration: none;
	  /*margin-left: 10px; */
	  margin-bottom: 4px;
	  /*padding: 4px 16px 4px 16px;*/
	  border-radius: 50%;
	  font-size: 22px; /*40px;*/
	  font-weight: bold;
	  display: inline-block;
	  text-align: center;
	  line-height: 33px;
  }
  .btnlike:hover {
	  background: #e0e0e0;
  }

  .btnlike-div-vypln {
  	  width:32px;
	  height:32px;
	  display: inline-block;
  }
  
  .btnlike-green {       /*Add entry to brow.*/
	  background: #409040;
  }
  .btnlike-green:hover {
	  background: #87fd77;
  }
  
  .btnlike-red2 {          /*Delete ALL entry*/
	  background: #FD6955;
  }
  .btnlike-red2:hover {
	  background: #fd8777;
  }

  .btnlike-red {          /*Delete entry*/
	  background: #FD6955;
  }
  .btnlike-red:hover {
	  background: #fd8777;
  }

  .btnlike-orange {         /*Close, hide entry*/
	  background: rgb(255,127,39);
  }
  .btnlike-orange:hover {
	  background: rgb(255,158,94);
  }

  .btnlike-blue {           /*Refresh brow.*/
	  background: #0000FF;
  }
  .btnlike-blue:hover {   
	  background: #8080FF;
  }
 
