
html, body{
    font-family: 'PT Sans', 'Tahoma', sans-serif;
	margin: 0; padding: 0;
	font-size: 14px;
	/*letter-spacing:0.5px;*/
	color:#000000;
	background-color: #52c0f2;
	text-align: center;
	overflow-x: hidden;
}

body{ position: relative; overflow: hidden;}

a{
    font-size: 14px;
    text-decoration: none;
	color: #204080;
}

a:hover{
    text-decoration: underline;
}


.odkaz10 a{
    font-size: 10px;
    text-decoration: none;
}


.odkaz2 a{
    color: #80aaff;
}

.odkaz3 a{
    color: #162d5a;
}


.odkaz-menu a{
	font-size: 14px;
	text-decoration: none;
	color: #ffffff;
	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:700;
}

a img{
   border:0;
}

/*a img{
   border:0px;
   margin:0px;
   padding:0px;
}
a:hover img{
   border:0px;
   margin:0px;
   padding:0px;
}*/

.text10{
	 font-size: 10px;
}
.text10b{
	 font-size: 10px;
	 font-weight: bold;
}

.text{
	font-size: 14px;
}
.textb{
     font-size: 14px;
	 font-weight: bold;
}

.text-clanok{
	font-size: 16px;
	/*line-height: 1.5;*/
	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;
}

.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;
}

.textmenu{
	font-size: 14px;
	color: white;
}

h1{
	font-size: 24px;
	font-weight: bold;
	margin-top: 14px;
	margin-bottom: 24px;
}
.odkaz-h1 a{
	font-size: 24px;
	font-weight: bold;
	margin-top: 14px;
	margin-bottom: 24px;
}

h2, h2 a, .odkaz-nadpis{
	font-size: 20px;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 18px;
}

h3{
	font-size: 16px;
	font-weight: bold;
}

select{
    box-sizing: border-box;
	max-width: 450px;
	margin: 3px 0;
}

select, option{
	padding: 5px;
	border: solid 1px #c0c0c0;
	font-family: 'PT Sans', 'Tahoma', sans-serif;
	font-size: 14px;
}

input{
	/*border: 1px solid #cccccc;*/
	font-family: 'PT Sans', 'Tahoma', sans-serif;
	font-size: 14px;
}
input[type=text], input[type=password], textarea{
    box-sizing: border-box;
	width: 100%;
	padding: 5px;
	margin: 3px 0;
	font-family: 'PT Sans', 'Tahoma', sans-serif;
	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: #c0eaff;
    border: solid 10px #ffffff;
    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: #204080;
}

.tab-main-menu1{
}

.tab-main-menu2{
	width:110px; /*130*/
	text-align:right;
}

.menu {
    font-size: 14px;
	color: white;
	text-align: left;
}
.menu a{
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  /*color: #204080;*/
  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(230, 230, 230, 0.95);
  box-shadow: -5px 5px 10px -5px #404040;
  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: 999;

}

.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: #204080;
	cursor: pointer;
}

.menu-resp1 ul{
    display: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	/*background-color: #204080;*/
}
.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(255, 255, 255, 0.8);
}

.right-bannery{
    text-align: center;
}

.main-bottom{
    display:none;
	padding: 20px;
	background-color:rgba(255, 255, 255, 0.5);
}

.main-bottom div{
    display: inline-block;
    margin: 10px;
	vertical-align: middle;
}

.main-footer{
	padding: 10px;
	font-size: 12px;
	color: white;
	background-color: #204080;
}
.main-footer a{
    font-size: 12px;
	color: #80aaff;
}

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(0, 0, 0, 0.3);
	/*background-color: #204080;*/
    color:white;
    font-size:20px;
    font-weight:bold;
	text-align:center;
	text-shadow: 2px 2px 4px #404040;
}

.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;
  text-align: center;
  color: #ffffff;
  background-color: #204080;
}
.tab2-header td a{
    color: #ffffff;
	text-decoration: underline;
}

.tab3 {
    width: 100%;
	border-spacing: 1px;
	font-size: 13px;
}
.tab3 a{
	font-size: 13px;
}
.tab3 td{
	padding: 5px;
}

.tab3-header td{
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  background-color: #204080;
}
.tab3-header td a{
	color: #ffffff;
}

.tab3 input[type=text], .tab3 select, .tab3 option{
    font-family: 'PT Sans', 'Tahoma', sans-serif;
	font-size: 13px;
}

.tab3-1 td{
    padding:10px;
}

.tab3 hr{
    width: 90%;
	height: 1px;
    background-color: black;
	border: 0;
}

.tab-uzivatel{
	display: inline-table;
	box-sizing: border-box;
	/*width: 100%;*/
	width: 280px; /*max-width: 470px;*/
	margin: 5px;
	border-spacing: 1px;
	text-align: left;
	vertical-align: top;
}
.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;
}

.strankovanie{
    text-align:center;
}

.strankovanie a{
  display:inline-block;
  margin:5px 3px;
  padding:5px;
  background-color: rgba(255, 255, 255, 0.8);
}
.strankovanie a:hover{
  box-shadow: 0 0 5px #204080;
  transition: all 0.5s;
}

.strankovanie span{
  display:inline-block;
  margin:5px 3px;
  padding:5px;
  background-color: #204080;
  color: white;
}

.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: #204080;
	border: solid 2px #ffffff;
    box-shadow: 2px 2px 4px #404040;
	/*width:140px;*/ /*height:16px;*/
	/*cursor:default;*/
}
a.tlacidlo:hover{
    background-color: #162d5a;
	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: #204080; /*#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_kraj_okres{
	display:inline;
	font-size:12px;
	text-align:center;
}

.form-hladat input[type=text]{
    width: 200px;
}

.form-mapa iframe{
	width: 100%; max-width: 450px;
	height: 350px;
}


.hladat-sekcia{
    display: inline-block;
    width: 160px;
	margin: 3px 0;
}

.hladat-chb{
	display: inline-block;
    width: 100px;
	margin: 0;
}

.vyhl_zor{
	font-size:120%;	
}

.browse{
	font-family: 'PT Sans', 'Tahoma', sans-serif;
    font-size: 14px;
}

.ok{
	margin: 3px 0;
	padding: 5px 10px;
	font-weight: bold;
	color: white;
    background-color: #204080;
	border: solid 2px #ffffff;
	/*border-radius: 5px;*/
	box-shadow: 2px 2px 4px #404040;
	cursor: pointer;
}
.ok:hover {
    background-color: #162d5a;
	/*color: #80aaff;*/
	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;
}

.tab{
    border: 0px solid #999999;
    /*background-color: #e5e5e5;*/
    background-image: url(../images/tab.png); background-repeat: repeat;
	/*box-shadow:0 0 10px silver;*/
}

.tab-menu{
    text-align:right;
	padding:10px 0;
	font-weight:700;
    text-shadow:0 0 5px white;
}


.tlacidlo-center{
  width:500px;
  text-align:center;
}

.okraj{
    border: 0px; border-style: solid; border-color: #204080;
}

.okrajobrazok{
    background-color:#ffffff;
    padding:5px;
    border:1px solid #cccccc;
}

.odkaz-obrazok a img{
    background-color:#ffffff;
    padding:5px;
    border:1px solid #204080;
	transition: 0.5s;
}

.odkaz-obrazok a img:hover{
    background-color:#ffffff;
    padding:5px;
    border:1px solid #204080;
	box-shadow:0 0 10px #204080;
}

.revir-obrazok, .ulovok-obrazok{
    float: left;
    margin: 0 10px 0 0;
	width: 200px; height: auto;
}

.revir-mapa iframe{
   width:100%; height:450px;
}

.revir-info{
	font-size:16px;
	font-weight:700;
	text-align:left;
}
.revir-info a{
	font-size:16px;
}

.rev_ka{ color:#0055ff; }
.rev_ps{ color:#b3b300; }
.rev_li{ color:#ff8000; }
.rev_zv{ color:#aa00ff; }
.rev_bpu{ color:#009999; }

.forum-tema{
    display: inline-block;
	margin: 5px;
    padding: 3px 5px;
    background-color: rgba(255, 255, 255, 0.8);
}

.diskusia-text{
	word-break:break-word;
}

/*#map {
  border: 1px solid #DDD; 
  width: 280px;
  height: 280px;
  margin: 10px 0 10px 0;
  -webkit-box-shadow: #AAA 0px 0px 15px;
}*/

/*#legend {
  font-size: 12px;
  font-style: italic;
}*/

/*iframe#mapka {
    border:solid 1px silver;
	width:100%; height:400px;
}*/

.vyhladavac{
	/*width: 572px;*/
	max-width:520px;
	margin:0 auto; 
	padding: 20px 20px 20px 20px;
    text-align:center;
}

.vyhladavac select {
    width:160px;
	margin:5px 5px;
	font-size:14px;
}

.text-sluzby p, .text-sluzby p a{
    font-size:16px;
	line-height: 1.5;
	text-align: justify;
}

ul.sluzby-zoznam {
    font-size:16px;
    padding:0 20px 10px 20px;
    /*line-height:1.5;*/
}
ul.sluzby-zoznam li{
    padding:5px 0 5px 0;
}

.sluzby-odkaz-obrazok a img{
    margin-bottom:5px;
	box-sizing: border-box;
	width:100%; height:auto;
	max-width:400px; max-height:300px;
    border:0;
    box-shadow: 0 0 10px #404040;
}
.sluzby-odkaz-obrazok a:hover img{
    box-shadow: 0 0 10px #204080;
	transition: all 0.5s;
}

.facebook{
  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;*/
	margin: 10px 0 0 0;
    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;*/
 }
 
 .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 #808080;
}

.videoframe iframe, .videoframe object{
    width: 100%; height: 480px;
}

.reklama-resp2{
	padding:0 10px;
}

.reklama-resp3 ins, .reklama-resp4 ins{ width: 100% !important; }


/*@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: 559px) {
  #map-slovakia-500{ display:none; }
  .revir-obrazok, .ulovok-obrazok{ box-sizing:border-box; width:100%; height:auto; margin:0 0 10px 0; }
}
@media screen and (min-width: 560px) {
  #map-slovakia-340{ display:none; }
}

@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: 810px) {
  .menu{ display: none; }
  .menu-resp{ display: block; }
  .tab-main-menu1{ text-align: center; }
}

@media screen and (max-width: 900px) {
  .main-top{ background-image: none; 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(230, 230, 230, 0.95);
	box-shadow: -5px 5px 10px -5px #404040;
	transition: all 0.5s;
	z-index:99;
  }
  .right-bannery{ display: none; }
  .main-bottom{ display: block; }
  .menu-arrow{ display: inline-block; }
  .menu-arrow2{ display: none; }
}