
body{
  margin:0; padding:0;
  font-family: 'Open+Sans', 'Arial', Helvetica, sans-serif;
  font-size: 14px;
  text-align:center;
  line-height:1.25;
  
  /*background-image: url('../images/grad-page-back.png');
  background-repeat: repeat-x;
  background-position: top;*/
  
}
body a{ font-size: 14px; }

.text{
  font-size: 12px;
  color: #;

}

.textb{
  font-size: 12px;
  font-weight: bold;
  color: #;

}

.text14{
  
  font-size: 14px;
  color: #;

}

.text14b{
  font-size: 14px;
  font-weight: bold;
  color: #;

}

.text14b a{
  font-size: 14px;
  font-weight: bold;
}

.text10{
  font-size: 10px;
  color: #;

}


a {
    font-size: 12px;
    text-decoration:none;
    color: #;
}

a:hover{
    text-decoration:underline;
}

a img{
    border:none;
}

.odkaz14 a{
  
  font-size: 14px;
}

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

h1 {
  font-size: 24px;
  font-weight: normal;
  margin: 14px 0px 28px 0px;
  color: #;
}

h2 {
  font-size: 20px;
  font-weight: normal;
  margin: 12px 0px 12px 0px;
  color: #;
}

.odkaz-h2 h2 a{
  font-size: 18px;
  font-weight: normal;
  margin:0px;
}

h3 {
  font-size: 18px;
  font-weight: normal;
  margin: 10px 0px 10px 0px;
  color: #;
}

h3 a{
  font-size: 18px;
  font-weight: normal;
  margin:0px;
}

select, option{
  font-size: 14px;
}

.main{
	text-align:left;
	margin:auto;
	box-shadow: 0 0 10px gray;
	background-position: center top;
	background-size:100% auto;
	background-repeat:no-repeat;
	
}

.main-head{
    padding:10px;
}
.main-head-title{
	padding:10px 10px 10px 10px;
	text-align:center;
}
.main-head-title a{
	color: white;
	font-size: 34px;
    font-weight: bold;
	font-style: italic;
	text-shadow: 0 0 5px black;
}

.main-head-menu{
	padding:10px;
	font-size:14px;
	background-color:#;
	border-radius: 5px;
}
.main-head-menu a{
	font-size:14px;
}

/*.main-left{
	display:none;
	width:145px;
	padding:0 0 0 10px;
	margin:0;
}
.main-right{
	display:none;
	width:145px;
	padding:0 10px 0 0;
	margin:0;
}*/
.main-right{
	margin:0 10px 0 10px;
}

.main-center{
	padding:0px 10px 10px 10px;
}

.main-panels-resp{
    /*display:inline-block;*/
	
}
.main-left-resp{
    /*display:inline-block;*/
	float:left;
	width:50%;
	/*padding:10px;*/
}
.main-right-resp{
    /*display:inline-block;*/
	float:left;
	width:100%; /*50%*/
	/*padding:10px;*/
}

.main-bottom{
	display:inline-block;
	width:100%;
	text-align:center;
	
}
.foot{
	padding:10px;
	margin:0 10px 10px 10px;
	font-size:12px;
    background-color:#;
	border-radius: 5px;
}

.foot a{
    font-size:12px;
	color:white;
}


.box1{
	width:100%;
    margin:0px;
    padding:10px 0px 10px 0px;
    text-align:center;
    font-size:18px;
	font-weight:bold;
    background-color:#;
	/*background-image:url('../images/grad25.png');
	background-repeat:repeat-x;
	background-position:top;*/
	color: #;
	/*border-radius: 5px 5px 0 0;*/
}
.box1 a{
    font-size:18px;
}

.box2{
    width:100%;
    margin:0px 0px 10px 0px;
    padding:0px;
	font-size:14px;
    background-color:#;
	/*background-color:rgba(245, 245, 245, 0.9);*/
	color: #;
	border-radius: 0 0 5px 5px;
}

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

.box-reg{
	margin:0px;
	padding:5px 5px 0px 5px;
	border: solid 1px #ffffff;
	background-image:url('../images/grad25.png');
	background-repeat:repeat-x;
	background-position:top;
}

.box-reg-hl{
    margin-bottom:5px;
    font-weight:bold;
    font-style:italic;
}

.box-cont{
    padding:5px;
}

.box-nadp-tip{
    font-weight:bold;
    color:#;
}

.obr_box {
   border:none;
}

.tipt{
    margin:0px 0px 5px 0px;
	padding:0px;
	/*cursor:default;*/
}

.tipc p{
    margin:0px; padding:0px;
}

/*.tabulka{
    width:980px;
    background-color:#ffffff;
    box-shadow: 0 0 10px black;
    border-radius: 10px;
}*/

/*.menu{
    padding:0px 10px 0px 10px;
    background-color:#;
	border-radius: 5px;
}*/

.menu{
  display:none;
}
.menu-resp{
  display:block;
  text-align:center;
  color:white;
}

.menu-resp a, .menu-resp span{
    display:block;
	padding:5px 10px; margin:10px 0 0;
	height:22px;
	vertical-align:top;
	font-size:16px;
    font-weight:700;
    color:white;
    background-color:rgba(255, 255, 255, 0.4);
}
.menu-resp a:hover, .menu-resp span:hover {
    background-color:#; /*rgba(255, 255, 255, 0.2)*/
	transition: all 0.2s linear;
}
.menu-resp span:hover {
    cursor:pointer;
}

.menu-resp-dropdown{
    display:none;
}

.menu-resp-dropdown a{
    margin:10px;
    background-color:rgba(255, 255, 255, 0.2);
}
.menu-resp-dropdown a:hover{
    background-color:; /*rgba(255, 255, 255, 0.4)*/
}

/*@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
.menu-resp-navigation:hover .menu-resp-dropdown{
    display:block;
    animation: fadeIn 0.2s;
}*/

.icon-menu{
    display:block;
    margin:0 auto;
}
.icon-menu:hover{
    cursor:pointer;
}

#menu-resp { display: none; }


#nav{
    color: white;
    text-align:left;
}

.partneri{
    padding:5px;
    background-color:#;
    background-image:url('../images/grad25.png');
    background-repeat:repeat-x;
    background-position:top;
}

/*.podstranka {
    width:670px;
    background-color:#;
	border-radius: 10px 10px 10px 10px;
}*/

.podstranka-text{
    margin: 0px;
    padding: 20px;
	font-size: 14px;
    color: #;
	/*background-color:#;*/
	background-color:rgba(245, 245, 245, 0.9);
	border-radius:0 0 5px 5px;
}

.podstranka-text a{
	font-size: 14px;
}

.podstranka-text h3 a{
      font-size: 20px;
      font-weight: normal;
      margin:0px;
}

.hlavicka-podstr {
    font-size: 18px;
    font-weight: bold;
    margin: 0px;
    padding: 10px;
	text-align:center;
	background-color:#;
	border-radius: 5px 5px 0 0;
}

/*.pata {
    padding:5px;
    background-color:#;
    background-image:url('../images/grad25.png');
    background-repeat:repeat-x;
    background-position:top;
	border-radius: 5px;
}*/

.uvodny-text{
  font-size:18px;
  font-style:italic;
}

.obrazok{
    border:solid 1px silver/*#*/;
    margin:5px;
}

.obrazok-okraj, .obrazky-okraj img{
    background-color:#ffffff;
    margin:5px; /*padding:2px;*/
    /*border:solid 1px silver;*/ /*#*/
	box-shadow: 0 0 5px gray;
}

.obrazky-okraj a:hover img{
    background-color:#ffffff;
    margin:5px; /*padding:2px;*/
    /*border:solid 1px #;*/
	box-shadow: 0 0 5px #;
}

.ponuky-obrazok{
  width:100%; height:auto;
  margin:0;
}

.blok{
    padding:10px;
    line-height:1.5;
    text-align:left;
    /*border:solid 1px #ffffff;
    background-image:url('../images/grad45.png');
    background-repeat:repeat-x;
    background-position:top;
    box-shadow: 0 0 5px silver;*/
    background-color:rgba(255, 255, 255, 0.5);
}


.box-ponuka, .box-ponuka2{
    display:inline-block;
	width:100%;
	vertical-align:top;
	margin:0 0 20px 0;
    background-color:rgba(255, 255, 255, 0.5);
}
.box-ponuka h2, .box-ponuka2 h2{
    height:24px;
	font-size:14px;
	font-weight:bold;
	margin:0 0 5px 0;
	padding:6px 0 0 0;
    color:white;
	background-color:#;
}
.box-ponuka-obsah, .box-ponuka2-obsah{
    overflow:hidden;
}
.box-ponuka p, .box-ponuka2 p{
    margin:0;
}
.box-ponuka-obrazok, .box-ponuka2-obrazok{
	/*margin:0 0 5px 0;*/
}
.box-ponuka-obrazok img, .box-ponuka2-obrazok img{
	width:100%; height:auto;
	display:block;
}
.box-ponuka-text, .box-ponuka2-text{
    padding:5px 5px 5px 5px;
	font-size:13px;
	overflow:hidden;
}
.box-ponuka-odkaz{
    margin:5px 0 0 0;
    overflow:hidden;
}
.box-ponuka-odkaz a{
    display:block;
	height:24px;
	padding:6px 0 0 0;
	color:#;
	font-size:14px;
	font-weight:bold;
	background-color:#; /*farba_hlavicka_podstr*/
}
.box-ponuka-odkaz a:hover{
    color:white;
	text-decoration:none;
    background-color:#;
}

.c_strany{
    padding:5px; margin:2px;
	color:white;
    background-color:#;
}

.c_strany-aktivne{
    padding:5px; margin:2px;
	color:white;
    background-color:#;
}

@media screen and (min-width:360px) {
	.main-head-title a{ font-size: 38px; }
}

@media screen and (min-width:480px) {
	.main-head-title{ text-align:left; }
	.main-head-title a{ font-size: 48px; }
	
	.box-ponuka{ width:200px; margin:0 10px 20px 10px; }
	.box-ponuka-obsah{ height:200px; /*210*/ }
	.box-ponuka-obrazok{ max-height:100px; /*146px;*/ }
	.box-ponuka-obrazok img{ width:auto; height:auto; }
	
	.box-ponuka2{ width:420px; margin:0 10px 20px 10px; }
    .box-ponuka h2, .box-ponuka2 h2{ height:26px; font-size:18px; padding:4px 0 0 0; }
	.box-ponuka2-obsah{ height:200px; /*210*/ }
	.box-ponuka2-obrazok{ max-height: 200px; /*146px;*/  float:left; vertical-align:top; margin:0 15px 0 0; }
	.box-ponuka2-obrazok img{ width:auto; height:auto; }
	.box-ponuka2-text{ text-align:left; }
	.box-ponuka-odkaz a{ height:26px; font-size:18px; padding:4px 0 0 0; }
}

@media screen and (min-width:600px) {
	.ponuky-obrazok{ float:right; width:auto; height:auto; margin:0 0 0 5px; }
}

/*@media screen and (min-width:640px) {
    
}*/

@media screen and (min-width:1024px) {
	body{ margin:10px; }
	
	.main{ width:990px; border-radius: 15px; }
	.main-head{ text-align:left; }
	.main-head-title a{ font-size: 58px; }
	.main-head-menu{ min-height:38px;/*36*/ padding:5px 10px; font-size:16px; }
	.main-head-menu a { font-size:16px; }
    /*.main-left{ display:block; float:left; }*/
    .main-right{ float:left;  margin:0; }
    .main-center{ float:left; width:680px; }
	.main-panels-resp{ display:none; }
	
	.menu{ display:block; }
	.menu-resp{ display:none; }
	
	.box1, .box2{ width:280px; }
}

@media screen and (min-width:1280px) {
    .main{ width:1240px; }
	.main-head-menu{ min-height:42px; font-size:18px; }
	.main-head-menu a { font-size:18px; }
	
    .main-center{ width:910px; }
	
	.box1, .box2{ width:300px; }
}
