@charset "utf-8";

@font-face {
	font-family: 'robotoblack';
	src: url('../fonts/roboto-black-webfont.eot');
	src: url('../fonts/roboto-black-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-black-webfont.woff') format('woff'), url('../fonts/roboto-black-webfont.ttf') format('truetype'), url('../fonts/roboto-black-webfont.svg#robotoblack') format('svg');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'robotoregular';
	src: url('../fonts/roboto-regular-webfont.eot');
	src: url('../fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-regular-webfont.woff') format('woff'), url('../fonts/roboto-regular-webfont.ttf') format('truetype'), url('../fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'robotothin';
	src: url('../fonts/roboto-thin-webfont.eot');
	src: url('../fonts/roboto-thin-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-thin-webfont.woff') format('woff'), url('../fonts/roboto-thin-webfont.ttf') format('truetype'), url('../fonts/roboto-thin-webfont.svg#robotothin') format('svg');
	font-weight: normal;
	font-style: normal;

}

html, body {
	height: 100%;
	overflow: visible;
	background-color: #303030;
}

body {
	padding: 0;
	margin: 0;
	text-align: left;
	color: #fff;
	font-size: 90%;
	font-family: robotoregular, Verdana, Geneva, sans-serif;
}

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

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

p {
	margin: 0;
	padding: 0 0 1.3em 0;
	line-height: 1.35em;
}

.copy {
	display: block;
	position: absolute;
	right: 20px;
	bottom: 20px;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	transition: 0.5s ease;
}

.copy:hover {
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.data-holder {
	display: block;
	width: 340px;
	height: 100%;
	min-height: 100%;
	float: left;
	overflow: hidden;
	background: url(../images/grey-bg.png) repeat;
	position: relative;
}

.data-holder .header {
	height: 60px;
	background: url(../images/top-dark.png) repeat;
	line-height: 60px;
	padding: 0 10px 0 30px;
}

.data-holder .header .title {
	font-size: 1.6em;
	font-family: robotoblack, Verdana, Geneva, sans-serif;
	white-space: nowrap;
}

.img-holder {
	display: block;
	float: left;
	width: 180px;
	height: 100%;
	min-height: 100%;
	overflow: hidden;
}

.img-holder a {
	display: block;
	position: relative;
	width: 180px;
	/*height: 120px;*/
	overflow: hidden;
}

.img-holder a span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 180px;
	height: 270px;
	z-index: 100;
	background: #000;
	-moz-opacity: 0.35;
	-khtml-opacity: 0.35;
	opacity: 0.35;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	transition: 0.5s ease;
}

.img-holder a:hover span {
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

.img-holder a.act {
	cursor: default;
}

.img-holder a.act span {
	-moz-opacity: 0 !important;
	-khtml-opacity: 0 !important;
	opacity: 0 !important;
}

.arr-but {
	display: block;
	float: left;
	width: 60px;
	height: 60px;
	background: url(../images/top-dark.png) repeat;
	cursor: pointer;
	position: relative;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	transition: 0.5s ease;
}

.arr-but span {
	display: block;
	position: absolute;
	left: 23px;
	top: 19px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-left: 10px solid #4b4b4b;
	border-bottom: 10px solid transparent;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	transition: 0.5s ease;
}

.arr-but.left span {
	display: block;
	position: absolute;
	left: 23px;
	top: 19px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-right: 10px solid #4b4b4b;
	border-bottom: 10px solid transparent;
	border-left: none;
}

.arr-but:hover {
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

.data-holder .menu {
	display: block;
	position: absolute;
	top: 18px;
	right: 20px;
	z-index: 10;
	line-height: normal;
	max-width: 100px;
}

.data-holder .menu .menu-title {
	display: block;
	text-decoration: none;
	color: #646464;
	font-size: 1.2em;
	cursor: pointer;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	transition: 0.5s ease;
}

.data-holder .menu .menu-title span {
	display: inline-block;
	margin-left: 10px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-top: 10px solid #4b4b4b;
	border-right: 10px solid transparent;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	transition: 0.5s ease;
}

.data-holder .menu .menu-title.act span {
	border-bottom: 10px solid #4b4b4b;
	border-top: none;
}

.data-holder .menu .menu-title:hover {
	color: #fff;
}

.data-holder .menu .menu-title:hover span {
	border-top-color: #ccc;
}

.data-holder .menu .menu-title.act:hover span {
	border-bottom-color: #ccc;
}

.data-holder .menu .list {
	padding: 20px 0 0;
	margin: 0;
	list-style: none;
}

.data-holder .menu .list li {
	display: block;
	padding-bottom: 10px;
	color: #ccc;
}

.data-holder .menu .list li a {
	text-decoration: none;
	color: #999;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	transition: 0.5s ease;
}

.data-holder .menu .list li a:hover, .data-holder .menu .list li a.act {
	color: #fff;
}

.data-holder .slogan {
	display: block;
	position: absolute;
	z-index: 100;
	left: 40px;
	top: 40%;
	width: 240px;
	color: #fff;
	font-family: robotothin, Verdana, Geneva, sans-serif;
	/*font-size: 3.85em;*/
	font-size: 2.00em;
	line-height: 1em;
}

.data-holder .contacts {
	display: block;
	position: absolute;
	z-index: 100;
	left: 40px;
	bottom: 40px;
	width: 260px;
	color: #ccc;
}

.data-holder .contacts a {
	text-decoration: none;
	color: #ccc;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	transition: 0.5s ease;
}

.data-holder .contacts a:hover {
	color: #fff;
}

.data-holder .contacts .phone {
	display: block;
	font-size: 1.2em;
	padding: 5px 0;
}

.data-holder .contacts .mail {
	display: block;
	font-size: 0.8em;
}

.about-holder {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -350px;
	margin-top: -225px;
	width: 700px;
	height: 450px;
	overflow: hidden;
	z-index: 1000;
}

.about-holder .text-bl {
	display: block;
	float: left;
	width: 640px;
	height: 450px;
	overflow: hidden;
	background: url(../images/grey-bg.png) repeat;
	color: #fff;
}

.about-holder .text-bl .text-title {
	display: block;
	font-family: robotothin, Verdana, Geneva, sans-serif;
	font-size: 3.85em;
	line-height: 1em;
	padding: 40px 50px 30px 50px;
}

.about-holder .text-bl .text {
	padding: 0 50px 40px 50px;
}

.about-holder .close {
	display: block;
	float: left;
	width: 60px;
	height: 38px;
	overflow: hidden;
	text-align: center;
	background: url(../images/top-dark.png) repeat;
	padding-top: 22px;
	cursor: pointer;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	transition: 0.5s ease;
}

.about-holder .close:hover {
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
.nav{
	width: auto;
	position: absolute;
	left: 50%;
	margin-left: -150px;
	top: 100%;
	margin-top: -70px;
	text-align: center;
	background: rgba(255, 255, 255, 0.3);
	line-height: 0;
	font-size: 0;
	border-radius: 10px;
	z-index: 200;
}
.nav img{
	padding: 5px;
}

