.b-logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 230px;
}
	.b-logo img {
		margin: 0 auto;
		display: block;
	}

.b-logo-name {
	position: absolute;
	top: 40px;
	left: 250px;
}

.b-logo.b-logo-region {
	left: 760px;
	top: 15px;
	width: 100px;
}

.b-logo.b-logo-region img{
	max-width: 100px;
}
.b-logo-head {
	position: absolute;
	left: 300px;
	top: 15px;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
}
.b-logo-name.b-logo-name-region {
	left: 300px;
	top: 35px;
	color: #fff;
	font-family: "Georgia", serif;
	font-size: 25px;
	text-transform: uppercase;
	max-width: 510px;
	text-shadow: 0px 1px 2px #6D6D69;
	line-height: 1.4em;
}

.b-head-links {
	position: absolute;
	top: 20px;
	right: 0;
	width: 250px;
	font-size: 0;
}

.b-head-social a {
	margin-right: 4px;
}

.b-eng {
	margin-top: 4px;
	font-size: 12px;
	color: #fff;
}

.b-search {
	position: absolute;
	top: 64px;
	right: 0;
	width: 250px;
	font-size: 11px;
}
		.b-search label {
			position: absolute;
			top: 11px;
			left: 10px;
			color: #fff;
			text-transform: uppercase;
			display: block;
			cursor: text;
		}
		.b-search input {
			width: 100%;
			margin: 0;
			padding: 10px;
			background: #737373;
			border: none;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			-moz-box-shadow: inset 1px 1px 6px 0 rgba(0,0,0,0.2);
			-webkit-box-shadow: inset 1px 1px 6px 0 rgba(0,0,0,0.2);
			box-shadow: inset 1px 1px 6px 0 rgba(0,0,0,0.2);
			font-size: 11px;
			color: #fff;
			cursor: text;
		}
		.b-search button {
			position: absolute;
			top: 0;
			right: 0;
			height: 100%;
			width: 30px;
			margin: 0;
			padding: 0;
			background: url("../img/search_but.png") 50% 50% no-repeat;
			border: none;
			text-indent: 100%;
			overflow: hidden;
			cursor: pointer;
		}

.b-head-links2 {
	position: absolute;
	top: 108px;
	right: 0;
	width: 250px;
}

.b-font {
	font-size: 12px;
	color: #c0d7e8;
}
	.b-font a {
		color: #c0d7e8;
		cursor: pointer;
	}
	.b-font a:hover {
		color: #000;
	}
	.b-font a.selected {
		color: #fff;
	}

.b-main-menu {
	position: relative;
	margin: 20px 0;
}
	.b-main-menu ul {
	}
		.b-main-menu li {
			position: relative;
			margin-bottom: 1px;
			background: #e4e4e4;
			background: -moz-linear-gradient(top, #f1f1f1 0%, #e4e4e4 100%);
			background: -webkit-linear-gradient(top, #f1f1f1 0%, #e4e4e4 100%);
			background: -o-linear-gradient(top, #f1f1f1 0%, #e4e4e4 100%);
			background: -ms-linear-gradient(top, #f1f1f1 0%, #e4e4e4 100%);
			background: linear-gradient(top, #f1f1f1 0%, #e4e4e4 100%);
		}
		.b-main-menu li:hover, .b-main-menu li.selected {
			background: #f9c000;
			background: -moz-linear-gradient(top, #fcdd00 0%, #f9c000 100%);
			background: -webkit-linear-gradient(top, #fcdd00 0%, #f9c000 100%);
			background: -o-linear-gradient(top, #fcdd00 0%, #f9c000 100%);
			background: -ms-linear-gradient(top, #fcdd00 0%, #f9c000 100%);
			background: linear-gradient(top, #fcdd00 0%, #f9c000 100%);
		}
			.b-main-menu li a {
				padding: 8px 10px 8px 20px;
				color: #000;
				display: block;
				position: relative;
			}
			.b-main-menu li a:after {
				content:'';
				position: absolute;
				background: url("../img/menu_dot.png") 0 0 no-repeat;
				height: 5px;
				width: 3px;
				left: 9px;
				top: 13px;
			}
			.b-main-menu li a.selected:after {
				content:'';
				position: absolute;
				background: url("../img/select_menu_dot.png") 0 0 no-repeat;
				height: 3px;
				width: 5px;
				left: 9px;
				top: 13px;
			}
			
.b-main-menu li.selected {
	margin-bottom: 0;
}
.b-main-menu.b-main-menu-blue li a{
			position: relative;

			background: #158ec9;
			background: -moz-linear-gradient(top, #3fbde1 0%, #158ec9 100%);
			background: -webkit-linear-gradient(top, #3fbde1 0%, #158ec9 100%);
			background: -o-linear-gradient(top, #3fbde1 0%, #158ec9 100%);
			background: -ms-linear-gradient(top, #3fbde1 0%, #158ec9 100%);
			background: linear-gradient(top, #3fbde1 0%, #158ec9 100%);
}
	.b-main-menu.b-main-menu-blue li a {
		color: #fff;
		text-shadow: 0px 1px 0px #136B90;
		text-transform: uppercase;
	}

.sub-menu {
	background: #f7db71;

}			
	.sub-menu li{
		background: #f7db71;
	}
		.sub-menu li a:after {
			left: 20px;
		}
		.sub-menu li a.selected:after {
			left: 20px;
			}
		.sub-menu > li > a {
			padding-right: 30px;
			padding-left: 30px;
		}
		.sub-menu li a.selected, .sub-menu li a:hover {
			background-color: #f8ce2e;
			border-top: 1px solid #cda40f;
		}
		.sub-menu li a.selected, .sub-menu li a:hover{
			padding-top: 7px;
			background-position: 8px 12px;
		}
		.sub-menu > li > .sub-menu > li > a:after {
			left: 38px;
		}
		.sub-menu > li > .sub-menu > li > a.selected:after {
			left: 38px;
		}
		.sub-menu > li > .sub-menu > li > a {
			padding-left: 50px;
		}
		.sub-menu li a:hover:after, .sub-menu li a.selected:after {
			top: 12px;
		}

.b-site-nav {
	margin: 0 -5px 0 0;
	font-size: 12px;
}

.b-sitecopy {
	margin: 15px 0 10px;
	font-size: 14px;
	color: #424242;
}

.b-sitetext {
	margin: 10px 0 10px;
	font-size: 11px;
	color: #8f8f8f;
}

.b-federal-site {
	position: relative;
	margin: 30px auto;
	padding: 1px 40px;
	line-height: 1.4;
}
	.b-federal-site ul {
		text-align: justify;
		line-height: 0;
		font-size: 1px;
		text-justify: newspaper;
	}
	.b-federal-site ul:after {
		content: '';
		width: 100%;
		height: 0;
		visibility: hidden;
		overflow: hidden;
		display: inline-block;
	}
		.b-federal-site ul li {
			text-align: left;
			font-size: 14px;
			line-height: 1.3;
			display: inline-block;
			vertical-align: middle;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
		}

.b-calendar {
	position: relative;
	margin: 0 0 20px;
	line-height: 1;
}
	.b-calendar .bc-title {
		margin: 0 0 5px;
	}
	.b-calendar .bc-holder {
		margin: 0 1px;
		padding: 10px 20px 20px;
		background: #e6e6e6;
	}
		.b-calendar table.bc-week {
			width: 100%;
			text-transform: uppercase;
			border-collapse: separate;
			border-spacing: 1px;
		}
			.b-calendar table.bc-week td {
				width: 14.2%;
				height: 24px;
				background: #f9c600;
				font-size: 0.9em;
				text-align: center;
			}
		.b-calendar table.bc-day {
			margin-top: -1px;
			width: 100%;
			border-collapse: separate;
			border-spacing: 1px;
		}
			.b-calendar table.bc-day td {
				width: 14.2%;
				height: 24px;
				background: #fff;
				text-align: center;
			}
			.b-calendar table.bc-day td.disabled {
				color: #cdcdcd;
			}
			.b-calendar table.bc-day td.today {
				background: #f9c600;
			}
			.b-calendar table.bc-day a {
				border-bottom-style: solid;
				border-bottom-width: 1px;
			}
	.b-calendar .bc-month {
		position: relative;
		margin: 0 1px;
		padding: 15px 20px 0;
		background: #e6e6e6;
		text-align: center;
	}
		.b-calendar .bc-month .bcm-title {
			font-weight: bold;
			color: #3d3d3d;
			text-transform: uppercase;
		}
		.b-calendar .bc-month .bcm-prev, .b-calendar .bc-month .bcm-next {
			position: absolute;
			bottom: 0;
			width: 30px;
			height: 15px;
			background: url("../img/calendar_ar.png") 0 50% no-repeat;
			text-indent: 100%;
			overflow: hidden;
		}
		.b-calendar .bc-month .bcm-prev {
			left: 30px;
			background-position: 0 50%;
		}
		.b-calendar .bc-month .bcm-next {
			right: 30px;
			background-position: 100% 50%;
		}

		.b-calendar table.bc-year {
			width: 100%;
			border-collapse: separate;
			border-spacing: 1px 0;
		}
			.b-calendar table.bc-year td {
				padding: 0;
				vertical-align: top;
			}
			.b-calendar table.bc-year a {
				padding: 7px 0;
				background: #bababa url("../img/calendar_bg1.png") 0 0 repeat-x;
				font-size: 1.2em;
				color: #727272;
				text-align: center;
				display: block;
			}
			.b-calendar table.bc-year a.active {
				padding: 7px 0 18px;
				background: #e6e6e6;
				font-weight: bold;
				color: #3d3d3d;
				text-align: center;
				display: block;
			}

			.b-calendar table.bc-year a.bcm-prev, .b-calendar table.bc-year a.bcm-next {
				padding: 7px 3px 18px;
				text-align: center;
				display: block;
				overflow: hidden;
				/*text-indent: 100%;*/
				background: #e6e6e6 url("../img/calendar_ar.png") 0 50% no-repeat;
			}
			.b-calendar table.bc-year a.bcm-next {
				background-position: 100% 50%;
			}

.b-map-mini {
	margin: 10px 0 40px;
}
	.b-map-mini img {
		margin: 0 auto 0;
		display: block;
	}

.b-link-menu {
	position: relative;
	background: #efefef;
	padding: 2px 20px;
}
	.b-link-menu li {
		position: relative;
		background: #efefef;
		padding: 8px 0;
		border-top: 1px dotted #acacac;
	}
	.b-link-menu li:first-child {
		border-top: 0;
	}
	.b-link-menu li:after {
		content: '';
		position: absolute;
		top: 13px;
		left: -10px;
		width: 4px;
		height: 8px;
		background: url("../img/menu_dot.png") 0 0 no-repeat;
	}

.b-top-slider {
	position: relative;
	height: 250px;
	overflow: hidden;
}
.b-top-slider.t-audio {
	height: 200px;
}
	.b-top-slider .bs-item {
		position: relative;
		width: 100%;
		height: 250px;
		padding-right: 230px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.b-top-slider.t-video .bs-item {
		padding-right: 310px;
	}
	.b-top-slider.t-audio .bs-item {
		height: 200px;
		padding-right: 100%;
	}
	/*.b-top-slider.t-video .bs-item:after {
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		width: 120px;
		height: 120px;
		margin: -60px 0 0 -210px;
		background: url("../img/video_ico1.png") 50% 50% no-repeat;
	}*/
		.b-top-slider .bs-item img {
			width: 100%;
			height: auto;
			min-height: 250px;
			display: block;
		}
		.b-top-slider .bs-item-holder {
			position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
			width: 230px;
			padding: 20px;
			background: #e6e6e6;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			line-height: 1.3;
			font-size: 12px;
		}
		.b-top-slider.t-video .bs-item-holder {
			width: 310px;
		}
		.b-top-slider.t-audio .bs-item-holder {
			width: 100%;
		}
		.b-top-slider .bs-item-title {
			font-size: 1.3em;
		}
		.b-top-slider .bs-item-date {
			margin: 10px 0 0;
			font-size: 0.9em;
			color: #a4a4a4;
		}
		.b-top-slider .bs-item-audio {
			max-width: 700px;
		}
	.b-top-slider .slider-nav {
		position: absolute;
		bottom: 20px;
		right: 20px;
		width: 190px;
	}
	.b-top-slider.t-video .slider-nav {
		right: 60px;
	}
	.b-top-slider.t-audio .slider-nav {
		right: auto;
		left: 20px;
	}
	.b-top-slider .slider-nav-dot {
		padding: 0 25px;
		text-align: center;
		display: block;
	}
		.b-top-slider .slider-nav-dot span {
			width: 20px;
			height: 20px;
			margin: 0 2px;
			background: #b4b4b4;
			-moz-box-shadow: inset 0 0 8px 0 rgba(0,0,0,0.3);
			-webkit-box-shadow: inset 0 0 8px 0 rgba(0,0,0,0.3);
			box-shadow: inset 0 0 8px 0 rgba(0,0,0,0.3);
			color: #fff;
			font-size: 0.9em;
			line-height: 20px;
			display: inline-block;
			cursor: pointer;
		}
		.b-top-slider .slider-nav-dot span.active {
			background: #097eba;
		}
	.b-top-slider .slider-nav-prev, .b-top-slider .slider-nav-next {
		position: absolute;
		top: 0;
		width: 20px;
		height: 20px;
		background: #737373 url("../img/slider_ar.png") 0 50% no-repeat;
		text-indent: 100%;
		overflow: hidden;
	}
	.b-top-slider .slider-nav-prev {
		left: 0;
		background-position: 0 50%;
	}
	.b-top-slider .slider-nav-next {
		right: 0;
		background-position: 100% 50%;
	}

.b-bottom-slider {
	width: 950px;
	height: 180px;
	margin: 0 auto;
	padding: 10px 0;
}
	.b-bottom-slider .bs-item {
		background: #aaa;
		-moz-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.5);
		-webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.5);
		box-shadow: 0 2px 10px 0 rgba(0,0,0,0.5);
	}
	.b-bottom-slider img {
		max-width: 100%;
		/*max-height: 100%;*/
		margin: auto;
		display: block;
	}

.b-banner {
	position: relative;
}
	.b-banner img {
		display: block;
	}

.b-ban-ner {
	position: relative;
}
	.b-ban-ner img {
		display: block;
	}

.b-block {
	position: relative;
}

.b-block.type-1 {
}
	.b-block.type-1 .bb-title {
		margin: 0 0 10px;
	}
	.b-block.type-1 .bb-holder {
		background: #f1ebd2;
		padding: 0  15px 15px;
	}
		.b-block.type-1 .bb-item-title {
			background: #e2d9b6;
			margin: 0 -15px;
			padding: 15px 15px;
			border-bottom: 1px solid #c4bc9e;
			font-weight: bold;
			font-style: italic;
			color: #615318;
		}
		.b-block.type-1 .bb-item-holder .bb-item-input {
			padding: 7px 0;
			border-top: 1px dotted #beb388;
		}
		.b-block.type-1 .bb-item-holder .bb-item-input:first-child {
			border-top: 0;
		}
		.b-block.type-1 .bb-item-holder .radio {
			padding-left: 20px;
		}
		.b-block.type-1 .bb-item-button {
			margin: 10px 0 0;
		}
                .b-block.type-1 .bb-item-button button {
                        display: block;
                        width: 100%;
                }
                .b-block.type-1 .bb-item-button input {
                        display: block;
                        width: 100%;
                }
	.b-block.type-1 .bb-res {
		margin: 8px 0 0;
	}
		.b-block.type-1 .bb-res a {
			color: #6f6a58;
		}
		.b-block.type-1 .bb-res a:hover {
			color: #000;
		}

.b-block.type-2 {
}
	.b-block.type-2 .bb-title {
		margin: 0 0 10px;
	}
	.b-block.type-2 .bb-holder {
	}
	.b-block.type-2 .bb-button {
		margin: 10px 0 0;
	}

.section-list {
	position: relative;
}

.section-list.type-1 {
}
	.section-list.type-1 .sl-item {
		margin: 20px 0;
        min-height: 110px;
	}
		.section-list.type-1 .sl-item-image {
			position: relative;
			float: left;
			margin-right: 12px;
		}
		.section-list.type-1.type-video .sl-item-image:after {
			content: '';
			position: absolute;
			top: 50%;
			left: 50%;
			width: 45px;
			height: 45px;
			margin: -22px 0 0 -22px;
			background: url("../img/video_ico2.png") 50% 50% no-repeat;
		}
		.section-list.type-1.type-audio .sl-item-image:after {
			content: '';
			position: absolute;
			top: 3px;
			right: 3px;
			width: 23px;
			height: 23px;
			background: url("../img/video_ico3.png") 50% 50% no-repeat;
		}
		.section-list.type-1 .sl-item-holder {
			overflow: hidden;
		}
		.section-list.type-1 .sl-item-title {
			margin: 0 0 5px;
			font-size: 1.2em;
		}
		.section-list.type-1 .sl-item-date {
			margin: 5px 0 0;
			font-size: 0.9em;
			color: #a4a4a4;
		}
		.section-list.type-1 .sl-item-count {
			position: absolute;
			right: 0;
			bottom: 0;
			padding: 5px 8px;
			background: #007bc1;
			color: #fff;
			line-height: 1;
		}
		.section-list.type-1 .sl-item-download {
			margin-top: -1.4em;
			float: right;
		}
.section-list.type-2 {
}
	.section-list.type-2 .sl-item {
		margin: 20px 0px 40px;
	}
		.section-list.type-2 .sl-item-image {
			float: left;
			margin-right: 12px;
			padding-bottom: 12px;
		}


		.section-list.type-2 .sl-item-title {
			margin: 0 0 5px;
			font-size: 1.2em;
		}
		.section-list.type-2 .sl-item-date {
			margin: 5px 0 0;
			font-size: 0.9em;
			color: #a4a4a4;
		}
		.section-list.type-2 .sl-item-phone {
			font-size: 1.2em;
		}
.section-list.type-3 {
}
	.section-list.type-3 .sl-item {
		margin: 20px 0px 25px;
	}

		.section-list.type-3 .sl-item-title {
			margin: 0px 0px 8px;
			font-size: 1.2em;
		}
		.section-list.type-3 .sl-item-date {
			margin: 0px 0px 5px;
			font-size: 0.9em;
			color: #a4a4a4;
		}
.section-list.type-4 {
	padding: 20px;
}
	.section-list.type-4 .sl-item {
		margin-bottom: 20px;
		min-height: 110px;
		padding-bottom: 20px;
		border-bottom: 1px dotted #b9b9b9;
	}
		.section-list.type-4 .sl-item:last-child {
		margin-bottom: 0px;
		padding-bottom: 0px;
		border-bottom: 0px;
	}
		.section-list.type-4 .sl-item-title {
			margin: 0px 0px 8px;
			font-size: 1.2em;
			overflow: hidden;
		}
		.section-list.type-4 .sl-item-image {
			float: left;
			margin-right: 20px;
			position: relative;
			-webkit-box-shadow: 3px 3px 15px 0px #979797;
			-moz-box-shadow: 3px 3px 15px 0px #979797;
			box-shadow: 3px 3px 15px 0px #979797;
		}
		.section-list.type-4 .sl-count {
			position: absolute;
			bottom: 0;
			right: 0;
			background: #fa9a00;
			color:#fff;
			font-size: 11px;
			font-weight: bold;
			padding: 5px 7px;
			line-height: 1;
		}
		.section-list.type-4 .sl-item-date {
			margin: 5px 0px 5px;
			font-size: 0.9em;
			color: #a4a4a4;
		}
		.section-list.type-4 .sl-item-holder {
			overflow: hidden;
		}
.section-list.type-5 {

}
	.section-list.type-5 .sl-item-title {
		font-size: 12px;
		text-transform: uppercase;
		font-weight: bold;
		color: #424242;

	}
	.section-list.type-5 .sl-item {
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px dotted #b9b9b9;
	}
	.section-list.type-5 .sl-item-player {
		margin-top: 15px;

	}
.section-list.type-6 {
}
	.section-list.type-6 .sl-item {
		margin: 20px 0;
		min-height: 220px;
	}
		.section-list.type-6 .sl-item-image {
    float: left;
			margin-right: 12px;
		}
		.section-list.type-6 .sl-item-holder {
    overflow: hidden;
}
		.section-list.type-6 .sl-item-title {
			margin: 0 0 5px;
			font-size: 1.2em;
		}
		.section-list.type-6 .sl-item-date {
			margin: 5px 0 0;
			font-size: 0.9em;
			color: #a4a4a4;
		}
.section-list.type-7 {
}
    .section-list.type-7 .sl-item-title {
        font-size: 12px;
        text-transform: uppercase;
        font-weight: bold;
        color: #424242;
    }
    .section-list.type-7 .sl-item {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .section-list.type-7 .sl-item-player {
        margin-top: 15px;
    }
.b-content .bb-title {
	margin: 0px 0px 10px;
}

.sl-item-image img{
    float: left;
    overflow: hidden;
}

.b-content .bb-title .h1, .b-content .bb-title h1.h1 {
	display: inline;
}

.b-content ul {
	padding-left: 30px;
}
.b-content ul.t-2 {
	padding-left: 10px;
}
	.b-content ul li {
		list-style: none;
		position: relative;
		padding-left: 10px;
	}
	.b-content ul li:after{
		content: '';
		position: absolute;
		top: 5px;
		right: 100%;
		width: 4px;
		height: 7px;
		background: url("../img/li.png") 0 0 no-repeat;
	}

.b-attention {
	background: #fee8bc;
	font-size: 14px;
	padding: 20px 20px 20px 85px;
	position: relative;
}

.b-attention:after {
	content: '';
	width: 66px;
	height: 100%;
	position: absolute;
	left: 0;
	top:0;
	text-align: center;
	background: #fbcc6a url("../img/att_ico.png") 50% 50% no-repeat;
}

.b-attention.i_conf:after {
	width: 66px;
	height: 100%;
	background: #fbcc6a url("../img/conf_ico.png") 50% 50% no-repeat;
}

.b-filter {
	background: #e6e6e6;
	padding: 10px 18px;
	position: relative;
}
.b-form .bf-item {
margin: 0 0 15px;
position: relative;
}

.b-form .bf-item-label{
	text-transform: uppercase;
	font-size: 10px;
	margin: 0px 0px 7px;
	color: #4b4b4b;
	font-weight: bold;
	white-space: nowrap;
}
.b-form .bf-collumn-1 .bf-item{
	width: 100%;
}

.b-form .bf-collumn-2 {
	position: relative;
}

.b-form .bf-collumn-2 .bf-item{
	width: 66%;
	display: inline-block;
	vertical-align: top;
}


.b-form .bf-collumn-2 .bf-button {
	background: #dadada;
	width: 34%;
	height: 100%;
	position: absolute;
	right:-15px;
	bottom: -10px;
	margin-right: -3px;
	text-align: center;
}

.b-form .bf-collumn-3 {
	margin-right: -3%;
}

.b-form .bf-collumn-3 .bf-item {
	display: inline-block;
	vertical-align: top;
	margin-right: 2%;
	width: 30.6%;
}
.b-form .bf-item .bf-collumn-3 .bf-item{
	width: 30%;
}

.b-form .bf-collumn-4 {
	position: relative;
	margin-right: -3%;
}

.b-form .bf-collumn-4 .bf-item{
	width: 63%;
	display: inline-block;
	vertical-align: top;

}
.b-form .bf-collumn-4 .bf-item.bh-width{
	width: 31%;
	margin-right: 2%;
}

.b-form .bf-collumn-5 {
	margin-right: -3%;
}

.b-form .bf-collumn-5 .bf-item{
	width: 63%;
	display: inline-block;
	vertical-align: top;

}
.b-form .bf-collumn-5 .bf-item.bh-width-1{
	width: 31%;
	margin-right: 2%;
}

.b-form .bf-collumn-5 .bf-item.bh-width-2{
	width: 23%;
	margin-right: 2%;
}

.b-form .bf-collumn-5 .bf-item.bh-width-3{
	width: 8%;
	margin-right: 2%;
}

.b-form .bf-collumn-5 .bf-button {
	background: #dadada;
	width: 31%;
	height: 100%;
	text-align: center;
	top: 0;
	right: 0;
	position: absolute;
}
.b-form .bf-collumn-5 .bf-button .btn-holder {
	margin-right: -3%;
	margin-top: 0;
	padding: 27px 0px;
	white-space: nowrap;
}


.b-form .bf-collumn-5 .bf-button button{
	margin-bottom: 0;
}

.b-form .bf-collumn-6 {
	margin-right: -4%;
}

.b-form .bf-collumn-6 .bf-item {
	display: inline-block;
	vertical-align: top;
	margin-right: 2%;
	width: 47%;
}

.b-form .bf-item .send-button {
	display: inline-block;
	margin-left: 19px;
}
.b-form .bf-button .btn-holder {
	margin-top: 15px;
	margin-right: -3%;
	white-space: nowrap;
}

.b-form .bf-button button{
	padding: 0px 5%;
	min-height: 30px;
	color: #fff;
	line-height: 30px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-transform: uppercase;
	margin: 0px 2% 2% 0px;
}

.b-form.t-2 .bf-collumn-a {
	position: relative;
}
.b-form.t-2 .bf-collumn-a .bf-button {
	width: 38%;
	background: #dadada;
	height: 100%;
	position: absolute;
	right:-15px;
	bottom: -10px;
	margin-right: -3px;
	text-align: center;
}
.b-form.t-2 .bf-collumn-a .bf-item {
	width: 62%;
	display: inline-block;
	vertical-align: top;
}
.b-form.t-2 .bf-collumn-b {
	overflow: hidden;
}
.b-form.t-2 .bf-collumn-b .bf-button {
	width: 15%;
	float: right;
	text-align: right;
}
.b-form.t-2.active .bf-collumn-b .bf-button {
	display: none;
}
.b-form.t-2a .bf-collumn-b .bf-button {
	margin-top: 20px;
}
	.b-form.t-2 .bf-collumn-b .blue-button {
		width: 80%;
	}
.b-form.t-2 .bf-collumn-b .bf-item {
	width: 85%;
	float: left;
}
.b-form.t-2.active .bf-collumn-b .bf-item {
	width: 100%;
}

.b-form .bf-holder-main {
	margin: -10px -18px 15px;
	padding: 18px 18px 3px;
	background: #d7d7d7;
}
.b-form .bf-bottom {
	margin: 0 -18px -10px;
}

.b-form .bf-but-more {
	position: relative;
	height: 36px;
	background: #f8f8f8;
	background: -moz-linear-gradient(top, #fff 0%, #f1f1f1 100%);
	background: -webkit-linear-gradient(top, #fff 0%, #f1f1f1 100%);
	background: -o-linear-gradient(top, #fff 0%, #f1f1f1 100%);
	background: -ms-linear-gradient(top, #fff 0%, #f1f1f1 100%);
	background: linear-gradient(top, #fff 0%, #f1f1f1 100%);
	-moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.3);
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.3);
	overflow: hidden;
	text-indent: 100%;
	display: block;
}
.b-form .bf-but-more:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -3px 0 0 -4px;
	border-top: 6px solid #707070;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
}
.b-form.active .bf-but-more:after {
	border-top: 0;
	border-bottom: 6px solid #707070;
}

.b-form .bf-but-check {
	position: relative;
	display: block;
	margin-left: 15px;
	border-bottom: 1px dotted;
	line-height: 1.2;
	display: inline-block;
	cursor: pointer;
}
.b-form .bf-but-check:before {
	content: '';
	position: absolute;
	top: 0.6em;
	left: -15px;
	width: 7px;
	height: 7px;
	margin-top: -3px;
	background: url("../img/ar1.png") 0 0 no-repeat;
}
.b-form .bf-but-check.active:before {
	background-position: -7px 0;
}

.b-form .bf-hidden {
	display: none;
}
.b-form.active .bf-hidden {
	display: block;
}

.b-form .bf-item.t-a {
	font-size: 16px;
	color: #0770af;
}

.b-pagination {
	position: relative;
	background: #e6e6e6;
	text-align: center;
	padding: 8px 10px;
	margin-top: 20px;
}
	.b-pagination a {
		line-height: 18px;
		font-size: 11px;
		color: #fff;
		display: inline-block;
		vertical-align: top;
		width: 18px;
		height: 18px;
		background: #b4b4b4;
		margin-right: 5px;
		-moz-box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.2);
	    -webkit-box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.2);
	    box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.2);
	}
	.b-pagination .bp-prev, .b-pagination .bp-next {
		margin: 0;
		text-align: center;
		border: 0 !important;
	}
	.b-pagination .bp-prev, .b-pagination .bp-next, .b-pagination .bp-start, .b-pagination .bp-end,.b-photo .slider-nav-prev,.b-photo .slider-nav-next {
		width: 18px;
		height: 18px;
		text-indent: 100%;
		vertical-align: middle;
		background: #737373 url("../img/pag_ar.png") 0 0 no-repeat;
		overflow: hidden;
	}
	.b-pagination .bp-prev {
		background-position: -19px 0px;
	}
	.b-pagination .bp-next {
		background-position: -35px 0px;
		margin-right: 5px;
	}
	.b-pagination .bp-end {
		background-position: -53px 0px;
		margin-right: 0;
	}
	.b-pagination a.active {
		background: #097eba;
		color: #fff;
		text-decoration: none;
	}

.bc-disc {
	font-size: 14px;
}
.step-bg {
	background: #fbcc6a;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	padding: 7px 0;
}
.b-step {
	background: #fee8bc;
	margin-top: 20px;
}
	.b-step .sb-disc{
		font-size: 14px;
		text-align: center;
		border-bottom: 1px dotted #9e8143;
		padding: 15px 0px;
		margin: 0 15px;
	}
	.b-step .btn-step{
		padding: 15px;
		/*white-space: nowrap;*/
		min-height: 30px;
	}
.b-step	.radio:before {
	content: '';
	position: absolute;
	top: 1px;
	left: 0;
	width: 18px;
	height: 18px;
	background:  url("../img/checkbox_ico.png") 0 0 no-repeat;
}
	.b-step .radio.active:before {
		background-position: -18px 0;
	}

.b-step	.radio {
	padding: 3px 0px 0px 25px;
	font-size: 0.9em;
	color: #424242;
	text-transform: uppercase;
	font-weight: bold;
}
.b-step	.bb-item-input {
	display: inline-block;
	vertical-align: middle;
	margin-right: 2%;
}
.b-step	.bb-item-input:last-child {
	margin-right: 0;
}
.b-step	.bb-item-button {
	display: inline-block;
	vertical-align: middle;
	text-align: right;
	margin-top: -5px;
}

.b-form  .bf-item-label .bf-file-dics {
	font-size: 10px;
	text-transform: none;
	font-weight: normal;
}

.file_upload{
   background: #FFFFFF;
	border: 1px solid #C1C1C1;
	box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.196);
	width: 46%;
	padding: 5px 10px;
	position: relative;
	margin-top: 10px;
}



.file_upload > button{
    position: absolute;
	right: -135px;
	top: -3px;
}
.file_upload input[type=file]{
	cursor: pointer;
	height: 30px;
	letter-spacing: 10em;
	opacity: 0;
	position: absolute;
	right: -135px;
	top: -2px;
	width: 125px;
}
.file-add span {
	margin-right: 15px;
}
.i_del {
	display: inline-block;
	vertical-align: top;
	width: 18px;
	height: 18px;
	background: #f56b00  url("../img/del_file.png") 0 0 no-repeat;
	margin-left: 5px;
}

.b-attention .ba-item {
	display: inline-block;
	vertical-align: top;
	margin-right: 4%;
	text-transform: uppercase;
	font-weight: bold;
	color: #424242;
	font-size: 12px;
}

.b-attention .ba-item span{
	display: block;
	font-size: 18px;
}
.b-attention.type-2 {
	color: #424242;
	font-size: 14px;
}
	.b-attention.type-2 .ba-item {
		display: inline-block;
		vertical-align: top;
		margin-right: 4%;
		text-transform: none;
		font-weight: normal;
		margin-top: 10px;
		font-size: 14px;
	}

	.b-attention.type-2 span{
		display: block;
		font-size: 14px;
		font-weight: bold;
	}
.b-attention.type-2:after {
	height: 90px;
}


.b-structure {
}
	.b-structure .bs-head {
		text-align: center;
		background: #ee4040;
		padding: 15px 0;
		color: #fff;
	}
		.b-structure .bs-head .h2 {
			margin: 0;
			color: #fff;
		}
		.b-structure .bs-head .h2 a{
			color: #fff;
		}
	.b-structure .bs-item-holder {
		font-size: 0;
		margin-top: 10px;
	}
	.b-structure .bs-item-col1, .b-structure .bs-item-col2, .b-structure .bs-item-col3 {
		display: inline-block;
		vertical-align: top;
		margin-right: 5%;
		width: 30%;
		overflow: hidden;
	}
	.b-structure .bs-item-col1 {
		float: left;
	}
	.b-structure .bs-item-col3 {
		margin-right: 0;
		float: right;
	}
	.b-structure .bs-item {
		font-size: 10px;
		margin-bottom: 10px;
	}
	.b-structure .bs-item .bs-title {
		color: #fff;
		text-align: center;
		padding: 7px 1px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		min-height: 60px;
		display: table;
		width: 100%;
	}
	.b-structure .bs-item .bs-group .bs-title {
		padding: 20px 0;

	}
	.b-structure .h3 {
		text-align: center;
	}

	.b-structure .bs-item .h3 {
		color: #fff;
		margin: 0;
		display: table-cell;
		vertical-align: middle;
		font-size: 10px;
	}
	.b-structure .bs-item .h3 a{
		color: #fff;
	}

	.b-structure .bs-item .h3 .bs-name{
		font-size: 10px;
		text-transform: none;
		font-weight: normal;
		margin-top: 5px;
	}
	.b-structure .bs-item .h3 .bs-post{
		font-size: 10px;
		text-transform: none;
		font-weight: normal;
		margin-top: 5px;
		text-transform: uppercase;
	}
	.b-structure .bs-item ul {
		padding: 5px 0px;
		margin: 0;
	}
		.b-structure .bs-item ul li {
			color: #fff;
			text-align: center;
			text-transform: uppercase;
			font-weight: bold;
			padding: 6px 5px;
			margin: 0;
		}
		.b-structure ul li:after {
			display: none;
		}
		.b-structure .bs-item ul li a{
			color: #fff;
		}
	.b-structure .bs-blue {
		background: #5ba4e2;
	}
	.b-structure .bs-item.bs-blue .bs-title{
		background: #458fce;
		margin: 0;
	}
	.b-structure .bs-item.bs-pink {
		background: #e17eb0;
	}
	.b-structure .bs-item.bs-pink .bs-title{
		background: #ce5391;
		margin: 0;
	}
	.b-structure .bs-item.bs-brown {
		background: #d5a365;
	}

	.b-structure .bs-item.bs-green1 {
		background: #6bc46b;
	}
	.b-structure .bs-item.bs-green2 {
		background: #54a154;
	}
	.b-structure .bs-item.bs-green3 {
		background: #669456;
	}
	.b-structure .bs-row .bs-pink {
		background: #CE5391;
	}

.b-structure .bs-row {
	font-size: 1px;
	line-height: 0;
	text-align: justify;
}
	.b-structure .bs-row:after { 
		content: "";
		display: inline-block;
		height: 0px;
		overflow: hidden;
		visibility: hidden;
		width: 100%;
	}
	.b-structure .bs-row .bs-item {
		display: inline-block;
		vertical-align: top;	
	}
	.b-structure .bs-col2-sub .bs-item  {
		width: 49%;
	}
	.b-structure .bs-col3 .bs-item, .b-structure .bs-col3-sub .bs-item  {
		width: 32%;
	}
	.b-structure .bs-col6 .bs-item, .b-structure .bs-col6-sub .bs-item {
		width: 14%;
	}
	.b-structure .bs-col6-sub .bs-item.bs-brown{
		width: 24%;
	} 
	.b-structure .bs-col5 .bs-item, .b-structure .bs-col5-sub .bs-item  {
		width: 19%;
	}
	.b-structure .bs-col7 .bs-item, .b-structure .bs-col7-sub .bs-item  {
		width: 49%;
	}
	.b-structure .bs-col6-sub .bs-item .h3{
		font-size: 10px;
	}

	.b-structure .bs-col3-sub .bs-item .h3,	.b-structure .bs-col2-sub .bs-item .h3{
		font-size: 14px;
	}

	.b-structure .bs-col2-sub .bs-item .bs-title {
		padding: 10px;
	}

.b-multimedia {
	background: #e6e6e6;
}
table.timetable {
	background: #fee8bc;
	color: #424242;
}
	table.timetable th {
		text-align: left;
		background: #fbcc6a;
		font-size: 14px;
		font-weight: bold;
		color: #424242;
	}
	table.timetable th, table.timetable td {
		border: 0px;
	}

	table.timetable th {
		padding: 5px 20px;
	}
	table.timetable > span{
		color: #000;
		margin-top: 5px;
		display: block;
	}
	table.timetable span .or-hour{
		color: #f87e00;
	}

.contacts-blocks {
    margin-top: 30px;
}
.contacts-blocks .cb-holder {
    margin: 0 -25px;
}
.contacts-blocks .cb-item{
    border: 1px solid #5980b5;
    text-align: center;
    padding: 20px 60px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.contacts-blocks .cb-cols  {
    margin-bottom: 20px;
    display: table;
    width: 100%;
    border-spacing: 25px 0px;
}
.contacts-blocks .cb-row {
    display: table-row;

}
.contacts-blocks .cb-cols .cb-item{
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}
.contacts-blocks .cb-cols  .cb-item .cb-title{
}

.contacts-blocks .cb-item .cb-title a{
    color: #5980b5;
    text-transform: uppercase;
}

.contacts-blocks .cb-item .cb-text{
    margin-top: 10px;
}

.b-photo {
	background: #e6e6e6;
	padding: 50px 20px 20px;
	position: relative;
}
.b-photo .bp-main{
	text-align: center;
    overflow: hidden;
}
	.b-photo .bp-main img{
		width: 660px;
	}
	.b-photo .bp-main .slide-title{
		margin: 15px 0;
	}
	.b-photo .bp-main .bp-main-holder {
		-webkit-box-shadow: 0px 7px 15px 0px #979797;
		-moz-box-shadow: 0px 7px 15px 0px #979797;
		box-shadow: 0px 7px 15px 0px #979797;
	}

.b-photo .bp-holder {
	padding-top: 20px;
	margin-right: -30px;
	margin-bottom: -15px;
	font-size: 0px;
}
.b-photo .bp-holder .bp-item {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 15px;
}

.b-photo .current, .b-photo #custom-caption div{
	background: #097EBA;
	color: #FFFFFF;
	-moz-box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.2);
	box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.2);
	display: inline-block;
	padding: 1px 5px;
	text-align: center;
	position: absolute;
	top: 15px;
	left: 47%;
}

.b-photo .slider-nav-prev, .b-photo  .slider-nav-next {
	height: 18px;
	overflow: hidden;
	text-indent: 100%;
	vertical-align: middle;
	width: 18px;
	display: inline-block;
}

.b-photo  .slider-nav-prev {
	background-position: -19px 0px;
	position: absolute;
	position: absolute;
	left: 43px;
	top: 15px;
}

.b-photo  .slider-nav-next {
	background-position: -35px 0px;
	position: absolute;
	right: 43px;
	top: 15px;
}
.b-photo .slider-nav span {
	display: none;
}

.b-photo .slider-nav-begin, .b-photo .slider-nav-end {
	display: inline-block;
	width: 18px;
	height: 18px;
	text-indent: 100%;
	vertical-align: middle;
	background: #737373 url("../img/pag_ar.png") 0 0 no-repeat;
	overflow: hidden;
	position: absolute;
	top: 15px;
}

.b-photo .slider-nav-end {
	background-position: -53px 0px;
	right: 20px;
}

.b-photo .slider-nav-begin {
	left: 20px;
}
#custom-caption {
	margin: 10px 0;
}
.b-breadcrumb {
	position: relative;
	margin: 0 0 15px;
	font-size: 11px;
	color: #a4a4a4;
}
	.b-breadcrumb a {
		color: #a4a4a4;
	}
.b-docs {
    font-size: 0;
    margin-top: 15px;
}

.date-select input {
	width: 20%;
	margin-right: 10px;
	margin-left: 5px;
}

.l-content-right .b-block .b-link-menu img{
    margin-bottom: -2px;
    margin-left: -20px;
    margin-top: -2px;
}

.l-content-left .b-block .b-link-menu img{
    margin-bottom: -2px;
    margin-left: -20px;
    margin-top: -2px;
}

/* smallfont */
.smallfont .ba-item{
	font-size: 12px;
}
.smallfont .bc-disc, .smallfont .step-bg, .smallfont .sb-disc{
	font-size: 14px;
}
.smallfont .b-form .bf-item-label, .smallfont .b-form .bf-item-label .bf-file-dics{
	font-size: 10px;
}
.smallfont .b-step .btn-step{
	min-height: 30px;
}



/* averagefont */
.averagefont .bc-disc, .averagefont .ba-item, .averagefont .sb-disc, .averagefont .step-bg{
	font-size: 18px;
}
.averagefont .b-form .bf-item-label{
	font-size: 16px;
}
.averagefont .b-form .bf-item-label .bf-file-dics{
	font-size: 14px;
}
.averagefont .b-step .btn-step{
	min-height: 30px;
}
.averagefont .b-attention .ba-item , .averagefont .b-pagination a, .averagefont .b-breadcrumb{
	font-size: 14px;
}
.averagefont .b-attention .ba-item span{
	font-size: 20px;
}
.averagefont .b-attention.type-2, .averagefont .b-attention.type-2 .ba-item, .averagefont .b-attention.type-2 span {
	font-size: 16px;
}
.averagefont .b-form .bf-button .btn-holder{
	margin-top: 5px;
	white-space: inherit;
}


/* largefont */
.largefont .bc-disc, .largefont .ba-item, .largefont .sb-disc, .largefont .step-bg{
	font-size: 22px;	
}
.largefont .b-form .bf-item-label{
	font-size: 20px;
}
.largefont .b-step .btn-step{
	min-height: 70px;
}
.largefont .b-form .bf-item-label .bf-file-dics{
	font-size: 18px;
}
.largefont .b-attention .ba-item , .largefont .b-pagination a, .largefont .b-breadcrumb{
	font-size: 18px;
}
.largefont .b-attention .ba-item span{
	font-size: 22px;
}
.largefont .b-attention.type-2, .largefont .b-attention.type-2 .ba-item, .largefont .b-attention.type-2 span {
	font-size: 18px;
}
.largefont .b-form .bf-button .btn-holder{
	margin-top: 5px;
	white-space: inherit;
}

.b-tabs.t-1 {
	position: relative;
	padding-left: 20px;
	border-bottom: 1px solid #c2c2c2;
	font-size: 16px;
}
	.b-tabs.t-1 .bt-item {
		padding: 10px 25px;
		background: #fff;
		border: 1px solid transparent;
		border-bottom: 0;
		display: inline-block;
		vertical-align: bottom;
	}
	.b-tabs.t-1 .bt-item.active {
		margin-bottom: -1px;
		padding-bottom: 11px;
		border-color: #c2c2c2;
		color: #424242;
	}
		.b-tabs.t-1 .bt-item span {
			border-bottom-width: 1px;
			border-bottom-style: dotted;
		}
		.b-tabs.t-1 .bt-item.active span {
			border-bottom: 0;
		}

.b-tabs.t-2 {
	position: relative;
	font-size: 14px;
}
	.b-tabs.t-2 .bt-item {
		padding: 6px 10px;
		border: 1px solid transparent;
		display: inline-block;
		vertical-align: bottom;
	}
	.b-tabs.t-2 .bt-item.active {
		border-color: #89cff7;
	}
		.b-tabs.t-2 .bt-item span {
			border-bottom-width: 1px;
			border-bottom-style: dotted;
		}
		.b-tabs.t-2 .bt-item.active span {
			border-bottom: 0;
		}
	.b-tabs.t-2 .bt-item.active:after {
		content: '';
		width: 12px;
		height: 12px;
		margin-left: 5px;
		background: url("../img/tab_close1.png") 50% 50% no-repeat;
		display: inline-block;
		vertical-align: middle;
	}

.b-tags.t-1 {
	position: relative;
	font-size: 0;
}
	.b-tags.t-1 .bt-item {
		position: relative;
		width: 25%;
		height: 30px;
		margin-bottom: 1px;
		padding: 6px 5px;
		background: #e6e6e6;
		border-right: 1px solid #fff;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 12px;
		line-height: 1.2;
		display: inline-block;
		vertical-align: middle;
	}
	.b-tags.t-1 .bt-item.active {
		background: #007bc1;
		color: #fff;
	}
	.b-tags.t-1 .bt-item:before {
		content: '';
		width: 0;
		display: inline-block;
		vertical-align: middle;
	}
		.b-tags.t-1 .bt-item span {
			display: inline-block;
			vertical-align: middle;
		}

.c-list.t-3 {
	text-align: center;
	margin-left: -5px;
	margin-right: -5px;
	line-height: 0;
	text-align: justify;
}
.c-list.t-3:after {
	content: '';
	width: 100%;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	display: inline-block;
}
	.c-list.t-3 .cl-item {
		position: relative;
		width: 6%;
		font-weight: bold;
		color: #424242;
		text-align: center;
		text-transform: uppercase;
		display: inline-block;
		vertical-align: top;
	}
	.c-list.t-3 .cl-item.active {
		color: #fff;
	}
		.c-list.t-3 .cl-item span,
		.c-list.t-3 .cl-item a {
			width: 30px;
			height: 30px;
			height: 30px;
			margin: auto;
			line-height: 30px;
			display: block;
		}
		.c-list.t-3 .cl-item.active a {
			background: #0c87c0;
			color: inherit;
		}

.b-multi-slider {
	width: 900px;
	height: 180px;
	margin: 0 auto;
	padding: 10px 0;
}
	/*.b-multi-slider .bs-item {
		-moz-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.5);
		-webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.5);
		box-shadow: 0 2px 10px 0 rgba(0,0,0,0.5);
	}*/

.b-side-subscribe {
	position: relative;
}
	.b-side-subscribe .bs-button {
		position: relative;
		background: #f1f1f1;
		background: -moz-linear-gradient(top, #f1f1f1 0%, #e4e4e4 100%);
		background: -webkit-linear-gradient(top, #f1f1f1 0%, #e4e4e4 100%);
		background: -o-linear-gradient(top, #f1f1f1 0%, #e4e4e4 100%);
		background: -ms-linear-gradient(top, #f1f1f1 0%, #e4e4e4 100%);
		background: linear-gradient(top, #f1f1f1 0%, #e4e4e4 100%);
		font-size: 11px;
		font-weight: bold;
		line-height: 1.2;
		text-transform: uppercase;
	}
	.b-side-subscribe.active .bs-button {
		background: #face00;
		background: -moz-linear-gradient(top, #fcdd00 0%, #f9c000 100%);
		background: -webkit-linear-gradient(top, #fcdd00 0%, #f9c000 100%);
		background: -o-linear-gradient(top, #fcdd00 0%, #f9c000 100%);
		background: -ms-linear-gradient(top, #fcdd00 0%, #f9c000 100%);
		background: linear-gradient(top, #fcdd00 0%, #f9c000 100%);
	}
	.b-side-subscribe .bs-button:before {
		content: '';
		position: absolute;
		top: 50%;
		left: 10px;
		width: 7px;
		height: 7px;
		margin-top: -4px;
		background: url("../img/ar2.png") 0 0 no-repeat;
	}
	.b-side-subscribe.active .bs-button:before {
		background-position: -7px 0;
	}
		.b-side-subscribe .bs-button a {
			padding: 12px 20px 10px 25px;
			color: #000;
			display: block;
		}
	.b-side-subscribe .bs-holder {
		position: relative;
		padding: 15px 12px;
		background: #ececec;
		display: none;
	}
	.b-side-subscribe.active .bs-holder {
		display: block;
	}
	.b-side-subscribe .bs-input {
	}
		.b-side-subscribe .bsi-label {
			margin-bottom: 5px;
			color: #919191;
			display: block;
		}
	.b-side-subscribe .bs-list {
		position: relative;
		margin-top: 15px;
		color: #007bc1;
	}
		.b-side-subscribe .bsl-item {
			margin: 8px 0;
		}
	.b-side-subscribe .bs-submit {
		position: relative;
		margin-top: 15px;
        min-height: 45px;
	}
		.b-side-subscribe .bs-submit a {
			color: #000;
            float: left;
		}
            .b-side-subscribe .bs-submit a.blue-button {
                color: #fff;
                margin: 10px 0;
            }

.c-list.t-4 {
	text-align: center;
}
	.c-list.t-4 .cl-holder {
		margin: 0 -10px -40px;
	}
	.c-list.t-4 .cl-item {
		position: relative;
		width: 28%;
		margin: 0 2% 40px;
		display: inline-block;
		vertical-align: top;
	}
		.c-list.t-4 .cl-item-title {
			margin-top: 10px;
			font-size: 10px;
			text-transform: uppercase;
		}
			.c-list.t-4 .cl-item-title a {
				color: inherit;
			}

.b-buttons {
	position: relative;
	margin-right: -20px;
}
	.b-buttons .bb-item {
		position: relative;
		width: 35%;
		min-height: 3.6em;
		margin-right: 2%;
		margin-bottom: 2%;
		padding: 4% 8% 4% 4%;
		font-size: 14px;
		font-weight: bold;
		color: inherit;
		line-height: 3.6em;
		text-transform: uppercase;
		display: inline-block;
		vertical-align: top;
	}
	.b-buttons .bb-item.t-lite {
		color: #239bd0;
	}
	.b-buttons .bb-item.t-dark {
		color: #fff;
	}
	.b-buttons .bb-item:before {
		content: '';
		width: 0;
		height: 3.6em;
		display: inline-block;
		vertical-align: middle;
	}
	.b-buttons .bb-item:after {
		content: '';
		position: absolute;
		top: 50%;
		right: 8%;
		width: 26px;
		height: 26px;
		margin-top: -13px;
		background: url("../img/button_bg5.png");
	}
	.b-buttons .bb-item.t-dark:after {
		background-position: 100% 0;
	}
		.b-buttons .bb-item > span {
			line-height: 1.2;
			display: inline-block;
			vertical-align: middle;
		}
		.b-buttons .bb-item > span:before {
			content: '';
			position: absolute;
			top: 15px;
			left: 15px;
			right: 15px;
			bottom: 15px;
			border: 1px solid #fff;
		}



.m_t05 {
	margin-top: 5px;
}
.m_t1 {
	margin-top: 10px;
}
.m_t15 {
	margin-top: 15px;
}
.m_t2 {
	margin-top: 20px;
}
.m_t4 {
	margin-top: 40px;
}
.m_r05 {
	margin-right: 5px;
}
.m_r1 {
	margin-right: 10px;
}
.m_r2 {
	margin-right: 20px;
}
.m_r4 {
	margin-right: 40px;
}
.m_l05 {
	margin-left: 5px;
}
.m_l1 {
	margin-left: 10px;
    margin-top: 5px;
}
.m_l2 {
	margin-left: 20px;
}
.m_l4 {
	margin-left: 40px;
}
.m_b05 {
	margin-bottom: 5px;
}
.m_b1 {
	margin-bottom: 10px;
}
.m_b15 {
	margin-bottom: 15px;
}
.m_b2 {
	margin-bottom: 20px;
}
.m_b4 {
	margin-bottom: 40px;
}
