
@font-face {
    font-family: 'univers-condensed-medium';
    src: url('fonts/univers-condensed-medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


body {
	margin: 0;
	padding: 0;
	background: #eeefea url(/img/body.png);
	color: #666;
	font-family:sans-serif,Tahoma;
	font-size:14px
}

a {
	color: rgb(255, 0, 48);
	text-decoration: none;
}
a:hover {
	color: rgb(255, 90, 90);
	text-decoration: none;
}
a:visited {
	color: rgb(255, 0, 48);
}
a:active {
	color: rgb(255, 90, 90);
}

.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}



/* ---- title ---- */
.head {
	margin: auto;
	margin-top: 40px;
	text-align: center;
	width: 660px;
}
.head h1 {
	font-size:18px;
	font-weight:bold;
}

/* ---- dashed-line ---- */
.dashed-road {
	margin: 30px 0px;
	margin-top: 92px;
	background: none repeat scroll 0% 0% rgb(180, 100, 163);
	box-shadow: 0px 0px 0px 4px rgb(180, 100, 163), 2px 1px 8px 4px rgba(10, 10, 0, 0.5);
	background: none repeat scroll 0% 0% rgb(255, 0, 48);
	box-shadow: 0px 0px 0px 4px rgb(255, 0, 48), 2px 1px 8px 4px rgba(10, 10, 0, 0.5);
	border-top: 2px dashed rgb(255, 255, 255);
	border-bottom: 2px dashed rgb(255, 255, 255);
	font: 20px/20px univers-condensed-medium,sans-serif,Tahoma;
	color: rgb(255, 255, 255);
	letter-spacing: 4px;
}
.wrapper {
	margin: auto;
	padding: 14px 0px;
	width: 660px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.road,
.road ul {
	margin: 0px;
	padding: 0px;
	list-style: none outside none;
}
.road ul li {
	margin-right: 0;
	padding-bottom: 0;
	border: none;
	border-right: 1px solid #fff;
	font-weight: normal;
	position: relative;
	float: left;
}
.road ul li.last {
	border: none;
}
.road a {
	border: none;
	color: rgb(255, 255, 255);
	text-shadow: none !important;
}
.road span {
	padding: 0 18px;
}
.road a:hover,
.road a:active {
	color: rgb(54, 54, 54);
}

/* ---- content ---- */
.content-items {
	margin: auto;
	width:660px;
}
.content-item {
	padding: 20px 20px 10px !important;
	vertical-align: middle;
	line-height: 1.4;
	font-size: 14px;
	background-color: rgb(255, 255, 255);
	border: 1px solid rgb(229, 229, 229);
	border-radius: 4px;
}
.content-item  span.title {
	font-size: 18px;
	font-weight: bold;
}
.content-item  ul {
	list-style: disc outside none;
}
.content-item  li {
	padding-bottom: 4px;
}

/* ---- social links ---- */
.social {
	font-size: 11px;
}
.social div {
	float:right;
}
.social a {
	margin:2px;
	padding:0;
	display:block;
	width:24px;
	height:24px;
	outline:none;
	background:url(/img/icons.png) -0px 0 no-repeat;
	float:right;
}
.social > a.vk {
	background:url(/img/icons.png) -0px 0 no-repeat;
}
.social > a.fb {
	background:url(/img/icons.png) -48px 0 no-repeat
}
.social > a.google {
	background:url(/img/icons.png) -24px 0 no-repeat
}
.social > a.mail {
	background:url(/img/icons.png) -168px 0 no-repeat
}
.social > a.odnoklassniki {
	background:url(/img/icons.png) -96px 0 no-repeat
}
.social > a.lj {
	background:url(/img/icons.png) -192px 0 no-repeat
}
.social > a.twitter {
	background:url(/img/icons.png) -72px 0 no-repeat
}

#debug {
	margin-top: 80px;
	margin-bottom: 30px;
}