.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; 
}
 
.col-lg-2 {
    /*width: 16.66666667%;*/
}

.col-lg-3 {
    width: 25%;
}

.col-lg-4{
	width:33.33333333%;
}

.col-lg-5{
	width:41.66666667%;
}

.col-lg-6{
	width: 50%;
}

.col-lg-7{
	width: 58.33333333%;
}

.col-lg-8{
	width: 66.66666667%;
}

.col-lg-9 {
	width: 75%;
}

.col-lg-10{
	width:83.33333333%;
}

.col-lg-12 {
	width: 100%;
}

.left {
	float: left;
}

.right {
	float: right;
}

.f {
	display: block;
	position: absolute;
	width: 16px;
	height: 20px;
    margin-left: -26px;
    margin-top: -2px;
    background-repeat: no-repeat;
	background-size: 80%;
    background-position: center center;
}

.t70 { display: table; height: 60px; position: relative; }

.f-news { background:url(../img/f-news.jpg) center center no-repeat; background-size: 80%; }
.f-stat { background:url(../img/f-stat.jpg) center center no-repeat; background-size: 80%; }
.f-regional { background:url(../img/f-regional.jpg) center center no-repeat; background-size: 80%; }
.f-monitor { background:url(../img/f-monitor.jpg) center center no-repeat; background-size: 80%; }
.f-oficial { background:url(../img/f-oficial.jpg) center center no-repeat; background-size: 80%; }
.f-inostr { background:url(../img/f-inostr.jpg) center center no-repeat; background-size: 80%; }
.f-otrasl { background:url(../img/f-otrasl.jpg) center center no-repeat; background-size: 80%; }
.f-mir { background:url(../img/f-mir.jpg) center center no-repeat; background-size: 80%; }
.f-default { background:url(../img/f-oficial.jpg) center center no-repeat; background-size: 80%; }

.ico-03 { background:url(../img/ico-03.png) center center no-repeat; width: 20px; height: 20px; left: 50%; margin-left: -100px; }

@media (max-width: 640px) {
	
	header { min-height: 115px; max-height: 115px; border-bottom: none;}
	header .col-lg-3 { width: 100%; box-sizing: border-box; }
	header .col-lg-12 { padding-left:50px; box-sizing: border-box; }
	header .col-lg-3.logo { position: relative; z-index: 1; }
	header .col-lg-3.right { /*display: none;*/ position: absolute; right: 0; }
	
	.hamburger{ display: inline-block; }
	
	.sidebar-left { display: none; }
	.copyright { text-align: center; }
	.copyright,
	.content { width: 100%; }
	#content { margin-top: 125px; padding: 0 5px; }
	
	.left,
	.right { float: none; }
	
	.t70 { height: 40px; margin: 0; }
	.t70.right { height: 62px; margin: 0 auto -30px; float: right; margin-right: -15px; position: relative; /*z-index: 1;*/ }
	
	.content .col-lg-12 .col-lg-10 { width: 75%; }
	.content .col-lg-12 .col-lg-2 { width: 25%; }

	.select {
		padding-left: 10px;
	}

	.select-2 {
		padding-left: 0!important;
	}

	.select .child { left: 50%; margin-left: -110px; width: 320px; box-sizing: border-box; }
	.select.lng .child { margin-left: auto; }
	
	.news .news-item p { margin: 12px 0px 15px; }
	.copyright p { margin-top: 20px; }

	.search a {
		padding-top: 25px;
	}
}