html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
body {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	color: #000;
    font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	background: #fff;
}
a {
	outline: none !important;
	color: blue;
}
a:hover {
	text-decoration: none;
}
.cent-bl:after {
	content: '';
	clear: both;
	display: block;
}
.cent-bl strong, 
.cent-bl b {
	font-weight: bold;
}
.cent-bl ul {
	margin: 0 0 15px 45px;
	display: block;
}
.cent-bl ol {
	margin: 0 0 15px 45px;
	display: block;
}
.cent-bl ul li {
	display: block;
	overflow: hidden;
	padding: 0 0 0 10px;
	list-style: none;
	text-align: justify;
	background: url(../images/marker-1.gif) no-repeat left 10px;
}
.cent-bl  em {
	font-style: italic;
}
.cent-bl img {
	margin: 0 10px;
}
.cent-bl p {
	margin-bottom: 15px;
	line-height: 1.5em;
	text-align: justify;
}
.align_center {
	position: relative;
	width: 100%;
}
.align_center:after {
	content: '';
	display: block;
	clear: both;
}
.align_center_to_left {
	position: relative;
	right: 50%;
	float: right;
}
.align_center_to_right {
	position: relative;
	z-index: 1;
	right: -50%;
}
.justifyleft {
float:left;
margin:5px 10px 10px 0 !important;
}

.justifyright {
float:right;
margin:5px 0 10px 10px !important;
}
.clear{
clear:both;
}
/*FontAwesome*/
#leftmenu li li a:before
{
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.predl .butt,
#leftmenu li li a:hover,
#leftmenu li li.active a,
#fos input[type="submit"] 
{
background: #ef6974; /* Old browsers */
background: -moz-linear-gradient(top,  #ef6974 0%, #f03445 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ef6974), color-stop(100%,#f03445)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ef6974 0%,#f03445 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ef6974 0%,#f03445 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ef6974 0%,#f03445 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ef6974 0%,#f03445 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef6974', endColorstr='#f03445',GradientType=0 ); /* IE6-9 */
}
/*border-radius: 3px*/
.predl .butt,
#leftmenu li a:hover,
#leftmenu li.active a,
#bgCallBack .blForm input[type="text"],
#buttSendForm,
.fosleft input[type="text"],
.fosleft textarea,
#fos input[type="submit"] 
{
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
border-radius: 3px;
behavior: url(../pie/pie.htc);
}
.fosleft input[type="submit"],
#gallery_bl a  {
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
behavior: url(../pie/pie.htc);
}
.blur{
    -webkit-filter: blur(3px);
    -ms-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    filter: blur(3px);
    filter: url("data:image/svg+xml;utf8,<svg xmlns='https://w3.org/2000/svg'><filter id='blur'><feGaussianBlur stdDeviation='3'/></filter></svg>#blur");
}