
@import url('./bootstrap.min.css');

html, body {
	color: #505050;
	line-height: 1.4em;
	font-family: arial, tahoma, sans-serif;
	}

        
        body {
            overflow-y:scroll;
        }
        
        
a,
a:hover,
a:visited {
	color: #063f5d;
	text-decoration: underline;
	}

a:hover {
	text-decoration: none;
	}

.container-nopadding {}

	.container-nopadding [class*="col-"] {
		padding-left: 0;
		padding-right: 0;
		}

.nav a {
	text-decoration: none;
	}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	}

.h2, h2 {font-size: 19px;}
.h3, h3 {font-size: 19px;}

.breadcrumb,
.nav,
.list-dates,
h1, h2, h3, h4, h5, h6 {
	font-family: "XXII Centar", "Myriad Pro", sans-serif;
	}

/*
 * Table
 */
.table-striped>tbody>tr:nth-of-type(odd) {
	background: #fff;
	}

.table-striped>tbody>tr:nth-of-type(even) {
	background: #f3f3f4;
	}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	border-color: #dadadb;
	border-left: 1px solid #dadadb;
	}

.table>tbody>tr>td:first-child,
.table>tbody>tr>th:first-child {
	border-left: none;
	}

.table>tbody>tr:first-child>td,
.table>tbody>tr:first-child>th {
	border-top: none;
	}

.table-deputats>tbody>tr>td,
.table-deputats>tbody>tr>th,
.table-deputats>tfoot>tr>td,
.table-deputats>tfoot>tr>th,
.table-deputats>thead>tr>td,
.table-deputats>thead>tr>th {
	padding: 20px 30px;
	}

        
.table-districs>tbody>tr>td,
.table-districs>tbody>tr>th,
.table-districs>tfoot>tr>td,
.table-districs>tfoot>tr>th,
.table-districs>thead>tr>td,
.table-districs>thead>tr>th {
	padding: 5px;
        white-space: normal!important;
	}
        
        
.table-acts {
	border-top: 1px solid #5b5b5b;
	}

	.table-acts .row {
		margin: 0;
		border-bottom: 1px solid #dadadb;
		}

	.table-acts .row > div,
	.table-acts tbody > tr > td {
		padding: 18px 10px;
		border-left: none;
		}

	.table-acts_act {
		width: 20%;
		}
/*
		.table-acts_act a {
			background: transparent url(./i/icon-pdf.png) scroll no-repeat 100% 50%;
			padding: 4px 27px 4px 0;
			}
*/
	.table-acts_date {
		width: 20%;
		}

	.table-acts_desc {
		width: 60%;
		}

.list-dates {
	margin: 0;
	padding: 0;
	list-style: none;
	}

	.list-dates > li {
		padding: 0 0 0 20px;
		margin: 0 0 10px 0;
		background: transparent url(./i/list.gif) scroll no-repeat 4px 7px;
		}

	.list-dates ul {
		margin: 0;
		padding: 0;
		list-style: none;
		}

	.list-dates > li > a {
		color: #1b2936;
		}

		.list-dates .caret {
			display: none;
			}

	.list-dates .active {
		margin-bottom: 5px;
		}

		.list-dates .active > a {
			color: #02385c;
			text-decoration: none;
			display: block;
			padding: 5px 0;
			}

		.list-dates .active > a:first-child {
			color: #505050;
			padding: 0 0 5px 0;
			}

/*
 *
 */

#panel-deputats, #panel-districts {
	border: 1px solid #a9bec9;
	}

        
        
        
        
#main_carousel .carousel-container {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	}

	#main_carousel .container {
		height: 100%;
		position: relative;
		}

	#main_carousel .carousel-control {
		background: none;
		}

	#main_carousel .carousel-indicators li {
		background: #cb0707;
		border: 1px solid #cb0707;
		width: 14px;
		height: 14px;
		border-radius: 7px;
		margin: 0 4px;
		}

	#main_carousel .carousel-indicators li.active {
		background: #fff;
		border-color: #fff;
		}

.breadcrumb {
	background: none;
	padding: 0;
	margin: 0;
	color: #6d6d6d;
	}

	.breadcrumb>li+li:before {
              font-family: 'Glyphicons Halflings';
		content: "\e258";
                font-size: 10px;
		}

	.breadcrumb .active {
		color: #6d6d6d;
		}

.modal-dialog {
	border: 8px solid rgba(0, 0, 0, 0.2);
	background: rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	max-width: 1000px; width: 100%;
	}

	.modal-header {
		margin: 0 28px;
		padding: 15px 0;
		}

	.modal-body {
		padding: 22px 28px;
		}
	.modal-body.overflow-y{
		height: 700px;
	}

.modal-deputat {
	line-height: 1.2em;
	}

	.deputat-name {
		margin-top: 0;
		}

	.deputat-img {
		margin-left: 20px;
		margin-bottom: 12px;
                height: 240px;
                width: 180px;
		}

.nav-tabs, .subnav .navbar-nav {
	background: #f1f1f1;
	border: none;
	border-radius: 3px;
	overflow: hidden;
	margin: 0;
	}

	.nav-tabs>li,  .subnav .navbar-nav>li {
		border: none;
		margin-bottom: 0;
		}

		.nav-tabs>li>a, .subnav .navbar-nav>li>a{
			border: none;
			background: #f1f1f1 url(./i/tabs.png) scroll no-repeat 100% 0;
			color: #818181;
			padding: 10px 53px 10px 20px;
			height: 40px;
			}

	.nav-tabs>li.active>a,
	.nav-tabs>li.active>a:focus,
	.nav-tabs>li.active>a:hover,
        .subnav .navbar-nav>li.active>a,
        .subnav .navbar-nav>li.active>a:focus,
        .subnav .navbar-nav>li.active>a:hover {
		background: #02385c url(./i/tabs.png) scroll no-repeat 100% -40px;
		color: #fff;
		border: none;
		border-radius: 0;
		}

	.nav-tabs>li.active>a:before,
        .subnav .navbar-nav>li.active>a:before
        {
		content: " ";
		display: block;
		position: absolute;
		top: 0;
		left: -35px;
		width: 41px;
		height: 40px;
		background: transparent url(./i/tabs.png) scroll no-repeat 100% -80px;
		}

	.nav-tabs>li.active:first-child>a:before,
        .subnav .navbar-nav>li.active:first-child>a:before
        {
		display: none;
		}

                
.subnav {
    background-color: #f1f1f1;
    border: 0;
    min-height: 40px!important;
}                


.subnav .navbar-toggle {
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    float: left;
    margin-bottom: 8px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 8px;
    padding: 9px 10px;
    position: relative;
}



.subnav  .container-fluid > .navbar-collapse, .subnav .container > .navbar-collapse {
    padding: 0;
}             
                
.btn-action,
a.btn-action {
	text-transform: uppercase;
	color: #fff;
	padding: 14px 0 14px 70px;
	background: #19506f;
	border-radius: 0;
	display: block;
	text-align: left;
	margin: 8px 0 0 0;
	position: relative;
	min-height: 50px;
	text-decoration: none;
        white-space: normal;
	}

	.btn-action:hover,
	.btn-action:active,
	.btn-action:focus,
	.btn-action:visited,
	.btn-action.focus,
	.btn-action.collapsed {
		color: #fff;
		}

	.btn-action:before {
		content: " ";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		background: #05314c url(./i/icon-24-plus.png) scroll no-repeat 50% 50%;
		width: 50px;
		height: 100%;
		}

.btn-action-deputats:before {background-image: url(./i/icon-24-minus.png);}
.btn-action-deputats.collapsed:before {background-image: url(./i/icon-24-plus.png);}

.btn-action-twitter:before {background-image: url(./i/icon-24-twitter.png);}
.btn-action-facebook:before {background-image: url(/images/f.png);}
.btn-action-callback:before {background-image: url(./i/icon-24-callback.png);}

.btn-action-mail:before {background-image: url(/images/m.png);}

.page-title {
	font-size: 2.2em;
	color: #434f5b;
	}

        h1.page-title {
            font-size: 22px;
            color: #505050;
        }
        
        
.page-image {
	width: 100%;
	max-width: 100%;
	}

.post {
	margin: 0 0 50px 0;
	line-height: 1.2em;
        height: 310px;
        overflow-y: hidden;
	}

	.post-img img {
		width: 100%;
		}

	.post-title {
		font-size: 1.2em;
		padding: 8px 4px 8px 4px;
		display: block;
		}

	.post p {
		padding: 0 4px;
		}

                .post-date {
                padding: 0 4px;    
                }
.list-service {
	margin: 6px 0 20px 0;
          font-family: "XXII Centar","Myriad Pro",sans-serif;
	}

	.list-service dt {
		font-size: 2em;
		color: #434f5b;
		font-weight: normal;
		  padding: 0 0 0 7px;
		margin: 0 0 12px 0;
		}

		.list-service dt:after {
			content: " ";
			display: inline-block;
			width: 45px;
			height: 48px;
			margin: 0 0 -15px 12px;
			}

	.list-service ul {
		list-style: none;
		margin: 0;
		padding: 0;
		}

		.list-service li {
			padding: 4px 0 4px 10px;
			background: transparent url(./i/list.gif) scroll no-repeat 0px 50%;
			}

			.list-service a {
				color: #1b2936;
				text-decoration: underline;
				}

			.list-service a:hover {
				text-decoration: none;
				}

.list-service-taxes dt:after {
	background: transparent url(./i/icon-taxes.png) scroll no-repeat 100% 50%;
	}

.list-service-infr dt:after {
	background: transparent url(./i/icon-infr.png) scroll no-repeat 100% 50%;
	}
        
        
.list-service-business dt:after {
	background: transparent url(./i/icon-business.png) scroll no-repeat 100% 50%;
	}

.list-service-rest dt:after {
	background: transparent url(./i/icon-rest.png) scroll no-repeat 100% 50%;
	}

	.list-service-rest li {
		/*background: none;*/
		}

		.list-service-rest li .icon {
			margin-right: 6px;
			}

.table-dl {
	width: 100%;
	}

	.table-dl td {
		padding: 2px;
		}

	.table-dl-dd {
		width: 30%;
		}

#head {
	background: #19506f;
	}

	#head .logo {
		width: 271px;
		height: 57px;
		display: block;
		float: left;
		background: transparent url(./i/logo.png) scroll no-repeat 0 0;
		margin: 10px 0;
		text-indent: -99em;
		}

	#head .controls {
		margin: 20px 0;
		}

		#head .search {
			width: 300px;
			float: right;
			margin: 0 15px;
			}

		#head .text-size {
			float: right;
			}

#nav {
	background: #01375a url(./i/nav.png) scroll repeat 0 0;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
	}

	#nav .navbar {
		background: none;
		border: none;
		}

	#nav .container {
		padding-left: 0;
		padding-right: 0;
		}

	#nav .navbar-toggle {
		width: 100%;
		margin: 8px 15px 0 0;
		text-align: right;
		}

	.container-fluid>.navbar-collapse,
	.container>.navbar-collapse {
		padding: 0 15px;
		margin: 0;
		border: none;
		}

	.navbar-head {
		margin: 0;
		}

		.navbar-head .navbar-nav>li>a {
			color: #fff;
			padding: 17px 15px;
			font-size: 1.1em;
			}

		.navbar-head .badge {
			background: rgb(246,72,72); /* Old browsers */
			background: -moz-linear-gradient(top,  rgba(246,72,72,1) 0%, rgba(204,9,9,1) 100%); /* FF3.6-15 */
			background: -webkit-linear-gradient(top,  rgba(246,72,72,1) 0%,rgba(204,9,9,1) 100%); /* Chrome10-25,Safari5.1-6 */
			background: linear-gradient(to bottom,  rgba(246,72,72,1) 0%,rgba(204,9,9,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f64848', endColorstr='#cc0909',GradientType=0 ); /* IE6-9 */
			color: #fff;
			text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.6);
			box-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
			font-weight: normal;
			border-radius: 12px;
			padding: 3px 5px 3px 4px;
			font-size: 11px;
			}

		.navbar-head .nav .open>a,
		.navbar-head .nav .open>a:focus,
		.navbar-head .nav .open>a:hover,
		.navbar-head .nav>li>a:focus,
		.navbar-head .nav>li>a:hover {
			background: #cb0707;
			}

			.navbar-head .nav .open > a:focus .caret,
			.navbar-head .nav .open > a:hover .caret {
				color: #cb0707;
				}

	#nav .open .dropdown-toggle:before {
		content: " ";
		display: block;
		position: absolute;
		top: 50px;
		left: 50%;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 5px 6px 0 6px;
		border-color: #cb0707 transparent transparent transparent;
		z-index: 1001;
		}

	#nav .navbar-nav>li>.dropdown-menu {
		padding: 20px 28px;
		}

		#nav .dropdown-menu>li>a {
			border-top: 1px solid #e4e4e4;
			color: #434f5b;
			padding: 8px 0;
			}

		#nav .dropdown-menu>li:first-child>a {
			border-top: none;
			}

		#nav .dropdown-menu>li>a:focus,
		#nav .dropdown-menu>li>a:hover {
			color: red;
                        
                        background-color: #fff;
			}

	#nav .navbar-toggle {
		color: #fff;
		}

	#nav .btn-lang {
		margin: 11px 0 0 0;
		}

		#nav .btn-lang .btn {
			color: #467b99;
			background: #05314c;
			padding: 6px 4px;
			}

			#nav .btn-lang .btn span {
				padding: 6px;
				}

			#nav .btn-lang .btn:hover span {
				color: #467b99;
				background: #19506f;
				border-radius: 3px;
				}

#main {
	padding: 30px 0 65px 0;
	margin: 0 0 110px 0;
	}

	#main .container-fluid {
		padding-left: 0;
		padding-right: 0;
		}

#footer {
	background: rgb(27,41,54);
	background: -moz-linear-gradient(top,  rgba(27,41,54,1) 0%, rgba(27,41,54,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(27,41,54,1) 0%,rgba(27,41,54,1) 100%);
	background: linear-gradient(to bottom,  rgba(27,41,54,1) 0%,rgba(27,41,54,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b2936', endColorstr='#1b2936',GradientType=0 );

	color: #fff;
	padding: 18px 0;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	}

	#footer .container {
		position: relative;
		padding-bottom: 8px;
		}

	#footer .copyright {
		float: left;
		position: absolute;
		top: 0;
		left: 15px;
		}

	#footer .links {
		text-align: center;
		display: block;
		list-style: none;
		clear: none;
		padding: 0 200px;
		margin: 0;
		}

		#footer .links li {
			display: inline-block;
			border-left: 1px solid #fff;
			padding: 0 12px;
			line-height: 1em;
			}

		#footer .links li:first-child {
			border: none;
			}

		#footer .links a {
			color: #fff;
			text-decoration: none;
			}

	#footer .social {
		/* float: right; */
		list-style: none;
		padding: 0;
		margin: 0;
		position: absolute;
		top: -10px;
		right: 15px;
		}

		#footer .social li {
			margin: 0 0 0 6px;
			display: block;
			float: left;
			}

			#footer .social li a {
				display: block;
				width: 32px;
				height: 32px;
				overflow: hidden;
				}



@media (max-width: 990px) {
    
	#nav .open .dropdown-toggle:before {
		top: 40px;
		}

	#nav .navbar-nav>li>.dropdown-menu {
		background: #fff;
		}

	#panel-deputats {
		padding: 0;
		border: none;
		}
    
.table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
    white-space: normal;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover, .subnav .navbar-nav > li.active > a, .subnav .navbar-nav > li.active > a:focus, .subnav .navbar-nav > li.active > a:hover {
    background-color: #02385c;
    background-image: none;
}
.nav-tabs > li > a, .subnav .navbar-nav > li > a {
        background-image: none;
}
	#head .search {
		width: 100%;
		margin: 0;
		}

	#footer .links {
		padding: 0;
		}

	#footer .copyright {
		border-top: 1px solid #fff;
		position: static;
		display: block;
		margin: 10px 0 0 0;
		padding: 15px 0 0 0;
		width: 100%;
		text-align: center;
		}

	.table-acts .row > div {
		padding: 0;
		}

		.table-acts_act,
		.table-acts_date,
		.table-acts_desc {
			width: 100%;
			}

		.table-acts .row .table-acts_act {
			padding: 30px 0 0 0;
			}

		.table-acts .row .table-acts_date {
			padding: 20px 0 0 0;
			}

		.table-acts .row .table-acts_desc {
			padding: 30px 0;
			}

	.list-dates {
		margin-left: -15px;
		margin-right: -15px;
		}

		.list-dates > li.active,
		.list-dates > li {
			background: none;
			padding: 0;
			margin: 0;
			}

			.list-dates > .active > a:first-child,
			.list-dates > li > a:first-child {
				background: #1b2936;
				color: #fff;
				text-align: center;
				display: block;
				text-decoration: none;
				padding: 16px 15px;
				margin: 0 0 4px 0;
				}

			.list-dates .caret {
				display: inline-block;
				}

		.list-dates ul {
			padding: 15px 15px 30px 15px;
			}

			.list-dates ul li {
				padding: 10px 0;
				border-top: 1px solid #e4e4e4;
				}

				.list-dates ul li:first-child {
					border: none;
					}

				.list-dates ul li a {
					text-decoration: none;
					}

}

@media (max-width: 768px){
	.modal-dialog {
		/*width: 698px;*/
		margin: 0;
	    margin: 30px auto;
	}       
	.modal-dialog .modal-body.overflow-y{
		height: 500px;
	}
}
@media (max-width: 374px){
	.modal-dialog .modal-body img.deputat-img{
		width: 100%; height: auto;
	}
	
}


@media (max-width: 768px){
        
        #footer {
            position: relative;
        }
}

.news-brief-image {
    float:left;
    margin: 0 10px 5px 0;
}

.news-brief {
    font-weight: bold;
}

.news-date {
    color: #777;
    margin: 10px 0 30px;
    font-size: 12px;
}

.last-news a{
    text-decoration: none;
}

.last-news {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}


.last-news .news-date {
margin-bottom: 0;
}





.category-menu li a {
		border-bottom: 1px solid #ccc;
		padding: 10px 10px;
                display: block;
                text-decoration: none;
		}


	.category-menu li.active>a,
	.category-menu li.active>a:focus,
	.category-menu li>a:hover {
		background-color: #19506f;
		color: #fff;

		}

	#category-menu .nav-tabs>li.active>a:before {
		content: " ";
		display: block;
		position: absolute;
		top: 0;
		left: -35px;
		width: 41px;
		height: 40px;
		}

                
                .category-menu li.active:last-child>a {
                    border:0;
                }
                
                
                td, th {
                    padding: 5px;
                       vertical-align: top;
                }
                
                
                .news-image {
                    margin-bottom: 20px;
                }
                
                
                
                .overflow-y {
                    height: 500px;
                    overflow-y: auto;
                }
                
                
                a:hover, a:focus {
                    outline: none;
                }
                
                .news-year{
                    text-decoration: none;
                    font-weight: bold;
                }
                
                .news-block-title {
                    margin-bottom: 10px;
                    font-size: 20px;
                }
                
                ul.news-month {
                  margin-left: 10px;
                  border-left: 2px solid #ccc;
                  padding-left: 10px;
                }

                
                
.pager li > a, .pager li > span {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    display: inline-block;
    padding: 5px 14px;
    text-decoration: none;
    color: #fff;
    background-color: #19506f;
}

.pager li > a:focus, 
.pager li > a:hover {
      background-color: #05314c;
}




#home-cat {
    padding: 0 5px;
}

.col-list-service-infr {
    width: 31%;
}

.col-list-service-business {
    width: 20%;
}

.col-list-service-rest {
    width: 24%;
}


.goog-te-gadget-icon {
    display: none;
}


.goog-te-gadget-simple {
    border:0!important;
    background-color: #1b2936!important;
}

.goog-te-menu-value img, 
.goog-te-menu-value span{
    display: none;
}


.goog-te-menu-value span:first-child{
    display: inline-block;
    font-size: 14px;
    margin-top:-1px;
}


.file-pdf {
    color: red;
}

.file-excel {
    color: green;
}

.file-word {
    color: blue;
}

#content_list_filter, #content_list_length, #content_list_info {
    display: none;
}


.subdocs {
    margin-top: 10px;
}

.subdocs ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
}

.subdocs .subdocs-brief {
    font-size: 12px;
    font-style: italic;
}

.subdocs ul li  {
    font-size: 12px;
}

.subdocs .well1 {
    padding: 10px 10px 0 10px;
    border:1px dotted #ccc;
    margin-top: 10px;
}

.subdocs ul li:last-child {
    border-bottom: 0;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.subdocs .close-subdocs.collapsed:after {
 content: "\e114";
 font-family: 'Glyphicons Halflings';
 font-size:10px;
}

.subdocs .close-subdocs:after {
 content: "\e113";
 font-family: 'Glyphicons Halflings';
  font-size:10px;
}

.subdocs .close-subdocs {
    text-decoration:none;
    font-size: 12px;
}








.question {
    padding: 3px;
    margin: 5px 0 5px;
}

.quest-text {
    padding: 20px;
}

.quest-name {
    font-weight: bold;
    padding: 5px 15px;
    background-color: #f5f5f5;
    margin-bottom: 5px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}

.quest-ans {
    padding: 5px 15px;
    background-color: #f5f5f5;
    margin-bottom: 5px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    text-align: right;
}

.ans-y {
    color: green;
}

.ans-n {
    color: red;
}


#footer {
    z-index:4;
}


.quest-answer {
    padding: 20px;
    min-height: 84px;
}

.quest-icon {
    float: left;
    margin: 0 30px 10px 0;
}

.quest-icon i {
    font-size: 3em;
}

.quest-text .quest-icon {
    color: #eee;
}


.quest-answer.bg-danger p{
    line-height:34px;
}

.quest-filter {
    margin-top: 25px;
}

@media (max-width: 991px){
	.quest-button {
	    text-align: center;
	}
    .quest-filter {
        margin-top: 0px;
        margin-bottom: 25px;
    }
}