*{
	margin: 0;
	padding: 0;
}

body {
	background: #0f0f0f url("../images/bg.png") top;
	background-repeat: repeat-x;
	font-family: 'Open Sans', Tahoma, Verdana, sans-serif;
}

a {

}

input,
textarea {
	outline: none;
	resize: none;
}

a img {
	border: none;
}

.center_container {
        width: 900px;
	margin: 0 auto;
}

center_container_home {
        
	width: 400px;
	
        
        float: left;
	color: #fff;
	margin-left: 20px;
	margin-bottom: 20px;
}

.row {
	width: 100%;
}

.success_title {
	color: #6AB363 !important;
}

.error_title {
	color: #AA5555 !important;
}

#header {
	height: 82px;
	padding-top: 26px;
	background: url("../images/header-bg.png");
}

#homepage {
	background: #0f0f0f url("../images/hp_img.png") top right no-repeat;
}

#home .box_small {
	width: 582px;
	line-height: 17px; 
}

#home h1 {
	margin-top: 15px;
	margin-bottom: 12px;
}

.works {
	float: left;
	color: #fff;
	font-size: 13px;
	margin-left: 20px;
	margin-bottom: 20px;
}

#logo {
	width: 330px;
	margin: 0 auto;
	display: block;
	margin-bottom: 23px;
}

#menu_wrapper {
	height: 59px;
	background: rgba(0, 0, 0, 0.8) url("../images/menu_bottom.png") 0 bottom;
	background-repeat: repeat-x;
}

#menu_wrapper ul {
	width: 865px;
	height: 48px;
	margin: 0 auto;
	list-style: none;
}

#menu_wrapper ul li {
	float: left;
	font-size: 14px;
	border-left: 1px solid #3b3b3b;
}

#menu_wrapper ul .last {
	border-right: 1px solid #3b3b3b;
}

#menu_wrapper ul li a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 16px 30px 13px 30px;
}

#menu_wrapper .active {
	background: #333333;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
}

#menu_wrapper .active a {
	padding-bottom: 14px;
}

.center_container p {
	color: #fff;
	line-height: 27px;
	font-size: 13px;
	margin-bottom: 28px;
}

.center_container h1 {
	font-size: 57px;
	font-weight: 300;
	color: #fff;
	margin-top: 36px;
	margin-bottom: 18px;
}

.box_small {
	width: 452px;
	float: left;
	text-align: justify;
}

.box_small_index {
	width: 360px;
	float: left;
	text-align: justify;
}

.box_small_autor {
	width: 820px;
	float: left;
	text-align: justify;
}

#author.center_container .box_small {
	width: 435px;
	margin-top: 31px;
	font-size: 14px;
	margin-bottom: 60px;
}

#author.center_container .first_box {
	margin-right: 30px;
}

#author.center_container .gallery_box p {
	text-transform: none;
}

#contact_box_info {
	margin-left: 52px;
	float: left;
}

#contact_form {
	width: 452px;
	float: left;
}

#contact_form input[type="text"] {
	width: 187px;
	height: 33px;
	float: left;
	padding-left: 23px;
	padding-right: 10px;
	margin-bottom: 12px;
}

#contact_form .first_input {
	margin-right: 12px;
}

#contact_form textarea {
	width: 419px;
	height: 126px;
	padding: 12px;
	padding-left: 22px;
	font-family: 'Open Sans', Tahoma, Verdana, sans-serif;
}

#contact_form input[type="submit"] {
	width: 141px;
	height: 28px;
	background: #0185ca;
	color: #fff;
	margin-top: 4px;
	float: right;
	cursor: pointer;
	border: none;
}

#contact_form input[type="text"],
#contact_form textarea {
	border: none;
	color: #fff;
	background: rgba(255, 255, 255, 0.09);
}

::-webkit-input-placeholder {
    color: #fff;
}
:-moz-placeholder {
    color: #fff;
}
::-moz-placeholder {
    color: #fff;
}
:-ms-input-placeholder {
    color: #fff;
}

#message a {
	color: #AD8548;
}

#message #footer_wrapper {
	position: absolute;
	bottom: 0;
}

#footer_wrapper {
	height: 92px;
	margin-top: 42px;
	background: rgba(0, 0, 0, 0.8);
}

#footer_wrapper p {
	color: #fff;
	font-size: 15px;
	margin-top: 28px;
	float: left;
}

#footer_wrapper p a {
	color: #fff;
	text-decoration: none;
}

#langs {
	float: right;
	margin-top: 27px;
	list-style: none;
}

#langs li{
	float: left;
	margin-left: 17px;
}

.cleaner {
	width: 100%;
	clear: both;
}

/**
 * Gallery
 */
.gallery_box {
	width: 281px;
	float: left;
	margin-left: 13px;
}

a.gallery_box{
	text-decoration: none;
}

.gallery_box p {
	text-transform: uppercase;
	font-size: 13px;
}

.gallery_first {
	margin-left: 0px;
}

/**
 * Contact
 */
#contact {
	min-height: 291px;
	padding-top: 50px;
}

#contact #contact_form {
	float: right;
}

#contact_author {
	width: 448px;
	float: left;
	background: url("../images/author_contact.png") top right no-repeat;
}

#contact_spol {
	width: 448px;
	float: left;
	background:  top right no-repeat;
}

#contact_author p {
	line-height: 20px;
	font-size: 14px;
	margin-bottom: 19px;
}

#contact_author h2 {
	color: #fff;
	font-size: 21px;
	font-weight: 400;
}

