/* CSS Document */
body {
  margin: 0px;
  padding: 0px;
  font-family: Tahoma, Verdana;
  font-size: 12px;
  background-image: url(../images/background-fade.png);
  background-position: 0px 250px;
  background-repeat: repeat-x;
  line-height: 120%; }

.cc-window {
  padding: 12px 10px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Arial";
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.03em;
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #f7892c;
  color: white;
  z-index: 999999;
  display: none; }
  .cc-window .cc-message {
    float: left;
    margin-right: 20px;
    margin-top: 4px; }
  .cc-window .cc-compliance {
    width: 68px;
    cursor: pointer;
    border: 2px solid;
    padding: 2px 5px;
    float: left; }
    .cc-window .cc-compliance a {
      color: white; }

img {
  border: none; }

.norightmargin {
  margin-right: 0px !important; }

.b {
  font-weight: bold; }

.hidden {
  display: none; }

.green {
  color: #088A08; }

.red {
  color: #CC0000; }

.biggerline {
  line-height: 17px; }

#mobil_topmenu {
  display: none; }

#topmenu {
  height: 100px;
  /*background-image: url(../images/menutop.png);
    background-position: left top;
    background-repeat: repeat-x;
    padding: 0px 0px 0px 0px;
    margin: 1px 0px 0px 0px;*/ }
  #topmenu ul {
    /*margin: 0px auto;
          width: 1032px;
          height: 50%;*/
    width: 100%;
    -webkit-box-shadow: 0px 0px 6px 3px #0000001f;
    box-shadow: 0px 0px 6px 3px #0000001f;
    padding-top: 0px; }

.basictab {
  padding: 0px 0px;
  margin: 0px;
  height: 45px;
  line-height: 30px;
  font-size: 13px;
  list-style-type: none;
  margin-bottom: 0;
  text-align: left;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #e0f17e;
  /*background-image: url(../images/menutop-down.png);
    background-position: center bottom;
    background-repeat: no-repeat;*/ }
  .basictab .home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
    width: 26px;
    font-size: 24px;
    height: 20px;
    margin: 15px 9px 0px 15px;
    padding: 0px;
    text-decoration: none;
    outline: none;
    color: #000;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .basictab li {
    display: inline;
    margin: 0; }
    .basictab li a {
      display: block;
      float: left;
      height: 43px;
      text-decoration: none;
      padding-top: 10px;
      margin: 0px;
      color: black;
      font-weight: bold;
      outline: none;
      text-align: center; }
      .basictab li a:hover {
        background-position: center bottom;
        background-repeat: no-repeat;
        color: #fff; }
    .basictab li.selected a {
      background-position: center bottom;
      background-repeat: no-repeat;
      color: #fff; }
    .basictab li a:hover, .basictab li.selected a {
      /*background-image: url(../images/menutop-hover.png);*/
      background-color: #f7892c; }
    .basictab li#menutop_individualne a {
      width: 219px;
      width: 219px; }
      .basictab li#menutop_individualne a:hover {
        background-position: center 0px; }
    .basictab li#menutop_individualne.selected a {
      background-position: center 0px; }
    .basictab li#menutop_vztahy a {
      width: 202px; }
      .basictab li#menutop_vztahy a:hover {
        background-position: center -53px; }
    .basictab li#menutop_vztahy.selected a {
      background-position: center -53px; }
    .basictab li#menutop_celospolocenske a {
      width: 242px; }
      .basictab li#menutop_celospolocenske a:hover {
        background-position: center -107px; }
    .basictab li#menutop_celospolocenske.selected a {
      background-position: center -107px; }
    .basictab li#menutop_astrologia a {
      width: 117px; }
      .basictab li#menutop_astrologia a:hover {
        background-position: center -160px; }
    .basictab li#menutop_astrologia.selected a {
      background-position: center -160px; }
    .basictab li#menutop_komunita a {
      width: 144px; }
      .basictab li#menutop_komunita a:hover {
        background-position: center -213px; }
    .basictab li#menutop_komunita.selected a {
      background-position: center -213px; }
    .basictab li#menutop_onas a {
      width: 81px; }
      .basictab li#menutop_onas a:hover {
        background-position: center -270px; }
    .basictab li#menutop_onas.selected a {
      background-position: center -270px; }
    .basictab li.home a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      float: left;
      width: 26px;
      height: 20px;
      /*background-image: url(../images/home.png);
        background-position: 0px 0px;
        background-repeat: no-repeat;*/
      margin: 15px 5px 0px 15px;
      padding: 0px;
      text-decoration: none;
      outline: none;
      -webkit-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
      .basictab li.home a i {
        font-size: 24px; }
      .basictab li.home a:hover {
        background-color: #e0f17e !important;
        border: none !important;
        color: #f7892c; }

ul.submenustyle {
  clear: left;
  list-style: none;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  /*width: 1032px;
      height: 51px;
      background-image: url(../images/menudown.png);
      background-position: center top;
      background-repeat: no-repeat;
      width: auto;*/
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f7892c; }

ul.selected {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.submenustyle li {
  float: left;
  margin: 0px;
  padding: 0px; }

* html .submenustyle {
  /*IE only width definition*/
  width: 100%; }

.submenustyle a {
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  text-decoration: none !important;
  padding: 10px 15px;
  line-height: 34px;
  /*background-image: url(../images/menudown-notactive.png);
      background-position: left center;
      background-repeat: repeat-x;*/
  outline: none; }

.submenustyle li:hover {
  /*background-image: url(../images/menudown-active.png);
      background-position: left center;
      background-repeat: repeat-x;*/
  background-color: #f9a156; }

.submenustyle a.firstleft {
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  text-decoration: none;
  padding: 10px 15px;
  margin: 0px 0px 0px 14px;
  line-height: 34px;
  /*background-image: url(../images/menudown-left-notactive.png);
      background-position: left center;
      background-repeat: repeat-x;*/ }
  .submenustyle a.firstleft:hover {
    /*background-image: url(../images/menudown-left-active.png);
        background-position: left center;
        background-repeat: repeat-x;*/ }

#logobar {
  height: 100px;
  background-color: #072245;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: url(../images/faded_2.png);
  background-position: center;
  background-repeat: no-repeat; }

.centerpage {
  margin: 0px auto;
  width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.centerpage2 {
  width: 1020px;
  margin: 0px auto; }

#logobar .firstleft {
  height: 100px;
  width: 87%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  #logobar .firstleft a {
    left: 48px;
    position: relative; }

#logobar .middle {
  display: none;
  float: left;
  height: 100px;
  background-image: url(../images/logo-text.png);
  background-repeat: no-repeat;
  width: 60%;
  background-position: center; }
  #logobar .middle a {
    display: block;
    width: 360px;
    height: 60px;
    margin: 22px 0px 0px 60px; }

#logobar .right {
  display: none;
  float: left;
  height: 100px;
  background-image: url(../images/logo-image.png);
  text-align: right;
  width: 25%; }

#logobar a i {
  font-size: 24px;
  line-height: 0.9;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  #logobar a i:hover {
    color: #2C4D78; }

#logobar a.en, #logobar a.rss, #logobar a.fcb, #logobar a.twr {
  color: #fff;
  display: block;
  width: 20px;
  height: 20px;
  float: right;
  margin: 0px 0px 0px 8px;
  position: relative;
  top: -47px;
  outline: none;
  border: 0px; }

#logobar a.en {
  background-image: url(../images/ENflag.png);
  margin: 0px 6px 0px 0px;
  background-size: 30px 20px;
  width: 30px; }

#logobar a.rss {
  margin-right: 5px; }

.english {
  background-image: url(../images/en_flag.png);
  background-position: left center;
  background-repeat: no-repeat;
  line-height: 24px;
  padding: 0px 0px 0px 30px;
  margin: 10px 0px; }

#bannerbar {
  /*background-image: url(../images/bannerline.png);
    background-position: 0px 3px;
    background-repeat: repeat-x;
    margin: 0px 0px 0px 0px;*/
  height: 70px; }
  #bannerbar .banner_color {
    height: 49px;
    width: 100%;
    background-color: #e0f17e;
    -webkit-box-shadow: 0px 0px 6px 3px #0000001f;
    box-shadow: 0px 0px 6px 3px #0000001f;
    position: absolute;
    z-index: -1; }
  #bannerbar .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    top: 10px;
    right: -1px; }
    #bannerbar .right #datename {
      font-size: 13px;
      margin-right: 8px;
      padding: 0;
      overflow: visible;
      line-height: 17px; }
    #bannerbar .right .en {
      background-image: url(../images/ENflag.png);
      margin: 5px 7px 0px 7px;
      background-size: 30px 20px;
      width: 30px;
      height: 20px;
      float: right; }
    #bannerbar .right .icons_baner i {
      -webkit-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      font-size: 21px;
      margin: 7px 4px; }
      #bannerbar .right .icons_baner i:hover {
        color: #fff;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }

#dateplace {
  font-size: 13px;
  float: left;
  /*width: 164px;
    padding: 0px 0px 0px 11px;*/
  width: 35%; }
  #dateplace a {
    display: block;
    text-decoration: none;
    color: #000; }
    #dateplace a span {
      color: #ff6600;
      font-weight: bold;
      line-height: 20px; }

#datename {
  padding: 13px 0px 10px 0px;
  line-height: 15px;
  max-height: 30px;
  overflow: hidden; }
  #datename a {
    font-size: 8px;
    display: inline;
    color: #0F305A;
    line-height: 10px; }
    #datename a:hover {
      color: #000; }

#bannerplace {
  float: left;
  background-position: center top;
  width: 530px;
  height: 55px;
  text-align: center;
  padding: 0 0px 5px 41px; }

#loginplace {
  float: left;
  width: 25%; }

#logintopbar {
  display: none;
  background-image: url(../images/keylock.png);
  background-position: 10px 18px;
  background-repeat: no-repeat;
  height: 30px;
  padding: 17px 0px 0px 36px; }
  #logintopbar input {
    width: 60px;
    height: 22px;
    line-height: 22px;
    margin: 0px 2px 0px 0px;
    padding: 0px 4px;
    /*border: none;
      background-color: transparent;
      background-image: url(../images/input-login.png);*/
    font-size: 11px;
    background-color: #fff;
    border: 1px solid #0000003b; }

.mobil_login .btn1 {
  margin-top: 10px;
  margin-bottom: -10px; }

.mobil_login #logintopbar {
  background-image: unset;
  height: unset;
  padding: 0; }

.mobil_login div.orange table tr th {
  padding: 10px 3px 17px 3px; }

.mobil_login div.orange table tr td {
  border-bottom: none; }

#astrolex_search_s {
  /*width: 82px;
    //height: 22px;
    line-height: 22px;
    margin: 0px 2px 0px 0px;
    padding: 0px 4px;
    /*border: none;
    background-color: transparent;
    background-image: url(../images/input-login.png);
    font-size: 11px;
    background-color: #fff;
    border: 1px solid #0000003b;*/ }

#logintopbar2 {
  background-image: url(../images/keylock.png);
  background-position: 10px 18px;
  background-repeat: no-repeat;
  height: 30px;
  padding: 20px 0px 0px 47px;
  font-size: 13px; }

#loginbottombar2 {
  line-height: 20px;
  font-size: 13px;
  padding: 8px 0px 0px 10px; }

#loginbottombar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-right: 15px; }
  #loginbottombar .autologin {
    display: none;
    float: left;
    width: 60px;
    font-size: 10px;
    margin: 29px 0px 0px 7px; }
  #loginbottombar label {
    position: relative;
    top: -3px;
    left: 2px; }
  #loginbottombar .prihlasenie {
    margin-top: 13px;
    color: #f7892c;
    font-size: 14px;
    font-family: Arial;
    font-weight: 700;
    text-decoration: underline; }

#loginbottombar2 .vip {
  float: left;
  background-image: url(../images/vip.gif);
  background-position: 0px 18px;
  background-repeat: no-repeat;
  width: 20px;
  height: 40px;
  margin-left: 100px; }

#loginbottombar2 .premium {
  float: left;
  background-image: url(../images/premium_star.png);
  background-position: 9px 4px;
  background-repeat: no-repeat;
  width: 24px;
  height: 25px; }

#leftbar {
  float: left;
  margin: 0px;
  width: 15%; }

#content {
  float: left;
  width: 60%; }

#leftbarcontent {
  float: left;
  width: 694px;
  margin: 0px 0px 0px 11px; }

#contentup {
  /*background-image: url(../images/content-up.png);
    background-position: center center;
    background-repeat: no-repeat;*/
  height: 65px; }

#contentmiddle {
  /*background-image: url(../images/content-middle.png);
    background-position: center top;
    background-repeat: repeat-y;*/
  padding: 0px 15px 0px 15px; }

#contentdown {
  /* background-image: url(../images/content-down.png);
     background-position: center center;
     background-repeat: no-repeat;*/
  height: 15px; }

#rightbar {
  float: left;
  width: 25%; }

p {
  margin: 0px;
  padding: 0px 0px 10px 0px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-family: "Arial";
  font-size: 14px !important; }

ol {
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-family: "Arial";
  font-size: 14px; }

p.sgaps {
  margin: 0px;
  padding: 0px 0px 5px 0px; }

.profil_post {
  overflow: scroll; }
  .profil_post table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .profil_post table tr td {
      text-align: center; }
    .profil_post table tr .n_autor {
      width: 100px; }
    .profil_post table tr .n_prispevok {
      width: 200px;
      margin-left: 45px; }
    .profil_post table tr .n_odpoved {
      width: 140px; }
    .profil_post table tr .autor {
      width: 100px; }
    .profil_post table tr .prispevok {
      width: 200px; }
    .profil_post table tr .odpoved {
      width: 140px; }

.fotogaleria_edit #mainform {
  overflow: scroll; }

textarea {
  width: 100% !important;
  padding: 4px 0px !important; }

#footer {
  /*background-image: url(../images/footer.png);
    background-repeat: repeat-x;
    background-position: left bottom;*/
  clear: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

#footertop {
  /*background-image: url(../images/footer-top.png);
    background-position: 0 10px;
    background-repeat: no-repeat;*/
  text-align: center;
  color: #fff;
  font-size: 11px;
  background-color: #0f305a;
  margin-bottom: -3px;
  line-height: 36px;
  border-radius: 3px;
  width: 100%; }

#footer a {
  text-decoration: none;
  color: #fff;
  margin-left: 15px; }
  #footer a:hover {
    text-decoration: none; }

#footermiddle {
  padding: 12px 138px 8px 0px;
  text-align: center;
  color: #fff;
  font-size: 11px;
  line-height: 26px;
  height: 101px;
  border-top: 4px solid #e0f17e;
  background-color: #0f305a; }

#footerbottom {
  color: #000;
  font-size: 10px;
  text-align: center;
  background-color: #e0f17e;
  -webkit-box-shadow: 0px 0px 1px 1px #0000001f;
  box-shadow: 0px 0px 1px 1px #0000001f;
  width: 100%;
  padding: 14px 0px; }
  #footerbottom a {
    color: #000; }

.leftbox_up {
  /*background-image: url(../images/leftbox-up.png);
    background-position: center top;
    background-repeat: no-repeat;
    width: 172px;
    height: 72px;
    color: #fff;
    text-align: center;
    line-height: 66px;
    font-weight: bold;
    font-size: 13px;*/
  background-color: #f7892c;
  color: #fff;
  text-align: center;
  padding: 12px 0px;
  line-height: 1.5;
  font-family: "Arial";
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.03em;
  text-decoration: none; }
  .leftbox_up a {
    color: #fff;
    line-height: 1.5;
    font-family: "Arial";
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.03em; }
  .leftbox_up i {
    display: none; }

.leftbox_middle {
  /*background-image: url(../images/leftbox-middle.png);
    background-position: center top;
    background-repeat: repeat-y;
    width: 172px;*/
  width: 100%;
  /*.leftbox_middle a.z1, .znamenia_small a.z1 {
    background-image: url(../images/znamenia/small/vodnar.png);
  }
  
  .leftbox_middle a.z2, .znamenia_small a.z2 {
    background-image: url(../images/znamenia/small/ryby.png);
  }
  
  .leftbox_middle a.z3, .znamenia_small a.z3 {
    background-image: url(../images/znamenia/small/baran.png);
  }
  
  .leftbox_middle a.z4, .znamenia_small a.z4 {
    background-image: url(../images/znamenia/small/byk.png);
  }
  
  .leftbox_middle a.z5, .znamenia_small a.z5 {
    background-image: url(../images/znamenia/small/blizenci.png);
  }
  
  .leftbox_middle a.z6, .znamenia_small a.z6 {
    background-image: url(../images/znamenia/small/rak.png);
  }
  
  .leftbox_middle a.z7, .znamenia_small a.z7 {
    background-image: url(../images/znamenia/small/lev.png);
  }
  
  .leftbox_middle a.z8, .znamenia_small a.z8 {
    background-image: url(../images/znamenia/small/panna.png);
  }
  
  .leftbox_middle a.z9, .znamenia_small a.z9 {
    background-image: url(../images/znamenia/small/vahy.png);
  }
  
  .leftbox_middle a.z10, .znamenia_small a.z10 {
    background-image: url(../images/znamenia/small/skorpion.png);
  }
  
  .leftbox_middle a.z11, .znamenia_small a.z11 {
    background-image: url(../images/znamenia/small/strelec.png);
  }
  
  .leftbox_middle a.z12, .znamenia_small a.z12 {
    background-image: url(../images/znamenia/small/kozorozec.png);
  }
  
  .leftbox_down {
    /*background-image: url(../images/leftbox-down.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    width: 172px;
    height: 24px;*/ }
  .leftbox_middle small {
    line-height: 13px; }
  .leftbox_middle div {
    /*background-image: url(../images/leftbox-middle-fade.png);
      background-position: center top;
      background-repeat: no-repeat;
      width: 144px;
      padding: 0px 14px;*/
    padding: 15px 10px 0; }
  .leftbox_middle h3 {
    font-size: 13px;
    margin: 0px;
    padding: 0px; }
  .leftbox_middle p {
    font-size: 11px; }
    .leftbox_middle p.last {
      /*padding-bottom: 3px!important;*/
      padding: 15px 20px !important;
      line-height: 1.5;
      letter-spacing: 0.03em;
      font-family: "Arial";
      font-size: 14px; }
  .leftbox_middle a.znam {
    display: block;
    margin-top: 3px;
    margin-bottom: 3px;
    float: left;
    font-size: 10px;
    width: 31%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .leftbox_middle a.znam:hover {
      -webkit-transform: scale(1.5);
      transform: scale(1.5); }
  .leftbox_middle .znamenia_small a.znam {
    display: block;
    width: 80px;
    height: 15px;
    padding: 43px 2px 10px 0px;
    margin-top: 3px;
    margin-bottom: 3px;
    float: left;
    text-align: center;
    background-position: center 3px;
    background-repeat: no-repeat;
    font-size: 10px;
    color: #000; }

.side_bar {
  border: 1px solid #f7892c;
  border-radius: 0 0 7px 7px;
  -webkit-box-shadow: 0px 0px 20px 0px #0000001a;
  box-shadow: 0px 0px 20px 0px #0000001a;
  margin-bottom: 20px; }

.rightbox_up {
  /*background-image: url(../images/rightbox-up.png);
    background-position: center top;
    background-repeat: no-repeat;
    width: 310px;
    height: 72px;*/
  background-color: #f7892c;
  color: #fff;
  text-align: center;
  padding: 12px 0px;
  line-height: 1.5;
  font-family: "Arial";
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.03em;
  text-decoration: none; }
  .rightbox_up a {
    color: #fff;
    line-height: 1.5;
    font-family: "Arial";
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.03em;
    text-decoration: none; }
  .rightbox_up i {
    display: none; }

.rightbox_middle {
  /*background-image: url(../images/rightbox-middle.png);
    background-position: center top;
    background-repeat: repeat-y;
    width: 310px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px; }
  .rightbox_middle div {
    /*background-image: url(../images/rightbox-middle-fade.png);
      background-position: center top;
      background-repeat: no-repeat;
      width: 282px;
      padding: 0px 14px 0px 14px;*/ }
    .rightbox_middle div form {
      margin: 20px 0 10px;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .rightbox_middle div form .search_box_tab {
        border: 1px solid #0000003b;
        padding: 5px 0 !important;
        width: 54%;
        margin: 0; }
      .rightbox_middle div form .btn1 {
        padding: 5px 10px; }
  .rightbox_middle p {
    /*padding-bottom: 3px!important;*/
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-family: "Arial";
    font-size: 14px; }
    .rightbox_middle p.last {
      /*padding-bottom: 3px!important;*/
      line-height: 1.5;
      letter-spacing: 0.03em;
      font-family: "Arial";
      font-size: 14px; }
  .rightbox_middle .knihy_small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
    .rightbox_middle .knihy_small a {
      width: 33.33333%; }
  .rightbox_middle #loginplace {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .rightbox_middle #loginplace form#loginform {
      margin: 0; }
    .rightbox_middle #loginplace #logintopbar2 {
      background-image: none;
      padding: 4px 0px 0 0px; }
    .rightbox_middle #loginplace #loginbottombar2 {
      line-height: 25px;
      font-size: 14px;
      padding: 1px 0px 15px 0; }

.rightbox_down {
  /*background-image: url(../images/rightbox-down.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    width: 310px;
    height: 28px;*/ }

a.btn1 {
  display: block;
  float: left;
  /*width: 104px;
    height: 40px;
    line-height: 38px;
    background-image: url(../images/btn1.png);
    background-position: -2px -2px;
    background-color: transparent;*/
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  text-align: center;
  border: none;
  margin: 0px;
  cursor: hand;
  cursor: pointer;
  background-color: #f7892c;
  width: unset;
  height: unset;
  padding: 10px 16px;
  border: 1px solid #f7892c;
  -webkit-box-shadow: 0px 0px 20px 0px #0000001a;
  box-shadow: 0px 0px 20px 0px #0000001a;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-family: Arial;
  font-weight: 700; }

input.btn1 {
  display: block;
  float: left;
  /*width: 104px;
    height: 40px;
    line-height: 38px;
    background-image: url(../images/btn1.png);
    background-position: -2px -2px;
    background-color: transparent;*/
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  text-align: center;
  border: none;
  margin: 0px;
  cursor: hand;
  cursor: pointer;
  background-color: #f7892c;
  width: unset;
  height: unset;
  padding: 10px 16px;
  border: 1px solid #f7892c;
  -webkit-box-shadow: 0px 0px 20px 0px #0000001a;
  box-shadow: 0px 0px 20px 0px #0000001a;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-family: Arial;
  font-weight: 700; }

a.btn1:hover, input.btn1:hover {
  /* background-position: -2px -46px;
     border: none;*/
  border: 1px solid #f9a156;
  background-color: #f9a156;
  text-decoration: none; }

a.btnregister {
  /*background-image: url(../images/btn-register.png);*/
  margin: 7px 0px 0px 20px; }

a.btnlogin {
  /*background-image: url(../images/btn-login.png);*/
  margin: 14px 0px 0px 0px;
  float: right; }

input.btnlogin {
  /*background-image: url(../images/btn-login.png);*/
  margin: 14px 0px 0px 0px;
  float: right; }

a.btnlogout {
  color: #f7892c;
  font-size: 14px;
  font-family: Arial;
  font-weight: 700;
  text-decoration: underline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.leftbanner, .rightbanner {
  padding: 6px 0px 10px 0px;
  text-align: center; }
  .leftbanner .banery, .rightbanner .banery {
    margin: -6px 0 0 -6px;
    margin-bottom: 10px; }

.ownbanner {
  padding: 2px 0px 8px 6px; }

#signs_home {
  float: left;
  width: 298px;
  margin: 5px 0px 0px 0px;
  padding: 0px;
  list-style: none;
  width: 100%;
  margin-left: 6px; }
  #signs_home li {
    float: left;
    margin-right: 7px;
    width: 15%;
    border: 1px solid #f7892c;
    border-radius: 5px;
    margin-bottom: 7px; }
  #signs_home a {
    display: block;
    width: 83px;
    height: 80px;
    padding: 0 0 0 3px;
    margin: 7px 0px 6px 0px;
    outline: none;
    width: 90%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    /*&.z1 {
        background-image: url(../images/znamenia/home/vodnar.png);
      }
      &.z2 {
        background-image: url(../images/znamenia/home/ryby.png);
      }
      &.z3 {
        background-image: url(../images/znamenia/home/baran.png);
      }
      &.z4 {
        background-image: url(../images/znamenia/home/byk.png);
      }
      &.z5 {
        background-image: url(../images/znamenia/home/blizenci.png);
      }
      &.z6 {
        background-image: url(../images/znamenia/home/rak.png);
      }
      &.z7 {
        background-image: url(../images/znamenia/home/lev.png);
      }
      &.z8 {
        background-image: url(../images/znamenia/home/panna.png);
      }
      &.z9 {
        background-image: url(../images/znamenia/home/vahy.png);
      }
      &.z10 {
        background-image: url(../images/znamenia/home/skorpion.png);
      }
      &.z11 {
        background-image: url(../images/znamenia/home/strelec.png);
      }
      &.z12 {
        background-image: url(../images/znamenia/home/kozorozec.png);
      }*/ }
    #signs_home a:hover {
      -webkit-transform: scale(1.3);
      transform: scale(1.3); }

#fader {
  display: none !important;
  /*float: left;
        position: relative;
        width: 202px;
        height: 422px;
        background-image: url(/images/homemenu/background.png);
        background-position: center top;*/
  width: 100%;
  height: 234px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative; }
  #fader a {
    display: block;
    float: left;
    position: relative;
    outline: none; }
    #fader a.menu {
      margin: 0px 1px;
      padding: 6px 0px 0px 0px;
      color: #000;
      font-size: 15px;
      text-align: center;
      top: 195px;
      left: unset;
      width: 23px;
      height: 20px; }
    #fader a.active {
      /*background-image: url(../images/homemenu/background-hover.png);
            color: #fff;*/
      background-color: #f7892c; }
    #fader a:hover {
      text-decoration: none; }
  #fader div a {
    display: block;
    width: 194px;
    height: 177px;
    background-position: 0px 0px;
    position: relative;
    top: 0px;
    left: 0px;
    padding: 0px;
    margin: 0px 0px 3px 1px;
    text-indent: -3000px;
    outline: none;
    background-repeat: no-repeat; }
  #fader a.b11 {
    background-image: url(../images/homemenu/rozklikavac-denny-horoskop.png); }
  #fader a.b12 {
    background-image: url(../images/homemenu/rozklikavac-osobny-horoskop.png); }
  #fader a.b21 {
    background-image: url(../images/homemenu/rozklikavac-partnersky-horoskop.png); }
  #fader a.b22 {
    background-image: url(../images/homemenu/rozklikavac-eroticky-horoskop.png); }
  #fader a.b31 {
    background-image: url(../images/homemenu/rozklikavac-rocny-horoskop.png); }
  #fader a.b32 {
    background-image: url(../images/homemenu/rozklikavac-horoskop-okamihu.png); }
  #fader a.b41 {
    background-image: url(../images/homemenu/rozklikavac-vztahovy-horoskop.png); }
  #fader a.b42 {
    background-image: url(../images/homemenu/rozklikavac-diskusne-forum.png); }
  #fader a:hover {
    background-position: 0px -177px; }
  #fader div {
    position: absolute;
    /*left: 3px;*/
    top: 14px;
    margin: 0px;
    padding: 0px;
    display: none; }
  #fader img {
    margin: 0px;
    padding: 0px; }

.swiper-container {
  width: 100%;
  height: 100%;
  padding: 10px 0 40px !important; }
  .swiper-container .swiper-button-next, .swiper-container .swiper-button-prev {
    background-image: none;
    font-size: 33px;
    color: #ffffff; }
  .swiper-container .swiper-button-next {
    right: 15px; }
  .swiper-container .swiper-pagination {
    bottom: 15px !important; }

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .swiper-slide .swiper_img {
    display: block;
    max-width: 100%;
    height: auto; }

.btn_reg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.buttonn {
  background-color: green;
  width: 50px;
  height: 30px;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  top: 30px; }

#next {
  right: 100px; }

#prev {
  left: 100px; }

.fb-like-box {
  position: relative;
  top: 5px;
  left: 6px; }

.fb-page {
  display: block;
  margin-left: -6px; }

.m_fb-page {
  display: none; }

.knihy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 0px 0px 0px; }
  .knihy a {
    display: block;
    width: 165px;
    float: left;
    text-align: center;
    color: #000;
    outline: none; }
  .knihy b {
    color: #0F305A; }
  .knihy strong {
    color: #0F305A;
    display: block;
    overflow: hidden;
    height: 30px;
    vertical-align: middle; }
  .knihy a img {
    margin: 5px 0px 5px 0px;
    border: #2C4D78 1px solid;
    padding: 1px;
    outline: none; }
  .knihy a:hover {
    text-decoration: none;
    color: #0F305A; }
    .knihy a:hover img {
      background-color: #DADADA;
      border: #000 1px solid; }

.knihy_small a {
  display: block;
  width: 93px;
  float: left;
  text-align: center;
  color: #000;
  outline: none;
  font-size: 10px;
  margin: 2px 0px; }

.knihy_small b {
  color: #0F305A; }

.knihy_small strong {
  color: #0F305A;
  display: block;
  overflow: hidden;
  height: 28px;
  vertical-align: middle; }

.knihy_small a img {
  margin: 4px 0px 4px 0px;
  border: #2C4D78 1px solid;
  padding: 1px;
  outline: none; }

.knihy_small a:hover {
  text-decoration: none;
  color: #0F305A; }
  .knihy_small a:hover img {
    background-color: #DADADA;
    border: #000 1px solid; }

.parfemy {
  margin: 0px 0px 0px 0px; }

.parfemy a, .parfemy_s .a {
  display: block;
  float: left;
  text-align: center;
  color: #000;
  outline: none; }

.parfemy a {
  width: 125px; }

.parfemy_s .a {
  width: 100px;
  font-size: 11px; }

.parfemy_s h3 {
  margin: 0px 0px 10px 0px;
  padding: 0px;
  text-align: center;
  font-size: 12px; }

.parfemy b, .parfemy_s b, .parfemy strong, .parfemy_s strong {
  color: #0F305A; }

.parfemy img {
  margin: 45px 0px 0px 45px; }

.parfemy_s img {
  margin: 25px 0px 0px 25px; }

.parfemy a .img, .parfemy_s a .img {
  display: block;
  border: #c0c0c0 1px solid;
  padding: 1px;
  outline: none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }

.parfemy a .img {
  margin: 5px auto 25px auto;
  width: 80px;
  height: 80px; }

.parfemy_s a .img {
  margin: 5px auto 25px auto;
  width: 60px;
  height: 60px; }

.parfemy a:hover, .parfemy_s a:hover {
  text-decoration: none;
  color: #0F305A; }

.parfemy a:hover .img, .parfemy_s a:hover .img {
  border: #707070 1px solid; }

.dh_comment_show {
  padding: 4px 2px 5px 2px;
  font-size: 10px; }

.dh_comment_edit {
  padding: 0px 0px 20px 0px; }

.dh_comment_data {
  padding: 5px 5px 5px 5px;
  font-size: 11px; }
  .dh_comment_data hr {
    height: 12px;
    margin: 0px !important; }

.dh_trvanie {
  padding: 4px 0px 2px 0px; }

.dh_nadpis {
  padding: 0px 0px 3px 0px; }

.dh_gap {
  height: 30px; }

#snar_search {
  text-align: center;
  padding: 35px 0px 20px 0px; }
  #snar_search input {
    margin: -5px;
    /*border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;*/ }

.snar em {
  font-weight: bold; }

.text-more {
  display: none; }

.read-less {
  display: none;
  margin-bottom: 50px; }

.read-more {
  margin-bottom: 50px; }

.social_icon i {
  font-size: 20px; }

.m_ucet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .m_ucet .btn_ucet {
    padding: 9px 12px;
    border: #303F66 1px solid;
    margin-right: 0;
    margin-bottom: 11px;
    color: #303F66;
    text-align: center;
    font-size: 14px;
    font-weight: 700; }

.m_nastavenia {
  display: none; }

.m_hobby {
  display: none; }

#mainform .profil table tbody tr td {
  vertical-align: middle;
  padding: 7px 0; }
  #mainform .profil table tbody tr td label {
    width: 185px;
    font-size: 13px;
    margin-right: 30px; }
  #mainform .profil table tbody tr td input {
    width: 150px;
    font-size: 12px; }
  #mainform .profil table tbody tr td select {
    width: 160px;
    font-size: 12px; }
  #mainform .profil table tbody tr td textarea {
    width: 150px;
    font-size: 12px; }

#mainform .hobby {
  display: none; }

@media (max-width: 1200px) and (min-width: 768px) {
  body {
    background-image: none; }
  .centerpage2 {
    width: 100%;
    padding-top: 80px; }
  .centerpage {
    width: 100%; }
  #topmenu {
    display: none; }
  #mobil_topmenu {
    display: block;
    width: 100%;
    background-color: #0f305a;
    border-bottom: 13px solid #e0f17e;
    padding: 15px 0;
    top: 0;
    z-index: 99999;
    position: fixed; }
    #mobil_topmenu #firstleft {
      width: 15%;
      margin-left: 10px; }
      #mobil_topmenu #firstleft a {
        margin-right: 5px; }
        #mobil_topmenu #firstleft a i:before {
          font-size: 18px;
          color: #fff; }
        #mobil_topmenu #firstleft a.en {
          background-image: url(../images/ENflag.png);
          margin: 0px 6px 0px 0px;
          background-size: 30px 20px;
          width: 30px; }
    #mobil_topmenu .middle {
      float: left;
      height: 24px;
      background-image: url(../images/logo-text.png);
      background-size: 190px 33px;
      background-repeat: no-repeat;
      background-position: left;
      margin-left: 10px;
      width: unset; }
      #mobil_topmenu .middle a {
        margin-left: 18px;
        padding: 20px 91px; }
        #mobil_topmenu .middle a img {
          width: 252px; }
    #mobil_topmenu .right {
      height: 21px;
      width: 110px;
      margin-top: 3px; }
      #mobil_topmenu .right a {
        margin: 0 23px; }
        #mobil_topmenu .right a i:before {
          content: "\f007";
          font-size: 20px;
          color: #fff; }
      #mobil_topmenu .right .fa-bars:before {
        font-size: 20px;
        color: #fff; }
  #logobar {
    display: none; }
  #bannerbar {
    display: none; }
    #bannerbar #dateplace {
      display: none; }
    #bannerbar #loginplace {
      display: none; }
    #bannerbar #bannerplace {
      background-color: #0f305a;
      background-image: none;
      width: 100%;
      height: 70px;
      display: none; }
  #loading {
    left: 0 !important; }
  #leftbar {
    padding: 0 20px;
    width: 17%; }
  #rightbar {
    width: 17%; }
    #rightbar .ucet_bar {
      display: none; }
  #footer {
    display: none; }
    #footer a {
      margin: 0; }
  #snar_search form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0 5px; }
  .mobilreverse #content .table_up {
    overflow: scroll; }
    .mobilreverse #content .table_up .orange {
      overflow: scroll; }
    .mobilreverse #content .table_up .biggerline {
      text-align: center !important; }
  .mobilreverse #content #contentmiddle #signs_home {
    margin: 5px 0px 0px 3px; }
    .mobilreverse #content #contentmiddle #signs_home li {
      width: 65px;
      margin: 0 2px 5px; }
      .mobilreverse #content #contentmiddle #signs_home li a {
        height: 62px;
        width: 100%;
        padding: 0 0 0 3px;
        margin: 0; }
  .mobilreverse #content #contentmiddle #fader {
    height: 195px; }
    .mobilreverse #content #contentmiddle #fader div {
      left: unset;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      width: 100%; }
      .mobilreverse #content #contentmiddle #fader div a {
        background-size: cover;
        width: 100%;
        height: 124px;
        top: unset;
        margin: 0px 1px;
        padding: 6px 0px 0px 0px; }
    .mobilreverse #content #contentmiddle #fader a {
      width: 60px;
      height: 20px;
      margin: 4px 21px;
      padding: 5px 0 0 0px;
      font-size: 16px;
      top: 153px; }
  .mobilreverse #content #contentmiddle #fcb_like iframe {
    width: 100% !important; }
  .mobilreverse #content #contentmiddle #etarget div {
    width: 100% !important; }
    .mobilreverse #content #contentmiddle #etarget div iframe {
      width: 100% !important; }
  #footer {
    display: block; }
    #footer #footertop {
      width: unset;
      display: block;
      padding: 10px 10px 0 10px;
      border-top: 4px solid #e0f17e;
      -webkit-box-shadow: 0px 0px 20px 0px #0000001a;
      box-shadow: 0px 0px 20px 0px #0000001a; }
    #footer #footermiddle {
      display: block;
      padding: 10px 10px;
      height: 116px; }
      #footer #footermiddle .footer_viac {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 10px 0; }
        #footer #footermiddle .footer_viac p {
          font-weight: 500;
          color: #e0f17e;
          cursor: pointer; }
      #footer #footermiddle .footer_m {
        display: none; }
    #footer #footerbottom {
      display: block;
      padding: 12px 10px;
      width: unset; }
  .d_nastavenia {
    display: none; }
  .m_nastavenia {
    display: block; }
  .m_profil #mainform {
    overflow: scroll; }
    .m_profil #mainform .profil table tbody tr td {
      vertical-align: middle;
      padding: 7px 0; }
      .m_profil #mainform .profil table tbody tr td label {
        text-align: left;
        width: 126px;
        margin: 0; }
      .m_profil #mainform .profil table tbody tr td input {
        text-align: left;
        width: 110px; }
      .m_profil #mainform .profil table tbody tr td select {
        text-align: left;
        width: 120px; }
      .m_profil #mainform .profil table tbody tr td textarea {
        text-align: left;
        width: 110px; }
    .m_profil #mainform .profil .fullwidth textarea {
      width: 95%;
      margin: 3px 0px 0px 0px; }
    .m_profil #mainform .m_hobby {
      display: block; }
      .m_profil #mainform .m_hobby input {
        width: unset !important; }
      .m_profil #mainform .m_hobby label {
        width: unset !important;
        text-align: left; }
    .m_profil #mainform .hobby {
      display: none; } }

@media (max-width: 768px) {
  body {
    background-image: none; }
  .centerpage2 {
    width: 100%;
    padding-top: 60px; }
  .centerpage {
    width: 100%; }
  #topmenu {
    display: none; }
  .scroll_menu {
    padding: 5px 0 !important;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  #mobil_topmenu {
    display: block;
    width: 100%;
    background-color: #0f305a;
    border-bottom: 13px solid #e0f17e;
    padding: 15px 0;
    top: 0;
    z-index: 99999;
    position: fixed;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    #mobil_topmenu #firstleft {
      width: 15%;
      margin-left: 10px; }
      #mobil_topmenu #firstleft a {
        margin-right: 5px; }
        #mobil_topmenu #firstleft a i:before {
          font-size: 18px;
          color: #fff; }
        #mobil_topmenu #firstleft a.en {
          background-image: url(../images/ENflag.png);
          margin: 0px 6px 0px 0px;
          background-size: 30px 20px;
          width: 30px; }
    #mobil_topmenu .middle {
      float: left;
      height: 24px;
      background-image: url(../images/logo-text.png);
      background-size: 190px 33px;
      background-repeat: no-repeat;
      background-position: left;
      margin-left: 10px;
      width: unset; }
      #mobil_topmenu .middle a {
        margin-left: 18px;
        padding: 20px 91px; }
        #mobil_topmenu .middle a img {
          width: 252px; }
    #mobil_topmenu .right {
      height: 21px;
      width: 110px;
      margin-top: 3px; }
      #mobil_topmenu .right a {
        margin: 0 23px; }
        #mobil_topmenu .right a i:before {
          content: "\f007";
          font-size: 20px;
          color: #fff; }
      #mobil_topmenu .right .fa-bars:before {
        font-size: 20px;
        color: #fff; }
  #logobar {
    display: none; }
  #bannerbar {
    display: none; }
    #bannerbar #dateplace {
      display: none; }
    #bannerbar #loginplace {
      display: none; }
    #bannerbar #bannerplace {
      background-color: #0f305a;
      background-image: none;
      width: 100%;
      height: 70px;
      display: none; }
  #loading {
    left: 0 !important; }
  #footer {
    display: none; }
    #footer a {
      margin: 0; }
  #snar_search form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0 5px; }
  .mobilreverse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
    .mobilreverse #content {
      width: 100%; }
      .mobilreverse #content #bannerplace {
        width: 100%;
        padding: 17px 0px 14px 0;
        height: unset; }
      .mobilreverse #content .table_up {
        overflow: scroll; }
        .mobilreverse #content .table_up .orange {
          overflow: scroll; }
        .mobilreverse #content .table_up .biggerline {
          text-align: center !important; }
      .mobilreverse #content #contentmiddle #signs_home {
        margin: 5px 0px 0px 3px; }
        .mobilreverse #content #contentmiddle #signs_home li {
          width: 65px;
          margin: 0 2px 5px; }
          .mobilreverse #content #contentmiddle #signs_home li a {
            height: 62px;
            width: 100%;
            padding: 0 0 0 3px;
            margin: 0; }
      .mobilreverse #content #contentmiddle #fader {
        height: 195px; }
        .mobilreverse #content #contentmiddle #fader div {
          left: unset;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          width: 100%; }
          .mobilreverse #content #contentmiddle #fader div a {
            background-size: cover;
            width: 100%;
            height: 124px;
            top: unset;
            margin: 0px 1px;
            padding: 6px 0px 0px 0px; }
        .mobilreverse #content #contentmiddle #fader a {
          width: 60px;
          height: 20px;
          margin: 4px 21px;
          padding: 5px 0 0 0px;
          font-size: 16px;
          top: 153px; }
      .mobilreverse #content #contentmiddle #fcb_like iframe {
        width: 100% !important; }
      .mobilreverse #content #contentmiddle #etarget {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: -74px;
        margin-top: 20px;
        border: none; }
        .mobilreverse #content #contentmiddle #etarget div {
          width: 100% !important; }
          .mobilreverse #content #contentmiddle #etarget div iframe {
            width: 100% !important; }
    .mobilreverse #leftbar {
      width: unset;
      padding: 0px 15px; }
      .mobilreverse #leftbar .z_zverokruhu {
        display: none; }
      .mobilreverse #leftbar .side_bar .leftbox_up i {
        display: inline-block;
        position: relative;
        float: right;
        right: 20px;
        font-size: 20px; }
      .mobilreverse #leftbar .side_bar .leftbox_middle {
        line-height: 2;
        padding: 10px 10px 10px 10px;
        width: unset !important; }
        .mobilreverse #leftbar .side_bar .leftbox_middle div {
          padding: 0 !important; }
          .mobilreverse #leftbar .side_bar .leftbox_middle div a {
            background-size: cover; }
      .mobilreverse #leftbar .side_bar .biggerline {
        text-align: center !important; }
  .fb-page {
    display: none; }
  .m_fb-page {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin-bottom: 20px; }
  .toggle_box {
    display: none; }
  .menu_icon_rotate {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  .radius_bar {
    border-radius: 0 !important; }
  #rightbar {
    width: unset;
    padding: 0px 15px;
    margin: 0;
    float: none; }
    #rightbar .ucet_bar {
      display: none; }
    #rightbar .side_bar .rightbox_up {
      position: relative; }
      #rightbar .side_bar .rightbox_up i {
        display: inline-block;
        position: relative;
        float: right;
        right: 20px;
        font-size: 20px; }
    #rightbar .side_bar .rightbox_middle {
      line-height: 2;
      padding: 10px 10px 10px 10px; }
      #rightbar .side_bar .rightbox_middle h4, #rightbar .side_bar .rightbox_middle h3, #rightbar .side_bar .rightbox_middle p {
        padding: 0 !important; }
      #rightbar .side_bar .rightbox_middle form .search_box_tab {
        width: 54%; }
      #rightbar .side_bar .rightbox_middle .knihy_small a {
        width: 33.333%; }
        #rightbar .side_bar .rightbox_middle .knihy_small a strong {
          height: 42px; }
    #rightbar .side_bar .biggerline {
      text-align: center !important; }
    #rightbar .parfemy_s {
      margin: 0; }
      #rightbar .parfemy_s .directory_entry .smallinfo {
        width: unset;
        margin: 0;
        padding: 10px 5px;
        font-size: 13px;
        line-height: 16px; }
  .footermiddle_height {
    height: 260px !important; }
  #footer {
    display: block; }
    #footer #footertop {
      width: unset;
      display: block;
      padding: 10px 10px 0 10px;
      border-top: 4px solid #e0f17e;
      -webkit-box-shadow: 0px 0px 20px 0px #0000001a;
      box-shadow: 0px 0px 20px 0px #0000001a; }
    #footer #footermiddle {
      display: block;
      padding: 10px 10px;
      height: 116px; }
      #footer #footermiddle .footer_viac {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 10px 0; }
        #footer #footermiddle .footer_viac p {
          font-weight: 500;
          color: #e0f17e;
          cursor: pointer; }
      #footer #footermiddle .footer_m {
        display: none; }
    #footer #footerbottom {
      display: block;
      padding: 12px 10px;
      width: unset; }
  .d_nastavenia {
    display: none; }
  .m_nastavenia {
    display: block; }
  .m_profil #mainform {
    overflow: scroll; }
    .m_profil #mainform .profil table tbody tr td {
      vertical-align: middle;
      padding: 7px 0; }
      .m_profil #mainform .profil table tbody tr td label {
        text-align: left;
        width: 126px;
        margin: 0; }
      .m_profil #mainform .profil table tbody tr td input {
        text-align: left;
        width: 110px; }
      .m_profil #mainform .profil table tbody tr td select {
        text-align: left;
        width: 120px; }
      .m_profil #mainform .profil table tbody tr td textarea {
        text-align: left;
        width: 110px; }
    .m_profil #mainform .profil .fullwidth textarea {
      width: 95%;
      margin: 3px 0px 0px 0px; }
    .m_profil #mainform .m_hobby {
      display: block; }
      .m_profil #mainform .m_hobby input {
        width: unset !important; }
      .m_profil #mainform .m_hobby label {
        width: unset !important;
        text-align: left; }
    .m_profil #mainform .hobby {
      display: none; }
  .swiper-container .swiper-button-next, .swiper-container .swiper-button-prev {
    color: #f7892c; }
  .lun_kal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  #znamenia_horor li {
    width: 33% !important; }
    #znamenia_horor li a {
      width: unset !important; }
  .leftbanner .banery, .rightbanner .banery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  #znamenia li {
    width: 30% !important;
    margin-bottom: unset !important; }
  #znamenia a:hover {
    -webkit-transform: none !important;
    transform: none !important; } }

/*Mobile menu*/
#mobile_menu {
  display: none;
  background: #fff;
  width: 100%;
  z-index: 999;
  position: absolute;
  height: 100%;
  left: -100%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.stop_scroll {
  overflow: hidden;
  height: 100%; }

#mobile_menu.toogle_mobile_menu {
  left: 0; }

.toogle_obsah {
  display: none; }

#mobile_menu > ul li > ul {
  display: none;
  list-style-type: none;
  padding: 0 0 0 15px; }

#mobile_menu > ul li > ul li {
  margin: 20px 0;
  font-weight: 500; }

#mobile_menu > ul {
  list-style-type: none;
  padding: 0 8px; }

#mobile_menu > ul .social_icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  #mobile_menu > ul .social_icons a i {
    font-size: 20px;
    margin-right: 14px; }
  #mobile_menu > ul .social_icons .en {
    background-image: url(../images/ENflag.png);
    background-size: 30px 20px;
    width: 30px;
    height: 20px;
    position: absolute;
    right: 8px; }

#mobile_menu > ul .border_menu {
  border-top: 1px solid;
  padding-bottom: 10px; }

#mobile_menu > ul > li > i {
  float: right; }

#mobile_menu > ul > li:first-child i {
  display: none; }

#mobile_menu > ul > li {
  padding: 15px 0;
  font-size: 17px;
  font-weight: 600; }

.rotateicon {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

@media (max-width: 1200px) {
  #mobile_menu {
    display: block;
    top: 35px;
    padding-top: 20px; } }

/*End Mobile menu*/
.centered {
  text-align: center; }

.leftalign {
  text-align: left; }

.rightalign {
  text-align: right; }

.clear {
  clear: both; }

.left {
  float: left; }

.right {
  float: right; }

.noborder {
  border: none !important; }

.noleftpadding {
  padding-left: 0px !important; }

.block {
  display: block; }

.topmargin {
  margin-top: 15px !important; }

.smallmargin {
  margin-top: 5px !important; }

.bothmargin {
  margin: 10px 0px; }

.nomargin {
  margin: 0px !important; }

.norightmargin {
  margin-right: 0px !important; }

.black {
  color: #000; }

a {
  color: #2C4D78;
  text-decoration: none;
  border: none; }
  a:hover {
    text-decoration: none; }
  a.normal {
    text-decoration: none; }
    a.normal:hover {
      text-decoration: none; }
  a.nodecoration {
    text-decoration: none; }
    a.nodecoration:hover {
      text-decoration: none; }
  a.sedy {
    color: #818181; }
    a.sedy:hover {
      color: #818181; }
  a.text {
    color: #000;
    text-decoration: none; }
    a.text:hover {
      color: #000;
      text-decoration: none; }

img {
  border: none; }
  img a {
    border: none; }

/*img, div, input { behavior: url(/styles/iepngfix.htc); } */
a.tooltip {
  color: #f7892c;
  text-decoration: none;
  font-weight: 700; }
  a.tooltip:hover {
    text-decoration: none; }

h1, h3.title {
  font-size: 19px;
  font-weight: bold;
  color: #0F305A;
  line-height: 1.5;
  margin: 1px 0; }

h2 {
  font-size: 15px;
  font-weight: bold;
  margin: 0px 0px 5px 0px;
  color: #0F305A;
  line-height: 1.5; }

h3 {
  color: #0F305A; }
  h3.bigger {
    font-size: 16px; }
  h3.sgaps {
    margin: 20px 0px 5px 0px; }

.bigger td {
  font-size: 12px; }

input, select, textarea {
  border: #000 1px solid;
  margin: 0px;
  padding: 1px; }

input.checkbox {
  border: none;
  padding: 0px; }

img.community {
  margin: 3px; }

div.checkbox {
  height: 15px;
  margin: 0px;
  padding: 0px 0px 0px 20px;
  background-image: url(../images/buttons/checkbox.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  color: #F09E38; }

div.checked {
  background-position: 0px -30px; }

#loading {
  position: absolute;
  left: 370px;
  top: 300px;
  width: 200px;
  height: 52px;
  background-image: url(../images/loading_background.gif);
  text-align: center;
  z-index: 1;
  visibility: hidden; }
  #loading img {
    display: block;
    margin: 10px auto 5px auto; }

.etarget .selfpromo {
  width: 100%; }
  .etarget .selfpromo .left {
    font-weight: normal;
    padding-bottom: 10px; }
  .etarget .selfpromo .right {
    text-align: right;
    font-weight: normal;
    padding-bottom: 10px; }

.etargettable {
  margin-top: 4px;
  width: 100%; }

.etargetsmall, a.etargetsmalllink {
  font-size: 10px; }

#citat {
  margin: 0px;
  padding: 0px; }

#citat_autor {
  margin: 0px;
  padding: 0px;
  text-align: right; }

hr {
  color: #000;
  background-color: transparent;
  /*background-image: url(../images/hr.png);
  background-position: left center;*/
  height: 20px;
  border: 0px;
  margin: 5px !important;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  border-top: 1px solid #0000002e; }

td, input, select, textarea {
  font-size: 11px;
  color: #000;
  text-indent: 0px;
  font-family: Verdana, Arial; }

input, select, textarea {
  /*border: #000 1px solid;*/
  border: 1px solid #0000003b;
  padding: 4px; }

.tlacitko, .button {
  /*border: #F58926 1px solid;
  	color: #fff;
  	-moz-border-radius: 5px;
  	border-radius: 5px;
  	padding: 3px 3px;
  	font-size: 12px;
  	cursor: pointer;
  	cursor: hand;
  	background-image: url(../images/btn-bck.png);
  	background-position: 0px -5px;
    background-repeat: repeat-x;*/
  border: #f7892c 1px solid;
  color: #ffffff;
  background-color: #f7892c !important;
  padding: 3px 14px !important;
  font-size: 12px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.tlacitko:hover, .button:hover {
  background-color: #f9a156 !important;
  text-decoration: none; }

input.bigger {
  font-size: 12px;
  padding: 3px; }

.invalid {
  border: #E10000 1px solid; }

.znak {
  font-size: 13px;
  letter-spacing: -3px; }

.sedy {
  /*border: #0F305A 1px solid;
  background-image: url(/images/rightbox-middle-fade.png);
  background-position: left top;
  background-repeat: repeat-x;
  -moz-border-radius: 5px;
  border-radius: 5px;*/
  padding: 10px; }

.sedy2 {
  background-color: #DEE7CA;
  border: #000 1px solid;
  border-radius: 5px; }

table.orange, div.orange {
  /*background-image: url(../images/table-middle.png);
  	background-position: center top;
    background-repeat: repeat-y;
    text-align: left;*/ }

table.orange td {
  padding-left: 5px; }

div.orange {
  text-align: left;
  padding: 10px 10px 10px 10px; }
  div.orange h4 {
    margin: 7px 0px 0px 0px;
    padding: 0px;
    font-size: 14px; }
  div.orange p {
    margin: 0px 0px 5px 0px;
    padding: 0px;
    padding-bottom: 5px;
    border-bottom: 1px solid #f7f7f7; }
    div.orange p:last-of-type {
      border-bottom: none !important; }
  div.orange table {
    border-collapse: collapse; }
    div.orange table th {
      border-bottom: 1px solid #f7892c;
      padding: 0px 3px 8px 3px; }
    div.orange table td {
      border-bottom: 1px solid #f7f7f7;
      padding: 5px 3px;
      line-height: 1.5; }
    div.orange table tr:last-of-type td {
      border-bottom: none !important; }

.table_up {
  /*background-image: url(../images/table-up.png);
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 17px;*/
  text-align: center;
  border: 1px solid #f7892c;
  border-radius: 0 0 7px 7px;
  -webkit-box-shadow: 0px 0px 20px 0px #0000001a;
  box-shadow: 0px 0px 20px 0px #0000001a;
  margin-bottom: 20px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-family: "Arial";
  font-size: 14px; }
  .table_up table tbody {
    text-align: left; }
  .table_up table caption {
    background-color: #f7892c;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    padding: 12px 0px; }

.table_header {
  background-color: #f7892c;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  padding: 12px 0px; }
  .table_header a {
    color: #fff;
    line-height: 1.5;
    font-family: "Arial";
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.03em;
    text-decoration: none; }

.table_down {
  /*background-image: url(../images/table-down.png);
  background-position: center top;
  background-repeat: no-repeat;*/
  height: 20px; }

caption, .table_up span {
  font-weight: bold;
  padding: 0px 0px 11px 0px;
  color: #fff; }

.error {
  color: #E10000; }

.minpadding {
  padding: 3px; }

#znamenia {
  float: left;
  width: 298px;
  margin: 5px 0px 0px 0px;
  padding: 0px;
  list-style: none;
  width: 100%;
  margin-left: 6px; }
  #znamenia li {
    float: left;
    margin-right: 7px;
    width: 23%;
    border-radius: 5px;
    margin-bottom: 50px; }
  #znamenia h3 {
    margin: 0px;
    padding: 0px;
    position: relative; }
  #znamenia a {
    display: block;
    text-align: center;
    height: 115px;
    padding: 0 0 0 3px;
    margin: 7px 0px 6px 0px;
    outline: none;
    width: 90%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    #znamenia a:hover {
      -webkit-transform: scale(1.3);
      transform: scale(1.3); }

ul {
  /*&#znamenia {
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    li {
      margin: 0px;
      padding: 0px;
      float: left;
      text-align: center;
      width: 33.33333%;
    }
    h3 {
      margin: 0px;
      padding: 0px;
      position: absolute;
      left: -3000px;
    }
    a {
      display: block;
      width: 120px;
      height: 120px;
      margin: 15px 20px 5px 20px;
      background-position: 0px 0px;
      &:hover {
        background-position: -120px 0px;
      }
      &#vodnar {
        background-image: url(../images/znamenia/vodnar.jpg);
      }
      &#ryby {
        background-image: url(../images/znamenia/ryby.jpg);
      }
      &#baran {
        background-image: url(../images/znamenia/baran.jpg);
      }
      &#byk {
        background-image: url(../images/znamenia/byk.jpg);
      }
      &#blizenci {
        background-image: url(../images/znamenia/blizenci.jpg);
      }
      &#rak {
        background-image: url(../images/znamenia/rak.jpg);
      }
      &#lev {
        background-image: url(../images/znamenia/lev.jpg);
      }
      &#panna {
        background-image: url(../images/znamenia/panna.jpg);
      }
      &#vahy {
        background-image: url(../images/znamenia/vahy.jpg);
      }
      &#skorpion {
        background-image: url(../images/znamenia/skorpion.jpg);
      }
      &#strelec {
        background-image: url(../images/znamenia/strelec.jpg);
      }
      &#kozorozec {
        background-image: url(../images/znamenia/kozorozec.jpg);
      }
    }
  }*/ }
  ul#znamenia_horor {
    list-style: none;
    margin: 0px;
    padding: 0px; }
    ul#znamenia_horor li {
      margin: 20px 0px 20px 0px;
      padding: 0px;
      float: left;
      text-align: center; }
    ul#znamenia_horor h3 {
      margin: 0px;
      padding: 0px;
      font-size: 12px; }
    ul#znamenia_horor a {
      display: block;
      width: 120px;
      height: 70px;
      margin: 5px 20px 5px 20px;
      background-position: center 22px;
      background-repeat: no-repeat; }
      ul#znamenia_horor a#vodnar {
        background-image: url(../images/znamenia_horor/vodnar.gif); }
      ul#znamenia_horor a#ryby {
        background-image: url(../images/znamenia_horor/ryby.gif); }
      ul#znamenia_horor a#baran {
        background-image: url(../images/znamenia_horor/baran.gif); }
      ul#znamenia_horor a#byk {
        background-image: url(../images/znamenia_horor/byk.gif); }
      ul#znamenia_horor a#blizenci {
        background-image: url(../images/znamenia_horor/blizenci.gif); }
      ul#znamenia_horor a#rak {
        background-image: url(../images/znamenia_horor/rak.gif); }
      ul#znamenia_horor a#lev {
        background-image: url(../images/znamenia_horor/lev.gif); }
      ul#znamenia_horor a#panna {
        background-image: url(../images/znamenia_horor/panna.gif); }
      ul#znamenia_horor a#vahy {
        background-image: url(../images/znamenia_horor/vahy.gif); }
      ul#znamenia_horor a#skorpion {
        background-image: url(../images/znamenia_horor/skorpion.gif); }
      ul#znamenia_horor a#strelec {
        background-image: url(../images/znamenia_horor/strelec.gif); }
      ul#znamenia_horor a#kozorozec {
        background-image: url(../images/znamenia_horor/kozorozec.gif); }

.ajaxtooltip {
  position: absolute;
  /*leave this alone*/
  display: none;
  /*leave this alone*/
  width: 300px;
  left: 0;
  /*leave this alone*/
  top: 0;
  /*leave this alone*/
  border: #0F305A 1px solid;
  background-color: #EEEFEE;
  border-radius: 5px;
  padding: 5px;
  text-align: left;
  font-size: 9px;
  line-height: normal; }

fieldset {
  border: #0F305A 1px solid;
  background-image: url(/images/rightbox-middle-fade.png);
  background-position: left top;
  background-repeat: repeat-x;
  border-radius: 5px; }

#community_detials {
  display: none;
  margin: 0px;
  padding: 0px;
  font-size: 14px; }
  #community_detials div {
    margin: 0px;
    padding: 0px;
    font-size: 14px !important;
    float: left;
    line-height: 1.5; }

#community_loading {
  height: 257px;
  width: 100%;
  line-height: 230px;
  text-align: center; }

#komunita p {
  margin: 0px 0px 10px 0px;
  padding: 0px; }

#community_left {
  width: 45% !important;
  margin: 0px 15px 0px 0px !important;
  float: left;
  height: 237px;
  background-image: none; }

#community_right {
  width: 45% !important;
  float: left;
  height: 237px;
  background-image: none; }

#community_left div, #community_right div {
  background-image: none; }

#community_left.bigline {
  width: 134px;
  margin: 0px 10px 0px 0px;
  float: left; }

#community_right.bigline {
  width: 134px;
  float: left; }

#community_left.bigline, #community_right.bigline {
  line-height: 38px; }

#komunita img.left {
  margin: 0px 6px 6px 0px; }

#komunita small {
  font-size: 9px;
  line-height: 20px; }

#astrolex_submenu1, #astrolex_submenu2 {
  margin: 20px 0px;
  padding: 0px;
  list-style: none;
  float: left;
  width: 250px; }

#snar_submenu1, #snar_submenu2 {
  margin: 0px 0px 15px 0px;
  padding: 0px;
  list-style: none;
  float: left;
  width: 250px;
  line-height: 17px; }

#snar_submenu {
  margin: 15px 0px;
  font-size: 11px;
  width: 320px; }

.snar_listing {
  border: #c0c0c0 1px solid;
  border-radius: 7px;
  padding: 5px;
  margin: 15px 0px 15px 0px;
  cursor: hand;
  cursor: pointer; }
  .snar_listing:hover {
    border: #606060 1px solid;
    background-image: url(/images/arrow_right.png);
    background-position: right center;
    background-repeat: no-repeat; }
  .snar_listing p {
    width: 480px; }
    .snar_listing p a {
      color: #000 !important; }
  .snar_listing a:hover {
    color: #000 !important;
    text-decoration: none; }
  .snar_listing h3 {
    margin: 0px 0px 5px 0px; }
  .snar_listing p {
    margin: 0px;
    padding: 0px; }

#astrolexikon {
  clear: left;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px; }
  #astrolexikon h2 {
    margin: 20px 0px 0px 0px;
    padding: 0px; }

#clanky h2 {
  margin: 20px 0px 0px 0px;
  padding: 0px; }

#astrolexikon p, #clanky p {
  margin: 0px 0px 5px 0px;
  padding: 0px; }

#astrolexikon_home h2 {
  margin: 0px;
  font-size: 30px;
  width: 33px;
  font-weight: bold;
  float: left; }

#astrolexikon_home ul {
  margin: 0px;
  padding: 6px 0px 0px 0px;
  list-style: none;
  height: 30px; }

#astrolexikon_home li {
  display: inline; }

#astrolexikon_home div.clear {
  height: 10px; }

#astrolex_menu {
  border-bottom: #0F305A 2px solid;
  height: 21px;
  margin: 12px 0px 0px 0px; }
  #astrolex_menu a {
    display: block;
    float: left;
    height: 15px;
    padding: 4px 7px 2px 7px;
    border-left: #0F305A 1px solid;
    text-align: center; }
    #astrolex_menu a.bigger {
      width: 6px; }
    #astrolex_menu a.noleftborder {
      border-left: none; }
    #astrolex_menu a.active {
      color: #FFF;
      font-weight: bold;
      background-color: #0F305A; }
    #astrolex_menu a:hover {
      text-decoration: none;
      background-color: #0F305A;
      color: #fff; }

#astrolex_searchbar {
  text-align: right;
  float: both;
  line-height: 20px; }
  #astrolex_searchbar input {
    /*width: 100px;
      padding: 2px 4px;
      background-color: #f0f0f0;
      border-radius: 5px; 
      -moz-border-radius: 5px; 
      -webkit-border-radius: 5px;*/ }

#forum_searchbar {
  text-align: right;
  float: both;
  line-height: 20px; }
  #forum_searchbar .button {
    /*padding: 0px 0px;
    font-weight: bold;
    width: auto;*/ }
  #forum_searchbar input {
    /*width: 100px;
    padding: 2px 4px;
    background-color: #f0f0f0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;*/
    margin-left: -5px; }

#astrolex_searchbar .button {
  padding: 0px 0px;
  font-weight: bold;
  width: auto; }

.astrolex_table {
  border-right: #000 1px solid;
  border-bottom: #000 1px solid;
  margin: 0px 0px 3px 0px; }
  .astrolex_table td, .astrolex_table th {
    border-top: #000 1px solid;
    border-left: #000 1px solid;
    padding: 1px 2px;
    text-align: center; }

.leftalign td, .leftalign th {
  text-align: left; }

h2.vztahovy {
  float: left;
  width: 475px; }

div.score {
  float: right;
  width: 20px;
  text-align: center;
  font-size: 13px; }

#mainpagemenu {
  list-style: none;
  margin: 0px;
  padding: 0px; }
  #mainpagemenu li {
    display: inline; }
    #mainpagemenu li a {
      display: block;
      width: 220px;
      height: 130px;
      float: left;
      margin: 10px; }
      #mainpagemenu li a:hover {
        background-position: 0px -130px; }
      #mainpagemenu li a strong {
        position: absolute;
        left: -3000px;
        outline: none; }

#osobny_horoskp {
  background-image: url(../images/rozklik_osobny.gif); }

#denny_horoskp {
  background-image: url(../images/rozklik_denny.gif); }

#partnersky_horoskp {
  background-image: url(../images/rozklik_partnersky.gif); }

#vztahovy_horoskp {
  background-image: url(../images/rozklik_vztahovy.gif); }

#box {
  position: absolute;
  top: 1900px;
  left: 50%;
  width: 100px;
  margin-left: 204px; }
  #box.fixed {
    position: fixed; }

#mypay {
  display: block;
  width: 140px;
  height: 60px;
  background-image: url(../images/mypay.jpg);
  background-position: left center;
  background-repeat: no-repeat;
  padding: 10px 0px 0px 150px;
  text-decoration: none;
  color: #000;
  line-height: 25px;
  margin: 20px 0px 22px 0px;
  border-radius: 0px 25px 25px 0px;
  -moz-border-radius: 0px 25px 25px 0px;
  -webkit-border-radius: 0px 25px 25px 0px;
  border: 1px solid #C0C0C0; }
  #mypay:hover {
    background-color: #F8F8F8; }

#sms_cz {
  padding: 20px 0px 10px 0px;
  line-height: 130%; }

#infobox {
  padding: 10px 10px 10px 40px;
  margin: 25px 0px 0px 0px;
  font-weight: bold;
  background-color: #F8F8F8;
  background-image: url(../images/info.png);
  background-repeat: no-repeat;
  background-position: left center;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #000; }

#googleplus {
  display: none;
  margin: 12px 0px 0px 17px; }

#twitter {
  display: none;
  padding: 20px 0px 2px 20px; }

.ul3menu {
  list-style: none;
  margin: 10px 50px 10px 0px;
  padding: 0px;
  float: left;
  font-weight: bold;
  line-height: 20px; }

#loading_large {
  height: 80px;
  background-image: url(../images/loading_large.gif);
  background-position: center center;
  background-repeat: no-repeat; }

.katalog {
  margin: 0px 0px 0px 20px;
  float: left;
  width: 260px; }
  .katalog h3 {
    margin: 0px 0px 5px 0px; }
  .katalog ul {
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 0px 25px; }

.katalog_image {
  margin: 0px 0px 0px 0px;
  float: left;
  width: 200px;
  height: 200px;
  border: #c0c0c0 1px solid;
  border-radius: 7px;
  padding: 1px; }
  .katalog_image img {
    border-radius: 7px;
    position: relative; }

.katalog_smallimage {
  margin: 10px 10px 0px 0px;
  float: left;
  border: #c0c0c0 1px solid;
  border-radius: 7px; }
  .katalog_smallimage:hover {
    border: #707070 1px solid; }
  .katalog_smallimage img {
    border-radius: 7px;
    position: relative; }

.katalog_heading {
  padding: 5px 0px 12px 0px; }

.directory_entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: #c0c0c0 1px solid;
  border-radius: 7px;
  padding: 4px;
  margin: 0px 0px 10px 0px;
  cursor: hand;
  cursor: pointer; }
  .directory_entry:hover {
    border: #707070 1px solid; }
  .directory_entry img {
    border: none;
    border-radius: 7px; }
  .directory_entry .info {
    width: 409px;
    margin: 2px 0px 0px 8px; }
  .directory_entry .smallinfo {
    width: 215px;
    margin: 2px 0px 0px 8px;
    font-size: 10px;
    line-height: 12px; }
    .directory_entry .smallinfo strong {
      font-size: 11px; }
  .directory_entry .smallimage {
    margin: 0px;
    padding: 0px; }
    .directory_entry .smallimage img {
      margin: 0px;
      padding: 0px; }
  .directory_entry h3 {
    margin: 0px;
    text-align: left; }
  .directory_entry .gap {
    height: 5px; }
  .directory_entry .smallgap {
    height: 3px; }

#directory_own {
  clear: both;
  border: none;
  border-radius: 7px;
  padding: 5px;
  width: 488px;
  margin: 0px 0px 25px 0px;
  background-color: #FFFF80; }
  #directory_own .centered {
    font-weight: bold; }
  #directory_own table {
    width: 100%;
    margin: 3px 0px 0px 0px; }

#profile_photo {
  width: 170px;
  float: left;
  margin: 10px 0px; }
  #profile_photo #m_image_box {
    display: none; }

#profile_right {
  width: 315px;
  float: left;
  margin: 10px 0px;
  padding: 0px 0px 0px 10px; }
  #profile_right #m_image_box {
    display: none; }

#image_box {
  width: 170px;
  text-align: center; }

#underimage_menu {
  margin: 15px 0px 0px 0px; }
  #underimage_menu a {
    display: block;
    line-height: 20px;
    border-top: #303F66 1px solid;
    padding-left: 2px; }
    #underimage_menu a:hover {
      text-decoration: none;
      background-color: #303F66;
      color: #fff; }
    #underimage_menu a.bottomborder {
      border-bottom: #303F66 1px solid; }
    #underimage_menu a.topmargin {
      margin-top: 20px; }

.profil_friend {
  margin: 10px 0px 0px 0px;
  width: 85px;
  float: left;
  text-align: center;
  font-size: 9px; }

#profile_menu {
  border-bottom: #303F66 3px solid;
  height: 26px;
  margin: 12px 0px 0px 0px; }
  #profile_menu a {
    display: block;
    float: left;
    height: 15px;
    padding: 5px 11px 5px 11px;
    border: #303F66 1px solid;
    -moz-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    margin-right: 4px;
    color: #303F66; }
    #profile_menu a.active {
      font-weight: bold;
      background-color: #303F66;
      color: #fff;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }
      #profile_menu a.active:hover {
        color: #fff; }
    #profile_menu a:hover {
      text-decoration: none;
      color: #000; }

table.profiletable {
  table-layout: fixed;
  width: 100%;
  word-wrap: break-word; }
  table.profiletable td {
    padding: 5px 5px 0px 0px;
    vertical-align: top; }
    table.profiletable td.greyer {
      width: 110px;
      color: #404040; }

.profile_separator {
  font-weight: bold;
  color: #404040;
  border-bottom: #404040 1px dotted;
  padding: 0px 0px 2px 0px;
  margin: 15px 0px 0px 0px; }

fieldset.profil {
  margin: 15px 0px;
  text-align: center; }
  fieldset.profil td {
    text-align: left;
    vertical-align: top; }
  fieldset.profil label {
    text-align: right;
    width: 160px;
    display: block; }

fieldset.hobby td {
  width: 160px;
  height: 20px;
  vertical-align: middle; }

fieldset.hobby label {
  display: inline;
  text-align: left; }

.fullwidth {
  text-align: left !important;
  margin: 5px 0px 0px 0px; }
  .fullwidth textarea {
    width: 480px;
    margin: 3px 0px 0px 0px; }

#posta_table {
  width: 100%; }
  #posta_table td {
    padding: 4px 6px;
    border-bottom: #C5C5C5 1px dotted; }
    #posta_table td.datum {
      text-align: right; }
    #posta_table td.notred {
      font-weight: bold; }
  #posta_table tr:hover {
    background-color: #F8F8F8;
    cursor: pointer;
    cursor: hand; }

#message_table {
  margin: 10px 0px 0px 0px; }
  #message_table td {
    padding: 3px 5px 3px 0px; }

#warningpoh, #konstpoznamka {
  line-height: normal;
  font-size: 9px;
  margin-top: 5px; }

#warningpoh {
  display: none; }

.vyhladavanie_result {
  padding: 3px 0px 10px 0px;
  line-height: 15px;
  border-top: #C5C5C5 1px dotted; }
  .vyhladavanie_result.last {
    border-bottom: #C5C5C5 1px dotted; }
  .vyhladavanie_result .l1, .vyhladavanie_result .l2, .vyhladavanie_result .l3 {
    float: left;
    font-size: 11px; }
  .vyhladavanie_result .l1 {
    text-align: center; }
    .vyhladavanie_result .l1 img {
      margin-top: 1px; }
  .vyhladavanie_result .l2 {
    padding: 15px 0px 0px 15px;
    width: 140px; }
  .vyhladavanie_result .l3 {
    padding: 15px 0px 0px 15px; }

.bigline {
  line-height: 20px; }

#strankovanie {
  margin: 15px 0px;
  font-size: 15px; }
  #strankovanie .normalsize, #strankovanie a {
    font-size: 12px !important; }

.photo_admin {
  float: left;
  padding: 15px 15px 0px 15px;
  text-align: right; }
  .photo_admin:hover {
    background-color: #FAF9C3; }

.photo_view {
  float: left;
  width: 165px;
  text-align: center;
  margin-top: 20px; }
  .photo_view img {
    border: #000 1px solid;
    margin-bottom: 2px; }

a.btn_delete {
  width: 13px;
  height: 15px;
  display: block;
  background-image: url(/images/btn_delete.gif);
  background-repeat: no-repeat;
  margin: 0px 0px 0px auto; }
  a.btn_delete:hover {
    background-position: 0px -15px; }

@media (max-width: 768px) {
  #profile_menu {
    border-bottom: none;
    height: unset;
    margin: 12px 0px 0px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    #profile_menu a {
      display: block;
      float: unset;
      height: unset;
      padding: 9px 12px;
      border: #303F66 1px solid;
      border-radius: unset;
      margin-right: 0;
      margin-bottom: 11px;
      color: #303F66;
      text-align: center;
      font-size: 14px;
      font-weight: 700; }
      #profile_menu a.active {
        font-weight: bold;
        background-color: #303F66;
        color: #fff;
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important; }
  .profile_separator {
    margin: 8px 0px 11px 0px; }
  #m_profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
    #m_profile #profile_photo {
      width: 100%; }
      #m_profile #profile_photo #underimage_menu a {
        display: block;
        border-bottom: #303F66 1px solid;
        font-size: 15px;
        font-weight: 600;
        padding: 0;
        line-height: 2; }
      #m_profile #profile_photo #image_box {
        display: none; }
    #m_profile #profile_right {
      width: 100%;
      float: left;
      margin: 10px 0px;
      padding: 0; }
      #m_profile #profile_right #m_image_box {
        display: block;
        margin-top: 13px; } }

ul.forum_cat {
  margin: 10px 0px 20px 0px;
  padding: 0px;
  width: 194px;
  float: left;
  list-style: none;
  /*h3 {
	  &.f1 {
		background-image: url(../images/forum/glyfa-baran.png);
	  }
	  &.f2 {
		background-image: url(../images/forum/glyfa-byk.png);
	  }
	  &.f3 {
		background-image: url(../images/forum/glyfa-blizenci.png);
	  }
	  &.f4 {
		background-image: url(../images/forum/glyfa-rak.png);
	  }
	  &.f5 {
		background-image: url(../images/forum/glyfa-lev.png);
	  }
	  &.f6 {
		background-image: url(../images/forum/glyfa-panna.png);
	  }
	  &.f7 {
		background-image: url(../images/forum/glyfa-vahy.png);
	  }
	  &.f8 {
		background-image: url(../images/forum/glyfa-skorpion.png);
	  }
	  &.f9 {
		background-image: url(../images/forum/glyfa-strelec.png);
	  }
	  &.f10 {
		background-image: url(../images/forum/glyfa-kozoroh.png);
	  }
	  &.f11 {
		background-image: url(../images/forum/glyfa-vodnar.png);
	  }
	  &.f12 {
		background-image: url(../images/forum/glyfa-ryby.png);
	  }
	}*/ }
  ul.forum_cat li {
    margin: 0px; }
  ul.forum_cat h3 {
    margin: 0px;
    padding: 5px 0px 5px 0px;
    font-size: 14px;
    font-weight: normal;
    background-position: center left;
    background-repeat: no-repeat; }
  ul.forum_cat h4 {
    margin: 0px;
    padding: 7px 0px 7px 0px;
    font-size: 14px;
    font-weight: normal;
    background-position: center left;
    background-repeat: no-repeat; }
  ul.forum_cat a {
    font-weight: bold; }

.forum_table {
  width: 100%; }
  .forum_table td {
    padding: 2px 2px 2px 2px;
    line-height: 14px; }
  .forum_table th {
    color: #0F305A;
    padding: 4px 2px 4px 2px; }
    .forum_table th.l {
      border-top-left-radius: 5px;
      -moz-border-top-left-radius: 5px; }
    .forum_table th.r {
      border-top-right-radius: 5px;
      -moz-border-top-right-radius: 5px; }
  .forum_table td {
    border-bottom: #C5C5C5 1px dotted; }
  .forum_table tr.active {
    background-color: #fff;
    cursor: pointer;
    cursor: hand; }
    .forum_table tr.active:hover {
      background-color: #F8F8F8; }
  .forum_table small {
    font-size: 9px; }

.forum_rightmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  float: right;
  line-height: 25px;
  font-weight: bold; }
  .forum_rightmenu a {
    text-decoration: underline; }

.forum_bottommenu {
  clear: both;
  padding: 10px 0px; }

#forum_topics .topics_avatar {
  float: left;
  width: 15%;
  padding-top: 5px; }

#forum_topics .topics_container {
  float: right;
  width: 85%;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-family: "Arial";
  font-size: 12px; }
  #forum_topics .topics_container .topics_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 8px;
    border-bottom: 1px solid #f7892c; }
    #forum_topics .topics_container .topics_top .topics_autor {
      width: 50%;
      float: left; }
    #forum_topics .topics_container .topics_top .topics_coment {
      text-align: right;
      width: 50%; }
  #forum_topics .topics_container .topics_text {
    clear: both;
    line-height: 1.5; }
    #forum_topics .topics_container .topics_text h3 {
      margin: 9px 0 5px; }

.forum_post {
  /*border: #0F305A 1px solid;
	margin: 10px 0px;
	padding: 3px 3px 3px 3px;
	background-color: #F8F8F8;
	clear: both;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
  border: 1px solid #f7892c;
  -webkit-box-shadow: 0px 0px 20px 0px #0000001a;
  box-shadow: 0px 0px 20px 0px #0000001a;
  margin-bottom: 20px;
  padding: 15px; }
  .forum_post .forum_avatar {
    float: left;
    width: 60px;
    padding-top: 5px; }
  .forum_post .forum_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: right;
    width: 85%;
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-family: "Arial";
    font-size: 12px; }
    .forum_post .forum_container .forum_top {
      width: 72%; }
      .forum_post .forum_container .forum_top .forum_autor {
        padding-bottom: 8px;
        border-bottom: 1px solid #f7892c;
        width: 308px; }
      .forum_post .forum_container .forum_top .forum_text {
        clear: both;
        line-height: 1.5;
        padding-top: 8px; }
    .forum_post .forum_container .forum_btn {
      float: right;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-left: 28px; }
  .forum_post h3 {
    /*margin: 0px;
	  padding: 8px 0px 4px 0px;
	  font-size: 13px;
	  font-weight: bold;*/ }
  .forum_post a.big {
    font-size: 14px;
    font-weight: bold; }
  .forum_post a.normal {
    text-decoration: none !important;
    font-weight: normal;
    color: #000; }

.forum_topics_vysv {
  text-align: right;
  font-size: 9px; }

#forum_posts {
  clear: both;
  padding-top: 10px; }

a.format_button {
  text-decoration: none;
  display: bolck;
  float: left;
  border: #f7892c 1px solid;
  color: #000;
  padding: 3px 5px;
  margin: 0px 5px;
  min-width: 10px;
  text-align: center;
  border-radius: 5px; }
  a.format_button:hover {
    text-decoration: none;
    background-color: #E9E9E9; }

a.page_button, a.page_active_button {
  text-decoration: none;
  display: bolck;
  float: left;
  border: #f7892c 1px solid;
  color: #333;
  padding: 2px 4px;
  min-width: 10px;
  text-align: center; }

a.asd_sipky:hover, a.page_button:hover, a.page_active_button {
  text-decoration: none;
  border: #f7892c 1px solid;
  color: #fff;
  background-color: #f7892c; }

.paging_label {
  padding: 3px 10px 3px 0px;
  float: left; }

.asd_pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right; }
  .asd_pagination .asd_sipky {
    float: left;
    border: #f7892c 1px solid;
    color: #333;
    padding: 2px 4px;
    min-width: 10px; }
  .asd_pagination a {
    margin-right: 5px; }

.nobr {
  white-space: nowrap; }

.btn10 {
  border: none;
  background-color: #FA953C;
  color: #fff;
  border-radius: 5px;
  padding: 5px;
  font-size: 12px;
  cursor: pointer;
  cursor: hand; }
  .btn10:hover {
    background-color: #F6892D; }

.btn_odpovedat {
  color: #303f66;
  font-size: 13px;
  font-weight: 700;
  background-color: #ffffff;
  padding: 6px 20px;
  border: 1px solid #303f66; }

.btn_upravit {
  color: #303f66;
  font-size: 13px;
  font-weight: 700;
  background-color: #ffffff;
  margin-top: 8px;
  text-align: center;
  margin-left: 30px; }

@media (max-width: 768px) {
  .forum_title {
    display: block; }
  .forum_rightmenu {
    display: inline-block;
    width: 100%; }
    .forum_rightmenu a {
      float: left; }
    .forum_rightmenu .spat_forum {
      float: right; }
  .forum_bottommenu label {
    float: left; }
  .forum_bottommenu #forum_search {
    width: 195px; }
  #forum_topics .forum_topics_vysv {
    display: none; }
  #forum_topics .topics_avatar {
    width: 50px; }
    #forum_topics .topics_avatar img {
      width: 50px;
      height: 55px; }
  #forum_topics .topics_container {
    width: 100%; }
    #forum_topics .topics_container .topics_top {
      position: absolute;
      top: 11px;
      right: 0;
      width: 76%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      border: none; }
      #forum_topics .topics_container .topics_top .topics_autor {
        width: 100%;
        border-bottom: 1px solid #f9a156;
        padding-bottom: 3px;
        margin-bottom: 5px; }
      #forum_topics .topics_container .topics_top .topics_coment {
        width: 100%;
        text-align: left; }
    #forum_topics .topics_container .topics_text {
      clear: both;
      line-height: 1.5; }
      #forum_topics .topics_container .topics_text h3 {
        margin: 9px 0 5px; }
  .forum_post {
    position: relative;
    padding: 10px; }
    .forum_post .forum_avatar {
      margin: 0; }
    .forum_post .forum_container {
      width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .forum_post .forum_container .forum_top {
        width: 100%; }
        .forum_post .forum_container .forum_top .forum_autor {
          position: absolute;
          top: 9px;
          right: 0;
          width: 74%;
          font-size: 12px; }
        .forum_post .forum_container .forum_top .forum_text {
          overflow: scroll; }
      .forum_post .forum_container .forum_btn {
        padding: 20px 0 10px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 0; }
  ul.forum_cat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%; }
    ul.forum_cat h3 {
      font-size: 17px;
      background-image: no none; }
  #snar_submenu {
    width: 100%; }
    #snar_submenu #forum_searchbar #forum_search {
      width: 120px; } }

#chat_bar {
  width: 678px;
  height: 37px;
  padding: 4px 5px;
  font-size: 10px;
  border: #0F305A 1px solid;
  background-image: url(/images/rightbox-middle-fade.png);
  background-position: left top;
  background-repeat: repeat-x;
  border-radius: 5px; }

#chatbox {
  margin: 10px 0px 0px 0px; }
  #chatbox p {
    margin: 0px;
    padding: 0px; }
  #chatbox a {
    font-weight: bold;
    cursor: pointer;
    cursor: hand;
    color: #000; }
  #chatbox p.fromMe {
    background-color: #FCFBCB; }
  #chatbox p.forMe {
    background-color: #ffcc99; }
  #chatbox p.private {
    border: red 1px solid; }

#bubble {
  background-image: url(/images/bubble.png);
  background-repeat: no-repeat;
  text-align: left;
  width: 240px;
  height: 151px;
  margin: 0px;
  padding: 9px 0px 0px 20px;
  display: none;
  position: absolute;
  z-index: 2;
  font-size: 11px;
  line-height: 14px; }

#bubble_login {
  display: block;
  margin: 0px 0px 3px 0px; }

#bubble a {
  display: block;
  margin: 0px;
  padding: 0px;
  text-decoration: none; }
  #bubble a:hover {
    text-decoration: none;
    color: #000; }
  #bubble a.toppadding {
    margin: 5px 0px 0px 0px !important; }
  #bubble a.bigtoppadding {
    margin: 14px 0px 0px 0px !important; }

#bubble_image {
  margin: 3px 0px 0px 0px; }

#smilies {
  width: 376px;
  height: 41px;
  padding: 2px 5px 2px 5px;
  background-image: url(/images/smilies_background.gif);
  display: none;
  position: absolute;
  z-index: 2; }
  #smilies img {
    cursor: pointer;
    cursor: hand;
    padding: 1px;
    border: #F9F6BF 1px solid; }
    #smilies img:hover {
      border: #000 1px solid; }

.chat_community_heading {
  border-bottom: #000 1px dotted;
  padding-bottom: 2px; }

#chatting_friends_list, #chatting_others_list {
  width: 120px;
  height: 220px;
  overflow-x: hidden;
  overflow-y: auto; }

.hand {
  cursor: pointer;
  cursor: hand; }
