@font-face {
    font-family: "CharterBlackC";
    src: url("../font/charterblackc-webfont.eot");
    src: url("../font/charterblackc-webfont.woff") format("woff"), url("../font/charterblackc-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
header, nav, section, article, aside, footer {
	display: block;
}
body {
	background: #f8f8f8;
	width: 100%;
	margin: 0;
	padding: 0;
	font: 14px/18px Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #262626;
}
a {
	color: #005dab;
	outline: none;
	text-decoration: underline;
	
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
	outline: none;
}
h1 {
	margin: 0;
	padding: 0 15px 0 0;
	font: normal 21px/22px 'CharterBlackC';
}
h2 {
	margin: 0;
	padding: 0 0 10px;
	font: normal 21px/22px 'CharterBlackC';
}
h3 {
	margin: 0;
	padding: 0 0 10px;
	font: normal 18px/20px 'CharterBlackC';
}
.wrapper,
.narrow .wrapper {
	position: relative;
	width: 1260px;
	margin: 0 auto;
}
.wide .wrapper {
	width: 1260px;
}
.dashed {
	display: inline-block;
	text-decoration: none;
	line-height: 100%;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}
.dotted {
	display: inline-block;
	text-decoration: none;
	line-height: 100%;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}
.blocks-wrapper {
	overflow: hidden;
}
.actual {
	display: inline-block;
	background: url(../img/star.png) no-repeat 0 2px;
	width: 63px;
	padding: 0 0 0 17px;
	font: italic 10px/9px Arial, Helvetica, sans-serif;
	color: #8f8f8f;
}
.distance {
	display: inline-block;
	background: #f1e9bc;
	padding: 0 3px;
	line-height: 18px;
	font-size: 12px;
	color: #525151;
}



/* Header
-----------------------------------------------------------------------------*/
.header {
	position: relative;
	height: 144px;
	margin-bottom: 20px;
	z-index: 100;
}	.header a {
		text-decoration: none;
		color: #fff;
	}


/* Middle
-----------------------------------------------------------------------------*/
.middle {
	position: relative;
	width: 100%;
	height: 1%;
}
.middle:after {
	content: '';
	clear: both;
	display: table;
}
.container {
	width: 100%;
	float: left;
	overflow: hidden;
}
.content,
.wide .content {
	padding: 0 260px;
}
.narrow .content {
	padding-right: 0 !important ;
}
.back {
	padding-bottom: 10px;	
}
.content.inner {
	
}	.content.inner .banner-inner {
		margin: 0 0 10px;
	}
	.content.inner .bottom-part {
		padding: 20px 0;
	}	.content.inner .bottom-part .articles {
			padding-top: 10px;
		}
		.content.inner .bottom-part .simple-text {
			padding-top: 10px;
			line-height: 21px;
		}	.content.inner .bottom-part .simple-text strong {
				font-size: 16px;
			}
.articles {
	margin: 0;
	padding: 0;
	list-style: none;
}	.articles li {
		display: inline-block;
		width: 220px;
		margin-right: 16px;
		vertical-align: top;
		line-height: 21px;
	}	.articles li a {
			display: block;
			text-decoration: none;
			color: #262626;
		}	.articles li a strong {
				display: block;
				padding-bottom: 6px;
				font-size: 16px;
			}
			.articles li a img {
				margin-bottom: 5px;
				vertical-align: top;
			}
		.articles li a:hover {
			text-decoration: underline;
		}
.institutions-list {
	margin: 0;
	padding: 0;
	list-style: none;
}	.institutions-list li.image {
		display: inline-block;
		width: 220px;
		margin: 0 16px 20px 0;
		vertical-align: top;
	}	.institutions-list li.image a {
			display: block;
			line-height: 20px;
		}	.institutions-list li.image a img {
				margin-bottom: 5px;
				vertical-align: top;
				display: block;
			}
		.institutions-list li.image .actual {
			margin-top: 5px;
		}
.institutions-list {
	margin: 0;
	border: none !important;
	padding: 0 0 20px;
	list-style: none;
}	.institutions-list li.text {
		background: url(../img/arrow-3.png) no-repeat 0 8px;
		padding: 0 0 20px 10px;
		line-height: 20px;
	}	.institutions-list li.text a {
			display: block;
		}
			
.full-cities-list {
	display: none;
	position: absolute;
	background: #fff;
	width: 1020px;
	height: 540px;
	border: 1px solid #005dab;
	white-space: nowrap;
	z-index: 200;
}	.full-cities-list .label,
	.small-cities-list .label {
		display: block;
		padding: 9px 0 8px 20px;
		font: 18px/20px 'CharterBlackC';
	}
	.full-cities-list ul,
	.small-cities-list ul {
		/* display: inline-block; */
		margin: 0;
		padding: 0 0 0 20px;
		list-style: none;
		float: left;
	}	.full-cities-list ul li,
		.small-cities-list ul li {
			padding-bottom: 6px;
		}	.full-cities-list ul li a,
			.small-cities-list ul li a {
				text-decoration: none;
				font-size: 16px;
				color: #262626;
			}
			.full-cities-list ul li a:hover,
			.small-cities-list ul li a:hover {
				text-decoration: underline;
			}
.small-cities-list {
	display: none;
	position: absolute;
	background: #fff;
	height: 170px;
	padding-right: 20px;
	border: 1px solid #005dab;
	white-space: nowrap;
	z-index: 200;
}
.block-with-left-column {
	width: 740px;
	overflow: hidden;
	background: url(../img/colunm-bg.png) repeat-y 0 0;
	margin-bottom: 25px;
}	.block-with-left-column .block-content {
		overflow: hidden;
		float: right;		
		width: 490px;
		padding-right: 10px;
	}
	.block-with-left-column .column {
		overflow: hidden;
		float: left;
		width: 172px;
		padding: 0 14px 10px;
	}	.block-with-left-column .column .filter {
			padding: 8px 0 12px;
		}	.block-with-left-column .column .filter .label {
				display: block;
				padding-bottom: 2px;
				font-weight: bold;
				font-size: 16px;
			}
			.block-with-left-column .column .filter ul.filter-group{
				margin-bottom:10px;
			}
			.block-with-left-column .column .filter ul {
				margin: 0;
				padding: 0 0 0 9px;
				list-style: none;
			}	.block-with-left-column .column .filter ul li {
					padding-bottom: 3px;
				}
				.block-with-left-column .column .filter ul li a {
					display: inline-block;
					padding: 1px 4px 2px;
					color: #505050;
				}
				#orientation-menu li.active a {
					background: #5e8ebd;
					text-decoration: none;
					color: #fff;
				}
				.block-with-left-column .column .filter ul li a.active {
					background: #5e8ebd;
					text-decoration: none;
					color: #fff;
				}	.block-with-left-column .column .filter ul li a small {
						font-size: 12px;
					}
		.block-with-left-column .column .all-on-map {
			display: block;
			background: #f73636;
			width: 150px;
			height: 50px;
			margin-bottom: 17px;
			padding: 13px 0 0 20px;
			text-transform: uppercase;
			text-decoration: none;
			font-size: 14px;
			font-weight: bold;
			color: #fff;
		}
		.block-with-left-column .column .school-banner {
			display: block;
			margin-bottom: 17px;
		}	.block-with-left-column .column .school-banner img {
				vertical-align: top;
			}
.events-table {
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border: 0;
}	.events-table td {
		padding: 10px 0;
		vertical-align: top;
		font-size: 16px;
	}	.events-table td .label {
			display: block;
			padding: 10px 0;
			text-align: center;
			font-size: 20px;
			font-weight: bold;
			color: #3978ba;
		}
		.events-table td small {
			font-size: 12px;
			color: #808080;
		}
		.events-table td em {
			display: block;
			font-size: 14px;
			padding: 0 0 0 30px;
		}
		.events-table td img {
			position: relative;
			border-radius: 26px;
		}
		.events-table td .leading {
			display: block;
			position: relative;
			padding: 0 0 0 30px;
			line-height: 26px;
			font-weight: bold;
			color: #4a4a4a;
		}	.events-table td .leading img {
				position: absolute;
				top: 0;
				left: 0;
			}
		.events-table td a {
			display: block;
		}
	.events-table td.date {
		width: 110px;
		padding: 10px 15px;
	}
	.events-table td.other {
		width: 220px;
		padding-left: 10px;
	}
	.events-table td.no-hover {
		background: #f8f8f8;
	}
	.events-table tr:hover {
		background: #f7f2ce;
	}


/* Sidebar Left
-----------------------------------------------------------------------------*/
.left-column {
	position: relative;
	overflow: hidden;
	float: left;
	width: 240px;
	margin: 0 0 20px -100%;
}	.left-column .title-block {
		position: relative;
		background: #d6d4c5;
		padding: 10px 5px;
		box-shadow: 0 2px 2px rgba(10, 10, 10, 0.3);
		font: 16px/18px 'CharterBlackC';
		z-index: 10;
	}	.left-column .title-block .title {
			color: #09396b;
		}
		.leftColumn .banner{
			margin-bottom: 20px;
			margin-top: 20px;
			text-align: center;			
		}
		.left-column .title-block .dashed {
			text-decoration: none;
			color: #989898;
		}
	.left-column .go-section {
		text-align: right;
		height: 17px;
		margin-top: -2px;
	}	.left-column .go-section a {
			display: inline-block;
			background: #e3645e;
			padding: 0 7px;
			line-height: 17px;
			font-size: 12px;
			color: #fff;
		}


/* Sidebar Right
-----------------------------------------------------------------------------*/
.float-column,
.wide .float-column {
	position: relative;
	float: left;
	width: 240px;
	margin: 0 -3px 0 -240px;
}
.narrow .float-column {
	margin-right: 0;
	margin-left: -100%;
}	.float-column .banner {
		margin-bottom: 20px;
		text-align: center;
	}	.float-column .banner img {
			vertical-align: top;
		}
	.float-column .google {
		margin-bottom: 20px;
		text-align: center;
	}	.float-column .google img {
			vertical-align: top;
		}
	.float-column .vk {
		overflow: hidden;
		width: 240px;
		margin-bottom: 20px;
	}	.float-column .vk img {
			vertical-align: top;
		}		


/* Footer
-----------------------------------------------------------------------------*/
.footer {
	border-top: 1px solid #7ba3d9;
}	.footer .middle,
	.narrow .footer .middle {
		overflow: hidden;
		width: 1000px;
		height: 64px;
		margin: 0 auto;
	}
	.wide .footer .middle {
		width: 1260px;
	}	.footer .middle .left-part {
			float: left;
			width: 450px;
			padding-left: 30px;
		}	.footer .middle .left-part .links {
				line-height: 38px;
				font-size: 16px;
			}	.footer .middle .left-part .links a {
					margin-right: 30px;
				}
			.footer .middle .left-part p {
				margin: 0;
				color: #808080;
			}
		.footer .middle .counter {
			float: right;
			margin: 19px 14px 0 0;
		}
		.footer .middle .text-center {
			overflow: hidden;
			margin: 0;
			padding-top: 10px;
			line-height: 20px;
		}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	