
/*@font-face{ 
	font-family: 'Nimbus Mono';
	src: url('webfonts/nimbusmono-regular.woff') format('woff');
}*/

html, body{
    font-family: 'Cutive Mono', 'Courier New', Courier, monospace;
	margin: 0; padding: 0;
	font-size: 14px;
	letter-spacing:-1px;
	color: #000000;
	background-color: #7f7f7f;
	text-align: center;
	overflow-x: hidden;
}

body{ position: relative; overflow: hidden;}

a{
    font-family: 'Cutive Mono', 'Courier New', Courier, monospace;
    font-size: 14px;
    text-decoration: none;
    color: #402080;
}

a:hover{
    text-decoration: underline;
}

.odkaz10 a{
    font-size: 10px;
    text-decoration: none;
}


.odkaz2 a{
    color: #aa80ff;
}

.odkaz3 a{
    color: #2d165a;
}


.odkaz-menu a{
	font-size: 14px;
	text-decoration: none;
	color: white;
	font-weight: bold;
}

.odkaz-menu a:hover{
	text-decoration: underline;
}



.odkaz-nadpis a{
	font-size: 20px;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 18px;
}

.odkaz-nadpis a:hover{
	text-decoration: underline;
}

.odkaz-clanok a{
	font-size: 16px;
}

.odkaz-clanok a:hover{
	text-decoration: underline;
}

.odkaz-clanok-b a{
	font-size: 16px;
	font-weight: bold;
}

a img{
   border: 0;
   margin: 0;
   padding: 0;
}

.text{
     font-size: 14px;
}
.textb{
     font-size: 14px;
	 font-weight: bold;
}


.text10, .text10 a{
	 font-size: 10px;
}
.text10b{
	 font-size: 10px;
	 font-weight: bold;
}

.text12, .text12 a{
	 font-size: 12px;
}
.text12b{
	 font-size: 12px;
	 font-weight: bold;
}

.text16, .text16 a{
	 font-size: 16px;
}
.text16b{
	 font-size: 16px;
	 font-weight: bold;
}


.text-clanok{
	font-size: 16px;
	text-align: justify;
	word-break: break-word;
}

.obrazok-clanok{
    display: inline-block;
	margin: 10px;
    width: 162px; height: auto;
	text-align: center;
	vertical-align: middle;
}

.text-obrazok img{
    box-sizing: border-box;
	width:auto; height: auto;
    max-width:100%; max-height: auto;
}

.textmenu{
	font-size: 14px;
	color: white;
}

h1{
	font-size: 24px;
	font-weight: bold;
	margin-top: 14px;
	margin-bottom: 24px;
}

/*h2{
	text-align: left;
}*/

h2, h2 a, .odkaz-nadpis{
	font-size: 20px;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 18px;
}

h3{
	font-size: 18px;
	font-weight: bold;
}

p{
  /*text-align:justify;*/
}

select{
    box-sizing: border-box;
	max-width: 450px;
	margin: 3px 0;
}

select, option{
	padding: 5px;
	border: solid 1px #c0c0c0;
	font-family: 'Cutive Mono', 'Courier New', Courier, monospace;
	font-size: 14px;
}

input{
	/*border: 1px solid #cccccc;*/
	font-family: 'Cutive Mono', 'Courier New', Courier, monospace;
	font-size: 14px;
}
input[type=text], input[type=password], textarea{
    box-sizing: border-box;
	width: 100%;
	padding: 5px;
	margin: 3px 0;
	font-family: 'Cutive Mono', 'Courier New', Courier, monospace;
	font-size: 14px;
	border: solid 1px #c0c0c0;
	/*box-shadow:0 0 5px #d2d2d2 inset;*/
}

input[type=checkbox]{
    vertical-align: -2px;
    margin: 3px 5px 3px 0;
}

.main {
    box-sizing: border-box;
	width: 100%;
    max-width: 1180px;
    margin: 10px auto;
    background-color: #cccccc;
    border: solid 10px #e6e6e6;
    box-shadow: 0 0 10px black;
    background-image: url(../images/pozadie-1.jpg);
    background-position: right top;
    background-repeat: no-repeat;
}


.main-top{
	text-align:left;
	background-image: url(../images/pozadie-top.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
}

.tab-main-menu{
    display: table;
	width: 100%;
    border-spacing: 0;
}

.tab-main-menu td{
	/*height: 30px;*/
	padding: 0 5px;
	color: white;
	font-weight: bold;
	background-color: #402080;
}

.tab-main-menu1{
}

.tab-main-menu2{
	width:110px; /*130*/
	text-align:right;
	/*vertical-align: bottom;
	padding-bottom: 7px !important;*/
}

.menu {
    font-size: 14px;
	color: white;
	text-align: left;
}
.menu a{
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  /*color: #402080;*/
  color: white;
  text-decoration: none;
  font-weight: bold;
}
.menu a:hover{
  text-decoration: underline;
}

nav{
  display: inline-block;
}

.menu-arrow, .menu-arrow2{
  display: none;
  position: absolute;
  left: -64px;
  background-color: rgba(152, 152, 152, 0.95);
  box-shadow: -5px 5px 10px -5px black;
  line-height: 0;
  cursor: pointer;
}
.menu-arrow img, .menu-arrow2 img{
	display: inline-block;
}

.menu-resp{
    display: none;
}

.icon-menu{
    display: block;
    margin: 2px auto;
	cursor: pointer;
}

/*.menu-resp1-cont{
    text-align:center;
	width:100%;
}*/

.menu-resp1{
	display: /*inline-block*/ none;
    position: absolute; left: 50%;
	margin: 0 0 0 -160px;
	padding:/*10px*/ 0;
	width: 200px;
	color: white;
	background-color: rgba(64, 64, 64, 0.95);
	box-shadow: 5px 5px 10px -5px black;
	/*line-height: 1;*/
	z-index: 99;

}

.menu-resp1 a, .menu-resp1 div{
    display: block;
	margin: 0;
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	color: white;
	border-bottom: 1px solid rgba(51, 51, 51, 0.95);
}

.menu-resp1 a:hover, .menu-resp1 div:hover{
    text-decoration: underline;
	background-color: #402080;
	cursor: pointer;
}

.menu-resp1 ul{
    display: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	/*background-color: #402080;*/
}
.menu-resp1 ul li{
    background-color: rgba(255, 255, 255, 0.1);
}

.main-center{
	display: inline-block;
	box-sizing: border-box;
	width: 85%;
	padding: 20px;
    text-align: left;
	vertical-align: top;
	
}

.main-right{
	display: inline-block;
	box-sizing: border-box;
	width: 15%;
	/*min-width: 160px;*/
	padding: 10px;
	color: white;
	text-align: left;
	vertical-align: top;
	background-color: rgba(0, 0, 0, 0.2);
}

.right-bannery{
    text-align: center;
}

.main-bottom{
    display: none;
	padding: 20px;
	background-color: rgba(0, 0, 0, 0.2);
}

.main-bottom div{
    display: inline-block;
    margin: 10px;
	vertical-align: middle;
}

.main-footer{
	padding: 10px;
	font-size: 12px;
	color: white;
	background-color: #402080;
}
.main-footer a{
    font-size: 12px;
	color: #aa80ff;
}

table{
    display: inline-table;
	border-spacing: 10px;
	text-align: left;
}
table td{
    padding: 10px;
	/*background-color: rgba(255, 255, 255, 0.8);*/
}


.tab{
    border: none;
    background-color: rgba(255, 255, 255, 0.8);
    /*background-image: url(../images/tab.png); background-repeat: repeat;*/
}

.tab-header{
    border: 0px solid #999999;
    /*background-color: #e5e5e5;
    background-image: url(../images/tab-dark.png); background-repeat: repeat;*/
	background-color: rgba(153, 153, 153, 0.8);
    color:white;
    font-size:20px;
    font-weight:bold;
	text-align:center;
	text-shadow: 2px 2px 4px #000000;
}

.tab-header2{
    text-align: right;
    padding: 10px 0;
}

.odkaz-tab-header a{
    font-size: 14px;
	font-weight:bold;
    text-decoration: underline;
    color: #ffffff;
}

.tab2-header td{
  padding: 10px;
  font-weight: bold;
  color: #ffffff;
  background-color: #402080;
}
.tab2-header td a{
    color: #ffffff;
	text-decoration: underline;
}

.tab-uzivatel{
	display: inline-table;
	box-sizing: border-box;
	/*width: 100%;*/
	width: 280px; /*max-width: 470px;*/
	margin: 10px;
	border-spacing: 1px;
	text-align: left;
	vertical-align: top;
	word-break: break-word;
}
.tab-uzivatel-foto{
	width:108px; height:108px;
	text-align:center;
	vertical-align:top;
	/*line-height:0;*/
}
.tab-uzivatel-foto img{
	display:inline-block;
	vertical-align: middle;
}

.potvrdenie{
    display:inline-block;
    padding:20px;
}

a.tlacidlo {
	display:inline-block;
	margin: 3px 5px;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: bold;
    color:white;
    background-color: #402080;
	border: solid 2px #e6e6e6;
    box-shadow: 2px 2px 4px #404040;
	/*width:140px;*/ /*height:16px;*/
	/*cursor:default;*/
}
a.tlacidlo:hover{
    background-color: #2d165a;
	text-decoration: underline;
	transition: all 0.5s;
}

.box{
    display: inline-block;
    width: 162px;
	padding: 10px;
	margin: 5px;
	vertical-align: top;
	font-size: 13px;
	word-break:break-word;
	background-color: rgba(255, 255, 255, 0.8);
}
.box a{
    font-size: 13px;
}

.box-obrazok{
    height: 170px;
	text-align: center;
}

fieldset{
    box-sizing: border-box;
	width: 100%; max-width: 470px; /*260*/
	border: 0; /*border: solid 1px #999999;*/
    background-color: rgba(255, 255, 255, 0.8);
	/*background-image: url(../images/tab.png); background-repeat: repeat;*/
    padding: 10px;
}
legend {
    background-color: #402080; /*#989898;*/
	color: white;
	padding: 2px 4px;
}

.reg-suhlas{
    box-sizing: border-box;
	width: 100%; max-width:470px; /*260*/
    padding: 10px;
	background-color: rgba(255, 255, 255, 0.8);
}

.form-ok{
    box-sizing: border-box;
	width: 100%; max-width:470px; /*260*/
    padding: 10px;
	text-align: center;
}

.form-hladat{
    display: inline-block;
	box-sizing: border-box;
	width: 100%; max-width: 620px;
	padding: 10px;
    background-color: rgba(255, 255, 255, 0.8);
}

.form-hladat input[type=text]{
    width: 200px;
}

.hladat-sekcia{
    display: inline-block;
    width: 160px;
	margin: 3px 0;
}

.form-pozorovania{
    display: inline-block;
	padding: 10px;
    background-color: rgba(255, 255, 255, 0.8);
}

.browse{
	font-family: 'Cutive Mono', 'Courier New', Courier, monospace;
    font-size: 14px;
}

.ok{
	margin: 3px 0;
	padding: 5px 10px;
	font-weight: bold;
	color: white;
    background-color: #402080;
	border: solid 2px #e6e6e6;
	/*border-radius: 5px;*/
	box-shadow: 2px 2px 4px #404040;
	cursor: pointer;
}
.ok:hover {
    background-color: #2d165a;
	/*color: #aa80ff;*/
	text-decoration: underline;
    transition: all 0.5s;
}

.icon-back{
    vertical-align: -3px;
	margin-right: 5px;
}

.icon-person{
    vertical-align: -3px;
    margin-right: 3px;
}

.oznam{
    font-size: 14px;
    font-weight: bold;
	text-align: center;
}

.oznam-chyba{
	font-size: 14px;
    font-weight: bold;
	text-align: center;
	color: red;
}

.mceEditor table{
	display: table;
	border-spacing: 0px;
}

.okraj{
    border: 0px; border-style: solid; border-color: #402080;
}

.okrajobrazok{
    background-color:#ffffff;
    padding:5px;
    border:1px solid #cccccc;
}

.odkaz-obrazok a img{
    background-color:#ffffff;
    padding:5px;
    border:1px solid #402080;
	transition: 0.5s;
}

.odkaz-obrazok a img:hover{
    background-color:#ffffff;
    padding:5px;
    border:1px solid #402080;
	box-shadow:0 0 10px #402080;
}

.forum-tema{
    display: inline-block;
	margin: 5px;
    padding: 3px 5px;
    background-color: rgba(255, 255, 255, 0.8);
}

.diskusia-text{
	word-break:break-word;
}

.facebook{
  background-color:#cccccc;
  padding:5px;
  border:solid 1px #3b5998;
}
.facebook a{
    color:#3b5998;
    font-family:Tahoma;
    font-size:14px;
   }
	 
.googleplus{
    background-color:#cccccc;
    border:solid 1px #3b5998;
    padding:5px;
}

.reklama-fixed{
    position:fixed;
    right:10px; top:10px;
	width: 120px; height: auto;
    margin: auto;
    padding: 0;
    color:#ffffff;
    text-shadow: 2px 2px 4px #000000;
	text-align: center;
    line-height:1;
    background-image:url(../images/tab.png); background-repeat: repeat;
    /*border:solid 1px #53b2eb;*/
 }
 
 .reklama-fixed1{
    position: fixed;
    top:10px;
	width: 120px; height: auto;
    margin: auto;
    padding: 0;
    color:#ffffff;
    /*text-shadow: 2px 2px 4px #000000;*/
	text-align: center;
    line-height:1;
    background-image:url(../images/tab.png); background-repeat: repeat;
    /*border:solid 1px #53b2eb;*/
 }
 
  .reklama-fixed1-2{
    /*position: fixed;
    top:10px;*/
	width: 160px; height: auto;
    /*margin: auto;*/
	margin: 10px 0 0 0;
    padding: 0;
    color:#ffffff;
    /*text-shadow: 2px 2px 4px #000000;*/
	text-align: center;
    line-height:1;
	/*background-color:#7f7f7f;*/
	background-image:url(../images/tab.png); background-repeat: repeat;
    /*border:solid 1px #53b2eb;*/
 }
 
 .banner-newsletter{
    margin: 0; padding: 10px;
    background-color: gray;
 }

 .nadpis-box-newsletter{
   font-size: 18px;
   font-weight:bold;
   text-shadow: 2px 2px 4px #000000;
 }
 
.fb-share-button{
    margin-top: 5px;
}
 
.tab-zoznam {
    /*width: 600px;*/
	font-size: 16px;
	
}

.tab-zoznam td {
    width: 200px;
    background-color: white;
}

.anketa-odpoved{
    height: 5px;
    vertical-align: middle;
    box-shadow: 0 0 4px #404040;
}

.videoframe iframe, .videoframe object{
	width: 100%; height: 480px;
}

.o_klube-video{
    width: 100%; height: auto; /*576*/
}

.reklama-resp2{
	padding:0 10px;
}

.reklama-resp3 ins, .reklama-resp4 ins{ width: 100% !important; }


/*.tab-main-menu1 div.google-auto-placed{
	display: none;
}*/

/*@media screen and (max-width: 414px) {
  .main{ margin: 0 auto; border: 0; box-shadow: none; }
  .main-center{ padding: 10px; }
}*/

@media screen and (max-width: 448px) {
	.box{ box-sizing:border-box; width:100%; margin:5px 0;}
}

@media screen and (min-width: 488px) {
	.reklama-resp3 iframe, .reklama-resp4 iframe{ margin: -10px 0 0 -10px; }
}

@media screen and (max-width: 640px) {
  .main{ margin: 0 auto; border: 0; box-shadow: none; }
  .main-center{ padding: 10px; }
  .videoframe iframe, .videoframe object{ height: 360px; }
  /*.o_klube-video{ width: 100%; height: 360px; }*/
}

@media screen and (max-width: 800px) {
  /*.o_klube-video{ width: 100%; height: 480px; }*/
}

@media screen and (max-width: 900px) {
  .main-top{ background-image: none; text-align: center; }
}

@media screen and (max-width: 1040px) {
  .menu{ display: none; }
  .menu-resp{ display: block; }
  .tab-main-menu1{ text-align: center; }
}

@media screen and (max-width: 1088px) {
  .main-center{ width:100%; }
  .main-right{
  	display: inline-block;
	position: absolute; right: -160px;
	width: 160px;
	background-color: rgba(152, 152, 152, 0.95);
	box-shadow: -5px 5px 10px -5px black;
	transition: all 0.5s;
  }
  .right-bannery{ display: none; }
  .main-bottom{ display: block; }
  .menu-arrow{ display: inline-block; }
  .menu-arrow2{ display: none; }
}
