body
{
	background-color: #f7f7f7;
	font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    padding-top: 50px;
  	padding-bottom: 20px;
}

.btn-flat,.flat-input,.flat-element
{
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-width: 1px;
}

.form-group.required .control-label:after { 
    color: #d00;
    content: "*";
    position: absolute;
    margin-left: 8px;
    top:7px;
}

.form-group.required .ctl:after { 
    color: #d00;
    content: "*";
    margin-left: 8px;
    top:7px;
}

.widget .title
{
	border-bottom: 1px solid #c5c5c5;
	padding-bottom:10px;	
}
.widget .title span
{
	font-size: 2em;
}

.widget .content
{
	margin-top: 15px;
}

.katalog-container
{
	height: 280px;
}

.katalog-item-title
{
	font-size: 12px;
	text-align: center;
}

.content-body
{
	margin-top:30px;
}