body { margin: 0 }
.toggle {
  position: absolute;
  top: 0;
  right: 0;
  outline: 0;
  border: 0;
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,.5);
  border-radius: 10px 0 10px 10px;
  background-image: url('images/menu_bg.png');
  background-repeat: repeat;
  background-color: #E70606; /* цвет подложки раскрытого меню */
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-user-select: none;
  user-select: none;
  padding: 15px;
  margin-left: auto;
  z-index: 1;
}
#navegacio.open .toggle {
  border-radius: 0;
  box-shadow: none;
}
.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: 1024px){ /*768px*/
  #navegacio {
    position: fixed;
    right: 0;
    top:0;
    /* width: 100%; */
    height: 50px;
    text-align: left;
    /* background-color: rgba(69,69,69,.8); /* цвет подложки меню, #454545 */
    color: transparent;
    z-index: 1001;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  #navegacio.open {
    width: 80%;
    height: 100%;
    overflow-y: auto;
    background-image: url('images/menu_bg.png');
    background-repeat: repeat;
    background-color: rgba(231,6,6,.9); /* цвет подложки раскрытого меню */
    color: white;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,1);
  }
  #navegacio #logo {
    display: none;
    color: transparent;
    height: 0;
  }
  #navegacio.open #logo {
    display: block;
    font-size: 2.5em;
    width: 100%;
    height: auto;
    margin: 0;
    text-align: left;
    /* margin-left: 50px; */
    padding: 0 8px;
    background: black;
    color: white;
    font-weight: 900;
    line-height: 45px;
    height: 50px;
    /* border-bottom: 1px solid white; */
  }
  #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: 20px;
   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; }
    #container, .page_in, .onecolumn, .maincolumn, .content, .text  { overflow-y: hidden; }
    p, ul:not(#mobile_main_menu):not(.sub-menu), ol, .textwidget, #post_more_wrapper, h6, label, #copyright_left, #track, .autor {
      font-size: 15px !important;
    }
    .content .text ul li, .content .text ol li {
      text-align: left;
    }
    .text p {
      font-size: 18px !important;
      line-height: 27px !important;
      text-align: left;
    }
    .sub-menu { padding-left: 25px }
    .page_in, .content, .maincolumn, #footer-1, .footersecond {
      max-width: 100% !important;
      width: 100% !important;
      height: auto;
      display: block !important;
      margin: 0 !important;
      padding: 0 !important;
    }
    .text img, .post_inner_wrapper div[style*="float:right"], .post_inner_wrapper div[style*="float:left"], #other, #footer img {
      float: none !important;
      margin: auto !important;
      clear: both;
      display: block !important;
      max-width: 100% !important;
      height: auto !important;
    }
    div[style*="margin-left:-55px"] {
      margin: auto !important;
    }
    #content div[style*="float:right"], #content div[style*="float:left"] {
      float: none !important;
      margin: auto !important;
      clear: both;
    }
    ins, #execphp-3 table, div[style*="width:180px;"], .sidebar_yandex {
      margin: auto;
      text-align: center;
    }
    table:not(.yap-list) {
      display: block;
      overflow: auto;
    }
    iframe[src*="youtube"]{
      display: block;
      width: 100%;
      height: auto;
    }
    .content ul, .content ol {
      margin: 0;
    }
    #container {
      padding-top: 50px !important;
      background: white !important;
      overflow: auto !important;
    }
    #header {
      height: auto;
      width: 100%;
      margin-bottom: 15px;
    }
    #logo, #logo2 {
      display: block;
      width: 100%;
      height: auto;
      float: none;
      margin: 0 0 10px 0;
    }
    #logo img, #logo2 img {
      display: block;
      margin: auto;
      max-width: 90%;
    }
    #searchform {
      display: block;
      width: 85%;
      float: none;
      margin: auto;
    }
    #searchform #s {
      width: 88%;
      height: 100%;
    }
    .page_in, .onecolumn, .content {
      float: none;
      overflow: auto;
    }
    .onecolumn {
      width: 100% !important;
      padding: 10px 20px !important;
    }
    .interesting {
      width: 100% !important;
      float: none !important;
      margin-top: 0 !important;
    }
    .interesting ul {
      margin-top: 10px;
    }
    .interesting ul li {
      width: 100% !important;
      padding: 0 !important;
      height: auto !important;
      min-height: 150px;
      float: none !important;
    }
    .interesting ul li a.thumbnail {
      float: left;
      margin-right: 10px;
    }
    .interesting ul li .cat_, .interesting ul li .cat_ .cat404_3 {
      display: table-cell;
      width: 100% !important;
      float: none !important;
    }
    .category {
      display: block;
      width: 100%;
      height: 35px !important;
      border-bottom: 0 !important;
      position: relative;
    }
    .interesting .category {
      background: url('images/bg_new2_m.png') center no-repeat !important;
    }
    .new_on_site .category {
      background: url('images/bg_new_m.png') center no-repeat !important;
    }
    #other .category {
      background: url('images/bg_other_m.gif') center no-repeat !important;
    }
    #other .category {
      background: url('images/bg_other_m.gif') center no-repeat !important;
    }
    .also .category {
      background: url('images/bg_other2_m.gif') center no-repeat !important;
    }
    .interesting, .new_on_site, #other, .also {
      position: relative;
    }
    .interesting:before, .new_on_site:before, #other:before, .also:before {
      content: '';
      position: absolute;
      top: 15px;
      display: block;
      width: 100%;
      border-top: 1px solid #E0E0E0;
    }
    #other:before {
      top: 27px;
    }
    .also:before {
      top: 19px;
    }
    .new_on_site_ul a {
      font-family: Georgia;
      width: 100%;
      display:block;
      color: #000;
      font-weight: bold;
      margin-top: 5px;
      margin-bottom: 5px;
      font-size:17px;
      letter-spacing: -1px;
      text-align:center;
      line-height: 16px;
    }
    .new_on_site_ul a.thumbnail {
      width: 130px;
      margin-right: 10px;
      float: left;
    }
    .new_on_site_ul .cat404_3 a {
      color: #000;
      width: 100%;
      display: block;
      float: none !important;
      font-family: Century Gothic;
      margin-bottom: 0px;
      letter-spacing: 1px;
      font-size: 11px;
      text-transform: uppercase;
    }
    .new_on_site_ul li {
      border-bottom: 1px solid #ddd;
      margin: 0px 10px 10px 10px;
      list-style-type: none !important;
      clear: both;
    }
    .new_on_site_ul li:last-child {
      border-bottom: 0;
    }
    .new_on_site_ul .cat404_3 {
      text-align:center;
      width:100%;
      display:block;
      margin-bottom:10px;
    }
    .new_on_site_ul .content_limit {
      min-height: 140px;
    }
    .date {
      font-size: 12px;
      text-align:center;
      display:block;
      margin-top: 10px;
      margin-bottom: 10px;
      font-family: Helvetica neue, Arial;
      letter-spacing: 3px;
      color:#606060;
    }
    .post a {
      width: 100%;
    }
    .post img {
      float: none;
      display: block;
      margin: auto;
    }
    .post .more {
      position: relative;
      right: 0;
      bottom: 0;
      font-weight: bold;
      width: 145px;
    }
    .maincolumn {
      float: none;
    }
    .also {
      margin-top: 50px;
    }
    .sidebar, #sidebar_2, #sidebar_2.box, .also, .sidebar-content {
      display: block;
      width: 100% !important;
      text-align: center;
      float: none !important;
    }
    .sidebar ul, .also ul {
      float: none !important;
    }
    .sidebar ul li, .also ul li {
      display: block;
      float: none !important;
      width: 100% !important;
      margin: auto;
    }
    .also ul li {
      height: auto !important;
      margin: 0 0 50px 0 !important;
    }
    .also .date {
      width: 100% !important;
      max-width: 340px !important;
    }
    .also .date a {
      width: 95% !important;
    }
    .sidebar ul li > div:not(.date), .also ul li > div:not(.date) {
      display: none;
    }
    .sidebar ul li div.date, .also ul li div.date {
      margin: auto;
      background-color: rgba(255,255,255,.6);
      right: 0;
      left: 0;
    }
    div[style*='width:250px;'] {
      width: 100% !important;
      float: none !important;
    }
    #sidebar_2.box h2, div[style*='width:250px;'] h2 {
      float: right !important;
    }
    .sidebar-content > div {
      margin: 0 auto 25px auto !important;
      padding: 0 !important;
      height: auto !important;
    }
    .sidebar-content div[style*="float:right"] {
      float: none !important;
    }
    .tag_news {
      clear: both;
    }
    .tag_news img {
      float: none;
    }
    .box {
      float: none;
    }
    .home3 {
      padding: 2px 0 0 0;
      text-align: center;
    }
    #text-4 {
      width: 100%;
    }
    #text-4 > div > div {
      margin: auto !important;
    }
    .text {
      padding: 0;
    }
    .text .pre {
      margin: 0;
      padding-left: 20px;
      padding-right: 20px;
    }
    .content .text ol li:after {
      top: 4px;
      left: 10px;
    }
    .tags {
      margin: 0 !important;
    }
    #other li {
      float: none;
      width: 100%;
      height: auto;
      margin: 20px 0;
      text-align: center;
    }
    #other li > a {
      height: auto !important;
      width: 100% !important;
    }
    #other li .sep_line {
      margin: auto !important;
    }
    #comments {
      float: none !important;
    }
    #commentform {
      z-index: 1;
    }
    .search, .search_div {
      width: 100% !important;
      padding: 0 !important;
      float: none !important;
      clear: both;
    }
    .search_entry, .cat404 a,.read_more {
      float: none !important;
    }
    .search_p {
      padding: 0 !important;
      height: auto !important;
    }
    .search #searchform {
      width: 100% !important;
    }
    .search #searchform #s {
      margin-left: 10px;
      width: 85% !important;
    }
    .pagenavi {
      height: auto;
    }
    .also_see {
      width: 100% !important;
      float: none !important;
    }
    .also_see h2, .also_see .tags_title {
      width: 100% !important;
      float: none !important;
      margin: auto !important;
    }
    .also_see ul li {
      margin: 30px auto !important;
      padding: 0 !important;
      text
    }
    .also_see ul li img {
      display: block;
      margin: auto;
      float: none !important;
    }
    .also_see ul li .cat404 a {
      display: initial !important;
    }
     .also_see .cat404, .also_see .tags_title {
      text-align: center;
      margin: 10px auto;
    }
    .tags_arch p {
      margin-top: 0 !important;
      line-height: inherit !important;
    }
    .breadcrumbs {
      margin: 0 0 10px 0 !important;
    }
    .pre {
      padding: 0 !important;
    }
    textarea#new-comment {
      width: 100%;
      padding: 0;
    }
    #commentform input.submit, #contactform input.submit {
      float: none;
      width: 100%;
    }
    .navi_top {
      width: 100%;
    }
    .link_title {
      width: 100%;
      padding: 0 !important;
    }
    .footersecond ul li {
      width: 50%;
      margin: 10px 0;
    }
    #footer {
      padding: 5px;
    }
    .post p, .search_p {
      text-align: center !important;
    }
    .ad468x60 {
      width: 100% !important;
    }
    .addic {
      width: 100% !important;
      padding: 0 !important;
    }
    .fixic {
      width: 100% !important;
      margin: 0 !important;
    }
    .navigation {
      width: 90%;
    }
    .navigation .alignright, .navigation .alignleft {
      min-height: 30px;
    }
    .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%;
    }
    #venus-69417 .block-img {
      width: 100% !important;
      display: block!important;
      text-align: center !important;
    }
    .tags div.first_ads {
      position: absolute;
      display: block;
      min-width: 100%;
      min-height: 350px;
    }
    .tags div.second_ads {
      margin-top: 350px;
    }
  /* /exclusive site fix	*/
}
