.bg_1 {
	background: url(../images/bg/bg_1.jpg) no-repeat top center;
}
.bg_2 {
	background: url(../images/bg/bg_2.jpg) no-repeat top center;
}
.bg_3 {
	background: url(../images/bg/bg_3.jpg) no-repeat top center;
}
.bg_4 {
	background: url(../images/bg/bg_4.jpg) no-repeat top center;
}
.bg_5 {
	background: url(../images/bg/bg_5.jpg) no-repeat top center;
}

.clear {
	clear:both;
}

#sideRight .textwidget {
	margin-bottom: 20px;
}

.lang {
	color: #4f4b4d;
	text-decoration: none;
	margin-top:3px;
	margin-right:5px;
	float: right;
	font-family: Philosopher;
	font-size: 14px;
}
.lang:hover {
	text-decoration: underline;
	color: #4f4b4d;
}

.socials .vk.social {
	width: 26px;
	margin-right:15px;
}

.socials .fb.social {
	width: 26px;
	margin-right:15px;
}

.socials .tw.social {
	width: 36px;
	margin-right:15px;
}

.socials .ytb.social {
	width: 56px;
	margin-right:15px;
}

.socials .od.social {
	width: 25px;
	margin-right:15px;
	background:url(../images/od.png) no-repeat;
}

.socials .od.social:hover {
	background-position: 0px -25px;
}

.navigation span.active {
	font-size: 14px;
	margin-right: 3px;
}

.socials {
	z-index: 5000;
	width: 575px;
}

#header_wrapper {
	width: 800px;
	margin: 0 auto;
	padding-left: 200px;
}

#main_container_wrapper {
	width: 800px;
	padding-left:200px;
	margin: 0 auto;
	z-index: 50;
    position: relative;
}

#content ul {
	margin-top:20px;
	margin-bottom: 20px;
	list-style-type: disc;
}

#content .answer {
	color: white;
	font-family: Open Sans;
}

#content .answer strong {
	line-height: 25px;
}

#content {
	color: white;
}

.current_item {
	color: white;
	text-decoration: underline;
}

#content ul li {
	font-family: Open Sans;
	font-size: 14px;
	color: #ffffff;
	margin-bottom: 5px;
	line-height: 17px;
	margin-top: 5px;
	text-indent: 5px;
	text-align: justify;
}

em {
	font-style: italic;
	color: white;
	font-family: Open Sans;

}

h2 {
	font-family: Philosopher;
	font-size: 18px;
	color: #ffffff;
	margin-bottom: 17px;
	text-align: center;
	line-height: 30px;
}

strong {
	font-weight: bold;
}

#content {
	margin-bottom: 100px;
}

#content #topmenu ul li {
	display: inline-block;
	margin-right:25px;
	list-style-type: disc;
}

#content #topmenu li:last-child {
	content: ' ';
	clear: both;
}

#menu ul li a:hover {
	text-decoration: underline;
	color: #4f4b4d;
}

#menu ul li ul li a:hover {
	text-decoration: underline;
	color: white;
}

.menu-item:hover>ul.sub-menu {
	display: block;
}

.menu-item {
	position: relative;
	z-index: 100;
}

ul.sub-menu {
	background:url(../images/menu.png) repeat;
	position: absolute;
	padding:10px 20px 10px 20px;
	left:-20px;
	top:31px;
	display: none;
}

ul.sub-menu li {
	white-space: nowrap;
	word-wrap: normal;
	display: block;
}

#menu ul li ul.sub-menu li {
	display: block;
	float: none;
}

#header #middle_head #menu ul li {
	margin-right: 15px;
}

#header #middle_head #menu ul li:last-child {
	margin-right: 0px;
}

#header #middle_head #menu {
	left:180px;
	z-index: 1000;
}

#header {
	z-index: 100;
}


a.vk:hover {
	background-position: 0px -24px;
}
a.fb:hover {
	background-position: 0px -24px;
}
a.tw:hover {
	background-position: 0px -24px;
}
a.ytb:hover {
	background-position: 0px -23px;
}

.faq {
	display: block;
	position: relative;
}

.faq .faq_top {
	height: 20px;
	width: 460px;
	background: url(../images/border_top.png) no-repeat;
}

.faq .faq_bottom {
	height: 45px;
	width: 460px;
	background: url(../images/border_bottom.png) no-repeat;
}

.faq .faq_middle {
	padding-left:12px;
	padding-right: 12px;
	width: 436px;
	background: url(../images/border_middle.png) repeat-y;
}

.faq .faq_middle p:last-child {
	margin-bottom: 0px;
}

.faq .faq_middle span:first-child {
	padding-left:15px;
}