a {
	color: #000;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover,
a.list-group-item.active,
a.list-group-item:focus,
a.list-group-item:hover
{
	background: #fff url(/assets/texture/t11b.png) 0 0 repeat !important;
	color: #fff;
	text-shadow: 1px 1px 20px #fff;
}
a.list-group-item:hover, button.list-group-item:hover, a.list-group-item:focus, button.list-group-item:focus {
	color: #fff;
}

a.list-group-item {
	text-align: left;
}

input[type="checkbox"] + .input-group-addon {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
input[type="checkbox"] + .input-group-addon:last-child {
	border-left: 1px solid #ccc;
}

.input-group .form-control {
	z-index: 0;
}

.text-success {
	color: green;
}
.text-warning {
	color: orange;
}
.text-danger {
	color: red;
}

.breadcrumb {
	background-color: #fff;
	border: 1px solid #ddd;
	box-shadow: 0 0 4px rgba(0,0,0,.14), 0 4px 8px rgba(0,0,0,.28);
}

.alert {
	border: 1px solid #ddd;
}

.breadcrumb>li+li:last-child:after {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.navbar {
	min-height: 100px;
}
.navbar-inverse {
	background: #000 url(/assets/texture/t11b.png) 0 0 repeat;
}

.navbar-brand-double {
	height: 100px;
} .navbar-brand-logo {
	padding: 10px;
	display: block;
	position: relative;
	z-index: 10;
} /* .navbar-brand-logo img:nth-child(2){
	display: none;
} .navbar-brand-logo:hover img:nth-child(1){
	display: none;
} .navbar-brand-logo:hover img:nth-child(2){
	display: block;
} */

.navbar-brand-contact {
	position:absolute;
	top:8px;
	right: 7px;
	z-index:10;
	height:126px;
	color:#fff !important;
	font-size:14px;
	line-height:0.9999em;
	padding-top:10px;
}
.navbar-brand-contact img:nth-child(2){
	display: none;
} .navbar-brand-contact:hover img:nth-child(1){
	display: none;
} .navbar-brand-contact:hover img:nth-child(2){
	display: block;
}

.navbar-header .phone {
	height: 25px;
	font-size: 12px;
}
.navbar-header .navbar-nav {
	margin: 7.5px 7.5px;
}
.navbar-toggle {
	margin-right: 3px;
	z-index: 10;
	right: 55px;
	position: absolute;
	min-height: 86px;
}

.navbar-form {
	margin-top: 8px;
	margin-bottom: 2px;
	border: 0px none;
	box-shadow: none;
	padding: 0 0 0 15px;
} /*.navbar-form.navbar-form-bottom{
	margin-top: 6px;
	margin-bottom: 10px;
}*/
.form-group {
	margin: 3px 5px 5px 5px;
}
.form-group + button {
	margin-top: 3px;
	margin-left: 5px;
	min-width: 110px;
	display: inline-block;
}

.navbar-nav-phone {
	position:relative;
	left:5px;
}
@media (max-width: 767px) {
	.navbar-form {
		float: left;
		margin-right: 0px;
		margin-top: -10px;
	}
	.navbar-form .form-group {
		min-width: 160px;
		max-width: 200px;
		width: 100%;
		display: inline-block;
	}
	.form-group + button {
		margin-top: -2px;
		min-width: 87px;
	}
	.firefox .form-group + button {
		margin-top: -35px;
		min-width: 87px;
	}
	.nav-tabs>li {
		margin-bottom: 3px;
	} .nav-tabs>li>a {
		border-radius: 4px 4px 4px 4px;
	}
}
@media (max-width: 320px) {
	.navbar-form .form-group {
		min-width: 160px;
		max-width: 200px;
		width: 50%;
		display: inline-block;
	}
	.navbar-nav-phone {
		left: -8px;
	}
	.navbar-toggle {
		width: 30px;
		padding: 3px 3px;
	}
}

.nav-stacked>li {
	float: none;
} .nav-stacked>li+li {
	margin-top: 0px;
}

.pagination{
	box-shadow: 0 0 4px rgba(0,0,0,.14), 0 4px 8px rgba(0,0,0,.28);
}
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus
{
	background-color: #333;
	border-color: #000;
}

.nav-tabs>li>a {
	border: 1px solid #337ab7;
	background-image: -webkit-linear-gradient(top, #337ab7 0%, #80B1DC 100%);
	background-image: -o-linear-gradient(top, #337ab7 0%, #80B1DC 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#80B1DC));
	background-image: linear-gradient(to bottom, #337ab7 0%, #80B1DC 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	background-repeat: repeat-x;
	color: #000;
	text-shadow: 1px 1px 10px #fff;
}
.nav-tabs>li>a:hover {
	border: 1px solid #337ab7;
}
@media (max-width: 767px) {
	.nav-tabs>li {
		width: 100%;
	}
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li>a:hover, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:active {
	background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
	background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
	background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	background-repeat: repeat-x;
	background-color: #245580;

	color: #fff;
	text-shadow: 1px 1px 10px #000;
}

.glyphicon-rub:before {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	top: -1px;
}

/***********************/
.btn-warning {
	text-shadow: 1px 1px 1px #000,-1px 1px 1px #000,1px -1px 1px #000,-1px -1px 1px #000;
}

.col-carousel, .col-homeblocks {
	margin-bottom: 1em;
}

@media (max-width: 767px) {
	.group_col {
		padding: 0px;
	}
	.group_col .table>thead>tr>th,
	.group_col .table>tbody>tr>th,
	.group_col .table>tfoot>tr>th,
	.group_col .table>thead>tr>td,
	.group_col .table>tbody>tr>td,
	.group_col .table>tfoot>tr>td,

	.table-tab-ciss tr td,
	.table-tab-ciss tbody tr:first-child td
	{
		display: block;
		width: 100%;
		white-space: normal;

		padding-right: 5px;
		padding-left: 5px;
	}

	.table-tab-ciss tr:not(.fill) td
	{
		display: inline-block;
		width: 50%;
	}

	.table-tab-ciss tr td:first-child,
	.table-tab-ciss tr td:last-child
	{
		padding-right: 0px;
		padding-left: 0px;
	}

	.group_col .table>thead>tr>th:first-child,
	.group_col .table>tbody>tr>th:first-child,
	.group_col .table>tfoot>tr>th:first-child,
	.group_col .table>thead>tr>td:first-child,
	.group_col .table>tbody>tr>td:first-child,
	.group_col .table>tfoot>tr>td:first-child {
		background: rgb(255,251,230);
	}
	.group_col .table>thead>tr:first-child>th:first-child,
	.group_col .table>tbody>tr:first-child>th:first-child,
	.group_col .table>tfoot>tr:first-child>th:first-child,
	.group_col .table>thead>tr:first-child>td:first-child,
	.group_col .table>tbody>tr:first-child>td:first-child,
	.group_col .table>tfoot>tr:first-child>td:first-child {
		border-bottom: 1px solid #ddd;
	}
}

.thumbnail {
	border: 0 none;
}

input[type="radio"], input[type="checkbox"] {
	box-shadow: none;
}

.panel {
	box-shadow: 0 0 4px rgba(0,0,0,.14), 0 4px 8px rgba(0,0,0,.28);
}

.table-striped thead tr td,
.table-striped thead tr th {
	background-color: #ccc;
}