.panel-default-top{
	margin: -15px -15px 15px -15px;
	border-radius: 0;
	transition: 0.5s;
	background: #2a3034 url(../images/background-slide.png);
	background-size: cover;
	border-bottom: 6px yellow dashed;
}

body {
    background: #1d2329 url(../images/bgfone.png) !important;
    -moz-background-size: contain !important;
    -webkit-background-size: contain !important;
    -o-background-size: contain !important;
    background-size: contain !important;
    background-attachment: fixed !important;
}

.fon-liter:first-letter{
	color:#f00;
}

.fon-liter:hover:first-letter{
	color:#434a54;
}


.fon-liter a{
	color: #434a54;
}

.fon-liter a:hover{
	color:#f00;
}

.logoblo{
    background: #e7e5e5;
    padding: 2px;
}

.logoblo img{
    width: 180px;
}

.block-sidenav{
	font-weight: bold;
	color: #3a4651;
	font-size: 17px;
	background-color: #fdfdfd;
}

.block-sidenav:first-letter{
	color:#f00;
}

.padding-ten{
	padding:10px;
}


.btn-primary {
    color: #a5b33d !important;
    background-color: #e6e9ed !important;
    border-color: #aeaeae !important;
}

.btn-primary:hover {
    color: #fff !important;
    background-color: #434a54 !important;
    border-color: #e6e9ed !important;
}

.block-footrer{
}

.block-footrer-logo{
    width: 50%;
    float: left;
    display: block;
}

.block-footrer-stat {
    float: right;
    display: block;
    width: 50%;
    text-align: right;
    position: relative;
    top: 40px;
}

.block-footrer-stat a{
    display: block ruby;
}


@media (max-width: 640px) {
	.block-footrer-logo{
		width: 100%;
		float: none;
	}
	
	.block-footrer-stat {
		float: none;
		width: 100%;
		text-align: center;
		top: 0px;
	}
	
	.block-footrer-stat a{
		display: inline;
	}
}

.block-source{
	text-align: right;
	margin: 2px auto;
}

.cat-count{
	color: #bac84e;
}

.main-table td {
    padding-left: 10px;
}


.main-table tr:first-child {
    color: #bac84e;
    text-align: center;
    background: #f0f3f6;
    font-weight: bold;
}

.main-table tr:first-child td {
    padding: 0px !important;
}

.ui-button {
    border: 1px solid #aeaeae !important;
    background-color: #e6e9ed !important;
    color: #bac84e !important;
}

.ui-button:hover {
    color: #fff !important;
    background-color: #434a54 !important;
    border-color: #e6e9ed !important;
}



.tag-complaint p:nth-child(2n){
	float: right;
}


.pagination-2{
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination-2 > li {
    display: inline;
}

.pagination-2 > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination-2 > li > a{
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination-2 > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination-2 > li:first-child > a {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination-2 > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination-2 > li:last-child > a{
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.nach-banner {
    float: right;
}

@media (max-width: 960px) {
  .nach-banner {
    float: none;
  }
    .nach-banner img {
    width: 100%;
  }
}