/*
Theme Name: Qiwit
Theme URI: http://qiwit.ru/
Description: Qiwit Themes with two columns. Designed for Wordpress.
Theme is combining a magazine and a weblog into one.
Support Widgets and Gravatars along with automatic thumbnail resizer.
Version: 2 optimized
Author: Qiwit media
Author URI: http://qiwit.ru/
Tags: blue, gray, light, two-columns, fixed-width, right-sidebar, magazine-style
*/

/************************************************
* import 	                        					*
************************************************/

@import url("/wp-content/themes/Qiwit/css/colorbox.css");
@import url("/wp-content/themes/Qiwit/css/navi.css");
@import url("/wp-content/themes/Qiwit/css/contact.css");
@import url("/wp-content/themes/Qiwit/css/twitter.css");
/************************************************
* Global Styles			                        		*
************************************************/

#execphp-2 {
  margin-left: -1px !important;
  width: 230px !important;
  border: 1px solid rgb(221, 221, 221) !important;
}

* {
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  height: 100%;
  font-family: Helvetica Neue, Arial, verdana, Sans-Serif;
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: #000;
}

p {
  margin: 15px 0;
}

.left, .alignleft {
  float: left;
}

.alignleft_radius {
  border-radius: 350px;
}

.right, .alignright {
  float: right;
}

.clear {
  clear: both;
  margin: 0;
  padding: 0;
}

/************************************************
* link					*
************************************************/

a:link, a:visited {
  color: #000;
  text-decoration: none;
  outline: none;
}

a:hover, a:active {
  color: #000;
  text-decoration: underline;
  outline: none;
}

img, a img {
  border: none;
  overflow: hidden;
}

#content img.wp-smiley {
  float: none;
  width: 15px;
  height: 15px;
  margin: 0;
  padding: 0;
  border: 0;
}

.blue, .blue a:link, .blue a:visited {
  color: #000;
  font-weight: normal;
}

div.text a:link {
  color: #013c7e;
  text-decoration: underline !important;
  font-weight: normal !important;
}

div.text a:visited {
  color: #013c7e;
  text-decoration: underline !important;
  font-weight: normal !important;
}

div.text a:hover {
  color: #d81e33;
  text-decoration: none !important;
  font-weight: normal !important;
}

/************************************************
* Structure	container				*
************************************************/

#container {
  /* position: relative; */
  max-width: 1500px;
  overflow: auto;
  height: 100%;
  margin: 0 auto 0;
  overflow: hidden;
  z-index: 1;
}

.onecolumn {
  position: relative;
  float: left;
  width: 760px;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: left;
  overflow: hidden;
}

.slideronecolumn {
  height: 500px;
  width: 350px;
  float: left;
}

#top {
  position: absolute;
  left: 0;
  top: 0;
  height: 1000px;
  width: 100%;
  display: table;
}

.page_in {
  position: relative;
  background: none;
  overflow: hidden;
  width: 1024px;
  margin: 0 auto 0;
  padding: 0px 15px 5px 15px;
  text-align: left;
}

#footer {
  background: transparent;
}

/************************************************
* header					*
************************************************/

#header {
  position: relative;
  width: 1024px;
  height: 215px;
  margin: 0 auto 0;
  padding: 0;
  z-index: 10;
}

#logo, #logo2 {
  float: left;
  width: 407px;
  height: 108px;
  margin: 20px 0 0 85px;
  padding: 0;
}

#description {
  position: absolute;
  bottom: 70px;
  left: 87px;
  width: auto;
  height: auto;
  color: #f1f1f1;
  letter-spacing: 5px;
  font-size: 12px;
  font-weight: lighter;
  text-shadow: #757575 -1px -1px 0, #f9f9f9 1px 1px 0;
}

/************************************************
*	menu								*
************************************************/

#top_menu {
  position: relative;
  width: 1020px;
  height: 40px;
  float: left;
  margin: 0px auto 0px;
  padding: 0px 0px 0px 0px;
  color: #fff;
  text-align: left;
  z-index: 100;
}

/************************************************
*	menu    			*
************************************************/

.sf-menu, .sf-menu * {
  padding: 0;
  list-style: none;
}

.sf-menu {
  line-height: 1.0;
  margin: 7px 0px 0px 0px;
}

.sf-menu ul {
  position: absolute;
  top: -999em;
  background-color: #fff;
  padding: 10px 0px 30px 0px;
  border: 1px solid #ddd;
  width: 19em;
  z-index: 500;
}

.sf-menu ul li {
  width: 100%;
}

.sf-menu li:hover {
  visibility: inherit;
}

.sf-menu li {
  float: left;
  position: relative;
}

.sf-menu a {
  display: block;
  position: relative;
}

.sf-menu li:hover ul, .sf-menu li.sfHover ul {
  left: 0;
  top: 33px;
  z-index: 99;
}

ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
  top: -999em;
}

ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
  left: 19em;
  top: 0;
}

ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
  top: -999em;
}

ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
  left: 30em;
  top: 0;
}

.sf-menu {
  float: left;
  margin: 0px 5%;
}

.sf-menu a {
  padding: .75em 8px .75em 8px;
  font-weight: normal;
  text-decoration: none;
}

.sf-menu a, .sf-menu a:visited {
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: normal;
  font-family: Helvetica Neue, Arial;
}

.sf-menu li a:hover {
  color: #d81e33;
  background-color: #f1f1f1;
}

.sf-menu li li:hover {
  background-color: #fff;
}

.sf-menu li li li:hover {
  background-color: #fff;
}

.sf-menu li li a:hover {
  color: #fff;
  background: #e28f25;
}

.sf-menu li li {
  background: #fff;
  color: #000;
}

.sf-menu li li a {
  font-size: 12px;
  text-transform: none;
  border-bottom: 1px dotted #000;
  padding: 10px 10px 10px 10px;
  margin-left: 20px;
  margin-right: 20px;
  color: #000;
  background-color: #fff;
}

.sf-menu li a {
  background-color: #f1f1f1;
}

.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
  outline: 0;
  color: #000;
  background-color: #fff;
}

/************************************************
*	Search Form									*
************************************************/

#searchform {
  float: right;
  width: 290px;
  height: 30px;
  margin: 11px 0px 0 0;
  padding: 0;
  z-index: 1000;
}

#searchform #s {
  float: left;
  background: #fff;
  border: 0;
  border-top: 1px solid #757575;
  border-left: 1px solid #757575;
  width: 246px;
  height: 23px;
  color: #000;
  font-size: 13px;
  font-weight: normal;
  margin: 0;
  padding: 3px;
  display: inline;
}

#searchform #submit {
  float: right;
  width: 37px;
  height: 30px;
  color: #fff;
  font-size: 13px;
  text-align: center;
  padding: 0 0 4px 0;
  margin: 0;
  cursor: pointer;
}

.search_entry {
  color: #666;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 30px;
  float: left;
  margin-top: 30px;
  width: 100%;
}

/************************************************
* breadcrumbs 				*
************************************************/

.breadcrumbs {
  width: 100%;
  float: left;
  font-size: 12px;
  color: #666;
  margin: 4px 0 15px 0;
  padding: 0px 0 0px 10px;
}

.main {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

/************************************************
* links				*
************************************************/

.content .link_title a:link, .content .link_title a:visited, #frontpost .title a:link, #frontpost .title a:visited, .content .title a:link, .content .title a:visited {
  color: #000;
  text-decoration: none;
}

.content .link_title a:hover, .content .link_title a:active, #frontpost .title a:hover, #frontpost .title a:active, .content .title a:hover, .content .title a:active {
  color: #303030;
  text-decoration: none;
}

.date a:link, .date a:visited, .more a:link, .more a:visited {
  text-decoration: none;
}

.date a:hover, .date a:active, .more a:hover, .more a:active {
  text-decoration: underline;
}

/************************************************
* frontpost / index.php /					*
************************************************/

#frontpost {
  float: left;
  width: 730px;
  height: 496px;
  font: 12px Helvetica Neue, Arial;
  color: #000;
  line-height: 1.45;
  overflow: hidden;
}

.fontpost_column {
  float: right;
  width: 250px;
  padding: 0px 0px 10px 0px;
  margin: 0px;
  height: 345px;
}

#frontpost h3 {
  text-align: right;
  font-family: Sans-Serif;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 2px;
  color: #252525;
  text-decoration: none;
  display: block;
  margin: 0px 0 0 0;
  padding: 0 10px 3px 15px;
}

#frontpost .title {
  font-weight: normal;
  font: 20px Georgia;
  color: #000;
  text-decoration: none;
  margin: 0 0 7px 0;
  padding: 0;
  line-height: 1;
}

#frontpost img {
  width: 270px;
  height: 405px;
  margin: 35px 30px 20px 50px;
  padding: 0;
}

#frontpost p {
  padding: 0;
  margin: 2px 0 0px 0;
  line-height: 1.2;
}

#front {
  margin: 8px 0 0 0;
  padding: 0;
}

#frontpost .more {
  position: absolute;
  right: 15px;
  bottom: 15px;
  padding: 0;
}

#frontpost a.more, #frontpost a.more:visited {
  color: #666;
}

#frontpost a.more:hover, #frontpost a.more:active {
  color: #000;
}

/************************************************
* content  / index.php, single.php, page.php,
             archive.php, search.php /*
************************************************/

.content {
  float: left;
  width: 728px;
  height: 100%;
  background: #fff;
  border: 1px solid #ddd;
  margin: 0 0 10px 0;
  padding: 10px;
  font-size: 13px;
  overflow: hidden;
}

.content h1, .content h2, .content .link_title {
  color: #000;
  font-weight: bold;
  text-decoration: none;
  font-family: Century;
  margin: 0 0 10px 0;
  text-align: left;
  padding: 0;
  line-height: 1;
}

.content h1, .content .link_title {
  font-weight: bold;
  margin: 0 0 7px 0;
}

.content .link_title {
  font-size: 35px;
}

.content h3 {
  margin: 20px 0px 20px 10px;
}

.date {
  display: inline;
  margin: 0;
  padding: 0;
  font: 12px Helvetica Neue;
  color: #666;
}

.content p {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
}

.content ul, .content ol {
  margin: 10px 0 10px 15px;
  padding: 0;
  color: #666;
}

.content ul li, .content ol li {
  font-size: 14px;
  margin: 0;
  padding: 0 0 3px 0;
  list-style-position: outside;
  list-style-type: disc;
  color: #000;
}

/************************************************
*	column    /index.php/							*
************************************************/

#column1, #column2 {
  float: left;
  width: 263px;
  height: auto;
  margin: 0 15px 0 0;
  padding: 0;
  overflow: hidden;
}

#column2 {
  float: right;
  margin: 0;
}

#column3 {
  float: right;
  width: 339px;
  height: auto;
  margin: 0 0px 0 15px;
  padding: 0;
  overflow: hidden;
}

.category {
  width: 100%;
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 10px 0px;
  color: #000;
  font-family: Century;
  font-weight: 400;
  font-size: 24px;
  display: block;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
}

.category a:hover, .category a:active {
  text-decoration: none;
}

.miniblock {
  width: 230px;
  float: left;
  padding: 0px 5px;
  text-align: center;
  height: 480px;
  margin: 0 0 10px 0;
  overflow: hidden;
}

.miniblock_sidebar {
  width: 112px;
  float: left;
  padding: 0px 5px;
  text-align: center;
  height: 300px;
  margin: 0 0 10px 0;
  overflow: hidden;
}

.miniblock_sidebar .title a {
  color: #000;
  font-family: Georgia;
  font-size: 16px;
}

.miniblock1 {
  float: left;
}

.miniblock2 {
  float: right;
}

.miniblock3 {
  width: 170px;
  float: left;
  text-align: center;
  height: 220px;
  float: left;
  margin: 0 5px 10px 5px;
  overflow: hidden;
}

.miniblock4 {
  width: 350px;
  float: left;
  padding: 0px 5px;
  text-align: center;
  height: 700px;
  margin: 0 0 20px 0;
  overflow: hidden;
}

/*  cat_content	       */

.miniblock .title, .content .title {
  margin: 5px 0 5px 0;
  padding: 0;
  color: #000;
  font-size: 16px;
  font-family: Georgia;
  line-height: 1;
  font-weight: 400;
}

.miniblock img {
  margin: 0px 0px 0px 7px;
  padding: 0;
}

.miniblock .date {
  margin: 5px 0 5px 0;
  padding: 0;
}

.mini_post {
  position: relative;
  width: 100%;
  font-size: 13px;
  padding: 0px 5px 0px 5px;
  margin: 3px 0 0 0;
  overflow: hidden;
  line-height: 1;
  text-align: center;
}

/************************************************
* post   / index.php, archive.php /*
************************************************/

.post {
  float: left;
  position: relative;
  width: 550px;
  height: 193px;
  margin: 0px 0 10px 0;
  padding: 0;
  font-size: 14px;
  border-bottom: 1px solid #ddd;
}

.post p {
  line-height: 20px;
}

.post img {
  float: left;
  margin: 3px 20px 0 0;
  padding: 0;
}

.post .more {
  position: absolute;
  right: 5px;
  bottom: 10px;
  padding: 0;
}

.short {
  border: 0
}

/************************************************
* text   / single.php, page.php, 404.php /*
************************************************/

.text {
  font-size: 14px;
  display: block;
  padding: 0px 20px 0px 20px;
  margin: 15px 0 0 0;
  text-align: justify;
  overflow: hidden;
  font-family: Helvetica Neue, Arial;
}

.text img {
  max-width: 730px !important;
  padding: 0;
}

.text img.alignleft {
  float: left;
  height: auto;
  margin: 0px 20px 5px 0;
}

.text img.alignright {
  display: inline;
  float: right;
  margin: 0px 0 5px 10px;
}

.text img.aligncenter, .text img.alignnone {
  float: none;
  clear: both;
  display: block;
  margin: 10px auto 10px;
}

.text p {
  text-indent: 20px;
  line-height: 20px;
}

/************************************************
* tags     / single.php /*
************************************************/

.tags {
  clear: both;
  margin: 0;
}

.tags h5 {
  float: left;
  margin: 0 10px 0 0;
}

.tags p {
  padding: 5px 0 0 0;
}

.opublikovano {
  color: #7f7f7f;
  font-size: 11px;
  text-align: right;
  letter-spacing: 1px;
  margin-right: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

/************************************************
* donate 			/ single.php /			*
************************************************/

#donate {
  height: 60px;
  width: 728px;
  margin: 0 0 0px 0 !important;
  border: none;
  padding: 0px;
}

#attention {
  padding-bottom: 0;
}

#donate h4 {
  margin: 0 0 15px 0 !important;
}

#donate a img, #donate img {
  border: none;
  background: none;
  margin: 0 3px 0 0;
  padding: 0;
}

#donate img {
  margin: 0;
  font-size: 10px;
}

/*  Поделиться с Google  */

.donate_link .google {
  float: left;
  width: 70px;
  margin-right: 0px;
}

/*   Tweet		*/

.donate_link .twit {
  float: left;
  background: transparent;
  margin: 0 10px 0 0;
}

.donate_link .twit iframe {
  width: 100px !important;
  height: 16px;
}

/*   Vkontacte		*/

.donate_link #vk {
  float: left;
  width: 110px !important;
  margin: 0px 10px 0 0;
}

/************************************************
* postmetadata    / single.php, page.php, archive.php /*
************************************************/

.postmetadata {
  clear: both;
  height: 16px;
  border-top: 1px dotted #000;
  font-family: Century;
  border-bottom: 1px dotted #000;
  margin: 10px 0 20px 0;
  padding: 10px;
  font-size: 20px;
  color: #000;
}

.postmetadata a {
  font-size: 20px;
}

.postmetadata span {
  font-size: 14px;
  color: #5d5d5d;
}

/************************************************
* other     / single.php /*
************************************************/

.content .box {
  width: 720px;
  height: auto;
  margin: 0 0 20px 0;
  padding: 15px 0 15px 10px;
  overflow: hidden;
  border: none;
  clear: both;
}

#other h4 {
  clear: both;
  margin: 0 0 15px 0;
  padding: 0;
}

#other ul {
  clear: both;
  margin: 0;
  padding: 0;
}

#other li {
  float: left;
  width: 330px;
  height: 260px;
  margin: 0 30px 40px 0;
  text-align: right;
  font-size: 12px;
  list-style-type: none;
  line-height: 1 !important;
  display: block;
}

#other p {
  font-size: 12px;
  line-height: 16px;
  padding: 0px;
}

#other img {
  margin: 0px;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  overflow: hidden;
}

#other li .title {
  display: block;
  padding: 20px 0px 0px 0px;
  line-height: 1 !important;
  width: 100%;
}

#other li .title a, #other li .title a:visited {
  text-decoration: none;
  color: #000;
}

#other li .title a {
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
  background-color: #fff;
}

#other li .title:first-letter {
  color: #000;
  font-size: 50px;
}

#other li .title a:hover, #other li .title a:active {
  margin: 0;
  padding: 0;
  color: #000;
}

#other li .meta, #other li .meta a, #other li .meta a:visited {
  color: #666;
  font-size: 12px;
  clear: both;
}

/************************************************
* other     / page.php /*
************************************************/

#other_page ul {
  margin: 10px 0 10px 2px;
  padding: 0;
  color: #666;
}

#other_page li {
  float: left;
  width: 240px;
  font-size: 16px;
  margin: 0;
  padding: 0 0 3px 0;
  list-style-position: inside;
  list-style-type: disc;
}

/************************************************
* other_page	            /author.php/			*
************************************************/

#author_page .avatar-70 {
  float: left;
  width: auto;
  margin: 3px 10px 10px 0;
  border: 3px solid #d3d1d2;
}

#author_page p {
  margin: 0 0 10px 0;
}

#author_text {
  width: 100%;
  margin: 0;
  padding: 10px 0 0 0;
}

/********************************************************
*   archiv         / archives.php /                     *
*********************************************************/

#archives {
  margin: 10px 0 0 0;
  padding-left: 20px;
}

#archives h2 {
  width: 100%;
  float: left;
  margin: 0 0 10px 0;
  padding: 0;
}

#archives a {
  font-size: 14px;
  line-height: 20px;
}

ul.archiv {
  float: left;
  margin: 0 10px 20px 0;
  padding: 0 0 0 1px;
  overflow: hidden;
}

ul#archiv1 {
  width: 110px;
}

ul#archiv2 {
  width: 160px;
}

ul#archiv3 {
  width: 160px;
  margin: 0 0 20px 0;
}

ul.archiv li {
  width: 160px;
  float: left;
  margin: 0 0 5px 0;
  padding: 0;
  list-style-position: inside;
  list-style-type: disc;
}

/************************************************
* category           / map.php /             *
************************************************/

#category {
  width: auto;
  margin: 0 0 10px 0;
  font-weight: normal;
  font-size: 16px;
  overflow: hidden;
  text-transform: uppercase;
  color: #000;
  line-height: 1.3 !important;
}

#category a, #category a:visited {
  color: #000;
}

#category a:hover, #category a:active {
  text-decoration: none;
  color: #666;
}

#category span {
  text-transform: capitalize;
}

/************************************************
* listing           / listing.php /             *
************************************************/

.listing {
  margin: 5px 0 0 0;
}

.listing ul {
  overflow: auto;
  padding: 0 0 0 1px;
  margin: 0;
}

.listing ul li {
  float: left;
  width: 250px;
  margin: 0;
  padding: 0 0 3px 0;
  list-style-position: inside;
  list-style-type: disc;
}

/************************************************
* tag_cloud         / tag_cloud.php /		      	*
************************************************/

.tag_cloud {
  margin: 10px 0 0 0;
  clear: both;
  text-align: center;
  width: 100%;
}

.tag_cloud a, .tag_cloud a:visited {
  float: left;
  width: auto;
  margin: 0;
  color: #000;
  padding: 0 2px 1px 2px;
  text-align: center;
}

.tag_cloud a:hover, .tag_cloud a:active, .tag_cloud a:focus {
  float: left;
  margin: 0;
  padding: 0 2px 1px 2px;
  width: auto;
  text-decoration: none;
}

/************************************************
* SR_form    / subscribe.php /      	*
************************************************/

.subscribe form {
  width: 240px;
  margin: 20px auto 30px !important;
  text-align: center !important;
  font-family: Helvetica Neue, Arial, Verdana, Sans-Serif;
}

.subscribe form input#field_name, .subscribe form input#field_email {
  width: 220px;
  height: 28px;
  background: #fff;
  border: 1px solid #ddd;
  border-top: 1px solid #d4d4d4;
  border-left: 1px solid #d4d4d4;
  margin: 5px 0 10px 0;
  padding: 2px 5px 3px 10px;
  font: bold 16px 'Helvetica Neue';
  color: #000;
  box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.1);
}

input#SR_submit, input#SR_submit_books {
  float: none;
  width: 243px;
  height: 42px;
  border: 0;
  margin: 15px auto 0;
  color: #fff;
  font: normal 24px 'Helvetica Neue';
  text-align: center;
  background: url('/wp-content/themes/Qiwit/images/submit.png') no-repeat;
  cursor: pointer;
}

img#big_arrow {
  margin: 0 auto 0px;
}

/************************************************
* subscribe         / subscribe.php /		      	*
************************************************/

.subscribe {
  width: 760px;
  height: 100%;
  background: #fff;
  margin: 0px auto 10px;
  padding: 50px 80px 20px 80px !important;
  background: url('/wp-content/themes/Qiwit/images/subscribe.jpg') no-repeat;
  text-align: center;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.subscribe .sub_box {
  height: auto;
  margin: 0 0 20px 0;
  font-size: 16px;
}

.subscribe .center {
  float: none;
  width: 500px;
  margin: 40px auto 0px 60px;
  clear: both !important;
}

.subscribe .left {
  float: right;
  width: 250px;
  margin-top: 0px;
  margin-right: 130px;
}

.subscribe .right {
  float: left;
  width: 370px;
  margin-top: 20px;
}

#b1 p {
  margin-bottom: 10px;
}

#b1, #b5 {
  text-align: center;
}

#b2, #b5 {
  width: 400px;
}

#b2 {
  margin-bottom: 30px;
}

#b3 img {
  float: right;
  width: 250px;
  height: auto;
}

#b5 {
  background: #fff;
  padding: 15px 0 10px 0;
  margin: 30px auto;
  font-size: 12px;
}

#b5 p {
  margin: 0 0 5px 0;
  line-height: 1.4;
  font-size: 11px;
}

/*  ul 		*/

ul.sub {
  margin: 55px 0 0px 0;
  padding: 0;
}

ul.sub li {
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  text-transform: lowercase;
  margin: 0 0 7px 0;
  padding-left: 30px;
  background: url('/wp-content/themes/Qiwit/images/ar.gif') no-repeat;
  list-style: none;
}

/*   H   		*/

.subscribe h1 {
  text-align: center;
  font: normal 35px 'Impact';
  margin: 0 auto 20px !important;
  text-shadow: #fff 1px 1px 1px;
}

.subscribe h3 font: normal 28px 'Impact';
text-shadow: #ddd 1px 1px 1px;
margin: 10px 0 15px 0;
}

/*  color  		*/

.subscribe .red {
  color: #d40707 !important;
  text-shadow: #fff 1px 1px 1px;
}

.subscribe .blue {
  color: #3e65bb !important;
  text-shadow: #eee 1px 1px 1px;
}

.subscribe .gray {
  color: #888 !important;
  text-shadow: #eee 1px 1px 1px;
}

/************************************************
* H                           					*
************************************************/

h2, h1 {
  font-size: 22px;
}

h3 {
  font-size: 20px;
  color: #000;
  font-weight: normal;
}

h4 {
  font-size: 18px;
  color: #000;
  font-weight: normal;
}

h5 {
  font-size: 18px;
  color: #000;
  font-weight: normal;
}

h6 {
  font-size: 17px;
  color: #333;
}

/************************************************
* img                                   				*
************************************************/

a img {
  border: 0;
}

/************************************************
* adsense_box					*
************************************************/

/* header		*/

#ad_header {
  position: absolute;
  right: 0;
  top: 20px;
  width: 470px;
  height: auto;
  padding: 0;
  z-index: 10;
}

/* maincolumn		*/

.maincolumn {
  float: left;
  clear: both;
  width: 590px;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.ad468x60 {
  width: 468px;
  height: auto;
  margin: 10px auto 10px;
}

.ad728x90 {
  width: 728px;
  height: auto;
  margin: 0 auto 10px;
  clear: both;
}

/* sidebar1	*/

#ad160x600 {
  width: 160px;
  height: auto;
  margin: 0 auto 0;
  clear: both;
}

#ad160x600 img {
  width: 160px;
  height: auto;
  margin-bottom: 10px;
  clear: both;
}

/* sidebar2	*/

#ad125x125 {
  float: left;
  width: 255px;
  height: auto;
  margin: 10px 0 10px 7px;
  clear: both;
}

/************************************************
* sidebar css 					*
************************************************/

.sidebar {
  float: left;
  position: relative;
  text-align: left;
  font-weight: normal;
}

.sidebar h2 {
  color: #000;
  border-bottom: 1px solid #000;
  font-family: Century;
  font-weight: normal;
  width: 230px;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-size: 22px;
  margin: 0px 0 20px 0;
  text-align: center;
  clear: both;
}

.sidebar h4 {
  float: left;
  width: 230px;
  margin: 15px 0 10px 0;
  display: inline;
}

/************************************************
* sidebar box					*
************************************************/

.box {
  float: left;
  height: auto;
  background: #fff;
  border: 0px solid #ddd;
  margin: 0 0 10px 0;
  padding: 0 0px 15px 0px;
  text-align: left;
  overflow: hidden;
  clear: both;
}

.sidebar-content {
  float: left;
  width: 230px;
  height: 100%;
  background: #fff;
  margin: 0 0 0px 0;
  padding: 20px 20px 0px 20px;
  overflow: hidden;
}

.sidebar-content img {
  border-radius: 200px;
}

/************************************************
* #sidebar ul li			*
************************************************/

.sidebar ul {
  margin: 7px 0 7px 0;
  list-style-position: outside;
}

.sidebar ul li {
  list-style-type: square;
  padding-left: 0px;
  font-size: 14px;
}

.sidebar a:link, .sidebar a:visited {
  text-decoration: none;
  outline: none;
}

.sidebar a:hover, .sidebar a:active {
  text-decoration: none;
  outline: none;
}

/************************************************
* sidebar_1			*
************************************************/

#sidebar_1 {
  float: left;
  width: 180px;
}

#sidebar_1 h2 {
  width: 170px;
  font-family: Century;
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 1px solid #000;
}

#sidebar_1 li {
  list-style-type: disc;
  font-family: Century;
  font-size: 14px;
  text-align: center;
}

#sidebar_2 .widget {
  padding: 0px 20px 0px 20px;
  border: 0px solid #000;
}

#sidebar_2 .textwidget {
  width: 230px;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
}

#sidebar_2 .widget ul {
  width: 220px;
  margin-left: 20px;
}

.widget li {
  margin: 5px 5px 5px 0px;
  list-style-type: disc;
}

.widget li a {
  padding-left: 10px;
  padding-bottom: 10px;
  font-size: 16px;
}

.list {
  padding: 0;
  border: 0;
}

.list ul {
  margin: 15px 0 0 15px;
  padding: 0;
  color: #666;
}

.list ul li {
  background: none;
  list-style-type: disc;
  list-style-position: outside;
  line-height: 1.2;
  background: none;
  padding: 0;
}

.list h5 {
  font-size: 18px;
}

.list ul.single_title {
  margin: 0 0 5px 15px;
}

.list ul.single_title li {
  font-size: 13px;
}

/************************************************
*	accordion									*
************************************************/

#accordion {
  width: 177px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#accordion li {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
  list-style-position: inside;
  line-height: 1.4;
}

#accordion li .parent {
  font-size: 14px;
  cursor: pointer;
}

#accordion li .parent:hover, #accordion li .parent:active {
  color: #666;
}

#accordion .children {
  margin: 5px 0 5px 0;
  padding: 0;
  color: #666;
  display: none;
}

#accordion .children li {
  list-style-type: disc;
  list-style-position: inside;
  line-height: 1.2;
  background: none;
  padding: 0;
}

.parent.active {
  color: #d81e33;
}

/************************************************
*	social                     *
************************************************/

.social {
  position: relative;
  width: 100%;
  height: auto;
}

.social h6 {
  padding: 0 7px;
  font-size: 12px;
}

.social p {
  padding: 3px 7px;
}

.social a:link, .social a:visited {
  text-decoration: none;
}

.social a:hover, .social a:active {
  text-decoration: none;
}

.social img {
  margin: 0 7px 3px 0;
}

ul.page_contact {
  margin: 0 0 10px 2px;
  overflow: hidden;
}

.contact p {
  padding-bottom: 3px;
}

/************************************************
* sidebar_2 					*
************************************************/

#sidebar_2 {
  float: right;
  width: 264px;
}

#sidebar_2 .box {
  width: 270px;
}

/************************************************
* tabs 					*
************************************************/

#tabs {
  float: left;
  width: 730px;
  margin: 10px 0 10px 0;
  background: #fff;
  padding: 0px 0px 8px 0px;
  overflow: hidden;
  font-size: 13px;
}

.tab_box {
  height: 65px;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 0px;
  background: url('/wp-content/themes/Qiwit/images/hr_menu.jpg') top center no-repeat;
  border-bottom: 1px solid #000;
}

#tab_menu {
  height: 38px;
  margin: 20px 0px 30px 0px;
  padding: 0 10%;
  font-size: 13px;
  float: left;
  list-style: none;
  cursor: pointer;
}

#tab_menu li {
  margin: 0;
  padding: 0px 0 0 0;
  font-size: 16px;
  line-height: normal;
  float: left;
  list-style-type: none;
  list-style-image: none !important;
  cursor: pointer;
  background: url('/wp-content/themes/Qiwit/images/sumbit_menu.png') center right no-repeat;
  border-bottom: none;
}

#tab_menu li a, #tab_menu li a:visited {
  margin: 0;
  padding: 7px 20px 12px 7px;
  font-weight: normal;
  color: #000;
  font-family: Century;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

#tab_menu li a.current, #tab_menu li a:hover, #tab_menu li a:active {
  margin: 0;
  padding: 7px 20px 12x 20px;
  font-weight: normal;
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  background: url('/wp-content/themes/Qiwit/images/sumbit_menugreen.png') center right no-repeat;
  text-decoration: none;
}

.tab_list {
  display: none;
  vertical-align: middle;
}

.tab_list li {
  height: 250px;
  width: 357px;
  float: left;
  vertical-align: middle;
  margin-left: 0px;
  padding: 0px 0px 0px 0px;
  list-style-type: none;
  list-style-image: none;
  text-align: center;
}

.tab_list li p {
  text-align: center;
  float: left;
  width: 142px;
  margin: 0px 0px 0px 0px;
  padding-right: 20px;
  padding-left: 35px;
}

.tab_list li:first-child {
  border-top: 0px dotted #999;
}

.tabs img {
  float: right;
  margin: 0px 0px 10px 0px;
  padding: 0px;
  clear: both;
  overflow: hidden;
}

#tabs li .title a {
  color: #d81e33;
  font-size: 16px;
  padding: 0px 0px 0px 0px;
}

#tabs li .title a:hover {
  color: #000;
  padding: 0px 0px 0px 0px;
  font-size: 16px;
  text-decoration: underline;
}

#tabs li .title {
  width: 142px;
  text-align: left;
  display: block;
  float: left;
  font-family: Century;
  padding: 30px 20px 0px 35px;
}

#tabs li .meta, li .meta a {
  color: #7f7f7f;
  width: 190px;
  display: block;
  margin-top: 0px;
  margin-left: 10px;
  float: left;
  text-align: left;
  font-size: 11px;
}

#tabs li .meta a:hover {
  color: #000;
  font-size: 11px;
}

/************************************************
*	sidebar_l, sidebar_r	*
************************************************/

.sidebar_l {
  float: left;
  height: 130px;
  margin-top: -30px;
  padding-top: 50px;
  width: 250px;
  background: url('/wp-content/themes/Qiwit/images/subscribe.png') right center no-repeat;
}

.sidebar_l a {
  display: block;
  color: #da000e;
  line-height: 1.75em;
  font-size: 0.85em;
  font-weight: 700;
}

.sidebar_l a:hover {
  text-decoration: underline;
}

.sidebar_l img {
  position: absolute;
}

.sidebar_r {
  float: right !important;
  width: 130px;
  text-align: left;
}

/************************************************
*	social 	*
************************************************/

#social {
  height: auto;
}

#social img.alignleft {
  float: left;
  width: 60px;
  height: 60px;
}

#social a.alignright {
  float: right;
  width: 75px;
  height: auto;
  margin: 0;
  padding: 10px 0 0 0;
  font-size: 12px;
  line-height: 1;
}

#social a.alignright2 {
  width: 55px;
}

/************************************************
/* RSS feed *
************************************************/

#sidebar_r .alignleft {
  float: left;
  text-align: left;
  width: 64px;
  margin: 0 0 0 2px;
  padding: 0 0 10px 0;
}

#sidebar_r .alignleft img {
  float: left;
  padding: 0;
}

#sidebar_r .alignright {
  float: right;
  text-align: left;
  margin: 13px 0 0 0;
  padding: 0;
}

/************************************************
*	autoriz      								*
************************************************/

#autoriz {
  margin: 5px 0 0 0;
  float: left;
}

#autoriz label {
  float: right;
  text-align: left;
  width: 50px;
  margin: 0 0px 10px 0;
  padding: 4px 0 2px 0;
  font-size: 12px;
  letter-spacing: 1px;
}

#autoriz input {
  float: left;
  width: 162px;
  height: 18px;
  margin: 0 10px 10px 0;
  border: 1px solid #ddd;
  padding: 2px 0;
  background: #eee;
}

#autoriz #enter {
  height: 24px;
  margin: 0px 0 10px 0px;
  padding: 0 0 4px 0;
}

#autoriz p {
  clear: both;
  font-size: 13px;
  margin: 0;
  padding: 0;
  text-align: left;
}

#autoriz a {
  float: left;
  font-size: 12px;
  letter-spacing: 1px;
  margin: 0 15px 3px 0;
}

#autoriz #enter {
  width: 230px;
  height: 24px;
  background: #959698 url('/wp-content/themes/Qiwit/images/enter.jpg') 0 0 repeat-x;
  font-size: 14px;
  padding: 0 0 4px 0;
  text-align: center;
  cursor: pointer;
  color: #fff;
  border: 0;
}

/************************************************
/* video                        *
************************************************/

#video {
  padding: 0 20px 20px 30px;
  width: 690px;
  height: 240px;
}

#video object {
  width: 340px;
  height: 230px;
}

/************************************************
/* tag_cloud                       *
************************************************/

#tag_cloud {
  margin: 0 0 10px 0;
}

#sidebar_2 #tag_cloud a, #sidebar_2 #tag_cloud a:visited {
  color: #000;
  font-size: 16px;
  font-family: Century;
}

#sidebar_2 #tag_cloud a:hover, #sidebar_2 #tag_cloud a:active {
  color: #d81e33;
  text-decoration: none;
  background: none;
}

/************************************************
* gallery	 / index.php /            		*
************************************************/

#gallery {}

#gallery img {
  width: 68px;
  height: 52px;
  margin: 0 2px 5px 2px;
  border: 1px solid #c9c8c9;
  font-size: 10px;
}

/************************************************
/* widjet  *
************************************************/

ul#recentcomments li {
  margin: 0;
  padding: 0 0 10px 0;
  font-size: 14px;
}

/************************************************
*	slider
************************************************/

h2.title_slider {
  text-align: center;
  border: 0;
}

.bookslide_bg {
  position: relative;
  width: 286px;
  height: 420px;
  margin: 5px 0 10px 6px;
  padding: 0;
  background: #f4f4f4;
  border-top: 3px double #ddd;
  border-left: 3px double #ddd;
  border-bottom: 1px solid #d5d4d4;
  border-right: 1px solid #d5d4d4;
  z-index: 100;
  overflow: hidden;
}

.overallslide {
  width: 265px;
  height: 370px;
  margin: 8px;
  border: 1px solid #fff;
  background: none;
}

.overallslide .slides_container {
  border: 1px solid #ddd;
  width: 263px;
  height: 370px;
  padding: 0;
  overflow: hidden;
}

.overallslide .slides_container .slide {
  position: relative;
  width: 261px;
  height: 370px;
  display: block;
  text-align: center;
  padding-top: 10px;
}

.overallslide .prev, .overallslide .next {
  position: relative;
  display: block;
  width: 30px;
  height: 33px;
  text-indent: -9999px;
  bottom: 260px;
  z-index: 200;
}

.overallslide .prev {
  float: right;
  background: url("/wp-content/themes/Qiwit/images/right-arrow.png") no-repeat scroll 0 0 transparent;
  right: -12px;
}

.overallslide .next {
  background: url("/wp-content/themes/Qiwit/images/left-arrow.png") no-repeat scroll 0 0 transparent;
  left: -12px;
}

#sidebar_2 .overallslide h4, #sidebar_2 .overallslide p {
  float: none;
  width: 263px;
  margin: 10px 0 5px 0;
  text-align: center;
}

#sidebar_2 .overallslide h4 {
  padding: 10px 0 12px 0 !important;
  color: #3e65bb;
  font: normal 22px 'Impact';
  text-shadow: #eee 1px 1px 1px;
  text-shadow: 1px 1px 1px #e3e3e3;
  line-height: 1;
}

#sidebar_2 .overallslide h4 a:link, #sidebar_2 .overallslide h4 a:visited {
  text-decoration: none;
  color: #3e65bb;
  text-shadow: 1px 1px 1px #e3e3e3;
}

.overallslide h4 a:hover {
  text-decoration: none;
  color: #666;
}

.overallslide .slides_container .slide img {
  position: relative;
  width: 210px;
  height: 180px;
  margin: 10px auto 0;
  border: 1px solid #d1d1d1;
}

.overallslide .slides_container .slide .booksDescription {
  float: none;
  width: 243px;
  margin: 10px auto 10px !important;
  height: 65px !important;
  overflow: hidden;
}

ul.pagination {
  position: relative;
  display: block;
  list-style: none outside none;
  bottom: 15px;
  text-align: center;
  margin: 0 17px 0 0;
}

ul.pagination li {
  text-indent: 9999px;
  margin: 0 -7px 0 0;
  font-size: 1px !important;
  display: inline;
  clear: none;
  overflow: hidden;
}

#bookSlides ul.pagination li a {
  background-image: url('/wp-content/themes/Qiwit/images/pagination.png');
  width: 12px !important;
  height: 12px !important;
  padding: 5px;
  color: #969696;
}

#bookSlides ul.pagination li.current a {
  background-position: 0 -12px;
  padding: 5px;
  color: #98b126;
}

a.bbut, a.bbut:hover {
  position: absolute;
  bottom: 25px;
  left: 32px;
  background-image: url('/wp-content/themes/Qiwit/images/enter.png');
  width: 200px;
  height: 38px;
  cursor: pointer;
}

a.bbut:hover {
  background-position: 0 38px;
}

/************************************************
*	Comments								*
************************************************/

#comment {
  float: left;
  position: relative;
  width: 720px;
  height: auto;
  margin: 0 0 20px 0;
  padding: 0;
  background: transparent;
  clear: both;
  font-family: Helvetica Neue, Verdana, Sans-Serif;
  font-weight: normal;
  font-size: 14px;
  overflow: hidden;
}

#comment h4 {
  margin: 0 0 5px 0;
}

#comment h6 {
  margin: 15px 0 5px 0;
}

#recent_comments {
  float: left;
  width: auto;
  margin: 10px 0 20px 0 !important;
}

ol.commentlist {
  width: 100%;
  height: 100%;
  margin: 20px 0 15px 0;
  padding: 0;
  list-style-type: none;
}

ol.commentlist li, #trackbacks {
  position: relative;
  width: auto;
  height: auto;
  min-height: 70px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  clear: both !important;
}

ol.commentlist li.depth-1 {
  width: 720px;
  margin: 0 0 10px 0;
}

#trackbacks {
  min-height: 0;
  margin: 20px 0 20px 0;
  padding: 10px 10px 13px 10px;
  font-size: 10px;
}

#trackbacks li {
  font-size: 10px;
  list-style-type: square;
  margin: 0 0 0 15px;
  padding: 0;
}

ol.commentlist li img.avatar {
  float: left;
  position: relative;
  width: 50px;
  height: 50px;
  margin: 0 10px 0 0;
  padding: 0;
  border: 1px solid #ccc;
}

.comment_text {
  width: auto;
  min-height: 50px;
  padding: 0;
  margin: 0 0 7px 0;
  overflow: hidden;
  font-size: 13px;
}

.comment_text p {
  color: #000;
}

.commentmetadata {
  line-height: 1.5;
  margin: -4px 0 7px 0;
  padding: 0;
  font-size: 10px;
  color: #606060;
  letter-spacing: 1px;
  font-weight: normal;
  text-align: left;
  overflow: hidden;
}

.commentmetadata .time {
  margin: 0 5px 0 0;
}

.commentmetadata .author {
  margin: 0;
}

.comment_text p {
  width: auto;
  padding: 0;
  text-align: justify;
  margin: 0;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
}

ol.commentlist li.reply {
  width: auto;
  margin: 10px 0 10px 0;
  font-size: 10px;
  letter-spacing: 1px;
  text-align: left;
  text-decoration: none;
}

ol.commentlist li .reply a:hover, ol.commentlist li .reply a:active {
  text-decoration: none;
}

ol.commentlist li .reply a {
  font-size: 10px;
  letter-spacing: 1px;
  color: #606060;
}

#respond {
  margin: 0;
  padding: 0;
}

#respond h4 {
  margin: 0;
  padding: 10px 0 0 0;
}

#respond p {
  font-size: 14px;
  margin: 0 0 1em;
}

/************************************************
*	�������� �����������						*
************************************************/

ol.commentlist ul.children, ol.commentlist ul ul.children, ol.commentlist ul ul ul.children, ol.commentlist ul ul ul ul.children {
  width: auto;
  height: auto;
  margin: 15px 0 0 0;
  text-indent: 0;
  list-style: none;
  clear: both;
}

ol.commentlist ul.children li {
  height: auto;
  min-height: 70px;
  margin: 0;
  padding: 0 10px 0 30px;
  list-style-type: none;
  clear: both;
}

ol.commentlist ul.children li.depth-2 {
  width: 505px;
  margin: 5px 0 5px 0;
}

ol.commentlist ul.children li.depth-3 {
  width: 475px;
}

ol.commentlist ul.children li.depth-4 {
  width: 445px;
}

ol.commentlist ul.children li.depth-5 {
  width: 416px;
  margin: 0;
}

#cancel-comment-reply {
  margin: 10px 0 20px 0;
  font-size: 13px;
}

.required {
  font-size: 15px;
}

.moderation {
  font-size: 10px;
  letter-spacing: 1px;
}

/************************************************
*	��������� ������������							*
************************************************/

li.bypostauthor {
  /* CSS ��� ������������ ������ ������ */
}

li.byuser {
  /* CSS ��� ���������������� ������������ */
}

/************************************************
*	Commentsform								*
************************************************/

#commentform {
  float: left;
  position: relative;
  width: 100%;
  margin: 0 0 25px 0;
  font-family: Helvetica Neue, Verdana, Sans-Serif;
  z-index: 200;
  clear: both;
}

#commentform p {
  overflow: hidden;
  margin: 0 0 8px 0;
  padding: 0;
}

#commentform.text_comment {
  float: left;
  position: relative;
  margin: 10px 0 0 0;
  color: #606060;
}

#commentform input, textarea#new-comment {
  font-family: Helvetica Neue, Verdana, Sans-Serif;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  padding: 3px;
  background: #fff;
  border: 1px solid #dbd9dc;
}

#commentform input {
  width: 35%;
  min-width: 165px;
  height: 18px;
  margin: 0 10px 0 0;
  clear: both;
}

#commentform label {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 1;
}

textarea#new-comment {
  position: relative;
  overflow: auto;
  margin: 10px 0 10px 0;
  width: 97%;
  min-height: 150px;
  overflow: auto;
  padding: 10px;
}

ol.commentlist ul.children li.depth-2 textarea#new_comment {
  width: 95%;
}

ol.commentlist ul.children li.depth-3 textarea#new_comment {
  width: 95%;
}

ol.commentlist ul.children li.depth-4 textarea#new_comment {
  width: 95%;
}

#commentform input.submit, #contactform input.submit {
  float: right;
  background: #959698 url('/wp-content/themes/Qiwit/images/enter.jpg') 0 0 repeat-x;
  width: 350px;
  height: 26px;
  border: 0;
  color: #fff;
  cursor: pointer;
  margin: 0 2px 0 0;
  padding: 0 0 4px 0;
  font-size: 14px;
  text-align: center;
}

#commentform .alignleft {
  margin: 0 0 10px 0;
  padding: 0;
  width: 60%;
  font-size: 13px;
}

#commentform .alignright {
  float: right;
  text-align: right;
  margin: 0 0 10px 0;
  padding: 0;
  width: 60px;
  font-size: 13px;
  text-align: right;
}

/*********************************************
	a navi
*********************************************/

a#recent_comments {
  width: 320px;
  height: 26px;
  padding-top: 10px;
}

.navi_top {
  float: left;
  width: 720px;
  height: auto;
}

a#first {
  width: auto;
  padding-right: 40px;
  text-transform: uppercase;
  height: 35px;
  padding-bottom: 20px;
  font-weight: bold;
  padding-top: 10px;
}

a#ancor {
  width: auto;
  padding-left: 40px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 20px;
  padding-top: 10px;
}

/*********************************************
	Comment	editor
*********************************************/

blockquote {
  color: #666;
  margin: 14px;
  Font-family: Arial;
  text-align: left;
  padding: 10px;
  font-size: 14px;
  text-indent: 20px;
  font-style: italic;
  background-color: #F3F3F3;
}

blockquote blockquote {
  margin: 5px 0 5px 10px;
  text-align: left;
  text-indent: 20px;
  Font-family: Century;
  font-size: 22px;
  padding: 0 0 0 10px;
}

/************************************************
* footer                     	            			*
************************************************/

#footer {
  width: 100%;
  background: url('/wp-content/themes/Qiwit/images/footer.png') 50% 0 no-repeat;
  height: 510px;
  clear: both;
  font-size: 0.6em;
  margin: 0 auto 0;
  padding-top: 15px;
  font-size: 13px;
  z-index: 100;
  text-align: center;
  color: #eee;
}

#footer a:link, #footer a:visited {
  color: #eee;
}

#footer a:hover, #footer a:active {
  color: #000;
}

.footerone {
  width: 1024px;
  margin: 10px auto;
  clear: both;
  height: 170px;
}

.footersecond {
  width: 50%;
  margin: 30px auto;
  clear: both;
  height: 270px;
}

.footer_menu {
  width: 1024px;
  margin: 10px auto;
  clear: both;
}

.footer_menu ul {
  list-style: none;
  margin: 0 0px 0px 120px;
  padding: 5px 0 0px 0;
  clear: both;
  width: 750px;
  float: left;
}

.footer_menu li a {
  text-decoration: none;
  font-weight: bold;
}

.footer_menu li {
  float: left;
  width: 150px;
  text-align: left;
}

.footer_menu li a:link, #menu li a:visited {
  color: #FFF;
  display: block;
  padding: 8px 0 0 0px;
}

.footer_menu li a:hover {
  color: #FFF;
  padding: 8px 0 0 0px;
  text-decoration: underline;
}

.footer_menu1 {
  width: 1024px;
  margin: 10px auto;
  clear: both;
}

.footer_menu1 ul {
  list-style: none;
  margin: 0 0px 0px 120px;
  padding: 5px 0 10px 0;
  clear: both;
  width: 750px;
  float: left;
}

.footer_menu1 li a {
  text-decoration: none;
  font-weight: normal;
}

.footer_menu1 li {
  float: right;
  width: 150px;
  text-align: left;
}

.footer_menu1 li a:link, #menu li a:visited {
  color: #FFF;
  font-size: 12px;
  display: block;
  padding: 3px 0 0 0px;
}

.footer_menu1 li a:hover {
  color: #FFF;
  padding: 3px 0 0 0px;
  text-decoration: underline;
}

.footer_menu2 {
  width: 1024px;
  margin: 10px auto;
  clear: both;
}

.footer_menu2 ul {
  list-style: none;
  margin: 25px 0px 0px 120px;
  padding: 5px 0 0px 0;
  clear: both;
  width: 920px;
  border-top: 1px ridge #757575;
  float: left;
}

.footer_menu2 li a {
  text-decoration: none;
  font-weight: normal;
  padding: 8px 20px 0 0px;
}

.footer_menu2 li {
  float: left;
  text-align: left;
}

.footer_menu2 li a:link, #menu li a:visited {
  color: #FFF;
  display: block;
  padding: 8px 20px 0 0px;
}

.footer_menu2 li a:hover {
  color: #FFF;
  padding: 8px 20px 0 0px;
  text-decoration: underline;
}

.copyright {
  clear: both;
  margin: 0;
  padding: 0;
  white-space: pre;
}

.autor {
  clear: both;
  margin: 0 0 10px 0;
  text-align: left;
  padding: 0;
  font-size: 11px;
}

.autorweb {
  clear: both;
  margin: 0 0 10px 0;
  text-align: center;
  padding: 0;
  font-size: 11px;
}

.autorweb a {
  font-size: 11px;
  padding: 0px 5px 0px 5px;
}

.autorweb a:hover {
  text-decoration: underline;
}

#footer p {
  text-align: center;
  margin: 10px auto 10px;
  padding: 0;
}

#track {
  margin: 15px auto 0;
  padding: 0;
  font-size: 11px;
  text-align: justify;
}

/************************************************
* bottom css		*
************************************************/

#bottom {
  width: 1110px;
  height: 300px;
  clear: both;
  font-size: 13px;
  color: #fff;
  margin: 0;
  padding: 12px 10px 12px 0;
}

.bottom_post {
  float: left;
  width: 970px;
  height: 580px;
  margin: 0 0 0 12px;
  padding: 10px;
}

.bottom_post a {
  color: #000;
  font-family: Century;
  font-size: 27px;
  float: left;
  font-weight: bold;
}

.bottom_post ul li {
  width: 240px;
  height: 350px;
  list-style: none;
  float: left;
  margin-right: 10px;
}

#bottom ul {
  margin: 5px 0 0 0;
  padding: 0;
}

#bottom ul li {
  height: auto;
  list-style: none;
  float: left;
  margin: 0;
  padding: 5px 5px 0 0;
  display: block;
  line-height: 1;
  overflow: hidden;
}

#bottom img {
  float: left;
  width: 50px;
  height: 40px;
  margin: -2px 10px 0 0;
  padding: 1px;
  background-color: #eee;
  border: 1px solid #ddd;
  font-size: 11px;
  color: #666;
  clear: both;
  overflow: hidden;
}

#bottom img.avatar {
  width: 40px !important;
}

#bottom a, #bottom a:hover, #bottom a:visited {
  color: #fff;
  text-decoration: none;
}

#bottom h5 {
  color: #fff;
  margin: 0 0 10px 0;
  padding: 0;
}

li .title a, li .title a:hover {
  font-size: 13px;
}

li .meta {
  font-size: 11px;
}

#bp4 {
  width: 215px;
  padding: 10px 0 10px 12px;
}

#bp4 img {
  float: left;
  margin: 0 8px 7px 0;
  clear: none;
}

/************************************************
* widget				*
************************************************/

.bottom_post #widget ul, #linkcat-2 ul {
  color: #fff;
}

.bottom_post #widget ul li, #linkcat-2 ul li {
  height: auto;
  border: 0;
  background: url('/wp-content/themes/Qiwit/images/arrow_m.gif') no-repeat 0 7px;
  list-style-position: inside;
  padding-left: 15px;
}

ul#recentcomments li.recentcomments {
  background: none;
  padding-left: 0;
}

/************************************************
* carousel				*
************************************************/

#carousel {
  width: 900px;
  float: left;
  height: 260px;
  margin: 0 auto;
  padding: 10px 60px 10px 60px;
}

.infinite {
  position: relative;
  width: 898px;
}

.carousel {
  width: 898px;
  /* .infinite width - (.carousel margin-left + .carousel margin-right) */
  overflow: hidden;
  height: 260px;
  position: absolute;
  top: 0;
  left: 0;
}

.carousel ul {
  width: 10000px;
}

.carousel ul li {
  float: left;
  position: relative;
  width: 180px;
  height: 260px;
  margin: 0;
  padding: 0;
  list-style: none;
}

/************************************************
* carousel-img				*
************************************************/

#carousel img {
  margin: 0 0 5px 3px;
  border-radius: 200px;
  padding: 0;
}

/************************************************
* carousel-title				*
************************************************/

.carousel-title {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 125px;
  font-size: 19px;
  text-align: center;
  font-style: italic;
  font-family: Century;
  font-weight: bold;
  color: #000;
  line-height: 18px;
  background: url('/wp-content/themes/Qiwit/images/banner1.png') no-repeat;
  padding: 30px;
}

.carousel-title a, .carousel-title a:visited {
  position: relative;
  color: #000;
  text-decoration: none;
}

.carousel-title a:hover, .carousel-title a:active {
  text-decoration: none;
  color: #000;
}

/************************************************
* button				*
************************************************/

.infinite .arrow {
  display: block;
  height: 45px;
  width: 45px;
  text-indent: -999px;
  position: absolute;
  top: 0;
  cursor: pointer;
}

.infinite .back {
  background: url('/wp-content/themes/Qiwit/images/left.png') left no-repeat;
  background-position: 0 0;
  top: 100px;
  left: -50px;
}

.infinite .back:hover {
  background-position: 0 -67px;
}

.infinite .forward {
  background: url('/wp-content/themes/Qiwit/images/right.png') right no-repeat;
  background-position: 0 0;
  top: 100px;
  right: -50px;
}

.infinite .forward:hover {
  background-position: -47px -67px;
}

/* Основа ротатора изображений */

#banner {
  padding: 0 0 30px 0;
  width: 350px;
  float: left;
  background: #fff;
  margin: 0;
  height: 500px;
  text-align: center;
}

/* Контейнер */

#container1 {
  width: 350px;
  margin: 20px auto;
}

#slider-wrapper {
  background: none;
  width: 350px;
  padding: 0;
  margin: auto;
}

#slider {
  position: relative;
  width: 350px;
  height: 500px;
  background: url('/wp-content/themes/Qiwit/images/slider/loading.png') no-repeat 50% 50%;
}

#slider img {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
}

#slider a {
  border: 0;
  display: block;
}

.nivo-controlNav {
  margin: auto;
  padding: 0;
  position: absolute;
  bottom: 5px;
  left: 280px;
  text-align: center;
  margin: auto;
}

.nivo-controlNav a {
  display: block;
  width: 15px;
  height: 15px;
  background: url('/wp-content/themes/Qiwit/images/slider/bullets.png') no-repeat;
  text-indent: -9999px;
  border: 0;
  margin-right: 3px;
  float: left;
  position: relative;
  z-index: 30;
  cursor: pointer;
}

.nivo-controlNav a.active {
  font-weight: bold;
  background-position: 0 -22px;
}

.nivo-directionNav a {
  display: block;
  width: 56px;
  height: 50px;
  background: url ('/web/20190214061348im_/http://www.9linesmag.com/wp-content/themes/Qiwit/images/slider/arrows.png') no-repeat;
  text-indent: -9999px;
  border: 0;
  position: absolute;
  top: 45%;
  z-index: 30;
  cursor: pointer;
}

a.nivo-nextNav {
  background-position: -56px 0;
  top: 101px;
  right: -15px;
}

a.nivo-nextNav:hover {
  background-position: -56px -50px;
}

a.nivo-prevNav {
  top: 101px;
  left: -15px;
}

a.nivo-prevNav:hover {
  background-position: 0 -50px;
}

/* Nivo Slider стили */

.nivoSlider {
  position: relative;
}

.nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
}

/* Если изображение обвернуто в ссылку */

.nivoSlider a.nivo-imageLink {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 20;
  display: none;
}

.nivo-slice {
  display: block;
  position: absolute;
  z-index: 10;
  height: 100%;
}

/* Стили заголовка */

.nivo-caption {
  position: absolute;
  left: 0px;
  bottom: 0px;
  font: 13px calibri;
  padding: 0;
  margin: 0;
  color: #CCC;
  background: #000;
  opacity: 0.7;
  width: 100%;
  z-index: 29;
}

.nivo-caption p {
  margin: 0;
  padding: 10px 15px 10px 15px;
}

.nivo-caption a {
  color: #efe9d1;
  text-decoration: underline;
  display: inline !important;
}

.nivo-html-caption {
  display: none;
}

.tags_arch a {
  color: #666;
}

.cat404 a {
  color: #606060;
  width: 100%;
  display: block;
  float: left;
  font-family: Century Gothic;
  margin-bottom: 0px;
  margin-top: 10px;
  letter-spacing: 1px;
  font-size: 12px;
  text-transform: uppercase;
}

.cat404 a:hover {
  text-decoration: none;
}

.cat404_4 a {
  color: #000;
  width: 100%;
  display: block;
  float: left;
  font-family: Century Gothic;
  margin-bottom: 7px;
  margin-top: 10px;
  letter-spacing: 1px;
  font-size: 12px;
  text-transform: uppercase;
}

.cat404_4 a:hover {
  text-decoration: none;
}

.cat404_2 a {
  color: #606060;
  width: 100%;
  display: block;
  float: left;
  font-family: Century Gothic;
  margin-bottom: 0px;
  letter-spacing: 1px;
  font-size: 10px;
  text-transform: uppercase;
}

.cat404_2 a:hover {
  text-decoration: none;
}

.cat404_3 a {
  color: #000;
  width: 100%;
  display: block;
  float: left;
  font-family: Century Gothic;
  margin-bottom: 0px;
  letter-spacing: 1px;
  font-size: 11px;
  text-transform: uppercase;
}

.cat404_3 a:hover {
  text-decoration: none;
}

.search-excerpt {
  background: #FF9
}

.anonsp p {
  margin: 5px 10px 40px 0px;
}

#nav {
  float: left;
  font: normal 15px Century, Times New Roman, Sans-serif;
  text-transform: uppercase;
  margin-top: 15px;
  overflow: hidden;
  padding-bottom: 5px;
  border: none;
  background: url('/wp-content/themes/Qiwit/images/hr_menu.jpg') bottom center no-repeat;
  width: 100%;
}

#nav ul {
  margin: 0 0 0 5%;
  border: none;
  padding: 0;
  list-style: none;
}

#nav ul li {
  float: left;
}

#nav ul li a {
  float: left;
  color: #000;
  font-weight: 600;
  text-align: center;
  padding: 10px 25px 10px 5px;
  text-decoration: none;
  border: none;
}

#nav ul li a:hover, #nav ul li:hover>a {
  color: #000;
  border: none;
}

#nav li ul a:hover, #nav ul li li:hover>a {
  color: #fff;
  text-decoration: underline;
  border: none;
}

#nav li ul {
  background: #000;
  left: -999em;
  color: #000;
  font-family: Helvetica Neue, Arial;
  margin: 36px 0 0;
  position: absolute;
  padding-top: 20px;
  width: 410px;
  z-index: 9999;
  border: none;
  text-align: left;
}

#nav li:hover ul {
  left: auto;
  border: none;
}

#nav ul li.dfd {
  text-align: left;
  height: 23px;
  word-spacing: 5px;
  color: #fff;
  font-size: 11px;
  border: none;
}

#nav li.dfd a:hover {
  text-align: left;
  color: #fff;
  border: none;
}

#nav li.rubs:hover ul {
  left: 280px;
  border: none;
}

#nav li.rubs2:hover ul {
  left: 560px;
  border: none;
}

#nav li.rubs3:hover ul {
  left: 420px;
  border: none;
}

#nav li ul a.class1 {
  color: #fff;
  font-family: Century;
  font-size: 18px;
  text-transform: none;
  width: 210px;
  margin-right: 20px;
  font-weight: bold;
  margin-top: 215px;
  line-height: 18px;
  text-align: left;
}

#nav li ul a.class1:hover {
  color: #fff;
  text-align: left;
  background-color: none;
  text-decoration: none;
}

#nav li ul a {
  background: none;
  color: #fff;
  margin-right: 0px;
  padding: 0px 0px 0px 20px;
  border: none;
  font-weight: normal;
  width: 140px;
  text-align: left;
}

#nav li li ul {
  border: none;
  visibility: hidden;
  text-align: left;
}

#nav li li:hover ul {
  visibility: visible;
  border: none;
}

.novostmenu {
  width: 230px;
  float: right;
  height: 390px;
  margin-right: 20px;
  margin-top: 0px;
  font-size: 12px;
  text-align: center;
}

.novostmenu a {
  width: 100px;
  color: fa0808;
  height: 100px;
}

.novostmenu2 {
  width: 230px;
  height: 390px;
  margin-top: 0px;
  float: left;
  margin-right: 20px;
  font-size: 12px;
  text-align: center;
}

.novoe p {
  margin-top: 20px !important;
  font-family: Helvetica Neue, Arial;
  font-size: 13px;
  line-height: 1.2em;
}

.pslider p {
  font-size: 13px;
  margin-top: 5px;
  line-height: 1.2em;
}

.pslider img {
  border-radius: 70px;
}

.navigation { position: relative; padding: 0; } .navigation:after { content: '.'; display: block; color: transparent; background: url(/wp-content/themes/Qiwit/images/hr_menu.jpg) top center no-repeat; } .navigation .alignright, .navigation .alignleft { margin-top: 10px; } .navigation .alignright a, .navigation .alignleft a { font-weight: bold; } p.pagenavi { margin: 0; padding: 5px; } p.pagenavi a, p.pagenavi span{ background-color: #48AAD9; display: inline-block; padding: 0 !important; width: 22px; height: 22px; line-height: 22px; border-radius: 50%; color: white; } p.pagenavi span { background-color: #E28F25; color: white !important; }

@media all and (max-width:1040px) {
  .text img {
    max-width: 50%;
  }
  .content .text .wp-caption p {
    font-size: 16px !important;
  }
  #sidebar_2>ul>li>a {
    width: 100% !important;
  }
  .alignleft {
    max-width: 100%;
    height: auto;
  }
  #sidebar_2, #sidebar_2 .box {
    width: 100%;
  }
  .page_in {
    max-width: 100%;
  }
  #nav.myfixed, #comments {
    display: none;
  }
  .archive-h1 {
    height: auto;
    padding-bottom: 15px !important;
  }
  #sidebar_2, #sidebar_2 .box {
    float: left;
  }
  #container {
    background-image: none !important;
  }
  #footer {
    height: 100%;
  }
  .onecolumn, #header, #logo, #logo2, .fontpost_column, #frontpost img, .content, #column1, #column2, #column3, .miniblock, .miniblock_sidebar, .miniblock3, .miniblock4, .post, .text img, #donate, .content .box, #other li, #other_page li, .subscribe .right, #b2, #b5, .maincolumn, .ad468x60, .ad728x90, #tabs, .tab_list li, #video, #video object, #comment, ol.commentlist li.depth-1, ol.commentlist ul.children li.depth-2, ol.commentlist ul.children li.depth-3, ol.commentlist ul.children li.depth-4, ol.commentlist ul.children li.depth-5, .footerone, .footersecond, .footer_menu, .footer_menu ul, #bottom, .bottom_post, #carousel, .infinite, .carousel, #nav li ul, #footer-1 {
    max-width: 100%;
  }
  .content p {
    margin: 0;
  }
  #comments, .navi_top {
    width: 100%;
  }
  .right, .alignright {
    float: left;
  }
  .text {
    margin: 0;
    padding: 0;
  }
  .content h1 {
    /*padding-right: 20px;*/
    margin-right: 20px;
    float: left;
    font-size: 20px;
  }
  #news_bg, #subscribe, #fullsizegallery1, .miniblock, .bg_new4, .bg_anons3, .sidebar-content, #frontpost, .home4, #tabs, .home5, #video, .home6, .home7, .home8, .bg_anons11, .bg_anons, .bg_video, #bg_video2, #slideshow {
    display: none;
  }
  #slideshow-wrappergallery1 {
    display: none !important;
  }
  .catdesc {
    max-width: 90%;
  }
}

@media all and (max-width:1024px) {
  .content .text .wp-caption p {
    font-size: 16px !important;
  }
  .page_in {
    max-width: 98%;
  }
  .end_sidebar_1 {
    width: 100%;
    margin-left: 10px;
    float: left;
  }
  .social {
    display: none;
  }
  /*#sidebar_2 {max-width: 100%; }*/
  #dmenu-abc {
    text-align: center;
    margin-left: 7px;
  }
}

@media all and (max-width:1000px) {
  .footer_menu2 ul, .footer_menu1 ul {
    display: none;
  }
  .content .text .wp-caption p {
    font-size: 16px !important;
  }
  .page_in {
    max-width: 98%;
  }
  #logo {
    margin: 0;
    background-size: cover;
  }
  #carousel {
    display: none;
  }
}

@media all and (max-width:700px) {
  .content .text .wp-caption p {
    font-size: 18px !important;
    line-height: 28px !important;
  }
  .content .text .wp-caption blockquote {
    font-size: 18px !important;
    line-height: 28px !important;
  }
  .page_in {
    max-width: 100%;
    padding: 0;
  }
  .text img {
    width: 100%;
    height: 100%;
    float: left;
    padding-bottom: 5px;
  }
  .text img.alignright, .text img.alignleft {
    width: 100%;
    height: 100%;
  }
  #nav ul li.dfd, .novostmenu {
    display: none;
  }
  #nav ul li a:hover, #nav ul li:hover>a {
    color: #fff;
    border: none;
    background: none;
  }
  #nav li:hover ul {
    display: none;
  }
  .post img {
    width: 100%;
    height: auto;
    float: none;
    margin: 0;
  }
  .post .more {
    position: static;
    float: left;
  }
  #top_menu, #searchform {
    display: none;
  }
  .navigation {
    width: 100%;
    /* float: none; */
  }
  .navigation .alignright, .navigation .alignleft {
    margin: 0;
    padding: 10px 0;
    min-height: 20px;
  }
  .pagenavi {
    clear: both;
    border-top: 3px solid white;
  }
  .pagenavi a {
    padding: 7px 5px;
    line-height: 25px;
  }
  .pagenavi .current {
    /* padding: 6px; */
  }
  .navigation .alignright b {
    right: -16px;
  }
  .navigation .alignleft b {
    left: -16px;
  }
  .navigation .alignright,   .navigation .alignleft {
    width: 50%;
  }
  #container>div.page_in>div.onecolumn>div>ul>li {
    height: 100% !important;
  }
  #container>div.page_in>div.onecolumn>div>ul>li>div>a>img {
    width: 100%;
    height: auto;
  }
  #nav {
    display: none;
  }
  .post p {
    padding: 0 10px 0 0;
  }
  iframe {
    max-width: 99% !important;
    max-height: 99% !important;
  }
  #donate {
    display: none;
  }
}

@media all and (max-width:770px) {
  .alignleft {
    float: none;
  }
  #other>ul>li>a>img {
    width: 30%;
    height: 45%;
  }
  #other li {
    height: 100%;
  }
  .text p, .text div, .content ul li, .content ol li {
    text-align: left;
    font-size: 18px !important;
    line-height: 28px !important;
  }
  .content blockquote {
    text-align: left;
    font-size: 18px !important;
    line-height: 28px !important;
  }
  .footer_menu1, .footer_menu2 {
    display: none;
  }
  #description {
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    margin: auto;
  }
  #logo2>img {
    max-width: 94%;
  }
  #logo, #logo2 {
    float: none;
    display: block;
    margin: 0;
    width: auto;
    text-align: center;
    padding: 55px 0 0 0 !important;
  }
  #header {
    height: 180px;
  }
  #footer {
    background-position: 50% 100%;
  }
  .page_in {
    max-width: 95%;
  }
  #nav, .slideshow, #slideshow-wrapper, #container>div.page_in>div.onecolumn>div>div:nth-child(6), #container>div.page_in>div.onecolumn>div>div:nth-child(11), #container>div.page_in>div.onecolumn>div>div:nth-child(16), #container>div.page_in>div.onecolumn>div>div:nth-child(5)>div.category, #container>div.page_in>div.onecolumn>div>div:nth-child(18) {
    display: none !important;
  }
  #sidebar_1 {
    /*margin-left: 10px;*/
    display: none;
  }
  .end_sidebar_1 {
    width: 100%;
    margin-left: 10px;
    float: left;
  }
  #searchform #s {
    width: 80%;
    float: none;
  }
  #searchform {
    /*max-width:330px;*/
    margin: 40px 10px 10px 20px;
    width: 80%
  }
  #container>div.page_in>div.onecolumn>div>ul {
    margin: 0;
    padding: 0;
  }
  #container>div.page_in>div.onecolumn>div>ul>li {
    width: 100% !important;
    margin: 0 auto !important;
  }
  #container>div.page_in>div.onecolumn>div>ul>li>div {
    margin: 0 !important;
  }
}

.content table:not(.yap-list) {
  border: 1px solid rgba(1, 60, 126, 1);
  border-collapse: collapse;
  margin-bottom: 15px;
}

.content table:not(.yap-list) p {
  margin: 0;
  text-indent: 0
}

.content table:not(.yap-list) td {
  border: 0;
  padding: 5px;
  border: 1px solid rgba(1, 60, 126, .15);
  background-color: rgba(0, 0, 0, .05);
}

.content table:not(.yap-list) tr td:not(:last-child) {
  border-right: 1px solid white;
}

.content table:not(.yap-list) tr:first-child {
  color: white;
  text-align: center;
  background-color: rgba(1, 60, 126, 1);
}

.content table:not(.yap-list) tr:first-child td:not(:last-child), .content table:not(.yap-list) tr:first-child th:not(:last-child) {
  border-right: 1px solid white;
}

.content table:not(.yap-list) tr:not(:first-child):nth-child(2n+1) {
  background-color: rgba(1, 60, 126, .05);
}

.content blockquote {
  margin: 0;
  margin-bottom: 10px;
  padding: 10px 50px;
  /* background-color: #000;
  color: white; */
  position: relative;
  border-top: 2px solid #013C7E;
  border-bottom: 2px solid #D81E33;
  min-height: 30px;
}

.content blockquote p {
  font-size: 1em !important;
  text-indent: 0px !important;
  padding: 0;
  margin: 0;
}

.content blockquote:before {
  content: '';
  width: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  /* 5.5 */
  border-bottom: 25px solid #D81E33;
  border-top: 25px solid #F3F3F3;
  border-left: 25px solid #F3F3F3;
  border-right: 25px solid white;
}

.content blockquote:after {
  content: '';
  width: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  /* 5.5 */
  border-bottom: 25px solid #F3F3F3;
  border-top: 25px solid #013C7E;
  border-left: 25px solid white;
  border-right: 25px solid #F3F3F3;
}

#donate table:not(.yap-list), #donate table:not(.yap-list) tr, #donate table:not(.yap-list) tr td {
  background-color: transparent !important;
  border: 0 !important;
  padding: 0 !important;
}

.content .text img {
  border-top: 2px solid #013C7E;
  border-bottom: 2px solid #D81E33;
}

.content .text .corners {
  position: relative;
  margin-right: 15px;
}

.content .text .corners:before {
  content: '';
  position: absolute;
  left: 0;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #013C7E;
  width: 0;
}

.content .text .corners:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  border-top: 30px solid transparent;
  border-right: 30px solid #D81E33;
  width: 0;
}

.content .text .corners+.corners:after {
  bottom: 5px;
}

.content .text .corners:first-child {
  display: block;
  float: left;
}

.content .text p>.corners:first-child:after {
  right: 20px;
  bottom: 5px;
}

.content .text .wp-caption {
  margin: 0 auto;
  position: relative;
  border-top: 2px solid #013C7E;
}

.content .text .wp-caption:before {
  content: '';
  position: absolute;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #013C7E;
  width: 0;
}

.content .text .wp-caption p:after {
  content: '';
  position: absolute;
  bottom: 100%;
  right: 0;
  border-top: 30px solid transparent;
  border-right: 30px solid #D81E33;
  width: 0;
}

.content .text .wp-caption img {
  border: 0;
  width: 100%;
}

.content .text .wp-caption p {
  border-top: 2px solid #D81E33;
  background-color: #F3F3F3;
  position: relative;
  text-align: center;
  padding: 5px 0;
}

.content .text img.aligncenter {
  margin-right: auto;
}

.wp-caption-text {
  background-color: rgba(152, 194, 42, .15) border-radius: 0 0 3px 3px;
}

.content .text *:not(li) {
  z-index: 1;
}

.content .text ul li, .content .text ol li {
  position: relative;
  z-index: 0;
}

.content .text ul, .content .text ol {
  margin-left: 0;
}

.content .text div+ul, .content .text div+ol {
  width: 50%;
}

.content .text ul li, .content .text ol li {
  list-style-type: none;
  font-size: 1.2em;
  line-height: 1.4em;
  padding: 10px 10px 10px 35px;
  margin-bottom: 2px;
  background-color: #F3F3F3;
}

.content .text ul li:before {
  content: '✺';
  font-size: 1.5em;
  position: absolute;
  top: 10px;
  left: 5px;
}

.content .text ol {
  counter-reset: subsection;
}

.content .text ol li:after {
  counter-increment: subsection;
  content: counters(subsection, ".") " ";
  font-size: 1em;
  line-height: 0.7em;
  position: absolute;
  top: 10px;
  left: 6px;
  width: 21px;
  height: 12px;
  text-align: center;
  background-color: rgba(241, 241, 241, .6);
  color: black;
}

.content .text ol li:before {
  content: '✺';
  font-size: 1.2em;
  vertical-align: top;
  margin-left: -27px;
  position: absolute;
  top: 10px;
}

.content .text ul li:before, .content .text ol li:before, .content .text ol li:after {
  color: #D81E33;
}

.content .text ul li:nth-child(2n):before, .content .text ol li:nth-child(2n):before, .content .text ol li:nth-child(2n):after {
  color: #013C7E;
}

@media (max-width: 700px) {
  .content .text img {
    padding-bottom: 0;
    margin-bottom: 5px;
    float: none;
  }
  .content .text .wp-caption p {
    font-size: 18px !important;
    line-height: 28px !important;
  }
  .content .text .wp-caption blockquote {
    font-size: 18px !important;
    line-height: 28px !important;
  }
  .content .text .wp-caption img {
    margin-bottom: 0;
  }
  .content .text .wp-caption-text {
    margin-right: 0;
  }
  .content .text p:first-child>.corners img {
    display: block;
    margin-right: -20px;
  }
  .content .text p:first-child>.corners:after {
    right: 0;
    bottom: 0;
  }
  .content .text .corners:first-child {
    float: none;
    display: block;
    margin: auto;
  }
  .content .text div>.corners:first-child:after {
    bottom: 5px;
  }
  .content .text .corners+.corners:before {}
  .content .text .corners {
    display: block;
    position: relative;
  }
  .content .text .corners, .content .text .wp-caption {
    margin-right: 0;
  }
.msright {
	float: none !important;
text-align:center !important;
clear: both !important;
padding-bottom:30px !important;
	}
	.msleft {
	float: none !important;
text-align:center !important;
clear: both !important;
padding-bottom:30px !important;
	}

}

#linne table td {
  color: #b000b0 !important;
}

#yandex_rtb_R-A-135698-6 table td {
  color: #000000 !important;
}

#yandex_rtb_R-A-135698-7 table td {
  color: #000000 !important;
}

#yandex_rtb_R-A-135698-8 table td {
  color: #013c7e !important;
}

#yandex_rtb_R-A-135698-3 table td b {
  color: #013c7e !important;
}

#yandex_rtb_R-A-135698-1 table td b {
  color: #0000CC !important;
}

/* EviLex */

.toggle {
  position: absolute;
  top: 0;
  left: 0;
  outline: 0;
  border: 0;
  background-color: transparent;
  /*rgba(255,255,255,.5);*/
  background-image: none;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-user-select: none;
  user-select: none;
  padding: 16px;
  margin-left: auto;
  z-index: 1;
}

.toggle .xicon, .toggle .xicon:after, .toggle .xicon:before {
  display: block;
  width: 24px;
  height: 3px;
  transition: background-color .3s linear, -webkit-transform .3s linear;
  transition: background-color .3s linear, transform .3s linear;
  transition: background-color .3s linear, transform .3s linear, -webkit-transform .3s linear;
  background-color: white;
}

.toggle .xicon {
  position: relative;
  margin-top: 8px;
  margin-bottom: 8px;
}

.toggle .xicon:after {
  top: 8px
}

.toggle .xicon:before {
  top: -8px
}

.toggle:not(.active):hover .xicon:after {
  top: 6px
}

.toggle:not(.active):hover .xicon:before {
  top: -6px
}

.toggle .xicon:after, .toggle .xicon:before {
  position: absolute;
  content: "";
}

.toggle.active {
  /*width: 100%;
  background-color: white;*/
}

.toggle.active .xicon {
  background-color: transparent;
}

.toggle.active .xicon:before {
  -webkit-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}

.toggle.active .xicon:after {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}

.mobile-nav.open {
  display: block;
  height: auto;
}

.mshow, .sub-menu {
  display: none
}

.mhide, .sub-menu.open {
  display: block
}

.sub-menu.open li {
  list-style: none
}

.sub-menu.open li a {
  margin-left: 10px;
  padding-left: 0 !important;
}

/* https://www.w3.org/TR/css3-mediaqueries/
@media all and (min-width: 640px){}
@media screen and (max-width: 2000px){}
@media screen and (min-width: 400px) and (max-width: 700px){}
@media all and (orientation:portrait){}
@media all and (orientation:landscape){} */

@media screen and (max-width: 768px) {
  /* #container {
		max-width: 100%;
	} */
  body.js_nav .inner-wrapper {
		left: 0!important;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(80%,0,0);
    -moz-transform: translate3d(80%,0,0);
    -ms-transform: translate3d(80%,0,0);
    -o-transform: translate3d(80%,0,0);
    transform: translate3d(80%,0,0);
  }
  #menu_header {
		position: fixed;
		top: 0;
    width: 100%;
    height: 50px;
    text-align: left;
    background-color: rgba(0, 0, 0, .8);
    /* цвет подложки меню, #454545 */
    z-index: 1001;
  }
  #navegacio, .inner-wrapper {
    -webkit-transition: -webkit-transform .5s ease, opacity .5s ease;
    -moz-transition: -moz-transform .5s ease, opacity .5s ease;
    -o-transition: -o-transform .5s ease, opacity .5s ease;
    transition: transform .5s ease, opacity .5s ease;
  }
  #menu_header #mlogo {
    display: block;
    color: white;
    font-size: 2em;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 10px;
    text-align: center;
  }
	#navegacio {
    background: #222;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
    height: 100%;
    width: 80%;
    color: #ddd;
		overflow-x: auto;
    -webkit-transform: translate3d(-100%,0,0);
    -moz-transform: translate3d(-100%,0,0);
    -ms-transform: translate3d(-100%,0,0);
    -o-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
	}
	body.js_nav #navegacio {
		-webkit-transform: translate3d(0,0,0) scale3d(1,1,1);
		-moz-transform: translate3d(0,0,0) scale3d(1,1,1);
		-ms-transform: translate3d(0,0,0) scale3d(1,1,1);
		-o-transform: translate3d(0,0,0) scale3d(1,1,1);
		transform: translate3d(0,0,0) scale3d(1,1,1);
	}
  #navegacio ul li {
    position: relative;
    border: 0;
    /* border-top: 1px solid rgba(255,255,255,.2); */
    width: 100% !important;
    /* height: 30px; */
    margin: 0;
    padding: 0;
    display: block;
    float: none;
  }
  #navegacio ul li a {
    display: block;
    line-height: 40px;
    text-align: left;
    position: relative;
    padding: 0 0 0 20px;
    /* width: 100%; */
    border: 0;
    color: white !important;
    text-shadow: none;
  }
  #navegacio ul li.menu-item-has-children>a {
    width: 79%
  }
  #navegacio button {
    z-index: 1002
  }
  .mobile-nav {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1001;
    font-size: 1.7em;
    /* background-color: #669934; */
    display: none;
    height: 0;
    padding: 0;
    margin: 0;
  }
  .icon-caret {
    display: block !important;
  }
  .icon-caret, .icon-caret.down {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    content: '❯';
    /* ❭ &#10093; / ❯ &#10095; / ❱ &#10097; */
    font-size: 25px;
    line-height: 40px;
    color: white;
    width: 50px;
    height: 40px;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, .5);
    z-index: 999;
  }
  .icon-caret.down {
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -webkit-transform: rotate(90deg);
    /* Chrome, Safari, Opera */
    transform: rotate(90deg);
    width: 40px;
    height: 50px;
    top: -5px;
    right: 5px;
    line-height: 50px;
    border-left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
  }
  .nav-up {
    top: -50px !important
  }
  .mhide {
    display: none !important
  }
  .mshow {
    display: block !important
  }
  /* exclusive site fix */
  * {
    box-sizing: border-box;
  }
  #ad125x125 {
    float: none;
    margin: auto;
  }
  #sidebar_2 .widget {
    padding: 0;
  }
  #sidebar_2 .textwidget {
    width: 100%
  }
  .content {
    padding: 0 20px !important;
  }
  .footersecond {
    padding: 0 20px;
    width: 100%;
  }
  .sb {
    width: 100% !important;
    text-align: center;
    padding: 0 20px;
  }
  .sb>div {
    margin: 0 auto !important;
  }
  .sb h2 {
    float: none !important;
  }
  .sb ul li a {
    width: 100% !important;
  }
  .sb .sep {
    margin: 0 auto 10px auto !important;
  }
  .link_title {
    padding: 0 !important;
  }
  ins {
    margin: auto;
    text-align: center;
  }
  .content .text p>.corners:first-child:after {
    right: 0;
  }
  .tags {
    margin: 0 !important;
  }
  .tags div {
    margin: 0 auto !important;
    padding: 0 !important;
    background-color: transparent !important;
  }
  .opublikovano {
    margin: 10px 20px;
  }
  .content .box {
    width: 100%;
    margin: 0 !important;
  }
  #other li {
    width: 100%;
    margin: 0;
  }
  #other li div {
    width: 70% !important;
    margin: 0 !important;
  }
  #other li .title {
    padding: 0 0 0 10px;
  }
  #other li .title:first-letter {
    color: #000;
    font-size: inherit;
  }
  .also {
    margin-bottom: 10px;
  }
  .also ul {
    margin: 0;
  }
  .also ul li {
    position: relative;
    display: block;
    width: auto !important;
    height: auto !important;
    margin: 20px auto !important;
    float: none !important;
    text-align: center;
  }
  .also .sepic {
    display: none;
  }
  .date {
    position: relative !important;
    margin-top: 0 !important;
  }
  .datei {
    margin-bottom: 20px;
    width: 100% !important;
  }
  .date > a {
    width: 100% !important;
  }
  #sidebar_2 ul {
    padding: 0 20px !important;
    margin: 0 !important;
  }
  #sidebar_2 .sep {
    margin: 10px auto !important;
  }
  #execphp-2 {
    display: block;
    width: 100% !important;
    margin: 0 !important;
    bottom: 0 !important;
    float: none !important;
    text-align: center;
    border: 0 !important;
  }
  .execphpwidget>div {
    margin: 0 !important;
  }
  #execphp-2>div>div {
    padding: 20px;
    display: inline-block;
  }
  ul.sub-menu li {
    padding-left: 20px !important;
  }
  .maincolumn {
    margin-right: 0 !important;
  }
  #mobile_main_menu li {
    border-top: 1px solid rgba(255, 255, 255, .8) !important;
  }
  #mobile_main_menu>li:nth-child(1) {
    background-color: #610B0B
  }
  #mobile_main_menu>li:nth-child(2) {
    background-color: #61380B
  }
  #mobile_main_menu>li:nth-child(3) {
    background-color: #5E610B
  }
  #mobile_main_menu>li:nth-child(4) {
    background-color: #38610B
  }
  #mobile_main_menu>li:nth-child(5) {
    background-color: #0B610B
  }
  #mobile_main_menu>li:nth-child(6) {
    background-color: #0B615E
  }
  #mobile_main_menu>li:nth-child(7) {
    background-color: #0B3861
  }
  #mobile_main_menu>li:nth-child(8) {
    background-color: #4C0B5F
  }
  #mobile_main_menu>li:nth-child(9) {
    background-color: #610B4B
  }
  ul.ind {
    margin: 0;
  }
  ul.ind li {
    width: 100% !important;
    margin: 10px 0 !important;
  }
  ul.ind li .bgi {
    margin: 0 !important;
    text-align: center;
  }
  .post div p {
    text-align: center;
  }
  .navigation:after {
    background: none;
  }
  p.pagenavi:before {
    content: '.';
    display: block;
    color: transparent;
    background: url(/wp-content/themes/Qiwit/images/hr_menu.jpg) top center no-repeat;
  }
  p.pagenavi {
    /* border-image: url(/wp-content/themes/Qiwit/images/hr_menu.jpg) 1 0 round;
    border-bottom: 0;
    border-left: 0;
    border-right: 0; */
  }
  .maincolumn, .content {
    width: 100%!important;
  }
  .sidebar ul li {
    text-align: center;
  }
  /* /exclusive site fix	*/
}
@media (min-width:767px) and (max-width:1040px) {
  .content .text .corners {
    max-width: 49%;
    margin: 0;
  }
  .content .text .corners:first-child {
    float: none;
  }
}
@media all and (max-width:320px) {
  ul.ind li .bgi img {
    width: 100%;
    height: auto;
  }
}
.msright {
		float:right;
margin-left:10px;
margin-right:13px;
margin-bottom:10px; width:336px;
	}
.msleft {
		float:left;
margin-right:10px;
margin-left:13px;
margin-bottom:10px;
width:336px;
	}


/*
     FILE ARCHIVED ON 06:13:48 Feb 14, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:00:34 Dec 16, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.585
  exclusion.robots: 0.02
  exclusion.robots.policy: 0.008
  esindex: 0.011
  cdx.remote: 10.708
  LoadShardBlock: 149.566 (3)
  PetaboxLoader3.datanode: 171.814 (5)
  PetaboxLoader3.resolve: 441.45 (3)
  load_resource: 587.534 (2)
*/