                                         /*24-11-2013-style_sheet_author: Vladimir Kovtunenko*/
@charset "UTF-8";
@font-face {
    font-family: 'GeorgiaBold';
    src: url('fonts/georgia_bold.eot');
    src: url('fonts/georgia_bold.eot') format('embedded-opentype'),
         url('fonts/georgia_bold.woff') format('woff'),
         url('fonts/georgia_bold.ttf') format('truetype'),
         url('fonts/georgia_bold.svg#CalibriItalic') format('svg');
}
@font-face {
    font-family: 'GeorgiaRegular';
    src: url('fonts/georgia_regular.eot');
    src: url('fonts/georgia_regular.eot') format('embedded-opentype'),
         url('fonts/georgia_regular.woff') format('woff'),
         url('fonts/georgia_regular.ttf') format('truetype'),
         url('fonts/georgia_regular.svg#CalibriItalic') format('svg');
}
@font-face {
    font-family: 'GeorgiaItalic';
    src: url('fonts/georgia_italic.eot');
    src: url('fonts/georgia_italic.eot') format('embedded-opentype'),
         url('fonts/georgia_italic.woff') format('woff'),
         url('fonts/georgia_italic.ttf') format('truetype'),
         url('fonts/georgia_italic.svg#CalibriItalic') format('svg');
}
@font-face {
    font-family: 'GeorgiaItalicBold';
    src: url('fonts/georgia_bold_italic.eot');
    src: url('fonts/georgia_bold_italic.eot') format('embedded-opentype'),
         url('fonts/georgia_bold_italic.woff') format('woff'),
         url('fonts/georgia_bold_italic.ttf') format('truetype'),
         url('fonts/georgia_bold_italic.svg#CalibriItalic') format('svg');
}
@font-face {
    font-family: 'AvantBold';
    src: url('fonts/avant_bold.ttf') format('woff')
    
    /*src: url('fonts/georgia_bold.eot');
    src: url('fonts/georgia_bold_italic.eot') format('embedded-opentype'),
         url('fonts/georgia_bold_italic.woff') format('woff'),
         url('fonts/georgia_bold_italic.ttf') format('truetype'),
         url('fonts/georgia_bold_italic.svg#CalibriItalic') format('svg');*/
}
body {
    position: relative;
    min-width: 1100px;
    height: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 76.1%;
    font-family: Arial, Helvetica, sans-serif;
    color: #464646;
    line-height: 19px;
    background: #fff 
}
header, footer, section, article, audio, aside, nav, video, detalies, summary, figure  {
	display: block
}
meter, mark, time {
  display: inline-block;
}
* {
    margin: 0;
    padding: 0
}
ul, menu {
    list-style: none
}
input:focus {
    outline: none
}
time {
    display: block;
    font-size: 95%;
    font-family: 'GeorgiaItalic', serif;
    color: #919191
}
p {
    font-size: 115%
}
a {
    font-size: 115%;
    color: #853883;
    text-decoration:  none
}
a:hover {
    text-decoration:  underline
}
img {
    border: none
}
article {
    position: relative;
   /* overflow: hidden  для видеопоста*/ 
}
h1 {
    margin-bottom: 4px;
    font-size: 15px;
    color: #000;
    text-transform: uppercase
}
.head_1 {
    margin-bottom: 16px;
    font-size: 18px
}
.head_2 {
    height: 19px;
    padding-top: 13px;
    margin-bottom: 13px;
    font-size: 20px;
    font-family: 'GeorgiaItalicBold', serif;
    color: #000;
    text-align: left;
   #background: url(img/head_top.png) no-repeat left top
}
.head_3 {
    margin-bottom: 3px;
    font: bold 14px/1.3em Arial, Helvetica, Tahoma, sans-serif;
    color: #333
}
a.head_3 {
    display: block
}
.boxImg {
    display: block
}
.left {
    float: left
}
.right {
    float: right
}
.boxTag div {
    line-height: 0.95em
}
.boxTag div span, .boxTag div a {
    /*margin-right: 3px;*/
    font-size: 90%;
    font-family: 'GeorgiaItalic', serif;
    color: #919191 
}
.boxTag div a {
    display: inline-block;
    font-family: 'GeorgiaItalicBold';
    color: #333
}
.buttomLink {
    position: relative;
    display: block;
    width: 220px;
    height: 33px;
    margin: 0 auto 0;
   
    font-size: 100%;
    color: #fff;
    line-height: 33px;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px #222;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    box-shadow: 1px 1px 1px #333;
    background: #932C8D;
    background:  -ms-linear-gradient(#B854B4, #751F6F);
    background:  -moz-linear-gradient(#B854B4, #751F6F);
    background:  -o-linear-gradient(#B854B4, #751F6F);
    background:  -webkit-linear-gradient(#B854B4, #751F6F)
}
.buttomLink:hover {
    text-decoration: none
}
.clearfix:after { 
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
} 
.clearfix {
    display: inline-block;
}
.clearfix {
    display: block;
}
#wrapper {
    position: relative;
    width: 1100px;
    margin: 0 auto 27px
}
#container {
    position: relative;
    width: 100%;
    text-align: left
}
                                                    /*--------------------------------------- HEADER  ------------------------------------------*/
#header {
    position: relative;
    width: 100%;
    height: 140px;
    margin-bottom: 11px
}
#header .boxLogo {
    position: relative;
    width: 600px;
    height: 50px;
    margin-top: 37px;
    float: left;
    text-align: left
}
#header .logo  {
    display: block;
    width: 331px;
    height: 50px;
    float: left;
    margin-right: 25px
} 
#header .boxLogo p {
    width: 220px;
    float: left;
    margin-top: 5px;
    font: 16px 'GeorgiaRegular', serif;
    color: #8e8e8e;
    line-height: 20px;
    letter-spacing: 1px
}
.boxLogo h1{
 width: 220px;
    float: left;
   margin:0px;
    font: 16px 'GeorgiaRegular', serif;
    color: #8e8e8e;
    line-height: 20px;
    letter-spacing: 1px;
	
}
h1.loqo-h1{
	text-transform: none;

}
#header .boxLogo p span {
    margin-left: 5px;
    font: 12px Arial, Helvetica, sans-serif;
    line-height: 12px;
    letter-spacing: 3px
}
.login {
	display: -webkit-inline-box;
	float: right;
	position: absolute;
	top: 10px;
	right: 10px;
}
.login li {
	margin-left:5px;
}

                                                            /*----------------------- SEARCH ---------------------------------*/
#boxSearch {
    position: relative;
    width: 341px;
    height: 34px;
    margin-top: 41px;
    line-height: 33px;
    background: url(img/search.png) no-repeat center center
}
#boxSearch input {
    border: none;
    background: none
}
#searchText {
    width: 275px;
    font: 12px 'GeorgiaItalic', serif;
    color: #848380
}
#searchButton {
    position: absolute;
    width: 19px;
    height: 16px;
    top: 8px;
    right: 12px;
    cursor: pointer
}

                                                                          /*---------------- MY MENU --------------------*/
#header .menu-top-menu-container {
    position: relative;
    width: 100%;
    height: 37px;
    margin-top: 15px;
    text-align: center;
    line-height: 37px;
    background: #853883
}
#header .menu-top-menu-container .menu-item {
	list-style-type: none;
	float: left;
	position:relative;
}
#header .menu-top-menu-container li a {
    padding: 1px 18px 2px 20px;
    font: 120% 'GeorgiaRegular', serif;
    color: #FFF;
    text-decoration: none;
    border-left: 1px solid #AA5DA8;
}

#header .menu-top-menu-container li.video {
padding-bottom: 2px;
}
#header .menu-top-menu-container li:first-child {
    padding-left: 0;
    border-left: none
}
#header .menu-top-menu-container li a:hover {
    text-decoration: underline
}

#header .menu-top-menu-container .menu-item ul {
	list-style-type: none;
	position:absolute;
	top:38px;
	left:-9999px;
	width:auto;
	z-index:9999;
}

#header .menu-top-menu-container .menu-item:hover ul {
	left:0px;
}

#header .menu-top-menu-container .menu-item ul li{
background: #853883;
width:100%;
white-space:nowrap;
border-bottom: 1px solid #AA5DA8;

}

#header .menu-top-menu-container .menu-item ul li{
border-left: none;
}


/*========================================  BLOCK TOP ======================================*/
#blockTop {
    position: relative;
    text-align: left
}
#topTest {
    position: relative;
    width: 555px
}
#newArticle {
    position: relative;
    width: 530px
}
#topTest .left {
    width: 315px;
    margin-right: 14px
}
#topTest figure, #topTest figure img {
    position: relative;
    width: 315px;
    height: 285px
}
#topTest figure {
    margin-bottom: 10px;
}
#topTest figcaption {
    position: absolute;
    bottom: 25px;
    padding: 6px 0 8px;
    font-size: 31px;
    font-family: 'AvantBold', Arial, Helvetica, Tahoma, sans-serif;
    color: #fff;
	text-shadow: 2px 2px 5px black;
    text-align: center;
    line-height: 30px;
    background-image: url(img/test_bg.png),url(img/test_bg.png);
    background-repeat: no-repeat, no-repeat;
    background-position: center top, center bottom
}
#topTest .left .head_3 {
    margin-bottom: 5px;
    font-size: 115%;
    color: #000;
    text-transform: uppercase
}
#topTest nav {
    width: 210px;
    float: left;
    margin-top: -5px
}
#topTest nav a {
    display: block;
    padding-left: 11px;
    margin-bottom: 0.35em;
    font-size: 115%;
    color: #853883;
    line-height: 1.25em;
    background: url(img/arrow_1.png) no-repeat left 7px
}
#topTest .left p {
    margin-bottom: 6px
}
#topTest .readMore {
    border-bottom: 1px solid #853883
}
#topTest .readMore:hover {
    border-bottom: none;
    text-decoration: none
}

#newArticle .clearfix {
    width: 510px;
    padding: 10px 10px 18px;
    background: #f7edf7
}
#newArticle .left {
    width: 255px;
	margin-top: 20px;
}
#newArticle .left figure {
    width: 248px;
    height: 155px;
    margin-bottom: 14px
}
#newArticle .head_4 {
    margin-bottom: 3px;
    font-weight: bold;
    font-size: 115%;
    color: #000;
    line-height: 1.1em
}
#newArticle .left p {
    margin-bottom: 9px;
    font-size: 100%;
    line-height: 1.5em
}
#newArticle nav {
    width: 225px;
    float: right;
    padding: 2px 0 10px 20px;
    border-left: 1px solid #ECD9EC
}
#newArticle ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#newArticle nav li {
    margin-top: 20px;
    line-height: 1.35em
}
#newArticle nav li:first-child {
    margin-top: 0
}
#newArticle nav a {
    font-size: 115%
}


#topNav {
    position: relative;
    width: 100%;
    height: 30px;
    margin: 24px 0 17px 0;
    line-height: 30px;
    text-align: center;
    background: url(img/top_nav.png) repeat-x left center
}
#topNav a {
    padding: 0 0px 0 4px;
    font-size: 90%;
    font-family: 'GeorgiaItalicBold', serif;
    color: #000;
    border-left: 1px solid #C1C1C1
}
#topNav a:first-child {
    border-left: none
}
 
/*======================================== CONTENT =========================================*/
#content {
    position: relative;
    width: 773px;
    float: left
}
.leftImg {
    float: left;
    margin: 3px 35px 22px 0
}
.rightImg {
    float: right;
    margin: 3px 0 22px 35px
}
.centerImg {
    margin-bottom: 21px
}

/*==================================================================== POST =============================================*/
.post {
    margin-bottom: 30px;
	margin-top:10px;
}
.post ul {
	margin: 10px 25px;
	list-style-type: circle;
}
.post p {
    margin-bottom: 18px;
    line-height: 1.25em
}
.post p.first {
    margin-bottom: 0
}
.post strong {
    font-size: 0.95em
}
#boxPost time {
    display: inline
}
#boxPost .boxTag {
    margin-top: 0px;
    background: url(img/block_news_line.png) no-repeat left top
}
#boxPost .first {
	margin-top: 0px;
	/*float: right;*/
}
.post .boxTag > div {
    height: 20px;
    line-height: 20px;
    overflow: hidden
}
#boxPost .boxTag .separator {
    margin: 0 13px
}
.alignleft {
	float: left;
	margin: 0 10px 0 0;
}
.alignright {
	float: right;
	margin: 0 0 0 10px;
}
.aligncenter {
    margin: 10px auto;
	display: block;
}
#boxPost #uspcontent_ifr {
	height: 410px !important;
}

#button {
    position: relative;
    display: block;
    width: 100px;
    font-weight: bold;
    font-size: 100%;
    color: #fff;
    line-height: 25px;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px #222;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    box-shadow: 1px 1px 1px #333;
    background: #932C8D;
    background:  -ms-linear-gradient(#B854B4, #751F6F);
    background:  -moz-linear-gradient(#B854B4, #751F6F);
    background:  -o-linear-gradient(#B854B4, #751F6F);
    background:  -webkit-linear-gradient(#B854B4, #751F6F)
}
#button:hover {
		text-decoration: none;
}

/*==================================================================== BLOCK COMMENTS ===============================*/
#comments {
    margin-bottom: 33px
}
#comments .head_2 {
margin-bottom: 16px
}
#comments .head_2 strong {
padding-left: 17px;
margin-left: 11px;
font-size: 20px;
color: #853883;
background: url(img/comment_2.png) no-repeat left 7px
}
#comments .comment-reply-title {
    margin-bottom: 6px
}
#respond {
    padding: 9px 11px 9px 11px;
    margin-bottom: 30px;
	margin-top: 20px;
    background: #f7edf7
}
#respond > img {
    width: 82px;
    height: 80px;
    float: left;
    margin-top: 1px
}
#respond label {
    display: block;
    margin-bottom: 5px
}
#respond label span {
    font-size: 16px;
    color: #d00
}
#commentform {
    position: relative;
    width: 570px;
    margin-left: 30px
}
#commentform fieldset {
    width: 200px;
    margin: 20px 0 0 17px;
    border: none
}
#commentform p {
    position: relative;
    padding-left: 17px;
    margin-bottom: 10px;
    z-index: 1
}
#comment, #author, #email, .boxForm img {
    border: 1px solid #ebd9eb;
    background: #fff
}
#commentform .comment-form-comment {
    padding-left: 17px;
    margin-bottom: 15px
}
.comment-form-comment qqq {
    position: absolute;
    width: 18px;
    height: 25px;
    top: 20px;
    left: 0;
    background: url(img/comment_textarea.png) no-repeat center center
}
#comment {
    min-width: 620px;
    max-width: 620px;
    min-height: 95px;
    max-height: 95px;
    padding: 10px
} 
#author, #email {
    width: 200px;
    height: 30px;
    padding: 0 10px
}
#submit, #user-submitted-post, .btn-primary {
    position: relative;
    display: block;
    width: 220px;
    height: 33px;
    margin: 20px 0 0 17px;
    
    font-size: 100%;
    color: #fff;
    line-height: 25px;
    cursor: pointer;
    border: none;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px #222;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    box-shadow: 1px 1px 1px #333;
    background: #932C8D;
    background:  -ms-linear-gradient(#B854B4, #751F6F);
    background:  -moz-linear-gradient(#B854B4, #751F6F);
    background:  -o-linear-gradient(#B854B4, #751F6F);
    background:  -webkit-linear-gradient(#B854B4, #751F6F)
}
.comment-author, .comment-awaiting-moderation, .comment-content, .comment-list .reply, .comment-metadata {
    padding-left: 71px !important
}
.comment-author b.fn {
    font: bold italic 13px Georgia, serif;
    color: #222
}
.comment-metadata time {
    display: inline;
    font: italic 12px Georgia,serif;
    padding-left: 13px;
    margin-left: 13px;
    color: #919191;
    border-left: 1px solid #ccc
}
.comment-content p {
    margin-bottom: 7px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #919191;
    line-height: 1.35em
}
.comment-list .reply {
    margin-top: 7px
}
.comment-list .children {
	margin: 10px 0px 0px 40px;
}
.comment-reply-link:before, .comment-reply-login:before {
    content: none !important
}
.comment-reply-link {
    text-transform: none !important;
    border-bottom: 2px solid #c8aec7;
    color: #853883 !important;
}
.comment-reply-link:hover {
    text-decoration: none;
    border: none;
}
.avatar {
	float: left;
	margin: 3px 10px 10px 0;
}
#usp-success-message {
margin-top: 20px;
color: limegreen;
}
#usp-error-message {
	margin-bottom: 20px;
	color: red;
}
#usp_form {
	margin-top: 20px;
}
#wp-uspcontent-editor-container {
	border: 1px solid #ddd;
	border-radius: 4px;
	margin-bottom: 15px;
	overflow: hidden;
}

/*==================================================================== BLOCK MORE ===================================*/
#blockMore {
    position: relative;
    padding: 0 15px 27px 17px;
    margin-bottom: 15px;
    background: #ededed
}
#blockMore .head_2 {
    margin-bottom: 17px
}
#blockMore .clearfix > div {
width: 216px;
float: left;
margin-left: 8px;
margin-right: 23px;
min-height: 225px;
max-height: 226px;
overflow: hidden;
}
#blockMore .clearfix > div:first-child {
    #margin-left: 0
}
#blockMore img {
    width: 216px;
    height: 138px;
    margin-bottom: 2px
}
#blockMore a {
    line-height: 1.15em
}
#blockMore a span {
    font-size: 100%
}
#blockMore .boxTag {
    padding: 0;
    background: none;
}

/*==================================================================== POPULAR =====================================*/
#blockPopular > .clearfix {
    margin-bottom: 30px
}
.popular {
    position: relative;
    width: 378px;
}
.popular .head_3 {
    margin-bottom: 6px;
    font-weight: normal;
    color: #959595;
    text-transform: uppercase
}
.popular .clearfix {
    margin-bottom: 0px;
	min-height: 134px;
	
}
.popular img {
    width: 125px;
    height: 125px;
    float: left;
    margin-right: 12px
}
.popular .box {
    width: 234px;
    float: left
}
.popular .box strong {
    display: block;
    margin: -3px 0 4px 0;
    font-size: 115%;
    color: #333;
    line-height: 1.25em
}
.popular .boxLinks {
    width: 228px;
	float:right;
    margin-bottom: 0;
	margin-right: 12px;
}
.popular .boxLinks a {
    display: block;
    padding-left: 10px;
    margin-bottom: 1px;
    font-size: 110%;
    color: #464646;
    line-height: 1.3em;
    background: url(img/arrow_2.png) no-repeat left 7px
}
.popular .readMore {
    font-size: 110%;
    border-bottom: 2px solid #C8AEC7
}
.popular .readMore:hover {
    text-decoration: none;
    border-bottom: none
}

/*==================================================================== BLOCK VIDEO ===================================*/
#blockVideo {
    margin-bottom: 14px
}
#blockVideo > div {
    position: relative;
    width: 370px 
}
#blockVideo .box, #blockVideo img {
    position: relative;
    width: 368px;
    height: 260px
}
#blockVideo .box {
    margin-bottom: 9px
}
#blockVideo a span {
    display: block;
    font-size: 100%;
    line-height: 1.2em
}
#blockVideo .boxTag {
    margin-top: 5px
}
#blockVideo .boxTag > div {
    margin-top: 4px
}

/*========================================================== BLOCK VOPROS ===========================================*/
#vopros {
    position: relative
}
#vopros aside.left {
    position: relative;
    width: 231px;
    padding: 0px 8px 10px 10px;
    background: #f7edf7
}
#vopros aside.left > .clearfix {
    margin-bottom: 5px
}
#vopros aside.left .clearfix > img {
    width: 108px;
    height: 140px;
    float: left
}
#vopros aside.left .box {
    margin-left: 117px;
    font-size: 105%;
    line-height: 1.25em
}
#vopros aside.left .box strong {
    display: block;
    margin-bottom: 5px;
    font-size: 105%;
    color: #000;
    line-height: 1.1em
}
#vopros aside.left .boxContent {
    margin-bottom: 9px;
    font-size: 80%;
    /*font-family: 'GeorgiaItalic', serif;*/
    line-height: 1.6em
}
#vopros aside.left .boxContent p {
    margin-bottom: 2px;
	margin-top:11px;
}
#vopros aside.left .boxContent strong {
    display: block;
    font: bold italic 110% Arial, Helvetica, sans-serif;
    color: #000;
    text-transform: uppercase
}
#vopros aside.left .boxContent strong.style {
    display: inline
}

#vopros .right {
    width: 500px;
    margin-top: 3px;
    overflow: hidden;
    font-family: 'GeorgiaItalic'
}
#vopros .right > div {
    margin-bottom: 25px
}
#vopros blockquote {
    font-size: 100%;
    font-family: 'GeorgiaItalicBold';
    color: #000;
    line-height: 1.3em
}
#vopros .right div div {
    font-size: 90%;
    color: #919191
}
#vopros time {
    display: inline;
    font-size: 100%
}
#vopros .separator {
    margin: 0 9px
}
#vopros .readMore {
    padding-left: 21px;
    margin-left: 9px;
    background: url(img/comment_1.png) no-repeat left top
}
#vopros .readMore span {
    border-bottom: 2px solid #c8afc7;
}
#vopros .readMore:hover {
    text-decoration: none;
}
#vopros .readMore:hover span {
    border-bottom: none;
}
#vopros .right p {
	margin-bottom: 6px;
}


/*==================================================================== BLOCK NEWS ===================================*/

#blockNews {
    position: relative;
    margin-bottom: 1px;
    border-bottom: 1px solid #853883
}
.boxHead {
    margin-bottom: 30px
}
.boxHead span {
    font-size: 26px
}
.boxHead a {
    display: block;
    float: right;
    margin-top: 5px;
    font: 14px Arial, Helvetica, sans-serif;
    border-bottom: 2px solid #c8afc7
}
.boxHead a:hover {
    text-decoration: none;
    border-bottom: none
}
#blockNews ul {
    text-align: justify;
    /* ???????? ??? ????????*/
    line-height: 0;
    font-size: 1px; /* 1px ??? Opera */
   
}
#blockNews ul:after {
    width: 100%;
    height: 0px;
    visibility: hidden;
    overflow: hidden;
    content: '';
    display: inline-block;

}
#blockNews ul li  {
    width: 370px;
    /*height: 98px;*/
    display: inline-block;
    margin-bottom: 25px;
    font-size: 14px;
    text-align: left;
    /* ?????????????? ? ????????, ????? ??????????*/
    line-height: normal;
    /* ??? ???? ? Opera ????? ?????? ??? ?????????? */
    vertical-align: top;
}
.blockNews img {
    width: 300px;
    height: 200px;
    float: none;
    margin-right: 14px
}
.blockNews .head_3 {
    font-size: 115%;
    color: #333;
    line-height: 1.2em
}
.blockNews .head_3:hover {
    text-decoration: underline;
}
.blockNews p {
    font-size: 100%;
    color: #454545;
    line-height: 1.3em
}
.blockNews .boxTag {
    padding-top: 9px;
    margin-top: 8px;
    font-size: 90%;
    background: url(img/block_news_line.png) no-repeat left top
}
.blockNews .boxTag .separator {
    margin: 0 5px
}
.blockNews .boxTag b {
    margin-left: 5px;
    font-size: 100%;
    color: #000
}
.blockNews time {
    display: inline
}
#catDisc ul {
	margin: 10px 25px;
	list-style-type: circle;
}
#catDisc ul li {
	display: list-item;
	margin-bottom: 5px;
}
#catDisc p {
	margin-bottom: 18px;
	line-height: 1.25em;
}
div#catDisc{
	margin-top:15px;
}

                                                                        /*------ PAGE NAVIGATION -------*/
.pageNav {
    position: relative;
    width: 100%;
    padding-top: 22px;
    margin: 1px auto 9px;
    border-top: 1px solid #853883
}
.pageNews .pageNav {
    margin-top: 10px
}
.pageNav div {
    position: relative;
    width: auto;
    float: right;
    right: 50%
}
.pageNav ul {
    position: relative;
    left: 50%
}
.pageNav li {
    float: left;
}
.pageNav a {
    font-size: 100%;
    color: #853883;
    border-bottom: 2px solid #853883
}
.pageNav a:hover {
    text-decoration: none;
    border-bottom: none
}
.pageNav a {
    padding: 0 1px;
    margin: 0 7px
}

.pageNav .current span {
    padding: 2px 7px 3px 6px;
    margin: 0 3px;
    font-weight: bold;
    color: #fff;
    background: #853883
}
.pageNav a:hover {
    text-decoration: none;
    
}
.prev, .next {
    padding-bottom: 1px;
}
.prev a, .next a {

}
.prev span, .next span {
    color: #919191
}
.prev a:hover, .next a:hover {
    
}
.prev {
    margin-right: 18px
}
.next {
    margin-left: 12px
}


/*====================================================================================== ASIDE =============================================*/
#rightAside {
    width: 309px;
    float: right;
    /*background: url(../images/aside_bg.jpg) no-repeat left top*/
}
aside .quotescollection_randomquote {
    position: relative;
    width: 309px;
    height: 150px;
    margin-bottom: 11px
}
aside .quotescollection_randomquote img {
    width: 309px;
    height: 150px;
}
aside .quotescollection_randomquote p {
    position: absolute;
    top: 17px;
    left: auto;
    padding-top: 25px;
	margin: 0 5px;
    font-size: 18px;
    font-family: 'GeorgiaRegular', serif;
    color: #fff;
    text-align: center;
    background: url(img/banner_line.png) no-repeat center top
}
aside .quotescollection_randomquote span {
    display: block;
    padding-bottom: 11px;
    margin-top: 16px;
    font-size: 11px;
    font-family: 'GeorgiaItalic', serif;
    background: url(img/banner_line.png) no-repeat center bottom
}
aside .quotescollection_widget {
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    padding: 0;
    top: 12px;
    right: 10px;
    background: url(img/arrow_4.png) no-repeat center center
}
aside .quotescollection_refresh {
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    padding: 0;
    bottom: 15px;
    right: 10px;
    background: url(img/arrow_5.png) no-repeat center center
}
q:lang(ru) {
	quotes: "?" "?" "?" "?";
}

/*==========================================================  HISTORY ===============================================*/
#history {
    position: relative;
    padding: 0 10px 10px;
    margin-bottom: 9px;
    background: #f7edf7
}
#history .clearfix {
    margin-bottom: 7px
}
#history img {
    width: 99px;
    height: 92px;
    float: left;
    margin-right: 12px
}
#history .head_3 {
    margin-bottom: 11px;
    color: #000
}
#history .name {
    padding-top: 8px;
    font-size: 90%;
    font-family: 'GeorgiaItalic', serif;
    color: #818181;
    border-top: 1px solid #CDCDCD
}
#history p {
    padding-bottom: 10px;
    margin-bottom: 8px;
    font-size: 110%;
    line-height: 1.3em;
    border-bottom: 1px solid #CDCDCD
}
#history .readMore {
    display: block;
    margin-top: 5px;
    text-align: center
}
#history .readMore span {
    border-bottom: 2px solid #C3A3C3
}
#history .readMore:hover, #history .readMore:hover span {
    border-bottom: none;
    text-decoration: none
}

/*==================================================================== BOOK ==================================================*/
#book {
    margin-bottom: 16px;
}
#book .head_2 {
    margin-bottom: 12px;
}
#book .clearfix a {
    position: relative;
    float: left;
    margin-left: 7px;
}
#book .clearfix a:first-child {
    margin-left: 0
}
#book .clearfix a img {
    display: block;
    width: 149px;
    height: 218px;
	border: 1px #B4B4B4 solid;
}
#book .readMore {
    display: block;
    margin-top: 5px;
    text-align: center
}
#book .readMore span {
    border-bottom: 2px solid #C3A3C3
}
#book .readMore:hover, #book .readMore:hover span {
    border-bottom: none;
    text-decoration: none
}

/*========================================================================== ASIDER NEWS ============================================*/
.news .boxImg {
    display: block;
    float: left;
    margin-top: 4px
}
.news .boxContent {
    float: left
}
.news .box > a {
    display: block;
    font-size: 110%;
    line-height: 1.2em
}
.news a:hover {
    text-decoration: underline
}
.asideNews {
    padding: 0 0 22px;
    margin-bottom: 15px;
    background: #ededed
}
.asideNews .head_2 {
    padding-left: 9px;
    margin-bottom: 8px
}
.asideNews .news {
    padding: 0 0 0 9px;
    margin-top: 30px;
    overflow: hidden;
}
.asideNews .head_2 + .news {
    margin-top: 0
}
.asideNews .news img, .asideNews .boxImg{
    width: 120px;
    height: 80px
}
.asideNews .news  .boxImg {
    float: left;
    margin-right: 15px;
	border-radius: 3px;
}
.asideNews .head_3 {
    margin-bottom: 3px;
    color: #3D3D42;
    text-decoration: none;
    line-height: 1.3em
}
.asideNews .head_3:hover {
    text-decoration: underline
}
.asideNews .boxTag {
    margin-top: 3px
}
.asideNews .boxTag div {
    margin-top: -1px;
    line-height: 1.1em
}
.asideNews .box {
    width: 145px;
    float: left
}
.asideNews .box1 {
   width: 293px;
    float: left
}
.asideNews p {
    padding-right: 5px;
    line-height: 1.2em
}

/*================================================================================================== BOX BANNER 2 ===============*/
.boxBanner_2 {
    position: relative;
    width: 309px;
}
.boxBanner_2 .box {
    position: absolute;
    width: 160px;
    bottom: 13px;
    left: 11px
}
.boxBanner_2 h3 {
    height: 19px;
    padding-top: 13px;
    margin-bottom: 13px;
    font-size: 20px;
    font-family: 'GeorgiaItalicBold', serif;
    color: #000;
    text-align: left;
    background: url(img/head_top.png) no-repeat left top
}
.boxBanner_2 li {
    margin-bottom: 10px;
    font-size: 11px;
    color: #333;
    line-height: 1.3em
}
.boxBanner_2 a {
    padding: 5px 7px 6px;
}
.boxBanner_2 .url {
	color: #555;
	font-weight: 700;
}
.boxBanner_2 a span {
    padding-right: 15px;
    font-weight: bold;
    font-size: 14px; 
    color: #fff;
    background: url(img/arrow_3.png) no-repeat right center
}


                                                             /*--------------------------------------- FOOTER -----------------------------------------------*/
#footer{
    position: relative;
    min-width: 1001px;
    width: 100%;
    height: 175px;
    padding-top: 19px;
    font-size: 100%;
    font-family: 'GeorgiaRegular', serif;
    color: #a37fa2;
    text-align: left;
    /* overflow: hidden; */
    background: #ededed url(img/footer_bg.png) repeat-x left center
}
#footer a {
    font-size: 100%;
    font-family: 'GeorgiaRegular', serif;
    color: #a37fa2
}
#boxFooter {
    position: relative;
    width: 1100px;
    margin: 0 auto 0
}
#boxFooter .boxLogo {
    display: block;
    width: 358px;
    float: left;
    margin: 12px 30px 0 0;
    overflow: hidden
}
#boxFooter .boxLogo .box {
    padding-bottom: 11px;
    font-size: 115%;
    border-bottom: 1px solid #572f56
}
#footer .logo {
    display: block;
    width: 352px;
    height: 40px;
    margin: 0 0 8px
}
#footer .box div {
    width: 252px;
    line-height: 1.3em
}
#footer .box div span {
    display: block;
    font-size: 85%;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 3px 
}
#copy {
    margin-top: 13px;
    font: 12px Arial, Helvetica, sans-serif
}
#footer .blockNav {
    width: 450px;
    float: left;
    padding: 0 20px 7px 45px;
    border-left: 1px solid #522651;
    border-right: 1px solid #522651
}
#footer .blockNav .head_3 {
    font-size: 120%;
    font-family: 'GeorgiaItalic';
    color: #a37fa2
}
#footer .blockNav ul.menu {
    float: left;
    margin-left: 50px
}
#footer .blockNav ul.menu:first-child {
    margin-left: 0
}
#footer .blockNav li.menu-item {
    padding-left: 9px;
    background: url(img/nav_footer.png) no-repeat left 6px
}
#footer .blockNav li.menu-item a {
    font: bold 100% Arial, Helvetica, sans-serif;
    border-bottom: 2px solid #7c577b;
}
#footer .blockNav li.menu-item a:hover {
    text-decoration: none;
    border-bottom: none
}
#footer menu {
    float: left;
    margin: 2px 0 0 35px
}
#footer menu li {
    margin-bottom: 4px
}
#footer menu a {
    font-size: 115%;
    font-family: 'GeorgiaItalicBold', serif;
}
.counter {
width: 130px;
float: left;
margin: 12px 25px;
}
.newsArticle img{
float:left;
margin:	0 15px 0 9px;
}
.news:last-child{
margin-top:20px;
}
.date-no-bg{
display:block;
}
.newsArticle{
padding: 0 0 22px;
margin-bottom: 15px;
background: #ededed;
}
.newsArticle p{
margin-right: 6px;
font-size: 12px;
}
a.newsLink {
margin-right: 6px;
}

#ya2{
	margin-right:10px;
	float:right;
	width:  340px !important;  
	/*
	position:   relative !important;  
	width:  340px !important;   
	bottom:    35px;
	left:  750px;
	margin-bottom: -80px;
	top: -85px; */
}

#ya-site-form0 > div > table > tbody > tr > td > table > tbody > tr:nth-child(1) > td > table > tbody > tr > td.ya-site-form__search-input-layout-l > div {
	 position: relative;
    width: 341px;
    height: 34px;
    margin-top: 41px;
    line-height: 33px;
    background: url(img/search.png) no-repeat center center;
	border-radius: 50px; 
}

#ya-site-form0 > div > table > tbody > tr > td > table > tbody > tr:nth-child(1) > td > table > tbody > tr > td.ya-site-form__search-input-layout-r > input {
	position: relative;
	left: -35px;
	margin-bottom: 15px;
    width: 19px;
    height: 16px;
    top: 27px;
    right: 12px;
    cursor: pointer;
	 background: url(http://bitnet.ru/assets/themes/bitnet_thm/img/search_button.png)
}

#ya-site-form0 > div > table > tbody > tr > td > table > tbody > tr:nth-child(1) > td > table > tbody > tr > td.ya-site-form__search-input-layout-l > div > input {
	width: 320px;
	background-color: #fff !important;
	 position: relative;
    
    height: 20px;
 border:0px solid  #fff !important;
 
	border-radius: 50px;
}


#ya-site-form0 .ya-site-suggest-list {
	background: #fff;
	margin-left: 10px;
}

.wpProQuiz_question_text {
	font-weight: 600;
}
.boxImgLast{
	float:left;
	margin-right:5px;
}
.boxLast{
	float:left;
	width:180px;
}
.news-block{
	min-height:80px;
	margin-bottom:10px;
}
ul#menu-foo3-menu li{
	visibility:hidden;
}
ul#menu-foo3-menu li:first-child{
	visibility:visible;
}
ul#menu-foo3-menu:hover li{
	visibility:visible;
}
.news li{
	list-style-type:disc;
	margin-left:20px;
}
#topNav a{
	font-size: 12px !important;
	text-transform:uppercase;
}

.boxLogo h1>span{
	margin-left: 5px;
font: 12px Arial, Helvetica, sans-serif;
line-height: 12px;
letter-spacing: 3px;
}
.news-li li{
	list-style-type:none;
	padding: 0 5px 0 6px;
	margin-top:15px;
	margin-left: 10px;
}
.form-control{
	width:97% !important;
}

.clear {display: block;}
#tabber{display:none;background:#fff;height:auto;overflow:hidden;margin:0 0 25px}
#tabber .inside{border:1px solid #e6e6e6;padding:10px 20p;background: #ededed;}
#tabber ul.tabs{border:none;border-left:1px solid #e6e6e6;overflow:hidden;height:40px;margin:0 0 -1px}
#tabber ul.tabs li{background:url(images/bg-heading.png) repeat;border-top:1px solid #e6e6e6;float:left;display:inline;font-size:12px;cursor:pointer}
#tabber ul.tabs li a.selected{background: #ededed;color:#333}
#tabber ul.tabs li a{
border-right: 1px solid #e6e6e6;
border-bottom: 1px solid #e6e6e6;
display: block;
float: left;
line-height: 38px;
padding: 0 10px;
font-family: 'GeorgiaItalicBold', serif;
color: #000;
text-align: left;
}
#tabber .inside li{background:none;padding:10px 19px;text-align: left;}
#tabber .inside li a{line-height:18px}
#tabber .inside li div.info{display:table;top:0!important;margin:0!important;padding:0!important}
#tabber .inside li span.meta{display:block;font-size:11px;margin-top:2px;text-transform:uppercase;color:#999}
#tabber .inside li img.avatar,#tabber .inside li img.entry-thumb{float:left;display:inline;margin:0 15px 10px 0}
.df45{
width: 309px;
float: right;
}

#mavrcatlist {
    position: relative;
    padding-left: 18px;
	left: 33px;
	float: left;
	padding-left: 9px;
	background: url(img/nav_footer.png) no-repeat left 6px;
}

#mavrcatlist li {
	display: block;
    text-decoration: none;
    color: #348e97 !important;
    padding: 6px 12px;
    border-radius: 5px;
	line-height: 1;
	padding-left: 9px;
	background: url(img/nav_footer.png) no-repeat left 10px;
}

#mavrcatlist ul {
	position: absolute;
	width: 130px;
    left: -9999px;
	bottom: 20px;
    list-style:none;
    padding: 4px;
	border: 1px solid #c7cacc;
	background: url(img/footer_bg.png);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	z-index: 9999;
}
#mavrcatlist a{
	font: bold 100% Arial, Helvetica, sans-serif;
	border-bottom: 2px solid #7c577b;
}
#mavrcatlist:hover ul {
	left: 0;
}
.asideNews .inside ul li {
    background: transparent none repeat scroll 0% 0%;
    padding: 10px 19px;
    text-align: left;
}

/* стили видеопоста начало */
.tab_changer {padding:10px;}
.tab_changer > div, .tab_changer > input { display: none; }
.tab_changer label:hover {opacity:1;}
.tab_changer label { padding:2px 5px;
opacity:0.8;
border: 1px solid #AAA;
line-height: 28px;
cursor: pointer;
bottom: 1px;
background: #853883 none repeat scroll 0% 0%;
height: 25px;
color:#fff;

max-width: 335px !important;
white-space: nowrap;
overflow: hidden;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
text-overflow: ellipsis;
display: inline-block;}.tab_changer input[type="radio"]:checked + label { border-bottom: 2px solid #13B586;opacity:1; }.tab_changer > input:nth-of-type(1):checked ~ div:nth-of-type(1),.tab_changer > input:nth-of-type(2):checked ~ div:nth-of-type(2),.tab_changer > input:nth-of-type(3):checked ~ div:nth-of-type(3) { display: block; padding: 5px; border: 1px solid #aaa; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;text-align:center;}

figure.vkl2 {margin:0; width: 210px;background: white;box-shadow: 0 3px 10px #ccc;-webkit-transition: all 0.7s ease;-moz-transition: all 1s ease; -moz-osx-font-smoothing: grayscale;-o-transition: all 0.7s ease;-ms-transition: all 0.7s ease;text-indent: 0px;text-align: center;padding: 5px;z-index: 100;display:inline-block;height: 190px;overflow:hidden;vertical-align: top;}
figure.vkl2 img {margin:0;width: 100%; padding: 0px; height: 150px;}figure.vkl2:hover {-webkit-transform: rotate(-5deg); -moz-transform: rotate(5deg); -o-transform: rotate(-5deg); -ms-transform: rotate(5deg);box-shadow: 0 2px 3px #666;}figure.vkl2:focus {-webkit-transform: scale(2.5); -moz-transform:  scale(2.5); -o-transform:  scale(2.5); -ms-transform:  scale(2.5);box-shadow: 0 2px 3px #666;}h2.h2_t {margin-top: 10px;text-align: center;}
.tab_changer p {text-align:left;padding: 0px 10px;}

/* стили видеопоста конец */