/**
 * @category	Dresscode
 * @link		http://dresscode.ru
 * @revision	$Revision$
 * @date		$Date$
 */



/**
* XXX: Fonts
*/
@font-face {
	font-family: 'Rubl';
	src: url('fonts/rouble.eot');
	src: local('☺'), 
		url('fonts/rouble.woff') format('woff'),
		url('fonts/rouble.ttf') format('truetype'),
		url('fonts/rouble.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}




/**
* XXX: Main
*/
body {
	background: #fff;
	font-size: 12px;
	line-height: 1.4;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}
h1, .h1 {
	font-size: 22px;
	font-weight: normal;
	font-family: 'Roboto', sans-serif;
	margin: 0 0 20px;
	padding: 0;
}
h2, .h2 {
	font-size: 18px;
	font-weight: normal;
	font-family: 'Roboto', sans-serif;
	margin: 0 0 20px;
	padding: 0;
}
h3, .h3 {
	font-size: 16px;
	font-weight: normal;
	font-family: 'Roboto', sans-serif;
	margin: 0 0 15px;
	padding: 0;
}

h4. .h4 {
	font-size: 14px;
	font-weight: normal;
	font-family: 'Roboto', sans-serif;
	margin: 0 0 10px;
	padding: 0;
}
a {
	color: #0056b3;
	text-decoration: underline;
}
a:focus {
	outline: none;
}
a:hover {
	color: #0B12C8;
	text-decoration: underline;
}
b,
strong {
	font-weight: bold;
}

button,
input {
	margin: 0;
	padding: 0;
	border: 0;
}
button:focus,
input:focus {
	outline: none !important;
}

/* Fake links */
a.fake {
	border-bottom: 1px dashed;
	text-decoration: none;
}
a.fake:hover {
}

.hr {
	height: 1px;
	border-bottom: solid 1px #dfe4eb;
	margin: 20px 0;
}



/* Плоские списки (с обнулёнными стилями) */
ul.flat,
ol.flat {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.flat li,
ol.flat li {
	margin: 0;
	padding: 0;
}




/* Tools */
.p-rel {
	position: relative;
 }
.t-center {
	text-align: center;
}
.t-right {
	text-align: right;
}

.img-embed {
	float: left;
	margin: 0 1em .5em 0;
}
.img-embed-right {
	float: right;
	margin-left: .5em;
	margin-right: 0;
}


/* Icons */
.dc-icon::before {
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(images/icons/soc-fb.svg) no-repeat 0 0;
	background-size: cover;
}
.dc-icon.dc-icon-inst::before {
	background-image: url(images/icons/soc-inst.svg);
}
.dc-icon.dc-icon-vk::before {
	background-image: url(images/icons/soc-vk.svg);
}
.dc-icon.dc-icon-ok::before {
	background-image: url(images/icons/soc-ok.svg);
}
.dc-icon.dc-icon-tw::before {
	background-image: url(images/icons/soc-tw.svg);
}

.dc-icon-inline {
	display: inline-block;
	vertical-align: middle;
}
.dc-icon-subway {
	background-image: url(/local/templates/index/images/icons/metro-red.svg);
	width: 20px;
	height: 15px;
	background-position: -2px -2px;
}
