/*@font-face {
	font-family: 'futurabookcregular';
	src: url('../font/futurabookc-webfont.eot');
	src: url('../font/futurabookc-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../font/futurabookc-webfont.woff') format('woff'),
		 url('../font/futurabookc-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
:focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
table {
	border-collapse: collapse;
	border-spacing: 0;}
html {height: 100%;}
header, nav, section, article, aside, footer {display: block;}
body {
	font: 16px/18px 'futurabookcregular', Arial, Tahoma, Verdana, sans-serif;
	height: 100%;}
a {
	color: #00f;
	outline: none;
}
a:hover {text-decoration: none;}
p {margin: 0 0 18px}
img {border: none;margin: 0; padding: 0;}
input {vertical-align: middle;}

input, textarea {
	font: 16px/18px 'futurabookcregular', Arial, Tahoma, Verdana, sans-serif;
}

::selection {
	background: #ff0;
	color: #000;}
::-moz-selection {
	background: #ff0;
	color: #000;}

.fl {float: left;}
.fr {float: right;}
.c {clear:both;}
.tar {text-align: right;}

#overlay {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	z-index: 30;
}

#bgVideo {
	background: #f4f4f4;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;}

#wrapper {
	width: 90%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	position: relative;}
.in {
	width: 90%;
	margin: 0 auto;}


#about {
	background: #000;
	min-height: 100%;
	position: fixed;
	top: -3000px;
	left: 0;
	width: 100%;
	z-index: 2;}
#ab_cl {
	position: absolute;
	top: 25px;
	right: 20px;}
#ab_cl a {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #000;
	padding: 1px 9px;}
#about > section {
	color: #fff;
	font-size: 24px;
	line-height: 33px;
	padding: 150px 30% 0 20%;}
#about .contacts {color: #6c6c6c;}


/* Header */
#header {
/*	padding: 60px 0 50px;*/
	position: fixed;
	left: 0;
	top: 50px;
	width: 100%;
	z-index: 30;
}
#logo {
	float: left;
	font-weight: bold;
}
#logo a {
	color: #000;
	text-decoration: none;
}
#headr {
	margin: 0 0 0 100px;
}
.archive {
	text-align: right;
}
.archive a {
	color: #b0b0b0;
}
.next a {
	color: #000;
}

/* Middle
-----------------------------------------------------------------------------*/
#content {padding: 120px 0 60px;}

#ht {
	font-size: 23px;
	line-height: 40px;
	max-width: 580px;}
#ht p {margin: 0 0 40px;}
#ht p span {background: #fff;}

#work_header  {
	float: left;
	margin: 0 75px 0 0;
}
#work_header time {
	color: #777;
	font-size: 13px;
}

#info {
	float: left;
	position: relative;
}
#info_b {
	color: #00f;
	display: none;
	font-size: 28px;
	line-height: 35px;
	position: absolute;
	left: 0;
	top: 30px;
	width: 500px;
	z-index: 31;
}
#info a {
	color: #000;
}


.work {
	float: left;
	margin: 0 12px 85px;
}




.work section a {background: none;}
.work section img {
	max-width: 100%;
	-moz-transition: opacity .2s ease;
	-webkit-transition: opacity .2s ease;
	transition: opacity .2s ease;
}
/*
.work section img:hover {
	opacity: 0.8;
}*/
.work header {
	font-size: 16px;
	margin: 7px 0 0;
	position: relative;
	z-index: 1;
}
.work footer {
	color: #ccc;
	font-size: 13px;
	margin: 3px 0 0;}

.workf > div div {
	float: none;
	width: auto;
	max-width: 100%;
	margin: 0 0 25px 0;
}
.workf ul li {
	margin: 0 0 25px;
}
.workf ul li img {
	max-width: 100%;
	width: auto;}
.workf > div div.c {float: none;}
.workf .highslide-gallery a {background: none;}

.workf div a {background: none;}
.workf > div div img {}
#isotope {height: 400px;}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

#bn {
	position: fixed;
	top: 60px;
	right: 60px;
	z-index: 999;}
#bn li {
	display: inline;
	font-size: 10px;
	margin: 0 0 0 10px;
	text-transform: uppercase;}

/* Footer */

/* Статичный футер */
#footer {
	margin: -60px auto 0;
	height: 60px;
	position: relative;
}

/* Фиксированный футер */
/*#footer {
	height: 30px;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
}*/

.footerb {
	float: left;
	margin: 0 30px 0 0;
}
.fancybox-close.close_modal {
	background: none;
	color: #000;
	top: 5px;
	right: -50px;
	width: auto;
	height: auto;
}
.fancybox-prev span, .fancybox-next span {
	background: none;
}
.fancybox-overlay {
	background: #fff;
}


/* ABOUT */
.about_row {
	margin: 0 0 0 -6.33%;
}
.aboutb {
	float: left;
	font-size: 19px;
	line-height: 35px;
	margin: 0 0 0 6.33%;
	padding: 200px 0 0;
	position: relative;
	width: 27%;
}
.aboutb p {
	margin: 0 0 30px;
}
.aboutb img {
	max-width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.aboutb:first-child img {
	top: 50px;
}


#gallery {
	background: #333;
	position: fixed;
	left: -9999px;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9998;
}
#gallery.visible {
	left: 0;
}

#close {
	color: #fff;
	background: #333;
	padding: 3px;
	position: absolute;
	right: 30px;
	top: 30px;
	z-index: 9999;
}

h1 {
	font-size: 36px;
	font-weight: normal;
	line-height: 36px;
	margin: 0 0 35px;
}
.brif_cont {
	padding: 50px 0 60px 155px;
}
.brif_cont section {
	margin: 0 0 30px;
}
.brif_cont section header {
	font-size: 18px;
	line-height: 20px;
	margin: 0 0 5px;
}
.brif_cont section textarea, .brif_cont section input {
	background: #fff;
	border: 1px solid #aeaeae;
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.15);
	box-sizing: border-box;
	max-width: 450px;
	max-height: 100px;
	width: 100%;
	resize-y: none;
	-moz-transition: box-shadow .2s ease;
	-webkit-transition: box-shadow .2s ease;
	transition: box-shadow .2s ease;
}
.brif_cont section input {
	height: 32px;
	padding: 0 10px;
}
.brif_cont section textarea {
	padding: 5px 10px;
}
.brif_cont section input:focus, .brif_cont section textarea:focus {
	border-color: #699dce;
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.15), 0 0 4px #5ca5e8, inset 0 0 2px #5ca5e8;
}

.brif_cont section.brf_ne input {
	max-width: 250px;
}


body.dark, .dark #logo a, .dark #info a, .dark .next a {color: #fff;}

@media (max-width: 1000px) {
	#about > section {
		font-size: 20px;
		line-height: 30px;
		padding: 150px 20% 0 10%;}
}
@media (max-width: 840px) {
	#info_b {
		font-size: 18px;
		line-height: 30px;
		width: 300px;
	}
	.about_row {
		margin: 0;
	}
	.aboutb {
		float: none;
		line-height: 25px;
		margin: 0 0 50px;
		padding: 0 !important;
		width: auto;
	}
	.aboutb img {
		position: static;
	}
	.aboutb p {
		margin: 0 0 20px;
	}
}
@media (max-width: 600px) {
	#about > section {
		font-size: 18px;
		line-height: 25px;}
	#bgVideo {display: none;}

	#info_b {
		font-size: 16px;
		line-height: 24px;
		width: 200px;
	}
	#work_header {
		float: none !important;
		margin: 0;
	}

	.brif_cont {padding-left: 100px;}
}
@media (max-width: 500px) {
	#about > section {
		font-size: 14px;
		line-height: 20px;}

	#headr {margin: 0 0 0 80px;}
	.brif_cont {
		padding-left: 0;
		padding-top: 120px;
	}
}
@media (max-width: 370px) {
	#nav {
		float: none;
		margin: 20px 0 0 0;}
	#about > section {
		font-size: 15px;
		line-height: 22px;}
	.footerb {margin: 0 5px 0 0;}
}