body {
	margin: 0;
	padding: 35px 0 30px;
	font-family: "Open Sans", sans-serif, arial, tahoma, verdana;
	background: url(/img/bg.jpg);
}
input[type="text"], textarea {
	font-family: "Open Sans", sans-serif, arial, tahoma, verdana;
}
.handwrite {
	font-family: "Marck Script", sans-serif, arial, tahoma, verdana;
	font-weight: 600;
}
* {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.clear {
	clear: both;
}
a img {
	border: none;
}
.wrapper {
	margin: 0 auto;
	width: 900px;
	-webkit-box-shadow: 0 0 30px rgba(103, 63, 14, 0.5);
	   -moz-box-shadow: 0 0 30px rgba(103, 63, 14, 0.5);
	        box-shadow: 0 0 30px rgba(103, 63, 14, 0.5);
}
.header {
	border-top: 2px solid #777;
}
ul.nav {
	margin: 0;
	list-style-type: none;
	text-align: center;
	background: #ccc;
}
ul.nav li {
	display: inline-block;
}
ul.nav li span {
	display: inline-block;
	padding: 10px 20px;
	cursor: pointer;
	-webkit-transition: background-color 0.3s;
	   -moz-transition: background-color 0.3s;
	    -ms-transition: background-color 0.3s;
	        transition: background-color 0.3s;
}
ul.nav li span:hover {
	background-color: #aaa;
}
.content {
	padding: 0 0 40px;
	background: #F1F1F1;
}
.section_content {
	padding: 0 30px;
}
h1 {
	margin: 0;
	padding: 20px 0 10px;
	line-height: 34px;
	text-align: center;
	color: #494C50;
	background: #E4E4E4;
}
h2 {
	padding: 10px 0;
	font-size: 30px;
	text-align: center;
	color: #494C50;
	background: #DCDCDC;
}
#about_section {
	padding-top: 20px;
}
#about_section p {
	margin-top: 0;
}
#about_section p::first-letter {
	font-size: 17px;
	font-weight: bold;
}
.photo {
	height: 300px;
}
.photo_cat_btns_box {
	padding: 0 0 20px;
	text-align: center;
}
.photo_cat_btn {
	display: inline-block;
	margin: 0 10px;
	color: #777;
	cursor: pointer;
}
.photo_cat_btn:hover {
	text-decoration: underline;
}
.photo_cat_btn.active {
	color: #000;
}
.photo {
	margin: 0 15px 10px 0;
	float: left;
}
#pics_box {
	padding-left: 19px;
	text-align: left;
}
#pics_box a {
	display: inline-block;
	margin: 0 2px 7px;
	border: 1px solid #777;
}
#pics_box a img {
	height: 150px;
	vertical-align: top;
}
#contacts_section a {
	color: #497FA0;
	text-decoration: none;
}
#contacts_section a:hover {
	text-decoration: underline;
}
#feedback_section table {
	width: 100%;
}
.pic-description {
	position: fixed;
	z-index: 10000;
	right: 0;
	width: 400px;
	height: 100%;
	background: #fff;
	color: #000;
	padding: 5px 10px;
	text-align: left;
}

.title_row td {
	padding-top: 10px;
}
.formTf {
	padding: 9px 11px 8px 11px;
	width: 280px;
	font-size: 15px;
	border: 1px solid #8696b5;
	font-family: "Open Sans", sans-serif, arial, tahoma;
}
.formTf:focus {
	outline: none;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.formTaAdd {
	width: 100%;
	height: 150px;
}
.formErrTr div {
	padding: 0 0 10px;
	color: #f00;
}
.asterisk {
	color: #f00;
}
.requiredLabel {
	display: inline-block;
	padding: 15px 0 0 0;
	font-size: 13px;
}
.formError {
	padding-left: 10px;
	font-size: 14px;
	color: #f00;
}
.generalError {
	padding: 20px 0 0 0;
	text-align: center;
	font-size: 14px;
	color: #f00;
}
.generalSuccess {
	font-size: 16px;
	color: #21881A;
}
.formSuccessTr {
	display: none;
}
.formSuccess {
	margin: 10px 0 0 0;
	padding: 10px 20px;
	font-size: 16px;
	text-align: center;
	color: #21881A;
	border: 1px solid #21881A;
	background: #E6FFEA;
}
.submitBtn {
	display: inline-block;
	padding: 9px 0 8px;
	width: 220px;
	font-size: 14px;
	color: #fff;
	border: none;
	background-color: #5D6267;
	cursor: pointer;
	-webkit-transition: background-color 0.2s;
	-moz-transition: background-color 0.2s;
	-ms-transition: background-color 0.2s;
	transition: background-color 0.2s;
}
.submitBtn:hover {
	background-color: #747D84;
}
.priv_msg_label {
	margin-left: 10px;
	font-size: 14px;
}
.footer {
	padding: 10px 0;
	font-size: 13px;
	text-align: center;
	background: #ccc;
}

.plugin_like_box {
	padding-top: 18px;
	height: 40px;
	margin-left: 250px;
}
.fb_like_box {
	position: absolute;
}
.gp_like_box {
	position: absolute;
	margin: 2px 0 0 100px;
}
.vk_like_box {
	position: absolute;
	margin: 2px 0 0 180px;
}
.ok_like_box {
	position: absolute;
	margin: 2px 0 0 275px;
}

#preview_box {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: #333;
	background: rgba(0, 0, 0, 0.8);
}
#preview_prel {
	text-align: center;
}
#preview_prel span {
	font-size: 30px;
	color: #fff;
}
#preview_img {
	cursor: pointer;
}

#pic_title_box {
	position: fixed;
	top: 12px;
	width: 100%;
	height: 0;
	padding: 0 470px 0 50px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	z-index: 100000;
}
#pic_title_box div {
	position: relative;
}