#jform_guestbook_title-lbl, #jform_guestbook_username-lbl, #jform_guestbook_email-lbl {
    display: none;
}
#jform_guestbook_title, #jform_guestbook_username, #jform_guestbook_email{
  	margin: 0;  
}

body h2{
   background-color: #e4effb;
    line-height: 30px;
	margin-bottom: 0.3em;
    border-radius: 5px;
    color: #000080;
    padding-left: 10px;
}

.container
{
	width: auto;
	border: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}
.row-fluid
{
	max-width: 980px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
/*MODULES*/
.crate
{
	background-color: #FFF;
	min-height: 20px;
	padding: 5px 5px;
	/*margin-bottom: 5px;*/
}
.color1
{
	background-color: #FF0000;
	color: #FFFFFF;
	min-height: 20px;
	padding: 10px;
	margin-bottom: 20px;
}
.color1 a
{
	color: #FFFFFF;
}
.color2
{
	background-color: #0000FF;
	color: #FFFFFF;
	min-height: 20px;
	padding: 10px;
	margin-bottom: 20px;
}
.color2 a
{
	color: #FFFFFF;
}
.color3
{
	background-color: #3d8fea;
	color: #FFF;
	min-height: 20px;
	padding: 10px;
	text-align: center;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.color3 a
{
	color: #006699;
}
.color4
{
	background-color: #000000;
	color: #FFFFFF;
	min-height: 20px;
	padding: 10px;
	margin-bottom: 20px;
}
.color4 a
{
	color: #FFFFFF;
}
/*NAVIGATION*/
#hor_nav .menu ul
{
	background-color: #096BD8;
}
#hor_nav .menu > li > a:hover, #hor_nav .menu > li.sfHover > a, #hor_nav .menu > .active > a, #hor_nav .active > a:hover, #hor_nav .active > a:hover
{
	background-color: #95BEE7;
}
#hor_nav .menu ul li > a:hover, #hor_nav .menu ul li > .active > a, #hor_nav ul li.active > a
{
	background-color: #95BEE7;
}
/*GENERAL*/
.header
{
	background-color: black;
	margin-bottom: 1em;
	color: white;
	-moz-border-radius: 5px;
	text-align: center;
}
.header h1
{
	font-size: xx-large;
	margin: 0;
	padding: 0.5em;
}
.header p
{
	padding-bottom: 0.5em;
	margin: 0;
}
#footer
{
	background-color: black;
}
body h1, body h3, body h4, body h5, body h6
{
	line-height: 30px;
	margin-bottom: 0.3em;
    background-color: #6AB14A;
    border-radius: 5px;
    color: #FFF;
    /*padding-left: 10px;*/
}
ul.actions
{
	float: right;
}
/*SLIDESHOW*/
#wowslider-container1
{
	margin-bottom: 10px;
    padding-top: 10px;
}
#wowslider-container1 .ws-title
{
	line-height: normal;
	bottom: 0;
}
/*SEARCH*/
.color2 .search label
{
	display: none !important;
}
.color2 .search input
{
	color: #FFFFFF;
	border-radius: 0;
	width: 100%;
	line-height: normal;
	background-color: transparent;
	border: 0;
	font-size: 150%;
	margin-bottom: 0;
	box-shadow: none;
}
/*COPYRIGHT*/
.copyright_info
{
	margin-bottom: 10px;
}

.control-group, .input-prepend {
    margin: 5px 0;
}

.well .pgb_font{
  text-align: center;
}

.well .pgtitle{
  padding-left: 10px;
}

.well .pgblockquote .pgb-content-inside {
	padding: 10px;
}

.pgb-comment::after {
    content: "Ответ" !important;
  	font-size: 14px;
  	font-weight: normal;
  	background-color: #19acd4;
  	color: #fff;
}

.pgb-comment .pgtitle {
  display: none;
}

.pgb-comment .pgblockquote {
  border-left: none;
}

#jform_guestbook_title {
 	height: 30px;
	line-height: 30px;
	max-width: 100%;
 	border: 1px solid #CCC;
 	color: #555;
  	width: 284px;
}

.pgb-comment {
    background-color: #ffd8d8 !important;
    border: 1px solid black;
}