@font-face {
    font-family: a_CityNova; /* Имя шрифта */
    src: url(../fonts/a_CityNova.ttf); /* Путь к файлу со шрифтом */
}
@font-face {
	font-family: a_CityNova_Bold; /* Имя шрифта */
    src: url(../fonts/a_CityNova_Bold.ttf); /* Путь к файлу со шрифтом */
}

/*

1. Main;
2. Container;
3. Index;
4. Projects;
5. Current project;
6. Books;

N. Bottom;


∞. Typography.

*/



/*MAIN*/

html {
	height: 100%;
	width: 100%;
		
}

body {
	height: 100%;
	width: 100%;
	background-color: #181818;
	margin: 0;
	font-size: 12px;
	font-family: helvetica, arial, sans-serif;
	/*font-family: 'a_CityNova',arial,sans-serif;*/
}

/*main*/

/*CONTAINER*/

#container {
	max-width: 1200px;
	min-width: 1000px;
	width: 100%;
	min-height: 100%;
	background-color: #fff;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

	
				
	#in_container {
		width: 1000px;
		min-height: 460px;
		margin: 10px auto 0 auto;
		position: relative;
		z-index: 1;
		display: table;
	}
		#menu {
			position: absolute;
			top: 250px;
			left: -100px;
			z-index: 999;
		}
		#menu ul {
			list-style: none;
			padding: 0;
			margin: 0;
		}
			#menu ul li {
				list-style: none;
				padding: 0;
				margin: 5px 0;
			}
			#menu ul li a {
				color: #000;
				text-decoration: none;
				padding: 4px 4px 2px 105px;
				border: none !important;
				font-size: 21px;
				font-family: 'a_CityNova_bold';
			}
			#menu ul li a:hover {
				background-color: #181818;
				color: #fff;
			}
			#menu ul li span {
				background-color: #181818;
				color: #fff;
				text-decoration: none;
				padding: 4px 4px 2px 105px;
				border: none !important;
				font-size: 21px;
				font-family: 'a_CityNova_bold';
			}
		#logo {
			position: absolute;
			top: 70px;
			left: 5px;
			z-index: 2;
		}
			#logo a {
				border: none;
				text-decoration: none;
				clear: both;
				display: block;
			}
				#logo a img {
					
				}
			/*#logo_img {
				border: none;
				text-decoration: none;
			}
			#logo img {
				margin-bottom: 4px;
			}*/
		a#language {
			font-size: 12px;
			color: #999;
			text-decoration: none;
			/*border-bottom: 1px solid #eee;*/
			border: none;
			line-height: 20px;
			display: inline;
		}
		a#language:hover {
			color: #000;
			/*border-color: #ddd;*/
		}
			
/*container*/

/*INDEX*/

.c_row {
	width: 100%;
	margin: 0 0 10px 0;
	overflow: hidden;
}
	.c_row .square {
		float: left;
		height: 240px;
		width: 240px;
		margin: 0 5px;
	}

/*index*/

/*PROJECTS*/

#projects {
	margin: 0 0 0 auto;
	width: 745px;
	min-height: 500px;
	border-left: 1px solid #e0e0e0;
}
	.project_row {
		width: 100%;
		margin: 0 0 10px 0;
		overflow: hidden;
	}
		.project_row .image {
			float: right;
			height: 240px;
			width: 240px;
			margin: 0 5px;
			text-align: center;
			background: #181818;
		}
			.project_row .image a {
				display: inline-block;
				width: 100%;
			}
		.project_row .title {
			float: left;
			padding-top: 25px;
		}
		.project_row .title a {
			text-decoration: none;
			border: none;
			text-transform: uppercase;
			display: block;
			padding: 4px 4px 2px 20px;
		}
			.project_row .title a span {
				font-size: 21px;
				font-family: 'a_CityNova_bold';
				color: #000;
			}
			.project_row .title a p.year {
				font-size: 15px;
				font-family: 'a_CityNova_bold';
				color: #999;
				margin: 0;
			}
		.project_row .title a:hover {
			background: #181818;
		}
			.project_row .title a:hover span,
				.project_row .title a:hover p {
					color: #fff;
				}

/*projects*/

/*CURRENT PROJECT*/

#current_project {
	margin-top: 190px;
	padding: 0 5px;
	width: 990px;
}
	#current_project .p_title,
		#current_project .move_back {
			overflow: hidden;
			margin: 0 auto;		
		}
	
	#current_project .p_title div {
		float: left;
		font-size: 48px;
		line-height: 46px;
		font-family: 'a_CityNova_bold';
		color: #000;
		text-transform: uppercase;
	}
	#current_project .p_title > span {
		float: left;
		margin: 0 0 0 5px;
		color: #999;
		font-size: 20px;
		font-family: 'a_CityNova_bold';
	}
	
	.other_projects {
		padding: 20px 5px;
		overflow: hidden;
		font-family: 'a_CityNova',arial,sans-serif;
	}
		.other_projects ul {
			list-style: none;
			padding: 0;
			margin: 0;
		}
		.other_projects ul li {
			list-style: none;
			padding: 0;
			margin: 0 20px 15px 0;
			float: left;
		}
		.other_projects ul li a {
			text-decoration: none;
			text-transform: uppercase;
			line-height: 14px;
		}
		.other_projects ul li a span { display: block; }
		.other_projects ul li a .year {
			font-size: 10px;
			color: #ccc;
		}
		.other_projects ul li a .title {
			font-size: 14px;
			color: #999;
		}
		.other_projects ul li a:hover span, .other_projects ul li a.active span{
			color: #000 !important;
		}
		
	.img_slideshow {
		margin-top: -16px;
	}
		.img_slideshow .pages {
			text-align: right;
			color: #999;
			font-size: 14px;
		}
		
	/*TEXT SLIDE*/
	.text-slide {
		padding: 120px 120px 100px 80px;
		height: 440px;
		background-color: #fff;
	}
		.text-slide p {
			color: #999;
		}
	/*text slide*/


/*current project*/

/*BOOKS / PUBLICATIONS*/

#books,
	#public {
		margin: 0 0 0 auto;
		width: 745px;
		min-height: 500px;
		border-left: 1px solid #e0e0e0;
	}
	.book_row,
		.public_row {
			width: 100%;
			margin: 0 0 10px 0;
		}
		.book_row .book_row-inside,
			.public_row .public_row-inside {
				width: 845px;
				border-bottom: 1px solid #E0E0E0;
				display: inline-block;
				padding-bottom: 20px;
				margin-bottom: 20px; 
			}
		.book_row:last-child .book_row-inside,
			.public_row:last-child .public_row-inside {
				border: none !important;
			}
			.book_row .book_row-inside .left-side,
				.public_row .public_row-inside .left-side {
					float: left;
					width: 240px;
				}
				.book_row .image,
					.public_row .image {
						float: left;
						height: 240px;
						width: 240px;
						margin: 0 0 0 0;
						background: #f9f9f9;
					}
						.book_row .image a img,
							.public_row .image img {
						}
						
				.book_row .note {
						float: left;
						height: 208px;
						width: 208px;
						margin: 10px 0 0 -1px;
						border: 1px solid #e0e0e0;
						padding: 15px;
						display: table;
					}
					.book_row .note div.note-row {
						display: table-row;
					}
						.book_row .note div.note-cell {
							display: table-cell;
							vertical-align: middle;
						}
						.book_row .note div p {
							color: #bbbbbb;
						}
						
			.book_row .book_row-inside .right-side,
				.public_row .public_row-inside .right-side {
					float: left;
					width: 500px;
				}
				.book_row .book_row-inside .right-side .title,
					.public_row .public_row-inside .right-side .title {
						float: left;
						padding-top: 25px;
						clear: both;
						margin-bottom: 40px;
					}
					.public_row .public_row-inside .right-side .address {
						margin-top: -20px;
						margin-bottom: 20px;
						float: left;
						padding-left: 20px;
						clear: both;
					}
						.public_row .public_row-inside .right-side .address a {
							font-weight: lighter;
							font-size: 15px;
						}
					.book_row .book_row-inside .right-side .title div,
						.public_row .public_row-inside .right-side .title div {
							 border: medium none;
							 display: block;
							 padding: 4px 4px 2px 20px;
							 text-decoration: none;
							 text-transform: uppercase;
						}
						.book_row .book_row-inside .right-side .title span,
							.public_row .public_row-inside .right-side .title span {
							font-size: 21px;
							font-family: 'a_CityNova_bold';
							color: #000;
						}
						.book_row .book_row-inside .right-side .title p.year,
							.public_row .public_row-inside .right-side .title p.year {
								font-size: 15px;
								font-family: 'a_CityNova_bold';
								color: #999;
							}
						
				.book_row .book_row-inside .right-side .descr,
					.public_row .public_row-inside .right-side .descr {
						float: left;
						padding-left: 20px;
						clear: both;
					}
					.book_row .book_row-inside .right-side .descr p span,
						.public_row .public_row-inside .right-side .descr p span {
							color: #666;
						}
				
				.book_row .book_row-inside .right-side .scores,
					.public_row .public_row-inside .right-side .scores {
						float: left;
						padding-left: 20px;
						clear: both;
						margin-top: 40px;
					}
					.book_row .book_row-inside .right-side .scores p span,
						.public_row .public_row-inside .right-side .scores p span {
							color: #666;
						}
							.public_row .public_row-inside .right-side .scores a {
								
							}
/*books*/

/*STATIC*/
#static {
	margin: 0 0 0 auto;
	width: 745px;
	min-height: 500px;
	border-left: 1px solid #e0e0e0;
}
	.static-inner {
		padding: 78px 80px 40px 80px;
	}
		.static-article {
			margin: 0 auto;
		}
			.static-article .title {
				margin-bottom: 128px;
			}
/*static*/

/*BOTTOM*/

#bottom {
	width: 100%;
	font-family: 'a_CityNova',arial,sans-serif;
	margin: 20px 0 20px auto;
	max-width: 1100px;
	min-width: 1000px;
}
	#bottom table {
		width: 100%;
		border-collapse: collapse;
	}
		#bottom table tr {
			padding: 0;
			margin: 0;
		}
		#bottom table tr td {
			padding: 0;
			margin: 0;
		}
		#bottom table tr td.td_square {
			width: 240px;
			padding: 0 5px;
		}
		#bottom table tr td#phone {
			text-align: left;
			width: 120px;
		}
		#bottom table tr td#email {
			text-align: right;
			padding: 0 5px 0 5px;
			width: 120px;
		}
		#bottom table tr td#copyright {
			padding: 0 5px 0 5px;
		}
		#bottom table tr td#copyright span span { font-family: arial; }
		#bottom table tr td#pere-logo { width: 100px; }
			#bottom table tr td#pere-logo a {
				display: block;
				margin-left: auto;
				width: 40px;
				height: 30px;
				background: url(i/pere-logo.png) scroll no-repeat center center transparent;
			}

/*bottom*/




/*TYPOGRAPHY*/

a {
	/*border-bottom: 1px solid #EEEEEE;*/
	color: #999999;
	font-size: 12px;
	text-decoration: none;

}
a:hover {
	color: #000;
	/*border-color: #ddd;*/

}
a img {
	border: none;
	text-decoration: none;
}

.move_back a {
	font-size: 12px;
	color: #999;
	text-decoration: none;
	/*border-bottom: 1px solid #eee;*/
}

.move_back a:hover {
	color: #000;
	/*border-color: #ddd;*/
}

h1 {
	color: #000000;
	font-family: 'a_CityNova_bold';
	font-size: 48px;
	line-height: 48px;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}
h2 {
	color: #000000;
	font-family: 'a_CityNova_bold';
	font-size: 42px;
	line-height: 42px;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}
h3 {
	color: #000000;
	font-family: 'a_CityNova_bold';
	font-size: 32px;
	line-height: 32px;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}
h4 {
	color: #999;
	font-size: 14px;
	margin: 0 0 20px 0;
	font-weight: bold;
}

p {
	font-size: 14px;
	line-height: 21px;
	color: #999;
	margin: 0 0 0 0;
}

/*typography*/

.hidden{
	visibility: hidden;
}

dl {
	clear: both;
	content: "";
	display: block;
	margin: 18px 0;
}
dt {
	float: left;
	width: 60px;
	line-height: 21px;
	font-weight: bold;
	font-size: 14px;
}
	dt label {
		
	}
	
dd {
	margin-left: 60px;
}
/*blockquote*/

.blockquote {	
	background: url(i/line.png) no-repeat 40px top;
	margin: 20px 0 0 0;
	padding: 8px 0 0 40px;
	color: #999;
}
.project_row .blockquote .blockquote-link {
	display: block;
	padding: 0;
	text-transform: none;
}
.project_row .blockquote .blockquote-link:hover {
	background: none;
	color: #999;
}
.blockquote-title {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	color: #666;
}
.blockquote-info {
	position: relative;
	padding: 5px 0;
	font-size: 12px;
	line-height: 15px;
}
.blockquote-info:before {
	position: absolute;
	top: 3px;
    left: -20px;
	content: '“';
	font-weight: bold;
	font-size: 28px;
	color: #000;
}
.blockquote-logo {
	margin: 0;
}
.project_row .title.w55 {
	width: 55%;
}
.project_row .title.w55 a {
	display: inline-block;
}
/*--buy--*/
.product,
.btn-buy,
.square .buy {
	color: #000;
}
.product-description {
	position: relative;
	width: 480px;
	overflow: hidden;
	padding: 20px 60px 80px 20px;
}
.product .title,
.btn-buy,
.square .buy {
	font-size: 21px;
    font-family: 'a_CityNova_bold';
	
}
.product .title {
	float: left;
    text-transform: none;
}
.product-price {
	float: right;
	text-align: right;
	font-size: 21px;
	font-weight: 200;
}
.btn-buy,
.product-type {
	display: block;
}
.product-type {
	padding-top: 5px;
	text-align: right;
	font-size: 12px;
	
}
.btn-buy {
	text-transform: uppercase;
}
.product-text-wr {
	float: left;
	width: 100%;
	font-size: 14px;
    line-height: 21px;
    color: #999;
}
.btn-buy {
	position: absolute;
	right: 0;
	top: 20px;
}
.square .buy {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	border: 1px solid #000;
	text-align: center;
}
.square .buy:hover {
	color: #fff;
	background-color: #000;
}





