@charset "utf-8";

/* + Global resets */

html, html#js, html#nojs {
	font-size: 100.01%;
	height: 100%;
}

body {
	color: #969090;
	text-align: left;
	font: 0.875em Helvetica, Arial, sans-serif;
	line-height: 1;
	background: #bbb;
	padding: 0;
	margin: 0;
	height: 100%;
}

:focus {
	outline: 0;
}

textarea {
	font: 100% Helvetica, Arial, sans-serif;
	padding: 0;
}

a {
	font-size: 14px;
	color: #807e7e;
	text-decoration: underline;
}
a:hover {
	color: #807e7e;
	text-decoration: none;
}

/* - Global resets */


/* + Common classes */

h2 {
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	margin: 19px 0 4px 0;
}

p {
	font-size: 14px;
	line-height: 18px;
}

.ellipsis {
/*   width: 100%; */
	width: 620px;
	overflow: hidden;
/*	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-binding: url('/js/text-overflow.xml#ellipsis');
*/
	font-size: 14px;
	line-height: 15px;
	padding: 0 0 1px 0;
}

span.link{ 
    cursor:pointer;
} 

/* - Common classes */


/* + Layout */


.top {
	width: 696px;
	margin: 0 0 1px 0;
	background-repeat: no-repeat;
	padding: 15px 40px 0 65px;
}

.top h1 {
	display: block;
	margin: 0 0 15px 0;
	height: 60px;
	text-indent: -9999px;
	overflow: hidden;
}

#wrapper-all {
	width: 1004px;
	margin: 0 auto 0 auto;
	overflow: hidden;
	background-color: #fff;
	padding: 0 0 0 0;
}

#wrapper-menu {
	float: left;
	width: 201px;
	background-color: #000;
	padding-bottom: 20000px; 
	margin-bottom: -20000px;
	overflow: hidden;
	background-image: url(/images/common/menu-bg.png);
	background-repeat: repeat-x;
}

/* +menu */

#menu {
	width: 85px;
	float: right;
	margin-bottom: 40px;
}

.menu-hr {
	height: 2px;
	background-image: url(/images/common/menu-hr.png);
	background-repeat: repeat-x;
}

#menu ul {
	list-style: none;
	width: 85px;
	margin: 0;
	padding: 0;
}

#menu ul li {
	zoom: 1;
}

#menu ul li a {
	display: block;
	position: relative;
	overflow: hidden; 
	text-indent: -9999px;
	width: 85px;
}

#menu ul li span {
	display: block;
	position: relative;
	overflow: hidden; 
	text-indent: -9999px;
	width: 85px;
}

li.active a#menu-home {
	background-position: 0 52px;
}

li.active #menu-about {
	background-position: 0 62px;
}

li.active #menu-portfolio {
	background-position: 0 88px;
}

li.active #menu-skills {
	background-position: 0 65px;
}

li.active #menu-blog {
	background-position: 0 55px;
}

li.active #menu-contact {
	background-position: 0 74px;
}

li.active #menu-login {
	background-position: 0 58px;
}

#menu-home {
	background-image: url(/images/common/menu-home.png);
	background-position: 0 0;
	height: 52px;
}

#menu-home:hover {
	background-position: 0 52px;
}

#menu-about {
	background-image: url(/images/common/menu-about.png);
	background-position: 0 0;
	height: 62px;
}

#menu-about:hover {
	background-position: 0 62px;
}

#menu-portfolio {
	background-image: url(/images/common/menu-portfolio.png);
	background-position: 0 0;
	height: 88px;
}

#menu-portfolio:hover {
	background-position: 0 88px;
}

#menu-skills {
	background-image: url(/images/common/menu-skills.png);
	background-position: 0 0;
	height: 65px;
}

#menu-skills:hover {
	background-position: 0 65px;
}

#menu-blog {
	background-image: url(/images/common/menu-blog.png);
	background-position: 0 0;
	height: 55px;
}

#menu-blog:hover {
	background-position: 0 55px;
}

#menu-contact {
	background-image: url(/images/common/menu-contact.png);
	background-position: 0 0;
	height: 74px;
}

#menu-contact:hover {
	background-position: 0 74px;
}

#menu-login {
	background-image: url(/images/common/menu-logi.png);
	background-position: 0 0;
	height: 58px;
}

#menu-login:hover {
	background-position: 0 58px;
}

/* -menu */

#wrapper-content {
	float: left;
	width: 801px;
	margin-left: 2px;
	padding-bottom: 20000px; 
	margin-bottom: -20000px;
}

#main-gallery {
	width: 100%;
	height: 534px;
	margin: 0 0 5px 0;
}

#main-rest {
	width: 100%;
	margin-top: 14px;
}

#main-rest-image {
	float: left;
	width: 443px;
	height: 231px;
	margin: 0 0 10px 0;
}

/* +blog */


#main-rest-blog {
	float: right;
	width: 351px;
	border: 2px solid #dedddd;
}

#main-rest-blog h1{
	margin: 0;
	width: 111px;
	height: 39px;
	text-indent: -9999px;
	background-image: url(/images/common/main-rest-blog-h.gif);
	overflow: hidden;
	margin: 21px 0 0 21px;
}

.main-rest-blog-post {
	width: 309px;
	overflow: hidden;
	padding: 0 21px;
}

.main-rest-blog-post p {
	height: 36px;
	overflow: hidden;
}

a.main-rest-blog-more{
	display: block;
	text-indent: -9999px;
	height: 20px;
	width: 82px;
	overflow: hidden;
	background-image: url(/images/common/main-rest-blog-more.png);
	background-position: 0 0;
	float: right;
	margin-bottom: 20px;
}

a.main-rest-blog-more:hover{
	background-position: 0 20px;
}


.main-rest-blog-hr {
	height: 2px;
	background-image: url(/images/common/main-rest-blog-hr.gif);
	background-repeat: repeat-x;
	clear: both;
}

.soc-icons {
	width: 315px;
	margin: 10px auto;
}

#main-rest-blog .soc-icons {
	margin: 30px auto;
}


.soc-icons ul{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	overflow: hidden;
}
.soc-icons ul li{
	float: right;
	margin-left: 1px;
}
.soc-icons ul li a{
	display: block;
	width: 44px;
	height: 44px;
	overflow: hidden;
	background-position: 0 0;
	text-decoration: none;
}
.soc-icons ul li a:hover{
	background-position: 0 44px;
	text-decoration: none;
}

.soc-icons ul li a#soc-vimeo {
	background-image: url(/images/common/soc-vimeo.png);
}
.soc-icons ul li a#soc-youtube {
	background-image: url(/images/common/soc-youtube.png);
}
.soc-icons ul li a#soc-deli {
	background-image: url(/images/common/soc-deli.png);
}
.soc-icons ul li a#soc-flickr {
	background-image: url(/images/common/soc-flickr.png);
}
.soc-icons ul li a#soc-in {
	background-image: url(/images/common/soc-in.png);
}
.soc-icons ul li a#soc-fb {
	background-image: url(/images/common/soc-fb.png);
}
.soc-icons ul li a#soc-twi  {
	background-image: url(/images/common/soc-twi.png);
}

/* -blog */


#main-rest-address {
	float: left;
	width: 439px;
	border: 2px solid #dedddd;
	margin: 0 0 0 0;
}

.main-rest-address-lot{
	width: 364px;
	height: 160px;
	float: left;
	text-align: center;
}

.hr-v {
	width: 3px;
	height: 300px;
	float: left;
	background-image: url(/images/common/main-rest-address-hr-v.png);
	background-repeat: no-repeat;
	overflow: hidden;
}

.hr-v2 {
	width: 3px;
	height: 424px;
	float: left;
	background-image: url(/images/common/main-rest-address-hr-v.png);
	background-repeat: no-repeat;
	overflow: hidden;
}

.main-rest-address-pl {
	background-image: url(/images/common/main-rest-address-pl.png);
	text-indent: -9999px;
	background-repeat: no-repeat;
	width: 138px;
	height: 25px;
	margin: 0 auto;
}

.main-rest-address-la {
	background-image: url(/images/common/main-rest-address-la.png);
	text-indent: -9999px;
	background-repeat: no-repeat;
	width: 178px;
	height: 25px;
	margin: 0 auto;
}


#main-rest-address .hr {
	margin: 0;
	padding: 0;
	margin-left: 30px;
	height: 2px;
	width: 301px;
	float: left;
	background-image: url(/images/common/main-rest-address-hr.png);
	background-repeat: no-repeat;
}

#main-rest-address h1 {
	text-indent: -9999px;
	background-image: url(/images/common/main-rest-address-h.png);
	background-repeat: no-repeat;
	margin: 15px 0 0 20px;
	display: block;
	width: 37px;
	height: 166px;
}

.main-rest-address-lot p{
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
}

.main-rest-address-lot h3{
	margin: 30px auto 10px auto;
}

.main-rest-address-lot a{
	color: #c1bfbf;
	text-decoration: underline;
}

.main-rest-address-lot a:hover{
	color: #c1bfbf;
	text-decoration: none;
}

#main-rest-image .slider {
	width: 443px !important;
	height: 231px !important;
}

#main-rest-image .slider img {
	width: 443px;
	height: 231px;
}

#main-rest-image .slider .nivo-caption p {
	width: 384px;
}

#main-rest-image .slider .nivo-caption .nivo-view {
	margin: 0 10px 5px 0;
}






.main-hr {
	height: 2px;
	background-image: url(/images/common/main-hr.png);
	background-repeat: repeat-x;
}


#about-top {
	background-image: url(/images/common/about-top.jpg);
}

#about-top h1{
	width: 212px;
	background-image: url(/images/common/about-top-h.png);
}

#about-top p {
	color: #fff;
	font-size: 13px;
	line-height: 18px;
	
}

#about-top-text {
	padding: 0 0 15px 0;
} 

#about-people {
	border: 2px solid #dedddd;
	height: 138px;
	width: 797px;
	position: relative;
	z-index: 100;
}

#about-people img {
	display: inline;
	margin: 0 0px;
}

#about-people-faces {
	top: 10px;
	left: 45px;
	position: absolute;
}

#about-people-faces img {
	border: none;
}

#about-people-caption {
	margin-left: 200px;
	color: #fff;
	display:none;
	
}
#about-people-caption h2 {
	font-size: 16px;
	line-height: 16px;
	margin-top: 10px;
	margin-right: 20px;
}
#about-people-caption p {
	font-size: 11px;
	line-height: 20px;
	margin-right: 20px;
}

#about-people-h{
	position: absolute;
	width: 34px;
	height: 132px;
	left: 2px;
	top: 3px;
	background: transparent url(/images/common/about-people-h.png) no-repeat 0 0;
	z-index: 90;
}

#about-people-caption-close{
	display:block;
	background-image: url(/images/common/about-people-caption-close.png);
	width: 54px;
	height: 21px;
	background-position: 0 0;
	float: right;
	margin-right: 3%;
}
#about-people-caption-close:hover {
	background-position: 0 21px;
}

#about-people-faces-hover {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 110;
}

#about-people-faces area, #about-people-faces map {
	position: relative;
	z-index: 140;
}

a.about-people-faces-arrow-l {
	display: block;
	width: 25px;
	height: 27px;
	background-image: url(../images/common/about-people-arrows.png);
	background-position: 0 0;
	text-decoration: none;
	position: absolute;
	top: 80px;
	left: 90px;
}

a.about-people-faces-arrow-r {
	display: block;
	width: 25px;
	height: 27px;
	background-image: url(../images/common/about-people-arrows.png);
	background-position: 25px 0px;
	text-decoration: none;
	position: absolute;
	top: 80px;
	left: 735px;
}

#face-ro {
	position: absolute;
	z-index: 120;
	display: block;
}




#about-testimonials {
	margin: 20px 0 0 0;
	border: 2px solid #dedddd;
	width: 797px;
	position: relative;
	z-index: 100;
}


#about-testimonials h1{
	margin: 0;
	width: 215px;
	height: 28px;
	text-indent: -9999px;
	background-image: url(/images/common/about-testimonials-h.png);
	overflow: hidden;
	margin: 21px 0 0 21px;
}

#about-testimonials-list {
	margin: 25px 25px 35px 35px;
}

div.hr {
	height: 2px;
	background-image: url(/images/common/about-testimonials-hr.png);
	background-repeat: no-repeat;
}




a.about-testimonials-more{
	display: block;
	text-indent: -9999px;
	height: 20px;
	width: 82px;
	overflow: hidden;
	background-image: url(/images/common/main-rest-blog-more.png);
	background-position: 0 0;
	float: right;
/*	margin-bottom: 40px; */
	position: relative;
	top: -5px;
}

a.about-testimonials-more:hover{
	background-position: 0 20px;
}

#about-people-twi {
	position: absolute;
	height: 36px;
	width: 36px;
	background-image: url(/images/common/about-people-twi.png);
	display: none;
	top: 121px;
	left: 55px;
	text-decoration: none;
}


/* +ourwork */

#ourwork {
	width: 801px;
	height: 580px;
	margin: 0 0 1px 0;
	background-image: url(/images/common/ourwork-top.jpg);
	background-repeat: no-repeat;
	padding: 15px 40px 0 15px;
}

#ourwork h1{
	display: block;
	margin: 0 0 15px 50px;
	width: 328px;
	height: 60px;
	text-indent: -9999px;
	background-image: url(/images/common/ourwork-top-h.png);
	overflow: hidden;
}

#ourwork-bl {
	width: 766px;
	height: 454px;
	position: relative;
}

.ourwork-bl-bg {
	background-color: #201e1b;
/*	width: 766px;
	height: 454px; */
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	
	
	
	opacity: 0.7; /* степень прозрачности */
	-moz-opacity: 0.70; 
	-khtml-opacity: 0.70;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70); /* степень прозрачности для ие */
}

#ourwork .slider-wrapper {
	width: 570px;
	float: right;
	margin: 19px 19px 0 0;
	overflow: hidden;
	position: relative;
	z-index: 5;
}

#ourwork .slider-works {
	height: 364px !important;
	width: 100%;
}
#ourwork .slider-works img {
	width: 570px;
	height: 380px;
}

#ourwork .nivo-caption p {
	width: 500px;
}

#ourwork .nivo-view {
	display: block;
	float: right;
	width: 96px;
	height: 23px;
	margin: 0 30px 20px 0;
	background-image: url(/images/common/ourwork-slider-visit.png);
	background-position: 0 0;
}

#ourwork .nivo-view:hover {
	background-position: 0 23px;
}

#ourwork .slider-menu {
	position: absolute;
	top: 40px;
	left: 13px;
	z-index: 50;
}

#ourwork .slider-menu-cat {
	overflow: hidden;
	height: 24px; 
}

#ourwork .slider-menu-cat-expanded {
/*	height: auto; */
}

#ourwork .slider-menu-cat h2{
	text-transform: uppercase;
	color: #807e7e;
	margin: 3px 0 3px 0;
}

#ourwork .slider-menu-cat-expanded h2 {
	color: #fff;
}

#ourwork .slider-menu-cat-active h2 {
	color: #fff;
}

#ourwork .slider-menu-cat ul {
	list-style: none;
	width: 150px;
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
}

#ourwork .slider-menu-cat ul li {
	display: block;
/*	height: 22px; */
	margin: 3px 0 5px 10px;
}

#ourwork .slider-menu-cat ul li a{
	color: #807e7e;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
	display: block;
/*	height: 18px; */
	padding: 3px 0 0 0;
}

#ourwork .slider-menu-cat ul li a:hover{
	color: #fff;
	text-decoration: none;
}

#ourwork .slider-menu-cat span:hover {
	color: #fff;
}

#ourwork .slider-menu-cat ul li a.slider-link-active {
	color: #fff;
}

/* -ourwork */

/* +skills */

#skills-top {
	height: 140px;
	background-image: url(/images/common/skills-top.png);
}

#skills-top h1{
	width: 224px;
	background-image: url(/images/common/skills-top-h.png);
}


.skills {
	margin: 20px 0 0 0;
	border: 2px solid #dedddd;
	width: 797px;
	position: relative;
	z-index: 100;
}

.skills h1{
	display: block;
	margin: 10px 0 15px 31px;
	width: 525px;
	height: 30px;
	overflow: hidden;
}

.skills p {
	font-size: 14px;
	line-height: 18px;
	margin: 0 30px 15px 30px;
	
}

.skills-webdev h1 {
	background-image: url(/images/common/skills-webdev.png);
}

/* -skills */

/* +contact */

#contact-top {
	height: 120px;
	background-image: url(/images/common/contact-top.jpg);
}

#contact-top h1{
	display: block;
	margin: 0 0 15px 0;
	width: 277px;
	height: 60px;
	text-indent: -9999px;
	background-image: url(/images/common/contact-top-h.png);
	overflow: hidden;
}

.main-rest-address-support {
	background-image: url(/images/common/contact-address-support.png);
	text-indent: -9999px;
	background-repeat: no-repeat;
	width: 177px;
	height: 35px;
	margin: 0 auto;
}

.contact-address-lot {
	height: 145px;
}

#contact-social {
	float: left;
	width: 439px;
	border: 2px solid #dedddd;
	margin: 10px 0 0 0;
}


#contact-form-bl {
	float: right;
	width: 351px;
	border: 2px solid #dedddd;
	height: 517px;
}

.contact-form {
	margin: 28px 0 0 23px;
}

.contact-form label {
	display: block;
	font-size: 14px;
	line-height: 16px;
	margin: 14px 0 0 0;
}

.contact-form input.inp {
	display: block;
	margin: 7px 0 0 0;
	border: 2px solid #dedddd;
	font-size: 14px;
	color: #afa9a9;
	padding: 2px;
}

.contact-form input.inp1 {
	width: 291px;
}

.contact-form input.inpbut{
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

.contact-form textarea {
	border: 2px solid #dedddd;
	width: 291px;
	height: 140px;
	font-size: 14px;
	color: #afa9a9;
	padding: 2px;
}

#contact-img-1 {
	float: left;
	margin: 22px 0 0 10px;
}

#contact-img-2 {
	float: left;
	margin: 10px 0 0 10px;
	
}


/* -contact */

/* +blog */

.blog-post img {
	width: expression(this.parentNode.scrollWidth > 100 ? '100': this.parentNode.scrollWidth);
	max-width:100% !important; 
	height: auto;
}

.navigation {
	text-align: center;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.clear {
	clear: both;
}

a.postlink {
	color: #C1BFBF;
	text-decoration: none;
	font-size: 18px;
	line-height: 18px;
}

a.postlink:hover {
	text-decoration: underline;
}

#blog-top {
	height: 142px;
	background-image: url(/images/common/blog-top.jpg);
}

#blog-top h1{
	width: 160px;
	background-image: url(/images/common/blog-top-h.png);
}

#blog-content {
	width: 560px;
	float: left;
}

.blog-post {
	width: 500px;
	border: 2px solid #dedddd;
	padding: 30px;
	margin: 15px 0 0 0;
}

.blog-post:first-child {
	margin: 0 0 0 0;
}

#blog-sidebar {
	width: 214px;
	float: right;
}

.blog-sideblock {
	width: 190px;
	border: 2px solid #dedddd;
	padding: 11px 10px;
	margin: 0 0 10px 0;
}

.blog-sideblock  ul {
	list-style: none;
	width: 180px;
	margin: 15px 0 0 0;
	padding: 0;
	display: block;
	overflow: hidden;
}

.blog-sideblock ul li {
	display: block;
	margin: 4px 0 4px 3px;
}

.blog-sideblock a {
	font-size: 14px;
	line-height: 16px;
	color: #c1bfbf;
	text-decoration: none;
}

.blog-sideblock a:hover{
	color: #807e7e;
	text-decoration: underline;
}

.blog-sideblock  h2 {
	display: block;
	text-indent: -9999px;
	margin: 0 0 10px 0;

}

.blog-recent h2{
	background-image: url(/images/common/blog-side-recent-h.png);
	width: 191px;
	height: 23px;
}

.blog-tags h2{
	background-image: url(/images/common/blog-side-tags-h.png);
	width: 64px;
	height: 23px;
}

.blog-archive h2{
	background-image: url(/images/common/blog-side-archive-h.png);
	width: 107px;
	height: 23px;
}

.blog-post-title h2{
	margin: 0;
}

.blog-post-text {
	margin: 16px 0 0 0;
}

/* -blog */

/* +login */


#login-top {
	height: 120px;
	background-image: url(/images/common/logi-top.jpg);
}

#login-top h1{
	display: block;
	margin: 0 0 15px 0;
	width: 175px;
	height: 60px;
	text-indent: -9999px;
	background-image: url(/images/common/logi-top-h.png);
	overflow: hidden;
}

#login-rest {
	width: 797px;
	border: 2px solid #DEDDDD;
	overflow: hidden;
	padding: 25px 0;
}
/*
.login-box {
	width: 285px;
	height: 260px;
	border: 2px solid #DEDDDD;
	float: left;
	margin: 7px 0;
	text-align: center;
}

.login-box img {
	margin: 25px 0 27px 0;
}

.login-box a {
	margin: 15px 0 0 0;
	display: block;
}
*/

.login-box {
	width: 288px;
	height: 263px;
	float: left;
}

.login-box a{
	display: block;
	width: 288px;
	height: 263px;
}

.login1 {
	background-image: url(/images/common/logi-bc.png);
	background-position: 0 0;
}

.login2 {
	background-image: url(/images/common/logi-hs.png);
	background-position: 0 0;
}

.login1:hover {
	background-position: 0 263px;
	cursor: pointer;
}

.login2:hover {
	background-position: 0 263px;
	cursor: pointer;
}

#login-rest .hr-v {
	height: 278px;
}

#login-rest .hr {
	width: 188px;
	margin: 0 auto;
}



/* -login */

/* - Layout */


.butgal {
	display: block;
	position: absolute;
	margin: 2px;
	left: 60px;
	top: 0;
}

.butgal a {
	margin: 0 3px;
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}

.butgal a:hover {
	text-decoration: none;
	border-bottom: none;
}


.buttesti {
	
}

.buttesti a {
	margin: 0 3px;
	font-size: 14px;
	line-height: 14px;
	color: #C1BFBF;
	text-decoration: none;
	border-bottom: 1px dotted #C1BFBF;
	font-weight: normal;
}

.buttesti a:hover {
	text-decoration: none;
	border-bottom: none;
}

#wrapper-all-bg {
	background: #000000;
	
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=77); 
	-moz-opacity: 0.77; 
	-khtml-opacity: 0.77;
	opacity: 0.77;
	
	width: 100%;
	height: 100%; 
	position: absolute; 
	z-index: 5;
	top: 0; 
	left: 0; 
	display: none;
}

#footer-img {
	height: 55px;
	width: 797px;
	margin: 40px 0 0 0;
}

#footer-img img {
	padding: 0;
	margin: 0;
}

.contact-form  input.error {
	border: 2px solid #f00;
}

.contact-form  label.error {
	position: absolute;
	left: -9999px;
}

#bg-all {
	width: 1334px;
	margin: 0 auto;
	background-image: url(/images/common/bkg_grad.gif);
	background-repeat: repeat-y;
	min-height: 100%;
	background-color: #fff;
}

.footer-sign {
	width: 1004px;
	height: 11px; 
	display: block; 
	background-color: #fff; 
	font-size: 11px; 
	line-height: 11px; 
	text-align: center; 
	display: block; 
	margin: 0 auto 0 auto; 
	padding: 10px 0 10px 0;
}


