* {
  margin: 0px;
  padding: 0px;
  outline: 0px;
}

body, html {
  background: url('m_fbg.png');
  font-family: Arial, sans-serif;
}

#head {
  background: url('m_topbg.png') top center repeat-x;
  background-size: 1px 58px;
  height: 58px;
}

::selection {
  background: #653350
}

::-moz-selection {
  background: #653350
}

#logo img {
  width: 130px;
  height: 58px;
}

#i_search, #i_cats {
  float: right;
}

#i_search img, #i_cats img {
  width: 58px;
  height: 58px;
}

#i_cats {
  line-height: 58px;
  text-decoration:none;
  color:#C3A8AC;
  font-size:13px;
  font-weight:bold;
  padding-right:58px;
  background:url('m_category.png') top right no-repeat;
  background-size:58px 58px;
}

#videa {
  display: block;
}

#kategorie_mobimenu {
  position: absolute;
  display: none;
  width: 100%;
  height: 70%;
  top: 58px;
  left: 0px;
  z-index: 100;
}

#sipkakat {
  position: absolute;
  top: -8px;
  right: 82px;
  width: 18px;
  height: 9px;
  z-index: 101;
}

#kategorie_mobimenu #bg {
  border-radius: 5px;
  background: red;
  height: 100%;
  margin: 0 5px;
  box-shadow:5px 5px 27px rgba(0,0,0,0.9);
  background: #5C213B;
  padding: 15px 5px;
}

#kateslider {
  height: 100%;
  /*overflow-x: hidden;
  overflow-y: scroll;*/
  border-radius: 12px;

}

#menu h1 {
  font-size: 16px;
  color: white;
  text-align: center;
}

/*IE FIX*/
img {
  border: 0;
}

#obsah {
  min-width: 150px;
  text-align: center;
}


.clear {
  clear: both;
}

#menu {
  padding-left: 5px;
}

#menu menu {
  list-style-type: none;
}

#menu menu li {
  display: block;
  margin-bottom: 3px;
}

#menu menu li a {
  display: block;
  position: relative;
  height: 40px;
  border-radius: 6px;
  background: #653350;
  color: #CEBEC0;
  text-decoration: none;
}

#menu menu li a .pocet {
  display: block;
  position: absolute;
  height: 40px;
  width: 45px;
  left: 0px;
  top: 0px;
  line-height: 40px;
  font-size: 10px;
  text-align: center;
}

#menu menu li a .kategoria {
  display: block;
  position: absolute;
  height: 45px;
  width: 166px;
  left: 45px;
  top: 4px;
}

#menu menu li a:hover {
  background: #7E556C;
}

#menu menu li a:active {
  background: #592443;
}

#menu menu li a .kategoria .kat_nazov {
  font-size: 14px;
  color: #FFB842;
  height: 16px;
  line-height: 16px;
  display: block;
}

#menu menu li a .kategoria .kat_nazov.spec_moje {
  color: #F85D9B;
}

#menu menu li a .kategoria .kat_nazov.spec_nahodne {
  color: #F6FD59;
}

#menu menu li a .kategoria .kat_popis {
  font-size: 12px;
  height: 16px;
  line-height: 16px;
  display: block;
}

#obsah h1 {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 27px;
  color: #CEBEC0;
  display: block;
  padding-left: 32px;
  background: url('hviezda.png') 3px 2px no-repeat;
  height: 34px;
  line-height: 34px;
}

#menu h1 {
  margin-bottom: 10px;
}

#search_bar {
  display: none;
  width: 100%;
}

#search_vypln {
  height: 33px;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 120px;
  position: relative;
}

#search_box {

  width: 100%;
  border:0px;
  border-radius: 20px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  padding: 0px 10px;
  background: #fff;
  color: #2A011C;
}

#search_btn {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 90px;
  border:0px;
  border-radius: 20px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  padding: 0px 10px;
  background: #e04b68;
  background: -moz-linear-gradient(top,  #e04b68 0%, #9a2645 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e04b68), color-stop(100%,#9a2645));
  background: -webkit-linear-gradient(top,  #e04b68 0%,#9a2645 100%);
  background: -o-linear-gradient(top,  #e04b68 0%,#9a2645 100%);
  background: -ms-linear-gradient(top,  #e04b68 0%,#9a2645 100%);
  background: linear-gradient(to bottom,  #e04b68 0%,#9a2645 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e04b68', endColorstr='#9a2645',GradientType=0 );
  color: black;
}

#vyhladavanie {
  height: 44px;
  float: right;
  position: relative;
  width: 222px;
}

#vyhladavanie input {
  background: url('search.png');
  position: absolute;
  top: 2px;
  left: 0px;
  width: 187px;
  height: 25px;
  font-size: 11px;
  border: 0px;
  color: #EFEBEB;
  line-height: 25px;
  padding-left: 8px;
  padding-right: 27px;
  z-index: 1;
}

#vyhladavanie button {
  position: absolute;
  z-index: 2;
  display: block;
  width: 25px;
  height: 25px;
  top: 2px;
  right: 0px;
  cursor: pointer;
  border: 0px;
  background: transparent;
}

#ziarovky {
  height: 44px;
  width: 56px;
  position: relative;
  float: left;
}

#ziarovky_up {
  position: absolute;
  z-index: 69;
  top: 3px;
  left: 4px;
  display: block;
  width: 56px;
  height: 22px;
  background: url('ziarovky.png');
}

#ziarovky #ziarovka_lava {
  display: block;
  float: left;
  cursor: pointer;
  width: 20px;
  height: 26px;
}

#ziarovky #ziarovka_prava {
  display: block;
  float: right;
  cursor: pointer;
  width: 20px;
  height: 26px;
}

#twilight {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.85);
  z-index: 60;
}

#catpopis {
  background: #5C213B;
  margin-bottom: 0px;
  margin-top: 3px;
  color: #CEBEC0;
  border-radius: 5px;
  color: white;
  font-size: 12px;
  line-height: 15px;
  padding:13px;
  text-align: justify;
  margin-right: 6px;
  margin-left: 6px;
}

#catpopis strong {
  display: block;
  font-size: 17px;
  text-align: center;
  color: white;
  margin-bottom: 4px;
}

/*VIDEO*/

#videa {
  text-align: center;
}

.new-video {
  display: block;
  float: left;
  width: 138px;
  height: 215px;
  background: url('video.png');
  position: relative;
  margin-right: 9px;
  margin-bottom: 10px;
}

.video {
  display: inline-block;
  width: 138px;
  height: 215px;
  background: url('video.png');
  position: relative;
  overflow: hidden;
  margin:5px;
  text-decoration: none;
}


.video_obrazok_ct {
  position: absolute;
  top:10px;
  left: 10px;
  display: block;
  width: 118px;
  height: 82px;
  border-radius: 6px;
  background: #3A0227;
  overflow: hidden;
}

.video_slovak {
  position: absolute;
  top: 5px;
  left: 107px;
  width: 27px;
  height: 23px;
  background: url("ico-sk.png") no-repeat;
  z-index: 7;
  background-size: 24px 24px;
  opacity: 0.9;
}

.video_czech {
  position: absolute;
  top: 5px;
  left: 107px;
  width: 27px;
  height: 23px;
  background: url("ico-cz.png") no-repeat;
  z-index: 7;
  background-size: 24px 24px;
  opacity: 0.9;
}

.video_obrazok_ct_relativer {
  position: relative;
}

.video_obrazok_ct_relativer img {
  position: absolute;
  top:0px;
  left: 0px;
  width: 118px;
  height: auto;
  min-height: 82px;
}

.video_obrazok_ct_relativer img.video_obrazok_top {
  z-index: 6;
}

.video_obrazok_ct_relativer img.video_obrazok_next {
  z-index: 5;
}


.video_nadpis {
  line-height: 15px;
  height: 60px;
  font-size: 12px !important;
  font-weight: bold;
  color: white;
  display: block;
  position: absolute;
  padding: 0 10px;
  overflow: hidden;
  top: 102px;
}



.video_fsml {
  height: 62px;
  display: block;
  position: absolute;
  top: 100px;
  left: 10px;
  width: 150px;
  background: url('fsml.png');
}

.video_kazde {
  line-height: 16px;
  height: 30px;
  font-size: 14px !important;
  font-weight: bold;
  color: white;
  display: block;
  position: absolute;
  padding: 0 10px;
  text-align: center; 
  overflow: hidden;
  width: 150px;
  top: 176px;
}

.video_cas {
  height: 41px;
  position: absolute;
  top: 172px;
  right: 10px;
  width: 80px;
  display: block;
  line-height: 41px;
  font-weight: normal;
  font-size: 20px;
  color: #744858;
  text-align: right;
}

.video_videni {
  position: absolute;
  display: block;
  font-size: 11px;
  font-weight: bold;
  color: #A89199;
  line-height: 12px;
  height: 12px;
  left: 10px;
  bottom: 9px;
}

.video_hviezdy {
  position: absolute;
  top: 176px;
  left: 8px;
  background: url('hviezdy.png');
  background-size: 60px 12px;
  height: 12px;
  width: 60px;
  z-index: 11;
}

.video_hviezdy_progressbar {
  position: absolute;
  top: 176px;
  left: 8px;
  height: 12px;
  width: 60px;
  z-index: 10;
  background: #B08E9A;
}

#new_posuvac {
  height: 40px;
  font-size: 26px;
  color: #A68590;
  padding: 0px 10px;
  text-align: center;
  line-height: 40px;
}

#new_posuvac a {
  display: block;
  width: 40px;
  height: 40px;
}

#new_posuvac a.faded {
  opacity: 0.3;
}

#new_posuvac a img {
  width: 40px;
  height: 40px;
}

#p_left {
  float: left;
}

#p_right {
  float: right;
}

#new_posuvac span {
  color: white;
}

#footer {
  padding-top: 5px;
  margin-bottom: 45px;
}

#footer a {
  color: white;
  display: inline-block;
  margin: 3px;
  margin-right: 13px;
  font-size: 11px;
  height: 16px;
}

#footer a:hover {
  text-decoration: none;
}

.nahodne {
  display: inline-block;
  background: #ffb800;
  background: -moz-linear-gradient(top,  #ffb800 0%, #fe7c00 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb800), color-stop(100%,#fe7c00));
  background: -webkit-linear-gradient(top,  #ffb800 0%,#fe7c00 100%);
  background: -o-linear-gradient(top,  #ffb800 0%,#fe7c00 100%);
  background: -ms-linear-gradient(top,  #ffb800 0%,#fe7c00 100%);
  background: linear-gradient(to bottom,  #ffb800 0%,#fe7c00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb800', endColorstr='#fe7c00',GradientType=0 );
  color: black;
  padding: 7px;
  text-decoration: none;
  font-size: 13px;
  border-radius: 10px;
  margin-bottom: 17px;
  margin-top: 5px;
}

.nahodne:hover {
  background: #FFB300;
}

.nahodne:active {
  background: #fe7c00;
  background: -moz-linear-gradient(top,  #fe7c00 0%, #ffb800 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fe7c00), color-stop(100%,#ffb800));
  background: -webkit-linear-gradient(top,  #fe7c00 0%,#ffb800 100%);
  background: -o-linear-gradient(top,  #fe7c00 0%,#ffb800 100%);
  background: -ms-linear-gradient(top,  #fe7c00 0%,#ffb800 100%);
  background: linear-gradient(to bottom,  #fe7c00 0%,#ffb800 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe7c00', endColorstr='#ffb800',GradientType=0 );
}

#video-holder {
  width: 672px;
  height: 512px;
  padding: 19px;
  margin-left: 3px;
  background: url('video-bg.png') top left no-repeat;
}

#video-holder h1 {
  font-size: 23px;
  text-transform: none;
  margin-bottom: 5px;
  margin-top: -4px;
  background: none;
  padding-left: 0px;
}

#video-hodnotenie {
  width: 693px;
  height: 54px;
  margin-left: 3px;
  padding-left: 17px;
  padding-top: 6px;
  background: url('video-underbar.png') top left no-repeat;
}

#video-hodnotenie h1 {
  font-size: 23px;
  text-transform: none;
  padding-top: 6px;
  background: none;
  padding-left: 0px;
}

.h-button {
  float: right;
  width: 100px;
  height: 44px;
  background: url('btn-hodnotenie.png') no-repeat;
  margin-top: 1px;
  cursor: pointer;
}

.h-gt {
  background-position: 0px 0px;
}

.h-gt:hover {
  background-position: 0px -43px;
}

.h-gt:active {
  background-position: 0px -87px;
}

.h-ok {
  background-position: -99px 0px;
}

.h-ok:hover {
  background-position: -99px -43px;
}

.h-ok:active {
  background-position: -99px -87px;
}

.h-bd {
  background-position: -199px 0px;
  margin-right: 12px;
}

.h-bd:hover {
  background-position: -199px -43px;
}

.h-bd:active {
  background-position: -199px -87px;
}

#video-hodnotenie img {
  float: right;
  margin-right: 10px;
  margin-top: 10px;
  display: none;
}


/*ENTRYBOX*/

#entry-twilight-relativer {
  position:relative;
  width:100%;
  height:100%;
}

#entry-image {
  background:url('m_entry.jpg');
  background-size: 100%;
  width:300px;
  height:260px;
  display:block;
  top:50%;
  left:50%;
  margin-left:-150px;
  margin-top:-150px;
  position:absolute;
  border-radius:7px;
  box-shadow:5px 5px 27px rgba(0,0,0,0.9);
}

#entry-texts {
  position:relative;
  margin-left:108px;
  margin-top:148px;
  text-align:center;
  font-size: 13px;
  color: #CD96B3;
}

#entry-podmienky {
  position: absolute;
  display: block;
  width: 116px;
  height: 20px;
  top: 65px;
  left: 40px;
  cursor: pointer;
}

#entry-texts .entrylink {
  color: #FFC038;
  text-decoration: none;
}

#bigclose {
  position:absolute;
  right:-5px;
  top:-153px;
  display: none;
  z-index:20;
  cursor:pointer;
}

.entrybtn {
  cursor: pointer;
  -moz-box-shadow:inset 0px 1px 0px 0px #fff6af;
  -webkit-box-shadow:inset 0px 1px 0px 0px #fff6af;
  box-shadow:inset 0px 1px 0px 0px #fff6af;
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23) );
  background:-moz-linear-gradient( center top, #ffec64 5%, #ffab23 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23');
  background-color:#ffec64;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border-radius:4px;
  border:1px solid #ffaa22;
  display:inline-block;
  color:#333333;
  font-family:arial;
  font-size:14px;
  font-weight:bold;
  padding:6px 24px;
  text-decoration:none;
  text-shadow:1px 1px 0px #ffee66;
  margin-bottom: 3px;
}

.entrybtn:hover {
  -moz-box-shadow:inset 0px 1px 0px 0px #fff6af;
  -webkit-box-shadow:inset 0px 1px 0px 0px #fff6af;
  box-shadow:inset 0px 1px 0px 0px #fff6af;
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffc940) );
  background:-moz-linear-gradient( center top, #ffec64 5%, #ffc940 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffc940');
  background-color:#ffec64;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border-radius:4px;
  border:1px solid #ffaa22;
  display:inline-block;
  color:#333333;
  font-family:arial;
  font-size:14px;
  font-weight:bold;
  padding:6px 24px;
  text-decoration:none;
  text-shadow:1px 1px 0px #ffee66;
}

.entrybtn:active {
  -moz-box-shadow:inset 0px 1px 0px 0px #fff6af;
  -webkit-box-shadow:inset 0px 1px 0px 0px #fff6af;
  box-shadow:inset 0px 1px 0px 0px #fff6af;
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc940), color-stop(1, #ffc940) );
  background:-moz-linear-gradient( center top, #ffc940 5%, #ffc940 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc940', endColorstr='#ffc940');
  background-color:#ffc940;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border-radius:4px;
  border:1px solid #ffaa22;
  display:inline-block;
  color:#333333;
  font-family:arial;
  font-size:14px;
  font-weight:bold;
  padding:6px 24px;
  text-decoration:none;
  text-shadow:1px 1px 0px #ffee66;
}

#entry-podmienky-text {
  position:absolute;
  background:#260C19;
  width:243px;
  line-height:20px;
  border-radius:5px;
  height:205px;
  overflow:hidden;
  top:-140px;
  left:-99px;
  text-align:left;
  color:white;
  padding:20px;
  display: none;
}