	
@font-face {
	font-weight: normal;
	font-style: normal;
/*
	font-family: 'codropsicons';
	src:url('../fonts/codropsicons.eot');
	    url('../fonts/codropsicons.woff'),
	    url('../fonts/codropsicons.ttf'),
	    url('../fonts/codropsicons.svg');
*/
       font-family: 'FontAwesome';
        src: url('../fonts/fontawesome-webfont.eot'),
	     url('../fonts/fontawesome-webfont.woff2'), 
	     url('../fonts/fontawesome-webfont.woff'), 
	     url('../fonts/fontawesome-webfont.ttf'), 
	     url('../fonts/fontawesome-webfont.svg');

        font-family: 'GOST-Type-A'; /* Гарнитура шрифта */
         src:url('../fonts/GOST-Type-A.ttf'); /* Путь к файлу со шрифтом из каталога CSS (!)*/

} 

*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after {display: table;  content: ''; }
.clearfix:after { clear: both; }

body {
	background: #3a3c40;
	color: #e6e8ec;
	font-size: 1em;
	font-family: 'GOST-Type-A', 'FontAwesome'; 
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
	outline: none;
	color: #575A61; 
	text-decoration: none;
}

a:hover, a:focus {
	color: #5F6269; 
}

.hidden {
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
	pointer-events: none;
}

.container {
	overflow: hidden;
}

/* Header */
.caer-ivango-header {
	padding: 1em 1em;
	text-align: center;
}

.caer-ivango-header h1 {
	margin: 0.5em 0 0;
	font-size: 2.25em;
	line-height: 1;
	font-weight: normal;
}

.caer-ivango-header h1 span {
	display: block;
	padding: 0.5em 0 1em;
	color: #5F6269;
	font-weight: bold;
	font-size: 0.45em;
}

/* Top Navigation Style */
.caer-ivango-links {
	position: relative;
	display: inline-block;
	text-align: center;
	white-space: nowrap; 
}

.caer-ivango-links::after {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 100%;
	background: rgba(0,0,0,0.9);
	content: '';
	
	-webkit-transform: rotate3d(0,0,1,22.5deg);
	transform: rotate3d(0,0,1,22.5deg);
	
}

.caer-ivango-icon {
	display: inline-block;
	margin: 0.5em;
	padding: 0em 0;
	width: 1.5em; 
	text-decoration: none;
}

.caer-ivango-icon span {
	display: none;
}

.caer-ivango-icon:before {
	margin: 0 5px;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: 'FontAwesome';
/*	font-family: 'codropsicons'; */
	line-height: 1;

	speak: none;
	-webkit-font-smoothing: antialiased;
}

.caer-ivango-icon--drop:before {
	content: "\f005";
/*	content: "\e001";*/
}

.caer-ivango-icon--prev:before {
	content: "\f00c";
/*	content: "\e004"; */
}

/* Demo links */
.caer-ivango-demos {
	margin: 1em 0 0;
}

.caer-ivango-demos a {
	display: inline-block;
	margin: 0 0.5em;
}

.caer-ivango-demos a.current-demo {
	color: #333;
}

/* Content */
.content {
	margin: 0 auto;
	position: relative;
	text-align: center;
	clear: both;
}

.content p {
	padding: 0.25em;
}

/* Related demos */
.content--related {
	padding: 0.25em 0;
	z-index: 100;
	font-weight: bold;
}

.media-item {
	display: inline-block;
	padding: 1em;
	vertical-align: top;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.media-item__img {
	max-width: 100%;
	opacity: 0.6;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.media-item:hover .media-item__img,
.media-item:focus .media-item__img {
	opacity: 1;
}

.media-item__title {
	margin: 0;
	padding: 0.5em;
	font-size: 1em;
}
