@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");

html{min-height: 100%;padding-top:0px;}
body{


background:#ffffff url(images/bg_body.jpg) repeat left top;
/* float: left;padding-top:50px;
*/

    background-color: #00AAE5;
    color: rgba(0, 0, 0, 1.0);
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 0px !important;
    margin: 0px !important;
    line-height: 23px;
    font-style: normal;
    font-weight: normal;
    min-height: 100%;
   
    position: relative;
    width: 100%;
    
}


a{color:#0193de;}
a:hover {color:#0000A0;text-decoration:none}
a,a:hover, a:active, a:focus{outline:none;} 


h1,h2,h3,h4,h5{line-height: 1.0em; }
h2,h3,h4,h5{margin:0px;padding:0px;font-weight:bold;text-shadow:inherit;}
h1{color: #000000; line-height: 1.05em; font-weight:200;
    text-shadow: 1px 1px 0 rgb(255, 255, 255);}


img{max-width:100%;height:auto;}






input:hover, textarea:hover, input:focus, textarea:focus {border-color: #C9C9C9;box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;}

.form-box{clear:both; margin-bottom:15px; background-color:#ffffff; box-sizing:border-box; padding:10px;}
.button {
    background-color: #ffffff;
    border: 0px solid #d9d9d9;
    color: #262626;
    cursor: pointer;
    display: inline-block;
    font-size: 1.2em;
    text-shadow: 1px 1px #333;
    line-height: 1;
    margin: 1px;
    outline: medium none;
    padding: 10px 18px;
   border-radius:0px;
    text-align: center;
    vertical-align: middle;
}


.button.blue{background: #00ccff none repeat scroll 0 0;border-color:#00ccff;color: #ffffff;}
.button.orange{background: #fa6800 none repeat scroll 0 0;border-color:#fa6800;color: #ffffff;}
.button.green{background: #60a917 none repeat scroll 0 0;border-color:#60a917;color: #ffffff;}
 
 
 
 
.button:hover{color:#e1e1e1;}.button:active{color:#408080;}

input, textarea, form select {font: 12px Arial, Sans-serif;padding:9px;background:#FFFFFF url('images/bg_input.png') repeat-x bottom;border: solid 1px #E5E5E5; color: #000000; border-radius:3px;	margin-bottom:3px; outline: 0;}
.222error_form{border:1px dashed #ff0000;}





.b{border:1px solid red;}
.b2{border:1px solid #00ff00;}

.left{float:left;}
.right{float:right;}


.clear{clear:both;}
.hr-line{clear:both; background-image:url("images/hr_line.png");background-repeat:no-repeat;background-position: center; height:15px;}





#main{padding:0; margin:0 auto;    /*background:#ffffff url(images/bg_body.jpg) no-repeat fixed center top;*/}
#header{ margin-bottom:15px; background-color: #ffffff;   margin-top:50px;}



#main-content{}
#sidebar-left{  }
#sidebar-right{}

.container-fluid-max{width:92%;}


.sidebar{margin-bottom:20px;}
.sidebar-nav li a{border-bottom: 1px solid #f0f4f7; color:#000000;}
.sidebar-nav li.active>a{border-bottom: medium none;background-color: #f6f9fb;border-left: 2px solid #5b9bd1;color: #5b9bd1;margin-left: -2px;}
.sidebar-nav li ul li a{padding:5px 0 5px 30px; font-size:12px;}
.sidebar-nav li ul li ul li a{padding-left:50px;}		
.sidebar-nav li ul li ul li ul li a{padding-left:70px;}			














.navbar{margin-bottom:0px;}
.navbar-inverse {
    background-color: rgba(0, 0, 0, 0.66); box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.1);
   
   border: 0 none;
		border-radius:0;
    
/*background-color: #facd00;*/
	/*  
    box-shadow: 0 2px 4px rgba(33, 33, 33, 0.2);
	*/
}
.navbar-inverse .navbar-nav > li > a {
    color: #000000; font-size:14px;/**/ box-shadow: 0 2px 4px rgba(33, 33, 33, 0.2);
    background-color: #f9cf00; margin:10px 10px 0 10px; padding:5px 15px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}

.navbar-inverse .navbar-nav > li > a .glyphicon, .navbar-inverse .navbar-nav > li > a .fa {
    color: inherit; margin:0 3px;
		}
.navbar-inverse .navbar-nav  > li>a:hover { color: #ffffff;  background-color: #0193de;}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    background-color: #0193de;
    color: #fff;
}




.navbar-small {
    min-height: 35px;
}

.navbar-small .navbar-brand,
.navbar-small li a {
    line-height: 35px;
    height: 35px;
    padding-top: 0;
}





.breadcrumb { font-size:16px;
    background-color: #f9cf00;
	color:#19812c;
	display:inline-block;
	box-shadow: 3px 3px #c3cacf;
	border-radius:0;
	}
.breadcrumb a {color:#000000;}

#header h1 {box-shadow: 3px 3px #c3cacf;background-color: #0193de; display:inline-block; padding:10px 30px; color:#ffffff; font-weight:400;text-shadow:none;text-transform: uppercase;} 

		
		
.pagination span.active{color:#ff0000;} 
.pagination > li > a, .pagination > li > span {background-color: #fff;border: 1px solid #000;color: #000000;}











.box{ padding-top:1px; margin-bottom:15px; background-color:#ffffff; box-sizing:border-box;  box-shadow: 3px 3px #c3cacf; /**/}

.box-header22{margin:0 10px;padding:10px;text-transform: uppercase; text-align:center; clear:both;box-sizing:border-box;}
.box-body{ padding:15px;clear:both;}
.222box-body > p{line-height:24px;}
.box-footer{ padding:20px;clear:both;box-sizing:border-box;}
.box .fa{color:#c0c0c0;}




.img-v1{border-color: #dadada #dadada #b7b7b7;border-style: solid;border-width: 1px;box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);background: #fff none repeat scroll 0 0;  padding: 5px;}
.img-v2{background: #fff none repeat scroll 0 0; box-shadow: 0 0 4px rgba(0, 0, 0, 0.4); padding: 3px;margin:2px;}
.img-v3{border:5px solid #e5e5e5;box-shadow: 0px 7px 7px -7px rgba(0,0,0,0.7);}




.article{line-height: 180%;text-align:justify; font-size:16px; color:#333333;}
.article img{border:1px solid #efefef;padding:5px;}


.box-header222{color:#000000; background: rgba(0, 0, 0, 0) url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAANCAQAAADGKxxEAAAAEklEQVQIW2Oor2BAAlTiJYBIAEDaBqpHv9bjAAAAAElFTkSuQmCC") repeat-x center center;}

.box-header{margin:10px;padding:10px;text-transform: uppercase; text-align:center; background-color:#0193de;color:#ffffff; clear:both;}
.box-header h2{display:inline-block;font-size:22px; font-weight: 200; letter-spacing: 0px;}




.box-photos{height:300px;border:1px solid #efefef;margin-bottom:20px;}
.box-photos h2, .box-photos h3{font-size:16px;}

.box-image{display:inline-block;max-width:100%;position:relative;}
a.box-image:hover{opacity:.8;background-color:#fff;}


#footer{border-top:1px solid #ffffff; background-color:#19812c; color:#ffffff; clear:both; padding-left:5px; padding-right:5px;  padding-top:15px; padding-bottom:15px;	margin-top:2px;}
#footer a:link,#footer a:visited,#footer a:active{color:#ffffff;}
#footer a:hover{color:#c0c0c0;}









.stars_box{position:relative; display:inline-block; background:url("images/stars_medium.png"); z-index: 1;}
.stars_box1{ background: url("images/stars_medium.png")  0px 34px; height:17px;position: absolute;  top: 0;  left: 0;  z-index: 2;}  
.stars_box a, .star_voted{position:relative;  
z-index: 3; 
display:block; float:left;
height:17px; /* wys gwiazdki */  
border:0px solid #ff0000;
outline: none;  
overflow: hidden;  

font-size:18px;
width:18px; /* szer gwiazdki */  
} 
.stars_box a:hover, .stars_box .hover{ background: url("images/stars_medium.png")  0px 18px; background-position: left bottom;}



.rating_box{text-align:center;float:left;line-height:120%;}
.rating_box .vote_up,.rating_box .vote_down,.rating_box .voted_up,.rating_box .voted_down{display:inline-block; background: url("images/rating_vote.png")  0px 15px ; background-position: left top; height:15px;width:15px;}
.rating_box .vote_down{background:url("images/rating_vote.png") 0px -13px ;}

.rating_box a.vote_up:hover,.rating_box .voted_up{background:url("images/rating_vote.png") -15px 0px ;}
.rating_box a.vote_down:hover,.rating_box .voted_down{background:url("images/rating_vote.png") -15px -13px ;}
.rating_box div{display:block;clear:both;margin-bottom:3px;}



.media-news{border-bottom:1px solid #dbdbdb;padding-bottom:15px;}
.media-heading{font-size:18px}
.media-info{margin:10px 0;}
.media-info>li{ font-size:12px; display: inline-block; margin-right:1px;}
.media .fa{color:#c0c0c0;}

.media .rating_box{float:left;margin-right:10px;width:40px;}
.media .rating_box div{font-size:2em;padding:15px 0;color:#000000;}



.well{border:1px solid #f0f0f0;}






li.dropdown:hover>.dropdown-menu{display: block;}
.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:hover>.dropdown-menu{display:block;}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:hover>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
    background-color: #0081c2;
    background-image: linear-gradient(to bottom, #0088cc, #0077b3);
    background-repeat: repeat-x;
    color: #ffffff;
    text-decoration: none;
}
.navbar-brand{padding:10px 15px;}











#window222{display:none;box-sizing:border-box; padding:0px;  color: #000000;  z-index:9999;width:800px;height:600px;margin:0 auto; 
position:fixed;  background-color:#FFFFFF;border: 10px solid rgba(0,0,0,.5);background-clip: padding-box; 
left:50%;transform: translateX(-50%);
}
#close-window2222{cursor:pointer;position:absolute; right:-30px;top:-30px;height:42px;width:42px; background: url("images/close-window.png");z-index:100;}

#window-bg222{background-color:rgba(0,0,0,0.4); z-index:9998;position:fixed;top:0;left:0;right:0;bottom:0; }



#window{display:none;box-sizing:border-box;background-color:rgba(0,0,0,0.8); z-index:9997;position:fixed;top:0;left:0;right:0;bottom:0;width: 100%;height: 100%;}
#window-content{margin: 30px auto; border:none; background-color:#ffffff; width:80%; height:94%; z-index:9998;position:relative; }
#window-close{border:none;z-index:9999;cursor:pointer;position:absolute; right:0px;top:-20px; border-radius:8px 8px 0px 0px; font-weight:bold;color:#000000;background-color:inherit;font-size:20px;padding:0px 15px;}



.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
	z-index:0;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}/* SLIMBOX */
.magnifier{cursor:url('images/magnifier.gif'), pointer;}






.icon-over-image, .over-image{position:relative;display:inline-block;box-sizing:border-box;}
.icon-over-image .fa {color:#ffffff;z-index:1;top: 50%; left:0;right:0;position: absolute;line-height:0px;text-align:center; text-shadow: 0 0 15px #000000;}

a.icon-over-image:hover{opacity:.8;background-color:#fff;}

.text-over-image{position: absolute; bottom:0; left:0;right:0;padding:20px;margin:0;color:#ffffff;  text-shadow: 1px 1px 0 rgba(0, 0, 0, 1); background-color:rgba(0,0,0,0.65); background:linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);box-sizing:border-box; z-index:1;}
.bg-over-image{z-index:1;position:absolute;top:0;bottom:0;left:0;right:0;background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAMAAABFaP0WAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAAAxJREFUCNdjYGQAAgAACwAC91XSmQAAAABJRU5ErkJggg==');}
.box-over-image{position: absolute; top:0;left:0;margin:5px;color:#ffffff;  text-shadow: 1px 1px 0 rgba(0, 0, 0, 1); background-color:rgba(0,0,0,0.65);box-sizing:border-box; z-index:1;}



.carousel .item{width:100%}
.carousel .item img{width:100%}
.carousel .carousel-control{z-index:3;}
.carousel .carousel-caption{z-index:2;position: absolute; bottom:0; left:0;right:0;padding-bottom:50px; text-shadow: 1px 1px 0 rgba(0, 0, 0, 1); background-color:rgba(0,0,0,0.65); background:linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);}


.margin-0{margin:0px;} .margin-5{margin:5px;} .margin-10{margin:10px;} .margin-20{margin:20px;} .margin-30{margin:30px;} 
.margin-top-0{margin-top:0px;} .margin-bottom-0{margin-bottom:0px;} .margin-left-0{margin-left:0px;} .margin-right-0{margin-right:0px;}
.margin-top-5{margin-top:5px;} .margin-bottom-5{margin-bottom:5px;} .margin-left-5{margin-left:5px;} .margin-right-5{margin-right:5px;}  
.margin-top-10{margin-top:10px;} .margin-bottom-10{margin-bottom:10px;} .margin-left-10{margin-left:10px;} .margin-right-10{margin-right:10px;} 
.margin-top-20{margin-top:20px;} .margin-bottom-20{margin-bottom:20px;} .margin-left-20{margin-left:20px;} .margin-right-20{margin-right:20px;} 
.margin-top-30{margin-top:30px;} .margin-bottom-30{margin-bottom:30px;} .margin-left-30{margin-left:30px;} .margin-right-30{margin-right:30px;} 

.padding-0{padding:0px;} .padding-5{padding:5px;} .padding-10{padding:10px;} .padding-20{padding:20px;} .padding-30{padding:30px;}
.padding-top-0{padding-top:0px;} .padding-bottom-0{padding-bottom:0px;} .padding-left-0{padding-left:0px;} .padding-right-0{padding-right:0px;} 
.padding-top-5{padding-top:5px;} .padding-bottom-5{padding-bottom:5px;} .padding-left-5{padding-left:5px;} .padding-right-5{padding-right:5px;} 
.padding-top-10{padding-top:10px;} .padding-bottom-10{padding-bottom:10px;} .padding-left-10{padding-left:10px;} .padding-right-10{padding-right:10px;} 
.padding-top-20{padding-top:20px;} .padding-bottom-20{padding-bottom:20px;} .padding-left-20{padding-left:20px;} .padding-right-20{padding-right:20px;} 
.padding-top-30{padding-top:30px;} .padding-bottom-30{padding-bottom:30px;} .padding-left-30{padding-left:30px;} .padding-right-30{padding-right:30px;} 

.position-relative{position:relative;} .position-absolute{position:absolute;} .position-static{position:static;}
.position-left{left:0;right:auto;} .position-top{top:0;bottom:auto;} .position-bottom{bottom:0;top:auto;} .position-right{right:0;left:auto;}





.btn {
    border: none; /* Remove borders */
    color: white; /* Add a text color */
    border-radius:0px;
    cursor: pointer; /* Add a pointer cursor on mouse-over */
    
	}

.btn-success {background-color: #4CAF50;} /* Green */
.btn-success:hover {background-color: #46a049;}

.btn-info {background-color: #2196F3;} /* Blue */
.btn-info:hover {background: #0b7dda;}

.btn-warning {background-color: #ff9800;} /* Orange */
.btn-warning:hover {background: #e68a00;}

.btn-danger {background-color: #f44336;} /* Red */
.btn-danger:hover {background: #da190b;}

.btn-default {background-color: #e7e7e7; color: black;} /* Gray */
.btn-default:hover {background: #ddd;}


.alert-danger {
    background-color: #ffdddd;
    border-left: 6px solid #f44336;
}

.alert-success {
    background-color: #ddffdd;
    border-left: 6px solid #4CAF50;
}

.alert-info {
    background-color: #e7f3fe;
    border-left: 6px solid #2196F3;
}


.alert-warning {
    background-color: #ffffcc;
    border-left: 6px solid #ffeb3b;
}

.alert{color:#000000; border-radius:0px;border:none;}

.alert-danger {
    background-color: #ffdddd;
    border-left: 6px solid #f44336;
}

.alert-success {
    background-color: #ddffdd;
    border-left: 6px solid #4CAF50;
}

.alert-info {
    background-color: #e7f3fe;
    border-left: 6px solid #2196F3;
}


.alert-warning {
    background-color: #ffffcc;
    border-left: 6px solid #ffeb3b;
}




.form-control{
background: white none repeat scroll 0 0;
border: 1px solid #ddd;
border-radius:0px !important;
box-shadow:none;
height:auto;
color:#000000;
padding:8px; font-weight:200;

}
.input-group-addon{border-radius:0px;}




.my_hr{border-bottom:1px solid #000000; margin-bottom:50px;}





#intro-section{   
 background-image:url('images/intro.jpg');
 background-repeat:no-repeat;
 background-size:cover;
 background-position: center; 
 height:60vh;

}
#intro-content{margin:0 auto;max-width:80%;padding:60px 0;}

#intro-content h1{border-top:1px solid white;border-bottom:1px solid white;margin-bottom:30px; padding: 10px 0; text-align:center; color:#ffffff; line-height:150%; font-weight:600;text-shadow: 1px 1px 0 rgb(0, 0, 0);   font-size: 40px;}
#intro-content p{color: #fff;text-shadow: 1px 1px 0 rgb(0, 0, 0); 
    font-size: 26px;
    font-weight: 200;
    line-height: 150%;
    margin-bottom: 60px;
    padding: 10px ;
    position: relative;
    text-align: center;}

#intro-content h1 span{ background-color:rgba(0,0,0,0.4);}
@media(max-width:500px) 
{
#intro-content{max-width:94%;padding:30px 0;}
#intro-content h1{font-size:25px}
#intro-content p{font-size:18px;}
}









.box-home{ background-color:#0193de;   box-shadow: 5px 5px #c3cacf;  min-height:300px; /**/}
.box-home h2, .box-home h3, .box-home a{   color:#ffffff;  text-align:left;      }
.box-home p{ border-top:1px solid #5ab9ea;  color:#ffffff; height:100%;}


.table-container {
  display: table;
}

table-row {
  height: 100%;
  display: table-row;
}

.table-col {
  display: table-cell;
  float: none;
  vertical-align: top;
}







@media(min-width:1200px) /*lg*/
{

}
@media(max-width:1199px) /*md*/
{
.container-fluid-max{width:94%;}
}
@media(max-width:991px) /*sm*/
{
   .container-fluid-max{width:auto;}
   
  
}
@media(max-width:767px) /*xs*/
{

.media-body{clear:both;display:block;width:auto; margin-top:20px;} 
}















/* Preload images */
body:after {
  content: url(images/close.png) url(images/loading.gif) url(images/prev.png) url(images/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

















.comments-list {
  padding: 0;
  margin-top: 20px;
  list-style-type: none;
}
.comments-list .comment {
  display: block;
  width: 100%;
  margin: 20px 0;
}
 .comments-list .comment .avatar {
  width: 35px;
  height: 35px;
}
.comments-list .comment .comment-heading {
  display: block;
  width: 100%;
}
.comments-list .comment .comment-heading .user {
  font-size: 14px;
  font-weight: bold;
  display: inline;
  margin-top: 0;
  margin-right: 10px;
}
.comments-list .comment .comment-heading .time {
  font-size: 12px;
  color: #aaa;
  margin-top: 0;
  display: inline;
}
.comments-list .comment .comment-body {
  margin-left: 50px;
}
.comments-list .comment > .comments-list {
  margin-left: 50px;
}

.222comments-list  .comments-list{border-left:1px solid #efefef;padding-left:10px;}