body {
	margin: 0;
	padding: 30px 0;
	font-family: "Open Sans", sans-serif, arial, tahoma, verdana;
	background: #4E4E4E
}
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;
	max-width: 98%;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}
.header {
	border-top: 5px solid #000;
}
ul.nav {
	margin: 0;
	list-style-type: none;
	text-align: center;
	background: #444;
}
ul.nav li {
	display: inline-block;
}
ul.nav li span {
	display: inline-block;
	padding: 15px 20px;
	cursor: pointer;
	color: #fff;
	-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: #525252;
}
.content {
	background: #333;
}
.section_content {
	padding: 0 30px;
}
h1 {
	margin: 0;
	padding: 20px 0 10px;
	line-height: 34px;
	text-align: center;
	color: #fff;
	background: #222;
}
h2 {
	padding: 10px 0;
	font-size: 30px;
	text-align: center;
	color: #fff;
	color: #fff;
	background: #222;
}
#about_section {
	padding-top: 20px;
	text-align: center;
}
#about_section p {
	text-align: left;
	margin: 0 0 10px;
	color: #fff;
	font-size: 14px;
}
#about_section p::first-letter {
	font-size: 16px;
	font-weight: bold;
}
.photo_cat_btns_box {
	padding: 0 0 20px;
	text-align: center;
}
.photo_cat_btn {
	display: inline-block;
	margin: 0 10px;
	color: #bbb;
	cursor: pointer;
}
.photo_cat_btn:hover {
	text-decoration: underline;
}
.photo_cat_btn.active {
	color: #fff;
}
.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 #000;
}
#pics_box a img {
	height: 150px;
	vertical-align: top;
}
#contacts_section .section_content {
	color: #fff;
}
#contacts_section a {
	color: #497FA0;
	text-decoration: none;
}
#contacts_section a:hover {
	text-decoration: underline;
}
#feedback_section table {
	width: 100%;
}
#feedback_section .section_content {
	color: #fff;
	padding-bottom: 35px;
}

.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: #595959;
	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: #696969;
}
.priv_msg_label {
	margin-left: 10px;
	font-size: 14px;
}
.footer {
	padding: 14px 0 16px;
	font-size: 13px;
	text-align: center;
	color: #fff;
	background: #222;
}